Update Changes.
[p5sagit/p5-mst-13.2.git] / Changes
1 Please note: This file provides a complete, temporally ordered log of
2 changes that went into every version of Perl.  If you'd like more
3 detailed information, please consult the comments in the individual
4 patches posted to the perl5-porters mailing list.  Patches for each
5 individual change may also be obtained through ftp and rsync--see
6 perlhack.pod for the details.
7
8
9 [The "CAST AND CREW" list has been moved to AUTHORS.]
10
11 NOTE: Each change entry shows the change number; who checked it into the
12 repository; when; description of the change; which branch the change
13 happened in; and the affected files.  The file lists have a short symbolic
14 indicator:
15
16             !       modified
17             +       added
18             -       deleted
19             +>      branched (from elsewhere)
20             !>      merged changes (from elsewhere)
21
22 The Message-Ids in the change entries refer to the email messages sent
23 to the perl5-porters mailing list.  You can retrieve the messages for
24 example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
25
26 This file contains only changes that affect the mainline branch,
27 not those that affect the (now decommissioned) cfgperl, or vmsperl,
28 or any other branch.
29
30 --------------
31 Version v5.7.2          Development release working toward v5.8
32 --------------
33 ____________________________________________________________________________
34 [ 14750] By: ams                                   on 2002/02/18  17:36:05
35         Log: Subject: Re: IO::Poll: Removing Handles
36              From: Matthew Sachs <matthewg@zevils.com>
37              Date: Mon, 18 Feb 2002 13:19:01 -0500
38              Message-Id: <20020218181901.GA19377@allevil.dhcp.zevils.com>
39      Branch: perl
40            ! ext/IO/lib/IO/t/io_poll.t
41 ____________________________________________________________________________
42 [ 14749] By: jhi                                   on 2002/02/18  16:49:51
43         Log: Subject: VMS test fix-ups (alarm.t and glob.t)
44              From: "Craig A. Berry" <craigberry@mac.com>
45              Date: Mon, 18 Feb 2002 11:52:21 -0600
46              Message-Id: <5.1.0.14.2.20020218114540.01b2b458@exchi01>
47      Branch: perl
48            ! t/op/alarm.t t/op/glob.t
49 ____________________________________________________________________________
50 [ 14748] By: ams                                   on 2002/02/18  15:53:36
51         Log: s/load_module/Perl_load_module/
52      Branch: perl
53            ! gv.c
54 ____________________________________________________________________________
55 [ 14747] By: jhi                                   on 2002/02/18  15:43:06
56         Log: Unused in ASCII, used in EBCDIC.
57      Branch: perl
58            ! utf8.c
59 ____________________________________________________________________________
60 [ 14746] By: jhi                                   on 2002/02/18  15:26:32
61         Log: Upgrade to Locale::Codes 2.00.
62      Branch: perl
63            + lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
64            + lib/Locale/Codes/t/script.t lib/Locale/Script.pm
65            ! MANIFEST lib/Locale/Codes/t/all.t lib/Locale/Codes/t/country.t
66            ! lib/Locale/Constants.pm lib/Locale/Country.pm
67            ! lib/Locale/Currency.pm lib/Locale/Language.pm
68 ____________________________________________________________________________
69 [ 14745] By: ams                                   on 2002/02/18  15:20:44
70         Log: Subject: Re: [ID 20020213.001] "Unknown error" as a message from compilation
71              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
72              Date: Sat, 16 Feb 2002 00:06:01 +0100
73              Message-Id: <20020216000601.A17249@rafael>
74      Branch: perl
75            ! gv.c
76 ____________________________________________________________________________
77 [ 14744] By: jhi                                   on 2002/02/18  14:54:47
78         Log: More Unicode casing checks.
79      Branch: perl
80            + t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
81            ! MANIFEST
82 ____________________________________________________________________________
83 [ 14743] By: ams                                   on 2002/02/18  14:35:38
84         Log: Subject: IO::Poll: Removing Handles
85              From: Matthew Sachs <matthewg@zevils.com>
86              Date: Sun, 17 Feb 2002 04:49:46 -0500
87              Message-Id: <20020217094946.GA13130@allevil.dhcp.zevils.com>
88      Branch: perl
89            ! ext/IO/lib/IO/Poll.pm
90 ____________________________________________________________________________
91 [ 14741] By: ams                                   on 2002/02/18  13:59:48
92         Log: Subject: [PATCH pp_ctl.c] bug on "do NUMBER"
93              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
94              Date: Mon, 18 Feb 2002 15:41:26 +0100
95              Message-Id: <20020218154126.A692@rafael>
96      Branch: perl
97            ! pp_ctl.c t/op/do.t
98 ____________________________________________________________________________
99 [ 14739] By: jhi                                   on 2002/02/18  05:02:47
100         Log: EBCDIC: now the worst seems to be over for
101              the "Malformed" warnings.  Still a few of them,
102              and plenty of test failures, but getting better.
103      Branch: perl
104            ! regcomp.c utf8.c
105 ____________________________________________________________________________
106 [ 14738] By: jhi                                   on 2002/02/18  02:31:05
107         Log: Upgrade to Net::Ping 2.12.
108      Branch: perl
109            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
110            ! lib/Net/Ping/t/110_icmp_inst.t
111 ____________________________________________________________________________
112 [ 14737] By: jhi                                   on 2002/02/18  02:24:31
113         Log: After much rewriting we are now pretty much
114              back to where we started.
115      Branch: perl
116            ! utf8.c
117 ____________________________________________________________________________
118 [ 14736] By: ams                                   on 2002/02/18  01:23:00
119         Log: Subject: [PATCH B::Deparse] two fixes
120              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
121              Date: Sun, 17 Feb 2002 23:58:59 +0100
122              Message-Id: <20020217235859.A32513@rafael>
123      Branch: perl
124            ! ext/B/B/Deparse.pm
125 ____________________________________________________________________________
126 [ 14735] By: jhi                                   on 2002/02/17  21:24:26
127         Log: Buglet.
128      Branch: perl
129            ! ext/Encode/lib/Encode/JP/JIS.pm
130 ____________________________________________________________________________
131 [ 14734] By: jhi                                   on 2002/02/17  20:44:59
132         Log: Clearing up to_utf8_case() continues: this time use
133              a single return, and EBCDICification for all paths.
134      Branch: perl
135            ! utf8.c
136 ____________________________________________________________________________
137 [ 14733] By: jhi                                   on 2002/02/17  19:51:01
138         Log: Small tweaks to get the test running (fix @INC and
139              do not overwrite the table.utf8 and table.rnd).
140      Branch: perl
141            ! ext/Encode/t/JP.t
142 ____________________________________________________________________________
143 [ 14732] By: jhi                                   on 2002/02/17  18:40:24
144         Log: Tiny tweak.
145      Branch: perl
146            ! utf8.c
147 ____________________________________________________________________________
148 [ 14731] By: jhi                                   on 2002/02/17  16:56:17
149         Log: Redundant casts.
150      Branch: perl
151            ! utf8.c
152 ____________________________________________________________________________
153 [ 14730] By: jhi                                   on 2002/02/17  16:50:34
154         Log: More filename portability tips.
155      Branch: perl
156            ! pod/perlport.pod
157 ____________________________________________________________________________
158 [ 14729] By: jhi                                   on 2002/02/17  16:25:06
159         Log: FAQ sync.
160      Branch: perl
161            ! pod/perlfaq3.pod pod/perlfaq5.pod
162 ____________________________________________________________________________
163 [ 14728] By: ams                                   on 2002/02/17  16:15:09
164         Log: Subject: podlators 1.21 released
165              From: Russ Allbery <rra@stanford.edu>
166              Date: Sat, 16 Feb 2002 21:42:56 -0800
167              Message-Id: <yladu8irz3.fsf@windlord.stanford.edu>
168      Branch: perl
169            ! lib/Pod/Text/Overstrike.pm
170 ____________________________________________________________________________
171 [ 14727] By: sky                                   on 2002/02/17  11:36:52
172         Log: Subject: [PATCH] Tied STDERR should catch messages from warn() and die()
173              From: Autrijus Tang <autrijus@autrijus.org>
174              Date: Sun, 17 Feb 2002 19:46:47 +0800
175              Message-ID: <20020217194647.A1410@not.autrijus.org>
176      Branch: perl
177            ! pp_ctl.c t/op/tiehandle.t util.c
178 ____________________________________________________________________________
179 [ 14726] By: jhi                                   on 2002/02/17  03:13:30
180         Log: EBCDIC: to_utf8_case() is supposed to get its low 256
181              input in native code points, not Unicode.
182      Branch: perl
183            ! utf8.c
184 ____________________________________________________________________________
185 [ 14725] By: jhi                                   on 2002/02/17  01:43:42
186         Log: Regen Glossary.
187      Branch: perl
188            ! Porting/Glossary Porting/config.sh Porting/config_H
189 ____________________________________________________________________________
190 [ 14724] By: jhi                                   on 2002/02/17  01:12:37
191         Log: The #14175 and #14176 were okay: they just revealed
192              a bug in the EXACTF matching.
193      Branch: perl
194            ! regexec.c utf8.c
195 ____________________________________________________________________________
196 [ 14723] By: jhi                                   on 2002/02/16  16:14:19
197         Log: Retreat, retreat! (retract #14715 and #14716)
198      Branch: perl
199            ! utf8.c
200 ____________________________________________________________________________
201 [ 14722] By: jhi                                   on 2002/02/16  16:06:00
202         Log: Encode 0.40, from Dan Kogai.
203      Branch: perl
204            + ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
205            + ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
206            + ext/Encode/KR/KR.pm ext/Encode/KR/Makefile.PL
207            + ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
208            + ext/Encode/lib/Encode/JP/Constants.pm
209            + ext/Encode/lib/Encode/JP/H2Z.pm
210            + ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
211            + ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/JP/Tr.pm
212            + ext/Encode/t/JP.t ext/Encode/t/japanese.pl
213            + ext/Encode/t/table.rnd ext/Encode/t/table.utf8
214            - ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
215            - ext/Encode/t/Japanese.t
216            ! MANIFEST ext/Encode/Encode.pm ext/Encode/MANIFEST
217            ! ext/Encode/t/Encode.t
218 ____________________________________________________________________________
219 [ 14721] By: jhi                                   on 2002/02/16  15:37:40
220         Log: metaconfig unit change for #14720.
221      Branch: perl
222            ! Configure
223 ____________________________________________________________________________
224 [ 14719] By: ams                                   on 2002/02/16  14:11:01
225         Log: Subject: Re: [proof-of-concept PATCH] d_Gconvert and Configure
226              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
227              Date: Thu, 14 Feb 2002 22:27:33 -0800
228              Message-Id: <VpKb8gzkgCdK092yn@efn.org>
229              (Applied by hand.)
230      Branch: perl
231            ! Configure
232 ____________________________________________________________________________
233 [ 14718] By: ams                                   on 2002/02/16  13:45:28
234         Log: Subject: [DOC PATCH perlport.pod] Typo fix and three-arg open
235              From: Philip Newton <Philip.Newton@gmx.net>
236              Date: Sat, 16 Feb 2002 10:05:05 +0100
237              Message-Id: <558s6u4djrbk46q44fvqs5mfviq9311lj1@4ax.com>
238              (Applied by hand.)
239      Branch: perl
240            ! pod/perlport.pod
241 ____________________________________________________________________________
242 [ 14717] By: ams                                   on 2002/02/16  04:30:23
243         Log: Remove dubious test.
244      Branch: perl
245            ! t/io/open.t
246 ____________________________________________________________________________
247 [ 14716] By: jhi                                   on 2002/02/16  04:24:45
248         Log: Tiny tweak.
249      Branch: perl
250            ! utf8.c
251 ____________________________________________________________________________
252 [ 14715] By: jhi                                   on 2002/02/16  03:49:14
253         Log: Restructure to_utf8_case() for simpler execution paths.
254      Branch: perl
255            ! utf8.c
256 ____________________________________________________________________________
257 [ 14714] By: ams                                   on 2002/02/16  02:43:59
258         Log: Absorb #14701 by Sarathy from maint-5.6.
259      Branch: perl
260            ! doio.c t/io/open.t
261 ____________________________________________________________________________
262 [ 14713] By: ams                                   on 2002/02/16  01:51:27
263         Log: Subject: [PATCH] VOS patches for perl 5.8
264              From: Paul_GreenVOS@vos.stratus.com
265              Date: Fri, 15 Feb 02 17:41 est
266              Message-Id: <200202152243.RAA01195@mailhub1.stratus.com>
267      Branch: perl
268            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
269            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
270            ! vos/install_perl.cm
271 ____________________________________________________________________________
272 [ 14712] By: jhi                                   on 2002/02/15  21:08:13
273         Log: Subject: [PATCH B::Deparse] Fix another bug introduced by #14615
274              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
275              Date: Fri, 15 Feb 2002 23:05:44 +0100
276              Message-ID: <20020215230544.A690@rafael>
277      Branch: perl
278            ! ext/B/B/Deparse.pm
279 ____________________________________________________________________________
280 [ 14711] By: jhi                                   on 2002/02/15  19:26:07
281         Log: Add $VERSION.
282      Branch: perl
283            ! lib/Tie/Memoize.pm
284 ____________________________________________________________________________
285 [ 14710] By: jhi                                   on 2002/02/15  15:40:30
286         Log: Update Changes.
287      Branch: perl
288            ! Changes patchlevel.h
289 ____________________________________________________________________________
290 [ 14709] By: jhi                                   on 2002/02/15  15:01:54
291         Log: Subject: [PATCH hints/solaris_2.sh]; was Re: [PATCH Configure] Interaction of cc.cbu and checkcc
292              From: Robin Barker <rmb1@cise.npl.co.uk>
293              Date: Thu, 14 Feb 2002 19:07:40 GMT
294              Message-Id: <200202141907.TAA21516@tempest.npl.co.uk>
295              
296              (the hints part only)
297      Branch: perl
298            ! hints/solaris_2.sh
299 ____________________________________________________________________________
300 [ 14707] By: jhi                                   on 2002/02/15  15:00:01
301         Log: Subject: Re: [PATCH hints/solaris_2.sh]; was Re: [PATCH Configure] Interaction  of cc.cbu and checkcc
302              From: Robin Barker <rmb1@cise.npl.co.uk>
303              Date: Fri, 15 Feb 2002 12:14:39 GMT
304              Message-Id: <200202151214.MAA26466@tempest.npl.co.uk>
305              
306              Split checking-for-gcc and checking-for-cc.
307      Branch: perl
308            ! Configure
309 ____________________________________________________________________________
310 [ 14706] By: ams                                   on 2002/02/15  13:57:15
311         Log: Subject: Re: [ID 20020213.015] Pod::Html XHTML update for 5.7.2
312              From: Ville =?ISO-8859-1?Q?Skytt=E4?= <ville.skytta@iki.fi>
313              Date: 15 Feb 2002 10:53:06 +0200
314              Message-Id: <1013763186.28457.6.camel@cs78130147.pp.htv.fi>
315      Branch: perl
316            ! lib/Pod/Html.pm
317 ____________________________________________________________________________
318 [ 14705] By: ams                                   on 2002/02/15  08:42:55
319         Log: Subject: [PATCH @14577] OS/2 tests and more
320              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
321              Date: Fri, 15 Feb 2002 03:56:24 -0500
322              Message-Id: <20020215035624.A16467@math.ohio-state.edu>
323      Branch: perl
324            + os2/OS2/Process/t/os2_process.t
325            + os2/OS2/Process/t/os2_process_kid.t
326            + os2/OS2/Process/t/os2_process_text.t
327            ! MANIFEST configpm hints/os2.sh makedef.pl
328            ! os2/OS2/Process/Makefile.PL os2/OS2/Process/Process.pm
329            ! os2/OS2/Process/Process.xs os2/os2.c os2/os2_base.t
330            ! os2/os2ish.h
331 ____________________________________________________________________________
332 [ 14700] By: jhi                                   on 2002/02/15  02:51:13
333         Log: Subject: [ID 20020213.015] Pod::Html XHTML update for 5.7.2
334              From: Ville "Skyttä" <ville.skytta@iki.fi>
335              Date: Wed, 13 Feb 2002 22:29:39 +0200
336              Message-Id: <20020213222939.5321b5ce.ville.skytta@iki.fi>
337      Branch: perl
338            ! lib/Pod/Html.pm
339 ____________________________________________________________________________
340 [ 14699] By: jhi                                   on 2002/02/14  23:47:43
341         Log: Document and test the C0 and C1.
342      Branch: perl
343            ! lib/charnames.pm lib/charnames.t
344 ____________________________________________________________________________
345 [ 14697] By: jhi                                   on 2002/02/14  22:21:20
346         Log: Also OS/2 seems to need exe set early.
347      Branch: perl
348            ! Configure
349 ____________________________________________________________________________
350 [ 14696] By: jhi                                   on 2002/02/14  22:13:18
351         Log: Document pack U0U.
352      Branch: perl
353            ! pod/perluniintro.pod
354 ____________________________________________________________________________
355 [ 14695] By: jhi                                   on 2002/02/14  21:56:52
356         Log: Subject: [PATCH] Re: bug? no warning from getc BOLLOCKS
357              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
358              Date: Thu, 14 Feb 2002 23:58:00 +0100
359              Message-ID: <20020214235800.A12901@rafael>
360      Branch: perl
361            ! pp_sys.c t/lib/warnings/pp_sys
362 ____________________________________________________________________________
363 [ 14694] By: jhi                                   on 2002/02/14  21:54:43
364         Log: Subject: [PATCH @13746] conditional pragmas
365              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
366              Date: Mon, 31 Dec 2001 18:18:09 -0500
367              Message-ID: <20011231181809.A29528@math.ohio-state.edu>
368      Branch: perl
369            + lib/if.pm lib/if.t
370            ! MANIFEST
371 ____________________________________________________________________________
372 [ 14693] By: jhi                                   on 2002/02/14  21:47:08
373         Log: Deparse bug introduced by #14615: the fix is just a workaround,
374              I suspect there to be another deeper bug, must distill simpler
375              test case.
376      Branch: perl
377            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
378 ____________________________________________________________________________
379 [ 14692] By: jhi                                   on 2002/02/14  19:52:26
380         Log: Integrate perlio; 
381              
382              Make dependencies more precise (for nmake)
383      Branch: perl
384           !> ext/Encode/EUC_JP/Makefile.PL
385 ____________________________________________________________________________
386 [ 14691] By: jhi                                   on 2002/02/14  18:08:58
387         Log: Just a guess.
388      Branch: perl
389            ! lib/Tie/Handle.pm
390 ____________________________________________________________________________
391 [ 14689] By: jhi                                   on 2002/02/14  16:03:50
392         Log: Upgrade to Net::Ping 2.11.
393      Branch: perl
394            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
395            ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
396            ! lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
397            ! lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
398 ____________________________________________________________________________
399 [ 14688] By: jhi                                   on 2002/02/14  15:15:17
400         Log: Subject: [PATCH ExtUtils/Installed.pm ExtUtils/t/Installed.t]
401              From: Robin Barker <rmb1@cise.npl.co.uk>
402              Date: Wed, 13 Feb 2002 17:37:07 GMT
403              Message-Id: <200202131737.RAA29010@tempest.npl.co.uk>
404              
405              (updated version of the above)
406      Branch: perl
407            ! lib/ExtUtils/Installed.pm lib/ExtUtils/t/Installed.t
408 ____________________________________________________________________________
409 [ 14687] By: jhi                                   on 2002/02/14  14:44:02
410         Log: Excise inexact blather.
411      Branch: perl
412            ! utf8.c
413 ____________________________________________________________________________
414 [ 14686] By: jhi                                   on 2002/02/14  14:30:35
415         Log: Subject: Re: [PATCH @13746] tied hashes: memoization
416              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
417              Date: Mon, 31 Dec 2001 20:28:46 -0500
418              Message-ID: <20011231202845.A1323@math.ohio-state.edu>
419      Branch: perl
420            + lib/Tie/Memoize.pm lib/Tie/Memoize.t
421            ! MANIFEST
422 ____________________________________________________________________________
423 [ 14684] By: jhi                                   on 2002/02/14  14:09:10
424         Log: Subject: [PATCH @13746] tied hashes
425              From: Ilya Zakharevich <ilya@math.ohio-state.edu>             
426              Date: Mon, 31 Dec 2001 19:15:39 -0500
427              Message-ID: <20011231191539.A46@math.ohio-state.edu>
428      Branch: perl
429            ! lib/Tie/Hash.pm pod/perltie.pod
430 ____________________________________________________________________________
431 [ 14683] By: jhi                                   on 2002/02/13  22:30:55
432         Log: Subject: Re: [PATCH] Configure followed by make minitest
433              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
434              Date: Sun, 10 Feb 2002 23:22:05 -0800
435              Message-ID: <dE3Z8gzkgyBD092yn@efn.org>
436      Branch: perl
437            ! Makefile.SH
438 ____________________________________________________________________________
439 [ 14682] By: jhi                                   on 2002/02/13  15:50:37
440         Log: Subject: Re: perl@14647
441              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
442              Date: Mon, 11 Feb 2002 19:30:36 +0100
443              Message-Id: <20020211192820.C199.H.M.BRAND@hccnet.nl>
444      Branch: perl
445            ! t/op/groups.t
446 ____________________________________________________________________________
447 [ 14681] By: jhi                                   on 2002/02/13  15:14:25
448         Log: Update Changes.
449      Branch: perl
450            ! Changes patchlevel.h
451 ____________________________________________________________________________
452 [ 14680] By: jhi                                   on 2002/02/13  13:41:50
453         Log: Integrate perlio;
454              
455              Do not lc() the file names before doing dirname() or they don't match.
456      Branch: perl
457           !> lib/ExtUtils/t/Installed.t
458 ____________________________________________________________________________
459 [ 14679] By: sky                                   on 2002/02/13  12:56:13
460         Log: rename mutex to make a bit more sense
461      Branch: perl
462            ! ext/threads/threads.xs
463 ____________________________________________________________________________
464 [ 14678] By: sky                                   on 2002/02/13  12:46:11
465         Log: Track active threads....
466      Branch: perl
467            ! ext/threads/threads.pm ext/threads/threads.xs
468 ____________________________________________________________________________
469 [ 14676] By: sky                                   on 2002/02/13  09:03:37
470         Log: Subject: [PATCH] Re: File/Spec/t/rel2abs2rel2whatever broken again
471              From: Michael G Schwern <schwern@pobox.com>
472              Date: ons feb 13, 2002  11:00:17  Europe/Stockholm
473              Message-Id: <20020213100017.GA6288@blackrider>
474      Branch: perl
475            ! lib/File/Spec/t/rel2abs2rel.t
476 ____________________________________________________________________________
477 [ 14675] By: sky                                   on 2002/02/13  09:00:24
478         Log: Do not propagate END blocks to child threads, test.
479      Branch: perl
480            + ext/threads/t/end.t
481            ! MANIFEST ext/threads/threads.xs
482 ____________________________________________________________________________
483 [ 14672] By: jhi                                   on 2002/02/13  05:17:07
484         Log: $ln is supposed to be already set to $ln + executable suffix
485              on platforms that need it, from Paul Green.
486      Branch: perl
487            ! Configure
488 ____________________________________________________________________________
489 [ 14671] By: jhi                                   on 2002/02/13  05:12:28
490         Log: Subject: New command syntax for 'x' command
491              From: Mark-Jason Dominus <mjd@plover.com>
492              Date: Tue, 12 Feb 2002 20:54:01 -0500
493              Message-ID: <20020213015401.25685.qmail@plover.com>
494      Branch: perl
495            ! lib/perl5db.pl pod/perldebug.pod
496 ____________________________________________________________________________
497 [ 14670] By: jhi                                   on 2002/02/13  05:11:12
498         Log: Subject: New debugger option 'dumpDepth' controls recursion depth of 'x' command
499              From: Mark-Jason Dominus <mjd@plover.com>
500              Date: Tue, 12 Feb 2002 20:20:42 -0500
501              Message-ID: <20020213012042.25245.qmail@plover.com>
502      Branch: perl
503            ! lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod
504 ____________________________________________________________________________
505 [ 14669] By: jhi                                   on 2002/02/13  04:43:43
506         Log: Iteration continues.
507      Branch: perl
508            ! utf8.c
509 ____________________________________________________________________________
510 [ 14668] By: jhi                                   on 2002/02/13  02:37:31
511         Log: Duh.
512      Branch: perl
513            ! pp_pack.c t/op/length.t
514 ____________________________________________________________________________
515 [ 14667] By: jhi                                   on 2002/02/13  01:33:01
516         Log: Retract #14666.
517      Branch: perl
518            ! t/op/lc.t
519 ____________________________________________________________________________
520 [ 14666] By: jhi                                   on 2002/02/13  01:22:13
521         Log: (retracted by #14667)
522      Branch: perl
523            ! t/op/lc.t
524 ____________________________________________________________________________
525 [ 14665] By: jhi                                   on 2002/02/13  00:45:02
526         Log: Tiny test script tweaks.
527      Branch: perl
528            ! t/uni/fold.t
529 ____________________________________________________________________________
530 [ 14664] By: jhi                                   on 2002/02/13  00:24:37
531         Log: Rewrite the "special mapping" part of to_utf8_case(),
532              this time with fewer bugs.  (See: The Law of Cybernetic
533              Entymology.)
534      Branch: perl
535            ! utf8.c
536 ____________________________________________________________________________
537 [ 14663] By: sky                                   on 2002/02/12  18:26:16
538         Log: Stop failures if you pass an object, sv_dup might not be the right 
539              thing to use since I have a feeling we end up cloning far too much. 
540              (Like the stash for example).... Maybe we need a lightweight sv_dup 
541              that searches the target for things....
542              Real fix is another option to perl_clone which controls if you should 
543              save stashes.
544      Branch: perl
545            ! ext/threads/threads.xs
546 ____________________________________________________________________________
547 [ 14662] By: jhi                                   on 2002/02/12  17:19:49
548         Log: Retract #14661.
549      Branch: perl
550            ! hints/solaris_2.sh
551 ____________________________________________________________________________
552 [ 14661] By: jhi                                   on 2002/02/12  17:16:20
553         Log: (retracted by #14662)
554      Branch: perl
555            ! hints/solaris_2.sh
556 ____________________________________________________________________________
557 [ 14660] By: jhi                                   on 2002/02/12  15:03:58
558         Log: EBCDIC: another "can't happen".
559      Branch: perl
560            ! utf8.c
561 ____________________________________________________________________________
562 [ 14659] By: sky                                   on 2002/02/12  14:38:21
563         Log: Join support, however something wierd seems to happen with filehandles that are passed along threads...
564      Branch: perl
565            + ext/threads/t/join.t
566            ! MANIFEST ext/threads/threads.xs
567 ____________________________________________________________________________
568 [ 14657] By: jhi                                   on 2002/02/12  13:44:34
569         Log: Subject: Re: [PATCH 5.6.1] Win32: Give user control over window creation behavior of system() function 
570              From: Jan Dubois <JanD@ActiveState.com> 
571              Date: Tue, 12 Feb 2002 00:56:31 -0800
572              Message-ID: <4llh6uc4gnqtk3csmfoqed3t6q85436bb1@4ax.com>
573      Branch: perl
574            ! lib/Win32.pod win32/win32.c win32/win32.h
575 ____________________________________________________________________________
576 [ 14656] By: jhi                                   on 2002/02/12  13:39:18
577         Log: Subject: [PATCH] Re: 14654 introduced a bug 
578              From: Michael G Schwern <schwern@pobox.com> 
579              Date: Tue, 12 Feb 2002 05:37:36 -0500
580              Message-ID: <20020212103736.GC14327@blackrider>
581      Branch: perl
582            ! lib/File/Spec/t/rel2abs2rel.t
583 ____________________________________________________________________________
584 [ 14655] By: jhi                                   on 2002/02/12  04:50:58
585         Log: More unset installman[13]dir tweaks from chromatic.
586      Branch: perl
587            ! lib/ExtUtils/Installed.pm
588 ____________________________________________________________________________
589 [ 14654] By: jhi                                   on 2002/02/12  04:31:44
590         Log: Subject: Re: [PATCH] Re: Change 14566: Re: File::Spec::rel2abs2rel (?)
591              From: Michael G Schwern <schwern@pobox.com>
592              Date: Mon, 11 Feb 2002 12:23:02 -0500
593              Message-ID: <20020211172302.GD9556@blackrider>
594      Branch: perl
595            ! lib/File/Spec/t/rel2abs2rel.t
596 ____________________________________________________________________________
597 [ 14653] By: jhi                                   on 2002/02/12  04:29:10
598         Log: Use `` instead of -| to be a little bit more portable,
599              from Michael Schwern.
600      Branch: perl
601            ! lib/ExtUtils/t/Embed.t
602 ____________________________________________________________________________
603 [ 14652] By: jhi                                   on 2002/02/12  03:17:44
604         Log: EBCDIC: this change for \N{} in particular is now
605              unnecessary because of the recent more general
606              pack U change.
607      Branch: perl
608            ! toke.c
609 ____________________________________________________________________________
610 [ 14651] By: jhi                                   on 2002/02/12  02:15:05
611         Log: Subject: [PATCH @14647] t/test.pl fix for VMS
612              From: "Craig A. Berry" <craigberry@mac.com>
613              Date: Mon, 11 Feb 2002 17:13:47 -0600
614              Message-Id: <5.1.0.14.2.20020211170332.01b94e88@exchi01>
615      Branch: perl
616            ! t/test.pl
617 ____________________________________________________________________________
618 [ 14650] By: jhi                                   on 2002/02/11  23:44:09
619         Log: EBCDIC: pack U bytes change.
620      Branch: perl
621            ! t/op/length.t
622 ____________________________________________________________________________
623 [ 14649] By: jhi                                   on 2002/02/11  23:38:28
624         Log: EBCDIC: pack U is no more equal to concat of \xHHs.
625      Branch: perl
626            ! t/op/each.t
627 ____________________________________________________________________________
628 [ 14647] By: jhi                                   on 2002/02/11  15:11:14
629         Log: Update Changes.
630      Branch: perl
631            ! Changes patchlevel.h
632 ____________________________________________________________________________
633 [ 14646] By: jhi                                   on 2002/02/11  15:07:28
634         Log: Regen toc.
635      Branch: perl
636            ! pod/perltoc.pod
637 ____________________________________________________________________________
638 [ 14645] By: jhi                                   on 2002/02/11  14:59:02
639         Log: Forgot from #14641.
640      Branch: perl
641            ! lib/ExtUtils/t/Embed.t
642 ____________________________________________________________________________
643 [ 14642] By: jhi                                   on 2002/02/11  14:46:39
644         Log: -Dmksymlinks was broken by #14628.
645      Branch: perl
646            ! Configure
647 ____________________________________________________________________________
648 [ 14641] By: jhi                                   on 2002/02/11  14:32:12
649         Log: Subject: [PATCH @14577] OS/2 build
650              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
651              Date: Mon, 11 Feb 2002 06:56:41 -0500
652              Message-ID: <20020211065640.A14993@math.ohio-state.edu> 
653              
654              (sans the Configure, perlio.sym, and t/op/stat.t parts)
655      Branch: perl
656            ! Makefile.SH autodoc.pl ext/Socket/socketpair.t hints/os2.sh
657            ! lib/ExtUtils/Embed.pm opcode.pl os2/Makefile.SHs os2/os2.c
658            ! os2/os2ish.h
659 ____________________________________________________________________________
660 [ 14640] By: jhi                                   on 2002/02/11  14:11:13
661         Log: Integrate perlio;
662              
663              Re-structure Japanese encodings - part 1
664              
665              Split Japanese encodings - part 2
666              - build separate .c files with separate 'compile' steps
667              - overall Japanese.xs / Japanese.pm which loads them
668              
669              Add test for Japanese encoding (well euc-jp anyway).
670              Fix one bug shown by above
671              Skip test which does not pass yet.
672              
673              Patch up the failing multi-byte write case, and un-skip
674              the test.
675      Branch: perl
676           +> ext/Encode/EUC_JP/Japanese.pm ext/Encode/t/Japanese.t
677           +> ext/Encode/t/table.euc ext/Encode/t/table.ref
678            - ext/Encode/EUC_JP/EUC_JP.pm
679           !> MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
680 ____________________________________________________________________________
681 [ 14634] By: jhi                                   on 2002/02/11  03:40:01
682         Log: Subject: Re: [PATCH] Re: Modulus operator inconsistency
683              From: Mike Guy <mjtg@cam.ac.uk>
684              Date: Mon, 11 Feb 2002 02:50:42 +0000
685              Message-Id: <E16a6YE-0006fq-00@libra.cus.cam.ac.uk>
686      Branch: perl
687            ! t/op/arith.t
688 ____________________________________________________________________________
689 [ 14633] By: jhi                                   on 2002/02/11  01:53:01
690         Log: "Can't happen" - yes, it can, with buggy UTF-8/EBCDIC.
691              Stepping backward in the string would be majorly bad.
692      Branch: perl
693            ! regcomp.c
694 ____________________________________________________________________________
695 [ 14632] By: jhi                                   on 2002/02/11  01:38:40
696         Log: The debugger part of
697              
698              Subject: [PATCH hints/os2.sh lib/perl5db.pl] Debugger to use proper pager
699              From: Michael G Schwern <schwern@pobox.com> 
700              Date: Wed, 6 Feb 2002 17:32:12 -0500
701              Message-ID: <20020206223212.GG1346@blackrider>
702      Branch: perl
703            ! lib/perl5db.pl
704 ____________________________________________________________________________
705 [ 14631] By: jhi                                   on 2002/02/10  22:11:53
706         Log: Integrate perlio;
707              
708              Borland/Win32 tuning
709              
710              Move PerlIO_perlio to layer_syms where it belongs?
711      Branch: perl
712           !> makedef.pl perlio.sym t/op/stat.t win32/config_H.bc
713 ____________________________________________________________________________
714 [ 14630] By: jhi                                   on 2002/02/10  22:10:19
715         Log: EBCDIC: the low 256 needs to be shuffled also
716              in pack/unpack U (this breaks the equivalence
717              of pack U and v-strings, but I think if someone
718              has to give, v-strings are a good victim)
719      Branch: perl
720            ! pp_pack.c t/op/pack.t
721 ____________________________________________________________________________
722 [ 14628] By: jhi                                   on 2002/02/10  21:55:45
723         Log: Two Configure tweaks; the u32align test was trying
724              to write into a string literal, the ln -s test was
725              failing in VOS.
726      Branch: perl
727            ! Configure
728 ____________________________________________________________________________
729 [ 14627] By: jhi                                   on 2002/02/10  21:07:20
730         Log: DJGPP tweaks from Laszlo Molnar.
731      Branch: perl
732            ! djgpp/djgpp.c lib/File/Spec.pm
733 ____________________________________________________________________________
734 [ 14624] By: jhi                                   on 2002/02/10  15:33:40
735         Log: Additional explanation for the [:...:] failure.
736      Branch: perl
737            ! pod/perldiag.pod
738 ____________________________________________________________________________
739 [ 14623] By: jhi                                   on 2002/02/10  15:15:53
740         Log: Subject: [ PATCH ] Re: Smoke 14612 /pro/3gl/CPAN/perl-current
741              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
742              Date: Sun, 10 Feb 2002 13:32:48 +0100
743              Message-Id: <20020210115736.3702.H.M.BRAND@hccnet.nl>
744      Branch: perl
745            ! makedef.pl
746 ____________________________________________________________________________
747 [ 14622] By: jhi                                   on 2002/02/10  15:08:06
748         Log: Test tweaks from chromatic for cases where there
749              are no installman1dir or installman3dir.
750      Branch: perl
751            ! lib/ExtUtils/t/Installed.t
752 ____________________________________________________________________________
753 [ 14621] By: jhi                                   on 2002/02/10  15:07:21
754         Log: Integrate perlio;
755              
756              Nick Clark's tweaks to Encode compile process
757              1. Use decimal constants to unit string arrays rather than
758              very long string litterals (latter having possible "\0"
759              on end issues, and needing ANSI C line splicing).
760              2. Replace tail-recursion during insert process with itteration.
761              Nick C sees 12% speedup from these.
762      Branch: perl
763           !> ext/Encode/Encode.pm ext/Encode/compile
764 ____________________________________________________________________________
765 [ 14620] By: jhi                                   on 2002/02/10  15:04:19
766         Log: Portability notes: filename characters, character sets.
767      Branch: perl
768            ! pod/perlport.pod
769 ____________________________________________________________________________
770 [ 14617] By: jhi                                   on 2002/02/10  02:56:54
771         Log: Use the "Unicode 1.0" name field for control characters,
772              as suggested by Mark Davis.  Note that Unicode 3.2 will
773              require some more legwork on this because of certain
774              alternative names.
775      Branch: perl
776            ! lib/unicore/Name.pl lib/unicore/mktables
777 ____________________________________________________________________________
778 [ 14616] By: jhi                                   on 2002/02/09  22:41:18
779         Log: The -W 0,float(ieee) and gcvt() are the bad combination.
780      Branch: perl
781            ! hints/os390.sh
782 ____________________________________________________________________________
783 [ 14615] By: jhi                                   on 2002/02/09  22:34:00
784         Log: EBCDIC: the non-printable characters are different.
785      Branch: perl
786            ! ext/B/B/Deparse.pm
787 ____________________________________________________________________________
788 [ 14614] By: jhi                                   on 2002/02/09  21:42:26
789         Log: Subject: [PATCH] Re: FreeBSD hangs when reading from dup'd STDOUT/ERR w/o perlio
790              From: Nicholas Clark <nick@unfortu.net> 
791              Date: Sat, 9 Feb 2002 22:31:29 +0000
792              Message-ID: <20020209223129.GH410@Bagpuss.unfortu.net>
793      Branch: perl
794            ! t/lib/warnings/pp_hot
795 ____________________________________________________________________________
796 [ 14613] By: jhi                                   on 2002/02/09  21:12:12
797         Log: Subject: [PATCH] Re: Modulus operator inconsistency
798              From: Nicholas Clark <nick@unfortu.net>
799              Date: Sat, 9 Feb 2002 21:00:13 +0000
800              Message-ID: <20020209210013.GG410@Bagpuss.unfortu.net>
801      Branch: perl
802            ! op.c t/op/arith.t
803 ____________________________________________________________________________
804 [ 14612] By: jhi                                   on 2002/02/09  18:15:39
805         Log: Use the same escaping mechanism for all the *flags.
806      Branch: perl
807            ! lib/ExtUtils/Embed.pm
808 ____________________________________________________________________________
809 [ 14611] By: jhi                                   on 2002/02/09  17:26:06
810         Log: Protect possible parentheses in ccflags, ccdlflags, and
811              ldflags.  (In OS/390 there are parentheses in ccflags.)
812      Branch: perl
813            ! lib/ExtUtils/Embed.pm
814 ____________________________________________________________________________
815 [ 14610] By: jhi                                   on 2002/02/09  16:12:03
816         Log: Subject: [PATCH] perl5db.pl: restart in taint mode
817              From: Peter Scott <Peter@PSDT.com>
818              Date: Fri, 08 Feb 2002 19:20:19 -0800
819              Message-id: <4.3.2.7.2.20020208191757.00b4cea0@shell2.webquarry.com>
820      Branch: perl
821            ! lib/perl5db.pl
822 ____________________________________________________________________________
823 [ 14609] By: jhi                                   on 2002/02/08  21:33:59
824         Log: FAQ sync.
825      Branch: perl
826            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq4.pod
827 ____________________________________________________________________________
828 [ 14608] By: jhi                                   on 2002/02/08  20:46:38
829         Log: Subject: [PATCH] CopFILE / MacPerl_MPWFileName
830              From: Chris Nandor <pudge@pobox.com>
831              Date: Fri, 08 Feb 2002 16:31:41 -0500
832              Message-ID: <pudge-10FC3D.16314108022002@onion.valueclick.com>
833      Branch: perl
834            ! cop.h deb.c pp_ctl.c toke.c util.c
835 ____________________________________________________________________________
836 [ 14605] By: jhi                                   on 2002/02/08  19:18:17
837         Log: The Configure change to go with #14604.
838      Branch: perl
839            ! Configure
840 ____________________________________________________________________________
841 [ 14604] By: jhi                                   on 2002/02/08  19:13:56
842         Log: Subject: [PATCH] Re:  [ID 20020205.007] BSDi test failure perl 5.6.1
843              From: Andy Dougherty <doughera@lafayette.edu>
844              Date: Fri, 8 Feb 2002 13:43:49 -0500 (EST)
845              Message-ID: <Pine.SOL.4.10.10202081341170.15295-100000@maxwell.phys.lafayette.edu>
846      Branch: perl
847            ! hints/bsdos.sh
848 ____________________________________________________________________________
849 [ 14602] By: sky                                   on 2002/02/08  15:19:15
850         Log: Start testing for safe localtime functions, TODO, test more functions.
851      Branch: perl
852            + ext/threads/t/libc.t
853            ! MANIFEST
854 ____________________________________________________________________________
855 [ 14601] By: jhi                                   on 2002/02/08  14:14:16
856         Log: Subject: Re: [PATCH] eof() coredumps when ARGV is aliased to another filehandle
857              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
858              Date: Fri, 8 Feb 2002 00:21:07 +0100
859              Message-ID: <20020208002107.E763@rafael>
860      Branch: perl
861            ! doio.c pp_sys.c t/io/argv.t
862 ____________________________________________________________________________
863 [ 14600] By: jhi                                   on 2002/02/08  14:07:15
864         Log: Subject: [PATCH] Configure followed by make minitest
865              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
866              Date: Wed, 06 Feb 2002 21:35:20 -0800
867              Message-ID: <YIhY8gzkgSbC092yn@efn.org>
868      Branch: perl
869            ! t/op/taint.t t/run/fresh_perl.t
870 ____________________________________________________________________________
871 [ 14599] By: jhi                                   on 2002/02/08  14:05:12
872         Log: Integrate perlio;
873              
874              Extract something from yesterdays effort - convert my mail on pad
875              data structures (incoporating Sarathy's corrections/clarifications)
876              into POD in cv.h which gets autodoc.pl'ed into pod/perlintern.pod.
877      Branch: perl
878           !> cv.h pod/perlapi.pod pod/perlintern.pod
879 ____________________________________________________________________________
880 [ 14597] By: jhi                                   on 2002/02/08  14:01:01
881         Log: Configure DJGPP tweak from Laszlo Molnar.
882      Branch: perl
883            ! Configure
884 ____________________________________________________________________________
885 [ 14596] By: jhi                                   on 2002/02/08  14:00:23
886         Log: DJGPP tweaks from Laszlo Molnar.
887      Branch: perl
888            ! djgpp/djgppsed.sh perl.c
889 ____________________________________________________________________________
890 [ 14593] By: jhi                                   on 2002/02/08  03:08:20
891         Log: To really skip the test an exit() is needed.
892      Branch: perl
893            ! lib/encoding.t
894 ____________________________________________________________________________
895 [ 14592] By: jhi                                   on 2002/02/08  02:57:30
896         Log: More diagnostics from Nicholas Clark.
897      Branch: perl
898            ! lib/Benchmark.t
899 ____________________________________________________________________________
900 [ 14591] By: jhi                                   on 2002/02/07  22:54:57
901         Log: In case of failure be more verbose.
902      Branch: perl
903            ! t/base/num.t
904 ____________________________________________________________________________
905 [ 14581] By: jhi                                   on 2002/02/07  17:10:06
906         Log: Sanity checks to see that the IV/NV and the PV of numeric
907              scalars stay in sync (unearthed this via the OS/390 gcvt()
908              brokenness)
909      Branch: perl
910            + t/base/num.t
911            ! MANIFEST
912 ____________________________________________________________________________
913 [ 14580] By: jhi                                   on 2002/02/07  14:07:33
914         Log: Retract the anon leak subpatch of #14418 and #14431
915              (the latter came into bleadperl as part of #14433).
916      Branch: perl
917            ! op.c t/run/fresh_perl.t
918 ____________________________________________________________________________
919 [ 14579] By: jhi                                   on 2002/02/06  23:38:10
920         Log: OS/390 gcvt() seems buggy: with -W 0,float(ieee) it
921              mangles 0.1 to "10".  sprintf() seems more well-behaved.
922      Branch: perl
923            ! hints/os390.sh
924 ____________________________________________________________________________
925 [ 14578] By: jhi                                   on 2002/02/06  19:56:53
926         Log: Subject: [PATCH @14557] another Encode fix for VMS
927              From: "Craig A. Berry" <craigberry@mac.com>
928              Date: Wed, 06 Feb 2002 14:44:20 -0600
929              Message-Id: <5.1.0.14.2.20020206143717.01baf008@exchi01>
930      Branch: perl
931            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
932 ____________________________________________________________________________
933 [ 14577] By: jhi                                   on 2002/02/06  15:38:25
934         Log: Integrate perlio;
935              
936              One way to avoid OS390 winge about #line directives.
937      Branch: perl
938           !> ext/Encode/EUC_JP/Makefile.PL
939 ____________________________________________________________________________
940 [ 14576] By: jhi                                   on 2002/02/06  15:36:55
941         Log: Update Changes.
942      Branch: perl
943            ! Changes patchlevel.h
944 ____________________________________________________________________________
945 [ 14574] By: jhi                                   on 2002/02/06  15:11:05
946         Log: s/Netware/NetWare/
947      Branch: perl
948            ! MANIFEST
949 ____________________________________________________________________________
950 [ 14573] By: jhi                                   on 2002/02/06  15:10:00
951         Log: New Netware scripts.
952      Branch: perl
953            + NetWare/bat/BldNWExt-Exist.bat NetWare/t/NWModify-Exist.pl
954            + NetWare/t/NWScripts-Exist.pl
955            ! MANIFEST
956 ____________________________________________________________________________
957 [ 14572] By: jhi                                   on 2002/02/06  15:02:20
958         Log: EBCDIC: the encoding pragma would need some rethinking,
959              probably a pass of EBCDIC->Unicode mapping.  For now,
960              disable it on EBCDIC.
961      Branch: perl
962            ! lib/encoding.pm lib/encoding.t
963 ____________________________________________________________________________
964 [ 14571] By: jhi                                   on 2002/02/06  14:44:27
965         Log: EBCDIC: Unicode::Normalize NFC emits EBCDIC code points
966              for the low 256.  Now tweaked the tests, but maybe it's
967              the module that needs few NATIVE_TO_UNI()s somewhere?
968      Branch: perl
969            ! ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t
970 ____________________________________________________________________________
971 [ 14570] By: jhi                                   on 2002/02/06  13:59:19
972         Log: Subject: [PATCH utf8.c] format problem
973              From: Robin Barker <rmb1@cise.npl.co.uk>
974              Date: Wed, 6 Feb 2002 14:01:43 GMT
975              Message-Id: <200202061401.OAA25053@tempest.npl.co.uk>
976      Branch: perl
977            ! utf8.c
978 ____________________________________________________________________________
979 [ 14568] By: jhi                                   on 2002/02/06  04:44:33
980         Log: EBCDIC: 0x41 is not cricket.
981      Branch: perl
982            ! ext/Encode/t/Encode.t
983 ____________________________________________________________________________
984 [ 14567] By: jhi                                   on 2002/02/05  23:12:19
985         Log: NetWare update from Ananth Kesari.
986      Branch: perl
987            ! NetWare/Makefile NetWare/bat/BldNWExt.bat
988            ! NetWare/dl_netware.xs NetWare/interface.c NetWare/interface.h
989            ! NetWare/iperlhost.h NetWare/nw5.c NetWare/nw5sck.c
990            ! NetWare/nw5sck.h NetWare/nw5thread.h NetWare/t/NWModify.pl
991            ! NetWare/t/NWScripts.pl makedef.pl
992 ____________________________________________________________________________
993 [ 14566] By: sky                                   on 2002/02/05  18:39:13
994         Log: Subject: Re: File::Spec::rel2abs2rel (?)
995              From: Michael G Schwern <schwern@pobox.com>
996              Date: Tue, 5 Feb 2002 13:47:39 -0500
997              Message-ID: <20020205184739.GB17375@blackrider>
998      Branch: perl
999            ! lib/File/Spec/t/rel2abs2rel.t
1000 ____________________________________________________________________________
1001 [ 14564] By: jhi                                   on 2002/02/05  17:05:40
1002         Log: Integrate perlio;
1003              
1004              More Encode tweaks:
1005              - make expensive and marginal substring search optional (-O)
1006              - enable -O for ASCII-oid encodings (search space is small)
1007              - add ASCII-oid jis0201 to basic Encode.so
1008              - add some other Japanese encodings to EUC_JP bundle (without -O)
1009      Branch: perl
1010           +> ext/Encode/Encode/jis0201.ucm
1011           !> MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Makefile.PL
1012           !> ext/Encode/compile
1013 ____________________________________________________________________________
1014 [ 14562] By: sky                                   on 2002/02/05  14:50:36
1015         Log: Add in change for Apple/Darwin Bug: 2785519 to fix memory leaks.
1016      Branch: perl
1017            ! ext/DynaLoader/dl_dyld.xs ext/POSIX/t/posix.t
1018 ____________________________________________________________________________
1019 [ 14561] By: jhi                                   on 2002/02/05  14:25:36
1020         Log: EBCDIC: SHARP S is different.
1021      Branch: perl
1022            ! regexec.c utf8.h
1023 ____________________________________________________________________________
1024 [ 14560] By: sky                                   on 2002/02/05  13:49:40
1025         Log: Don't assume that we can chmod symlinks. It fails on MacOSX HFS+ when building using mksymlinks
1026      Branch: perl
1027            ! t/op/filetest.t
1028 ____________________________________________________________________________
1029 [ 14559] By: sky                                   on 2002/02/05  11:39:24
1030         Log: Add . first to the PATH enviroment to test that we realy get ./perl and not some other older perl.
1031      Branch: perl
1032            ! lib/File/Spec/t/rel2abs2rel.t
1033 ____________________________________________________________________________
1034 [ 14558] By: sky                                   on 2002/02/05  11:20:21
1035         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...
1036      Branch: perl
1037            ! ext/POSIX/t/posix.t
1038 ____________________________________________________________________________
1039 [ 14557] By: sky                                   on 2002/02/05  10:30:58
1040         Log: Enable building with threads under macosx, assume __APPLE__ means darwin and disable _r functions, since we don't have them.
1041      Branch: perl
1042            ! hints/darwin.sh perl.h
1043 ____________________________________________________________________________
1044 [ 14554] By: jhi                                   on 2002/02/04  23:22:28
1045         Log: Subject: [PATCH] File::Find tests not cleaning up properly
1046              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1047              Date: Mon, 4 Feb 2002 22:09:07 +0100
1048              Message-ID: <20020204220907.A8288@rafael>
1049      Branch: perl
1050            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
1051 ____________________________________________________________________________
1052 [ 14553] By: jhi                                   on 2002/02/04  22:27:11
1053         Log: Signedness mumblings from Tru64.
1054      Branch: perl
1055            ! ext/Encode/Encode.xs
1056 ____________________________________________________________________________
1057 [ 14552] By: jhi                                   on 2002/02/04  22:22:16
1058         Log: Subject: [PATCH @14550] Encode build fix-ups for VMS
1059              From: "Craig A. Berry" <craigberry@mac.com>
1060              Date: Mon, 04 Feb 2002 17:16:00 -0600
1061              Message-Id: <5.1.0.14.2.20020204161211.01c0a178@exchi01>
1062      Branch: perl
1063            ! MANIFEST configure.com ext/Encode/EUC_JP/Makefile.PL
1064            ! ext/Encode/Encode.xs
1065 ____________________________________________________________________________
1066 [ 14550] By: jhi                                   on 2002/02/04  14:47:00
1067         Log: Update Changes.
1068      Branch: perl
1069            ! Changes patchlevel.h
1070 ____________________________________________________________________________
1071 [ 14549] By: jhi                                   on 2002/02/04  13:57:42
1072         Log: Comment microtweaks.
1073      Branch: perl
1074            ! lib/locale.t
1075 ____________________________________________________________________________
1076 [ 14548] By: jhi                                   on 2002/02/04  13:32:00
1077         Log: Subject: trivial docu patch
1078              From: andreas.koenig@anima.de (Andreas J. Koenig)
1079              Date: 04 Feb 2002 08:15:19 +0100
1080              Message-ID: <m3pu3l7m60.fsf@anima.de>
1081      Branch: perl
1082            ! pod/perluniintro.pod
1083 ____________________________________________________________________________
1084 [ 14547] By: jhi                                   on 2002/02/04  13:30:55
1085         Log: Subject: [PATCH] (??{ }) anomaly
1086              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
1087              Date: Sun, 03 Feb 2002 20:21:45 -0800
1088              Message-ID: <ZxgX8gzkgCXO092yn@efn.org> 
1089      Branch: perl
1090            ! regcomp.c
1091 ____________________________________________________________________________
1092 [ 14546] By: jhi                                   on 2002/02/04  04:41:02
1093         Log: Integrate perlio.
1094              
1095              Carry on where we left off if we have to grow destination
1096              SV during XS encode/decode
1097              
1098              Remove debugging warning, be consistent about API fails.
1099      Branch: perl
1100           !> ext/Encode/Encode.xs
1101 ____________________________________________________________________________
1102 [ 14543] By: jhi                                   on 2002/02/03  19:06:06
1103         Log: Subject: PATCH CPAN.pm
1104              From: Mark-Jason Dominus <mjd@plover.com>
1105              Date: Sun, 03 Feb 2002 12:36:36 -0500
1106              Message-ID: <20020203173636.27451.qmail@plover.com>
1107      Branch: perl
1108            ! lib/CPAN.pm
1109 ____________________________________________________________________________
1110 [ 14542] By: jhi                                   on 2002/02/03  19:05:13
1111         Log: Must search further back.
1112      Branch: perl
1113            ! lib/h2xs.t
1114 ____________________________________________________________________________
1115 [ 14540] By: jhi                                   on 2002/02/03  18:33:53
1116         Log: EBCDIC: more natification.
1117      Branch: perl
1118            ! regcomp.c
1119 ____________________________________________________________________________
1120 [ 14539] By: jhi                                   on 2002/02/03  18:32:31
1121         Log: Debug noise.
1122      Branch: perl
1123            ! ext/Encode/Encode.xs
1124 ____________________________________________________________________________
1125 [ 14538] By: jhi                                   on 2002/02/03  18:13:07
1126         Log: Integrate perlio;
1127              
1128              Stable intermediate point in Encode cleanup.
1129              :encode(euc-jp) works on Dan's table.euc
1130              Much buffer copying and other silliness remains.
1131      Branch: perl
1132           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
1133           !> ext/Encode/lib/Encode/Encoding.pm
1134 ____________________________________________________________________________
1135 [ 14537] By: jhi                                   on 2002/02/03  17:57:31
1136         Log: Prettify.
1137      Branch: perl
1138            ! lib/unicore/mktables
1139 ____________________________________________________________________________
1140 [ 14535] By: jhi                                   on 2002/02/03  17:29:57
1141         Log: EBCDIC: it's much nicer to compare Unicode code points
1142              to Unicode code points.
1143      Branch: perl
1144            ! regexec.c
1145 ____________________________________________________________________________
1146 [ 14534] By: jhi                                   on 2002/02/03  17:04:34
1147         Log: EBCDIC: character classes must remap the low 256.
1148      Branch: perl
1149            ! regcomp.c
1150 ____________________________________________________________________________
1151 [ 14533] By: jhi                                   on 2002/02/03  16:05:12
1152         Log: Upgrade to I18N::LangTags::List 0.27, from Sean Burke.
1153      Branch: perl
1154            ! lib/I18N/LangTags/List.pm
1155 ____________________________________________________________________________
1156 [ 14532] By: jhi                                   on 2002/02/03  15:36:36
1157         Log: FAQ sync.
1158      Branch: perl
1159            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq4.pod
1160            ! pod/perlfaq6.pod pod/perlfaq7.pod
1161 ____________________________________________________________________________
1162 [ 14531] By: jhi                                   on 2002/02/03  15:35:28
1163         Log: Integrate perlio;
1164              
1165              Re-indent Encode.xs
1166              
1167              Fix SvGROW on an SV with SvLEN == 0 - copy in any existing data.
1168              (Mis-feature discovered by Encode.)
1169      Branch: perl
1170           !> ext/Encode/Encode.pm ext/Encode/Encode.xs sv.c
1171 ____________________________________________________________________________
1172 [ 14530] By: jhi                                   on 2002/02/03  15:30:24
1173         Log: Subject: [PATCH] lstat FH and -l FH warnings
1174              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1175              Date: Sat, 2 Feb 2002 22:24:54 +0100           
1176              Message-ID: <20020202222454.A11608@rafael>       
1177      Branch: perl
1178            ! doio.c lib/File/Copy.pm pod/perldiag.pod pp_sys.c
1179            ! t/lib/warnings/doio t/lib/warnings/pp_sys t/op/stat.t
1180 ____________________________________________________________________________
1181 [ 14529] By: jhi                                   on 2002/02/03  15:27:26
1182         Log: Subject: [PATCH t/op/taint.t] remove possible false positive
1183              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1184              Date: Sat, 2 Feb 2002 13:11:01 +0100           
1185              Message-ID: <20020202131101.A722@rafael>               
1186              
1187              Subject: [PATCH t/op/ver.t] another false positive
1188              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1189              Date: Sat, 2 Feb 2002 13:38:22 +0100           
1190              Message-ID: <20020202133822.E722@rafael>         
1191              
1192              Subject: [PATCH] t/test.pl:ok() doesn't work
1193              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)  
1194              Date: Sun, 03 Feb 2002 00:02:38 -0800          
1195              Message-ID: <e6OX8gzkgSMO092yn@efn.org>          
1196      Branch: perl
1197            ! lib/Net/t/netrc.t t/op/stat.t t/op/taint.t t/op/ver.t
1198            ! t/test.pl
1199 ____________________________________________________________________________
1200 [ 14528] By: jhi                                   on 2002/02/03  15:26:33
1201         Log: Subject: [PATCH @13746] OS2::Process's constants
1202              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1203              Date: Sat, 2 Feb 2002 01:00:55 -0500           
1204              Message-ID: <20020202010055.A12924@math.ohio-state.edu>
1205      Branch: perl
1206            ! os2/OS2/Process/Makefile.PL
1207 ____________________________________________________________________________
1208 [ 14527] By: jhi                                   on 2002/02/03  15:16:46
1209         Log: Subject: [PATCH @13746] h2xs   
1210              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1211              Date: Sat, 2 Feb 2002 00:58:44 -0500           
1212              Message-ID: <20020202005844.A12756@math.ohio-state.edu>
1213      Branch: perl
1214            ! utils/h2xs.PL
1215 ____________________________________________________________________________
1216 [ 14525] By: jhi                                   on 2002/02/02  16:44:58
1217         Log: EBCDIC: since #14519 made \N{...} to remap,
1218              the test cannot expect an ASCII code point.
1219      Branch: perl
1220            ! lib/charnames.t
1221 ____________________________________________________________________________
1222 [ 14524] By: jhi                                   on 2002/02/02  05:03:24
1223         Log: Sub-MANIFEST-tweak.
1224      Branch: perl
1225            ! ext/Encode/MANIFEST
1226 ____________________________________________________________________________
1227 [ 14523] By: jhi                                   on 2002/02/02  02:54:44
1228         Log: Subject: [Patch] Encode::Tcl::Escape, more ISO2022 like
1229              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
1230              Date: Fri, 01 Feb 2002 23:51:03 +0900
1231              Message-Id: <20020201234727.15ED.BQW10602@nifty.com>
1232      Branch: perl
1233            ! ext/Encode/lib/Encode/Tcl/Escape.pm
1234 ____________________________________________________________________________
1235 [ 14522] By: jhi                                   on 2002/02/02  02:53:29
1236         Log: Subject: [PATCH] (Was Re: [ID 20020129.003] Trouble building perl 5.6.1)
1237              From: Andy Dougherty <doughera@lafayette.edu>
1238              Date: Fri, 1 Feb 2002 13:06:05 -0500 (EST)
1239              Message-ID: <Pine.SOL.4.10.10202011243130.24740-100000@maxwell.phys.lafayette.edu>
1240      Branch: perl
1241            ! README.solaris hints/solaris_2.sh
1242 ____________________________________________________________________________
1243 [ 14521] By: jhi                                   on 2002/02/02  02:08:42
1244         Log: EBCDIC: no hope to get the low 256 right in unifolding.
1245      Branch: perl
1246            ! t/uni/fold.t
1247 ____________________________________________________________________________
1248 [ 14520] By: jhi                                   on 2002/02/02  02:02:13
1249         Log: todo entry for missing pack formats.
1250      Branch: perl
1251            ! pod/perltodo.pod
1252 ____________________________________________________________________________
1253 [ 14519] By: jhi                                   on 2002/02/02  01:31:50
1254         Log: EBCDIC: the low 256 \N{...} need to be remapped.
1255      Branch: perl
1256            ! toke.c
1257 ____________________________________________________________________________
1258 [ 14516] By: jhi                                   on 2002/02/01  16:46:16
1259         Log: Integrate perlio; 
1260              
1261              Minor Encode tweaks:
1262              - move Encode.pm back to top of Encode like normal XS extension
1263              - avoid .def as a file extension (Win32 builds)
1264      Branch: perl
1265            ! MANIFEST
1266           !> ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
1267           !> ext/Encode/Makefile.PL ext/Encode/compile
1268 ____________________________________________________________________________
1269 [ 14514] By: jhi                                   on 2002/02/01  14:45:26
1270         Log: Subject: [PATCH utf8.t] temp file not cleaned up
1271              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1272              Date: Fri, 1 Feb 2002 15:47:46 +0100
1273              Message-ID: <20020201154746.A24079@rafael>
1274      Branch: perl
1275            ! t/io/utf8.t
1276 ____________________________________________________________________________
1277 [ 14513] By: jhi                                   on 2002/02/01  14:44:39
1278         Log: Subject: [PATCH] make "lstat FH" croak
1279              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1280              Date: Fri, 1 Feb 2002 15:12:50 +0100
1281              Message-ID: <20020201151250.A738@rafael>
1282      Branch: perl
1283            ! pod/perldiag.pod pp_sys.c t/op/stat.t
1284 ____________________________________________________________________________
1285 [ 14512] By: jhi                                   on 2002/02/01  14:42:58
1286         Log: Subject: [PATCH t/op/stat.t] Mentioning Darwins UFS ctime failure
1287              From: Kay Röpke <kroepke@dolphin-services.de>
1288              Date: Fri, 1 Feb 2002 01:10:43 +0100
1289              Message-Id: <2255B944-16A8-11D6-814B-000393414688@dolphin-services.de>
1290      Branch: perl
1291            ! t/op/stat.t
1292 ____________________________________________________________________________
1293 [ 14511] By: jhi                                   on 2002/02/01  05:17:59
1294         Log: The Malformed UTF-8 Heisenbug seen by Merijn and NickC
1295              I got it in Tru64 + ithreads but only without -g, took
1296              some debugging by printf (which was no fun either since
1297              adding some debug printfs hid the error)
1298      Branch: perl
1299            ! regexec.c utf8.c
1300 ____________________________________________________________________________
1301 [ 14510] By: jhi                                   on 2002/01/31  22:48:13
1302         Log: Subject: Re: [PATCH] perl -V:
1303              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)            
1304              Date: Thu, 31 Jan 2002 12:10:20 -0800
1305              Message-ID: <sSaW8gzkgaNQ092yn@efn.org>
1306              
1307              Subject: Re: [PATCH] perl -V:
1308              From: Michael G Schwern <schwern@pobox.com>
1309              Date: Thu, 31 Jan 2002 16:43:13 -0500
1310              Message-ID: <20020131214313.GH6498@blackrider>
1311      Branch: perl
1312            ! t/run/switches.t
1313 ____________________________________________________________________________
1314 [ 14509] By: jhi                                   on 2002/01/31  21:30:46
1315         Log: #14505 effect.
1316      Branch: perl
1317            ! pod/perluniintro.pod
1318 ____________________________________________________________________________
1319 [ 14508] By: jhi                                   on 2002/01/31  16:57:18
1320         Log: Daniel S. Lewart adopts the Math::Complex.
1321      Branch: perl
1322            ! lib/Math/Complex.pm
1323 ____________________________________________________________________________
1324 [ 14507] By: jhi                                   on 2002/01/31  16:54:44
1325         Log: More Complex DWIMmery.
1326      Branch: perl
1327            ! lib/Math/Complex.pm lib/Math/Complex.t
1328 ____________________________________________________________________________
1329 [ 14506] By: jhi                                   on 2002/01/31  15:27:49
1330         Log: Subject: [PATCH 20020124.004] forbid -l _ after -T _
1331              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1332              Date: Thu, 31 Jan 2002 14:37:52 +0100
1333              Message-ID: <20020131143752.A1452@rafael>
1334      Branch: perl
1335            ! pod/perlfunc.pod pp_sys.c t/lib/warnings/pp_sys t/op/stat.t
1336 ____________________________________________________________________________
1337 [ 14505] By: jhi                                   on 2002/01/31  15:26:41
1338         Log: Turn the I/O Unicode error by default on, but the
1339              character-generating Unicode error by default off,
1340              as Larry suggested.
1341      Branch: perl
1342            ! doio.c pod/perldiag.pod pp.c t/io/utf8.t t/lib/warnings/utf8
1343            ! utf8.c
1344 ____________________________________________________________________________
1345 [ 14504] By: jhi                                   on 2002/01/31  14:08:44
1346         Log: Subject: [PATCH] open.pm minor cleanup
1347              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1348              Date: Thu, 31 Jan 2002 15:03:02 +0100
1349              Message-ID: <20020131150302.C1452@rafael>
1350      Branch: perl
1351            ! lib/open.pm
1352 ____________________________________________________________________________
1353 [ 14503] By: jhi                                   on 2002/01/30  15:28:29
1354         Log: Update Changes.
1355      Branch: perl
1356            ! Changes patchlevel.h
1357 ____________________________________________________________________________
1358 [ 14502] By: jhi                                   on 2002/01/30  14:32:25
1359         Log: Subject: [PATCH re bug 200713.003] Re: Perlbug - reminder of bug(20010713.003) status
1360              From: Robin Barker <rmb1@cise.npl.co.uk>
1361              Date: Wed, 30 Jan 2002 11:58:33 GMT
1362              Message-Id: <200201301158.LAA14883@tempest.npl.co.uk>
1363      Branch: perl
1364            ! lib/CPAN.pm
1365 ____________________________________________________________________________
1366 [ 14501] By: jhi                                   on 2002/01/30  14:20:32
1367         Log: Move ext/Encode/lib/Encode.pm to ext/Encode/Encode.pm;
1368              re-sort MANIFEST.
1369      Branch: perl
1370            + ext/Encode/Encode.pm
1371            - ext/Encode/lib/Encode.pm
1372            ! MANIFEST ext/Encode/Makefile.PL
1373 ____________________________________________________________________________
1374 [ 14500] By: jhi                                   on 2002/01/30  14:05:13
1375         Log: Integrate perlio;
1376              
1377              Collect some stats during compile process.
1378              Experiment with effect of bundling all EUC-JP, EUC-CN, EUC-KR
1379              as one XS - inconclusive - marginal win?
1380              Add some comments to encode.h
1381      Branch: perl
1382           !> ext/Encode/EUC_JP/Makefile.PL ext/Encode/compile
1383           !> ext/Encode/encode.h
1384 ____________________________________________________________________________
1385 [ 14497] By: jhi                                   on 2002/01/30  04:40:56
1386         Log: Subject: [PATCH] perl -V: (was: Re: Inline::C and Perl objects with C API's)   
1387              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
1388              Date: Tue, 29 Jan 2002 01:13:09 -0800
1389              Message-ID: <lemV8gzkgu/K092yn@efn.org>
1390      Branch: perl
1391            ! configpm
1392 ____________________________________________________________________________
1393 [ 14496] By: jhi                                   on 2002/01/30  01:55:57
1394         Log: Subject: [PATCH t/op/inccode.t] new test
1395              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1396              Date: Tue, 29 Jan 2002 22:03:45 +0100
1397              Message-ID: <20020129220345.A704@rafael>
1398      Branch: perl
1399            ! t/op/inccode.t
1400 ____________________________________________________________________________
1401 [ 14495] By: jhi                                   on 2002/01/30  01:01:26
1402         Log: EBCDIC: t/op/lc.t now passes.
1403      Branch: perl
1404            ! t/op/lc.t
1405 ____________________________________________________________________________
1406 [ 14494] By: jhi                                   on 2002/01/30  00:41:52
1407         Log: EBCDIC fix: t/op/lc.t failures 24-25, 29-30, 34-35, 39-40
1408      Branch: perl
1409            ! utf8.c
1410 ____________________________________________________________________________
1411 [ 14493] By: jhi                                   on 2002/01/29  22:32:05
1412         Log: Must find stuff during build.
1413      Branch: perl
1414            ! ext/Encode/compile
1415 ____________________________________________________________________________
1416 [ 14492] By: jhi                                   on 2002/01/29  22:24:54
1417         Log: Integrate with perlio;
1418              
1419              Basics of a compiled Encode XS extension
1420      Branch: perl
1421           +> ext/Encode/EUC_JP/EUC_JP.pm ext/Encode/EUC_JP/Makefile.PL
1422           +> ext/Encode/Encode/euc-jp.ucm
1423           !> MANIFEST ext/Encode/Encode.xs ext/Encode/compile
1424           !> ext/Encode/encode.h
1425 ____________________________________________________________________________
1426 [ 14491] By: jhi                                   on 2002/01/29  22:23:25
1427         Log: EBCDIC tweaks-- no new test passes, but getting closer.
1428      Branch: perl
1429            ! utf8.c
1430 ____________________________________________________________________________
1431 [ 14488] By: jhi                                   on 2002/01/29  16:38:58
1432         Log: Subject: Re: [PATCH] Attribute::Handlers lexical refcount skew (was Re: lexical with attribute, refcount high)
1433              From: Richard Clamp <richardc@unixbeard.net>
1434              Date: Mon, 28 Jan 2002 02:17:55 +0000
1435              Message-ID: <20020128021755.GA28344@mirth.demon.co.uk>
1436      Branch: perl
1437            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
1438 ____________________________________________________________________________
1439 [ 14487] By: jhi                                   on 2002/01/29  14:23:03
1440         Log: OS/390 seems to do length 0 udp reads, Nicholas says
1441              skippage is for now the best cause of action.
1442      Branch: perl
1443            ! ext/Socket/socketpair.t
1444 ____________________________________________________________________________
1445 [ 14486] By: jhi                                   on 2002/01/29  14:09:21
1446         Log: Encode cleanup from Dan Kogai; reworked even further.
1447      Branch: perl
1448            + ext/Encode/MANIFEST ext/Encode/README ext/Encode/lib/Encode.pm
1449            + ext/Encode/lib/Encode/Encoding.pm
1450            + ext/Encode/lib/Encode/Internal.pm ext/Encode/lib/Encode/Tcl.pm
1451            + ext/Encode/lib/Encode/Tcl/Escape.pm
1452            + ext/Encode/lib/Encode/Tcl/Extended.pm
1453            + ext/Encode/lib/Encode/Tcl/HanZi.pm
1454            + ext/Encode/lib/Encode/Tcl/Table.pm
1455            + ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
1456            + ext/Encode/lib/Encode/iso10646_1.pm
1457            + ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
1458            + ext/Encode/lib/EncodeFormat.pod ext/Encode/t/Encode.t
1459            + ext/Encode/t/Tcl.t
1460            - ext/Encode.t ext/Encode/Encode.pm
1461            - ext/Encode/Encode/EncodeFormat.pod ext/Encode/Encode/Tcl.pm
1462            - ext/Encode/Encode/Tcl.t ext/Encode/Todo
1463            ! MANIFEST ext/Encode/Encode/8859-1.ucm
1464            ! ext/Encode/Encode/8859-10.ucm ext/Encode/Encode/8859-13.ucm
1465            ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
1466            ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
1467            ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
1468            ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
1469            ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
1470            ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
1471            ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
1472            ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/dingbats.ucm
1473            ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/posix-bc.ucm
1474            ! ext/Encode/Encode/symbol.ucm ext/Encode/Makefile.PL
1475            ! ext/Encode/compile
1476 ____________________________________________________________________________
1477 [ 14485] By: jhi                                   on 2002/01/28  23:17:20
1478         Log: Workaround for DJGPP broken F_GETFL from Laszlo.
1479      Branch: perl
1480            ! djgpp/djgpp.c perlio.c
1481 ____________________________________________________________________________
1482 [ 14484] By: jhi                                   on 2002/01/28  23:15:22
1483         Log: Prettier printing from Michael Schwern.
1484      Branch: perl
1485            ! t/test.pl
1486 ____________________________________________________________________________
1487 [ 14483] By: jhi                                   on 2002/01/28  23:08:27
1488         Log: Show also the debug and debugcolor as known pragmas.
1489      Branch: perl
1490            ! ext/re/re.pm
1491 ____________________________________________________________________________
1492 [ 14482] By: jhi                                   on 2002/01/28  22:08:38
1493         Log: Subject: [PATCH] skip assembler.t when there is no ByteLoader
1494              From: "Craig A. Berry" <craigberry@mac.com>
1495              Date: Mon, 28 Jan 2002 16:30:30 -0600
1496              Message-Id: <5.1.0.14.2.20020128162440.01ae7868@exchi01>
1497      Branch: perl
1498            ! ext/B/t/assembler.t
1499 ____________________________________________________________________________
1500 [ 14480] By: jhi                                   on 2002/01/28  21:57:37
1501         Log: DJGPP needs to know its exe soon, too.
1502      Branch: perl
1503            ! Configure
1504 ____________________________________________________________________________
1505 [ 14479] By: jhi                                   on 2002/01/28  21:36:34
1506         Log: Round #2 on EBCDICation.
1507      Branch: perl
1508            ! t/op/append.t
1509 ____________________________________________________________________________
1510 [ 14478] By: jhi                                   on 2002/01/28  21:19:40
1511         Log: Integrate perlio;
1512              
1513              Set makefile.mk CCHOME etc. for default locations of MinGW and free
1514              Borland compilers. (Borland builds one or two oddities.)
1515      Branch: perl
1516           !> win32/config.bc win32/makefile.mk
1517 ____________________________________________________________________________
1518 [ 14473] By: jhi                                   on 2002/01/28  17:12:27
1519         Log: Misunderstood Merijn's patch.
1520      Branch: perl
1521            ! hints/hpux.sh
1522 ____________________________________________________________________________
1523 [ 14472] By: jhi                                   on 2002/01/28  17:11:58
1524         Log: Misapplied Merijn's patch.
1525      Branch: perl
1526            ! Configure
1527 ____________________________________________________________________________
1528 [ 14471] By: jhi                                   on 2002/01/28  14:51:20
1529         Log: Update Changes.
1530      Branch: perl
1531            ! Changes patchlevel.h
1532 ____________________________________________________________________________
1533 [ 14470] By: jhi                                   on 2002/01/28  14:33:36
1534         Log: BeOS has sockets but not true ones.
1535      Branch: perl
1536            ! pp_sys.c
1537 ____________________________________________________________________________
1538 [ 14468] By: jhi                                   on 2002/01/28  14:03:01
1539         Log: For some strange reason under the smoke harness the alignment
1540              test hangs in HP-UX 10.20.  So hint it to avoid the test.
1541      Branch: perl
1542            ! hints/hpux.sh
1543 ____________________________________________________________________________
1544 [ 14467] By: jhi                                   on 2002/01/28  14:00:32
1545         Log: Allow d_u32align to be hinted.
1546      Branch: perl
1547            ! Configure
1548 ____________________________________________________________________________
1549 [ 14466] By: jhi                                   on 2002/01/28  13:41:18
1550         Log: The shift key is important.
1551      Branch: perl
1552            ! ext/B/B.xs
1553 ____________________________________________________________________________
1554 [ 14465] By: jhi                                   on 2002/01/28  13:36:15
1555         Log: The "used only once" warnings (from gv_check) come
1556              in pseudorandom hash order-- in EBCDIC the order
1557              is different.  Add a new option that allow the warnings
1558              to come in any order (Paul Marquess).
1559      Branch: perl
1560            ! lib/warnings.t t/lib/warnings/perl
1561 ____________________________________________________________________________
1562 [ 14464] By: jhi                                   on 2002/01/28  13:04:58
1563         Log: Integrate perlio; the 0nothread test failure without threads.
1564      Branch: perl
1565           !> ext/threads/shared/t/0nothread.t
1566 ____________________________________________________________________________
1567 [ 14460] By: jhi                                   on 2002/01/28  03:37:30
1568         Log: FAQ sync.
1569      Branch: perl
1570            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
1571            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
1572            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
1573            ! pod/perlfaq9.pod
1574 ____________________________________________________________________________
1575 [ 14459] By: jhi                                   on 2002/01/28  02:28:10
1576         Log: Upgrade to podlators 1.20.
1577      Branch: perl
1578            ! lib/Pod/Text/Overstrike.pm lib/Pod/t/basic.t
1579 ____________________________________________________________________________
1580 [ 14458] By: jhi                                   on 2002/01/28  01:36:28
1581         Log: Retract #14448, a better patch coming up.
1582      Branch: perl
1583            ! lib/Pod/t/basic.t
1584 ____________________________________________________________________________
1585 [ 14457] By: jhi                                   on 2002/01/28  01:31:40
1586         Log: EBCDIC portability.
1587      Branch: perl
1588            ! t/op/append.t
1589 ____________________________________________________________________________
1590 [ 14456] By: jhi                                   on 2002/01/27  23:49:40
1591         Log: Further cygwin installperl tweak from Gerrit P. Haase.
1592      Branch: perl
1593            ! installperl
1594 ____________________________________________________________________________
1595 [ 14455] By: jhi                                   on 2002/01/27  23:47:42
1596         Log: A bug in Bulgarian EBCDIC locale (this sounds like
1597              a Sherlock Holmes mystery...)  Well, a few more EBCDICs
1598              locales failed, too.  The patch works around the bug by
1599              skipping the test, but the real problem may be deeper
1600              (affecting probably only EBCDIC platforms, though):
1601              see the comment in locale.t for more details.
1602      Branch: perl
1603            ! lib/locale.t
1604 ____________________________________________________________________________
1605 [ 14453] By: jhi                                   on 2002/01/27  22:36:08
1606         Log: Subject: Bleadperl on Cygwin today
1607              From: "Gerrit P. Haase" <gp@familiehaase.de>              
1608              Date: Sun, 27 Jan 2002 22:30:41 +0100
1609              Message-ID: <462007239437.20020127223041@familiehaase.de>
1610      Branch: perl
1611            ! Configure cygwin/Makefile.SHs cygwin/perlld.in installperl
1612            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/t/Embed.t
1613            ! lib/ExtUtils/t/MM_Cygwin.t
1614 ____________________________________________________________________________
1615 [ 14452] By: jhi                                   on 2002/01/27  21:57:56
1616         Log: Unfinished EBCDIC branch.
1617      Branch: perl
1618            ! t/op/ver.t
1619 ____________________________________________________________________________
1620 [ 14451] By: jhi                                   on 2002/01/27  21:47:29
1621         Log: B::cstring() and B::Deparse EBCDIC fixes from Rafael Garcia-Suarez.
1622      Branch: perl
1623            ! ext/B/B.xs ext/B/B/Deparse.pm
1624 ____________________________________________________________________________
1625 [ 14450] By: jhi                                   on 2002/01/27  21:44:37
1626         Log: Cleanup the stash test, and reclaim it in non-ASCII-sorting
1627              platforms.
1628      Branch: perl
1629            ! ext/B/t/stash.t
1630 ____________________________________________________________________________
1631 [ 14449] By: jhi                                   on 2002/01/27  19:34:56
1632         Log: Apparently no need for EBCDIC exception any more.
1633      Branch: perl
1634            ! ext/B/t/showlex.t
1635 ____________________________________________________________________________
1636 [ 14448] By: jhi                                   on 2002/01/27  18:48:17
1637         Log: (retracted by #14458)
1638              (Russ Allbery) OS/390 is using a high-bit character for ESC,
1639              skip the test for now.  A better fix would be to override
1640              the notion of the platform's escape sequence in the test
1641              of Pod::Text::Termcap.  We may have to apply a filter to
1642              the output to substitute back in the ESC character that
1643              the test expects, but only on OS/390.
1644      Branch: perl
1645            ! lib/Pod/t/basic.t
1646 ____________________________________________________________________________
1647 [ 14447] By: jhi                                   on 2002/01/27  18:19:01
1648         Log: Detypo.
1649      Branch: perl
1650            ! ext/Devel/Peek/Peek.t
1651 ____________________________________________________________________________
1652 [ 14446] By: jhi                                   on 2002/01/27  17:57:21
1653         Log: OS/390 USS has a different idea of the pw* functions.
1654              Also, test the name with eq, not with ==.
1655      Branch: perl
1656            ! lib/User/pwent.t
1657 ____________________________________________________________________________
1658 [ 14445] By: jhi                                   on 2002/01/27  17:37:54
1659         Log: O_RDONLY/O_WRONLY/O_RDWR portability.
1660      Branch: perl
1661            ! doio.c
1662 ____________________________________________________________________________
1663 [ 14444] By: jhi                                   on 2002/01/27  16:32:32
1664         Log: ASCIIisms.
1665      Branch: perl
1666            ! ext/PerlIO/t/encoding.t
1667 ____________________________________________________________________________
1668 [ 14443] By: jhi                                   on 2002/01/27  15:59:31
1669         Log: chr(42) ne '*'  if one is in EBCDIC.
1670      Branch: perl
1671            ! t/op/pack.t
1672 ____________________________________________________________________________
1673 [ 14442] By: jhi                                   on 2002/01/27  15:26:52
1674         Log: Subject: [PATCH] Fix up recent op/stat.t failures
1675              From: Andy Dougherty <doughera@lafayette.edu>
1676              Date: Sun, 27 Jan 2002 09:46:38 -0500 (EST)
1677              Message-ID: <Pine.SOL.4.10.10201270943120.4253-100000@maxwell.phys.lafayette.edu>         
1678      Branch: perl
1679            ! t/op/stat.t
1680 ____________________________________________________________________________
1681 [ 14441] By: jhi                                   on 2002/01/27  15:21:49
1682         Log: Subject: [ PATCH ] Re: Smoke 14406 /pro/3gl/CPAN/perl-current
1683              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1684              Date: Sun, 27 Jan 2002 15:03:18 +0100
1685              Message-Id: <20020127145902.0EA2.H.M.BRAND@hccnet.nl>
1686      Branch: perl
1687            ! lib/ExtUtils/t/Command.t
1688 ____________________________________________________________________________
1689 [ 14440] By: jhi                                   on 2002/01/27  15:20:52
1690         Log: Subject: [PATCH B::Deparse] new switch: don't check prototypes while deparsing
1691              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1692              Date: Sun, 27 Jan 2002 14:51:10 +0100
1693              Message-ID: <20020127145110.A16332@rafael>
1694      Branch: perl
1695            ! ext/B/B/Deparse.pm
1696 ____________________________________________________________________________
1697 [ 14438] By: jhi                                   on 2002/01/26  23:56:53
1698         Log: Comment to avoid later "cleanups."
1699      Branch: perl
1700            ! lib/ExtUtils/MakeMaker.pm
1701 ____________________________________________________________________________
1702 [ 14437] By: jhi                                   on 2002/01/26  23:54:50
1703         Log: USS V2R10 seems to be happier with env FOO=... cmd ...
1704              instead of just FOO=... cmd ...
1705      Branch: perl
1706            ! Makefile.SH
1707 ____________________________________________________________________________
1708 [ 14436] By: jhi                                   on 2002/01/26  23:14:04
1709         Log: Overquoting bad (in UNIX one would get
1710              Can't open perl script "'-I../lib'": No such file or directory)
1711      Branch: perl
1712            ! lib/Pod/t/Usage.t
1713 ____________________________________________________________________________
1714 [ 14435] By: jhi                                   on 2002/01/26  22:41:05
1715         Log: Integrate perlio;
1716              
1717              "All tests successful" VC6.0 Win32
1718              (Update config.vc to need cppstdin so those tests are skipped...)
1719      Branch: perl
1720           !> win32/config.vc win32/config_H.bc win32/config_H.gc
1721           !> win32/config_H.vc
1722 ____________________________________________________________________________
1723 [ 14433] By: jhi                                   on 2002/01/26  21:38:56
1724         Log: Integrate perlio;
1725              
1726              1st two tests of File/Find/t/find.t and taint.t were run after 
1727              calling cleanup(). If previous fail had left for_find directory,
1728              but no content in it then cleanup() returned cd'ed to that directory.
1729              So tests failed. Fixed cleanup()-s.
1730              
1731              If we get to sighandler by mistake (no perl handler set) then
1732              warn() and exit() rather than die() - should never happen
1733              but if it does context needed to die is likely to be trashed
1734              as well.
1735              
1736              Win32 signal emulation cleanup.
1737              
1738              Tinkering with thread cleanup mutex-ing - not the problem 
1739              (op.c is) but could have been...
1740              
1741              Fix/band-aid for op.c's anon CV leak fix co-existing with threads.
1742              Should really be looked at by someone that knows about pads.
1743              
1744              Gurusamy Sarathy <gsar@ActiveState.com>'s patch to Filter::Simple
1745              for CRLF line endings.
1746      Branch: perl
1747           !> ext/threads/threads.xs lib/File/Find/t/find.t
1748           !> lib/File/Find/t/taint.t lib/Filter/Simple.pm mg.c op.c
1749           !> win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
1750 ____________________________________________________________________________
1751 [ 14430] By: jhi                                   on 2002/01/26  20:54:16
1752         Log: Subject: Re: [PATCH @14417] vmsify Pod::Usage and its test
1753              From: "Craig A. Berry" <craigberry@mac.com>       
1754              Date: Sat, 26 Jan 2002 11:19:44 -0600
1755              Message-Id: <a05101000b87895064ee3@[172.16.52.1]>
1756      Branch: perl
1757            ! lib/Pod/Usage.pm lib/Pod/t/Usage.t
1758 ____________________________________________________________________________
1759 [ 14424] By: jhi                                   on 2002/01/25  22:10:11
1760         Log: Integrate perlio;
1761              
1762              Fix winsystem.t's attempt to build showav.exe to work
1763              with gcc (which writes a.exe unless told with -o ).
1764              Also put in a few more fail-safes to check .exe got
1765              built somehow.
1766              
1767              More Win32 tuning
1768              
1769              Save $! so that other syscalls don't disturb it before
1770              we test it.
1771      Branch: perl
1772           !> ext/Socket/socketpair.t t/op/stat.t t/op/taint.t
1773           !> t/op/winsystem.t
1774 ____________________________________________________________________________
1775 [ 14423] By: jhi                                   on 2002/01/25  22:08:09
1776         Log: Subject: [PATCH] new test in op/universal.t
1777              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1778              Date: Fri, 25 Jan 2002 23:17:33 +0100
1779              Message-ID: <20020125231733.A11733@rafael>
1780      Branch: perl
1781            ! t/op/universal.t
1782 ____________________________________________________________________________
1783 [ 14419] By: jhi                                   on 2002/01/25  17:25:05
1784         Log: Subject: [Patch Encode.xs] calculation of need overflows
1785              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
1786              Date: Sat, 26 Jan 2002 00:58:50 +0900
1787              Message-Id: <20020126005802.89B3.BQW10602@nifty.com>
1788      Branch: perl
1789            ! ext/Encode/Encode.xs
1790 ____________________________________________________________________________
1791 [ 14418] By: jhi                                   on 2002/01/25  16:28:40
1792         Log: Integrate changes 13474+13478+13584 from maintperl;
1793              anon sub leakage.
1794      Branch: perl
1795            ! op.c t/run/fresh_perl.t
1796 ____________________________________________________________________________
1797 [ 14417] By: jhi                                   on 2002/01/25  15:34:18
1798         Log: Update Changes.
1799      Branch: perl
1800            ! Changes patchlevel.h
1801 ____________________________________________________________________________
1802 [ 14416] By: jhi                                   on 2002/01/25  15:04:25
1803         Log: Integrate perlio; extensive threads and threads::shared work
1804              (note that the below is a chronological list of perlio
1805              check-in entries since the last integrate)
1806              
1807              Nearly-working threads re-structuring. Do not integrate,
1808              submit-ing to get to Win32, and as "off site" backup.
1809              
1810              threads work again on Win32. (Not threads::shared yet)
1811              Submit to see if they do on Linux.
1812              
1813              Add new threads/typemap to MANIFEST
1814              
1815              XS side of new threads::shared designed, coded and compiles,
1816              and mostly commented but is totaly untested.
1817              submit in case anyone wants a preview.
1818              
1819              Miss mg_len == 0 meaning don't Safefree
1820              
1821              Shared scalars working, some shared array ops working.
1822              
1823              Implement recursive lock and use of scope for PL_sharedsv_space,
1824              so now croak() from asserts does not leave locks.
1825              Make hv_simple compile (new prototype for debugging probe).
1826              
1827              thread::shared nearly working again - remaining issue
1828              is references withing shared space.
1829              Added bulk test with no threads involved (for debugging)
1830              Tuned tests to skip those needing _thrcnt
1831              
1832              SvTEMP_off to stop private PV's being stolen and stored in shared space
1833              
1834              Except Win32 from echo tests. (Alarm does not break into connect)
1835              
1836              Expand command line test globs on Win32.
1837              
1838              threads::shared tidy up:
1839              - Add _id() function to shared.xs so we can test refs point at same thing.
1840              - Use that rather that comparing stringified ref in shared/t/hv_refs.t
1841              - Allow no_share to pass if sharing to works despite mis-ordering.
1842              - Change docs of threads to document ->create() (as used in tests),
1843              and not mention "new".
1844              
1845              Linux/NFS hackery was not faking right number of passes.
1846      Branch: perl
1847           +> ext/threads/shared/t/0nothread.t ext/threads/shared/typemap
1848           +> ext/threads/typemap
1849            - ext/threads/threads.h sharedsv.c sharedsv.h
1850            ! NetWare/config_H.wc
1851           !> (integrate 38 files)
1852 ____________________________________________________________________________
1853 [ 14415] By: jhi                                   on 2002/01/25  14:33:43
1854         Log: Subject: Re: perldebguts minor tweaks
1855              From: Joe McMahon <mcmahon@metalab.unc.edu>
1856              Date: Fri, 25 Jan 2002 10:32:45 -0500 (EST)
1857              Message-ID: <Pine.LNX.4.33.0201251031530.9326-100000@tribal.metalab.unc.edu>
1858      Branch: perl
1859            ! pod/perldebguts.pod
1860 ____________________________________________________________________________
1861 [ 14413] By: jhi                                   on 2002/01/25  14:05:49
1862         Log: Okay, you can come home now, _().
1863      Branch: perl
1864            ! config_h.SH
1865 ____________________________________________________________________________
1866 [ 14409] By: jhi                                   on 2002/01/24  21:08:35
1867         Log: Subject: perldebguts minor tweaks
1868              From: Joe McMahon <mcmahon@metalab.unc.edu>
1869              Date: Thu, 24 Jan 2002 16:48:43 -0500 (EST)
1870              Message-ID: <Pine.LNX.4.33.0201241646580.14744-100000@tribal.metalab.unc.edu>
1871      Branch: perl
1872            ! pod/perldebguts.pod
1873 ____________________________________________________________________________
1874 [ 14408] By: jhi                                   on 2002/01/24  20:58:15
1875         Log: Subject: [PATCH] perldebguts.pod [bleadperl]
1876              From: Peter Scott <Peter@PSDT.com>
1877              Date: Thu, 24 Jan 2002 08:51:34 -0800
1878              Message-Id: <4.3.2.7.2.20020123073917.00bac740@mail.webquarry.com>
1879      Branch: perl
1880            ! pod/perldebguts.pod
1881 ____________________________________________________________________________
1882 [ 14407] By: jhi                                   on 2002/01/24  20:55:34
1883         Log: Few more paranoia checks for Unicode hash keys.
1884      Branch: perl
1885            ! t/op/each.t
1886 ____________________________________________________________________________
1887 [ 14406] By: jhi                                   on 2002/01/24  18:03:02
1888         Log: Subject: [PATCH] Suppress /bin/ls errors in t/op/stat.t
1889              From: Andy Dougherty <doughera@lafayette.edu>
1890              Date: Thu, 24 Jan 2002 13:02:20 -0500 (EST)
1891              Message-ID: <Pine.SOL.4.10.10201241238510.23176-100000@maxwell.phys.lafayette.edu>
1892      Branch: perl
1893            ! t/op/stat.t
1894 ____________________________________________________________________________
1895 [ 14405] By: jhi                                   on 2002/01/24  15:44:31
1896         Log: The
1897              
1898              Subject: Very old debugger UTF-8 bug
1899              From: andreas.koenig@anima.de (Andreas J. Koenig)
1900              Date: 24 Jan 2002 12:45:44 +0100
1901              Message-ID: <m3y9iot1jr.fsf@anima.de>
1902              
1903              still broken, but this should work as a stopgap
1904              measure to stop pp_match accessing naughty data.
1905      Branch: perl
1906            ! pod/perldiag.pod pp_hot.c
1907 ____________________________________________________________________________
1908 [ 14403] By: jhi                                   on 2002/01/24  13:13:29
1909         Log: Pacify picky compilers (this time Sun Workshop).
1910      Branch: perl
1911            ! Configure
1912 ____________________________________________________________________________
1913 [ 14402] By: jhi                                   on 2002/01/24  12:45:02
1914         Log: Subject: Very old debugger UTF-8 bug
1915              From: andreas.koenig@anima.de (Andreas J. Koenig)
1916              Date: 24 Jan 2002 12:45:44 +0100
1917              Message-ID: <m3y9iot1jr.fsf@anima.de>
1918      Branch: perl
1919            ! lib/dumpvar.pl
1920 ____________________________________________________________________________
1921 [ 14400] By: jhi                                   on 2002/01/24  02:49:05
1922         Log: Sprinkle some copyrights (use the oldest timestamp to
1923              be found in the repository, which is most often not right,
1924              but at least consistent)
1925      Branch: perl
1926            ! XSUB.h cc_runtime.h dosish.h embed.h embed.pl embedvar.h
1927            ! fakesdio.h fakethr.h global.sym globals.c keywords.h
1928            ! keywords.pl miniperlmain.c nostdio.h opcode.h opcode.pl
1929            ! opnames.h patchlevel.h perl.h perlapi.c perlapi.h perlio.h
1930            ! perlsdio.h perlsfio.h perlvars.h proto.h regcomp.h regexp.h
1931            ! scope.h sharedsv.h taint.c thrdvar.h thread.h universal.c
1932            ! unixish.h xsutils.c
1933 ____________________________________________________________________________
1934 [ 14391] By: jhi                                   on 2002/01/23  18:48:45
1935         Log: Copyright++.  (Not all the toplevel *.h have one, it seems.)
1936      Branch: perl
1937            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
1938            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h locale.c mg.c
1939            ! mg.h numeric.c op.c op.h perl.c perl.h perlio.c perly.y
1940            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlmodinstall.pod
1941            ! pod/perluniintro.pod pp.c pp.h pp_ctl.c pp_hot.c pp_pack.c
1942            ! pp_sort.c pp_sys.c regcomp.c regexec.c run.c scope.c
1943            ! sharedsv.c sv.c sv.h toke.c utf8.c utf8.h utfebcdic.h util.c
1944            ! util.h x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
1945            ! x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c x2p/str.h
1946            ! x2p/util.c x2p/util.h x2p/walk.c
1947 ____________________________________________________________________________
1948 [ 14390] By: jhi                                   on 2002/01/23  18:30:18
1949         Log: Unused (the only occurrence of USE_BYTES_DOWNGRADES) and
1950              therefore quite probably also obsolete code.
1951      Branch: perl
1952            ! sv.c
1953 ____________________________________________________________________________
1954 [ 14389] By: jhi                                   on 2002/01/23  15:09:38
1955         Log: Update Changes.
1956      Branch: perl
1957            ! Changes patchlevel.h
1958 ____________________________________________________________________________
1959 [ 14388] By: jhi                                   on 2002/01/23  15:04:06
1960         Log: Small update on todo.  Could use a lot more.
1961      Branch: perl
1962            ! pod/perltodo.pod
1963 ____________________________________________________________________________
1964 [ 14386] By: jhi                                   on 2002/01/23  14:19:01
1965         Log: Subject: [ID 20020121.003] perldata doco bug
1966              From: John Stumbles <jstumbles@bluearc.com>
1967              Date: Mon, 21 Jan 2002 14:19:56 -0000
1968              Message-Id: <4586CA8FDDC2D411A1C700508BB4AC33016765D1@ukexchange.synaxia.com>
1969      Branch: perl
1970            ! pod/perldata.pod
1971 ____________________________________________________________________________
1972 [ 14385] By: jhi                                   on 2002/01/23  14:17:52
1973         Log: Subject: [PATCH] Re: bless() bug ? Why fails reblessing of 'main::Object' to 'Object' ?
1974              From: Michael G Schwern <schwern@pobox.com>
1975              Date: Mon, 21 Jan 2002 15:16:42 -0500
1976              Message-ID: <20020121201642.GA6659@blackrider>
1977      Branch: perl
1978            ! embed.fnc embed.h proto.h t/op/universal.t universal.c
1979 ____________________________________________________________________________
1980 [ 14384] By: jhi                                   on 2002/01/23  13:45:30
1981         Log: Subject: [PATCH] Re: eval not catching warnings?
1982              From: abigail@foad.org
1983              Date: Wed, 23 Jan 2002 15:35:47 +0100
1984              Message-ID: <20020123143547.24798.qmail@foad.org>
1985      Branch: perl
1986            ! pod/perlfunc.pod
1987 ____________________________________________________________________________
1988 [ 14383] By: jhi                                   on 2002/01/23  03:57:58
1989         Log: Subject: [ID 20020122.012] Not OK: perl v5.7.2 +DEVEL14368 on cygwin-multi-64int 1.3.6(0.4732) (UNINSTALLED)
1990              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
1991              Date: Tue, 22 Jan 2002 17:00:54 -0800            
1992              Message-Id: <GtgT8gzkg+CG092yn@efn.org> 
1993      Branch: perl
1994            ! t/run/fresh_perl.t
1995 ____________________________________________________________________________
1996 [ 14381] By: jhi                                   on 2002/01/23  03:47:05
1997         Log: HP-UX 10.20 cc pacifying from Merijn.
1998      Branch: perl
1999            ! Configure
2000 ____________________________________________________________________________
2001 [ 14380] By: jhi                                   on 2002/01/23  03:41:26
2002         Log: Subject: [PATCH] test.com shebang handling (was Re: VMS@14369)
2003              From: "Craig A. Berry" <craigberry@mac.com> 
2004              Date: Tue, 22 Jan 2002 22:14:26 -0600
2005              Message-Id: <a05101000b873de9cf801@[172.16.52.1]>
2006      Branch: perl
2007            ! vms/test.com
2008 ____________________________________________________________________________
2009 [ 14379] By: jhi                                   on 2002/01/23  03:11:31
2010         Log: AIX cpp bug: having macro arguments and character constants
2011              "the same" means trouble (here s and 's')
2012              What broke now was 841 and 842 of t/op/pat.t, because of the
2013              ANYOF_UNICODE_FOLD_SHARP_S() in utf8.h, ccversion 5.0.1.0
2014              (note that breakage happened only under cc_r and usethreads+
2015              useithreads)
2016      Branch: perl
2017            ! utf8.h
2018 ____________________________________________________________________________
2019 [ 14376] By: jhi                                   on 2002/01/22  16:46:48
2020         Log: Subject: [PATCH] Support truncate() in VOS port
2021              From: Paul_GreenVOS@vos.stratus.com
2022              Date: Mon, 21 Jan 02 23:27 est
2023              Message-Id: <200201220428.XAA15304@mailhub1.stratus.com>
2024      Branch: perl
2025            + vos/vos.c
2026            ! MANIFEST hints/vos.sh vos/vosish.h
2027 ____________________________________________________________________________
2028 [ 14374] By: jhi                                   on 2002/01/22  16:36:41
2029         Log: Get rid of the _() macro since (1) we require ANSI anyway
2030              (2) Other software (GNU) seems to use it and we don't need it,
2031              so let's give it up.
2032      Branch: perl
2033            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2034            ! config_h.SH ext/Devel/PPPort/PPPort.pm malloc.c
2035            ! plan9/config.plan9 pod/perltoc.pod uconfig.h
2036            ! vos/config.alpha.h vos/config.ga.h win32/config_H.bc
2037            ! win32/config_H.gc win32/config_H.vc win32/config_H.win64
2038            ! wince/config.h wince/config_H.ce
2039 ____________________________________________________________________________
2040 [ 14371] By: jhi                                   on 2002/01/21  19:36:04
2041         Log: Subject: [BUG] /\_/ an unrecognized escape?
2042              From: Michael G Schwern <schwern@pobox.com>
2043              Date: Mon, 21 Jan 2002 15:22:54 -0500
2044              Message-ID: <20020121202254.GA6731@blackrider>
2045      Branch: perl
2046            ! t/lib/warnings/toke toke.c
2047 ____________________________________________________________________________
2048 [ 14370] By: jhi                                   on 2002/01/21  19:16:00
2049         Log: Undo the renaming of the Unicode data files; the simple
2050              solution being not including the *.html files.  This means
2051              that in the future there is no need for any renamings
2052              (well, assuming that the Consortium doesn't cause any),
2053              and the files are named like they are in the Consortium
2054              website, thus alleviating confusion.
2055      Branch: perl
2056            + lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt
2057            + lib/unicore/CaseFolding.txt
2058            + lib/unicore/CompositionExclusions.txt
2059            + lib/unicore/EastAsianWidth.txt lib/unicore/LineBreak.txt
2060            + lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
2061            - lib/unicore/ArabShap.txt lib/unicore/BidiMirr.txt
2062            - lib/unicore/CaseFold.txt lib/unicore/CompExcl.txt
2063            - lib/unicore/EAWidth.txt lib/unicore/LineBrk.txt
2064            - lib/unicore/NamesList.html lib/unicore/PropList.html
2065            - lib/unicore/SpecCase.txt lib/unicore/UCD.html
2066            - lib/unicore/Unicode.html lib/unicore/Unicode.txt
2067            - lib/unicore/rename
2068            ! (edit 285 files)
2069 ____________________________________________________________________________
2070 [ 14369] By: jhi                                   on 2002/01/21  15:10:59
2071         Log: Update Changes.
2072      Branch: perl
2073            ! Changes patchlevel.h
2074 ____________________________________________________________________________
2075 [ 14368] By: jhi                                   on 2002/01/21  14:56:42
2076         Log: Subject: RE: BCC for Win32 is unhappy @14331
2077              From: "Konovalov, Vadim" <vkonovalov@spb.Lucent.com>
2078              Date: Mon, 21 Jan 2002 09:48:40 +0300
2079              Message-ID: <80C37C8B4041FB4F9135D70A0AAD71B30F00E5@ru0028exch01.spb.lucent.com>
2080              
2081              (using IV instead of int)
2082      Branch: perl
2083            ! hv.h
2084 ____________________________________________________________________________
2085 [ 14367] By: jhi                                   on 2002/01/21  14:29:05
2086         Log: path_is_absolute() needs a prototype (and maybe
2087              a better name, but that's another story).
2088      Branch: perl
2089            ! embed.fnc embed.h pp_ctl.c proto.h
2090 ____________________________________________________________________________
2091 [ 14366] By: jhi                                   on 2002/01/21  14:07:35
2092         Log: Subject: Re: coderefs in @INC
2093              From: Chris Nandor <pudge@pobox.com>
2094              Date: Thu, 17 Jan 2002 11:26:02 -0500
2095              Message-Id: <p0510030eb86ca7bc03e0@[10.0.1.177]>
2096      Branch: perl
2097            ! pp_ctl.c
2098 ____________________________________________________________________________
2099 [ 14365] By: jhi                                   on 2002/01/21  14:06:11
2100         Log: Subject: Re: [PATCH warnings, perldiag] document diagnostics
2101              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2102              Date: Sun, 20 Jan 2002 22:53:56 +0100
2103              Message-ID: <20020120225356.A12093@rafael>
2104      Branch: perl
2105            ! lib/warnings.pm pod/perldiag.pod t/lib/warnings/2use
2106            ! t/lib/warnings/9enabled warnings.h warnings.pl
2107 ____________________________________________________________________________
2108 [ 14364] By: jhi                                   on 2002/01/21  03:53:08
2109         Log: Subject: [PATCH] MakeMaker.pm sub-Makefile.PL tweak for VMS
2110              From: "Craig A. Berry" <craigberry@mac.com>
2111              Date: Sun, 20 Jan 2002 22:49:42 -0600
2112              Message-Id: <a05101004b8714273d60c@[172.16.52.1]>
2113      Branch: perl
2114            ! lib/ExtUtils/MakeMaker.pm
2115 ____________________________________________________________________________
2116 [ 14360] By: jhi                                   on 2002/01/20  17:11:12
2117         Log: Subject: [PATCH] lib/ExtUtils/t/Command.t -- VOS Fixes
2118              From: Paul_GreenVOS@vos.stratus.com
2119              Date: Sat, 19 Jan 02 17:17 est
2120              Message-Id: <200201192218.RAA07911@mailhub1.stratus.com>
2121              
2122              Subject: [PATCH] lib/ExtUtils/t/Command.t -- add more tests
2123              From: Paul_GreenVOS@vos.stratus.com
2124              Date: Sat, 19 Jan 02 17:19 est
2125              Message-Id: <200201192218.RAA12331@mailhub2.stratus.com>
2126      Branch: perl
2127            ! lib/ExtUtils/t/Command.t
2128 ____________________________________________________________________________
2129 [ 14359] By: jhi                                   on 2002/01/20  17:09:40
2130         Log: Subject: [PATCH] lib/AnyDBM_File.t -- VOS fix         
2131              From: Paul_GreenVOS@vos.stratus.com
2132              Date: Sat, 19 Jan 02 14:30 est
2133              Message-Id: <200201191932.OAA05601@mailhub1.stratus.com>
2134      Branch: perl
2135            ! lib/AnyDBM_File.t
2136 ____________________________________________________________________________
2137 [ 14358] By: jhi                                   on 2002/01/20  17:01:38
2138         Log: Subject: [REPATCH] Re: [PATCH] ext/File/Glob/t/basic.t - VOS patch
2139              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
2140              Date: Sun, 20 Jan 2002 13:51:36 +0100
2141              Message-ID: <20020120135136.A710@rafael>
2142      Branch: perl
2143            ! ext/File/Glob/t/basic.t
2144 ____________________________________________________________________________
2145 [ 14354] By: jhi                                   on 2002/01/20  06:35:54
2146         Log: Make also hex() and oct() to croak if their arguments
2147              cannot be downgraded (that is, if they contain wide
2148              characters), just like crypt() does (and use the croak
2149              feature of sv_utf8_downgrade()).
2150      Branch: perl
2151            ! pp.c t/op/oct.t
2152 ____________________________________________________________________________
2153 [ 14351] By: jhi                                   on 2002/01/19  21:06:58
2154         Log: Regen toc.
2155      Branch: perl
2156            ! pod/perltoc.pod
2157 ____________________________________________________________________________
2158 [ 14350] By: jhi                                   on 2002/01/19  21:03:07
2159         Log: Subject: Re: some file names inside pod/perl*delta files don't match .pod names
2160              From: David Dyck <dcd@tc.fluke.com>
2161              Date: Sat, 19 Jan 2002 13:31:36 -0800 (PST) 
2162              Message-ID: <Pine.LNX.4.33.0201191329420.21630-100000@dd.tc.fluke.com>
2163      Branch: perl
2164            ! pod/perl5004delta.pod pod/perl5005delta.pod
2165            ! pod/perl561delta.pod pod/perl56delta.pod
2166 ____________________________________________________________________________
2167 [ 14349] By: jhi                                   on 2002/01/19  20:07:17
2168         Log: FAQ sync.
2169      Branch: perl
2170            ! pod/perlfaq1.pod pod/perlfaq2.pod
2171 ____________________________________________________________________________
2172 [ 14348] By: jhi                                   on 2002/01/19  17:58:34
2173         Log: Subject: [PATCH lib/Pod/t/Usage.t]
2174              From: Abe Timmerman <abe@ztreet.demon.nl>
2175              Date: Sat, 19 Jan 2002 19:57:57 +0100
2176              Message-ID: <f1gj4usu5m76bv88a3ldptnmo6ld7d44ri@4ax.com>
2177      Branch: perl
2178            + lib/Pod/t/Usage.t
2179            ! MANIFEST
2180 ____________________________________________________________________________
2181 [ 14347] By: jhi                                   on 2002/01/19  17:57:08
2182         Log: Subject: [PATCH] ext/SDBM_File/sdbm.t -- VOS fix
2183              From: Paul_GreenVOS@vos.stratus.com
2184              Date: Sat, 19 Jan 02 13:15 est
2185              Message-Id: <200201191814.NAA09367@mailhub2.stratus.com>
2186      Branch: perl
2187            ! ext/SDBM_File/sdbm.t
2188 ____________________________________________________________________________
2189 [ 14346] By: jhi                                   on 2002/01/19  17:55:55
2190         Log: Integrate perlio; Split out core of sv_magic() into sv_magicext().
2191      Branch: perl
2192           !> embed.fnc embed.h embedvar.h global.sym perlapi.c perlapi.h
2193           !> pod/perlapi.pod pod/perlintern.pod proto.h sv.c util.c
2194 ____________________________________________________________________________
2195 [ 14345] By: gbarr                                 on 2002/01/19  16:51:23
2196         Log: Alternative Time::Local algorithm that uses matematical formula
2197              for timegm instead of progressive guessing
2198      Branch: perl
2199            ! lib/Time/Local.pm
2200 ____________________________________________________________________________
2201 [ 14344] By: jhi                                   on 2002/01/19  16:11:09
2202         Log: Subject: [PATCH] ext/File/Glob/t/basic.t - VOS patch
2203              From: Paul_GreenVOS@vos.stratus.com
2204              Date: Sat, 19 Jan 02 11:20 est
2205              Message-Id: <200201191619.LAA07751@mailhub2.stratus.com>
2206      Branch: perl
2207            ! ext/File/Glob/t/basic.t
2208 ____________________________________________________________________________
2209 [ 14343] By: jhi                                   on 2002/01/19  16:09:52
2210         Log: Subject: [PATCH] ext/Cwd/t/cwd.t -- for VOS
2211              From: Paul_GreenVOS@vos.stratus.com
2212              Date: Fri, 18 Jan 02 22:56 est
2213              Message-Id: <200201190400.XAA16899@mailhub1.stratus.com>       
2214      Branch: perl
2215            ! ext/Cwd/t/cwd.t
2216 ____________________________________________________________________________
2217 [ 14342] By: jhi                                   on 2002/01/19  16:08:19
2218         Log: Subject: [PATCH] lib/Time/Local.t patch w/o 2038 check           
2219              From: Paul_GreenVOS@vos.stratus.com
2220              Date: Fri, 18 Jan 02 22:48 est
2221              Message-Id: <200201190349.WAA28294@mailhub2.stratus.com>
2222      Branch: perl
2223            ! lib/Time/Local.t
2224 ____________________________________________________________________________
2225 [ 14341] By: jhi                                   on 2002/01/19  16:06:56
2226         Log: Subject: [PATCH] ext/Devel/DProf/DProf.t - different way
2227              From: Paul_GreenVOS@vos.stratus.com
2228              Date: Fri, 18 Jan 02 16:22 est
2229              Message-Id: <200201182125.QAA08563@mailhub1.stratus.com>
2230      Branch: perl
2231            ! ext/Devel/DProf/DProf.t
2232 ____________________________________________________________________________
2233 [ 14340] By: jhi                                   on 2002/01/19  03:00:26
2234         Log: Subject: [PATCH] Re: ext/Devel/DProf/DProf.t -- use exe_ext
2235              From: Tels <perl_dummy@bloodgate.com>
2236              Date: Fri, 18 Jan 2002 22:07:14 +0100 (CET) 
2237              Message-Id: <200201182106.XAA19133@taku.hut.fi>
2238      Branch: perl
2239            ! t/comp/script.t t/op/stat.t t/run/fresh_perl.t
2240 ____________________________________________________________________________
2241 [ 14339] By: jhi                                   on 2002/01/19  02:56:26
2242         Log: Don't do socketpair udp unless you've got all what it takes.
2243      Branch: perl
2244            ! util.c
2245 ____________________________________________________________________________
2246 [ 14338] By: jhi                                   on 2002/01/19  02:51:34
2247         Log: Subject: [PATCH] Re: perl@14331 - BeOS now quite happy  
2248              From: Tels <perl_dummy@bloodgate.com>
2249              Date: Fri, 18 Jan 2002 23:07:01 +0100 (CET) 
2250              Message-Id: <200201182206.AAA15310@taku.hut.fi>
2251      Branch: perl
2252            ! lib/ExtUtils/MM_BeOS.pm
2253 ____________________________________________________________________________
2254 [ 14336] By: jhi                                   on 2002/01/19  02:47:50
2255         Log: Avoid bare "set", and kiss .uucp goodbye.
2256      Branch: perl
2257            ! Configure
2258 ____________________________________________________________________________
2259 [ 14334] By: jhi                                   on 2002/01/18  21:16:08
2260         Log: Retract #14327 for now, going to the limit seems
2261              to be too much for many platforms.
2262      Branch: perl
2263            ! lib/Time/Local.t
2264 ____________________________________________________________________________
2265 [ 14331] By: jhi                                   on 2002/01/18  16:09:38
2266         Log: Update Changes.
2267      Branch: perl
2268            ! Changes patchlevel.h
2269 ____________________________________________________________________________
2270 [ 14330] By: jhi                                   on 2002/01/18  15:07:49
2271         Log: Try to make the connect/read/write timeouting.
2272      Branch: perl
2273            ! ext/Socket/Socket.t
2274 ____________________________________________________________________________
2275 [ 14329] By: jhi                                   on 2002/01/18  14:49:49
2276         Log: Netware Makefile tweak from Ananth Kesari.
2277      Branch: perl
2278            ! NetWare/Makefile
2279 ____________________________________________________________________________
2280 [ 14328] By: jhi                                   on 2002/01/18  14:37:02
2281         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20020117.010] File::Find documentation
2282              From: Michael G Schwern <schwern@pobox.com>
2283              Date: Fri, 18 Jan 2002 03:10:27 -0500
2284              Message-ID: <20020118081027.GE7226@blackrider>
2285      Branch: perl
2286            ! lib/File/Find.pm
2287 ____________________________________________________________________________
2288 [ 14327] By: jhi                                   on 2002/01/18  14:33:19
2289         Log: (retracted by #14334)
2290              
2291              Subject: [PATCH] Improving lib/Time/Local.t
2292              From: Paul_GreenVOS@vos.stratus.com        
2293              Date: Thu, 17 Jan 02 22:36 est
2294              Message-Id: <200201180335.WAA08768@mailhub2.stratus.com> 
2295      Branch: perl
2296            ! lib/Time/Local.t
2297 ____________________________________________________________________________
2298 [ 14326] By: jhi                                   on 2002/01/18  14:32:08
2299         Log: Subject: [PATCH t/MM_Win32.t] was: [ANNOUNCE] ExtUtils::MakeMaker 5.48_03 
2300              From: Abe Timmerman <abe@ztreet.demon.nl>  
2301              Date: Fri, 18 Jan 2002 13:18:47 +0100
2302              Message-ID: <4l4g4ustql73mlnm5n2jm68vcn4ctf85a1@4ax.com> 
2303      Branch: perl
2304            ! lib/ExtUtils/t/MM_Win32.t
2305 ____________________________________________________________________________
2306 [ 14325] By: jhi                                   on 2002/01/18  14:30:49
2307         Log: Subject: [PATCH] Syncing with bleadperl 
2308              From: Michael G Schwern <schwern@pobox.com> 
2309              Date: Fri, 18 Jan 2002 03:04:33 -0500
2310              Message-ID: <20020118080432.GC7226@blackrider>
2311      Branch: perl
2312            + lib/ExtUtils/Changes lib/ExtUtils/instmodsh t/lib/TieOut.pm
2313            - lib/ExtUtils/inst
2314            ! MANIFEST lib/ExtUtils/Embed.pm lib/ExtUtils/Liblist.pm
2315            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
2316            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mkbootstrap.pm
2317            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/t/Command.t
2318            ! lib/ExtUtils/t/Embed.t lib/ExtUtils/t/ExtUtils.t
2319            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/MM_BeOS.t
2320            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_OS2.t
2321            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t
2322            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
2323            ! lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
2324            ! lib/ExtUtils/t/hints.t lib/ExtUtils/t/testlib.t
2325            ! lib/ExtUtils/testlib.pm
2326 ____________________________________________________________________________
2327 [ 14324] By: jhi                                   on 2002/01/18  13:40:56
2328         Log: Detypo.
2329      Branch: perl
2330            ! AUTHORS
2331 ____________________________________________________________________________
2332 [ 14323] By: jhi                                   on 2002/01/18  00:35:24
2333         Log: Subject: [PATCH] MM check_hints test
2334              From: Michael G Schwern <schwern@pobox.com>
2335              Date: Thu, 17 Jan 2002 20:25:57 -0500
2336              Message-ID: <20020118012557.GE32762@blackrider>
2337      Branch: perl
2338            + lib/ExtUtils/t/hints.t
2339            ! MANIFEST
2340 ____________________________________________________________________________
2341 [ 14322] By: jhi                                   on 2002/01/18  00:21:11
2342         Log: Subject: [PATCH] Re: [PATCH] Re: ndbm failing on linux ?        
2343              From: Michael G Schwern <schwern@pobox.com> 
2344              Date: Thu, 17 Jan 2002 20:12:20 -0500
2345              Message-ID: <20020118011220.GC32762@blackrider>
2346              
2347              (#14317 replaced with this)
2348      Branch: perl
2349            ! lib/ExtUtils/MakeMaker.pm
2350 ____________________________________________________________________________
2351 [ 14321] By: jhi                                   on 2002/01/17  22:51:55
2352         Log: Subject: [PATCH perldiag] overload.pm warnings
2353              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2354              Date: Thu, 17 Jan 2002 23:53:49 +0100
2355              Message-ID: <20020117235349.A14530@rafael>
2356      Branch: perl
2357            ! pod/perldiag.pod
2358 ____________________________________________________________________________
2359 [ 14320] By: jhi                                   on 2002/01/17  22:49:36
2360         Log: Subject: [PATCH] Re: [ID 20020117.010] File::Find documentation
2361              From: Michael G Schwern <schwern@pobox.com>
2362              Date: Thu, 17 Jan 2002 16:35:47 -0500
2363              Message-ID: <20020117213546.GD23830@blackrider>
2364      Branch: perl
2365            ! lib/File/Find.pm
2366 ____________________________________________________________________________
2367 [ 14319] By: jhi                                   on 2002/01/17  22:43:12
2368         Log: Subject: [PATCH pod/perltodo.pod] One TODO is TODONE
2369              From: chromatic <chromatic@rmci.net>
2370              Date: Thu, 17 Jan 2002 13:04:22 -0700
2371              Message-ID: <20020117200557.98720.qmail@onion.perl.org>
2372      Branch: perl
2373            ! pod/perltodo.pod
2374 ____________________________________________________________________________
2375 [ 14318] By: jhi                                   on 2002/01/17  22:42:12
2376         Log: Subject: [PATCH lib/ExtUtils/t/Mkbootstrap] Silence warnings (was Re: [ANNOUNCE] ExtUtils::MakeMaker 5.48_01, the CPAN version)
2377              From: chromatic <chromatic@rmci.net>
2378              Date: Thu, 17 Jan 2002 12:59:04 -0700
2379              Message-ID: <20020117200039.96481.qmail@onion.perl.org>
2380      Branch: perl
2381            ! lib/ExtUtils/t/Mkbootstrap.t
2382 ____________________________________________________________________________
2383 [ 14317] By: jhi                                   on 2002/01/17  22:39:48
2384         Log: (replaced by #14322)
2385              The #14300 broke hints file handling.
2386      Branch: perl
2387            ! lib/ExtUtils/MakeMaker.pm
2388 ____________________________________________________________________________
2389 [ 14315] By: jhi                                   on 2002/01/17  22:13:44
2390         Log: Subject: [PATCH] long doubles
2391              From: Nicholas Clark <nick@unfortu.net>
2392              Date: Thu, 17 Jan 2002 17:06:28 +0000
2393              Message-ID: <20020117170627.GD513@Bagpuss.unfortu.net>
2394      Branch: perl
2395            ! Configure
2396 ____________________________________________________________________________
2397 [ 14313] By: jhi                                   on 2002/01/17  21:51:05
2398         Log: Subject: [PATCH] Trivial Configure patch (really i_ndbm.U)
2399              From: Andy Dougherty <doughera@lafayette.edu>
2400              Date: Thu, 17 Jan 2002 11:44:48 -0500 (EST)
2401              Message-ID: <Pine.SOL.4.10.10201171141280.25122-100000@maxwell.phys.lafayette.edu>
2402      Branch: perl
2403            ! Configure
2404 ____________________________________________________________________________
2405 [ 14311] By: sky                                   on 2002/01/17  21:01:00
2406         Log: Simplify the code that duplicates the threads 
2407              init function and the parameters to the thread by using sv_dup. 
2408              Note,what happens if you pass a shared variable as a parameter?
2409      Branch: perl
2410            ! ext/threads/threads.xs
2411 ____________________________________________________________________________
2412 [ 14310] By: jhi                                   on 2002/01/17  15:23:56
2413         Log: Update Changes.
2414      Branch: perl
2415            ! Changes patchlevel.h
2416 ____________________________________________________________________________
2417 [ 14309] By: jhi                                   on 2002/01/17  14:39:20
2418         Log: Rename kill_perl to fresh_perl; replace fresh_perl()
2419              with fresh_perl_is() and fresh_perl_like().
2420      Branch: perl
2421            + t/run/fresh_perl.t
2422            - t/run/kill_perl.t
2423            ! MANIFEST t/test.pl
2424 ____________________________________________________________________________
2425 [ 14308] By: jhi                                   on 2002/01/17  14:06:46
2426         Log: Subject: Re: [Patch @14129] fixes Unicode::Normalize
2427              From: Benjamin Goldberg <goldbb2@earthlink.net>
2428              Date: Wed, 09 Jan 2002 21:03:16 -0500
2429              Message-ID: <3C3CF664.A2BF3AC2@earthlink.net>
2430      Branch: perl
2431            ! ext/Unicode/Normalize/Normalize.pm
2432 ____________________________________________________________________________
2433 [ 14307] By: jhi                                   on 2002/01/17  14:04:06
2434         Log: Retract #14144 as Hugo isn't happy with it.
2435      Branch: perl
2436            ! scope.c t/run/kill_perl.t
2437 ____________________________________________________________________________
2438 [ 14306] By: jhi                                   on 2002/01/17  13:57:53
2439         Log: Subject: [REPATCH] Attribute::Handlers lexical refcount circus
2440              From: Richard Clamp <richardc@unixbeard.net>
2441              Date: Wed, 16 Jan 2002 17:34:31 +0000
2442              Message-ID: <20020116173431.GA28924@mirth.demon.co.uk>
2443      Branch: perl
2444            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
2445 ____________________________________________________________________________
2446 [ 14305] By: jhi                                   on 2002/01/17  13:32:56
2447         Log: Subject: [PATCH bleadperl] No more warnings from Opcode.c
2448              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
2449              Date: Tue, 15 Jan 2002 21:23:30 +0100
2450              Message-ID: <595405346.20020115212330@tesla.rcub.bg.ac.yu>
2451      Branch: perl
2452            ! ext/Opcode/Opcode.xs
2453 ____________________________________________________________________________
2454 [ 14304] By: jhi                                   on 2002/01/16  16:55:52
2455         Log: Subject: [PATCH] Fix crypt.t and fs.t tests
2456              From: Paul_GreenVOS@vos.stratus.com
2457              Date: Wed, 16 Jan 02 6:42 est
2458              Message-Id: <200201161143.GAA02292@mailhub1.stratus.com>
2459      Branch: perl
2460            ! t/io/fs.t t/op/crypt.t
2461 ____________________________________________________________________________
2462 [ 14303] By: jhi                                   on 2002/01/16  14:55:57
2463         Log: Subject: Re: [PATCH] length of undefined $(digit) should warn    
2464              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2465              Date: Wed, 16 Jan 2002 13:43:39 +0100
2466              Message-ID: <20020116134339.A704@rafael>
2467              
2468              (replaces #14302)
2469      Branch: perl
2470            ! mg.c t/lib/warnings/mg
2471 ____________________________________________________________________________
2472 [ 14302] By: jhi                                   on 2002/01/16  13:47:58
2473         Log: (replaced by #14303)
2474              Subject: [PATCH] length of undefined $(digit) should warn
2475              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2476              Date: Tue, 15 Jan 2002 23:02:44 +0100            
2477              Message-ID: <20020115230244.A31786@rafael>     
2478      Branch: perl
2479            ! mg.c t/lib/warnings/mg
2480 ____________________________________________________________________________
2481 [ 14301] By: jhi                                   on 2002/01/16  13:45:20
2482         Log: The non-MakeMaker.pm parts of
2483              
2484              Subject: [PATCH] Re: MM_Beos.pm?
2485              From: Tels <perl_dummy@bloodgate.com>
2486              Date: Mon, 14 Jan 2002 21:00:31 +0100 (CET)  
2487              Message-Id: <200201142006.WAA29544@taas.iki.fi>
2488      Branch: perl
2489            ! ext/SDBM_File/sdbm/Makefile.PL lib/ExtUtils/MM_Unix.pm
2490            ! lib/ExtUtils/t/MM_Unix.t
2491 ____________________________________________________________________________
2492 [ 14300] By: jhi                                   on 2002/01/16  13:40:53
2493         Log: Subject: [PATCH] Re: [PATCH] strictifying ExtUtils::MakeMaker, take 3
2494              From: Michael G Schwern <schwern@pobox.com>    
2495              Date: Tue, 15 Jan 2002 20:07:50 -0500            
2496              Message-ID: <20020116010750.GH625@blackrider>  
2497      Branch: perl
2498            ! lib/ExtUtils/MakeMaker.pm
2499 ____________________________________________________________________________
2500 [ 14299] By: jhi                                   on 2002/01/16  13:37:41
2501         Log: Subject: [PATCH] lib/Text/Tabs.pm doc format touchup
2502              From: Jeffrey Friedl <jfriedl@yahoo.com>       
2503              Date: Tue, 15 Jan 2002 15:30:22 -0800 (PST)      
2504              Message-Id: <200201152330.g0FNUM784820@ventrue.corp.yahoo.com>
2505      Branch: perl
2506            ! lib/Text/Tabs.pm
2507 ____________________________________________________________________________
2508 [ 14298] By: jhi                                   on 2002/01/16  13:34:29
2509         Log: Subject: [PATCH] Tidy up EXE_EXT patches to MM_Unix.pm
2510              From: "Green, Paul" <Paul.Green@stratus.com>
2511              Date: Tue, 15 Jan 2002 22:28:10 -0500
2512              Message-ID: <95AE3CDB3543D511883A0020485B38B9023534F0@exna3.stratus.com>
2513      Branch: perl
2514            ! lib/ExtUtils/MM_Unix.pm
2515 ____________________________________________________________________________
2516 [ 14297] By: jhi                                   on 2002/01/16  13:21:26
2517         Log: Integrate perlio; offsetof() is in <stddef.h>
2518      Branch: perl
2519           !> ext/Socket/Socket.xs
2520 ____________________________________________________________________________
2521 [ 14294] By: jhi                                   on 2002/01/16  05:37:29
2522         Log: Jeffrey's Unicode adventure continues: unify the In/*.pl
2523              and Is/*.pl to lib/*.pl, remove In.pl and Is.pl, introduce
2524              Canonical.pl and Exact.pl.
2525      Branch: perl
2526            + (add 259 files)
2527            - (delete 288 files)
2528            ! MANIFEST lib/unicore/Makefile lib/unicore/Properties
2529            ! lib/unicore/To/Digit.pl lib/unicore/To/Fold.pl
2530            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
2531            ! lib/unicore/To/Upper.pl lib/unicore/mktables lib/utf8_heavy.pl
2532 ____________________________________________________________________________
2533 [ 14293] By: jhi                                   on 2002/01/16  00:32:27
2534         Log: s/SvPV/SvPVbyte/g, as suggested by Gisle Aas.
2535      Branch: perl
2536            ! ext/Socket/Socket.xs
2537 ____________________________________________________________________________
2538 [ 14292] By: jhi                                   on 2002/01/15  20:06:49
2539         Log: Subject: [PATCH] Add Slab_Free to embed.fnc
2540              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
2541              Date: Tue, 15 Jan 2002 21:59:19 +0100
2542              Message-ID: <3C44A637.16602.25EB208@localhost>
2543      Branch: perl
2544            ! embed.fnc embed.h proto.h
2545 ____________________________________________________________________________
2546 [ 14291] By: jhi                                   on 2002/01/15  20:00:02
2547         Log: Duh.  The updated In/*.pl weren't checked in.
2548      Branch: perl
2549            ! lib/unicore/In/Alphabet.pl lib/unicore/In/Arabic.pl
2550            ! lib/unicore/In/ArabicP2.pl lib/unicore/In/ArabicPr.pl
2551            ! lib/unicore/In/Armenian.pl lib/unicore/In/Arrows.pl
2552            ! lib/unicore/In/BasicLat.pl lib/unicore/In/Bengali.pl
2553            ! lib/unicore/In/BlockEle.pl lib/unicore/In/Bopomof2.pl
2554            ! lib/unicore/In/Bopomofo.pl lib/unicore/In/BoxDrawi.pl
2555            ! lib/unicore/In/BrailleP.pl lib/unicore/In/Byzantin.pl
2556            ! lib/unicore/In/Cherokee.pl lib/unicore/In/CjkComp2.pl
2557            ! lib/unicore/In/CjkComp3.pl lib/unicore/In/CjkComp4.pl
2558            ! lib/unicore/In/CjkCompa.pl lib/unicore/In/CjkRadic.pl
2559            ! lib/unicore/In/CjkSymbo.pl lib/unicore/In/CjkUnif2.pl
2560            ! lib/unicore/In/CjkUnif3.pl lib/unicore/In/CjkUnifi.pl
2561            ! lib/unicore/In/Combini2.pl lib/unicore/In/Combini3.pl
2562            ! lib/unicore/In/Combinin.pl lib/unicore/In/ControlP.pl
2563            ! lib/unicore/In/Currency.pl lib/unicore/In/Cyrillic.pl
2564            ! lib/unicore/In/Deseret.pl lib/unicore/In/Devanaga.pl
2565            ! lib/unicore/In/Dingbats.pl lib/unicore/In/Enclose2.pl
2566            ! lib/unicore/In/Enclosed.pl lib/unicore/In/Ethiopic.pl
2567            ! lib/unicore/In/GeneralP.pl lib/unicore/In/Geometri.pl
2568            ! lib/unicore/In/Georgian.pl lib/unicore/In/Gothic.pl
2569            ! lib/unicore/In/Greek.pl lib/unicore/In/GreekExt.pl
2570            ! lib/unicore/In/Gujarati.pl lib/unicore/In/Gurmukhi.pl
2571            ! lib/unicore/In/Halfwidt.pl lib/unicore/In/HangulCo.pl
2572            ! lib/unicore/In/HangulJa.pl lib/unicore/In/HangulSy.pl
2573            ! lib/unicore/In/Hebrew.pl lib/unicore/In/HighPriv.pl
2574            ! lib/unicore/In/HighSurr.pl lib/unicore/In/Hiragana.pl
2575            ! lib/unicore/In/Ideograp.pl lib/unicore/In/IpaExten.pl
2576            ! lib/unicore/In/Kanbun.pl lib/unicore/In/KangxiRa.pl
2577            ! lib/unicore/In/Kannada.pl lib/unicore/In/Katakana.pl
2578            ! lib/unicore/In/Khmer.pl lib/unicore/In/Lao.pl
2579            ! lib/unicore/In/Latin1Su.pl lib/unicore/In/LatinEx2.pl
2580            ! lib/unicore/In/LatinEx3.pl lib/unicore/In/LatinExt.pl
2581            ! lib/unicore/In/Letterli.pl lib/unicore/In/LowSurro.pl
2582            ! lib/unicore/In/Malayala.pl lib/unicore/In/Mathema2.pl
2583            ! lib/unicore/In/Mathemat.pl lib/unicore/In/Miscell2.pl
2584            ! lib/unicore/In/Miscella.pl lib/unicore/In/Mongolia.pl
2585            ! lib/unicore/In/MusicalS.pl lib/unicore/In/Myanmar.pl
2586            ! lib/unicore/In/NumberFo.pl lib/unicore/In/Ogham.pl
2587            ! lib/unicore/In/OldItali.pl lib/unicore/In/OpticalC.pl
2588            ! lib/unicore/In/Oriya.pl lib/unicore/In/PrivateU.pl
2589            ! lib/unicore/In/Runic.pl lib/unicore/In/Sinhala.pl
2590            ! lib/unicore/In/SmallFor.pl lib/unicore/In/SpacingM.pl
2591            ! lib/unicore/In/Specials.pl lib/unicore/In/Superscr.pl
2592            ! lib/unicore/In/Syriac.pl lib/unicore/In/Tags.pl
2593            ! lib/unicore/In/Tamil.pl lib/unicore/In/Telugu.pl
2594            ! lib/unicore/In/Thaana.pl lib/unicore/In/Thai.pl
2595            ! lib/unicore/In/Tibetan.pl lib/unicore/In/UnifiedC.pl
2596            ! lib/unicore/In/YiRadica.pl lib/unicore/In/YiSyllab.pl
2597 ____________________________________________________________________________
2598 [ 14290] By: jhi                                   on 2002/01/15  18:39:54
2599         Log: Update Changes.
2600      Branch: perl
2601            ! Changes patchlevel.h
2602 ____________________________________________________________________________
2603 [ 14289] By: jhi                                   on 2002/01/15  18:38:03
2604         Log: Jeffrey is trying very hard to avoid working on his
2605              book, it would seem :-) (better naming, better comments
2606              in the files)
2607      Branch: perl
2608            + lib/unicore/Is/AsciiHex.pl lib/unicore/Is/IdContin.pl
2609            + lib/unicore/Is/IdStart.pl lib/unicore/Is/L_.pl
2610            + lib/unicore/Is/_CanonDC.pl lib/unicore/Is/_CaseIgn.pl
2611            + lib/unicore/Is/_CombAbo.pl lib/unicore/Properties
2612            - lib/unicore/Is/2.pl lib/unicore/Is/ASCIIHex.pl
2613            - lib/unicore/Is/CanonDCI.pl lib/unicore/Is/CaseIgno.pl
2614            - lib/unicore/Is/CombAbov.pl lib/unicore/Is/IDContin.pl
2615            - lib/unicore/Is/IDStart.pl
2616            ! (edit 200 files)
2617 ____________________________________________________________________________
2618 [ 14287] By: jhi                                   on 2002/01/15  17:55:54
2619         Log: Some protection against spaces in directory names.
2620              (Tru64 still has some makedepend problems in such
2621              cases but that looks like Tru64's problem.)
2622      Branch: perl
2623            ! Configure Makefile.SH
2624 ____________________________________________________________________________
2625 [ 14286] By: jhi                                   on 2002/01/15  17:13:28
2626         Log: Should have been in #14285 but I have sausages for fingers.
2627      Branch: perl
2628            + lib/ExtUtils/MM_BeOS.pm
2629 ____________________________________________________________________________
2630 [ 14285] By: jhi                                   on 2002/01/15  17:12:59
2631         Log: MM_BeOS from Tels.
2632      Branch: perl
2633            + lib/ExtUtils/t/MM_BeOS.t
2634            ! MANIFEST
2635 ____________________________________________________________________________
2636 [ 14284] By: jhi                                   on 2002/01/15  15:55:53
2637         Log: Integrate perlio;
2638              
2639              (reintroduce #14251) Slab allocator for ops
2640              - moved the statics to intrpvar.h
2641              - implemented Slab_Free()
2642              - uses PerlMemShared (for now) if distinction exists.
2643              
2644              Slab allocator submit after resolve -ay to keep it!
2645              
2646              Hand merge of non slab allocator stuff
2647              
2648              const-ness fix in savepv's passing of NULL
2649              
2650              Typo in #else branch of PL_SLAB_ALLOC
2651              
2652              Integrate rest of mainline
2653              
2654              Regen embed enable slab for PERL_IMPLICIT_SYS
2655              
2656              Correct name of PL_OP_SLAB_ALLOC
2657              
2658              Correct slab allocator for case where sizeof(IV) > sizeof(IV *)
2659              e.g. -Duse64bitint on a 32-bit platform.
2660              Now uses I32 for use-count and is more careful with its casts.
2661      Branch: perl
2662           !> (integrate 28 files)
2663 ____________________________________________________________________________
2664 [ 14279] By: jhi                                   on 2002/01/15  14:43:04
2665         Log: Subject: [PATCH] Socket::sockaddr_family
2666              From: Gisle Aas <gisle@ActiveState.com> 
2667              Date: 15 Jan 2002 06:35:28 -0800
2668              Message-ID: <lr1ygrk7gv.fsf@caliper.activestate.com>
2669      Branch: perl
2670            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
2671 ____________________________________________________________________________
2672 [ 14278] By: jhi                                   on 2002/01/15  14:37:34
2673         Log: Subject: [PATCH perldiag] Style issue
2674              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2675              Date: Tue, 15 Jan 2002 15:36:30 +0100                
2676              Message-ID: <20020115153630.A11568@rafael>
2677      Branch: perl
2678            ! pod/perldiag.pod
2679 ____________________________________________________________________________
2680 [ 14276] By: jhi                                   on 2002/01/15  14:22:38
2681         Log: NetWare tweak from Ananth Kesari.
2682      Branch: perl
2683            ! lib/ExtUtils/MakeMaker.pm
2684 ____________________________________________________________________________
2685 [ 14275] By: jhi                                   on 2002/01/15  14:19:43
2686         Log: Throwback.
2687      Branch: perl
2688            ! MANIFEST
2689 ____________________________________________________________________________
2690 [ 14274] By: jhi                                   on 2002/01/15  14:16:28
2691         Log: A couple of additional character classes from Jeffrey,
2692              hopefully useful in future for internal use for implementing
2693              some special cases of casing.
2694              
2695              Also regenerate once more all the character classes,
2696              now without the timestamp.  A timestamp would be kind of
2697              nice but it's not: having a timestamp in a file means that
2698              even if the effective contents of file really didn't
2699              change, the file looks as if it changed.
2700      Branch: perl
2701            + lib/unicore/Is/CanonDCI.pl lib/unicore/Is/CaseIgno.pl
2702            + lib/unicore/Is/CombAbov.pl
2703            ! (edit 304 files)
2704 ____________________________________________________________________________
2705 [ 14273] By: jhi                                   on 2002/01/15  13:53:01
2706         Log: Make the test harder.
2707      Branch: perl
2708            ! t/op/pat.t
2709 ____________________________________________________________________________
2710 [ 14272] By: jhi                                   on 2002/01/15  13:51:11
2711         Log: Additional utf8_heavy.pl tweak from Jeffrey.
2712      Branch: perl
2713            ! lib/utf8_heavy.pl
2714 ____________________________________________________________________________
2715 [ 14264] By: jhi                                   on 2002/01/15  04:19:11
2716         Log: Pod nits.
2717      Branch: perl
2718            ! lib/Unicode/UCD.pm pod/perlunicode.pod
2719 ____________________________________________________________________________
2720 [ 14263] By: jhi                                   on 2002/01/15  02:14:29
2721         Log: The Unicode categories doc patch to go with #14254,
2722              from Jeffrey.
2723      Branch: perl
2724            ! lib/Unicode/UCD.pm pod/perldelta.pod pod/perlunicode.pod
2725 ____________________________________________________________________________
2726 [ 14262] By: jhi                                   on 2002/01/15  01:30:09
2727         Log: There isn't going to be perl.third.exe.
2728      Branch: perl
2729            ! Makefile.SH
2730 ____________________________________________________________________________
2731 [ 14261] By: jhi                                   on 2002/01/15  01:25:11
2732         Log: Subject: [PATCH] small coredump correction
2733              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2734              Date: Tue, 15 Jan 2002 00:22:52 +0100
2735              Message-ID: <20020115002252.I691@rafael>
2736      Branch: perl
2737            ! op.c
2738 ____________________________________________________________________________
2739 [ 14260] By: jhi                                   on 2002/01/15  01:23:53
2740         Log: Subject: [PATCH] Overriding readline() should also override <FH>     
2741              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2742              Date: Mon, 14 Jan 2002 23:03:04 +0100
2743              Message-ID: <20020114230304.A691@rafael>   
2744              
2745              Subject: Re: [PATCH] Overriding readline() should also override <FH> 
2746              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2747              Date: Mon, 14 Jan 2002 23:18:43 +0100
2748              Message-ID: <20020114231843.E691@rafael>   
2749      Branch: perl
2750            ! pod/perlsub.pod t/op/override.t toke.c
2751 ____________________________________________________________________________
2752 [ 14256] By: jhi                                   on 2002/01/14  14:42:12
2753         Log: Update Changes.
2754      Branch: perl
2755            ! Changes patchlevel.h
2756 ____________________________________________________________________________
2757 [ 14255] By: jhi                                   on 2002/01/14  14:04:24
2758         Log: Retract #14251 (the op slab allocator from perlio)
2759              until we figure out why 2.2.19 x86 debian gets
2760              a circular sibling chain and therefore hangs in
2761              the Perl_ck_subr() sibling for-loop.
2762      Branch: perl
2763            ! embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
2764            ! perlapi.c perlapi.h proto.h
2765 ____________________________________________________________________________
2766 [ 14254] By: jhi                                   on 2002/01/14  13:25:07
2767         Log: Big mktables rewrite from Jeffrey;
2768              documentation not yet updated.
2769      Branch: perl
2770            + (add 171 files)
2771            - (delete 182 files)
2772            ! (edit 135 files)
2773 ____________________________________________________________________________
2774 [ 14253] By: ams                                   on 2002/01/14  03:15:05
2775         Log: Subject: Re: [ID 20020113.006] Cwd.pm uses uninitialized $ENV{PATH}
2776              From: Michael G Schwern <schwern@pobox.com>
2777              Date: Sun, 13 Jan 2002 21:00:07 -0500
2778              Message-Id: <20020114020007.GB2877@blackrider>
2779      Branch: perl
2780            ! lib/Cwd.pm
2781 ____________________________________________________________________________
2782 [ 14252] By: jhi                                   on 2002/01/14  00:27:41
2783         Log: Subject: Re: Win32 status - progress !
2784              From: Abe Timmerman <abe@ztreet.demon.nl>       
2785              Date: Mon, 14 Jan 2002 02:29:51 +0100
2786              Message-ID: <9rc44u4sl4hjfm32if71ggjlm0qpvvacs3@4ax.com>
2787      Branch: perl
2788            ! lib/ExtUtils/t/MM_Win32.t
2789 ____________________________________________________________________________
2790 [ 14251] By: jhi                                   on 2002/01/13  23:30:05
2791         Log: Integrate perlio.
2792              
2793              Slab allocator for ops
2794              - moved the statics to intrpvar.h
2795              - implemented Slab_Free()
2796              - uses PerlMemShared (for now) if distinction exists.
2797      Branch: perl
2798           !> embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
2799           !> perlapi.c perlapi.h proto.h
2800 ____________________________________________________________________________
2801 [ 14249] By: jhi                                   on 2002/01/13  19:55:10
2802         Log: Start a new test category: uni.  Much of t/op/pat
2803              should probably be moved here, but holding on that
2804              until Jeffrey finishes his big mktables rewrite.
2805              Bits and pieces of op/split, op/pack, op/append,
2806              op/join, could probably be moved to respective uni
2807              tests, too.
2808      Branch: perl
2809            + t/uni/fold.t t/uni/sprintf.t
2810            - t/op/unifold.t t/op/unisprintf.t
2811            ! MANIFEST t/TEST t/harness
2812 ____________________________________________________________________________
2813 [ 14248] By: jhi                                   on 2002/01/13  19:52:02
2814         Log: Subject: [PATCH] enable Win32 to build again
2815              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
2816              Date: Sun, 13 Jan 2002 21:49:24 +0100
2817              Message-ID: <3C4200E4.15926.23F6131@localhost>
2818              
2819              miniperl.exe.exe does not exe that well.
2820      Branch: perl
2821            ! lib/ExtUtils/MM_Unix.pm
2822 ____________________________________________________________________________
2823 [ 14247] By: jhi                                   on 2002/01/13  19:50:23
2824         Log: Mention some of the load-affected tests.
2825      Branch: perl
2826            ! INSTALL
2827 ____________________________________________________________________________
2828 [ 14246] By: jhi                                   on 2002/01/13  19:38:17
2829         Log: Move the UTF-8 conversion code earlier so that
2830              op/ver is happy.
2831      Branch: perl
2832            ! sv.c t/op/ver.t
2833 ____________________________________________________________________________
2834 [ 14245] By: jhi                                   on 2002/01/13  19:19:59
2835         Log: Upgrade to Scalar-List-Util 1.06.  The Makefile.PLs
2836              have diverged quite a bit so no updates there.
2837      Branch: perl
2838            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
2839            ! ext/List/Util/lib/List/Util.pm
2840            ! ext/List/Util/lib/Scalar/Util.pm
2841 ____________________________________________________________________________
2842 [ 14244] By: jhi                                   on 2002/01/13  18:27:00
2843         Log: Make the crypt() pickier: if downgrading doesn't work,
2844              croak.
2845      Branch: perl
2846            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/crypt.t
2847 ____________________________________________________________________________
2848 [ 14243] By: jhi                                   on 2002/01/13  18:12:23
2849         Log: Grow the buffer in case Unicode caused size changes
2850              (and it very probably did).
2851      Branch: perl
2852            ! sv.c
2853 ____________________________________________________________________________
2854 [ 14242] By: jhi                                   on 2002/01/13  17:46:45
2855         Log: Future-proofing from Jeffrey Friedl (for conflicting
2856              In* and Is* names).
2857      Branch: perl
2858            ! lib/utf8_heavy.pl
2859 ____________________________________________________________________________
2860 [ 14241] By: jhi                                   on 2002/01/13  17:40:29
2861         Log: Subject: [PATCH] Re: Warning in B.xs
2862              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
2863              Date: Sun, 13 Jan 2002 19:39:52 +0100
2864              Message-ID: <3C41E288.20562.1C8C895@localhost>
2865      Branch: perl
2866            ! ext/B/B.xs
2867 ____________________________________________________________________________
2868 [ 14240] By: jhi                                   on 2002/01/13  17:35:48
2869         Log: Subject: Re: lookbehind broken with latest bleedperl
2870              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2871              Date: Sun, 13 Jan 2002 18:06:22 +0000
2872              Message-Id: <200201131806.g0DI6Mp20089@crypt.compulink.co.uk>
2873      Branch: perl
2874            ! regexec.c t/op/re_tests
2875 ____________________________________________________________________________
2876 [ 14239] By: jhi                                   on 2002/01/13  17:24:51
2877         Log: Subject: [PATCH] more MM_Unix.t tests
2878              From: Tels <perl_dummy@bloodgate.com>
2879              Date: Sun, 13 Jan 2002 17:16:19 +0100 (CET) 
2880              Message-Id: <200201131621.SAA17925@tiku.hut.fi>
2881              
2882              Subject: [PATCH] 14220 misunderstood, I bet          
2883              From: andreas.koenig@anima.de (Andreas J. Koenig)
2884              Date: 12 Jan 2002 21:31:58 +0100
2885              Message-ID: <m3k7un8g5d.fsf@anima.de>
2886      Branch: perl
2887            ! lib/ExtUtils/t/MM_Unix.t
2888 ____________________________________________________________________________
2889 [ 14238] By: jhi                                   on 2002/01/13  17:14:25
2890         Log: Subject: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION        
2891              From: Tels <perl_dummy@bloodgate.com>
2892              Date: Sun, 13 Jan 2002 16:58:27 +0100 (CET) 
2893              Message-Id: <200201131602.SAA15687@tiku.hut.fi>
2894              
2895              Subject: RE: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION    
2896              From: Tels <perl_dummy@bloodgate.com>
2897              Date: Sun, 13 Jan 2002 17:05:23 +0100 (CET) 
2898              Message-Id: <200201131610.SAA18974@tiku.hut.fi>
2899      Branch: perl
2900            ! lib/ExtUtils/MM_Unix.pm
2901 ____________________________________________________________________________
2902 [ 14237] By: jhi                                   on 2002/01/13  17:12:04
2903         Log: Subject: [PATCH] Re: [FAIL] Benchmark.t intermittent failure
2904              From: Nicholas Clark <nick@unfortu.net> 
2905              Date: Sun, 13 Jan 2002 15:58:34 +0000
2906              Message-ID: <20020113155833.C314@Bagpuss.unfortu.net>
2907      Branch: perl
2908            ! lib/Benchmark.t
2909 ____________________________________________________________________________
2910 [ 14236] By: jhi                                   on 2002/01/13  17:08:18
2911         Log: Anton Berezin did more reading and the uid setting story
2912              gets more complex.
2913      Branch: perl
2914            ! pod/perltodo.pod utils/perldoc.PL
2915 ____________________________________________________________________________
2916 [ 14235] By: jhi                                   on 2002/01/13  16:45:52
2917         Log: Integrate perlio;
2918              
2919              Win32 fixes:
2920              - vmem.h hack to handle free-by-wrong-thread after eval "".
2921              - Initialize timerid 
2922      Branch: perl
2923           !> win32/perlhost.h win32/perllib.c win32/vmem.h win32/win32.c
2924 ____________________________________________________________________________
2925 [ 14234] By: jhi                                   on 2002/01/13  16:44:07
2926         Log: Subject: Re: HiRes
2927              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2928              Date: Sun, 13 Jan 2002 10:18:46 +0100
2929              Message-Id: <20020113100616.B6B5.H.M.BRAND@hccnet.nl>
2930              
2931              Give up on socketpair in HP-UX.
2932      Branch: perl
2933            ! ext/Socket/socketpair.t
2934 ____________________________________________________________________________
2935 [ 14231] By: jhi                                   on 2002/01/13  05:15:01
2936         Log: *groan*
2937      Branch: perl
2938            ! t/op/pat.t
2939 ____________________________________________________________________________
2940 [ 14230] By: jhi                                   on 2002/01/13  05:13:03
2941         Log: One more sharp s case found by Jeffrey.
2942      Branch: perl
2943            ! regexec.c t/op/pat.t
2944 ____________________________________________________________________________
2945 [ 14229] By: jhi                                   on 2002/01/13  04:43:33
2946         Log: Comment tweak.
2947      Branch: perl
2948            ! regexec.c
2949 ____________________________________________________________________________
2950 [ 14228] By: jhi                                   on 2002/01/13  04:30:45
2951         Log: Don't bother checking for the Greek special
2952              cases if the node is too short.
2953      Branch: perl
2954            ! regcomp.c
2955 ____________________________________________________________________________
2956 [ 14227] By: jhi                                   on 2002/01/12  21:00:04
2957         Log: Update Changes.
2958      Branch: perl
2959            ! Changes patchlevel.h
2960 ____________________________________________________________________________
2961 [ 14225] By: jhi                                   on 2002/01/12  20:28:05
2962         Log: Subject: [PATCH 2] Re: [PATCH Configure ext/NDBM_File/hints/linux.pl] Support for linux systems with gdbm
2963              From: Jonathan Stowe <gellyfish@gellyfish.com>
2964              Date: Sat, 12 Jan 2002 11:13:02 +0000 (GMT) 
2965              Message-ID: <Pine.LNX.4.44.0201121107400.26602-100000@orpheus.gellyfish.com>    
2966      Branch: perl
2967            ! Configure config_h.SH
2968 ____________________________________________________________________________
2969 [ 14224] By: jhi                                   on 2002/01/12  20:18:02
2970         Log: Quick reformat using indent -kr -nce, as requested
2971              by Dan Kogai and suggest by NI-S.
2972      Branch: perl
2973            ! ext/Encode/encengine.c
2974 ____________________________________________________________________________
2975 [ 14223] By: jhi                                   on 2002/01/12  20:08:54
2976         Log: Couple more Unicode lookbehind tests.
2977      Branch: perl
2978            ! t/op/pat.t
2979 ____________________________________________________________________________
2980 [ 14222] By: jhi                                   on 2002/01/12  20:05:29
2981         Log: Sharp S as a special treat for our German UTF-8 testers :-)
2982      Branch: perl
2983            ! pod/perlunicode.pod regexec.c t/op/pat.t utf8.h
2984 ____________________________________________________________________________
2985 [ 14221] By: jhi                                   on 2002/01/12  18:38:54
2986         Log: Subject: {PATCH] Fix:  Re: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs   
2987              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
2988              Date: Sat, 12 Jan 2002 20:37:32 +0100
2989              Message-ID: <3C409E8C.16203.196C2D3@localhost>
2990      Branch: perl
2991            ! ext/B/B/Deparse.pm
2992 ____________________________________________________________________________
2993 [ 14220] By: jhi                                   on 2002/01/12  18:27:32
2994         Log: Hrmph.  Is having a test for an exact version of MM_Unix.pm
2995              really worth the bits it's printed on?
2996      Branch: perl
2997            ! lib/ExtUtils/t/MM_Unix.t
2998 ____________________________________________________________________________
2999 [ 14219] By: jhi                                   on 2002/01/12  18:06:49
3000         Log: Special treatment for U+03B0 and U+0390 in //i,
3001              this means that we can remove the minlen pessimisations
3002              introduced by the #14096.
3003      Branch: perl
3004            ! pp_hot.c regcomp.c regexec.c
3005 ____________________________________________________________________________
3006 [ 14218] By: jhi                                   on 2002/01/12  16:14:52
3007         Log: Integrate perlio;
3008              
3009              Abstract out the cloning of SvPVX and handle shared pv in a 
3010              safe (if suboptimal) manner. Does not fix op/fork.t :-(
3011              
3012              Win32-ize socketpair test
3013              - Win32 can fork even though $Config{d_fork} is undef
3014              - SOCK_DGRAM does not work - skip those tests.
3015      Branch: perl
3016           !> ext/Socket/socketpair.t sv.c
3017 ____________________________________________________________________________
3018 [ 14217] By: jhi                                   on 2002/01/12  16:09:59
3019         Log: One should first drop the real uid, not the effective uid.
3020              [ID 20020110.003]
3021      Branch: perl
3022            ! utils/perldoc.PL
3023 ____________________________________________________________________________
3024 [ 14216] By: jhi                                   on 2002/01/12  15:50:38
3025         Log: Subject: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs
3026              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
3027              Date: Fri, 11 Jan 2002 23:29:48 +0100
3028              Message-ID: <3C3F756C.4581.2E2A938@localhost>
3029      Branch: perl
3030            + ext/B/C/C.xs ext/B/C/Makefile.PL
3031            ! MANIFEST ext/B/B.pm ext/B/B.xs ext/B/B/C.pm t/TEST
3032            ! utils/perlcc.PL
3033 ____________________________________________________________________________
3034 [ 14215] By: jhi                                   on 2002/01/12  15:22:01
3035         Log: Subject: [PATCH] Re: Magic numbers in B::Concise
3036              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>               
3037              Date: Fri, 11 Jan 2002 14:29:30 -0800
3038              Message-ID: <15423.26442.891378.802062@soda.csua.berkeley.edu>
3039      Branch: perl
3040            ! ext/B/t/concise.t
3041 ____________________________________________________________________________
3042 [ 14212] By: ams                                   on 2002/01/12  06:10:52
3043         Log: Subject: [PATCH] More fixes for Stratus VOS
3044              From: "Green, Paul" <Paul.Green@stratus.com>
3045              Date: Fri, 11 Jan 2002 17:30:37 -0500
3046              Message-Id: <95AE3CDB3543D511883A0020485B38B9023534D3@exna3.stratus.com>
3047      Branch: perl
3048            ! hints/vos.sh lib/ExtUtils/MM_Unix.pm
3049 ____________________________________________________________________________
3050 [ 14211] By: jhi                                   on 2002/01/12  06:01:29
3051         Log: Upgrade to CGI.pm 2.80.
3052      Branch: perl
3053            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t
3054 ____________________________________________________________________________
3055 [ 14210] By: jhi                                   on 2002/01/12  05:57:36
3056         Log: FAQ sync.
3057      Branch: perl
3058            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
3059            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
3060            ! pod/perlfaq8.pod
3061 ____________________________________________________________________________
3062 [ 14209] By: jhi                                   on 2002/01/12  05:54:24
3063         Log: This is getting embarrassing.
3064      Branch: perl
3065            ! t/op/pat.t
3066 ____________________________________________________________________________
3067 [ 14208] By: jhi                                   on 2002/01/12  05:30:03
3068         Log: Doc tweaks.
3069      Branch: perl
3070            ! pod/perlunicode.pod
3071 ____________________________________________________________________________
3072 [ 14207] By: jhi                                   on 2002/01/12  05:16:55
3073         Log: Updating the test count is good; also rephrasing
3074              so that there is no ok output containing "not".
3075      Branch: perl
3076            ! t/op/pat.t
3077 ____________________________________________________________________________
3078 [ 14206] By: jhi                                   on 2002/01/12  05:11:20
3079         Log: Andreas is busy :-)
3080      Branch: perl
3081            ! doop.c t/op/unisprintf.t
3082 ____________________________________________________________________________
3083 [ 14205] By: jhi                                   on 2002/01/12  04:55:20
3084         Log: Unicode lookbehind looked bad.
3085      Branch: perl
3086            ! regexec.c t/op/pat.t
3087 ____________________________________________________________________________
3088 [ 14204] By: jhi                                   on 2002/01/12  01:43:48
3089         Log: Garbage collection.
3090      Branch: perl
3091            ! t/run/kill_perl.t
3092 ____________________________________________________________________________
3093 [ 14203] By: jhi                                   on 2002/01/12  00:10:51
3094         Log: Subject: [PATCH] export win32_async_check or Perl_despatch_signals
3095              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
3096              Date: Fri, 11 Jan 2002 23:29:48 +0100
3097              Message-ID: <3C3F756C.21561.2E2A9CE@localhost>
3098      Branch: perl
3099            ! embed.fnc global.sym makedef.pl
3100 ____________________________________________________________________________
3101 [ 14202] By: jhi                                   on 2002/01/12  00:07:41
3102         Log: Subject: [PATCH] perldelta nit?
3103              From: Robert Spier <rspier@pobox.com>
3104              Date: Fri, 11 Jan 2002 15:19:16 -0800
3105              Message-ID: <15423.29428.164185.251700@rls.cx>
3106      Branch: perl
3107            ! pod/perldelta.pod
3108 ____________________________________________________________________________
3109 [ 14201] By: jhi                                   on 2002/01/12  00:06:02
3110         Log: Subject: Re: [PATCH lib/AnyDBM_File.t] Convert to Test::More
3111              From: Michael G Schwern <schwern@pobox.com>
3112              Date: Fri, 11 Jan 2002 17:08:17 -0500
3113              Message-ID: <20020111220817.GG2838@blackrider>
3114      Branch: perl
3115            ! t/run/kill_perl.t t/test.pl
3116 ____________________________________________________________________________
3117 [ 14200] By: jhi                                   on 2002/01/12  00:02:05
3118         Log: Subject: [PATCH] Correct misleading error message
3119              From: Mike Guy <mjtg@cam.ac.uk>
3120              Date: Fri, 11 Jan 2002 18:36:33 +0000
3121              Message-Id: <E16P6XZ-0005kA-00@draco.cus.cam.ac.uk>
3122              
3123              hash assignment -> anonymous hash
3124      Branch: perl
3125            ! pod/perldiag.pod pp.c t/lib/warnings/pp t/op/hashwarn.t
3126 ____________________________________________________________________________
3127 [ 14199] By: jhi                                   on 2002/01/11  23:58:00
3128         Log: Subject: [PATCH bleadperl] Shut down warnings in Normalize.c          
3129              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
3130              Date: Fri, 11 Jan 2002 16:58:14 +0100
3131              Message-ID: <543058204.20020111165814@tesla.rcub.bg.ac.yu>
3132      Branch: perl
3133            ! ext/Unicode/Normalize/mkheader
3134 ____________________________________________________________________________
3135 [ 14198] By: jhi                                   on 2002/01/11  23:53:05
3136         Log: Add a new test for is-sprintf-preserving Unicodeness:
3137              #14194 and an old one from kill_perl.t (I could have used
3138              sprintf.t, but it's format was quite fixed, and I didn't
3139              feel like breaking the format)
3140      Branch: perl
3141            + t/op/unisprintf.t
3142            ! MANIFEST t/run/kill_perl.t
3143 ____________________________________________________________________________
3144 [ 14197] By: jhi                                   on 2002/01/11  21:48:49
3145         Log: Integrate perlio;
3146              Install dummy signal() handlers for Win32's SIGINT and SIGBREAK
3147      Branch: perl
3148           !> win32/win32.c
3149 ____________________________________________________________________________
3150 [ 14195] By: jhi                                   on 2002/01/11  20:07:35
3151         Log: Integrate perlio;
3152              A mostly-stable version of "new" Win32 signal/kill support.
3153      Branch: perl
3154           !> MANIFEST XSUB.h mg.c t/run/kill_perl.t toke.c win32/config.bc
3155           !> win32/config.gc win32/config.vc win32/config_H.bc
3156           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
3157           !> win32/makefile.mk win32/win32.c win32/win32.h
3158 ____________________________________________________________________________
3159 [ 14194] By: jhi                                   on 2002/01/11  20:04:26
3160         Log: Fix for
3161              
3162              Subject: UTF-8 sprintf bug in bleadperl
3163              From: andreas.koenig@anima.de (Andreas J. Koenig)
3164              Date: 11 Jan 2002 15:47:15 +0100
3165              Message-ID: <m3vge99c7g.fsf@anima.de>
3166              
3167              I have tests, have just to figure out where to put them
3168              since op/sprintf looks a bit unfriendly for tests of
3169              somewhat freer form.
3170      Branch: perl
3171            ! doop.c sv.c
3172 ____________________________________________________________________________
3173 [ 14191] By: jhi                                   on 2002/01/11  15:34:53
3174         Log: Update Changes.
3175      Branch: perl
3176            ! Changes patchlevel.h
3177 ____________________________________________________________________________
3178 [ 14190] By: jhi                                   on 2002/01/11  14:52:51
3179         Log: Subject: [PATCH] Re: Magic numbers in B::Concise
3180              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
3181              Date: Thu, 10 Jan 2002 18:21:34 -0800
3182              Message-ID: <15422.19502.380275.403187@soda.csua.berkeley.edu>
3183      Branch: perl
3184            + ext/B/t/concise.t
3185            ! MANIFEST
3186 ____________________________________________________________________________
3187 [ 14189] By: jhi                                   on 2002/01/11  14:51:11
3188         Log: Upgrade to CGI.pm 2.79.  Manual tweaks were
3189              necessary in form.t and html.t @INC setups.
3190      Branch: perl
3191            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t lib/CGI/t/html.t
3192 ____________________________________________________________________________
3193 [ 14188] By: jhi                                   on 2002/01/11  14:31:17
3194         Log: Yet another twist.
3195      Branch: perl
3196            ! t/test.pl
3197 ____________________________________________________________________________
3198 [ 14187] By: jhi                                   on 2002/01/11  14:14:12
3199         Log: Subject: [ PATCH ] AIX to pick the correct CC if more than one installed
3200              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3201              Date: Fri, 11 Jan 2002 13:04:15 +0100      
3202              Message-Id: <20020111125951.BD84.H.M.BRAND@hccnet.nl>
3203      Branch: perl
3204            ! hints/aix.sh
3205 ____________________________________________________________________________
3206 [ 14186] By: jhi                                   on 2002/01/11  14:13:02
3207         Log: Subject: [REPATCH] RE: [PATCH lib/AnyDBM_File.t] null key support back in DB v3
3208              From: Jonathan Stowe <gellyfish@gellyfish.com> 
3209              Date: Fri, 11 Jan 2002 09:28:46 +0000 (GMT)
3210              Message-ID: <Pine.LNX.4.33.0201110927480.10327-100000@orpheus.gellyfish.com>
3211      Branch: perl
3212            ! lib/AnyDBM_File.t
3213 ____________________________________________________________________________
3214 [ 14185] By: jhi                                   on 2002/01/11  14:10:01
3215         Log: Arguments were being mangled.
3216      Branch: perl
3217            ! t/test.pl
3218 ____________________________________________________________________________
3219 [ 14184] By: jhi                                   on 2002/01/11  14:05:53
3220         Log: Subject: [PATCH lib/AnyDBM_File.t] Convert to Test::More
3221              From: Jonathan Stowe <gellyfish@gellyfish.com>
3222              Date: Thu, 10 Jan 2002 19:55:15 +0000 (GMT)
3223              Message-ID: <Pine.LNX.4.33.0201101948360.9717-100000@orpheus.gellyfish.com>
3224      Branch: perl
3225            ! lib/AnyDBM_File.t
3226 ____________________________________________________________________________
3227 [ 14183] By: jhi                                   on 2002/01/11  13:59:22
3228         Log: Subject: [PATCH t/run/kill_perl.t t/test.pl] Seperating kill_perl()
3229              From: Michael G Schwern <schwern@pobox.com> 
3230              Date: Fri, 11 Jan 2002 04:26:27 -0500
3231              Message-ID: <20020111092626.GA16544@blackrider>
3232      Branch: perl
3233            ! t/run/kill_perl.t t/test.pl
3234 ____________________________________________________________________________
3235 [ 14182] By: jhi                                   on 2002/01/11  13:57:59
3236         Log: Subject: [PATCH] Test::Harness 2.01
3237              From: Michael G Schwern <schwern@pobox.com> 
3238              Date: Thu, 10 Jan 2002 21:11:24 -0500
3239              Message-ID: <20020111021123.GA30666@blackrider>
3240      Branch: perl
3241            + lib/Test/Harness/Assert.pm lib/Test/Harness/Iterator.pm
3242            + lib/Test/Harness/Straps.pm lib/Test/Harness/t/00compile.t
3243            + lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t
3244            + lib/Test/Harness/t/nonumbers.t
3245            + lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
3246            + t/lib/sample-tests/lone_not_bug
3247            + t/lib/sample-tests/out_of_order t/lib/sample-tests/taint
3248            + t/lib/sample-tests/vms_nit
3249            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
3250            ! lib/Test/Harness/t/base.t lib/Test/Harness/t/test-harness.t
3251 ____________________________________________________________________________
3252 [ 14181] By: jhi                                   on 2002/01/11  13:57:38
3253         Log: patch is silly when creating new files: don't run
3254              patch more than once.
3255      Branch: perl
3256            ! lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
3257 ____________________________________________________________________________
3258 [ 14180] By: jhi                                   on 2002/01/11  13:53:49
3259         Log: Forgot from #14179.
3260      Branch: perl
3261            ! lib/Pod/InputObjects.pm lib/Pod/t/InputObjects.t
3262 ____________________________________________________________________________
3263 [ 14179] By: jhi                                   on 2002/01/11  13:24:13
3264         Log: Subject: [PATCH] is() undef/'' behavior change
3265              From: Michael G Schwern <schwern@pobox.com> 
3266              Date: Fri, 11 Jan 2002 03:35:51 -0500
3267              Message-ID: <20020111083551.GC30666@blackrider>
3268              
3269              Subject: [PATCH] Pod::InputObjects warnings & is() undef/'' fix
3270              From: Michael G Schwern <schwern@pobox.com> 
3271              Date: Fri, 11 Jan 2002 03:37:44 -0500
3272              Message-ID: <20020111083744.GD30666@blackrider>
3273      Branch: perl
3274            ! ext/re/re.t lib/AutoSplit.t lib/DB.t lib/ExtUtils/t/Command.t
3275            ! lib/ExtUtils/t/Manifest.t lib/Pod/InputObjects.pm
3276            ! lib/Pod/t/InputObjects.t lib/blib.t
3277 ____________________________________________________________________________
3278 [ 14178] By: jhi                                   on 2002/01/11  13:21:59
3279         Log: Subject: [PATCH] Test::Simple/More/Builder/Tutorial 0.41
3280              From: Michael G Schwern <schwern@pobox.com> 
3281              Date: Thu, 10 Jan 2002 19:56:23 -0500
3282              Message-ID: <20020111005623.GA13192@blackrider>
3283      Branch: perl
3284            + lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
3285            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
3286            ! lib/Test/Simple.pm lib/Test/Simple/Changes
3287            ! lib/Test/Simple/t/Builder.t lib/Test/Simple/t/More.t
3288            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
3289            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
3290            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/filehandles.t
3291            ! lib/Test/Simple/t/import.t lib/Test/Simple/t/is_deeply.t
3292            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_ending.t
3293            ! lib/Test/Simple/t/no_header.t lib/Test/Simple/t/no_plan.t
3294            ! lib/Test/Simple/t/output.t lib/Test/Simple/t/plan.t
3295            ! lib/Test/Simple/t/plan_is_noplan.t
3296            ! lib/Test/Simple/t/plan_no_plan.t
3297            ! lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/simple.t
3298            ! lib/Test/Simple/t/skip.t lib/Test/Simple/t/skipall.t
3299            ! lib/Test/Simple/t/todo.t lib/Test/Simple/t/undef.t
3300            ! lib/Test/Simple/t/use_ok.t lib/Test/Simple/t/useing.t
3301            ! lib/Test/Tutorial.pod
3302 ____________________________________________________________________________
3303 [ 14177] By: gsar                                  on 2002/01/11  02:56:05
3304         Log: malloc() things must be free()d, not Safefree()d (bug in change#11280
3305              revealed by -D_USE_MSVCRT_MEM_ALLOC -D_USE_LINKED_LIST)
3306              
3307              turns out even the malloc() was never really needed to begin with,
3308              so get rid of it
3309      Branch: perl
3310            ! sv.c
3311 ____________________________________________________________________________
3312 [ 14176] By: jhi                                   on 2002/01/11  02:11:21
3313         Log: Small doc tweaks.
3314      Branch: perl
3315            ! pod/perluniintro.pod
3316 ____________________________________________________________________________
3317 [ 14175] By: gsar                                  on 2002/01/11  01:05:15
3318         Log: support using the CRT's malloc() family of functions instead of
3319              the internal one when ithreads is enabled; allocate large blocks
3320              using VirtualAlloc() since the Heap*() functions may only be tuned
3321              for small allocations (from Doug Lankshear <dougl@ActiveState.com>)
3322              
3323              pass -D_USE_MSVCRT_MEM_ALLOC via cflags to enable the CRT's malloc();
3324              also see comments at the top of win32/vmem.h for other options that
3325              can be set
3326      Branch: perl
3327            ! win32/vmem.h
3328 ____________________________________________________________________________
3329 [ 14174] By: jhi                                   on 2002/01/10  19:33:29
3330         Log: Subject: micropatch
3331              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
3332              Date: Thu, 10 Jan 2002 18:20:58 +0000
3333              Message-Id: <200201101820.g0AIKw208580@crypt.compulink.co.uk>
3334      Branch: perl
3335            ! regcomp.c
3336 ____________________________________________________________________________
3337 [ 14173] By: jhi                                   on 2002/01/10  19:32:16
3338         Log: Subject: [PATCH] Embed.t on Win32
3339              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
3340              Date: Thu, 10 Jan 2002 18:56:21 +0100
3341              Message-ID: <3C3DE3D5.7359.1FEB994@localhost>
3342      Branch: perl
3343            ! lib/ExtUtils/t/Embed.t
3344 ____________________________________________________________________________
3345 [ 14172] By: jhi                                   on 2002/01/10  19:31:00
3346         Log: Subject: Re: [PATCH] No 'once' warnings for variables declared with our
3347              From: Gisle Aas <gisle@ActiveState.com>
3348              Date: 10 Jan 2002 08:56:05 -0800
3349              Message-ID: <lrg05ep2l6.fsf@caliper.activestate.com>
3350      Branch: perl
3351            ! toke.c
3352 ____________________________________________________________________________
3353 [ 14171] By: jhi                                   on 2002/01/10  19:29:08
3354         Log: Subject: [PATCH] doc fixes
3355              From: "Brendan O'Dea" <bod@debian.org>
3356              Date: Fri, 11 Jan 2002 03:49:54 +1100
3357              Message-ID: <20020110164954.GA21891@compusol.com.au>
3358      Branch: perl
3359            ! lib/I18N/Collate.pm pod/perlfunc.pod
3360 ____________________________________________________________________________
3361 [ 14170] By: jhi                                   on 2002/01/10  17:48:42
3362         Log: Integrate perlio; More signal hackery.
3363      Branch: perl
3364           !> win32/win32.c
3365 ____________________________________________________________________________
3366 [ 14169] By: jhi                                   on 2002/01/10  17:47:34
3367         Log: No need to show internal encodings, or return them
3368              in random order.
3369      Branch: perl
3370            ! ext/Encode/Encode.pm
3371 ____________________________________________________________________________
3372 [ 14166] By: jhi                                   on 2002/01/10  15:24:41
3373         Log: I think we can claim to be supporting Unicode
3374              "loose matching" now.
3375      Branch: perl
3376            ! pod/perlunicode.pod
3377 ____________________________________________________________________________
3378 [ 14165] By: jhi                                   on 2002/01/10  15:07:56
3379         Log: Subject: doc patch
3380              From: mjd@plover.com
3381              Date: 10 Jan 2002 15:12:27 -0000
3382              Message-ID: <20020110151227.14850.qmail@plover.com>
3383      Branch: perl
3384            ! pod/perlrun.pod
3385 ____________________________________________________________________________
3386 [ 14164] By: jhi                                   on 2002/01/10  14:54:38
3387         Log: Subject: Re: [ID 20011223.001] accept leaks memory
3388              From: Andy Dougherty <doughera@lafayette.edu>
3389              Date: Thu, 10 Jan 2002 10:13:07 -0500 (EST)
3390              Message-ID: <Pine.SOL.4.10.10201100919390.4429-100000@maxwell.phys.lafayette.edu>
3391      Branch: perl
3392            ! hints/linux.sh
3393 ____________________________________________________________________________
3394 [ 14163] By: jhi                                   on 2002/01/10  14:52:08
3395         Log: Integrate perlio; Skeleton coding of more kill() support on Win32.
3396      Branch: perl
3397           !> win32/win32.c
3398 ____________________________________________________________________________
3399 [ 14162] By: jhi                                   on 2002/01/10  14:50:03
3400         Log: Subject: [PATCH] Magic numbers in B::Concise
3401              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
3402              Date: Wed, 9 Jan 2002 23:04:01 -0800
3403              Message-ID: <15421.15585.813580.211907@soda.csua.berkeley.edu>
3404      Branch: perl
3405            ! ext/B/B/Concise.pm ext/B/O.pm
3406 ____________________________________________________________________________
3407 [ 14161] By: jhi                                   on 2002/01/10  14:48:52
3408         Log: Subject: [PATCH] No 'once' warnings for variables declared with our
3409              From: Gisle Aas <gisle@ActiveState.com>
3410              Date: 09 Jan 2002 21:52:40 -0800
3411              Message-ID: <lrg05e7nx3.fsf@caliper.activestate.com>
3412      Branch: perl
3413            ! t/lib/strict/vars toke.c
3414 ____________________________________________________________________________
3415 [ 14159] By: jhi                                   on 2002/01/09  21:28:13
3416         Log: Subject: [PATCH] B::Deparse : support for \[...] prototypes
3417              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3418              Date: Wed, 9 Jan 2002 23:24:32 +0100
3419              Message-ID: <20020109232432.A692@rafael>
3420      Branch: perl
3421            ! ext/B/B/Deparse.pm
3422 ____________________________________________________________________________
3423 [ 14158] By: jhi                                   on 2002/01/09  21:25:19
3424         Log: Subject: Re: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose)
3425              From: Jonathan Stowe <gellyfish@gellyfish.com>
3426              Date: Wed, 9 Jan 2002 19:37:38 +0000 (GMT)
3427              Message-ID: <Pine.LNX.4.33.0201091924020.21574-100000@orpheus.gellyfish.com>
3428      Branch: perl
3429            ! t/run/kill_perl.t
3430 ____________________________________________________________________________
3431 [ 14157] By: jhi                                   on 2002/01/09  19:59:28
3432         Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly
3433              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
3434              Date: Wed, 09 Jan 2002 20:16:54 +0000
3435              Message-Id: <200201092016.g09KGsi30119@crypt.compulink.co.uk>
3436      Branch: perl
3437            ! regexec.c
3438 ____________________________________________________________________________
3439 [ 14156] By: jhi                                   on 2002/01/09  19:46:27
3440         Log: Subject: [Patch @14129] fixes Unicode::Normalize
3441              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
3442              Date: Thu, 10 Jan 2002 01:08:56 +0900
3443              Message-Id: <20020110010110.690B.BQW10602@nifty.com>
3444      Branch: perl
3445            - ext/Unicode/Normalize/Normalize.pod
3446            ! MANIFEST ext/Unicode/Normalize/Makefile.PL
3447            ! ext/Unicode/Normalize/Normalize.pm
3448            ! ext/Unicode/Normalize/Normalize.xs
3449            ! ext/Unicode/Normalize/mkheader
3450 ____________________________________________________________________________
3451 [ 14155] By: jhi                                   on 2002/01/09  19:09:15
3452         Log: Integrate perlio; (Re-)implement alarm() for Win32.
3453      Branch: perl
3454           !> win32/config.vc win32/config_H.vc win32/win32.c win32/win32.h
3455           !> win32/win32iop.h
3456 ____________________________________________________________________________
3457 [ 14154] By: jhi                                   on 2002/01/09  19:08:15
3458         Log: Subject: [PATCH] op/readdir.t (was Re: perl@14152)
3459              From: Nicholas Clark <nick@unfortu.net>
3460              Date: Wed, 9 Jan 2002 17:56:04 +0000
3461              Message-ID: <20020109175604.H354@Bagpuss.unfortu.net>
3462      Branch: perl
3463            ! t/op/readdir.t
3464 ____________________________________________________________________________
3465 [ 14152] By: jhi                                   on 2002/01/09  14:37:01
3466         Log: Update Changes.
3467      Branch: perl
3468            ! Changes patchlevel.h
3469 ____________________________________________________________________________
3470 [ 14150] By: jhi                                   on 2002/01/09  14:27:23
3471         Log: Thinko.
3472      Branch: perl
3473            ! ext/threads/t/stress_re.t
3474 ____________________________________________________________________________
3475 [ 14149] By: jhi                                   on 2002/01/09  13:47:31
3476         Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly
3477              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
3478              Date: Wed, 09 Jan 2002 13:37:17 +0000                
3479              Message-Id: <200201091337.g09DbH519379@crypt.compulink.co.uk>
3480      Branch: perl
3481            ! regexec.c t/op/re_tests
3482 ____________________________________________________________________________
3483 [ 14148] By: jhi                                   on 2002/01/09  13:00:09
3484         Log: Subject: Re: Weird Malformed warning in bleadperl    
3485              From: andreas.koenig@anima.de (Andreas J. Koenig)    
3486              Date: 09 Jan 2002 11:12:37 +0100
3487              Message-ID: <m3itabbzoq.fsf@anima.de>
3488      Branch: perl
3489            ! regexec.c t/op/pat.t
3490 ____________________________________________________________________________
3491 [ 14147] By: jhi                                   on 2002/01/09  12:59:42
3492         Log: Forgot stress_re.t from MANIFEST.
3493      Branch: perl
3494            ! MANIFEST
3495 ____________________________________________________________________________
3496 [ 14146] By: jhi                                   on 2002/01/09  12:47:27
3497         Log: In dumping use isPRINT() instead of isprint() so that locale
3498              does not come into play.
3499      Branch: perl
3500            ! utf8.c
3501 ____________________________________________________________________________
3502 [ 14145] By: jhi                                   on 2002/01/09  02:52:39
3503         Log: Add a threads stress test for regular expressions
3504              (mostly just a modified stress_string.t) and doesn't
3505              test that much of regular expressions, just that $1
3506              doesn't get stomped by competing threads (as it does
3507              in the 5005threads of old).
3508      Branch: perl
3509            + ext/threads/t/stress_re.t
3510            ! MANIFEST
3511 ____________________________________________________________________________
3512 [ 14144] By: jhi                                   on 2002/01/09  02:28:33
3513         Log: Subject: Re: [ID 20010912.007] substr reference core dump
3514              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
3515              Date: Tue, 08 Jan 2002 19:17:50 +0000
3516              Message-Id: <200201081917.g08JHoE15793@crypt.compulink.co.uk>
3517      Branch: perl
3518            ! scope.c t/run/kill_perl.t
3519 ____________________________________________________________________________
3520 [ 14143] By: jhi                                   on 2002/01/09  01:32:05
3521         Log: SANY (. with /s) wasn't happy on Unicode.
3522      Branch: perl
3523            ! regexec.c t/op/pat.t
3524 ____________________________________________________________________________
3525 [ 14142] By: ams                                   on 2002/01/08  22:42:10
3526         Log: Subject: [PATCH] perldebug nit
3527              From: Tels <tels@bloodgate.com>
3528              Date: Wed, 09 Jan 2002 00:08:59 +0100 (CET)
3529      Branch: perl
3530            ! pod/perldebug.pod
3531 ____________________________________________________________________________
3532 [ 14141] By: ams                                   on 2002/01/08  21:32:59
3533         Log: Subject: [PATCH] Minor fix to perl/Makefile.SH
3534              From: "Green, Paul" <Paul.Green@stratus.com>
3535              Date: Tue, 8 Jan 2002 17:31:35 -0500
3536              Message-Id: <95AE3CDB3543D511883A0020485B38B9023534A3@exna3.stratus.com>
3537      Branch: perl
3538            ! Makefile.SH
3539 ____________________________________________________________________________
3540 [ 14140] By: ams                                   on 2002/01/08  21:27:57
3541         Log: Subject: [PATCH] Re: Slight chokage from Deparse
3542              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3543              Date: Tue, 8 Jan 2002 23:04:45 +0100
3544              Message-Id: <20020108230445.A4798@rafael>
3545      Branch: perl
3546            ! ext/B/B/Deparse.pm
3547 ____________________________________________________________________________
3548 [ 14139] By: jhi                                   on 2002/01/08  19:13:43
3549         Log: Subject: [patch] peep() is rude
3550              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>            
3551              Date: Tue, 08 Jan 2002 19:17:50 +0000            
3552              Message-Id: <200201081917.g08JHoW15789@crypt.compulink.co.uk>
3553      Branch: perl
3554            ! op.c t/run/kill_perl.t
3555 ____________________________________________________________________________
3556 [ 14138] By: jhi                                   on 2002/01/08  19:01:16
3557         Log: unifold is really an op test since it requires
3558              no external modules for its actual testing:
3559              only the unicore CaseFold.txt file, and File::Spec
3560              to portably access that file.
3561      Branch: perl
3562            + t/op/unifold.t
3563            - lib/unifold.t
3564            ! MANIFEST
3565 ____________________________________________________________________________
3566 [ 14137] By: jhi                                   on 2002/01/08  16:29:48
3567         Log: Subject: [patch] save a test 
3568              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
3569              Date: Tue, 08 Jan 2002 16:18:47 +0000
3570              Message-Id: <200201081618.g08GIlN02821@crypt.compulink.co.uk>          
3571      Branch: perl
3572            ! regcomp.c
3573 ____________________________________________________________________________
3574 [ 14135] By: jhi                                   on 2002/01/08  15:12:38
3575         Log: Subject: Not OK 13843 
3576              From: andreas.koenig@anima.de (Andreas J. Koenig)
3577              Date: 08 Jan 2002 14:12:29 +0100
3578              Message-ID: <m38zb9c7gi.fsf@anima.de>
3579      Branch: perl
3580            ! op.c t/op/subst.t
3581 ____________________________________________________________________________
3582 [ 14134] By: jhi                                   on 2002/01/08  14:30:00
3583         Log: Missed one variant of the fold testing, noticed bu Hugo.
3584      Branch: perl
3585            ! lib/unifold.t
3586 ____________________________________________________________________________
3587 [ 14133] By: jhi                                   on 2002/01/08  14:23:39
3588         Log: Enchance the Storable magic description.
3589      Branch: perl
3590            ! ext/Storable/Storable.pm
3591 ____________________________________________________________________________
3592 [ 14132] By: ams                                   on 2002/01/08  09:16:12
3593         Log: Subject: [PATCH] don't installperl pods
3594              From: H.Merijn Brand <h.m.brand@hccnet.nl>
3595              Date: Tue, 08 Jan 2002 10:36:01 +0100
3596              Message-Id: <20020108103447.A841.H.M.BRAND@hccnet.nl>
3597      Branch: perl
3598            ! installperl
3599 ____________________________________________________________________________
3600 [ 14131] By: ams                                   on 2002/01/08  03:38:40
3601         Log: Subject: Math-BigInt v1.49 released
3602              From: Tels <perl_dummy@bloodgate.com>
3603              Date: Tue, 08 Jan 2002 03:09:34 +0100 (CET)
3604      Branch: perl
3605            + lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/require.t
3606            + lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/use.t
3607            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
3608            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
3609            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
3610            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
3611            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/mbimbf.t
3612            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
3613            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/BareCalc.pm
3614            ! t/lib/Math/BigInt/Subclass.pm
3615 ____________________________________________________________________________
3616 [ 14130] By: jhi                                   on 2002/01/08  02:13:53
3617         Log: A little better comments.
3618      Branch: perl
3619            ! regexec.c
3620 ____________________________________________________________________________
3621 [ 14129] By: jhi                                   on 2002/01/07  23:45:05
3622         Log: No normalization form DNF.
3623      Branch: perl
3624            ! ext/Unicode/Normalize/Normalize.pm
3625 ____________________________________________________________________________
3626 [ 14128] By: jhi                                   on 2002/01/07  23:40:15
3627         Log: Extension nits found by -Wall (several from threads
3628              and threads::shared, but leaving them to Arthur).
3629      Branch: perl
3630            ! ext/Data/Dumper/Dumper.xs ext/Devel/PPPort/PPPort.pm
3631            ! ext/Devel/PPPort/PPPort.xs ext/List/Util/Util.xs
3632            ! ext/Opcode/Opcode.xs ext/Unicode/Normalize/Normalize.xs
3633            ! ext/Unicode/Normalize/mkheader x2p/str.c
3634 ____________________________________________________________________________
3635 [ 14125] By: ams                                   on 2002/01/07  22:03:22
3636         Log: Subject: [PATCH] better Exporter docs (Re: [PATCH @13746] Leaner exporter)
3637              From: Nicholas Clark (sans From field in mail header)
3638              Date: Mon, 7 Jan 2002 16:18:23 +0000
3639              Message-Id: <20020107161823.A599@Bagpuss.unfortu.net>
3640      Branch: perl
3641            ! lib/Exporter.pm
3642 ____________________________________________________________________________
3643 [ 14124] By: ams                                   on 2002/01/07  21:46:11
3644         Log: Subject: [PATCH] Last patch needed to get Perl5.7 to build natively on VOS
3645              From: "Green, Paul" <Paul.Green@stratus.com>
3646              Date: Mon, 7 Jan 2002 16:59:38 -0500
3647              Message-Id: <95AE3CDB3543D511883A0020485B38B90235349B@exna3.stratus.com>
3648      Branch: perl
3649            ! ext/Errno/Errno_pm.PL perl.h t/TEST t/test.pl vos/vosish.h
3650 ____________________________________________________________________________
3651 [ 14122] By: jhi                                   on 2002/01/07  16:09:50
3652         Log: Update Changes.
3653      Branch: perl
3654            ! Changes patchlevel.h
3655 ____________________________________________________________________________
3656 [ 14121] By: jhi                                   on 2002/01/07  16:03:34
3657         Log: Subject: [PATCH] Correct module name in perldelta*                 
3658              From: Mike Guy <mjtg@cam.ac.uk>
3659              Date: Mon, 07 Jan 2002 17:02:43 +0000
3660              Message-Id: <E16NdAZ-0001SW-00@draco.cus.cam.ac.uk>
3661      Branch: perl
3662            ! pod/perl561delta.pod pod/perl56delta.pod
3663 ____________________________________________________________________________
3664 [ 14120] By: jhi                                   on 2002/01/07  15:55:25
3665         Log: AUTHORS update.
3666      Branch: perl
3667            ! AUTHORS
3668 ____________________________________________________________________________
3669 [ 14119] By: jhi                                   on 2002/01/07  15:52:34
3670         Log: Add file magic for Storable, from Jim Cromie <jcromie@divsol.com>
3671      Branch: perl
3672            ! ext/Storable/Storable.pm
3673 ____________________________________________________________________________
3674 [ 14118] By: jhi                                   on 2002/01/07  15:06:25
3675         Log: perldelta updates.
3676      Branch: perl
3677            ! pod/perldelta.pod
3678 ____________________________________________________________________________
3679 [ 14117] By: jhi                                   on 2002/01/07  13:52:30
3680         Log: Document the flags of pv_uni_display().
3681      Branch: perl
3682            ! pod/perlapi.pod utf8.c
3683 ____________________________________________________________________________
3684 [ 14116] By: jhi                                   on 2002/01/07  13:49:17
3685         Log: Forgot from #14115.
3686      Branch: perl
3687            ! t/op/re_tests
3688 ____________________________________________________________________________
3689 [ 14115] By: jhi                                   on 2002/01/07  13:48:06
3690         Log: Subject: [PATCH regcomp.c] leading (.*) should not be implicitly ^'d  
3691              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
3692              Date: Sun, 6 Jan 2002 15:36:21 -0500 (EST)
3693              Message-ID: <Pine.GSO.4.21.0201061532400.27018-100000@crusoe.crusoe.net>
3694      Branch: perl
3695            ! regcomp.c
3696 ____________________________________________________________________________
3697 [ 14114] By: jhi                                   on 2002/01/07  04:44:05
3698         Log: More regex and utf8 debug dumping.
3699      Branch: perl
3700            ! dump.c regcomp.c regexec.c utf8.c utf8.h
3701 ____________________________________________________________________________
3702 [ 14113] By: jhi                                   on 2002/01/07  01:05:01
3703         Log: Unused variable.
3704      Branch: perl
3705            ! regcomp.c
3706 ____________________________________________________________________________
3707 [ 14112] By: jhi                                   on 2002/01/07  00:52:46
3708         Log: Regen toc.
3709      Branch: perl
3710            ! pod/perltoc.pod
3711 ____________________________________________________________________________
3712 [ 14111] By: jhi                                   on 2002/01/07  00:03:57
3713         Log: capitalize correctly, noticed by David Dyck.
3714      Branch: perl
3715            ! lib/sort.pm
3716 ____________________________________________________________________________
3717 [ 14109] By: jhi                                   on 2002/01/06  20:51:32
3718         Log: No need to overqualify.
3719      Branch: perl
3720            ! lib/sort.pm
3721 ____________________________________________________________________________
3722 [ 14108] By: jhi                                   on 2002/01/06  20:38:34
3723         Log: PL_debug_pad wasn't initialized to zeroes which broke
3724              ithreads + DEBUGGING.
3725      Branch: perl
3726            ! sv.c
3727 ____________________________________________________________________________
3728 [ 14107] By: jhi                                   on 2002/01/06  15:39:31
3729         Log: Update Changes.
3730      Branch: perl
3731            ! Changes patchlevel.h
3732 ____________________________________________________________________________
3733 [ 14106] By: jhi                                   on 2002/01/06  15:33:51
3734         Log: Subject: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose)
3735              From: Jonathan Stowe <gellyfish@gellyfish.com>
3736              Date: Sat, 5 Jan 2002 12:43:47 +0000 (GMT)
3737              Message-ID: <Pine.LNX.4.33.0201051240130.5428-100000@orpheus.gellyfish.com>
3738      Branch: perl
3739            ! pp_sys.c
3740 ____________________________________________________________________________
3741 [ 14105] By: jhi                                   on 2002/01/06  15:11:15
3742         Log: DB_File sync from Paul Marquess.
3743      Branch: perl
3744            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
3745            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
3746            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
3747 ____________________________________________________________________________
3748 [ 14104] By: jhi                                   on 2002/01/06  15:08:14
3749         Log: Subject: [PATCH] B, B::C, perlcc, t/TEST
3750              From: "Mattia Barbon" <mbarbon@dsi.unive.it>  
3751              Date: Sun, 6 Jan 2002 11:44:30 +0100
3752              Message-ID: <3C38389E.7831.493570@localhost>
3753      Branch: perl
3754            ! ext/B/B.xs ext/B/B/C.pm ext/B/defsubs_h.PL t/TEST
3755            ! utils/perlcc.PL
3756 ____________________________________________________________________________
3757 [ 14103] By: jhi                                   on 2002/01/06  14:57:01
3758         Log: Tests for #14098.
3759      Branch: perl
3760            ! t/op/lc.t
3761 ____________________________________________________________________________
3762 [ 14101] By: ams                                   on 2002/01/06  04:52:50
3763         Log: Subject: [PATCH] Bad prototype detection now an optional warning
3764              From: Sam Tregar <sam@tregar.com>
3765              Date: Sun, 6 Jan 2002 00:29:25 -0500 (EST)
3766              Message-Id: <Pine.LNX.4.33.0201060023160.3715-200000@localhost.localdomain>
3767      Branch: perl
3768            ! pod/perldelta.pod pod/perldiag.pod pod/perlsub.pod
3769            ! t/comp/proto.t toke.c
3770 ____________________________________________________________________________
3771 [ 14100] By: ams                                   on 2002/01/06  01:56:59
3772         Log: Subject: [PATCH] Correct several Stratus VOS build issues
3773              From: "Green, Paul" <Paul.Green@stratus.com>
3774              Date: Sat, 5 Jan 2002 21:30:56 -0500
3775              Message-Id: <95AE3CDB3543D511883A0020485B38B90235348A@exna3.stratus.com>
3776      Branch: perl
3777            ! ext/Time/HiRes/HiRes.xs hints/vos.sh perl.h vos/vosish.h
3778 ____________________________________________________________________________
3779 [ 14099] By: jhi                                   on 2002/01/05  22:51:38
3780         Log: Further perl.org URL elaboration from Ask.
3781      Branch: perl
3782            ! pod/perlfaq1.pod pod/perlfaq2.pod
3783 ____________________________________________________________________________
3784 [ 14098] By: jhi                                   on 2002/01/05  22:47:59
3785         Log: The same problem with To{Lower,Title,Upper}
3786              as earlier with ToFold.
3787      Branch: perl
3788            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
3789            ! lib/unicore/To/Upper.pl lib/unicore/mktables
3790 ____________________________________________________________________________
3791 [ 14097] By: jhi                                   on 2002/01/05  22:11:35
3792         Log: Retract #14057 for now; the alarm/setitimer timers
3793              seen to be the same in many systems, which leads into
3794              hangups.
3795      Branch: perl
3796            ! ext/Time/HiRes/HiRes.t
3797 ____________________________________________________________________________
3798 [ 14096] By: jhi                                   on 2002/01/05  22:09:20
3799         Log: Finish up (ha!) the Unicode case folding;
3800              enhance regex dumping code.
3801      Branch: perl
3802            + lib/unifold.t
3803            ! MANIFEST embed.fnc embed.h perl.h pp_hot.c proto.h regcomp.c
3804            ! regcomp.h regexec.c t/op/pat.t utf8.c utf8.h
3805 ____________________________________________________________________________
3806 [ 14095] By: jhi                                   on 2002/01/05  22:07:33
3807         Log: Use the perl.org news gw instead of the perl.com one
3808              (from Ask).
3809      Branch: perl
3810            ! pod/perlfaq1.pod pod/perlfaq2.pod
3811 ____________________________________________________________________________
3812 [ 14094] By: jhi                                   on 2002/01/05  21:26:09
3813         Log: Zero() wasn't documented.
3814      Branch: perl
3815            ! pod/perlclib.pod
3816 ____________________________________________________________________________
3817 [ 14093] By: ams                                   on 2002/01/05  17:58:35
3818         Log: Subject: [PATCH] make lib/Memoize/t/tie_ndbm.t tidy up more.
3819              From: Nicholas Clark <nick@unfortu.net>
3820              Date: Sat, 5 Jan 2002 18:55:39 +0000
3821              Message-Id: <20020105185538.K300@Bagpuss.unfortu.net>
3822      Branch: perl
3823            ! lib/Memoize/t/tie_ndbm.t
3824 ____________________________________________________________________________
3825 [ 14092] By: jhi                                   on 2002/01/05  17:26:05
3826         Log: Also UNICOS/mk has deviant socketpair().
3827      Branch: perl
3828            ! ext/Socket/socketpair.t
3829 ____________________________________________________________________________
3830 [ 14091] By: jhi                                   on 2002/01/05  17:21:12
3831         Log: Ooops.  Retract the regex parts of #14090.
3832      Branch: perl
3833            ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c
3834 ____________________________________________________________________________
3835 [ 14090] By: jhi                                   on 2002/01/05  17:18:43
3836         Log: Subject: [REPATCH] Re: [PATCH] Re: socketpair blip on unicos/mk, too
3837              From: Nicholas Clark <nick@unfortu.net> 
3838              Date: Sat, 5 Jan 2002 18:10:13 +0000
3839              Message-ID: <20020105181013.I300@Bagpuss.unfortu.net>              
3840      Branch: perl
3841            ! embed.fnc embed.h ext/Socket/socketpair.t proto.h regcomp.c
3842            ! regcomp.h regexec.c
3843 ____________________________________________________________________________
3844 [ 14089] By: jhi                                   on 2002/01/05  15:42:12
3845         Log: Integrate perlio; a missing aTHX.
3846      Branch: perl
3847           !> op.c
3848 ____________________________________________________________________________
3849 [ 14085] By: jhi                                   on 2002/01/04  23:36:23
3850         Log: In the UTF-8 branch of crypt() the extra \0 byte is required,
3851              found by Marc Lehmann.
3852      Branch: perl
3853            ! pp.c
3854 ____________________________________________________________________________
3855 [ 14084] By: jhi                                   on 2002/01/04  22:57:03
3856         Log: Subject: Re: [PATCH op.c] Bad \[...] prototype checking
3857              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3858              Date: Sat, 5 Jan 2002 00:31:12 +0100
3859              Message-ID: <20020105003112.E1850@rafael>              
3860      Branch: perl
3861            ! t/comp/proto.t
3862 ____________________________________________________________________________
3863 [ 14083] By: jhi                                   on 2002/01/04  22:56:23
3864         Log: A bit of "perl.com" cleanup.
3865      Branch: perl
3866            ! pod/perldelta.pod pod/perldiag.pod pod/perlfaq.pod
3867            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
3868            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq8.pod
3869            ! pod/perlmodlib.PL pod/perlmodlib.pod
3870 ____________________________________________________________________________
3871 [ 14082] By: jhi                                   on 2002/01/04  21:53:30
3872         Log: Subject: [PATCH op.c] Bad \[...] prototype checking
3873              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3874              Date: Fri, 4 Jan 2002 23:35:19 +0100
3875              Message-ID: <20020104233519.A1850@rafael>
3876      Branch: perl
3877            ! op.c
3878 ____________________________________________________________________________
3879 [ 14081] By: jhi                                   on 2002/01/04  21:45:22
3880         Log: Integrate change #14062 from macperl;
3881              Define setbuf, setvbuf for Mac OS
3882      Branch: perl
3883           !> ext/IO/IO.xs
3884 ____________________________________________________________________________
3885 [ 14078] By: jhi                                   on 2002/01/04  21:07:05
3886         Log: Display the native pwd command.
3887      Branch: perl
3888            ! ext/Cwd/t/cwd.t
3889 ____________________________________________________________________________
3890 [ 14077] By: jhi                                   on 2002/01/04  21:00:53
3891         Log: Under Mac OS X /dev/stdout is normally a symlink,
3892              but when running the test it seems to become a socket.
3893              So let's extend our censorship.
3894      Branch: perl
3895            ! t/op/stat.t
3896 ____________________________________________________________________________
3897 [ 14068] By: jhi                                   on 2002/01/04  20:24:59
3898         Log: If we do have socketpair(), make my_socketpair()
3899              just call the real socketpair().  This way we always
3900              have real code behind my_socketpair() and a symbol
3901              corresponding to the my_socketpair in global.sym.
3902      Branch: perl
3903            ! embed.fnc embed.h makedef.pl proto.h util.c
3904 ____________________________________________________________________________
3905 [ 14060] By: jhi                                   on 2002/01/04  20:06:58
3906         Log: Spread the good word of "env".
3907      Branch: perl
3908            ! pod/perlhack.pod pod/perllocale.pod pod/perlrun.pod
3909 ____________________________________________________________________________
3910 [ 14059] By: jhi                                   on 2002/01/04  19:57:11
3911         Log: Till the system tests do something non-Win*, better rename
3912              the test so that people on other platforms don't get confused.
3913              (Not win32system, because assumedly there's win64, too.)
3914      Branch: perl
3915            + t/op/winsystem.t
3916            - t/op/system.t
3917            ! MANIFEST
3918 ____________________________________________________________________________
3919 [ 14058] By: jhi                                   on 2002/01/04  19:48:09
3920         Log: Some tweaks.
3921      Branch: perl
3922            ! lib/Pod/t/Functions.t
3923 ____________________________________________________________________________
3924 [ 14057] By: ams                                   on 2002/01/04  17:40:31
3925         Log: (retracted by #14057)
3926              
3927              Subject: [PATCH] Time/HiRes/HiRes.t
3928              From: Nicholas Clark <nick@unfortu.net>
3929              Date: Fri, 4 Jan 2002 17:28:46 +0000
3930              Message-Id: <20020104172845.D1013@Bagpuss.unfortu.net>
3931      Branch: perl
3932            ! ext/Time/HiRes/HiRes.t
3933 ____________________________________________________________________________
3934 [ 14056] By: jhi                                   on 2002/01/04  17:35:34
3935         Log: Subject: [PATCH lib/Pod/Functions.pm] + Docs and test         
3936              From: Abe Timmerman <abe@ztreet.demon.nl>
3937              Date: Fri, 04 Jan 2002 18:42:33 +0100
3938              Message-ID: <bm5b3usi1f65td4c9bo9fand20p0vnupf2@4ax.com>      
3939      Branch: perl
3940            + lib/Pod/t/Functions.t
3941            ! MANIFEST lib/Pod/Functions.pm
3942 ____________________________________________________________________________
3943 [ 14055] By: jhi                                   on 2002/01/04  14:33:09
3944         Log: Subject: [PATCH perl@14042] Devel::PPPort Makefile.PL umpteenth try
3945              From: "Craig A. Berry" <craigberry@mac.com>
3946              Date: Thu, 3 Jan 2002 17:32:20 -0600
3947              Message-Id: <a05101004b85a82bb7352@[172.16.52.1]>
3948      Branch: perl
3949            ! ext/Devel/PPPort/Makefile.PL lib/ExtUtils/MM_Unix.pm
3950 ____________________________________________________________________________
3951 [ 14054] By: jhi                                   on 2002/01/04  04:04:05
3952         Log: Document the U+0085, U+2028, and U+2029.
3953      Branch: perl
3954            ! pod/perlre.pod pod/perlretut.pod
3955 ____________________________________________________________________________
3956 [ 14053] By: ams                                   on 2002/01/04  03:27:44
3957         Log: Subject: [PATCH] warn if not CORE::dump
3958              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3959              Date: Thu, 3 Jan 2002 22:04:00 +0100
3960              Message-Id: <20020103220400.A13958@rafael>
3961      Branch: perl
3962            ! pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/toke toke.c
3963 ____________________________________________________________________________
3964 [ 14052] By: jhi                                   on 2002/01/04  03:13:50
3965         Log: Add U+0085, U+2028, and U+2029 to \s under Unicode.
3966      Branch: perl
3967            ! lib/unicore/Is/SpacePerl.pl lib/unicore/mktables t/op/pat.t
3968 ____________________________________________________________________________
3969 [ 14051] By: ams                                   on 2002/01/04  03:00:12
3970         Log: Subject: [PATCH] File::Compare::VERSION
3971              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3972              Date: Thu, 3 Jan 2002 23:42:52 +0100
3973              Message-Id: <20020103234252.G13958@rafael>
3974      Branch: perl
3975            ! lib/File/Compare.pm
3976 ____________________________________________________________________________
3977 [ 14050] By: ams                                   on 2002/01/04  02:58:05
3978         Log: Subject: [PATCH @14042] threads::shared doc
3979              From: =?iso-8859-1?q?Andy=20Bussey?= <andybussey@yahoo.co.uk>
3980              Date: Thu, 3 Jan 2002 23:24:13 +0000 (GMT)
3981              Message-Id: <20020103232413.3690.qmail@web21001.mail.yahoo.com>
3982      Branch: perl
3983            ! ext/threads/shared/shared.pm
3984 ____________________________________________________________________________
3985 [ 14049] By: jhi                                   on 2002/01/03  20:38:22
3986         Log: #14048 exposed few false positives, to be fixed soonish.
3987      Branch: perl
3988            ! t/op/pat.t
3989 ____________________________________________________________________________
3990 [ 14048] By: jhi                                   on 2002/01/03  20:36:38
3991         Log: Do not add the first characters of multicharacter foldings
3992              into character classes.
3993      Branch: perl
3994            ! regcomp.c
3995 ____________________________________________________________________________
3996 [ 14047] By: jhi                                   on 2002/01/03  20:30:55
3997         Log: A bit of testing for #14046.
3998      Branch: perl
3999            ! t/op/pat.t
4000 ____________________________________________________________________________
4001 [ 14046] By: jhi                                   on 2002/01/03  20:22:48
4002         Log: Allow emitting the foldcased version of "\x{df}", "ss"
4003              (among others, another example would be \x{fb00} -> "ff")
4004      Branch: perl
4005            ! regcomp.c
4006 ____________________________________________________________________________
4007 [ 14045] By: jhi                                   on 2002/01/03  19:29:35
4008         Log: Subject: [PATCH] File::Spec & NetWare
4009              From: Dave Rolsky <autarch@urth.org>
4010              Date: Thu, 3 Jan 2002 12:53:19 -0600 (CST)
4011              Message-ID: <Pine.LNX.4.43.0201031252130.27977-100000@urth.org>
4012      Branch: perl
4013            - lib/File/Spec/NW5.pm
4014            ! MANIFEST lib/File/Spec.pm
4015 ____________________________________________________________________________
4016 [ 14044] By: jhi                                   on 2002/01/03  19:26:53
4017         Log: FAQ sync (RCS Ids only?)
4018      Branch: perl
4019            ! pod/perlfaq4.pod pod/perlfaq6.pod pod/perlfaq7.pod
4020 ____________________________________________________________________________
4021 [ 14043] By: jhi                                   on 2002/01/03  19:25:48
4022         Log: AUTHORs updates.
4023      Branch: perl
4024            ! AUTHORS
4025 ____________________________________________________________________________
4026 [ 14042] By: jhi                                   on 2002/01/03  16:04:24
4027         Log: Update Changes.
4028      Branch: perl
4029            ! Changes patchlevel.h
4030 ____________________________________________________________________________
4031 [ 14041] By: jhi                                   on 2002/01/03  15:57:42
4032         Log: Missed the =head1 additions.
4033      Branch: perl
4034            ! XSUB.h av.c av.h cop.h cv.h doio.c gv.c gv.h handy.h hv.h
4035            ! intrpvar.h mg.c numeric.c op.c op.h perl.c pp.h pp_sort.c
4036            ! scope.h sharedsv.c sv.c sv.h thrdvar.h universal.c utf8.c
4037            ! util.c
4038 ____________________________________________________________________________
4039 [ 14040] By: jhi                                   on 2002/01/03  15:05:06
4040         Log: Subject: [PATCH lib/Carp/Heavy.pm lib/Carp.t] obscure warning from Carp::Heavy
4041              From: Robin Barker <rmb1@cise.npl.co.uk>
4042              Date: Thu, 3 Jan 2002 15:26:20 GMT
4043              Message-Id: <200201031526.PAA06095@tempest.npl.co.uk>            
4044      Branch: perl
4045            ! lib/Carp.t lib/Carp/Heavy.pm
4046 ____________________________________________________________________________
4047 [ 14039] By: jhi                                   on 2002/01/03  15:02:12
4048         Log: Subject: [PATCH hv.c] 
4049              From: Robin Barker <rmb1@cise.npl.co.uk>
4050              Date: Thu, 3 Jan 2002 14:49:06 GMT
4051              Message-Id: <200201031449.OAA26137@tempest.npl.co.uk>            
4052              
4053              -Wformat check.
4054      Branch: perl
4055            ! hv.c
4056 ____________________________________________________________________________
4057 [ 14038] By: jhi                                   on 2002/01/03  15:01:09
4058         Log: NetWare tweaks from Ananth Kesari.
4059      Branch: perl
4060            ! NetWare/t/NWScripts.pl lib/File/Find.pm
4061 ____________________________________________________________________________
4062 [ 14037] By: jhi                                   on 2002/01/03  13:41:38
4063         Log: Cast.
4064      Branch: perl
4065            ! regexec.c
4066 ____________________________________________________________________________
4067 [ 14036] By: ams                                   on 2002/01/03  12:12:31
4068         Log: Grammar fix suggested by Gwyn Judd.
4069      Branch: perl
4070            ! pod/perldiag.pod
4071 ____________________________________________________________________________
4072 [ 14033] By: ams                                   on 2002/01/03  08:24:24
4073         Log: Subject: Not ok 14031: PPPort Makefile.PL
4074              From: andreas.koenig@anima.de (Andreas J. Koenig)
4075              Date: 03 Jan 2002 10:17:46 +0100
4076              Message-Id: <m3sn9n94jp.fsf@anima.de>
4077      Branch: perl
4078            ! ext/Devel/PPPort/Makefile.PL
4079 ____________________________________________________________________________
4080 [ 14031] By: jhi                                   on 2002/01/03  01:52:04
4081         Log: Off-by-one is my middle name.
4082      Branch: perl
4083            ! regexec.c
4084 ____________________________________________________________________________
4085 [ 14030] By: ams                                   on 2002/01/02  23:56:37
4086         Log: Subject: [PATCH @14015] threads::shared disabling
4087              From: Andy Bussey <andybussey@yahoo.co.uk>
4088              Date: Thu, 3 Jan 2002 00:46:58 +0000 (GMT)
4089              Message-Id: <20020103004658.97969.qmail@web21006.mail.yahoo.com>
4090      Branch: perl
4091            + ext/threads/shared/t/no_share.t
4092            ! MANIFEST ext/threads/shared/shared.pm ext/threads/threads.pm
4093 ____________________________________________________________________________
4094 [ 14029] By: jhi                                   on 2002/01/02  23:40:08
4095         Log: Simon's new perlapi scheme, I hope I got all the pieces.
4096      Branch: perl
4097            + autodoc.pl embed.fnc
4098            ! MANIFEST Makefile.SH embed.pl pod/perlapi.pod
4099 ____________________________________________________________________________
4100 [ 14028] By: jhi                                   on 2002/01/02  23:29:03
4101         Log: Integrate perlio; more PPPort Makefile source dependence removal
4102      Branch: perl
4103           !> ext/Devel/PPPort/Makefile.PL perl.h
4104 ____________________________________________________________________________
4105 [ 14027] By: ams                                   on 2002/01/02  21:42:50
4106         Log: Subject: [PATCH perldiag] errors caused by the "my Dog $spot" syntax
4107              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4108              Date: Wed, 2 Jan 2002 23:09:13 +0100
4109              Message-Id: <20020102230913.A17373@rafael>
4110      Branch: perl
4111            ! pod/perldiag.pod
4112 ____________________________________________________________________________
4113 [ 14026] By: ams                                   on 2002/01/02  21:38:34
4114         Log: Subject: Re: PATCH: lib/Term/Cap.pm
4115              From: Jonathan Stowe <gellyfish@gellyfish.com>
4116              Date: Wed, 2 Jan 2002 21:50:36 +0000 (GMT)
4117              Message-Id: <Pine.LNX.4.33.0201022144370.6042-100000@orpheus.gellyfish.com>
4118      Branch: perl
4119            ! lib/Term/Cap.pm
4120 ____________________________________________________________________________
4121 [ 14025] By: ams                                   on 2002/01/02  18:34:26
4122         Log: Subject: [PATCH] Bad prototype detection changed from error to warning
4123              From: Sam Tregar <sam@tregar.com>
4124              Date: Wed, 2 Jan 2002 14:04:26 -0500 (EST)
4125              Message-Id: <Pine.LNX.4.33.0201021400110.15420-200000@localhost.localdomain>
4126      Branch: perl
4127            ! pod/perldiag.pod t/comp/proto.t toke.c
4128 ____________________________________________________________________________
4129 [ 14024] By: ams                                   on 2002/01/02  18:16:12
4130         Log: Subject: PATCH: lib/Term/Cap.pm
4131              From: Norton Allen <allen@huarp.harvard.edu>
4132              Date: Wed, 2 Jan 2002 14:22:09 -0500 (est)
4133              Message-Id: <200201021922.OAA18505@bottesini.harvard.edu>
4134      Branch: perl
4135            ! lib/Term/Cap.pm
4136 ____________________________________________________________________________
4137 [ 14023] By: ams                                   on 2002/01/02  18:12:31
4138         Log: Subject: PATCH: lib/Cwd.pm for QNX4
4139              From: Norton Allen <allen@huarp.harvard.edu>
4140              Date: Wed, 2 Jan 2002 14:19:42 -0500 (est)
4141              Message-Id: <200201021919.OAA18012@bottesini.harvard.edu>
4142      Branch: perl
4143            ! lib/Cwd.pm
4144 ____________________________________________________________________________
4145 [ 14020] By: ams                                   on 2002/01/02  17:06:27
4146         Log: Fix misplaced application of #14016.
4147      Branch: perl
4148            ! op.c
4149 ____________________________________________________________________________
4150 [ 14019] By: jhi                                   on 2002/01/02  16:51:38
4151         Log: Integrate perlio; avoid uninit debug_pad.
4152      Branch: perl
4153           !> sv.c
4154 ____________________________________________________________________________
4155 [ 14018] By: jhi                                   on 2002/01/02  16:50:22
4156         Log: makedepend VOS fix from Paul Green.
4157      Branch: perl
4158            ! makedepend.SH
4159 ____________________________________________________________________________
4160 [ 14016] By: ams                                   on 2002/01/02  15:58:11
4161         Log: Subject: [PATCH] random crash in B::LISTOP::last
4162              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
4163              Date: Wed, 2 Jan 2002 17:37:28 +0100
4164              Message-Id: <3C334558.3906.19CB98D@localhost>
4165      Branch: perl
4166            ! op.c
4167 ____________________________________________________________________________
4168 [ 14015] By: jhi                                   on 2002/01/02  15:21:12
4169         Log: Update Changes.
4170      Branch: perl
4171            ! Changes patchlevel.h
4172 ____________________________________________________________________________
4173 [ 14014] By: jhi                                   on 2002/01/02  15:12:57
4174         Log: One more iteration of the ibcmp_utf8() interface,
4175              hopefully this is a convergent iteration...
4176      Branch: perl
4177            ! embed.pl pod/perlapi.pod proto.h regexec.c t/op/pat.t utf8.c
4178 ____________________________________________________________________________
4179 [ 14013] By: ams                                   on 2002/01/02  13:43:58
4180         Log: Upgrade to podlators-1.19.
4181      Branch: perl
4182            + lib/Pod/t/man.t lib/Pod/t/text-errors.t
4183            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm
4184            ! lib/Pod/Text/Termcap.pm lib/Pod/t/basic.cap
4185            ! lib/Pod/t/basic.clr lib/Pod/t/basic.man lib/Pod/t/basic.ovr
4186            ! lib/Pod/t/basic.pod lib/Pod/t/basic.txt
4187 ____________________________________________________________________________
4188 [ 14012] By: ams                                   on 2002/01/02  09:48:51
4189         Log: Subject: [ID 20011219.004] Pod::Usage does not terminate with a true value
4190              From: martyn@inpharmatica.co.uk
4191              Date: Wed, 19 Dec 2001 19:05:00 +0000
4192              Message-Id: <E16Gm1U-00005z-00@baker-st.inpharmatica.co.uk>
4193      Branch: perl
4194            ! lib/Pod/Usage.pm
4195 ____________________________________________________________________________
4196 [ 14010] By: jhi                                   on 2002/01/02  03:59:22
4197         Log: Make ibcmp_utf8() optionally progress in either string for
4198              as long as it takes and optionally record how far it got.
4199      Branch: perl
4200            ! embed.h embed.pl pod/perlapi.pod proto.h regexec.c utf8.c
4201 ____________________________________________________________________________
4202 [ 14009] By: jhi                                   on 2002/01/02  00:35:15
4203         Log: Once more try to get the PPPort Makefile right.
4204      Branch: perl
4205            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/ppport_h.PL
4206 ____________________________________________________________________________
4207 [ 14008] By: jhi                                   on 2002/01/02  00:03:27
4208         Log: -Wall silencing.
4209      Branch: perl
4210            ! utf8.c
4211 ____________________________________________________________________________
4212 [ 14007] By: jhi                                   on 2002/01/01  23:48:19
4213         Log: Subject: [PATCH B::Deparse] alternate way to figure out prototypes
4214              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4215              Date: Tue, 1 Jan 2002 22:45:21 +0100       
4216              Message-ID: <20020101224521.A691@rafael>
4217      Branch: perl
4218            ! ext/B/B/Deparse.pm
4219 ____________________________________________________________________________
4220 [ 14006] By: jhi                                   on 2002/01/01  23:40:10
4221         Log: VOS tweak from Paul Green: VOS has different O_BINARY
4222              and O_TEXT, but VOS always uses LF, never CRLF.
4223      Branch: perl
4224            ! perl.h
4225 ____________________________________________________________________________
4226 [ 14005] By: jhi                                   on 2002/01/01  23:34:25
4227         Log: Make ibcmp_utf8() more robust and make regmatch() use it.
4228      Branch: perl
4229            ! regexec.c utf8.c
4230 ____________________________________________________________________________
4231 [ 14004] By: jhi                                   on 2002/01/01  18:27:50
4232         Log: Now that to_utf8_fold() was fixed.
4233      Branch: perl
4234            ! regcomp.c regexec.c
4235 ____________________________________________________________________________
4236 [ 14003] By: jhi                                   on 2002/01/01  18:04:02
4237         Log: Integrate perlio; experimental binmode() re-coding.
4238      Branch: perl
4239           !> perlio.c
4240 ____________________________________________________________________________
4241 [ 14002] By: jhi                                   on 2002/01/01  17:53:44
4242         Log: Document the to_utf8_*() functions.
4243      Branch: perl
4244            ! embed.pl pod/perlapi.pod utf8.c
4245 ____________________________________________________________________________
4246 [ 14001] By: jhi                                   on 2002/01/01  17:29:05
4247         Log: Better support for multicharacter foldings.
4248              Now all but two of the CaseFold.txt cases work-- but
4249              only when the target string is single-character, more
4250              debugging needed.
4251      Branch: perl
4252            ! regexec.c
4253 ____________________________________________________________________________
4254 [ 14000] By: ams                                   on 2002/01/01  15:59:43
4255         Log: Subject: [PATCH] don't installperl pods
4256              From: Nicholas Clark <nick@unfortu.net>
4257              Date: Tue, 1 Jan 2002 16:44:12 +0000
4258              Message-Id: <20020101164411.A3157@Bagpuss.unfortu.net>
4259      Branch: perl
4260            ! installperl
4261 ____________________________________________________________________________
4262 [ 13999] By: ams                                   on 2002/01/01  14:34:04
4263         Log: Subject: [PATCH] perldiag.pod transposition
4264              From: Nicholas Clark <nick@unfortu.net>
4265              Date: Tue, 1 Jan 2002 15:03:52 +0000
4266              Message-Id: <20020101150350.A2963@Bagpuss.unfortu.net>
4267      Branch: perl
4268            ! pod/perldiag.pod
4269 ____________________________________________________________________________
4270 [ 13998] By: ams                                   on 2002/01/01  13:36:49
4271         Log: Subject: [PATCH perldiag] Corrections : unknown warning category
4272              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4273              Date: Tue, 1 Jan 2002 15:12:36 +0100
4274              Message-Id: <20020101151236.A951@rafael>
4275      Branch: perl
4276            ! pod/perldiag.pod
4277 ____________________________________________________________________________
4278 [ 13997] By: ams                                   on 2002/01/01  13:33:06
4279         Log: Subject: [better PATCH] Re: Low-lights of Win32 / bleadperl
4280              From: Nicholas Clark <nick@unfortu.net>
4281              Date: Tue, 1 Jan 2002 13:13:17 +0000
4282              Message-Id: <20020101131316.A475@Bagpuss.unfortu.net>
4283      Branch: perl
4284            ! ext/Socket/socketpair.t
4285 ____________________________________________________________________________
4286 [ 13996] By: ams                                   on 2002/01/01  04:44:28
4287         Log: Subject: [PATCH @13746] Leaner exporter
4288              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4289              Date: Mon, 31 Dec 2001 18:16:08 -0500
4290              Message-Id: <20011231181608.A29253@math.ohio-state.edu>
4291      Branch: perl
4292            ! ext/B/t/stash.t lib/Exporter.pm lib/Exporter/Heavy.pm
4293 ____________________________________________________________________________
4294 [ 13995] By: ams                                   on 2002/01/01  04:29:44
4295         Log: Subject: [PATCH @13746] h2xs broken
4296              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4297              Date: Mon, 31 Dec 2001 17:48:55 -0500
4298              Message-Id: <20011231174855.A29128@math.ohio-state.edu>
4299      Branch: perl
4300            ! utils/h2xs.PL
4301 ____________________________________________________________________________
4302 [ 13994] By: ams                                   on 2002/01/01  04:25:46
4303         Log: Subject: Re: [PATCH @13746] uninstalled build of modules broken
4304              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4305              Date: Mon, 31 Dec 2001 17:42:25 -0500
4306              Message-Id: <20011231174225.A29048@math.ohio-state.edu>
4307      Branch: perl
4308            ! lib/ExtUtils/MM_Unix.pm
4309 ____________________________________________________________________________
4310 [ 13993] By: jhi                                   on 2002/01/01  03:45:24
4311         Log: Rename the variables to be a bit more consistent.
4312      Branch: perl
4313            ! utf8.c
4314 ____________________________________________________________________________
4315 [ 13992] By: jhi                                   on 2002/01/01  03:35:01
4316         Log: Unnecessary/Lingering UTF8 flag might mess up caseless matching
4317              (found by Jeffrey Friedl)
4318      Branch: perl
4319            ! regexec.c t/op/pat.t utf8.c
4320 ____________________________________________________________________________
4321 [ 13990] By: jhi                                   on 2001/12/31  17:13:12
4322         Log: Update Changes.
4323      Branch: perl
4324            ! Changes patchlevel.h
4325 ____________________________________________________________________________
4326 [ 13989] By: jhi                                   on 2001/12/31  16:47:28
4327         Log: Less unused ones.
4328      Branch: perl
4329            ! regexec.c
4330 ____________________________________________________________________________
4331 [ 13988] By: jhi                                   on 2001/12/31  16:46:29
4332         Log: Unused variable.
4333      Branch: perl
4334            ! regcomp.c
4335 ____________________________________________________________________________
4336 [ 13987] By: jhi                                   on 2001/12/31  16:41:15
4337         Log: Forgotten file.
4338      Branch: perl
4339            ! MANIFEST
4340 ____________________________________________________________________________
4341 [ 13986] By: jhi                                   on 2001/12/31  16:35:57
4342         Log: Subject: Re: Cygwin: one down one to go 
4343              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4344              Date: Mon, 31 Dec 2001 18:34:36 +0100
4345              Message-Id: <20011231183002.E067.H.M.BRAND@hccnet.nl>
4346      Branch: perl
4347            ! cygwin/Makefile.SHs
4348 ____________________________________________________________________________
4349 [ 13985] By: jhi                                   on 2001/12/31  16:33:08
4350         Log: Add some comments to the recent Unicode case-folding saga.
4351      Branch: perl
4352            ! regcomp.c regexec.c
4353 ____________________________________________________________________________
4354 [ 13984] By: jhi                                   on 2001/12/31  16:19:13
4355         Log: Slight comment tweakage.
4356      Branch: perl
4357            ! ext/I18N/Langinfo/Langinfo.t
4358 ____________________________________________________________________________
4359 [ 13983] By: jhi                                   on 2001/12/31  16:05:18
4360         Log: Clarify the BeOS O_TEXT/O_BINARY situation.
4361      Branch: perl
4362            ! perl.h
4363 ____________________________________________________________________________
4364 [ 13982] By: jhi                                   on 2001/12/31  15:05:36
4365         Log: Subject: [ PATCH] Cygwin: one down one to go
4366              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4367              Date: Mon, 31 Dec 2001 17:03:40 +0100
4368              Message-Id: <20011231170025.E05B.H.M.BRAND@hccnet.nl>
4369      Branch: perl
4370            ! lib/Pod/t/basic.t
4371 ____________________________________________________________________________
4372 [ 13981] By: jhi                                   on 2001/12/31  14:44:03
4373         Log: Tweak the dependencies not to recompile everytime,
4374              as suggested by NI-S.
4375      Branch: perl
4376            ! ext/Devel/PPPort/Makefile.PL
4377 ____________________________________________________________________________
4378 [ 13980] By: jhi                                   on 2001/12/31  14:29:17
4379         Log: Planning still not right.
4380      Branch: perl
4381            ! lib/User/grent.t
4382 ____________________________________________________________________________
4383 [ 13979] By: jhi                                   on 2001/12/31  14:19:55
4384         Log: Subject: [PATCH lib/User/grent.t] Double double test test header header
4385              From: Michael G Schwern <schwern@pobox.com>
4386              Date: Sun, 30 Dec 2001 18:07:55 -0500
4387              Message-ID: <20011230230755.GG12840@blackrider>
4388              
4389              (lib/User/grent, really)
4390      Branch: perl
4391            ! lib/User/grent.t
4392 ____________________________________________________________________________
4393 [ 13978] By: jhi                                   on 2001/12/31  14:17:55
4394         Log: Integrate perlio; cleanup, in particular avoid accidental
4395              PerlIO_flush(NULL) if PerlIONext is NULL.
4396      Branch: perl
4397           !> ext/Devel/PPPort/MANIFEST perlio.c perliol.h
4398 ____________________________________________________________________________
4399 [ 13977] By: jhi                                   on 2001/12/31  14:15:58
4400         Log: Subject: typo in IO::Socket::INET.pm
4401              From: mjd@plover.com
4402              Date: 31 Dec 2001 14:31:10 -0000
4403              Message-ID: <20011231143110.4989.qmail@plover.com>
4404      Branch: perl
4405            ! ext/IO/lib/IO/Socket/INET.pm
4406 ____________________________________________________________________________
4407 [ 13974] By: jhi                                   on 2001/12/31  04:59:53
4408         Log: Subject: Re: [PATCH] Basic bad prototype detection
4409              From: Sam Tregar <sam@tregar.com>
4410              Date: Mon, 31 Dec 2001 00:50:30 -0500 (EST)
4411              Message-ID: <Pine.LNX.4.33.0112310017090.9102-200000@localhost.localdomain>
4412      Branch: perl
4413            ! t/comp/proto.t toke.c
4414 ____________________________________________________________________________
4415 [ 13973] By: jhi                                   on 2001/12/31  04:14:45
4416         Log: Subject: [PATCH] configure.com / scriptdirexp
4417              From: "Craig A. Berry" <craigberry@mac.com>
4418              Date: Sun, 30 Dec 2001 15:47:28 -0600
4419              Message-Id: <a05101004b8553b205841@[172.16.52.1]>
4420      Branch: perl
4421            ! configure.com
4422 ____________________________________________________________________________
4423 [ 13972] By: jhi                                   on 2001/12/31  04:07:35
4424         Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t] resolve problems with tools_other() and htmlifypods
4425              From: Abe Timmerman <abe@ztreet.demon.nl>
4426              Date: Mon, 31 Dec 2001 03:55:27 +0100
4427              Message-ID: <u0kv2ussgukot09trgjkosn8uootjkcebv@4ax.com>
4428      Branch: perl
4429            ! lib/ExtUtils/t/MM_Win32.t
4430 ____________________________________________________________________________
4431 [ 13971] By: jhi                                   on 2001/12/31  04:05:46
4432         Log: Subject: [PATCH] Basic bad prototype detection
4433              From: Sam Tregar <sam@tregar.com> 
4434              Date: Sun, 30 Dec 2001 19:57:55 -0500 (EST) 
4435              Message-ID: <Pine.LNX.4.33.0112301948270.9102-200000@localhost.localdomain>
4436      Branch: perl
4437            ! pod/perldiag.pod t/comp/proto.t toke.c
4438 ____________________________________________________________________________
4439 [ 13970] By: jhi                                   on 2001/12/31  03:53:54
4440         Log: Makefiles are sloppy about the exe suffix
4441              (from Paul Green)
4442      Branch: perl
4443            ! Makefile.SH x2p/Makefile.SH
4444 ____________________________________________________________________________
4445 [ 13969] By: jhi                                   on 2001/12/31  03:42:15
4446         Log: Delay folding until necessary; start of handling
4447              folding into several characters.
4448      Branch: perl
4449            ! regcomp.c regexec.c
4450 ____________________________________________________________________________
4451 [ 13968] By: jhi                                   on 2001/12/31  00:35:35
4452         Log: gcc -Wall dewhine.
4453      Branch: perl
4454            ! regexec.c
4455 ____________________________________________________________________________
4456 [ 13967] By: jhi                                   on 2001/12/31  00:29:37
4457         Log: More Unicode folding tweaks, avoid potential false matches.
4458      Branch: perl
4459            ! regexec.c
4460 ____________________________________________________________________________
4461 [ 13966] By: jhi                                   on 2001/12/30  23:30:56
4462         Log: Make that six wrongs.
4463      Branch: perl
4464            ! regexec.c utf8.c
4465 ____________________________________________________________________________
4466 [ 13965] By: jhi                                   on 2001/12/30  23:12:17
4467         Log: Four wrongs can make a right.
4468      Branch: perl
4469            ! regexec.c utf8.c
4470 ____________________________________________________________________________
4471 [ 13964] By: jhi                                   on 2001/12/30  21:12:25
4472         Log: Fix all the I case foldings as per CaseFold.txt.
4473      Branch: perl
4474            ! regcomp.c regexec.c
4475 ____________________________________________________________________________
4476 [ 13963] By: jhi                                   on 2001/12/30  20:04:32
4477         Log: Fix all the C(ommon) case foldings as per CaseFold.txt.
4478      Branch: perl
4479            ! lib/unicore/To/Fold.pl lib/unicore/mktables regcomp.c
4480            ! regexec.c utf8.c
4481 ____________________________________________________________________________
4482 [ 13961] By: jhi                                   on 2001/12/30  17:35:45
4483         Log: Integrate perlio; more win32 stuff:
4484              
4485              A. Use Perl_my_socketpair()
4486              B. Use PerlSock_xxxx() rather than raw xxxx() so we get to
4487              load winsock.
4488              C. (In passing) work round fact that $$ is now SvREADONLY
4489              so we need to take special measures to set it during
4490              pseudo-fork.
4491      Branch: perl
4492           !> util.c win32/perlhost.h
4493 ____________________________________________________________________________
4494 [ 13960] By: jhi                                   on 2001/12/30  17:33:24
4495         Log: Fix ppport.h for Unix.
4496      Branch: perl
4497            + ext/Devel/PPPort/ppport_h.PL
4498            - ext/Devel/PPPort/ppport.h.PL
4499            ! MANIFEST ext/Devel/PPPort/Makefile.PL
4500 ____________________________________________________________________________
4501 [ 13958] By: jhi                                   on 2001/12/30  16:33:58
4502         Log: Integrate perlio; win32 kicking.
4503      Branch: perl
4504           +> ext/Devel/PPPort/ppport.h.PL
4505           !> embed.h embed.pl ext/Devel/PPPort/Makefile.PL
4506           !> ext/Devel/PPPort/t/test.t ext/Errno/Errno_pm.PL global.sym
4507           !> proto.h
4508 ____________________________________________________________________________
4509 [ 13956] By: jhi                                   on 2001/12/30  16:32:11
4510         Log: Must look for cat also in $PATH (noticed by Philip Newton).
4511      Branch: perl
4512            ! Configure
4513 ____________________________________________________________________________
4514 [ 13955] By: jhi                                   on 2001/12/30  16:19:46
4515         Log: Subject: [PATCH] POSIX to understand _SC_PAGESIZE
4516              From: Blair Zajac <blair@orcaware.com>
4517              Date: Sat, 29 Dec 2001 22:37:03 -0800
4518              Message-ID: <3C2EB60F.BB4321DD@orcaware.com>
4519      Branch: perl
4520            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
4521 ____________________________________________________________________________
4522 [ 13954] By: jhi                                   on 2001/12/30  16:17:44
4523         Log: Regen files.
4524      Branch: perl
4525            ! embed.h global.sym pod/perlapi.pod uconfig.h
4526 ____________________________________________________________________________
4527 [ 13953] By: jhi                                   on 2001/12/30  15:57:25
4528         Log: Subject: [PATCH] -t without -w 
4529              From: Michael G Schwern <schwern@pobox.com>
4530              Date: Sat, 29 Dec 2001 23:46:25 -0500
4531              Message-ID: <20011230044625.GA14386@blackrider>
4532      Branch: perl
4533            ! perl.c pod/perlrun.pod pp_ctl.c t/run/switcht.t warnings.h
4534            ! warnings.pl
4535 ____________________________________________________________________________
4536 [ 13952] By: jhi                                   on 2001/12/30  15:52:59
4537         Log: Subject: Re: Win32 snag - File::Find File::Spec and Config.pm
4538              From: Dave Rolsky <autarch@urth.org>               
4539              Date: Sat, 29 Dec 2001 23:16:54 -0600 (CST) 
4540              Message-ID: <Pine.LNX.4.43.0112292305270.16562-100000@urth.org>
4541              
4542              $^O is NetWare, not Netware.
4543      Branch: perl
4544            ! lib/ExtUtils/MakeMaker.pm lib/File/Spec.pm
4545 ____________________________________________________________________________
4546 [ 13951] By: jhi                                   on 2001/12/30  15:51:19
4547         Log: Sarathy thinks undoing C++ comments from C++ files
4548              is a bit too zealous.
4549      Branch: perl
4550            ! win32/perlhost.h win32/vmem.h
4551 ____________________________________________________________________________
4552 [ 13947] By: nick                                  on 2001/12/30  11:35:51
4553         Log: More Cwd tidy up
4554      Branch: perl
4555            ! MANIFEST installperl
4556 ____________________________________________________________________________
4557 [ 13946] By: nick                                  on 2001/12/30  11:12:42
4558         Log: Undo a mess trying Cwd.pm in its ext directory
4559      Branch: perl
4560            + lib/Cwd.pm
4561            - ext/Cwd/Cwd.pm
4562 ____________________________________________________________________________
4563 [ 13943] By: jhi                                   on 2001/12/29  21:30:48
4564         Log: Update Changes.
4565      Branch: perl
4566            ! Changes patchlevel.h
4567 ____________________________________________________________________________
4568 [ 13942] By: jhi                                   on 2001/12/29  21:12:02
4569         Log: Subject: [PATCH] cleaner close on tests, take 2
4570              From: andreas.koenig@anima.de (Andreas J. Koenig)
4571              Date: 29 Dec 2001 21:42:37 +0100
4572              Message-ID: <m33d1tvjuq.fsf@anima.de>
4573              
4574              (the DB_File patches)
4575      Branch: perl
4576            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
4577            ! ext/DB_File/t/db-recno.t
4578 ____________________________________________________________________________
4579 [ 13941] By: jhi                                   on 2001/12/29  20:25:22
4580         Log: Integrate perlio; regen'ed config_H.?c
4581      Branch: perl
4582           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
4583 ____________________________________________________________________________
4584 [ 13940] By: jhi                                   on 2001/12/29  20:22:57
4585         Log: Subject: [PATCH] cleaner close on tests, take 2             
4586              From: andreas.koenig@anima.de (Andreas J. Koenig)
4587              Date: 29 Dec 2001 21:42:37 +0100
4588              Message-ID: <m33d1tvjuq.fsf@anima.de>
4589              
4590              (except for the three DB_File patch fragments)
4591      Branch: perl
4592            ! ext/Devel/DProf/DProf.t ext/PerlIO/t/encoding.t
4593            ! ext/SDBM_File/sdbm.t ext/Storable/t/store.t lib/strict.t
4594            ! t/cmd/while.t t/comp/cpp.aux t/comp/multiline.t
4595            ! t/comp/require.t t/comp/script.t t/io/argv.t t/io/dup.t
4596            ! t/lib/filter-util.pl t/op/anonsub.t t/op/do.t t/op/inccode.t
4597            ! t/op/runlevel.t t/op/write.t t/run/switches.t
4598 ____________________________________________________________________________
4599 [ 13939] By: jhi                                   on 2001/12/29  20:17:55
4600         Log: Subject: [PATCH] from the non-ANSI comment police (was: it won't compile on win32)  
4601              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4602              Date: Sat, 29 Dec 2001 20:38:59 +0100
4603              Message-Id: <20011229203646.24CF.H.M.BRAND@hccnet.nl>      
4604              
4605              (NetWare tree not touched because it's very //)
4606      Branch: perl
4607            ! XSUB.h os2/os2.c perl.h win32/include/netdb.h
4608            ! win32/include/sys/socket.h win32/perlhost.h win32/vmem.h
4609            ! wince/include/errno.h wince/include/netdb.h
4610            ! wince/include/sys/socket.h wince/include/sys/stat.h
4611            ! wince/perllib.c wince/perlmain.c wince/win32.h
4612            ! wince/win32iop.h wince/win32thread.c wince/win32thread.h
4613            ! wince/wince.c wince/wince.h wince/wincesck.c x2p/a2py.c
4614 ____________________________________________________________________________
4615 [ 13937] By: jhi                                   on 2001/12/29  18:28:36
4616         Log: Give up on serious testing of langinfo().  Leave the old
4617              code in place, though.
4618      Branch: perl
4619            ! ext/I18N/Langinfo/Langinfo.t
4620 ____________________________________________________________________________
4621 [ 13935] By: jhi                                   on 2001/12/29  17:36:08
4622         Log: Integrate perlio;
4623              
4624              Define the two socket error numbers in terms of WSAEXXXXX equivalents
4625              
4626              Fudge Config.pm so File::Spec does not croak.
4627      Branch: perl
4628           !> win32/FindExt.pm win32/win32.h
4629 ____________________________________________________________________________
4630 [ 13932] By: jhi                                   on 2001/12/29  17:24:24
4631         Log: VOS tweaks from Paul Green.
4632              
4633              The Configure tweaks: the _exe needs to be
4634              set after the init; VOS has fd 3 hardwired to /dev/tty;
4635              the grep/ln/make substitutions really need to stick.
4636      Branch: perl
4637            ! Configure hints/vos.sh perl.h util.c vos/build.cm
4638            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
4639            ! vos/config.ga.h vos/vosish.h
4640 ____________________________________________________________________________
4641 [ 13930] By: jhi                                   on 2001/12/29  15:35:00
4642         Log: Subject: [PATCH] Pod whitespace cleanup, round 0.                
4643              From: coral@eekeek.org
4644              Date: Fri, 28 Dec 2001 19:58:22 -0500      
4645              Message-Id: <200112290058.fBT0wMD26750@eekeek.org>
4646      Branch: perl
4647            ! pod/perl561delta.pod pod/perl572delta.pod pod/perlapi.pod
4648            ! pod/perldelta.pod pod/perlfaq4.pod pod/perlfaq6.pod
4649            ! pod/perlfaq7.pod pod/perlfunc.pod pod/perlpacktut.pod
4650            ! pod/perlunicode.pod pod/perlxs.pod util.c
4651 ____________________________________________________________________________
4652 [ 13929] By: jhi                                   on 2001/12/29  15:31:20
4653         Log: op/exec Win32 patch from Schwern via Abe Timmerman.
4654      Branch: perl
4655            ! t/op/exec.t
4656 ____________________________________________________________________________
4657 [ 13928] By: jhi                                   on 2001/12/29  15:30:14
4658         Log: Subject: [PATCH lib/Pod/t/InputObjects.t] 
4659              From: Abe Timmerman <abe@ztreet.demon.nl>
4660              Date: Sat, 29 Dec 2001 13:10:06 +0100
4661              Message-ID: <cibr2u4f2ksggo4bgt8ijdkfn783avvvj4@4ax.com>           
4662      Branch: perl
4663            + lib/Pod/t/InputObjects.t
4664 ____________________________________________________________________________
4665 [ 13927] By: jhi                                   on 2001/12/29  15:27:39
4666         Log: Integrate perlio;
4667              
4668              Quick fix (after couple of clever fixes failed) for
4669              "accept leaks memory" fail [ID 20011223.001]
4670              
4671              Nick Clark's embed.pl fix for my_socketpair
4672      Branch: perl
4673           !> embed.h embed.pl global.sym pod/perlapi.pod pp_sys.c proto.h
4674 ____________________________________________________________________________
4675 [ 13925] By: jhi                                   on 2001/12/29  15:21:53
4676         Log: Slight tweaks on the MM_Win32.t.
4677      Branch: perl
4678            ! lib/ExtUtils/t/MM_Win32.t
4679 ____________________________________________________________________________
4680 [ 13924] By: jhi                                   on 2001/12/29  15:16:47
4681         Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t]
4682              From: Abe Timmerman <abe@ztreet.demon.nl>
4683              Date: Sat, 29 Dec 2001 12:51:36 +0100
4684              Message-ID: <bmar2u8jdib45442jh1ht3e3i1qhlaek59@4ax.com>
4685      Branch: perl
4686            + lib/ExtUtils/t/MM_Win32.t
4687            ! MANIFEST
4688 ____________________________________________________________________________
4689 [ 13922] By: jhi                                   on 2001/12/29  15:09:00
4690         Log: Subject: [PATCH] Module names and other nits
4691              From: Autrijus Tang <autrijus@autrijus.org>                 
4692              Date: Sat, 29 Dec 2001 01:59:28 +0800
4693              Message-ID: <20011229015928.A29712@geb.elixus.org>              
4694      Branch: perl
4695            ! lib/Exporter/Heavy.pm pod/perl561delta.pod pod/perl56delta.pod
4696            ! pod/perldebguts.pod pod/perldebug.pod pod/perlfaq4.pod
4697            ! pod/perlfaq6.pod pod/perlfunc.pod pod/perlguts.pod
4698            ! pod/perlpacktut.pod pod/perlsub.pod pod/perltodo.pod
4699            ! pod/perlunicode.pod pod/perlutil.pod pod/perlxs.pod
4700 ____________________________________________________________________________
4701 [ 13921] By: jhi                                   on 2001/12/29  15:05:08
4702         Log: socketpair tweaks from Nicholas Clark.
4703      Branch: perl
4704            ! ext/Socket/socketpair.t util.c
4705 ____________________________________________________________________________
4706 [ 13919] By: jhi                                   on 2001/12/28  17:01:39
4707         Log: Retract #13917.
4708      Branch: perl
4709            ! doop.c
4710 ____________________________________________________________________________
4711 [ 13918] By: jhi                                   on 2001/12/28  17:00:53
4712         Log: Subject: provisional MakeMaker patch for VMS
4713              From: "Craig A. Berry" <craigberry@mac.com> 
4714              Date: Thu, 27 Dec 2001 22:29:37 -0600
4715              Message-Id: <a05101004b8515264aa3a@[172.16.52.1]>
4716      Branch: perl
4717            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
4718 ____________________________________________________________________________
4719 [ 13917] By: jhi                                   on 2001/12/28  16:57:19
4720         Log: (retracted by #13919)
4721      Branch: perl
4722            ! doop.c
4723 ____________________________________________________________________________
4724 [ 13915] By: jhi                                   on 2001/12/28  01:16:45
4725         Log: Remove debris in any case.
4726      Branch: perl
4727            ! Configure
4728 ____________________________________________________________________________
4729 [ 13914] By: jhi                                   on 2001/12/28  00:22:10
4730         Log: Subject: [PATCH] Re: B::walksymtable oddness
4731              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
4732              Date: Thu, 27 Dec 2001 19:14:24 +0100
4733              Message-ID: <3C2B7310.861.18820D0@localhost>
4734      Branch: perl
4735            ! ext/B/B.pm
4736 ____________________________________________________________________________
4737 [ 13913] By: jhi                                   on 2001/12/27  23:57:34
4738         Log: Subject: [PATCH] because (sys)?read doesn't reset buffers
4739              From: Nicholas Clark <nick@unfortu.net> 
4740              Date: Fri, 28 Dec 2001 00:43:02 +0000
4741              Message-ID: <20011228004301.B23373@Bagpuss.unfortu.net>
4742      Branch: perl
4743            ! ext/Socket/socketpair.t
4744 ____________________________________________________________________________
4745 [ 13912] By: jhi                                   on 2001/12/27  23:56:20
4746         Log: Fast Latin1<->UTF-8 conversion for older Perls.
4747      Branch: perl
4748            ! pod/perluniintro.pod
4749 ____________________________________________________________________________
4750 [ 13911] By: jhi                                   on 2001/12/27  14:52:45
4751         Log: Update Changes.
4752      Branch: perl
4753            ! Changes patchlevel.h
4754 ____________________________________________________________________________
4755 [ 13910] By: jhi                                   on 2001/12/27  14:32:23
4756         Log: More wait status trickery for BeOS.
4757      Branch: perl
4758            ! ext/POSIX/POSIX.xs
4759 ____________________________________________________________________________
4760 [ 13908] By: jhi                                   on 2001/12/27  14:15:27
4761         Log: Try to catch the SIGBUS, as suggested by Nicholas Clark.
4762      Branch: perl
4763            ! Configure
4764 ____________________________________________________________________________
4765 [ 13907] By: jhi                                   on 2001/12/27  14:05:09
4766         Log: Subject: [ID 20011227.002] Not OK: perl v5.7.2 +DEVEL13884 on i386-freebsd 4.4-stable (UNINSTALLED)
4767              From: gbarr@monty.mutatus.co.uk
4768              Date: 27 Dec 2001 14:41:36 -0000
4769              Message-Id: <20011227144136.71851.qmail@monty.mutatus.co.uk>    
4770      Branch: perl
4771            ! lib/ExtUtils/t/Embed.t
4772 ____________________________________________________________________________
4773 [ 13906] By: jhi                                   on 2001/12/27  13:58:18
4774         Log: Subject: [PATCH] Re: socketpair emulation
4775              From: Nicholas Clark <nick@unfortu.net> 
4776              Date: Wed, 26 Dec 2001 20:08:14 +0000
4777              Message-ID: <20011226200813.A11903@Bagpuss.unfortu.net>
4778      Branch: perl
4779            ! ext/Socket/socketpair.t
4780 ____________________________________________________________________________
4781 [ 13905] By: jhi                                   on 2001/12/27  13:55:03
4782         Log: Subject: [DOC PATCH] left is right and right is left
4783              From: Philip Newton <Philip.Newton@gmx.net>
4784              Date: Thu, 27 Dec 2001 10:04:17 +0100
4785              Message-ID: <vsol2uchfg3ruf0rfjf33b75544nv21uhi@4ax.com>
4786      Branch: perl
4787            ! pod/perlfunc.pod pod/perlport.pod
4788 ____________________________________________________________________________
4789 [ 13904] By: jhi                                   on 2001/12/27  13:53:25
4790         Log: Subject: [PATCH] check return of close
4791              From: andreas.koenig@anima.de (Andreas J. Koenig)            
4792              Date: 27 Dec 2001 09:47:30 +0100
4793              Message-ID: <m3ellhgicd.fsf@anima.de> 
4794              
4795              Subject: [PATCH] improve error reporting
4796              From: andreas.koenig@anima.de (Andreas J. Koenig)            
4797              Date: 27 Dec 2001 09:54:55 +0100
4798              Message-ID: <m3adw5gi00.fsf@anima.de> 
4799              
4800              Subject: [PATCH] check return value of close
4801              From: andreas.koenig@anima.de (Andreas J. Koenig)            
4802              Date: 27 Dec 2001 10:03:55 +0100
4803              Message-ID: <m3666tghl0.fsf@anima.de> 
4804              
4805              Subject: [PATCH] return of close
4806              From: andreas.koenig@anima.de (Andreas J. Koenig)            
4807              Date: 27 Dec 2001 10:22:15 +0100
4808              Message-ID: <m31yhhggqg.fsf@anima.de> 
4809      Branch: perl
4810            ! ext/IO/lib/IO/t/io_dir.t lib/warnings.t t/cmd/subval.t
4811            ! t/io/fflush.t
4812 ____________________________________________________________________________
4813 [ 13903] By: jhi                                   on 2001/12/27  13:44:57
4814         Log: Subject: [PATCH] check return of close
4815              From: andreas.koenig@anima.de (Andreas J. Koenig)            
4816              Date: 27 Dec 2001 09:47:30 +0100
4817              Message-ID: <m3ellhgicd.fsf@anima.de> 
4818      Branch: perl
4819            ! t/base/rs.t
4820 ____________________________________________________________________________
4821 [ 13902] By: jhi                                   on 2001/12/27  13:38:30
4822         Log: Subject: [PATCH] better error diagnosis from t/op/sysio.t
4823              From: andreas.koenig@anima.de (Andreas J. Koenig)
4824              Date: 27 Dec 2001 09:21:16 +0100
4825              Message-ID: <m3n105gjk3.fsf@anima.de>
4826      Branch: perl
4827            ! t/op/sysio.t
4828 ____________________________________________________________________________
4829 [ 13901] By: jhi                                   on 2001/12/27  13:35:03
4830         Log: Subject: [PATCH] Re: ExtUtils::MM_Cygwin test failures (was Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK))
4831              From: "Gerrit P. Haase" <gp@familiehaase.de>
4832              Date: Thu, 27 Dec 2001 09:23:55 +0100 
4833              Message-ID: <98211521662.20011227092355@familiehaase.de>
4834      Branch: perl
4835            ! lib/ExtUtils/t/MM_Cygwin.t
4836 ____________________________________________________________________________
4837 [ 13899] By: jhi                                   on 2001/12/26  21:30:13
4838         Log: Replace the awful (most likely generated and not very persistent)
4839              URL with something tangible.
4840      Branch: perl
4841            ! README.hpux
4842 ____________________________________________________________________________
4843 [ 13898] By: jhi                                   on 2001/12/26  21:21:01
4844         Log: Naughty /dev/printer (ls -l, really) of IRIX.
4845      Branch: perl
4846            ! t/op/stat.t
4847 ____________________________________________________________________________
4848 [ 13897] By: jhi                                   on 2001/12/26  20:56:09
4849         Log: Upgrade to Net::Ping 2.10.
4850      Branch: perl
4851            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/t/100_load.t
4852            ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
4853            ! lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
4854            ! lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
4855 ____________________________________________________________________________
4856 [ 13896] By: jhi                                   on 2001/12/26  20:15:32
4857         Log: BeOS has times() tick of 1000000, not CLK_TCK (1000)
4858              (this showed up in Benchmark.t)
4859      Branch: perl
4860            ! pp_sys.c
4861 ____________________________________________________________________________
4862 [ 13895] By: jhi                                   on 2001/12/26  19:52:03
4863         Log: BeOS updates.
4864      Branch: perl
4865            ! README.beos beos/beos.c
4866 ____________________________________________________________________________
4867 [ 13894] By: jhi                                   on 2001/12/26  19:31:38
4868         Log: Subject: Re: bleadperl doesn't compile
4869              From: "Gerrit P. Haase" <gp@familiehaase.de>
4870              Date: Wed, 26 Dec 2001 21:29:08 +0100
4871              Message-ID: <22168634623.20011226212908@familiehaase.de>
4872              
4873              Cygwin with multiplicity.
4874      Branch: perl
4875            ! perlio.c
4876 ____________________________________________________________________________
4877 [ 13893] By: jhi                                   on 2001/12/26  19:11:49
4878         Log: Subject: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
4879              From: Nicholas Clark <nick@ccl4.org>
4880              Date: Wed, 26 Dec 2001 19:07:33 +0000
4881              Message-ID: <20011226190732.J48842@plum.flirble.org>            
4882              
4883              socketpair() (un)signedness nit.
4884      Branch: perl
4885            ! util.c
4886 ____________________________________________________________________________
4887 [ 13892] By: jhi                                   on 2001/12/26  19:10:15
4888         Log: Subject: Re: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
4889              From: Nicholas Clark <nick@ccl4.org>
4890              Date: Wed, 26 Dec 2001 19:19:47 +0000
4891              Message-ID: <20011226191946.K48842@plum.flirble.org>
4892              
4893              Use report_evil_fh().
4894      Branch: perl
4895            ! doio.c
4896 ____________________________________________________________________________
4897 [ 13891] By: jhi                                   on 2001/12/26  18:58:09
4898         Log: Bad $? assumptions.
4899      Branch: perl
4900            ! ext/POSIX/POSIX.pod pod/perlfunc.pod pod/perlport.pod
4901 ____________________________________________________________________________
4902 [ 13890] By: jhi                                   on 2001/12/26  17:47:57
4903         Log: Net::Ping isn't going to work much without
4904              the Socket extension; fail more gracefully.
4905      Branch: perl
4906            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
4907            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
4908            ! lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
4909            ! lib/Net/Ping/t/300_ping_stream.t
4910 ____________________________________________________________________________
4911 [ 13888] By: jhi                                   on 2001/12/26  17:18:59
4912         Log: test -d /system is a bit too generic test for VOS
4913              (false hit in BeOS)
4914      Branch: perl
4915            ! Configure
4916 ____________________________________________________________________________
4917 [ 13887] By: jhi                                   on 2001/12/26  17:13:27
4918         Log: No AF_UNIX in BeOS.
4919      Branch: perl
4920            ! util.c
4921 ____________________________________________________________________________
4922 [ 13886] By: jhi                                   on 2001/12/26  17:07:39
4923         Log: FAQ sync.
4924      Branch: perl
4925            ! pod/perlfaq5.pod
4926 ____________________________________________________________________________
4927 [ 13885] By: jhi                                   on 2001/12/25  16:24:10
4928         Log: Update Changes.
4929      Branch: perl
4930            ! Changes patchlevel.h
4931 ____________________________________________________________________________
4932 [ 13884] By: jhi                                   on 2001/12/25  16:20:19
4933         Log: Make -t equal -tw.
4934      Branch: perl
4935            ! perl.c pod/perlrun.pod
4936 ____________________________________________________________________________
4937 [ 13883] By: jhi                                   on 2001/12/25  15:56:49
4938         Log: Subject: Re: Not OK 13881
4939              From: John Peacock <jpeacock@rowman.com>
4940              Date: Tue, 25 Dec 2001 06:02:12 -0500
4941              Message-ID: <3C285CB4.8040006@rowman.com>
4942      Branch: perl
4943            ! embed.h embed.pl global.sym pod/perlapi.pod util.c
4944 ____________________________________________________________________________
4945 [ 13882] By: jhi                                   on 2001/12/25  15:45:52
4946         Log: Subject: Re: Not OK 13881
4947              From: andreas.koenig@anima.de (Andreas J. Koenig)
4948              Date: 25 Dec 2001 07:33:23 +0100
4949              Message-ID: <m3bsgnajws.fsf@anima.de>
4950      Branch: perl
4951            ! op.c
4952 ____________________________________________________________________________
4953 [ 13881] By: jhi                                   on 2001/12/24  23:47:53
4954         Log: Subject: PATCH: Restore "Can't declare scalar dereference in my" error
4955              From: Mark-Jason Dominus <mjd@plover.com>    
4956              Date: Mon, 24 Dec 2001 18:14:48 -0500
4957              Message-ID: <20011224231448.25826.qmail@plover.com>
4958      Branch: perl
4959            ! op.c t/op/eval.t
4960 ____________________________________________________________________________
4961 [ 13880] By: jhi                                   on 2001/12/24  22:58:18
4962         Log: Subject: [PATCH]: ExtUtils::MM_* and File::Spec 
4963              From: Dave Rolsky <autarch@urth.org>
4964              Date: Mon, 24 Dec 2001 13:27:23 -0600 (CST) 
4965              Message-ID: <Pine.LNX.4.43.0112241305020.21723-100000@urth.org>
4966      Branch: perl
4967            + lib/File/Spec/Cygwin.pm lib/File/Spec/NW5.pm
4968            ! MANIFEST lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_NW5.pm
4969            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
4970            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
4971            ! lib/File/Spec.pm lib/File/Spec/Win32.pm
4972 ____________________________________________________________________________
4973 [ 13879] By: jhi                                   on 2001/12/24  18:52:10
4974         Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked 
4975              From: Jeffrey Friedl <jfriedl@yahoo.com>
4976              Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST)           
4977              Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>
4978              
4979              The rest of the tests for plus few extras.
4980      Branch: perl
4981            ! t/op/pat.t
4982 ____________________________________________________________________________
4983 [ 13877] By: jhi                                   on 2001/12/24  17:13:53
4984         Log: No-op.
4985      Branch: perl
4986            ! Configure
4987 ____________________________________________________________________________
4988 [ 13876] By: jhi                                   on 2001/12/24  17:13:16
4989         Log: More constant casting.
4990      Branch: perl
4991            ! regexec.c
4992 ____________________________________________________________________________
4993 [ 13875] By: jhi                                   on 2001/12/24  16:47:30
4994         Log: Subject: perlhack.pod 
4995              From: "John P. Linderman" <jpl@research.att.com>
4996              Date: Sun, 23 Dec 2001 16:16:10 -0500 (EST) 
4997              Message-Id: <200112232116.QAA18463@raptor.research.att.com>
4998      Branch: perl
4999            ! pod/perlhack.pod
5000 ____________________________________________________________________________
5001 [ 13874] By: jhi                                   on 2001/12/24  16:41:03
5002         Log: File::Find patch patches from Thomas Wegner.
5003      Branch: perl
5004            ! lib/File/Find.pm
5005 ____________________________________________________________________________
5006 [ 13873] By: jhi                                   on 2001/12/24  16:38:10
5007         Log: Subject: Re: socketpair emulation 
5008              From: Nicholas Clark <nick@unfortu.net>                 
5009              Date: Mon, 24 Dec 2001 16:11:30 +0000                 
5010              Message-ID: <20011224161129.A1520@Bagpuss.unfortu.net>          
5011      Branch: perl
5012            ! ext/Socket/socketpair.t
5013 ____________________________________________________________________________
5014 [ 13872] By: jhi                                   on 2001/12/24  02:53:02
5015         Log: Must cast constants if they can be quads.
5016      Branch: perl
5017            ! regcomp.c
5018 ____________________________________________________________________________
5019 [ 13871] By: jhi                                   on 2001/12/24  01:40:12
5020         Log: Promote the e/uid to wide enough un/signed integers
5021              and printf them as such.
5022      Branch: perl
5023            ! taint.c
5024 ____________________________________________________________________________
5025 [ 13869] By: jhi                                   on 2001/12/24  01:14:06
5026         Log: The U32 alignment test wasn't really working, noticed
5027              by Paul Green.  Now the test works, but this means that
5028              we may see coredumps from the test.   I sure hope MMUless
5029              places don't crash on the test.
5030      Branch: perl
5031            ! Configure
5032 ____________________________________________________________________________
5033 [ 13867] By: jhi                                   on 2001/12/23  23:46:18
5034         Log: More VOS tweaks.
5035      Branch: perl
5036            ! Configure
5037 ____________________________________________________________________________
5038 [ 13866] By: jhi                                   on 2001/12/23  16:43:29
5039         Log: The funky final sigma casefolding.
5040      Branch: perl
5041            ! regcomp.c regexec.c t/op/pat.t utf8.h
5042 ____________________________________________________________________________
5043 [ 13865] By: jhi                                   on 2001/12/23  13:55:23
5044         Log: Update Changes.
5045      Branch: perl
5046            ! Changes patchlevel.h
5047 ____________________________________________________________________________
5048 [ 13864] By: jhi                                   on 2001/12/23  13:50:25
5049         Log: Move the \C and \X to pat.t.
5050      Branch: perl
5051            ! t/op/pat.t t/op/re_tests
5052 ____________________________________________________________________________
5053 [ 13863] By: jhi                                   on 2001/12/23  04:04:20
5054         Log: More logical test ordering.
5055      Branch: perl
5056            ! perl.h
5057 ____________________________________________________________________________
5058 [ 13862] By: jhi                                   on 2001/12/23  01:47:23
5059         Log: Integrate perlio;
5060              
5061              Add at least the "important" PerlIO_xxxx functions to embed.pl
5062              so that they get implicit pTHX_ and we can avoid slow dTHX.
5063              
5064              Put PerlIO stuff inside EXTERN C
5065              
5066              Win32 and makedef.pl fall-out of PerlIO/pTHX stuff
5067      Branch: perl
5068           !> embed.h embed.pl ext/IO/IO.xs global.sym globals.c makedef.pl
5069           !> perlio.c perlio.h perlio.sym pod/perlapi.pod proto.h
5070           !> win32/win32.c
5071 ____________________________________________________________________________
5072 [ 13861] By: jhi                                   on 2001/12/23  01:38:54
5073         Log: Even more \X fixing.
5074      Branch: perl
5075            ! regexec.c t/op/pat.t
5076 ____________________________________________________________________________
5077 [ 13860] By: jhi                                   on 2001/12/23  01:29:45
5078         Log: More \X fixing.
5079      Branch: perl
5080            ! regexec.c t/op/pat.t
5081 ____________________________________________________________________________
5082 [ 13859] By: jhi                                   on 2001/12/23  00:57:10
5083         Log: Fix encoding pragma.
5084      Branch: perl
5085            ! regcomp.c
5086 ____________________________________________________________________________
5087 [ 13858] By: jhi                                   on 2001/12/23  00:12:51
5088         Log: Subject: socketpair emulation
5089              From: Nicholas Clark <nick@unfortu.net>
5090              Date: Sat, 22 Dec 2001 18:38:18 +0000
5091              Message-ID: <20011222183817.A12020@Bagpuss.unfortu.net>
5092      Branch: perl
5093            + ext/Socket/socketpair.t
5094            ! MANIFEST embed.h embed.pl global.sym perl.h pod/perlfunc.pod
5095            ! pp_sys.c proto.h util.c
5096 ____________________________________________________________________________
5097 [ 13857] By: jhi                                   on 2001/12/22  23:53:26
5098         Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked        
5099              From: Jeffrey Friedl <jfriedl@yahoo.com>
5100              Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST) 
5101              Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>  
5102              
5103              (partially applied, most of the new tests need to be rethought)
5104      Branch: perl
5105            ! regcomp.c t/op/re_tests
5106 ____________________________________________________________________________
5107 [ 13856] By: jhi                                   on 2001/12/22  23:45:35
5108         Log: Small tweaks.
5109      Branch: perl
5110            ! handy.h regexec.c
5111 ____________________________________________________________________________
5112 [ 13855] By: jhi                                   on 2001/12/22  20:10:01
5113         Log: Unicode casefolding continues.
5114              (lib/encoding.t still failing.)
5115      Branch: perl
5116            ! regexec.c t/op/pat.t
5117 ____________________________________________________________________________
5118 [ 13850] By: jhi                                   on 2001/12/22  17:41:40
5119         Log: Rework the make logic (again).
5120      Branch: perl
5121            ! Configure
5122 ____________________________________________________________________________
5123 [ 13849] By: jhi                                   on 2001/12/22  16:40:24
5124         Log: Integrate perlio;
5125              Fix mis-parse of autoloaded usage code by declaring the sub
5126              Correct checking code which Ilya spotted was tripped by CR at EOF.
5127              The CR at EOF fix earlier broke CR at end-of-buffer.
5128      Branch: perl
5129            ! regexec.c
5130           !> ext/POSIX/POSIX.pm perlio.c sv.c
5131 ____________________________________________________________________________
5132 [ 13844] By: jhi                                   on 2001/12/22  04:27:46
5133         Log: More Unicode casing fixes.
5134      Branch: perl
5135            ! regexec.c t/op/pat.t
5136 ____________________________________________________________________________
5137 [ 13843] By: jhi                                   on 2001/12/22  02:47:08
5138         Log: Unicode casefolding fixes.
5139      Branch: perl
5140            ! op.c regcomp.c regexec.c t/op/pat.t
5141 ____________________________________________________________________________
5142 [ 13842] By: jhi                                   on 2001/12/21  22:32:14
5143         Log: Subject: [PATCH B::Deparse] __DATA__ and packages
5144              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
5145              Date: Sat, 22 Dec 2001 00:01:29 +0100
5146              Message-ID: <20011222000129.A713@rafael>
5147      Branch: perl
5148            ! ext/B/B/Deparse.pm
5149 ____________________________________________________________________________
5150 [ 13841] By: jhi                                   on 2001/12/21  20:38:28
5151         Log: VOS config from Paul Green.
5152      Branch: perl
5153            ! hints/vos.sh
5154 ____________________________________________________________________________
5155 [ 13840] By: jhi                                   on 2001/12/21  20:00:43
5156         Log: Subject: [PATCH @13746] CreateTTY on OS/2
5157              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5158              Date: Fri, 21 Dec 2001 15:59:45 -0500
5159              Message-ID: <20011221155945.A6806@math.ohio-state.edu>
5160      Branch: perl
5161            ! lib/perl5db.pl
5162 ____________________________________________________________________________
5163 [ 13839] By: jhi                                   on 2001/12/21  19:52:49
5164         Log: Subject: [PATCH @13746] uninstalled build of modules broken
5165              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5166              Date: Fri, 21 Dec 2001 15:49:09 -0500
5167              Message-ID: <20011221154909.A6760@math.ohio-state.edu>
5168      Branch: perl
5169            ! lib/ExtUtils/MM_Unix.pm
5170 ____________________________________________________________________________
5171 [ 13838] By: jhi                                   on 2001/12/21  19:52:09
5172         Log: Subject: [PATCH @13746] OS/2 File::* modules
5173              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5174              Date: Fri, 21 Dec 2001 15:43:24 -0500
5175              Message-ID: <20011221154324.A6524@math.ohio-state.edu>
5176      Branch: perl
5177            ! lib/File/Basename.pm lib/File/Spec/OS2.pm
5178 ____________________________________________________________________________
5179 [ 13837] By: jhi                                   on 2001/12/21  19:49:41
5180         Log: Subject: [PATCH] perltie.pod (or what does it mean?)
5181              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
5182              Date: Fri, 21 Dec 2001 17:29:07 +0100
5183              Message-ID: <3C236353.6625C4C0@alcatel.at>
5184      Branch: perl
5185            ! pod/perltie.pod
5186 ____________________________________________________________________________
5187 [ 13835] By: jhi                                   on 2001/12/21  19:47:03
5188         Log: Further VOS tweaks: the _exe needs to be introduced
5189              in the very beginning, and the make/gmake needs special
5190              VOS logic.
5191      Branch: perl
5192            ! Configure Makefile.SH
5193 ____________________________________________________________________________
5194 [ 13834] By: jhi                                   on 2001/12/21  15:12:26
5195         Log: Update Changes.
5196      Branch: perl
5197            ! Changes patchlevel.h
5198 ____________________________________________________________________________
5199 [ 13832] By: jhi                                   on 2001/12/21  14:46:24
5200         Log: Also the search for cat needs to be _exe-aware.
5201      Branch: perl
5202            ! Configure
5203 ____________________________________________________________________________
5204 [ 13831] By: jhi                                   on 2001/12/21  13:43:53
5205         Log: Subject: [PATCH] ext/B/B/Xref.pm adding "our" recognition
5206              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
5207              Date: Fri, 21 Dec 2001 14:02:01 +0100
5208              Message-ID: <3C2332C9.7CFED5F2@alcatel.at>
5209      Branch: perl
5210            ! ext/B/B/Xref.pm
5211 ____________________________________________________________________________
5212 [ 13830] By: jhi                                   on 2001/12/21  13:42:31
5213         Log: packing I32 with L is not nice, need l; from Wolfgang Laun.
5214      Branch: perl
5215            ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
5216            ! ext/B/t/assembler.t
5217 ____________________________________________________________________________
5218 [ 13829] By: jhi                                   on 2001/12/21  13:39:06
5219         Log: Subject: [ PATCH ] Smoke 13820 /pro/3gl/CPAN/perl-current
5220              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5221              Date: Fri, 21 Dec 2001 11:15:38 +0100
5222              Message-Id: <20011221104035.4B4F.H.M.BRAND@hccnet.nl>
5223      Branch: perl
5224            ! hv.c
5225 ____________________________________________________________________________
5226 [ 13828] By: jhi                                   on 2001/12/21  01:59:10
5227         Log: A plan is good.
5228      Branch: perl
5229            ! ext/re/re.t
5230 ____________________________________________________________________________
5231 [ 13827] By: jhi                                   on 2001/12/21  01:57:48
5232         Log: Subject: [REPATCH MANIFEST, ext/re/re.t] Tests for re pragma
5233              From: chromatic <chromatic@rmci.net>
5234              Date: Thu, 20 Dec 2001 16:16:48 -0700
5235              Message-ID: <20011220231726.23878.qmail@onion.perl.org>
5236      Branch: perl
5237            + ext/re/re.t
5238            ! MANIFEST
5239 ____________________________________________________________________________
5240 [ 13826] By: jhi                                   on 2001/12/21  01:34:37
5241         Log: Synchronize the skippage message.
5242      Branch: perl
5243            ! lib/ExtUtils/t/MM_OS2.t
5244 ____________________________________________________________________________
5245 [ 13825] By: jhi                                   on 2001/12/21  01:32:42
5246         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/t/MM_OS2.t] Tests for ExtUtils::MM_OS2
5247              From: chromatic <chromatic@rmci.net>
5248              Date: Thu, 20 Dec 2001 16:09:10 -0700
5249              Message-ID: <20011220230948.18010.qmail@onion.perl.org>
5250      Branch: perl
5251            + lib/ExtUtils/t/MM_OS2.t
5252            ! MANIFEST
5253 ____________________________________________________________________________
5254 [ 13824] By: jhi                                   on 2001/12/21  01:14:12
5255         Log: Subject: perlfunc.pod patch re flock via fcntl
5256              From: "Tye McQueen" <tye@metronet.com>
5257              Date: Thu, 20 Dec 2001 14:52:19 -0600 (CST) 
5258              Message-Id: <200112202052.fBKKqKH16263@metronet.com>
5259      Branch: perl
5260            ! pod/perlfunc.pod
5261 ____________________________________________________________________________
5262 [ 13823] By: jhi                                   on 2001/12/21  00:54:49
5263         Log: Make using U+FDD0..U+FDEF (noncharacters since Unicode 3.1),
5264              U+...FFFE, U+...FFFF, and characters beyond U+10FFFF
5265              (the Unicode maximum code point) warnable offenses.
5266      Branch: perl
5267            ! embed.h embed.pl global.sym op.c pod/perlapi.pod pp.c proto.h
5268            ! t/op/each.t t/op/pat.t t/op/qq.t utf8.c utf8.h
5269 ____________________________________________________________________________
5270 [ 13822] By: jhi                                   on 2001/12/20  20:59:55
5271         Log: Sterner admonishment on -t.
5272      Branch: perl
5273            ! pod/perlrun.pod
5274 ____________________________________________________________________________
5275 [ 13821] By: jhi                                   on 2001/12/20  20:53:42
5276         Log: Subject: [PATCH B::Dpparse] minor qr// fix
5277              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5278              Date: Thu, 20 Dec 2001 22:53:34 +0100
5279              Message-ID: <20011220225334.A735@rafael>
5280      Branch: perl
5281            ! ext/B/B/Deparse.pm
5282 ____________________________________________________________________________
5283 [ 13820] By: jhi                                   on 2001/12/20  15:18:25
5284         Log: Subject: [PATCH} typo fix in Carp/Heavy.pm
5285              From: Robert Spier <rspier@pobox.com>
5286              Date: Thu, 20 Dec 2001 08:10:00 -0800
5287              Message-ID: <15394.3416.693353.107334@rls.cx>
5288      Branch: perl
5289            ! lib/Carp/Heavy.pm
5290 ____________________________________________________________________________
5291 [ 13819] By: jhi                                   on 2001/12/20  14:56:30
5292         Log: Integrate perlio (pTHX_ fixes for :win32 layer)
5293      Branch: perl
5294           !> win32/win32io.c
5295 ____________________________________________________________________________
5296 [ 13818] By: jhi                                   on 2001/12/20  14:53:05
5297         Log: Subject: Re: [PATCH pod/perliol.pod] resend
5298              From: Stas Bekman <stas@stason.org>
5299              Date: Thu, 20 Dec 2001 17:15:09 +0800 (SGT)
5300              Message-ID: <Pine.LNX.4.40.0112201714210.23498-100000@hope.stason.org>
5301      Branch: perl
5302            ! pod/perliol.pod
5303 ____________________________________________________________________________
5304 [ 13817] By: jhi                                   on 2001/12/20  14:51:24
5305         Log: Fix up the APIs noone hopefully uses.
5306      Branch: perl
5307            ! utf8.c
5308 ____________________________________________________________________________
5309 [ 13816] By: jhi                                   on 2001/12/20  14:18:56
5310         Log: Subject: [PATCH] Carp.pm caller_info returns wrong info for eval
5311              Date: Wed, 19 Dec 2001 14:13:38 -0800
5312              From: Robert Spier <rspier@pobox.com>
5313              Message-ID: <15393.4370.605214.548582@rls.cx>
5314      Branch: perl
5315            ! lib/Carp.t lib/Carp/Heavy.pm
5316 ____________________________________________________________________________
5317 [ 13813] By: jhi                                   on 2001/12/19  21:29:49
5318         Log: Some bincompat clawbacks.
5319      Branch: perl
5320            ! embed.h embed.pl embedvar.h perlapi.h proto.h thrdvar.h utf8.c
5321            ! wince/perldll.def
5322 ____________________________________________________________________________
5323 [ 13812] By: jhi                                   on 2001/12/19  17:56:53
5324         Log: gcc pacifying (RH 7.1/ia64).
5325      Branch: perl
5326            ! pp.c
5327 ____________________________________________________________________________
5328 [ 13811] By: jhi                                   on 2001/12/19  16:55:09
5329         Log: Update Changes.
5330      Branch: perl
5331            ! Changes patchlevel.h
5332 ____________________________________________________________________________
5333 [ 13810] By: jhi                                   on 2001/12/19  16:50:12
5334         Log: Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
5335              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
5336              Date: Wed, 19 Dec 2001 12:35:07 +0100
5337              Message-ID: <3C207B6B.A687A8EC@alcatel.at>
5338              
5339              Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
5340              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5341              Date: Wed, 19 Dec 2001 17:34:51 +0000
5342              Message-Id: <200112191734.fBJHYpd30715@crypt.compulink.co.uk>
5343      Branch: perl
5344            ! pod/perlre.pod
5345 ____________________________________________________________________________
5346 [ 13809] By: jhi                                   on 2001/12/19  16:47:11
5347         Log: Integrate perlio.
5348      Branch: perl
5349           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
5350           !> ext/PerlIO/Via/Via.xs perlio.c perliol.h
5351 ____________________________________________________________________________
5352 [ 13807] By: jhi                                   on 2001/12/19  15:59:02
5353         Log: One more embedded (?sx) de-embedded, from Wolfgang Laun.
5354      Branch: perl
5355            ! ext/B/B/Assembler.pm
5356 ____________________________________________________________________________
5357 [ 13806] By: jhi                                   on 2001/12/19  15:08:29
5358         Log: Reword the alarm explanation.
5359      Branch: perl
5360            ! pod/perlfunc.pod
5361 ____________________________________________________________________________
5362 [ 13805] By: jhi                                   on 2001/12/19  15:04:03
5363         Log: Subject: [PATCH @13746] OS/2 build
5364              From: Ilya Zakharevich <ilya@math.ohio-state.edu> 
5365              Date: Wed, 19 Dec 2001 02:45:41 -0500
5366              Message-ID: <20011219024541.A29803@math.ohio-state.edu>        
5367              
5368              (skipped the t/TEST change)
5369      Branch: perl
5370            ! lib/English.t lib/ExtUtils/t/Embed.t lib/File/stat.t
5371            ! lib/Shell.t os2/Makefile.SHs os2/OS2/REXX/DLL/Makefile.PL
5372            ! os2/os2.c os2/perlrexx.c t/op/alarm.t util.c
5373 ____________________________________________________________________________
5374 [ 13804] By: jhi                                   on 2001/12/19  14:55:26
5375         Log: Upgrade to Net::Ping 2.09.
5376      Branch: perl
5377            + lib/Net/Ping/CHANGES lib/Net/Ping/README
5378            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
5379            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
5380            + lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
5381            + lib/Net/Ping/t/300_ping_stream.t
5382            ! MANIFEST lib/Net/Ping.pm
5383 ____________________________________________________________________________
5384 [ 13802] By: jhi                                   on 2001/12/19  14:25:27
5385         Log: B::Assembler/B::Disassembler patches and test;
5386              from Wolfgang Laun.
5387              
5388              TODO: getting perlcc working.
5389      Branch: perl
5390            + ext/B/t/assembler.t
5391            ! MANIFEST ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
5392 ____________________________________________________________________________
5393 [ 13801] By: jhi                                   on 2001/12/19  14:18:10
5394         Log: Can't printf U8s as UVs.
5395      Branch: perl
5396            ! utf8.c
5397 ____________________________________________________________________________
5398 [ 13800] By: jhi                                   on 2001/12/19  14:12:02
5399         Log: Subject: Re: [PATCH] ...while $var = glob(...)
5400              From: Robin Houston <robin@kitsite.com> 
5401              Date: Wed, 19 Dec 2001 13:48:55 +0000
5402              Message-ID: <20011219134855.A20452@puffinry.freeserve.co.uk>        
5403              
5404              Not exactly a glob test but internal-logically correct.
5405      Branch: perl
5406            ! t/op/glob.t
5407 ____________________________________________________________________________
5408 [ 13799] By: jhi                                   on 2001/12/19  13:51:37
5409         Log: Subject: [PATCH lib/lib_pm.PL lib/lib.t] portability snag
5410              From: Michael G Schwern <schwern@pobox.com> 
5411              Date: Wed, 19 Dec 2001 07:42:54 -0500
5412              Message-ID: <20011219124254.GF8630@blackrider>
5413      Branch: perl
5414            + lib/lib.t
5415            ! MANIFEST lib/lib_pm.PL
5416 ____________________________________________________________________________
5417 [ 13798] By: jhi                                   on 2001/12/19  13:35:59
5418         Log: Integrate with perlio.
5419      Branch: perl
5420           !> hv.c hv.h scope.c util.c
5421 ____________________________________________________________________________
5422 [ 13793] By: jhi                                   on 2001/12/19  04:58:51
5423         Log: Regen toc.
5424      Branch: perl
5425            ! pod/perltoc.pod
5426 ____________________________________________________________________________
5427 [ 13792] By: jhi                                   on 2001/12/19  04:56:42
5428         Log: FAQ sync.
5429      Branch: perl
5430            ! pod/perlfaq5.pod
5431 ____________________________________________________________________________
5432 [ 13791] By: jhi                                   on 2001/12/19  04:38:47
5433         Log: Reformat round.
5434      Branch: perl
5435            ! pod/perlunicode.pod
5436 ____________________________________________________________________________
5437 [ 13790] By: jhi                                   on 2001/12/19  04:32:06
5438         Log: Subject: [PATCH] pod/perlunicode.pod
5439              From: Jeffrey Friedl <jfriedl@yahoo.com>
5440              Date: Tue, 18 Dec 2001 21:31:13 -0800 (PST) 
5441              Message-Id: <200112190531.fBJ5VDp57308@ventrue.corp.yahoo.com> 
5442      Branch: perl
5443            ! pod/perlunicode.pod
5444 ____________________________________________________________________________
5445 [ 13789] By: jhi                                   on 2001/12/19  04:16:39
5446         Log: Subject: Re: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
5447              From: Jeffrey Friedl <jfriedl@yahoo.com>
5448              Date: Tue, 18 Dec 2001 21:13:59 -0800 (PST) 
5449              Message-Id: <200112190513.fBJ5DxN56315@ventrue.corp.yahoo.com> 
5450      Branch: perl
5451            ! pod/perluniintro.pod
5452 ____________________________________________________________________________
5453 [ 13788] By: jhi                                   on 2001/12/19  03:54:08
5454         Log: Slight pod reformatting.
5455      Branch: perl
5456            ! pod/perluniintro.pod
5457 ____________________________________________________________________________
5458 [ 13787] By: jhi                                   on 2001/12/19  03:41:45
5459         Log: Subject: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
5460              From: Jeffrey Friedl <jfriedl@yahoo.com>    
5461              Date: Tue, 18 Dec 2001 20:27:42 -0800 (PST)
5462              Message-Id: <200112190427.fBJ4RgP53458@ventrue.corp.yahoo.com>
5463      Branch: perl
5464            ! pod/perluniintro.pod
5465 ____________________________________________________________________________
5466 [ 13786] By: jhi                                   on 2001/12/19  01:14:04
5467         Log: Subject: Re: [ID 20011213.001] Segfault with overload and Test
5468              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5469              Date: Wed, 19 Dec 2001 01:45:23 +0000
5470              Message-Id: <200112190145.fBJ1jNt23668@crypt.compulink.co.uk>
5471      Branch: perl
5472            ! sv.c
5473 ____________________________________________________________________________
5474 [ 13785] By: jhi                                   on 2001/12/19  01:11:45
5475         Log: Subject: Porting/checkURL.pl
5476              From: abigail@foad.org
5477              Date: Tue, 18 Dec 2001 19:03:22 +0100          
5478              Message-ID: <20011218180322.8278.qmail@foad.org> 
5479      Branch: perl
5480            ! Porting/checkURL.pl
5481 ____________________________________________________________________________
5482 [ 13783] By: jhi                                   on 2001/12/19  00:26:34
5483         Log: A bit too oversweeping matching in #13778.
5484      Branch: perl
5485            ! Configure
5486 ____________________________________________________________________________
5487 [ 13782] By: jhi                                   on 2001/12/19  00:09:10
5488         Log: Re-gen Configure based on #13778..13781.
5489      Branch: perl
5490            ! Configure config_h.SH
5491 ____________________________________________________________________________
5492 [ 13767] By: jhi                                   on 2001/12/18  22:13:14
5493         Log: Subject: Re: Benchmark.t failure on Linux
5494              From: Nicholas Clark <nick@ccl4.org>
5495              Date: Tue, 18 Dec 2001 22:51:25 +0000
5496              Message-ID: <20011218225124.N21702@plum.flirble.org>
5497      Branch: perl
5498            ! lib/Benchmark.t
5499 ____________________________________________________________________________
5500 [ 13766] By: jhi                                   on 2001/12/18  22:07:35
5501         Log: Re-applying #13752 until a better solution can be found.
5502      Branch: perl
5503            ! lib/ExtUtils/t/MM_Unix.t
5504 ____________________________________________________________________________
5505 [ 13765] By: jhi                                   on 2001/12/18  21:05:13
5506         Log: Subject: [PATCH] Suggested doc enhancement(?) to Exporter.pm
5507              From: "Giroux, Mike (Exchange)" <mgiroux@bear.com>
5508              Date: Tue, 18 Dec 2001 12:05:40 -0500
5509              Message-ID: <03CF7D5B2CFFD211990300A0C95DEA0C080BEB5A@whmsx18.is.bear.com>
5510      Branch: perl
5511            ! lib/Exporter.pm
5512 ____________________________________________________________________________
5513 [ 13764] By: jhi                                   on 2001/12/18  20:58:44
5514         Log: %g -> NVgf cleanup, based on Schwern's RedHat 7.1/Alpha
5515              findings -- some of the warnings I can't explain except
5516              by NVgf being detected wrong, though.
5517      Branch: perl
5518            ! dump.c pp.c sv.c x2p/a2p.h x2p/str.c
5519 ____________________________________________________________________________
5520 [ 13763] By: jhi                                   on 2001/12/18  20:54:28
5521         Log: Subject: [PATCH] pod/perluniintro.pod
5522              From: Jeffrey Friedl <jfriedl@yahoo.com>
5523              Date: Tue, 18 Dec 2001 10:27:45 -0800 (PST)
5524              Message-Id: <200112181827.fBIIRjv16547@ventrue.corp.yahoo.com>
5525      Branch: perl
5526            ! pod/perluniintro.pod
5527 ____________________________________________________________________________
5528 [ 13762] By: jhi                                   on 2001/12/18  17:49:07
5529         Log: ".pm" is the native executable suffix in VOS.
5530      Branch: perl
5531            ! hints/vos.sh
5532 ____________________________________________________________________________
5533 [ 13761] By: jhi                                   on 2001/12/18  15:57:39
5534         Log: Integrate perlio;
5535              Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashes
5536      Branch: perl
5537           !> ext/Devel/Peek/Peek.t hv.c hv.h scope.c sv.c t/lib/access.t
5538 ____________________________________________________________________________
5539 [ 13759] By: jhi                                   on 2001/12/18  15:54:19
5540         Log: (Undone by #13766.)
5541              Retract #13752.
5542      Branch: perl
5543            ! lib/ExtUtils/t/MM_Unix.t
5544 ____________________________________________________________________________
5545 [ 13758] By: jhi                                   on 2001/12/18  15:26:18
5546         Log: Echoes of #13757.
5547      Branch: perl
5548            ! t/lib/warnings/utf8
5549 ____________________________________________________________________________
5550 [ 13757] By: jhi                                   on 2001/12/18  15:24:50
5551         Log: Make the utf8 malformedness messages more verbose.
5552      Branch: perl
5553            ! lib/utf8.t utf8.c
5554 ____________________________________________________________________________
5555 [ 13755] By: jhi                                   on 2001/12/18  14:05:26
5556         Log: README.aix updates from Jens-Uwe Mager.
5557      Branch: perl
5558            ! README.aix
5559 ____________________________________________________________________________
5560 [ 13754] By: jhi                                   on 2001/12/18  14:03:31
5561         Log: Subject: [PATCH lib/Benchmark.t] Show value of $fastslow on failure
5562              From: Michael G Schwern <schwern@pobox.com>
5563              Date: Tue, 18 Dec 2001 00:58:18 -0500
5564              Message-ID: <20011218055818.GC4362@blackrider>
5565      Branch: perl
5566            ! lib/Benchmark.t
5567 ____________________________________________________________________________
5568 [ 13753] By: jhi                                   on 2001/12/18  14:02:49
5569         Log: Subject: [PATCH lib/ExtUtils/t/Installed.t] Making it somewhat more portable
5570              From: Michael G Schwern <schwern@pobox.com>
5571              Date: Tue, 18 Dec 2001 00:40:38 -0500
5572              Message-ID: <20011218054038.GB4362@blackrider>
5573      Branch: perl
5574            ! lib/ExtUtils/Installed.pm lib/ExtUtils/t/Installed.t
5575 ____________________________________________________________________________
5576 [ 13752] By: jhi                                   on 2001/12/18  14:01:44
5577         Log: (reintroduced by #13766)
5578              (retracted by #13759)
5579              
5580              Subject: [PATCH lib/ExtUtils/t/MM_Unix.t] All the world's not a Unix
5581              From: Michael G Schwern <schwern@pobox.com>  
5582              Date: Tue, 18 Dec 2001 00:00:23 -0500
5583              Message-ID: <20011218050023.GA27893@blackrider>
5584      Branch: perl
5585            ! lib/ExtUtils/t/MM_Unix.t
5586 ____________________________________________________________________________
5587 [ 13751] By: jhi                                   on 2001/12/18  13:59:32
5588         Log: Re-patch #13749.
5589      Branch: perl
5590            ! t/op/glob.t
5591 ____________________________________________________________________________
5592 [ 13750] By: jhi                                   on 2001/12/18  13:56:34
5593         Log: Subject: [doc patch] s{(?<=perldeb)ug}{guts}
5594              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5595              Date: Tue, 18 Dec 2001 12:55:43 +0000
5596              Message-Id: <200112181255.fBICthb09977@crypt.compulink.co.uk>
5597      Branch: perl
5598            ! ext/Devel/Peek/Peek.pm
5599 ____________________________________________________________________________
5600 [ 13749] By: jhi                                   on 2001/12/18  13:55:12
5601         Log: Subject: Third time lucky? (Re: [PATCH] ...while $var = glob(...))
5602              From: Robin Houston <robin@kitsite.com> 
5603              Date: Tue, 18 Dec 2001 14:54:33 +0000
5604              Message-ID: <20011218145433.A18835@puffinry.freeserve.co.uk>
5605      Branch: perl
5606            ! t/op/glob.t
5607 ____________________________________________________________________________
5608 [ 13748] By: jhi                                   on 2001/12/17  23:54:41
5609         Log: Subject: [PATCH] slightly more for Exporter.pm
5610              From: Nicholas Clark <nick@ccl4.org>
5611              Date: Tue, 18 Dec 2001 00:22:03 +0000
5612              Message-ID: <20011218002203.M21702@plum.flirble.org>
5613      Branch: perl
5614            ! lib/Exporter.pm
5615 ____________________________________________________________________________
5616 [ 13747] By: jhi                                   on 2001/12/17  21:59:07
5617         Log: Subject: [PATCH] Re: chomp/chop prototype changed?
5618              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5619              Date: Mon, 17 Dec 2001 16:37:18 +0100
5620              Message-ID: <20011217163718.A2292@rafael>
5621              
5622              Subject: Re: [PATCH] Re: chomp/chop prototype changed?
5623              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5624              Date: Mon, 17 Dec 2001 23:17:06 +0100
5625              Message-ID: <20011217231706.A730@rafael>
5626      Branch: perl
5627            ! pod/perlsub.pod pp.c toke.c
5628 ____________________________________________________________________________
5629 [ 13746] By: jhi                                   on 2001/12/17  20:22:08
5630         Log: Update Changes.
5631      Branch: perl
5632            ! Changes patchlevel.h
5633 ____________________________________________________________________________
5634 [ 13745] By: jhi                                   on 2001/12/17  20:12:37
5635         Log: New test warrants a MANIFEST entry.
5636      Branch: perl
5637            ! MANIFEST
5638 ____________________________________________________________________________
5639 [ 13744] By: jhi                                   on 2001/12/17  19:27:40
5640         Log: Subject: Re: [PATCH] ...while $var = glob(...)
5641              From: Robin Houston <robin@kitsite.com>
5642              Date: Mon, 17 Dec 2001 20:27:30 +0000
5643              Message-ID: <20011217202730.A17817@puffinry.freeserve.co.uk>
5644              
5645              Can't portably unlink open files.
5646      Branch: perl
5647            ! t/op/glob.t
5648 ____________________________________________________________________________
5649 [ 13743] By: jhi                                   on 2001/12/17  19:26:34
5650         Log: perluniintro tweaks as suggested by Jeffrey Friedl.
5651      Branch: perl
5652            ! pod/perluniintro.pod
5653 ____________________________________________________________________________
5654 [ 13742] By: jhi                                   on 2001/12/17  19:18:52
5655         Log: Move typeglob test from glob.t to gv.t.
5656      Branch: perl
5657            ! t/op/glob.t t/op/gv.t
5658 ____________________________________________________________________________
5659 [ 13741] By: jhi                                   on 2001/12/17  19:12:16
5660         Log: Subject: Re: [PATCH] ...while $var = glob(...)                
5661              From: Robin Houston <robin@kitsite.com> 
5662              Date: Mon, 17 Dec 2001 20:07:02 +0000                 
5663              Message-ID: <20011217200702.A17721@puffinry.freeserve.co.uk>
5664      Branch: perl
5665            ! t/op/glob.t
5666 ____________________________________________________________________________
5667 [ 13740] By: jhi                                   on 2001/12/17  19:11:29
5668         Log: Demote the surrogate and non-character errors to warnings.
5669      Branch: perl
5670            ! pod/perldiag.pod t/lib/warnings/utf8 t/op/ord.t utf8.c
5671 ____________________________________________________________________________
5672 [ 13739] By: jhi                                   on 2001/12/17  18:47:41
5673         Log: Subject: [PATCH] more POSIX tests, and more autoloading
5674              From: Nicholas Clark <nick@ccl4.org>
5675              Date: Mon, 17 Dec 2001 18:27:47 +0000
5676              Message-ID: <20011217182747.D21702@plum.flirble.org>
5677      Branch: perl
5678            ! ext/POSIX/POSIX.pm ext/POSIX/t/posix.t
5679 ____________________________________________________________________________
5680 [ 13738] By: jhi                                   on 2001/12/17  18:43:55
5681         Log: Subject: [PATCH] ...while $var = glob(...)
5682              From: Robin Houston <robin@kitsite.com> 
5683              Date: Mon, 17 Dec 2001 15:51:54 +0000
5684              Message-ID: <20011217155153.A311@robin.kitsite.com>
5685      Branch: perl
5686            ! op.c
5687 ____________________________________________________________________________
5688 [ 13737] By: jhi                                   on 2001/12/17  18:38:33
5689         Log: Subject: [PATCH] -t and the core tests; -t and PERL5OPT
5690              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5691              Date: Mon, 17 Dec 2001 15:23:01 +0100
5692              Message-ID: <20011217152301.A704@rafael>
5693      Branch: perl
5694            ! perl.c pod/perldiag.pod pod/perlrun.pod t/run/runenv.t
5695 ____________________________________________________________________________
5696 [ 13736] By: jhi                                   on 2001/12/17  18:36:20
5697         Log: The system() vs $SIG{ARLM} is no more a todo.
5698      Branch: perl
5699            ! t/op/alarm.t
5700 ____________________________________________________________________________
5701 [ 13735] By: jhi                                   on 2001/12/17  18:34:43
5702         Log: Subject: [PATCH t/op/alarm.t MANIFEST] alarm() test, take two
5703              From: Michael G Schwern <schwern@pobox.com>
5704              Date: Sun, 16 Dec 2001 23:59:01 -0500
5705              Message-ID: <20011217045901.GL17232@blackrider>
5706      Branch: perl
5707            + t/op/alarm.t
5708            ! MANIFEST
5709 ____________________________________________________________________________
5710 [ 13734] By: jhi                                   on 2001/12/17  17:54:19
5711         Log: s/UNIX/Unix/
5712      Branch: perl
5713            ! MANIFEST
5714 ____________________________________________________________________________
5715 [ 13733] By: jhi                                   on 2001/12/17  17:50:22
5716         Log: Move ExtUtils tests to lib/ExtUtils/t.
5717      Branch: perl
5718            + lib/ExtUtils/t/Command.t lib/ExtUtils/t/Embed.t
5719            + lib/ExtUtils/t/ExtUtils.t lib/ExtUtils/t/Installed.t
5720            + lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
5721            + lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/Manifest.t
5722            + lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
5723            + lib/ExtUtils/t/testlib.t
5724            - lib/ExtUtils.t lib/ExtUtils/Command.t lib/ExtUtils/Embed.t
5725            - lib/ExtUtils/Installed.t lib/ExtUtils/MM_Cygwin.t
5726            - lib/ExtUtils/MM_Unix.t lib/ExtUtils/MM_VMS.t
5727            - lib/ExtUtils/Manifest.t lib/ExtUtils/Mkbootstrap.t
5728            - lib/ExtUtils/Packlist.t lib/ExtUtils/testlib.t
5729            ! MANIFEST
5730 ____________________________________________________________________________
5731 [ 13732] By: jhi                                   on 2001/12/17  17:45:33
5732         Log: Subject: [PATCH] MM_Unix tests, and some questions
5733              From: Tels <perl_dummy@bloodgate.com>
5734              Date: Sun, 16 Dec 2001 22:29:13 +0100 (CET)                
5735              Message-Id: <200112162132.XAA12694@tiku.hut.fi>
5736              
5737              Subject: Re: [PATCH] MM_Unix tests, and some questions
5738              From: Tels <perl_dummy@bloodgate.com>
5739              Date: Mon, 17 Dec 2001 00:29:11 +0100 (CET)                
5740              Message-Id: <200112162332.BAA25411@tiku.hut.fi>
5741      Branch: perl
5742            + lib/ExtUtils/MM_Unix.t
5743            ! MANIFEST lib/ExtUtils/MM_Unix.pm
5744 ____________________________________________________________________________
5745 [ 13731] By: jhi                                   on 2001/12/17  17:31:35
5746         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] miniperl found before perl
5747              From: Michael G Schwern <schwern@pobox.com>
5748              Date: Sun, 16 Dec 2001 17:53:55 -0500
5749              Message-ID: <20011216225354.GE8900@blackrider>
5750      Branch: perl
5751            ! lib/ExtUtils/MM_Unix.pm
5752 ____________________________________________________________________________
5753 [ 13730] By: jhi                                   on 2001/12/17  17:26:44
5754         Log: Subject: [PATCH ext/B/B/Deparse.pm] Re: [ID 20011216.005] B::Deparse turns legal code into illegal ones.
5755              From: Michael G Schwern <schwern@pobox.com>                
5756              Date: Sun, 16 Dec 2001 16:12:55 -0500
5757              Message-ID: <20011216211255.GV8900@blackrider>
5758      Branch: perl
5759            ! ext/B/B/Deparse.pm
5760 ____________________________________________________________________________
5761 [ 13729] By: jhi                                   on 2001/12/17  17:25:09
5762         Log: Subject: [PATCH] Exporter.pm
5763              From: Nicholas Clark <nick@ccl4.org>
5764              Date: Sun, 16 Dec 2001 19:24:25 +0000
5765              Message-ID: <20011216192425.R21702@plum.flirble.org>
5766      Branch: perl
5767            ! lib/Exporter.pm
5768 ____________________________________________________________________________
5769 [ 13728] By: jhi                                   on 2001/12/17  17:20:51
5770         Log: Subject: [PATCH] Exporter.t (and question)
5771              From: Nicholas Clark <nick@ccl4.org>
5772              Date: Sun, 16 Dec 2001 17:24:55 +0000
5773              Message-ID: <20011216172455.P21702@plum.flirble.org>
5774      Branch: perl
5775            ! lib/Exporter.t
5776 ____________________________________________________________________________
5777 [ 13727] By: jhi                                   on 2001/12/17  17:18:21
5778         Log: Subject: Re: perl@13661
5779              From: "John P. Linderman" <jpl@research.att.com>              
5780              Date: Mon, 17 Dec 2001 07:11:27 -0500 (EST)           
5781              Message-Id: <200112171211.HAA71597@raptor.research.att.com>
5782      Branch: perl
5783            ! pp_sort.c
5784 ____________________________________________________________________________
5785 [ 13726] By: jhi                                   on 2001/12/17  16:57:57
5786         Log: Subject: Will the real Unicode encoding please stand up?
5787              From: Jeffrey Friedl <jfriedl@yahoo.com>
5788              Date: Sun, 16 Dec 2001 11:36:32 -0800 (PST)
5789              Message-Id: <200112161936.fBGJaWe41263@ventrue.corp.yahoo.com>
5790      Branch: perl
5791            ! pod/perluniintro.pod
5792 ____________________________________________________________________________
5793 [ 13725] By: jhi                                   on 2001/12/17  16:43:09
5794         Log: Integrate perlio; interruptable system().
5795      Branch: perl
5796           !> util.c
5797 ____________________________________________________________________________
5798 [ 13722] By: jhi                                   on 2001/12/16  16:12:57
5799         Log: Disallow also Unicode ranges 0xFDD0..0xFDEF and
5800              0xFFFE..0xFFFF.  Ranges 0x...FFFE..0x...FFFF in general,
5801              and characters beyond 0x10FFF should be disallowed, too,
5802              but some tests would need changing, but more importantly some
5803              APIs would need remodeling since one can easily generate such
5804              characters either by bitwise complements, tr complements, or
5805              v-strings.
5806      Branch: perl
5807            ! pod/perldiag.pod utf8.c
5808 ____________________________________________________________________________
5809 [ 13721] By: jhi                                   on 2001/12/16  15:34:52
5810         Log: Make surrogates illegal also on EBCDIC.
5811      Branch: perl
5812            ! utf8.c
5813 ____________________________________________________________________________
5814 [ 13720] By: jhi                                   on 2001/12/16  14:49:18
5815         Log: Subject: [patch @13687] Unicode::Collate 0.10
5816              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>               
5817              Date: Sun, 16 Dec 2001 21:22:12 +0900
5818              Message-Id: <20011216211615.8ED5.BQW10602@nifty.com>
5819      Branch: perl
5820            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
5821            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
5822 ____________________________________________________________________________
5823 [ 13719] By: jhi                                   on 2001/12/16  14:39:34
5824         Log: More documentation for the encoding pragma.
5825      Branch: perl
5826            ! lib/encoding.pm
5827 ____________________________________________________________________________
5828 [ 13718] By: jhi                                   on 2001/12/16  14:34:02
5829         Log: Subject: [PATCH] lib/open.pm 
5830              From: Jeffrey Friedl <jfriedl@yahoo.com>
5831              Date: Sat, 15 Dec 2001 23:07:42 -0800 (PST)
5832              Message-Id: <200112160707.fBG77g896350@ventrue.corp.yahoo.com>
5833      Branch: perl
5834            ! lib/open.pm
5835 ____________________________________________________________________________
5836 [ 13717] By: jhi                                   on 2001/12/16  14:18:49
5837         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Installed.t] Add tests for ExtUtils::Installed
5838              From: chromatic <chromatic@rmci.net>
5839              Date: Sat, 15 Dec 2001 23:24:40 -0700
5840              Message-ID: <20011216062507.71492.qmail@onion.perl.org>
5841      Branch: perl
5842            + lib/ExtUtils/Installed.t
5843            ! MANIFEST
5844 ____________________________________________________________________________
5845 [ 13716] By: jhi                                   on 2001/12/16  14:17:10
5846         Log: Subject: [PATCH lib/diagnostics.pm] Little warning nit
5847              From: Michael G Schwern <schwern@pobox.com>
5848              Date: Sun, 16 Dec 2001 01:14:00 -0500
5849              Message-ID: <20011216061400.GC8900@blackrider>
5850      Branch: perl
5851            ! lib/diagnostics.pm
5852 ____________________________________________________________________________
5853 [ 13715] By: jhi                                   on 2001/12/16  14:16:17
5854         Log: Subject: [PATCH] Re: [PATCH t/test.pl] diagnostics to STDERR
5855              From: Michael G Schwern <schwern@pobox.com>
5856              Date: Sun, 16 Dec 2001 01:12:42 -0500
5857              Message-ID: <20011216061242.GB8900@blackrider>
5858      Branch: perl
5859            ! t/test.pl
5860 ____________________________________________________________________________
5861 [ 13714] By: jhi                                   on 2001/12/16  04:21:53
5862         Log: I sometimes outsmart myself.
5863      Branch: perl
5864            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
5865 ____________________________________________________________________________
5866 [ 13713] By: jhi                                   on 2001/12/16  03:24:34
5867         Log: Subject: [PATCH lib/AutoSplit.pm]  Fwd: [russell-belfast-pm@futureless.org: Re: This is the __END__] 
5868              From: Michael G Schwern <schwern@pobox.com>
5869              Date: Sat, 15 Dec 2001 15:08:29 -0500
5870              Message-ID: <20011215200829.GK1548@blackrider>
5871      Branch: perl
5872            ! lib/AutoSplit.pm
5873 ____________________________________________________________________________
5874 [ 13712] By: jhi                                   on 2001/12/16  03:22:39
5875         Log: perlunicode enchancements suggested by Jeffrey Friedl.
5876      Branch: perl
5877            ! pod/perlunicode.pod
5878 ____________________________________________________________________________
5879 [ 13711] By: jhi                                   on 2001/12/16  03:00:44
5880         Log: Subject: [PATCH] perlunicode.pod
5881              From: Jeffrey Friedl <jfriedl@yahoo.com>
5882              Date: Sat, 15 Dec 2001 19:17:09 -0800 (PST) 
5883              Message-Id: <200112160317.fBG3H9M82618@ventrue.corp.yahoo.com>
5884      Branch: perl
5885            ! pod/perlunicode.pod
5886 ____________________________________________________________________________
5887 [ 13710] By: jhi                                   on 2001/12/16  02:57:09
5888         Log: Subject: RESENT - [PATCH] utf8_heavy.pl 
5889              From: Jeffrey Friedl <jfriedl@yahoo.com>
5890              Date: Sat, 15 Dec 2001 19:55:01 -0800 (PST) 
5891              Message-Id: <200112160355.fBG3t1t84835@ventrue.corp.yahoo.com>
5892      Branch: perl
5893            ! lib/utf8_heavy.pl
5894 ____________________________________________________________________________
5895 [ 13709] By: jhi                                   on 2001/12/16  02:47:36
5896         Log: Can't create surrogates; so can't match them, either.
5897      Branch: perl
5898            ! pod/perlunicode.pod
5899 ____________________________________________________________________________
5900 [ 13708] By: jhi                                   on 2001/12/16  02:46:07
5901         Log: Subject: [PATCH t/test.pl] diagnostics to STDERR
5902              From: Michael G Schwern <schwern@pobox.com>
5903              Date: Sat, 15 Dec 2001 21:20:35 -0500
5904              Message-ID: <20011216022035.GE5672@blackrider>
5905      Branch: perl
5906            ! t/test.pl
5907 ____________________________________________________________________________
5908 [ 13707] By: jhi                                   on 2001/12/16  02:45:06
5909         Log: Make creating UTF-8 surrogates a punishable act.
5910      Branch: perl
5911            ! pod/perldiag.pod pod/perlunicode.pod t/op/ord.t utf8.c
5912 ____________________________________________________________________________
5913 [ 13706] By: jhi                                   on 2001/12/15  23:00:56
5914         Log: Support \p{All}, \p{IsAssigned}, \p{IsUnassigned}.
5915      Branch: perl
5916            + lib/unicore/In/172.pl lib/unicore/In/173.pl
5917            ! MANIFEST lib/unicore/In.pl lib/unicore/In/164.pl
5918            ! lib/unicore/In/165.pl lib/unicore/In/166.pl
5919            ! lib/unicore/In/167.pl lib/unicore/In/168.pl
5920            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
5921            ! lib/unicore/In/171.pl lib/unicore/mktables lib/utf8_heavy.pl
5922 ____________________________________________________________________________
5923 [ 13705] By: jhi                                   on 2001/12/15  22:17:10
5924         Log: Subject: [PATCH B::Deparse] rcatline support ($_.=<ARGV>)
5925              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5926              Date: Sat, 15 Dec 2001 23:21:43 +0100
5927              Message-ID: <20011215232143.A11790@rafael>
5928      Branch: perl
5929            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
5930 ____________________________________________________________________________
5931 [ 13704] By: jhi                                   on 2001/12/15  22:09:20
5932         Log: Make charnames more robust.
5933      Branch: perl
5934            ! lib/charnames.pm
5935 ____________________________________________________________________________
5936 [ 13703] By: jhi                                   on 2001/12/15  17:30:55
5937         Log: The hoops one has to jump through.
5938      Branch: perl
5939            ! ext/I18N/Langinfo/Langinfo.pm
5940 ____________________________________________________________________________
5941 [ 13702] By: jhi                                   on 2001/12/15  17:18:49
5942         Log: Subject: [PATCH] perlstyle.pod nit on warnings
5943              From: Autrijus Tang <autrijus@egb.elixus.org>
5944              Date: Sat, 15 Dec 2001 04:24:34 -0800
5945              Message-ID: <20011215122434.GA1682@egb.elixus.org> 
5946      Branch: perl
5947            ! pod/perlstyle.pod
5948 ____________________________________________________________________________
5949 [ 13701] By: jhi                                   on 2001/12/15  17:17:47
5950         Log: I don't think we are in FooOS, Toto.
5951      Branch: perl
5952            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
5953 ____________________________________________________________________________
5954 [ 13700] By: jhi                                   on 2001/12/15  17:15:50
5955         Log: Subject: Re: Untested modules update:  There's more than we thought
5956              From: chromatic <chromatic@rmci.net>
5957              Date: Fri, 14 Dec 2001 17:20:24 -0700
5958              Message-ID: <20011215002049.37259.qmail@onion.perl.org>
5959      Branch: perl
5960            + lib/ExtUtils/MM_Cygwin.t
5961            ! MANIFEST
5962 ____________________________________________________________________________
5963 [ 13699] By: jhi                                   on 2001/12/15  17:14:26
5964         Log: Subject: [PATCH t/TEST] -bytecompile & -compile for testing perlcc
5965              From: Michael G Schwern <schwern@pobox.com> 
5966              Date: Fri, 14 Dec 2001 20:59:42 -0500
5967              Message-ID: <20011215015942.GF28596@blackrider>
5968      Branch: perl
5969            ! t/TEST
5970 ____________________________________________________________________________
5971 [ 13698] By: jhi                                   on 2001/12/15  17:13:35
5972         Log: Subject: [PATCH MANIFEST ext/B/t/bblock.t] Compile test
5973              From: Michael G Schwern <schwern@pobox.com> 
5974              Date: Fri, 14 Dec 2001 20:03:46 -0500
5975              Message-ID: <20011215010346.GD28596@blackrider>
5976      Branch: perl
5977            + ext/B/t/bblock.t
5978            ! MANIFEST
5979 ____________________________________________________________________________
5980 [ 13697] By: jhi                                   on 2001/12/15  17:12:32
5981         Log: Subject: [PATCH ext/B/B/Bblock.pm] Some weak docs
5982              From: Michael G Schwern <schwern@pobox.com> 
5983              Date: Fri, 14 Dec 2001 19:59:13 -0500
5984              Message-ID: <20011215005913.GC28596@blackrider>
5985      Branch: perl
5986            ! ext/B/B/Bblock.pm
5987 ____________________________________________________________________________
5988 [ 13696] By: jhi                                   on 2001/12/15  17:11:32
5989         Log: Subject: [PATCH MANIFEST ext/B/t/asmdata.t] B::Asmdata test 
5990              From: Michael G Schwern <schwern@pobox.com> 
5991              Date: Fri, 14 Dec 2001 19:36:12 -0500
5992              Message-ID: <20011215003611.GA28596@blackrider>
5993      Branch: perl
5994            + ext/B/t/asmdata.t
5995            ! MANIFEST
5996 ____________________________________________________________________________
5997 [ 13695] By: jhi                                   on 2001/12/15  17:10:05
5998         Log: Subject: [PATCH bytecode.pl] Adding B::Asmdata docs
5999              From: Michael G Schwern <schwern@pobox.com> 
6000              Date: Fri, 14 Dec 2001 19:14:14 -0500
6001              Message-ID: <20011215001414.GA25077@blackrider>
6002      Branch: perl
6003            ! bytecode.pl ext/B/B/Asmdata.pm
6004 ____________________________________________________________________________
6005 [ 13694] By: jhi                                   on 2001/12/15  17:00:44
6006         Log: Permissions.
6007      Branch: perl
6008            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
6009            ! ext/Devel/PPPort/module3.c
6010 ____________________________________________________________________________
6011 [ 13693] By: jhi                                   on 2001/12/14  23:48:59
6012         Log: Benchmark test from Nicholas Clark.
6013      Branch: perl
6014            + lib/Benchmark.t
6015            ! MANIFEST lib/Benchmark.pm
6016 ____________________________________________________________________________
6017 [ 13692] By: jhi                                   on 2001/12/14  23:33:28
6018         Log: Mithing.
6019      Branch: perl
6020            + lib/Attribute/Handlers/demo/demo2.pl
6021            + lib/Attribute/Handlers/demo/demo3.pl
6022            + lib/Attribute/Handlers/demo/demo4.pl
6023 ____________________________________________________________________________
6024 [ 13691] By: jhi                                   on 2001/12/14  21:26:08
6025         Log: Silence compiler worries found by Schwern/Digital cc.
6026      Branch: perl
6027            ! perlio.c sv.c x2p/str.c
6028 ____________________________________________________________________________
6029 [ 13690] By: jhi                                   on 2001/12/14  20:26:51
6030         Log: User may not have a valid home directory even if
6031              getpwuid() succedds.
6032      Branch: perl
6033            ! ext/File/Glob/t/basic.t
6034 ____________________________________________________________________________
6035 [ 13689] By: jhi                                   on 2001/12/14  18:14:52
6036         Log: Integrate with perlio.  (No changes, but that's okay.)
6037      Branch: perl
6038           !> doio.c lib/Exporter.pm perlio.c perliol.h pod/perlmodlib.pod
6039 ____________________________________________________________________________
6040 [ 13688] By: jhi                                   on 2001/12/14  18:06:18
6041         Log: Add a Configure hints file for VOS: the POSIX support
6042              of VOS is getting close to the point where it can run
6043              Configure (some Configure tweaks will be required).
6044      Branch: perl
6045            + hints/vos.sh
6046            ! MANIFEST
6047 ____________________________________________________________________________
6048 [ 13687] By: jhi                                   on 2001/12/14  16:15:17
6049         Log: Update Changes.
6050      Branch: perl
6051            ! Changes patchlevel.h
6052 ____________________________________________________________________________
6053 [ 13686] By: jhi                                   on 2001/12/14  16:07:02
6054         Log: Reintroduce Attribute::Handlers with Spider's fixes.
6055      Branch: perl
6056            + lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
6057            + lib/Attribute/Handlers/README
6058            + lib/Attribute/Handlers/demo/Demo.pm
6059            + lib/Attribute/Handlers/demo/Descriptions.pm
6060            + lib/Attribute/Handlers/demo/MyClass.pm
6061            + lib/Attribute/Handlers/demo/demo.pl
6062            + lib/Attribute/Handlers/demo/demo_call.pl
6063            + lib/Attribute/Handlers/demo/demo_chain.pl
6064            + lib/Attribute/Handlers/demo/demo_cycle.pl
6065            + lib/Attribute/Handlers/demo/demo_hashdir.pl
6066            + lib/Attribute/Handlers/demo/demo_phases.pl
6067            + lib/Attribute/Handlers/demo/demo_range.pl
6068            + lib/Attribute/Handlers/demo/demo_rawdata.pl
6069            + lib/Attribute/Handlers/t/multi.t
6070            ! MANIFEST pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
6071 ____________________________________________________________________________
6072 [ 13684] By: jhi                                   on 2001/12/14  14:43:40
6073         Log: Subject: [PATCH taint.c intrpvar.h perl.c ...] -t taint warnings
6074              From: Michael G Schwern <schwern@pobox.com> 
6075              Date: Thu, 13 Dec 2001 19:27:08 -0500
6076              Message-ID: <20011214002707.GA10532@blackrider>
6077              
6078              (reword the perlrun -t description a bit,
6079              and move the Itaint_warn to the bottom of
6080              the intrpvar.h for binary compatibility)
6081      Branch: perl
6082            + t/run/switcht.t
6083            ! MANIFEST embedvar.h intrpvar.h lib/Test/Harness.pm perl.c
6084            ! perlapi.h pod/perlrun.pod t/TEST taint.c
6085 ____________________________________________________________________________
6086 [ 13682] By: jhi                                   on 2001/12/14  04:10:37
6087         Log: Detypo.
6088      Branch: perl
6089            ! utf8.c
6090 ____________________________________________________________________________
6091 [ 13681] By: jhi                                   on 2001/12/14  04:07:08
6092         Log: Buffer overflow checks.
6093      Branch: perl
6094            ! utf8.c
6095 ____________________________________________________________________________
6096 [ 13680] By: jhi                                   on 2001/12/13  21:30:14
6097         Log: Subject: [ID 20011213.009] Not OK: perl v5.7.2 +DEVEL13660 on alpha-dec_osf-perlio-ld 5.1 (UNINSTALLED)
6098              From: Spider Boardman <spider@leggy.zk3.dec.com>
6099              Date: Thu, 13 Dec 2001 15:32:51 -0500
6100              Message-Id: <200112132032.PAA203491@leggy.zk3.dec.com>
6101      Branch: perl
6102            ! lib/ExtUtils/Embed.t
6103 ____________________________________________________________________________
6104 [ 13679] By: jhi                                   on 2001/12/13  21:27:31
6105         Log: More on the Unicode "line" definition.
6106      Branch: perl
6107            ! pod/perlunicode.pod
6108 ____________________________________________________________________________
6109 [ 13678] By: jhi                                   on 2001/12/13  21:18:47
6110         Log: Open-ended VERSION?
6111      Branch: perl
6112            ! lib/ExtUtils/Install.pm
6113 ____________________________________________________________________________
6114 [ 13677] By: jhi                                   on 2001/12/13  19:13:13
6115         Log: Subject: [PATCH] Better make distclean
6116              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6117              Date: Thu, 13 Dec 2001 21:10:18 +0100
6118              Message-Id: <20011213204542.0321.H.M.BRAND@hccnet.nl>
6119      Branch: perl
6120            ! Makefile.SH
6121 ____________________________________________________________________________
6122 [ 13676] By: jhi                                   on 2001/12/13  17:11:42
6123         Log: Remove Memoize::Saves as requested by mjd.
6124      Branch: perl
6125            - lib/Memoize/Saves.pm
6126            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod
6127 ____________________________________________________________________________
6128 [ 13675] By: jhi                                   on 2001/12/13  16:16:12
6129         Log: Subject: [PATCH ExtUtils::Install] Old RCS $Date$ tag
6130              From: Michael G Schwern <schwern@pobox.com>
6131              Date: Tue, 11 Dec 2001 23:17:32 -0500
6132              Message-ID: <20011212041732.GS17250@blackrider>
6133      Branch: perl
6134            ! lib/ExtUtils/Install.pm
6135 ____________________________________________________________________________
6136 [ 13674] By: jhi                                   on 2001/12/13  16:12:19
6137         Log: Subject: [PATCH] Re: use utf8; with bad utf8
6138              From: Nicholas Clark <nick@ccl4.org>
6139              Date: Thu, 13 Dec 2001 17:09:39 +0000
6140              Message-ID: <20011213170939.L21702@plum.flirble.org>
6141      Branch: perl
6142            ! t/lib/1_compile.t
6143 ____________________________________________________________________________
6144 [ 13673] By: jhi                                   on 2001/12/13  16:09:18
6145         Log: Subject: (LONG!) Sort benchmarks and patch
6146              From: "John P. Linderman" <jpl@research.att.com>
6147              Date: Thu, 13 Dec 2001 09:50:58 -0500 (EST)
6148              Message-Id: <200112131450.JAA84836@raptor.research.att.com>
6149      Branch: perl
6150            ! pp_sort.c
6151 ____________________________________________________________________________
6152 [ 13672] By: jhi                                   on 2001/12/13  14:19:28
6153         Log: Unadorned numbers evil.
6154      Branch: perl
6155            ! pp.c regcomp.c regexec.c utf8.c utf8.h
6156 ____________________________________________________________________________
6157 [ 13671] By: jhi                                   on 2001/12/13  13:35:47
6158         Log: "preprocessing directive not recognized within macro arg"
6159      Branch: perl
6160            ! ext/Data/Dumper/Dumper.xs
6161 ____________________________________________________________________________
6162 [ 13670] By: jhi                                   on 2001/12/13  13:32:37
6163         Log: Subject: Clarifying the documentation of goto            
6164              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>      
6165              Date: Thu, 13 Dec 2001 08:57:38 -0500
6166              Message-ID: <3C18BD8B@operamail.com>
6167      Branch: perl
6168            ! pod/perlfunc.pod
6169 ____________________________________________________________________________
6170 [ 13669] By: jhi                                   on 2001/12/13  04:38:19
6171         Log: It could be possible for the case-insensitive
6172              Unicode-aware string comparison to wander off
6173              to the la-la land.
6174      Branch: perl
6175            ! embed.h embed.pl pod/perlapi.pod pod/perlunicode.pod proto.h
6176            ! regexec.c utf8.c
6177 ____________________________________________________________________________
6178 [ 13668] By: jhi                                   on 2001/12/13  02:48:14
6179         Log: Subject: [PATCH] Re: [PATCH t/test.pl t/op/stat.t lib/Net/hostent.t] Unbail out
6180              From: Michael G Schwern <schwern@pobox.com> 
6181              Date: Wed, 12 Dec 2001 21:53:46 -0500
6182              Message-ID: <20011213025346.GH25129@blackrider>
6183      Branch: perl
6184            ! lib/Net/hostent.t t/op/stat.t t/test.pl
6185 ____________________________________________________________________________
6186 [ 13667] By: jhi                                   on 2001/12/13  02:47:27
6187         Log: Subject: [PATCH t/io/fs.t] Proper skip tests and VMS unlink
6188              From: Michael G Schwern <schwern@pobox.com> 
6189              Date: Wed, 12 Dec 2001 20:33:42 -0500
6190              Message-ID: <20011213013342.GX25129@blackrider>
6191      Branch: perl
6192            ! t/io/fs.t
6193 ____________________________________________________________________________
6194 [ 13666] By: jhi                                   on 2001/12/12  23:22:27
6195         Log: Subject: Re: [PATCH] use utf8; tests
6196              From: Nicholas Clark <nick@ccl4.org>
6197              Date: Thu, 13 Dec 2001 00:16:58 +0000
6198              Message-ID: <20011213001658.I21702@plum.flirble.org>
6199      Branch: perl
6200            ! lib/utf8.t
6201 ____________________________________________________________________________
6202 [ 13665] By: jhi                                   on 2001/12/12  21:45:49
6203         Log: EPOC fixes from Olaf Flebbe.
6204      Branch: perl
6205            ! README.epoc epoc/config.sh epoc/createpkg.pl
6206            ! ext/Data/Dumper/Dumper.xs ext/Errno/Errno_pm.PL
6207 ____________________________________________________________________________
6208 [ 13664] By: jhi                                   on 2001/12/12  21:33:50
6209         Log: Subject: [PATCH perl@13661] VMS test fix-ups
6210              From: "Craig A. Berry" <craigberry@mac.com>
6211              Date: Wed, 12 Dec 2001 16:27:48 -0600
6212              Message-Id: <5.1.0.14.2.20011212154350.01be3618@exchi01>
6213      Branch: perl
6214            ! lib/Net/hostent.t t/io/fs.t
6215 ____________________________________________________________________________
6216 [ 13663] By: jhi                                   on 2001/12/12  19:59:56
6217         Log: Subject: Re: Next cygwin round.
6218              From: "Gerrit P. Haase" <gp@familiehaase.de>
6219              Date: Wed, 12 Dec 2001 21:59:00 +0100
6220              Message-ID: <122343874595.20011212215900@familiehaase.de>
6221      Branch: perl
6222            ! t/io/fs.t
6223 ____________________________________________________________________________
6224 [ 13662] By: jhi                                   on 2001/12/12  19:12:36
6225         Log: Subject: [PATCH] use utf8; tests
6226              From: Nicholas Clark <nick@ccl4.org>
6227              Date: Wed, 12 Dec 2001 20:07:04 +0000
6228              Message-ID: <20011212200704.E21702@plum.flirble.org>
6229      Branch: perl
6230            ! lib/utf8.t t/test.pl
6231 ____________________________________________________________________________
6232 [ 13661] By: jhi                                   on 2001/12/12  15:24:42
6233         Log: Update Changes.
6234      Branch: perl
6235            ! Changes patchlevel.h
6236 ____________________________________________________________________________
6237 [ 13660] By: jhi                                   on 2001/12/12  15:04:03
6238         Log: Subject: [PATCH] Passing in env to perl_parse did not work
6239              From: Gisle Aas <gisle@ActiveState.com>
6240              Date: 11 Dec 2001 20:52:57 -0800
6241              Message-ID: <lrheqxniom.fsf@caliper.activestate.com>
6242      Branch: perl
6243            ! perl.c perl.h
6244 ____________________________________________________________________________
6245 [ 13659] By: jhi                                   on 2001/12/12  14:33:30
6246         Log: Fixes for casting problems detected on a SuSE 7.2 Itanium,
6247              mostly gcc -Wall complaining about the argument of %p not
6248              being a void *.
6249      Branch: perl
6250            ! perlio.c regcomp.c taint.c toke.c
6251 ____________________________________________________________________________
6252 [ 13657] By: jhi                                   on 2001/12/12  14:08:49
6253         Log: Try YP/NIS also from /usr/lib/yp.
6254      Branch: perl
6255            ! Configure
6256 ____________________________________________________________________________
6257 [ 13656] By: jhi                                   on 2001/12/12  14:05:28
6258         Log: Subject: [PATCH Configure t/op/grent.t] ypcat working, but NIS not used
6259              From: Michael G Schwern <schwern@pobox.com>                
6260              Date: Wed, 12 Dec 2001 05:27:02 -0500      
6261              Message-ID: <20011212102702.GW17250@blackrider>
6262              
6263              (the op/grent part)
6264      Branch: perl
6265            ! t/op/grent.t
6266 ____________________________________________________________________________
6267 [ 13655] By: jhi                                   on 2001/12/12  14:01:55
6268         Log: Weed out .files from ls and readdir() results.
6269      Branch: perl
6270            ! t/op/stat.t
6271 ____________________________________________________________________________
6272 [ 13654] By: jhi                                   on 2001/12/12  13:45:21
6273         Log: Subject: Re: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"  
6274              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
6275              Date: Wed, 12 Dec 2001 10:52:21 +0100
6276              Message-ID: <200112121052210220.001ACE6B@smtp.chello.at>
6277      Branch: perl
6278            ! lib/File/Find.pm
6279 ____________________________________________________________________________
6280 [ 13653] By: jhi                                   on 2001/12/12  13:34:06
6281         Log: Subject: [PATCH] doio fatal on cygwin for 13651
6282              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>               
6283              Date: Wed, 12 Dec 2001 11:28:13 +0100      
6284              Message-Id: <20011212112548.4611.H.M.BRAND@hccnet.nl>
6285      Branch: perl
6286            ! doio.c
6287 ____________________________________________________________________________
6288 [ 13652] By: jhi                                   on 2001/12/12  13:32:51
6289         Log: Get the whole line of ls, makes debugging easier
6290              (from Schwern)
6291      Branch: perl
6292            ! t/op/stat.t
6293 ____________________________________________________________________________
6294 [ 13651] By: jhi                                   on 2001/12/12  05:42:05
6295         Log: rename() must be tested even without link()
6296              or the utime() and rename-directory tests fail.
6297              (Also got the BeOS utime atime/time the wrong way round.)
6298      Branch: perl
6299            ! t/io/fs.t
6300 ____________________________________________________________________________
6301 [ 13650] By: jhi                                   on 2001/12/12  05:36:31
6302         Log: Now that the beos.c is compiled at the main level
6303              the header is in the beos/
6304      Branch: perl
6305            ! beos/beos.c
6306 ____________________________________________________________________________
6307 [ 13649] By: jhi                                   on 2001/12/12  04:25:21
6308         Log: Must remember to require Socket.
6309      Branch: perl
6310            ! ext/Sys/Syslog/syslog.t
6311 ____________________________________________________________________________
6312 [ 13648] By: jhi                                   on 2001/12/12  04:12:05
6313         Log: In BeOS Errno must resort to actual compilation
6314              and execution for some of the error constants.
6315      Branch: perl
6316            ! ext/Errno/Errno_pm.PL
6317 ____________________________________________________________________________
6318 [ 13647] By: jhi                                   on 2001/12/12  03:23:26
6319         Log: BeOS still has no good sockets.
6320      Branch: perl
6321            ! ext/IO/lib/IO/t/io_sel.t
6322 ____________________________________________________________________________
6323 [ 13646] By: jhi                                   on 2001/12/12  03:19:56
6324         Log: BeOS sockets are not true sockets.
6325      Branch: perl
6326            ! ext/IO/lib/IO/t/io_poll.t
6327 ____________________________________________________________________________
6328 [ 13645] By: jhi                                   on 2001/12/12  03:14:32
6329         Log: No Socket, no Syslog.
6330      Branch: perl
6331            ! ext/Sys/Syslog/syslog.t
6332 ____________________________________________________________________________
6333 [ 13644] By: jhi                                   on 2001/12/12  03:12:46
6334         Log: (On some platforms) missing truncate FH.
6335      Branch: perl
6336            ! pod/perltodo.pod
6337 ____________________________________________________________________________
6338 [ 13643] By: jhi                                   on 2001/12/12  03:09:37
6339         Log: io/fs cleanup: testing on win32/cygwin/netware/djgpp/...
6340              and vms would be muchly appreciated.
6341      Branch: perl
6342            ! t/io/fs.t
6343 ____________________________________________________________________________
6344 [ 13642] By: jhi                                   on 2001/12/12  02:32:05
6345         Log: utime() updates only the mtime in BeOS. 
6346      Branch: perl
6347            ! pod/perlport.pod
6348 ____________________________________________________________________________
6349 [ 13641] By: jhi                                   on 2001/12/12  01:50:13
6350         Log: No link(), no need to dSP.
6351      Branch: perl
6352            ! pp_sys.c
6353 ____________________________________________________________________________
6354 [ 13640] By: jhi                                   on 2001/12/12  01:49:40
6355         Log: Missing argument.
6356      Branch: perl
6357            ! utf8.c
6358 ____________________________________________________________________________
6359 [ 13639] By: jhi                                   on 2001/12/12  01:44:39
6360         Log: (1) To assume any setuid programs is silly.
6361              (2) Chaining tests with booleans means that some
6362              of them may not get run which means getting out
6363              of test count sync.
6364      Branch: perl
6365            ! t/op/stat.t
6366 ____________________________________________________________________________
6367 [ 13638] By: jhi                                   on 2001/12/12  01:12:49
6368         Log: The beos.c needs to be in the main directory.
6369      Branch: perl
6370            ! hints/beos.sh
6371 ____________________________________________________________________________
6372 [ 13637] By: jhi                                   on 2001/12/12  00:37:20
6373         Log: Detypo and rename.
6374      Branch: perl
6375            ! doio.c perl.h perlio.c perliol.h
6376 ____________________________________________________________________________
6377 [ 13636] By: jhi                                   on 2001/12/12  00:22:16
6378         Log: This time I test compiled.  Honest.
6379      Branch: perl
6380            ! beos/beos.c
6381 ____________________________________________________________________________
6382 [ 13635] By: jhi                                   on 2001/12/11  22:57:07
6383         Log: Subject: [PATCH] slightly more pack tests
6384              From: Nicholas Clark <nick@ccl4.org>
6385              Date: Tue, 11 Dec 2001 23:41:23 +0000
6386              Message-ID: <20011211234123.Y21702@plum.flirble.org>
6387      Branch: perl
6388            ! t/op/pack.t
6389 ____________________________________________________________________________
6390 [ 13634] By: jhi                                   on 2001/12/11  21:49:58
6391         Log: Subject: [PATCH perl@13600] Gconvert for VMS again
6392              From: "Craig A. Berry" <craigberry@mac.com>
6393              Date: Tue, 11 Dec 2001 16:39:13 -0600
6394              Message-Id: <5.1.0.14.2.20011211162600.02a4b008@exchi01>
6395      Branch: perl
6396            ! configure.com
6397 ____________________________________________________________________________
6398 [ 13632] By: jhi                                   on 2001/12/11  21:48:26
6399         Log: Subject: $Config{perlpath} and -Dversiononly
6400              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6401              Date: Tue, 11 Dec 2001 23:32:33 +0100
6402              Message-ID: <20011211233233.A11587@rafael>
6403      Branch: perl
6404            ! Configure
6405 ____________________________________________________________________________
6406 [ 13631] By: jhi                                   on 2001/12/11  21:01:00
6407         Log: Subject: [PATCH] _qq pack.t Re: [PATCH] tests for hash assignment
6408              From: Nicholas Clark <nick@ccl4.org>
6409              Date: Tue, 11 Dec 2001 21:59:36 +0000
6410              Message-ID: <20011211215935.W21702@plum.flirble.org>
6411      Branch: perl
6412            ! t/op/pack.t
6413 ____________________________________________________________________________
6414 [ 13630] By: jhi                                   on 2001/12/11  20:16:29
6415         Log: More UTF-8 API docs.
6416      Branch: perl
6417            ! embed.pl pod/perlapi.pod pod/perlunicode.pod utf8.c
6418 ____________________________________________________________________________
6419 [ 13629] By: jhi                                   on 2001/12/11  19:17:16
6420         Log: Subject: [PATCH] Re: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
6421              From: Nicholas Clark <nick@ccl4.org>
6422              Date: Tue, 11 Dec 2001 20:08:59 +0000
6423              Message-ID: <20011211200859.S21702@plum.flirble.org>
6424      Branch: perl
6425            ! t/op/pack.t
6426 ____________________________________________________________________________
6427 [ 13628] By: jhi                                   on 2001/12/11  19:13:57
6428         Log: Subject: Re: use utf8; with bad utf8
6429              From: Nicholas Clark <nick@ccl4.org>
6430              Date: Tue, 11 Dec 2001 19:49:21 +0000
6431              Message-ID: <20011211194921.R21702@plum.flirble.org>
6432      Branch: perl
6433            ! lib/utf8.t
6434 ____________________________________________________________________________
6435 [ 13627] By: jhi                                   on 2001/12/11  17:29:01
6436         Log: Can't spell worth a dam.  (Try Three Gorges.)
6437      Branch: perl
6438            ! beos/beos.c
6439 ____________________________________________________________________________
6440 [ 13626] By: jhi                                   on 2001/12/11  15:55:51
6441         Log: We need DWIM cpps.
6442      Branch: perl
6443            ! perlio.c
6444 ____________________________________________________________________________
6445 [ 13625] By: jhi                                   on 2001/12/11  15:53:41
6446         Log: The unixish.h needs to be found and the waitpid wrapper
6447              could use a proto.
6448      Branch: perl
6449            ! beos/beosish.h
6450 ____________________________________________________________________________
6451 [ 13624] By: jhi                                   on 2001/12/11  15:27:06
6452         Log: The BeOS waitpid() seems to be broken,
6453              have a wrapper for it.
6454      Branch: perl
6455            + beos/beos.c beos/beosish.h
6456            ! MANIFEST hints/beos.sh perl.h
6457 ____________________________________________________________________________
6458 [ 13623] By: jhi                                   on 2001/12/11  15:12:18
6459         Log: Unlean the leaning tower of Babel.
6460      Branch: perl
6461            ! perl.h
6462 ____________________________________________________________________________
6463 [ 13622] By: jhi                                   on 2001/12/11  14:34:53
6464         Log: Retract #13607 until we figure out what to do with autouse.
6465      Branch: perl
6466            ! lib/Carp.pm
6467 ____________________________________________________________________________
6468 [ 13621] By: jhi                                   on 2001/12/11  14:33:14
6469         Log: Try to handle platforms that have O_TEXT != O_BINARY but
6470              which are not DOSish, BeOS being one of such platforms.
6471              Ideally this should be a Configure test, not a hardwired
6472              cpp symbol test... 
6473      Branch: perl
6474            ! doio.c perl.h perlio.c perliol.h
6475 ____________________________________________________________________________
6476 [ 13620] By: jhi                                   on 2001/12/11  13:56:17
6477         Log: Subject: [PATCH lib/Term/Cap.pm lib/Term/Cap.t] Sync changes in CPAN version
6478              From: Jonathan Stowe <gellyfish@gellyfish.com>
6479              Date: Tue, 11 Dec 2001 07:28:45 +0000 (GMT) 
6480              Message-ID: <Pine.LNX.4.33.0112110720470.31242-100000@orpheus.gellyfish.com>
6481      Branch: perl
6482            ! lib/Term/Cap.pm lib/Term/Cap.t
6483 ____________________________________________________________________________
6484 [ 13619] By: jhi                                   on 2001/12/11  13:51:21
6485         Log: Subject: [patch perlio.c] test for NULL before derefencing
6486              From: Stas Bekman <stas@stason.org>
6487              Date: Tue, 11 Dec 2001 16:17:55 +0800
6488              Message-ID: <3C15C133.8@stason.org>
6489      Branch: perl
6490            ! perlio.c
6491 ____________________________________________________________________________
6492 [ 13617] By: jhi                                   on 2001/12/11  05:22:08
6493         Log: BeOS has socket() but not enough to build a working Socket.
6494              Go figure.  ("BONE" (BeOS NEtworking?) is some sort of rumored
6495              new networking implementation, which is rumored to fix the
6496              non-standardness of sockets, but it's apparently not publicly
6497              available, and anything to do with BeOS has become quite
6498              complicated with the sale of the Be assets to Palm.)
6499      Branch: perl
6500            ! Configure
6501 ____________________________________________________________________________
6502 [ 13611] By: jhi                                   on 2001/12/11  04:29:32
6503         Log: Subject: Exporter's documentation shouldn't lie               
6504              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
6505              Date: Mon, 10 Dec 2001 21:30:20 -0500
6506              Message-ID: <3C4AA201@operamail.com>
6507      Branch: perl
6508            ! lib/Exporter.pm
6509 ____________________________________________________________________________
6510 [ 13610] By: jhi                                   on 2001/12/11  04:28:31
6511         Log: Make Errno better in BeOS (the second hunk is
6512              good on any platform).  Still not working in BeOS
6513              are the E constants that refer BeOS native error
6514              constants (B_...) which are enums (*groan*).
6515      Branch: perl
6516            ! ext/Errno/Errno_pm.PL
6517 ____________________________________________________________________________
6518 [ 13609] By: jhi                                   on 2001/12/11  00:59:31
6519         Log: The BeOS linker seems to link the last seen symbol,
6520              not the first (so the symbols of op.o from libperl.so
6521              would get linked to miniperl instead of the symbols of
6522              opmini.o)-- use the same trick as for NeXT4 for linking
6523              miniperl.
6524      Branch: perl
6525            ! Makefile.SH
6526 ____________________________________________________________________________
6527 [ 13608] By: jhi                                   on 2001/12/11  00:49:15
6528         Log: Subject: Re: [PATCH] tests for hash assignment
6529              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
6530              Date: Tue, 11 Dec 2001 01:48:55 +0000
6531              Message-Id: <200112110148.fBB1mtl19148@crypt.compulink.co.uk>
6532      Branch: perl
6533            ! utf8.c
6534 ____________________________________________________________________________
6535 [ 13607] By: jhi                                   on 2001/12/11  00:40:47
6536         Log: (retracted by #13622)
6537              
6538              Subject: RE: More verbose POD for Carp
6539              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
6540              Date: Mon, 10 Dec 2001 20:23:20 -0500
6541              Message-ID: <3C4A3566@operamail.com>
6542      Branch: perl
6543            ! lib/Carp.pm
6544 ____________________________________________________________________________
6545 [ 13606] By: jhi                                   on 2001/12/11  00:39:20
6546         Log: Subject: [PATCH follow-up] (was Re: [PATCH perl@13600] cat2type in tests for VMS)
6547              From: "Craig A. Berry" <craigberry@mac.com>
6548              Date: Mon, 10 Dec 2001 18:25:37 -0600
6549              Message-Id: <5.1.0.14.2.20011210174517.029c7ec0@mail.mac.com>
6550      Branch: perl
6551            ! t/op/write.t t/test.pl
6552 ____________________________________________________________________________
6553 [ 13605] By: jhi                                   on 2001/12/11  00:37:54
6554         Log: Subject: [PATCH t/io/multiline.t] Cleanup and $. check
6555              From: Michael G Schwern <schwern@pobox.com>
6556              Date: Mon, 10 Dec 2001 08:00:01 -0500
6557              Message-ID: <20011210130000.GK1770@blackrider>
6558      Branch: perl
6559            ! t/comp/multiline.t
6560 ____________________________________________________________________________
6561 [ 13604] By: jhi                                   on 2001/12/10  22:51:44
6562         Log: Subject: Re: [PATCH] tests for hash assignment
6563              From: Nicholas Clark <nick@ccl4.org>
6564              Date: Mon, 10 Dec 2001 23:22:28 +0000
6565              Message-ID: <20011210232228.M21702@plum.flirble.org>
6566      Branch: perl
6567            + t/op/hashassign.t
6568            ! MANIFEST t/op/each.t t/test.pl
6569 ____________________________________________________________________________
6570 [ 13603] By: jhi                                   on 2001/12/10  21:34:46
6571         Log: Subject: [PATCH perl@13600] cat2type in tests for VMS
6572              From: "Craig A. Berry" <craigberry@mac.com>
6573              Date: Mon, 10 Dec 2001 16:38:14 -0600
6574              Message-Id: <5.1.0.14.2.20011210154846.01aef188@exchi01>
6575      Branch: perl
6576            ! ext/IO/lib/IO/t/io_dup.t t/comp/multiline.t t/io/dup.t
6577 ____________________________________________________________________________
6578 [ 13602] By: jhi                                   on 2001/12/10  19:52:01
6579         Log: Subject: [PATCH perl@13600] configure.com fixes
6580              From: "Craig A. Berry" <craigberry@mac.com>
6581              Date: Mon, 10 Dec 2001 14:40:20 -0600
6582              Message-Id: <5.1.0.14.2.20011210142528.01aff2e8@exchi01>
6583      Branch: perl
6584            ! configure.com
6585 ____________________________________________________________________________
6586 [ 13601] By: jhi                                   on 2001/12/10  18:25:30
6587         Log: Silence BeOS compilation moaning.
6588      Branch: perl
6589            ! perl.h
6590 ____________________________________________________________________________
6591 [ 13600] By: jhi                                   on 2001/12/10  15:11:40
6592         Log: Update Changes.
6593      Branch: perl
6594            ! Changes patchlevel.h
6595 ____________________________________________________________________________
6596 [ 13599] By: jhi                                   on 2001/12/10  13:35:57
6597         Log: Subject: [PATCH lib/ExtUtils/Command.t] Bad touch
6598              From: Michael G Schwern <schwern@pobox.com>
6599              Date: Mon, 10 Dec 2001 01:21:03 -0500
6600              Message-ID: <20011210062103.GC1770@blackrider>
6601      Branch: perl
6602            ! lib/ExtUtils/Command.t
6603 ____________________________________________________________________________
6604 [ 13598] By: jhi                                   on 2001/12/10  13:35:20
6605         Log: Subject: [PATCH t/op/groups.t] Need @INC = '../lib' mantra
6606              From: Michael G Schwern <schwern@pobox.com>
6607              Date: Mon, 10 Dec 2001 01:10:57 -0500
6608              Message-ID: <20011210061057.GB1770@blackrider>
6609      Branch: perl
6610            ! t/op/groups.t
6611 ____________________________________________________________________________
6612 [ 13597] By: jhi                                   on 2001/12/10  13:33:51
6613         Log: Retract #13596, #13593 should do the trick.
6614      Branch: perl
6615            ! t/op/stat.t
6616 ____________________________________________________________________________
6617 [ 13596] By: jhi                                   on 2001/12/10  13:31:38
6618         Log: (retracted by #13597, #13593 does the job better)
6619              
6620              Subject: [PATCH t/op/stat.t] -B/-T Cygwin fix
6621              From: Michael G Schwern <schwern@pobox.com>
6622              Date: Mon, 10 Dec 2001 00:53:16 -0500
6623              Message-ID: <20011210055316.GA1770@blackrider>
6624      Branch: perl
6625            ! t/op/stat.t
6626 ____________________________________________________________________________
6627 [ 13595] By: jhi                                   on 2001/12/10  13:28:30
6628         Log: Subject: [PATCH lib/AutoSplit.t] Too fast for FAT filesystems
6629              From: Michael G Schwern <schwern@pobox.com> 
6630              Date: Mon, 10 Dec 2001 02:19:14 -0500
6631              Message-ID: <20011210071914.GF1770@blackrider>
6632      Branch: perl
6633            ! lib/AutoSplit.t
6634 ____________________________________________________________________________
6635 [ 13594] By: jhi                                   on 2001/12/10  13:26:24
6636         Log: Subject: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
6637              From: Michael G Schwern <schwern@pobox.com>
6638              Date: Mon, 10 Dec 2001 02:47:40 -0500
6639              Message-ID: <20011210074739.GH1770@blackrider>
6640      Branch: perl
6641            ! t/op/pack.t
6642 ____________________________________________________________________________
6643 [ 13593] By: jhi                                   on 2001/12/10  13:22:49
6644         Log: Subject: [PATCH t/test.pl] Moving Cygwin .exe logic into which_perl
6645              From: Michael G Schwern <schwern@pobox.com>
6646              Date: Mon, 10 Dec 2001 02:54:22 -0500
6647              Message-ID: <20011210075422.GI1770@blackrider>
6648      Branch: perl
6649            ! t/test.pl
6650 ____________________________________________________________________________
6651 [ 13592] By: jhi                                   on 2001/12/10  13:21:06
6652         Log: Subject: Re: [ID 20011209.005] perl "u2" eats RAM
6653              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
6654              Date: Mon, 10 Dec 2001 08:45:20 +0100
6655              Message-ID: <3C146810.60B5B7C0@alcatel.at>
6656      Branch: perl
6657            ! pp_pack.c
6658 ____________________________________________________________________________
6659 [ 13591] By: jhi                                   on 2001/12/10  13:18:17
6660         Log: Subject: [PATCH] Re: [PATCH t/io/openpid.t] Cleanup
6661              From: Michael G Schwern <schwern@pobox.com>
6662              Date: Mon, 10 Dec 2001 03:27:02 -0500
6663              Message-ID: <20011210082702.GN1770@blackrider>
6664      Branch: perl
6665            ! t/io/openpid.t
6666 ____________________________________________________________________________
6667 [ 13590] By: jhi                                   on 2001/12/10  13:17:08
6668         Log: More chmod +w.
6669      Branch: perl
6670            ! Porting/makerel
6671 ____________________________________________________________________________
6672 [ 13589] By: jhi                                   on 2001/12/10  04:21:59
6673         Log: Just skip the readability test if running as root.
6674      Branch: perl
6675            ! lib/Net/t/netrc.t
6676 ____________________________________________________________________________
6677 [ 13588] By: jhi                                   on 2001/12/10  04:03:10
6678         Log: Tell about the downside of safe signals.
6679      Branch: perl
6680            ! pod/perldelta.pod
6681 ____________________________________________________________________________
6682 [ 13587] By: jhi                                   on 2001/12/10  03:38:20
6683         Log: Make the whole -lperl thing NetBSD only until we
6684              find some other platform that needs the same.
6685      Branch: perl
6686            ! lib/ExtUtils/MM_Unix.pm
6687 ____________________________________________________________________________
6688 [ 13586] By: jhi                                   on 2001/12/10  03:13:59
6689         Log: Subject: [PATCH t/op/pack.t] Cleanup
6690              From: Michael G Schwern <schwern@pobox.com> 
6691              Date: Sun, 9 Dec 2001 23:08:26 -0500
6692              Message-ID: <20011210040826.GD660@blackrider>
6693      Branch: perl
6694            ! t/op/pack.t
6695 ____________________________________________________________________________
6696 [ 13585] By: jhi                                   on 2001/12/10  02:47:01
6697         Log: Add threads support for NetBSD.
6698              
6699              This is also the first (I think) Perl threads build with
6700              the GNU pth ( http://www.gnu.org/software/pth/pth.html ).
6701              NetBSD does not as of yet have true kernel POSIX threads,
6702              but the user-level pth seems to be doing pretty well--
6703              the only failure is that threads/t/basic okays 6 and 7
6704              consistently seem be arriving in the reverse order.
6705              Well, gdbm.t is also failing: 'Undefined PLT symbol
6706              "gdbm_open" (reloc type = 7, symnum = 28)', but I'm
6707              guessing that GDBM would need a threaded rebuild.
6708      Branch: perl
6709            ! hints/netbsd.sh
6710 ____________________________________________________________________________
6711 [ 13582] By: jhi                                   on 2001/12/10  02:01:26
6712         Log: Update the ithreads selection info in Configure,
6713              as suggested by Michael Schwern.
6714      Branch: perl
6715            ! Configure
6716 ____________________________________________________________________________
6717 [ 13581] By: jhi                                   on 2001/12/10  01:56:14
6718         Log: Clearing locale environment simply doesn't seem to
6719              guarantee that (nl_)langinfo(CODESET) would return nil.
6720              (I for example get "ISO8859-1", so <guess>maybe there can
6721              be per-system default settings at work</guess>.)
6722      Branch: perl
6723            ! lib/open.t
6724 ____________________________________________________________________________
6725 [ 13580] By: jhi                                   on 2001/12/10  01:53:11
6726         Log: Subject: RE: Exporter fixes reversed in 13540?
6727              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
6728              Date: Sun, 9 Dec 2001 12:55:15 -0500
6729              Message-ID: <3C13F455@operamail.com>
6730      Branch: perl
6731            ! lib/open.pm
6732 ____________________________________________________________________________
6733 [ 13579] By: jhi                                   on 2001/12/10  01:26:53
6734         Log: Root is the lizard king.
6735      Branch: perl
6736            ! lib/Net/t/netrc.t
6737 ____________________________________________________________________________
6738 [ 13578] By: jhi                                   on 2001/12/10  01:01:24
6739         Log: Telling how many tests we are expecting helps.
6740      Branch: perl
6741            ! ext/POSIX/t/waitpid.t
6742 ____________________________________________________________________________
6743 [ 13577] By: jhi                                   on 2001/12/10  00:38:09
6744         Log: Add a test case for waitpid(): from Rocco Caputo.
6745      Branch: perl
6746            + ext/POSIX/t/waitpid.t
6747            ! MANIFEST
6748 ____________________________________________________________________________
6749 [ 13576] By: jhi                                   on 2001/12/10  00:15:19
6750         Log: Subject: [PATCH] Term::ReadLine tweaks and test
6751              From: Richard Clamp <richardc@unixbeard.net>
6752              Date: Mon, 10 Dec 2001 00:51:47 +0000
6753              Message-ID: <20011210005147.GA1073@mirth.demon.co.uk>
6754      Branch: perl
6755            + lib/Term/ReadLine.t
6756            ! MANIFEST lib/Term/ReadLine.pm
6757 ____________________________________________________________________________
6758 [ 13575] By: jhi                                   on 2001/12/10  00:04:56
6759         Log: Subject: [patch] non-blocking waitpid(-1,WNOHANG) for MSWin32
6760              From: Rocco Caputo <troc@netrus.net>
6761              Date: Sun, 9 Dec 2001 18:12:38 -0500
6762              Message-ID: <20011209181238.A803@eyrie.homenet>
6763      Branch: perl
6764            ! win32/win32.c
6765 ____________________________________________________________________________
6766 [ 13574] By: jhi                                   on 2001/12/09  23:49:19
6767         Log: make sure that va_start() has matching va_end();
6768              from OpenBSD 3.0.
6769      Branch: perl
6770            ! x2p/util.c
6771 ____________________________________________________________________________
6772 [ 13573] By: jhi                                   on 2001/12/09  23:45:57
6773         Log: h2ph updates from OpenBSD 3.0.
6774      Branch: perl
6775            ! utils/h2ph.PL
6776 ____________________________________________________________________________
6777 [ 13572] By: jhi                                   on 2001/12/09  23:44:25
6778         Log: OpenBSD hints update from OpenBSD 3.0.
6779      Branch: perl
6780            ! hints/openbsd.sh
6781 ____________________________________________________________________________
6782 [ 13571] By: jhi                                   on 2001/12/09  23:32:08
6783         Log: DJGPP tweaks from Laszlo Molnar.
6784      Branch: perl
6785            ! djgpp/config.over lib/File/Find/t/find.t
6786            ! lib/File/Find/t/taint.t t/pod/find.t
6787 ____________________________________________________________________________
6788 [ 13570] By: jhi                                   on 2001/12/09  23:28:55
6789         Log: Subject: [PATCH README.cygwin] 64bit ints & Cygwin98 ok
6790              From: Michael G Schwern <schwern@pobox.com> 
6791              Date: Sun, 9 Dec 2001 19:28:12 -0500
6792              Message-ID: <20011210002812.GF13586@blackrider>
6793      Branch: perl
6794            ! README.cygwin
6795 ____________________________________________________________________________
6796 [ 13569] By: jhi                                   on 2001/12/09  21:51:37
6797         Log: README.cygwin update from Gerrit P. Haase.
6798      Branch: perl
6799            ! README.cygwin
6800 ____________________________________________________________________________
6801 [ 13568] By: jhi                                   on 2001/12/09  21:49:06
6802         Log: Apply NetBSD patch-ag: shared/static linking,
6803              but make the change less intrusive on non-NetBSD.
6804      Branch: perl
6805            ! lib/ExtUtils/MM_Unix.pm
6806 ____________________________________________________________________________
6807 [ 13567] By: jhi                                   on 2001/12/09  21:09:10
6808         Log: Apply NetBSD patch-af: handle both -[LR] and -Wl,-R linker paths.
6809      Branch: perl
6810            ! lib/ExtUtils/Liblist.pm
6811 ____________________________________________________________________________
6812 [ 13566] By: jhi                                   on 2001/12/09  20:55:32
6813         Log: Apply NetBSD patch-ae: another gcc sparc64 bug.
6814      Branch: perl
6815            ! regcomp.c
6816 ____________________________________________________________________________
6817 [ 13565] By: jhi                                   on 2001/12/09  20:50:57
6818         Log: Apply NetBSD patch-ad: a gcc sparc64 code generation bug.
6819      Branch: perl
6820            ! pp.c
6821 ____________________________________________________________________________
6822 [ 13564] By: jhi                                   on 2001/12/09  20:38:48
6823         Log: Apply NetBSD patch-ac.
6824              (the fix has already been done: change #9706, fully qualified
6825              pathnames in packlists)
6826      Branch: perl
6827            ! lib/ExtUtils/Install.pm
6828 ____________________________________________________________________________
6829 [ 13563] By: jhi                                   on 2001/12/09  20:32:52
6830         Log: Apply NetBSD patch-ab: NetBSD hints update.
6831      Branch: perl
6832            ! hints/netbsd.sh
6833 ____________________________________________________________________________
6834 [ 13561] By: jhi                                   on 2001/12/09  20:31:14
6835         Log: NetBSD has <ieeefp.h> but hidden.
6836      Branch: perl
6837            ! hints/netbsd.sh
6838 ____________________________________________________________________________
6839 [ 13560] By: jhi                                   on 2001/12/09  20:29:35
6840         Log: Implement NetBSD patch-aa.
6841      Branch: perl
6842            ! Configure
6843 ____________________________________________________________________________
6844 [ 13559] By: jhi                                   on 2001/12/09  19:21:45
6845         Log: Subject: Re: [ID 20011206.006] File::Find calls lstat on wrong object before wanted()
6846              From: "Wolfgang Laun" <wolfgang.laun@chello.at>             
6847              Date: Sun, 09 Dec 2001 13:40:58 +0100
6848              Message-ID: <200112091340580550.008ED513@smtp.chello.at>
6849              
6850              (The lstat()s were there in 5.6.1: what happened to them?)
6851      Branch: perl
6852            ! lib/File/Find.pm
6853 ____________________________________________________________________________
6854 [ 13558] By: jhi                                   on 2001/12/09  19:04:23
6855         Log: Quickie documentation of the C UTF-8 API.
6856      Branch: perl
6857            ! pod/perlunicode.pod
6858 ____________________________________________________________________________
6859 [ 13557] By: jhi                                   on 2001/12/09  18:36:20
6860         Log: Subject: bleadperl on cygwin weirdness...
6861              From: "Gerrit P. Haase" <gp@familiehaase.de>
6862              Date: Sun, 9 Dec 2001 20:31:28 +0100
6863              Message-ID: <13779422183.20011209203128@familiehaase.de>          
6864              
6865              (plus libperl*.dll version portability tweaks)
6866      Branch: perl
6867            ! lib/ExtUtils/Embed.t
6868 ____________________________________________________________________________
6869 [ 13556] By: jhi                                   on 2001/12/09  18:21:46
6870         Log: Instead of muting symbol export error if under eval,
6871              delay the errors until the croak().
6872              
6873              (replaces #13408)
6874      Branch: perl
6875            ! lib/Exporter/Heavy.pm
6876 ____________________________________________________________________________
6877 [ 13555] By: jhi                                   on 2001/12/09  18:09:12
6878         Log: Basegroup 0 is a cygwin_nt thing.
6879      Branch: perl
6880            ! t/op/groups.t
6881 ____________________________________________________________________________
6882 [ 13554] By: jhi                                   on 2001/12/09  17:57:44
6883         Log: Also WinME is LoseLink.
6884      Branch: perl
6885            ! t/op/stat.t
6886 ____________________________________________________________________________
6887 [ 13553] By: jhi                                   on 2001/12/09  16:25:52
6888         Log: Forgotten checkin.
6889      Branch: perl
6890            ! lib/User/grent.t
6891 ____________________________________________________________________________
6892 [ 13552] By: jhi                                   on 2001/12/09  16:23:14
6893         Log: Subject: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"
6894              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
6895              Date: Sun, 09 Dec 2001 13:45:06 +0100
6896              Message-ID: <200112091345060760.00929EA9@smtp.chello.at>
6897      Branch: perl
6898            ! lib/File/Find.pm
6899 ____________________________________________________________________________
6900 [ 13551] By: jhi                                   on 2001/12/09  16:18:20
6901         Log: Tweakback.
6902      Branch: perl
6903            ! lib/Net/hostent.t
6904 ____________________________________________________________________________
6905 [ 13550] By: jhi                                   on 2001/12/09  16:01:55
6906         Log: Subject: [PATCH lib/User/grent.t] More Cygwin98 group oddities
6907              From: Michael G Schwern <schwern@pobox.com>
6908              Date: Sat, 8 Dec 2001 14:48:38 -0500
6909              Message-ID: <20011208194838.GA8650@blackrider>
6910      Branch: perl
6911            ! t/op/grent.t
6912 ____________________________________________________________________________
6913 [ 13549] By: jhi                                   on 2001/12/09  15:40:28
6914         Log: Subject: [README.cygwin] Removing old expected test failures
6915              From: Michael G Schwern <schwern@pobox.com>
6916              Date: Sat, 8 Dec 2001 15:38:28 -0500
6917              Message-ID: <20011208203828.GB9017@blackrider>
6918      Branch: perl
6919            ! README.cygwin
6920 ____________________________________________________________________________
6921 [ 13548] By: jhi                                   on 2001/12/09  15:37:48
6922         Log: Subject: [PATCH lib/Net/hostent.t] Cleanup and Cygwin98 oddity
6923              From: Michael G Schwern <schwern@pobox.com>                
6924              Date: Sat, 8 Dec 2001 15:26:59 -0500
6925              Message-ID: <20011208202659.GA9017@blackrider> 
6926      Branch: perl
6927            ! lib/Net/hostent.t
6928 ____________________________________________________________________________
6929 [ 13547] By: jhi                                   on 2001/12/09  15:33:43
6930         Log: Subject: [PATCH t/op/stat.t] Cygwin98 fakes hard links
6931              From: Michael G Schwern <schwern@pobox.com> 
6932              Date: Sat, 8 Dec 2001 15:06:16 -0500
6933              Message-ID: <20011208200616.GA8915@blackrider>
6934      Branch: perl
6935            ! t/op/stat.t
6936 ____________________________________________________________________________
6937 [ 13546] By: jhi                                   on 2001/12/09  15:31:19
6938         Log: Developer deprecations and an incompatibility.
6939      Branch: perl
6940            ! pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
6941 ____________________________________________________________________________
6942 [ 13545] By: jhi                                   on 2001/12/09  15:27:14
6943         Log: Shoo.
6944      Branch: perl
6945            - lib/Attribute/Handlers.pm
6946 ____________________________________________________________________________
6947 [ 13544] By: jhi                                   on 2001/12/09  15:20:08
6948         Log: Remove Attribute::Handlers, as per Damian's request.
6949              (Because of fixing the my variables to be now handled
6950              in run-time, the whole internals of the A::H needs to
6951              be rewritten and Damian will not have time for that
6952              for months.)
6953      Branch: perl
6954            - lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
6955            - lib/Attribute/Handlers/demo/Demo.pm
6956            - lib/Attribute/Handlers/demo/Descriptions.pm
6957            - lib/Attribute/Handlers/demo/MyClass.pm
6958            - lib/Attribute/Handlers/demo/demo.pl
6959            - lib/Attribute/Handlers/demo/demo2.pl
6960            - lib/Attribute/Handlers/demo/demo3.pl
6961            - lib/Attribute/Handlers/demo/demo4.pl
6962            - lib/Attribute/Handlers/demo/demo_call.pl
6963            - lib/Attribute/Handlers/demo/demo_chain.pl
6964            - lib/Attribute/Handlers/demo/demo_cycle.pl
6965            - lib/Attribute/Handlers/demo/demo_hashdir.pl
6966            - lib/Attribute/Handlers/demo/demo_phases.pl
6967            - lib/Attribute/Handlers/demo/demo_range.pl
6968            - lib/Attribute/Handlers/demo/demo_rawdata.pl
6969            - lib/Attribute/Handlers/t/multi.t
6970            ! MANIFEST lib/Attribute/Handlers.pm pod/perldelta.pod
6971            ! pod/perlmodlib.pod pod/perltoc.pod
6972 ____________________________________________________________________________
6973 [ 13543] By: jhi                                   on 2001/12/09  15:00:50
6974         Log: Subject: Re: attributes are broken
6975              From: Spider Boardman <spider@Orb.Nashua.NH.US>
6976              Date: Sun, 09 Dec 2001 00:09:23 -0500
6977              Message-Id: <200112090509.AAA02053@Orb.Nashua.NH.US>              
6978      Branch: perl
6979            ! dump.c embed.h embed.pl lib/attributes.pm op.c op.h
6980            ! pod/perldelta.pod pod/perltoc.pod proto.h t/op/attrs.t
6981            ! xsutils.c
6982 ____________________________________________________________________________
6983 [ 13542] By: jhi                                   on 2001/12/09  14:49:46
6984         Log: Forgotten checkin.
6985      Branch: perl
6986            ! lib/Pod/Text.pm
6987 ____________________________________________________________________________
6988 [ 13541] By: jhi                                   on 2001/12/09  14:48:15
6989         Log: uconfig.h update.
6990      Branch: perl
6991            ! uconfig.h
6992 ____________________________________________________________________________
6993 [ 13540] By: jhi                                   on 2001/12/08  18:39:51
6994         Log: Update Changes.
6995      Branch: perl
6996            ! Changes patchlevel.h
6997 ____________________________________________________________________________
6998 [ 13539] By: jhi                                   on 2001/12/08  18:28:02
6999         Log: Note that some of the Unicode features are
7000              dependent on perlio.
7001      Branch: perl
7002            ! pod/perluniintro.pod
7003 ____________________________________________________________________________
7004 [ 13538] By: jhi                                   on 2001/12/08  17:53:00
7005         Log: Regen perlapi, regen toc.
7006      Branch: perl
7007            ! pod/perlapi.pod pod/perltoc.pod
7008 ____________________________________________________________________________
7009 [ 13537] By: jhi                                   on 2001/12/08  17:44:48
7010         Log: FAQ sync.
7011      Branch: perl
7012            ! pod/perlfaq4.pod pod/perlfaq6.pod
7013 ____________________________________________________________________________
7014 [ 13536] By: jhi                                   on 2001/12/08  17:37:53
7015         Log: Subject: [PATCH] Fix odd language in an sv.c comment
7016              From: coral@eekeek.org
7017              Date: Sat, 8 Dec 2001 12:19:39 -0500
7018              Message-Id: <200112081719.fB8HJdZ14747@eekeek.org>
7019      Branch: perl
7020            ! sv.c
7021 ____________________________________________________________________________
7022 [ 13535] By: jhi                                   on 2001/12/08  15:29:18
7023         Log: Subject: [PATCH lib/vmsish.t] Small test name abuse.
7024              From: Michael G Schwern <schwern@pobox.com>
7025              Date: Fri, 7 Dec 2001 20:03:45 -0500
7026              Message-ID: <20011208010345.GD642@blackrider>
7027              
7028              Subject: [PATCH vms/test.com] Goodbye frightening echo kludge!
7029              From: Michael G Schwern <schwern@pobox.com>
7030              Date: Fri, 7 Dec 2001 20:13:54 -0500
7031              Message-ID: <20011208011354.GE642@blackrider>
7032              
7033              Subject: [PATCH t/io/pipe.t t/test.pl] Cleanup & $NO_ENDING
7034              From: Michael G Schwern <schwern@pobox.com>
7035              Date: Fri, 7 Dec 2001 21:47:36 -0500
7036              Message-ID: <20011208024736.GH642@blackrider>
7037              
7038              Subject: [PATCH t/op/exec.t] Piping and newline on pipe tests
7039              From: Michael G Schwern <schwern@pobox.com>
7040              Date: Fri, 7 Dec 2001 23:09:43 -0500
7041              Message-ID: <20011208040943.GK642@blackrider>
7042              
7043              Subject: [PATCH] vms/test.com -- skip tty tests when not interactive
7044              Message-Id: <a05101004b83754903506@[172.16.52.1]>
7045              Date: Fri, 7 Dec 2001 23:28:15 -0600
7046              From: "Craig A. Berry" <craigberry@mac.com>
7047      Branch: perl
7048            ! lib/vmsish.t t/io/pipe.t t/op/exec.t t/test.pl vms/test.com
7049 ____________________________________________________________________________
7050 [ 13534] By: jhi                                   on 2001/12/08  15:16:14
7051         Log: Integrate perlio.
7052      Branch: perl
7053           !> doio.c lib/Exporter/Heavy.pm lib/open.t op.c perlio.c
7054           !> perliol.h pod/perlfunc.pod pod/perltoc.pod pp.c
7055 ____________________________________________________________________________
7056 [ 13533] By: jhi                                   on 2001/12/08  15:13:39
7057         Log: Retract #11156 since Sarathy has found that it breaks code:
7058              http://bugs.ActiveState.com/show_bug.cgi?id=18457
7059              http://bugs.ActiveState.com/show_bug.cgi?id=18858
7060      Branch: perl
7061            ! op.c sv.c t/op/pos.t
7062 ____________________________________________________________________________
7063 [ 13532] By: nick                                  on 2001/12/08  14:11:12
7064         Log: Integrate mainline
7065      Branch: perlio
7066           !> Changes doop.c patchlevel.h pod/perluniintro.pod t/op/chop.t
7067           !> t/op/magic.t t/op/stat.t t/run/switches.t t/test.pl
7068 ____________________________________________________________________________
7069 [ 13531] By: nick                                  on 2001/12/08  13:48:21
7070         Log: Tweak multi-arg open error messages
7071      Branch: perlio
7072            ! perlio.c
7073 ____________________________________________________________________________
7074 [ 13530] By: nick                                  on 2001/12/08  10:20:06
7075         Log: Allow multi-arg open() if opening layer declares this legal.
7076      Branch: perlio
7077            ! doio.c perlio.c perliol.h
7078 ____________________________________________________________________________
7079 [ 13529] By: jhi                                   on 2001/12/07  23:48:58
7080         Log: Subject: [PATCH t/run/switches.t] Declaring mostly TODO
7081              From: Michael G Schwern <schwern@pobox.com>       
7082              Date: Fri, 7 Dec 2001 19:41:31 -0500
7083              Message-ID: <20011208004131.GC642@blackrider>
7084      Branch: perl
7085            ! t/run/switches.t t/test.pl
7086 ____________________________________________________________________________
7087 [ 13528] By: jhi                                   on 2001/12/07  23:47:26
7088         Log: Subject: [PATCH t/op/stat.t] Declaring -t STDIN w/pipe TODO
7089              From: Michael G Schwern <schwern@pobox.com>       
7090              Date: Fri, 7 Dec 2001 19:12:44 -0500
7091              Message-ID: <20011208001244.GB642@blackrider>
7092      Branch: perl
7093            ! t/op/stat.t
7094 ____________________________________________________________________________
7095 [ 13527] By: jhi                                   on 2001/12/07  22:31:22
7096         Log: Subject: [PATCH t/op/magic.t] Puut... The TODO... Beck!
7097              From: Michael G Schwern <schwern@pobox.com>
7098              Date: Fri, 7 Dec 2001 17:28:57 -0500
7099              Message-ID: <20011207222857.GI23210@blackrider>
7100      Branch: perl
7101            ! t/op/magic.t
7102 ____________________________________________________________________________
7103 [ 13526] By: jhi                                   on 2001/12/07  22:27:46
7104         Log: which_perl: if File::Spec fails, assume "./" and hope for the best.
7105      Branch: perl
7106            ! t/test.pl
7107 ____________________________________________________________________________
7108 [ 13525] By: jhi                                   on 2001/12/07  22:21:25
7109         Log: which_perl: delay as much a possible till runtime.
7110      Branch: perl
7111            ! t/test.pl
7112 ____________________________________________________________________________
7113 [ 13524] By: jhi                                   on 2001/12/07  21:58:15
7114         Log: Further tweakage to which_perl().
7115      Branch: perl
7116            ! t/test.pl
7117 ____________________________________________________________________________
7118 [ 13523] By: jhi                                   on 2001/12/07  21:57:30
7119         Log: perluniintro tweaks.
7120      Branch: perl
7121            ! pod/perluniintro.pod
7122 ____________________________________________________________________________
7123 [ 13522] By: jhi                                   on 2001/12/07  21:01:02
7124         Log: Tweak the $Perl computation.
7125      Branch: perl
7126            ! t/test.pl
7127 ____________________________________________________________________________
7128 [ 13521] By: jhi                                   on 2001/12/07  17:27:02
7129         Log: Subject: Re: [PATCH] chom?p needs to remove read only fakery
7130              From: Nicholas Clark <nick@ccl4.org>
7131              Date: Fri, 7 Dec 2001 17:06:56 +0000
7132              Message-ID: <20011207170656.G21702@plum.flirble.org>
7133      Branch: perl
7134            ! doop.c t/op/chop.t
7135 ____________________________________________________________________________
7136 [ 13520] By: jhi                                   on 2001/12/07  15:55:34
7137         Log: Update Changes.
7138      Branch: perl
7139            ! Changes patchlevel.h
7140 ____________________________________________________________________________
7141 [ 13519] By: jhi                                   on 2001/12/07  15:32:58
7142         Log: Missing ).
7143      Branch: perl
7144            ! t/test.pl
7145 ____________________________________________________________________________
7146 [ 13518] By: jhi                                   on 2001/12/07  15:24:32
7147         Log: Allow several arguments to display().
7148      Branch: perl
7149            ! t/test.pl
7150 ____________________________________________________________________________
7151 [ 13517] By: jhi                                   on 2001/12/07  15:19:20
7152         Log: /dev/stdout could be either a character special file
7153              or a named pipe, so let's pretend it doesn't exist.
7154      Branch: perl
7155            ! t/op/stat.t
7156 ____________________________________________________________________________
7157 [ 13516] By: nick                                  on 2001/12/07  15:09:23
7158         Log: Integrate again - can I catch up ?
7159      Branch: perlio
7160           !> t/test.pl
7161 ____________________________________________________________________________
7162 [ 13515] By: nick                                  on 2001/12/07  15:08:17
7163         Log: Integrate mainline some more
7164      Branch: perlio
7165           !> README.hpux hints/linux.sh pod/perlfunc.pod
7166 ____________________________________________________________________________
7167 [ 13514] By: nick                                  on 2001/12/07  15:07:15
7168         Log: Integrate mainline
7169      Branch: perlio
7170           +> djgpp/djgpp.h ext/Devel/PPPort/Changes
7171           +> ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
7172           +> ext/Devel/PPPort/module3.c ext/Devel/PPPort/t/test.t
7173           +> hints/super-ux.sh lib/File/Spec/t/Functions.t
7174           +> lib/File/Spec/t/Spec.t lib/File/Spec/t/rel2abs2rel.t
7175           +> lib/Math/BigInt/t/bare_mbi.t pod/perl561delta.pod
7176           +> t/lib/Math/BigInt/BareCalc.pm
7177            - ext/Devel/PPPort/harness/Harness.pm
7178            - ext/Devel/PPPort/harness/Harness.xs
7179            - ext/Devel/PPPort/harness/Makefile.PL
7180            - ext/Devel/PPPort/harness/module2.c
7181            - ext/Devel/PPPort/harness/module3.c
7182            - ext/Devel/PPPort/harness/t/test.t lib/File/Spec.t
7183            - lib/File/Spec/Functions.t
7184           !> (integrate 103 files)
7185 ____________________________________________________________________________
7186 [ 13513] By: jhi                                   on 2001/12/07  14:58:06
7187         Log: Add display() for displaying icky scalars.
7188      Branch: perl
7189            ! t/test.pl
7190 ____________________________________________________________________________
7191 [ 13511] By: jhi                                   on 2001/12/07  14:40:58
7192         Log: Subject: [ID 20011207.001] documentation bug for waitpid
7193              From: Jan-Pieter Cornet <john@pc.xs4all.nl>
7194              Date: Fri, 7 Dec 2001 12:44:56 +0100
7195              Message-Id: <200112071144.MAA12790@pc.xs4all.nl>
7196      Branch: perl
7197            ! pod/perlfunc.pod
7198 ____________________________________________________________________________
7199 [ 13510] By: jhi                                   on 2001/12/07  14:38:39
7200         Log: gcc version matching didn't.
7201      Branch: perl
7202            ! hints/linux.sh
7203 ____________________________________________________________________________
7204 [ 13509] By: jhi                                   on 2001/12/07  14:21:33
7205         Log: Subject: HP renamed their servers              
7206              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7207              Date: Fri, 07 Dec 2001 12:07:22 +0100
7208              Message-Id: <20011207120501.E16F.H.M.BRAND@hccnet.nl>
7209      Branch: perl
7210            ! README.hpux
7211 ____________________________________________________________________________
7212 [ 13508] By: jhi                                   on 2001/12/07  14:01:41
7213         Log: Subject: Re: [patch pod/perlport.pod] wrong escape
7214              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
7215              Date: Fri, 7 Dec 2001 00:24:55 -0500
7216              Message-ID: <20011207002455.D529632@linguist.thayer.dartmouth.edu>
7217      Branch: perl
7218            ! pod/perlport.pod
7219 ____________________________________________________________________________
7220 [ 13507] By: jhi                                   on 2001/12/07  03:07:03
7221         Log: Subject: [PATCH t/op/exec.t t/base/lex.t] Test For Echo, take 2
7222              From: Michael G Schwern <schwern@pobox.com> 
7223              Date: Thu, 6 Dec 2001 22:56:34 -0500
7224              Message-ID: <20011207035634.GO22648@blackrider>
7225      Branch: perl
7226            ! t/base/lex.t t/op/exec.t
7227 ____________________________________________________________________________
7228 [ 13506] By: jhi                                   on 2001/12/07  03:05:38
7229         Log: Subject: [PATCH t/test.pl ...] which_perl for safer $^Xing
7230              From: Michael G Schwern <schwern@pobox.com>
7231              Date: Thu, 6 Dec 2001 22:45:44 -0500
7232              Message-ID: <20011207034544.GN22648@blackrider>
7233              
7234              (plus op/ref tweak)
7235      Branch: perl
7236            ! t/comp/script.t t/io/open.t t/op/ref.t t/op/stat.t
7237            ! t/run/kill_perl.t t/test.pl
7238 ____________________________________________________________________________
7239 [ 13505] By: jhi                                   on 2001/12/07  01:30:25
7240         Log: Upgrade to Math::BigInt 1.48.
7241      Branch: perl
7242            + lib/Math/BigInt/t/bare_mbi.t t/lib/Math/BigInt/BareCalc.pm
7243            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
7244            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
7245            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
7246            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
7247            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
7248            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
7249 ____________________________________________________________________________
7250 [ 13504] By: jhi                                   on 2001/12/07  00:56:58
7251         Log: Mention also perl56delta in case somone is upgrading from
7252              Perl 5.005_03.
7253      Branch: perl
7254            ! pod/perldelta.pod
7255 ____________________________________________________________________________
7256 [ 13503] By: jhi                                   on 2001/12/07  00:46:55
7257         Log: Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
7258              From: Michael G Schwern <schwern@pobox.com>
7259              Date: Thu, 6 Dec 2001 15:15:28 -0500
7260              Message-ID: <20011206201528.GF16414@blackrider>
7261              
7262              (just the term.t, not the lex.t)
7263              
7264              Subject: [PATCH t/comp/script.t] Elimininating needless logic, runs from t/ now
7265              From: Michael G Schwern <schwern@pobox.com>
7266              Date: Thu, 6 Dec 2001 15:22:22 -0500
7267              Message-ID: <20011206202222.GG16414@blackrider>
7268              
7269              Subject: [PATCH t/run/kill_perl.t] Eliminationg needless $^X logic
7270              From: Michael G Schwern <schwern@pobox.com>
7271              Date: Thu, 6 Dec 2001 15:31:58 -0500
7272              Message-ID: <20011206203158.GI16414@blackrider>
7273              
7274              Subject: [PATCH t/io/open.t t/test.pl] Cleanup and echo purge
7275              From: Michael G Schwern <schwern@pobox.com>
7276              Date: Thu, 6 Dec 2001 17:38:55 -0500
7277              Message-ID: <20011206223855.GC22648@blackrider>
7278      Branch: perl
7279            ! t/base/term.t t/comp/script.t t/io/open.t t/run/kill_perl.t
7280            ! t/test.pl
7281 ____________________________________________________________________________
7282 [ 13502] By: jhi                                   on 2001/12/06  22:15:49
7283         Log: Update the thr5005 situation.
7284      Branch: perl
7285            ! pod/perldelta.pod
7286 ____________________________________________________________________________
7287 [ 13501] By: jhi                                   on 2001/12/06  22:06:28
7288         Log: perldelta borrowings from perl561delta.
7289      Branch: perl
7290            ! pod/perldelta.pod
7291 ____________________________________________________________________________
7292 [ 13500] By: jhi                                   on 2001/12/06  21:21:59
7293         Log: Add the 5.6.1 perldelta as perl561delta.
7294              (Makes it easier to steal stuff for perldelta :-)
7295      Branch: perl
7296            + pod/perl561delta.pod
7297            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
7298 ____________________________________________________________________________
7299 [ 13499] By: jhi                                   on 2001/12/06  20:46:04
7300         Log: Retract #13496 for now.
7301      Branch: perl
7302            ! t/base/lex.t t/base/term.t
7303 ____________________________________________________________________________
7304 [ 13498] By: jhi                                   on 2001/12/06  20:16:04
7305         Log: Subject: [PATCH per@13492] (was Re: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix)
7306              From: "Craig A. Berry" <craigberry@mac.com>
7307              Date: Thu, 6 Dec 2001 14:54:36 -0600
7308              Message-Id: <a05101000b8358a58eb28@[172.16.52.1]>
7309      Branch: perl
7310            ! vms/ext/filespec.t
7311 ____________________________________________________________________________
7312 [ 13496] By: jhi                                   on 2001/12/06  19:47:53
7313         Log: (retracted by #13499)
7314              
7315              Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
7316              From: Michael G Schwern <schwern@pobox.com>
7317              Date: Thu, 6 Dec 2001 15:15:28 -0500
7318              Message-ID: <20011206201528.GF16414@blackrider>
7319      Branch: perl
7320            ! t/base/lex.t t/base/term.t
7321 ____________________________________________________________________________
7322 [ 13495] By: jhi                                   on 2001/12/06  17:56:15
7323         Log: Subject: [PATCH t/op/stat.t] VMS has no link count
7324              From: Michael G Schwern <schwern@pobox.com>
7325              Date: Thu, 6 Dec 2001 13:54:48 -0500
7326              Message-ID: <20011206185448.GC16414@blackrider>
7327      Branch: perl
7328            ! t/op/stat.t
7329 ____________________________________________________________________________
7330 [ 13494] By: jhi                                   on 2001/12/06  17:54:14
7331         Log: The #4 has nothing to do with Unicode.
7332      Branch: perl
7333            ! t/op/tr.t
7334 ____________________________________________________________________________
7335 [ 13493] By: jhi                                   on 2001/12/06  17:52:43
7336         Log: Subject: [PATCH t/op/tr.t] Cleanup and more counting tests
7337              From: Michael G Schwern <schwern@pobox.com>
7338              Date: Thu, 6 Dec 2001 13:45:48 -0500
7339              Message-ID: <20011206184548.GB16414@blackrider>
7340      Branch: perl
7341            ! t/op/tr.t
7342 ____________________________________________________________________________
7343 [ 13492] By: jhi                                   on 2001/12/06  15:47:08
7344         Log: Update Changes.
7345      Branch: perl
7346            ! Changes patchlevel.h
7347 ____________________________________________________________________________
7348 [ 13491] By: jhi                                   on 2001/12/06  15:43:22
7349         Log: Subject: [PATCH Perl@13462, on top of prev. multiplicity patch] MY_RAND workaround update
7350              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
7351              Date: Thu, 6 Dec 2001 11:41:25 EST
7352              Message-Id: <011206114105.67cab@DUPHY4.Physics.Drexel.Edu>
7353      Branch: perl
7354            ! vms/vms.c vms/vmsish.h
7355 ____________________________________________________________________________
7356 [ 13490] By: jhi                                   on 2001/12/06  15:08:40
7357         Log: Subject: [PATCH] Re: weirdness in regexps
7358              From: Robin Houston <robin@kitsite.com> 
7359              Date: Thu, 6 Dec 2001 14:44:01 +0000
7360              Message-ID: <20011206144401.A27752@puffinry.freeserve.co.uk>
7361      Branch: perl
7362            ! op.c t/lib/strict/subs
7363 ____________________________________________________________________________
7364 [ 13489] By: jhi                                   on 2001/12/06  15:07:18
7365         Log: Make the -b -c -S tests count all of the /dev, not just
7366              check the first one, as suggested by Benjamin Goldberg.
7367      Branch: perl
7368            ! t/op/stat.t
7369 ____________________________________________________________________________
7370 [ 13488] By: jhi                                   on 2001/12/06  14:41:02
7371         Log: Subject: Re: [PATCH: bleadperl] casefold backref
7372              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
7373              Date: Thu, 6 Dec 2001 10:39:45 -0500 (EST) 
7374              Message-ID: <Pine.GSO.4.21.0112061038490.14590-100000@crusoe.crusoe.net>
7375      Branch: perl
7376            ! regexec.c
7377 ____________________________________________________________________________
7378 [ 13487] By: jhi                                   on 2001/12/06  14:30:45
7379         Log: Nits noticed by Philip Newton, and de-tab DB.t.
7380      Branch: perl
7381            ! lib/DB.t
7382 ____________________________________________________________________________
7383 [ 13486] By: jhi                                   on 2001/12/06  14:23:06
7384         Log: Subject: [PATCH] Re: counting tr thinks it's modifying 
7385              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
7386              Date: 6 Dec 2001 11:06:01 -0000
7387              Message-Id: <slrna0ukap.kbt.rgarciasuarez@rafael.kazibao.net>
7388      Branch: perl
7389            ! op.c t/op/tr.t
7390 ____________________________________________________________________________
7391 [ 13485] By: jhi                                   on 2001/12/06  14:07:54
7392         Log: Subject: [PATCH: bleadperl] casefold backref
7393              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
7394              Date: Wed, 05 Dec 2001 17:27:05 +0000
7395              Message-Id: <200112051727.fB5HR5422706@crypt.compulink.co.uk> 
7396      Branch: perl
7397            ! regexec.c t/op/re_tests
7398 ____________________________________________________________________________
7399 [ 13484] By: jhi                                   on 2001/12/06  03:04:18
7400         Log: Subject: [PATCH Perl@13440] MULTIPLICITY fixups               
7401              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
7402              Date: Wed, 5 Dec 2001 22:34:53 EST
7403              Message-Id: <011205223453.8122e@DUPHY4.Physics.Drexel.Edu>
7404      Branch: perl
7405            ! mg.c vms/vms.c vms/vmsish.h
7406 ____________________________________________________________________________
7407 [ 13483] By: jhi                                   on 2001/12/06  02:59:40
7408         Log: Subject: [PATCH lib/File/Spec* MANIFEST] Better abs2rel/rel2abs/canonpath tests
7409              From: Michael G Schwern <schwern@pobox.com>
7410              Date: Wed, 5 Dec 2001 19:52:58 -0500
7411              Message-ID: <20011205195257.A903@blackrider>
7412      Branch: perl
7413            + lib/File/Spec/t/Functions.t lib/File/Spec/t/Spec.t
7414            + lib/File/Spec/t/rel2abs2rel.t
7415            - lib/File/Spec.t lib/File/Spec/Functions.t
7416            ! MANIFEST
7417 ____________________________________________________________________________
7418 [ 13482] By: jhi                                   on 2001/12/06  02:48:27
7419         Log: Subject: Re: Silly stat() portability questions                
7420              From: Benjamin Goldberg <goldbb2@earthlink.net>
7421              Date: Wed, 05 Dec 2001 22:52:35 -0500
7422              Message-ID: <3C0EEB83.8CE93CA2@earthlink.net>
7423      Branch: perl
7424            ! pod/perlport.pod
7425 ____________________________________________________________________________
7426 [ 13481] By: jhi                                   on 2001/12/06  02:39:43
7427         Log: Subject: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix
7428              From: "Craig A. Berry" <craigberry@mac.com>
7429              Date: Wed, 05 Dec 2001 16:41:59 -0600
7430              Message-Id: <5.1.0.14.2.20011205160043.02160e90@exchi01>
7431      Branch: perl
7432            ! README.vms configure.com lib/File/Spec/VMS.pm
7433            ! vms/ext/filespec.t
7434 ____________________________________________________________________________
7435 [ 13480] By: jhi                                   on 2001/12/05  19:53:05
7436         Log: $apply->('club', $glibc_maintainers);
7437              
7438              (Nick Clark just reported that <langinfo.h> YESSTR
7439              is an empty string in Linux 2.4.16-rmk glibc 2.2.4-5)
7440      Branch: perl
7441            ! ext/I18N/Langinfo/Langinfo.t
7442 ____________________________________________________________________________
7443 [ 13479] By: jhi                                   on 2001/12/05  19:49:16
7444         Log: Admonish against assuming A^HUNIX fs/uid/gid semantics.
7445      Branch: perl
7446            ! pod/perlport.pod
7447 ____________________________________________________________________________
7448 [ 13478] By: gsar                                  on 2001/12/05  18:22:38
7449         Log: tweak change#13474 (pad entries can apparently be null in some
7450              situations)
7451      Branch: maint-5.6/perl
7452            ! op.c
7453 ____________________________________________________________________________
7454 [ 13477] By: jhi                                   on 2001/12/05  17:53:13
7455         Log: Restore the /dev -b -c -S part of the test.
7456      Branch: perl
7457            ! t/op/stat.t
7458 ____________________________________________________________________________
7459 [ 13476] By: jhi                                   on 2001/12/05  17:29:36
7460         Log: Retract #13475 until Arthur gets back to the mine.
7461      Branch: perl
7462            ! op.c t/run/kill_perl.t
7463 ____________________________________________________________________________
7464 [ 13475] By: jhi                                   on 2001/12/05  17:07:00
7465         Log: (retracted by #13476)
7466              
7467              Manually apply #13474; fixes stale reference to dead
7468              CvOUTSIDE(); this can happen when anonymous subroutines
7469              that aren't closures are returned from an eval""
7470              
7471              (threads/shared/sv_refs.t is coredump-unhappy about this change)
7472      Branch: perl
7473            ! op.c t/run/kill_perl.t
7474 ____________________________________________________________________________
7475 [ 13474] By: gsar                                  on 2001/12/05  15:14:24
7476         Log: replacement for change#10451
7477              
7478              fixes stale reference to dead CvOUTSIDE(); this can happen when
7479              anonymous subroutines that aren't closures are returned from an
7480              eval""
7481      Branch: maint-5.6/perl
7482            ! op.c t/op/misc.t
7483 ____________________________________________________________________________
7484 [ 13473] By: gsar                                  on 2001/12/05  15:08:18
7485         Log: revert change#10451,10472; it was a naive fix that simply
7486              reintroduced the memory leak!
7487      Branch: maint-5.6/perl
7488            ! op.c t/op/misc.t
7489 ____________________________________________________________________________
7490 [ 13472] By: jhi                                   on 2001/12/05  13:30:47
7491         Log: Subject: Re: [PATCH] File::Basename pod and .t (was: perlpacktut.pod v0.0 (split))
7492              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
7493              Date: Wed, 05 Dec 2001 10:49:20 +0100
7494              Message-ID: <3C0DEDA0.C58A8A9E@alcatel.at>
7495      Branch: perl
7496            ! lib/File/Basename.pm lib/File/Basename.t
7497 ____________________________________________________________________________
7498 [ 13471] By: jhi                                   on 2001/12/05  13:22:50
7499         Log: Subject: [PATCH t/op/magic.t] Removing a TODO
7500              From: Michael G Schwern <schwern@pobox.com> 
7501              Date: Wed, 5 Dec 2001 02:47:59 -0500
7502              Message-ID: <20011205024759.H14333@blackrider>
7503      Branch: perl
7504            ! t/op/magic.t
7505 ____________________________________________________________________________
7506 [ 13470] By: jhi                                   on 2001/12/05  13:21:09
7507         Log: Subject: [PATCH t/op/stat.t vms/test.com] stat.t portability, the LAST VMS exception!
7508              From: Michael G Schwern <schwern@pobox.com>              
7509              Date: Wed, 5 Dec 2001 02:22:05 -0500
7510              Message-ID: <20011205022205.F14333@blackrider>
7511      Branch: perl
7512            ! t/op/stat.t vms/test.com
7513 ____________________________________________________________________________
7514 [ 13469] By: jhi                                   on 2001/12/05  03:44:59
7515         Log: Subject: Re: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
7516              From: Michael G Schwern <schwern@pobox.com> 
7517              Date: Tue, 4 Dec 2001 23:40:10 -0500
7518              Message-ID: <20011204234010.B14333@blackrider>
7519      Branch: perl
7520            ! t/op/stat.t
7521 ____________________________________________________________________________
7522 [ 13468] By: jhi                                   on 2001/12/05  01:37:04
7523         Log: Subject: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
7524              From: Michael G Schwern <schwern@pobox.com> 
7525              Date: Tue, 4 Dec 2001 21:09:18 -0500           
7526              Message-ID: <20011204210918.D13279@blackrider>
7527              
7528              t/test.
7529      Branch: perl
7530            ! t/test.pl
7531 ____________________________________________________________________________
7532 [ 13467] By: jhi                                   on 2001/12/05  01:36:44
7533         Log: (accidentally empty check-in)
7534      Branch: perl
7535            ! t/op/stat.t
7536 ____________________________________________________________________________
7537 [ 13466] By: jhi                                   on 2001/12/04  22:51:19
7538         Log: Subject: [PATCH] $., $%, $=, and $- are IV's now
7539              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7540              Date: Tue, 04 Dec 2001 23:40:27 +0100
7541              Message-Id: <20011204233412.304B.H.M.BRAND@hccnet.nl>
7542      Branch: perl
7543            ! mg.c
7544 ____________________________________________________________________________
7545 [ 13465] By: jhi                                   on 2001/12/04  22:50:26
7546         Log: Subject: [PATCH] minor pod fix in Safe.pm
7547              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7548              Date: Tue, 4 Dec 2001 22:02:34 +0100
7549              Message-ID: <20011204220234.A17293@rafael>
7550      Branch: perl
7551            ! ext/Opcode/Safe.pm
7552 ____________________________________________________________________________
7553 [ 13464] By: jhi                                   on 2001/12/04  22:47:43
7554         Log: CRLF GRRR.
7555      Branch: perl
7556            ! djgpp/configure.bat
7557 ____________________________________________________________________________
7558 [ 13463] By: jhi                                   on 2001/12/04  22:46:28
7559         Log: DJGPP fixes from Laszlo Molnar.
7560      Branch: perl
7561            ! djgpp/configure.bat djgpp/djgpp.h
7562 ____________________________________________________________________________
7563 [ 13462] By: jhi                                   on 2001/12/04  14:56:22
7564         Log: Update Changes.
7565      Branch: perl
7566            ! Changes patchlevel.h
7567 ____________________________________________________________________________
7568 [ 13461] By: jhi                                   on 2001/12/04  14:49:45
7569         Log: Must wipe out the memory of real Socket before starting
7570              to use the new fake one.
7571      Branch: perl
7572            ! lib/Net/t/config.t
7573 ____________________________________________________________________________
7574 [ 13460] By: jhi                                   on 2001/12/04  14:40:28
7575         Log: LC_ALL might trump LANG.
7576      Branch: perl
7577            ! lib/open.t
7578 ____________________________________________________________________________
7579 [ 13459] By: jhi                                   on 2001/12/04  14:39:38
7580         Log: Make the eval runtime.
7581      Branch: perl
7582            ! lib/open.pm
7583 ____________________________________________________________________________
7584 [ 13458] By: jhi                                   on 2001/12/04  14:08:17
7585         Log: Make the Langinfo test both more lenient (allow
7586              for any symbol not to exists) and stricter (add
7587              more symbols).
7588      Branch: perl
7589            ! ext/I18N/Langinfo/Langinfo.t
7590 ____________________________________________________________________________
7591 [ 13457] By: gsar                                  on 2001/12/04  14:07:01
7592         Log: integrate change#13453 from maint-5.6
7593              
7594              tweak change#11399 to use an explicit flag rather than
7595              ass_u_ming w32_pseudo_id will only be zero for the real
7596              toplevel interpreter; avoids multiple hosts from diddling
7597              the environment at the same time
7598      Branch: perl
7599           !> win32/perlhost.h
7600 ____________________________________________________________________________
7601 [ 13456] By: jhi                                   on 2001/12/04  13:35:58
7602         Log: Subject: [PATCH] VMS update for perldelta.pod
7603              From: "Craig A. Berry" <craigberry@mac.com> 
7604              Date: Tue, 4 Dec 2001 00:23:12 -0600
7605              Message-Id: <a05101002b83218be190d@[172.16.52.1]>
7606      Branch: perl
7607            ! pod/perldelta.pod
7608 ____________________________________________________________________________
7609 [ 13455] By: jhi                                   on 2001/12/04  13:23:19
7610         Log: NetWare tweak from Ananth Kesari.
7611      Branch: perl
7612            ! NetWare/Makefile
7613 ____________________________________________________________________________
7614 [ 13454] By: jhi                                   on 2001/12/04  13:17:38
7615         Log: Upgrade to Net::Ping 2.07, from Rob Brown.
7616              Not adding the test suite because of its many assumptions.
7617      Branch: perl
7618            ! lib/Net/Ping.pm
7619 ____________________________________________________________________________
7620 [ 13453] By: gsar                                  on 2001/12/04  07:54:58
7621         Log: tweak change#11399 to use an explicit flag rather than
7622              ass_u_ming w32_pseudo_id will only be zero for the real
7623              toplevel interpreter; avoids multiple hosts from diddling
7624              the environment at the same time
7625      Branch: maint-5.6/perl
7626            ! win32/perlhost.h
7627 ____________________________________________________________________________
7628 [ 13452] By: jhi                                   on 2001/12/04  04:28:29
7629         Log: Add hints file for SUPER-UX: the UNIX of NEC SX series,
7630              from Len Makin.
7631      Branch: perl
7632            + hints/super-ux.sh
7633            ! MANIFEST
7634 ____________________________________________________________________________
7635 [ 13451] By: jhi                                   on 2001/12/04  01:58:03
7636         Log: Add Mac OS X known failures to perldelta.
7637      Branch: perl
7638            ! pod/perldelta.pod
7639 ____________________________________________________________________________
7640 [ 13450] By: jhi                                   on 2001/12/04  01:26:38
7641         Log: I think it's time to call the utf8 code non-test.
7642      Branch: perl
7643            ! utf8.c
7644 ____________________________________________________________________________
7645 [ 13449] By: jhi                                   on 2001/12/04  00:59:27
7646         Log: Retract #13303, need rethink.
7647      Branch: perl
7648            ! utf8.c
7649 ____________________________________________________________________________
7650 [ 13448] By: jhi                                   on 2001/12/03  22:40:22
7651         Log: Subject: [PATCH perl@13440] VMS install fix-ups: add libnetcfg and xsubpp as utility commands
7652              From: "Craig A. Berry" <craigberry@mac.com>
7653              Date: Mon, 03 Dec 2001 16:28:06 -0600
7654              Message-Id: <5.1.0.14.2.20011202223303.01c3ab98@exchi01>
7655      Branch: perl
7656            ! configure.com lib/File/Basename.pm vms/descrip_mms.template
7657 ____________________________________________________________________________
7658 [ 13447] By: jhi                                   on 2001/12/03  22:37:12
7659         Log: Subject: [PATCH] Solaris/longdouble needs /opt/SUNWspro/lib
7660              From: Andy Dougherty <doughera@lafayette.edu>
7661              Date: Mon, 3 Dec 2001 15:48:26 -0500 (EST)
7662              Message-ID: <Pine.SOL.4.10.10112031543520.5207-100000@maxwell.phys.lafayette.edu>
7663      Branch: perl
7664            ! hints/solaris_2.sh
7665 ____________________________________________________________________________
7666 [ 13446] By: jhi                                   on 2001/12/03  22:29:58
7667         Log: This test is not very robust on 8.3-constrained systems:
7668              all the "with truncated name" lines between "Autosplitting ..."
7669              and "some names are not unique" lines are unexpected,
7670              and the truncation message becomes:
7671              testtest.al, testtest.al truncate to testtest 
7672      Branch: perl
7673            ! lib/AutoSplit.t
7674 ____________________________________________________________________________
7675 [ 13445] By: jhi                                   on 2001/12/03  22:13:07
7676         Log: DOS/DJGPP has nl_langinfo() but nothing much in it.
7677      Branch: perl
7678            ! ext/I18N/Langinfo/Langinfo.t
7679 ____________________________________________________________________________
7680 [ 13444] By: jhi                                   on 2001/12/03  22:02:52
7681         Log: Test::Morify UCD.t
7682      Branch: perl
7683            ! lib/Unicode/UCD.t
7684 ____________________________________________________________________________
7685 [ 13443] By: jhi                                   on 2001/12/03  21:50:13
7686         Log: If Socket has not been built (e.g. DJGPP) the libnet
7687              tests fall over with (too) much noise.
7688      Branch: perl
7689            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
7690            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
7691            ! lib/Net/t/smtp.t lib/Net/t/time.t
7692 ____________________________________________________________________________
7693 [ 13442] By: jhi                                   on 2001/12/03  17:22:08
7694         Log: Subject: [PATCH] shared hash keys and ++/--
7695              From: Nicholas Clark <nick@ccl4.org>
7696              Date: Mon, 3 Dec 2001 16:37:16 +0000
7697              Message-ID: <20011203163716.C21702@plum.flirble.org>
7698      Branch: perl
7699            ! pp.c pp_hot.c sv.c t/op/inc.t
7700 ____________________________________________________________________________
7701 [ 13441] By: jhi                                   on 2001/12/03  17:15:52
7702         Log: Subject: [PATCH lib/Term/Cap.pm] was Re: [PATCH] Shared hash keys
7703              From: Jonathan Stowe <jns@gellyfish.com>
7704              Date: Mon, 3 Dec 2001 15:48:38 +0000 (GMT)
7705              Message-ID: <Pine.LNX.4.33.0112031543290.386-100000@orpheus.gellyfish.com>
7706      Branch: perl
7707            ! lib/Term/Cap.pm
7708 ____________________________________________________________________________
7709 [ 13440] By: jhi                                   on 2001/12/03  14:26:58
7710         Log: Update Changes.
7711      Branch: perl
7712            ! Changes patchlevel.h
7713 ____________________________________________________________________________
7714 [ 13439] By: jhi                                   on 2001/12/03  14:22:05
7715         Log: perldelta tweaks.
7716      Branch: perl
7717            ! pod/perldelta.pod
7718 ____________________________________________________________________________
7719 [ 13438] By: jhi                                   on 2001/12/03  14:12:08
7720         Log: Subject: [PATCH] perlnewmod.pod: Fixed URL for Ken William's Tutorial
7721              From: Sam Tregar <sam@tregar.com> 
7722              Date: Mon, 3 Dec 2001 00:04:07 -0500 (EST)
7723              Message-ID: <Pine.LNX.4.33.0112030002210.24619-100000@localhost.localdomain>
7724      Branch: perl
7725            ! pod/perlnewmod.pod
7726 ____________________________________________________________________________
7727 [ 13437] By: jhi                                   on 2001/12/03  14:08:59
7728         Log: microperl casting nit.
7729      Branch: perl
7730            ! utf8.c
7731 ____________________________________________________________________________
7732 [ 13436] By: jhi                                   on 2001/12/03  14:03:21
7733         Log: Make sharepvn a macro since all it does is a deref.
7734      Branch: perl
7735            ! embed.h embed.pl global.sym hv.c hv.h proto.h
7736 ____________________________________________________________________________
7737 [ 13435] By: jhi                                   on 2001/12/03  13:38:14
7738         Log: perldelta updates.
7739      Branch: perl
7740            ! pod/perldelta.pod
7741 ____________________________________________________________________________
7742 [ 13434] By: jhi                                   on 2001/12/03  13:13:02
7743         Log: PPPort update from Paul Marquess.
7744      Branch: perl
7745            + ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.xs
7746            + ext/Devel/PPPort/module2.c ext/Devel/PPPort/module3.c
7747            + ext/Devel/PPPort/t/test.t
7748            - ext/Devel/PPPort/harness/Harness.pm
7749            - ext/Devel/PPPort/harness/Harness.xs
7750            - ext/Devel/PPPort/harness/Makefile.PL
7751            - ext/Devel/PPPort/harness/module2.c
7752            - ext/Devel/PPPort/harness/module3.c
7753            - ext/Devel/PPPort/harness/t/test.t
7754            ! MANIFEST ext/Devel/PPPort/MANIFEST
7755            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
7756            ! ext/Devel/PPPort/README ext/Devel/PPPort/TODO
7757            ! ext/Devel/PPPort/soak
7758 ____________________________________________________________________________
7759 [ 13433] By: jhi                                   on 2001/12/03  12:57:23
7760         Log: No use talking about dynamic library search patch
7761              unless we are having a dynamic build.
7762      Branch: perl
7763            ! t/TEST
7764 ____________________________________________________________________________
7765 [ 13432] By: jhi                                   on 2001/12/02  22:35:04
7766         Log: Be more explicit on the List::Util build trick,
7767              should also stop unneeded rebuilds on static builds.
7768      Branch: perl
7769            ! ext/List/Util/Makefile.PL
7770 ____________________________________________________________________________
7771 [ 13431] By: jhi                                   on 2001/12/02  22:18:45
7772         Log: We need to replace the optimize (-O1) with
7773              the -h scalar0 -h vector0, not append them
7774              to the ccflags.
7775      Branch: perl
7776            ! hints/unicos.sh hints/unicosmk.sh
7777 ____________________________________________________________________________
7778 [ 13430] By: jhi                                   on 2001/12/02  20:01:24
7779         Log: Subject: [PATCH] Shared hash keys 
7780              From: Nicholas Clark <nick@ccl4.org>
7781              Date: Sun, 2 Dec 2001 20:52:32 +0000
7782              Message-ID: <20011202205232.U21702@plum.flirble.org>
7783      Branch: perl
7784            ! doop.c t/op/tr.t
7785 ____________________________________________________________________________
7786 [ 13429] By: jhi                                   on 2001/12/02  19:19:54
7787         Log: Better add new files to MANIFEST, too.
7788      Branch: perl
7789            ! MANIFEST
7790 ____________________________________________________________________________
7791 [ 13428] By: jhi                                   on 2001/12/02  18:38:18
7792         Log: Subject: {PATCH] perlpacktut.pod
7793              From: "Wolfgang Laun" <wolfgang.laun@chello.at> 
7794              Date: Sun, 02 Dec 2001 19:55:06 +0100
7795              Message-ID: <200112021955060600.009C0EF9@smtp.chello.at>
7796      Branch: perl
7797            ! pod/perlpacktut.pod
7798 ____________________________________________________________________________
7799 [ 13427] By: jhi                                   on 2001/12/02  17:07:57
7800         Log: Various small nits found by DJGPP build.
7801      Branch: perl
7802            ! doio.c mg.c pp.c util.c
7803 ____________________________________________________________________________
7804 [ 13426] By: jhi                                   on 2001/12/02  16:55:21
7805         Log: Subject: RE: More verbose POD for Carp
7806              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
7807              Date: Sun, 2 Dec 2001 11:32:51 -0500
7808              Message-ID: <3C0A9748@operamail.com>
7809      Branch: perl
7810            ! lib/Carp.pm
7811 ____________________________________________________________________________
7812 [ 13425] By: jhi                                   on 2001/12/02  16:54:06
7813         Log: Add a header for DJGPP with the function prototypes.
7814      Branch: perl
7815            + djgpp/djgpp.h
7816            ! MANIFEST djgpp/djgpp.c
7817 ____________________________________________________________________________
7818 [ 13424] By: jhi                                   on 2001/12/02  01:17:43
7819         Log: Subject: [PATCH] chdir() with an empty tainted argument on Win32
7820              From: Abe Timmerman <abe@ztreet.demon.nl>
7821              Date: Sun, 02 Dec 2001 02:41:25 +0100
7822              Message-ID: <j8vi0uorud2fa9vp0q2dpmn7tpr5hqec1d@4ax.com>
7823      Branch: perl
7824            ! pp_sys.c
7825 ____________________________________________________________________________
7826 [ 13423] By: jhi                                   on 2001/12/02  01:05:43
7827         Log: There isn't PTR2INT(), there's PTR2IV().
7828      Branch: perl
7829            ! ext/Time/HiRes/HiRes.xs
7830 ____________________________________________________________________________
7831 [ 13422] By: jhi                                   on 2001/12/02  00:56:05
7832         Log: Subject: [ID 20011201.170] Time::HiRes in devel-perl causes segfaults for xs users
7833              From: Marc Lehmann <root@schmorp.de>
7834              Date: Sun, 02 Dec 2001 02:44:53 +0100
7835              Message-Id: <E16ALgb-0006Yw-00.pgcc-forever-2001-12-02-02-44-53@fuji.laendle>
7836      Branch: perl
7837            ! ext/Time/HiRes/HiRes.xs
7838 ____________________________________________________________________________
7839 [ 13421] By: jhi                                   on 2001/12/02  00:25:35
7840         Log: encode()/decode() examples.
7841      Branch: perl
7842            ! ext/Encode/Encode.pm
7843 ____________________________________________________________________________
7844 [ 13420] By: jhi                                   on 2001/12/02  00:14:38
7845         Log: DJGPP tweaks from Laszlo Molnar.
7846      Branch: perl
7847            ! djgpp/config.over djgpp/djgppsed.sh
7848 ____________________________________________________________________________
7849 [ 13419] By: jhi                                   on 2001/12/01  20:52:19
7850         Log: Update Changes.
7851      Branch: perl
7852            ! Changes patchlevel.h
7853 ____________________________________________________________________________
7854 [ 13418] By: jhi                                   on 2001/12/01  20:40:03
7855         Log: Integrate perlio;
7856              
7857              Skip socket-ness tests on handles (e.g. PerlIO::Scalar)
7858              which do not have file descriptors. Noticed a possibly
7859              worse problem in the process ...
7860      Branch: perl
7861           !> doio.c
7862 ____________________________________________________________________________
7863 [ 13417] By: jhi                                   on 2001/12/01  20:37:40
7864         Log: Non-VMS-fixed and Win32-skipped version of
7865              
7866              Subject: [PATCH t/op/exec.t] Portabilty fix 
7867              From: Michael G Schwern <schwern@pobox.com> 
7868              Date: Fri, 30 Nov 2001 16:09:27 -0500
7869              Message-ID: <20011130160927.A10406@blackrider>
7870      Branch: perl
7871            ! t/op/exec.t
7872 ____________________________________________________________________________
7873 [ 13416] By: jhi                                   on 2001/12/01  20:35:31
7874         Log: Subject: Enabling strict on Carp/Heavy, + internal documentation
7875              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
7876              Date: Sat, 1 Dec 2001 07:01:09 -0500
7877              Message-ID: <3C0D2E39@operamail.com>
7878              
7879              Subject: More verbose POD for Carp
7880              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
7881              Date: Sat, 1 Dec 2001 08:04:16 -0500
7882              Message-ID: <3C285C2B@operamail.com>
7883      Branch: perl
7884            ! lib/Carp.pm lib/Carp/Heavy.pm
7885 ____________________________________________________________________________
7886 [ 13415] By: jhi                                   on 2001/12/01  20:31:06
7887         Log: Subject: [PATCH lib/DB.t] Strictures, dual variables 
7888              From: chromatic <chromatic@rmci.net>
7889              Date: Sat, 01 Dec 2001 12:41:58 -0700
7890              Message-ID: <20011201194946.50449.qmail@onion.perl.org>
7891      Branch: perl
7892            ! lib/DB.t
7893 ____________________________________________________________________________
7894 [ 13414] By: jhi                                   on 2001/12/01  20:30:17
7895         Log: Try to make a missing RADIXCHAR a softer kinder error.
7896      Branch: perl
7897            ! ext/I18N/Langinfo/Langinfo.t
7898 ____________________________________________________________________________
7899 [ 13413] By: jhi                                   on 2001/12/01  20:21:27
7900         Log: Have a little faith on nl_langinfo() itself.
7901      Branch: perl
7902            ! ext/I18N/Langinfo/Langinfo.xs
7903 ____________________________________________________________________________
7904 [ 13412] By: jhi                                   on 2001/12/01  18:47:07
7905         Log: Typo (a missing endparen) and thinko (_MAXSTRMSG is
7906              the max, not max plus one)
7907      Branch: perl
7908            ! ext/I18N/Langinfo/Langinfo.xs
7909 ____________________________________________________________________________
7910 [ 13411] By: jhi                                   on 2001/12/01  18:45:32
7911         Log: Make reality agree with the comment.
7912      Branch: perl
7913            ! ext/I18N/Langinfo/Langinfo.xs
7914 ____________________________________________________________________________
7915 [ 13410] By: jhi                                   on 2001/12/01  18:43:11
7916         Log: Try to protect against wild langinfo() arguments.
7917      Branch: perl
7918            ! ext/I18N/Langinfo/Langinfo.xs
7919 ____________________________________________________________________________
7920 [ 13409] By: nick                                  on 2001/12/01  18:19:59
7921         Log: Skip socket-ness tests on handles (e.g. PerlIO::Scalar) which do not
7922              have file descriptors. Noticed a possibly worse problem in the process ...
7923      Branch: perlio
7924            ! doio.c
7925 ____________________________________________________________________________
7926 [ 13408] By: jhi                                   on 2001/12/01  18:18:34
7927         Log: If we are inside an eval, let's be silent about
7928              separate symbols and just croak() in the end.
7929      Branch: perl
7930            ! lib/Exporter/Heavy.pm
7931 ____________________________________________________________________________
7932 [ 13407] By: nick                                  on 2001/12/01  17:14:05
7933         Log: Integrate mainline
7934      Branch: perlio
7935           !> (integrate 26 files)
7936 ____________________________________________________________________________
7937 [ 13406] By: jhi                                   on 2001/12/01  16:31:02
7938         Log: Subject: Fix for Exporter error reporting behaviour
7939              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
7940              Date: Sat, 1 Dec 2001 06:34:48 -0500
7941              Message-ID: <3C0D1B9A@operamail.com>
7942      Branch: perl
7943            ! lib/Exporter.pm lib/Exporter/Heavy.pm
7944 ____________________________________________________________________________
7945 [ 13405] By: jhi                                   on 2001/12/01  16:29:27
7946         Log: Need to hide behind an eval to avoid a warning
7947              about :utf8 on non-perlio configs.
7948      Branch: perl
7949            ! lib/open.t
7950 ____________________________________________________________________________
7951 [ 13404] By: jhi                                   on 2001/12/01  15:55:51
7952         Log: Subject: [PATCH 20010902.002] parser panics on lvalue methods 
7953              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7954              Date: Fri, 30 Nov 2001 23:46:58 +0100
7955              Message-ID: <20011130234658.A717@rafael>
7956      Branch: perl
7957            ! op.c t/op/method.t
7958 ____________________________________________________________________________
7959 [ 13403] By: jhi                                   on 2001/12/01  15:54:23
7960         Log: Subject: Re: [ID 20011129.163] B::Xref- $top corrupt
7961              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7962              Date: Thu, 29 Nov 2001 22:46:12 +0100
7963              Message-ID: <20011129224612.A699@rafael>
7964      Branch: perl
7965            ! ext/B/B/Xref.pm
7966 ____________________________________________________________________________
7967 [ 13402] By: jhi                                   on 2001/12/01  15:52:13
7968         Log: Subject: Re: [PATCH] [ID 20011130.166] "in memory" file handles via scalas not documented in perldoc -f open 
7969              From: Tels <perl_dummy@bloodgate.com>
7970              Date: Sat, 01 Dec 2001 10:29:11 +0100 (CET)
7971              Message-Id: <200112010931.LAA29309@tiku.hut.fi>
7972      Branch: perl
7973            ! pod/perlfunc.pod
7974 ____________________________________________________________________________
7975 [ 13401] By: jhi                                   on 2001/12/01  15:48:13
7976         Log: Subject: [REPATCH] reference pointer comparison
7977              From: Nicholas Clark <nick@ccl4.org>
7978              Date: Sat, 1 Dec 2001 13:00:17 +0000
7979              Message-ID: <20011201130017.I21702@plum.flirble.org>
7980      Branch: perl
7981            ! pp.c
7982 ____________________________________________________________________________
7983 [ 13400] By: jhi                                   on 2001/12/01  15:43:15
7984         Log: Upgrade to Storable 1.0.14.
7985      Branch: perl
7986            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
7987 ____________________________________________________________________________
7988 [ 13399] By: jhi                                   on 2001/12/01  15:40:13
7989         Log: Add simple caches for ::viacode() and ::vianame().
7990      Branch: perl
7991            ! lib/charnames.pm lib/charnames.t
7992 ____________________________________________________________________________
7993 [ 13398] By: nick                                  on 2001/12/01  10:36:24
7994         Log: Integrate mainline.
7995      Branch: perlio
7996           +> (branch 44 files)
7997            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
7998            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
7999            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
8000           !> (integrate 250 files)
8001 ____________________________________________________________________________
8002 [ 13397] By: jhi                                   on 2001/12/01  04:35:39
8003         Log: Regen toc and modlib.
8004      Branch: perl
8005            ! pod/perlmodlib.pod pod/perltoc.pod
8006 ____________________________________________________________________________
8007 [ 13396] By: jhi                                   on 2001/12/01  04:31:53
8008         Log: Upgrade to podlators-1.18.
8009      Branch: perl
8010            ! lib/Pod/ParseLink.pm lib/Pod/Text/Termcap.pm
8011 ____________________________________________________________________________
8012 [ 13395] By: jhi                                   on 2001/11/30  23:03:20
8013         Log: -h scalar0 -h vector0 seems to help for both
8014              UNICOS and UNICOS/mk on the unpack %65c problems.
8015              
8016              (replaces #13393)
8017      Branch: perl
8018            ! hints/unicos.sh hints/unicosmk.sh
8019 ____________________________________________________________________________
8020 [ 13394] By: jhi                                   on 2001/11/30  22:51:17
8021         Log: More Socket constants.
8022      Branch: perl
8023            ! ext/Socket/Makefile.PL ext/Socket/Socket.pm
8024 ____________________________________________________________________________
8025 [ 13393] By: jhi                                   on 2001/11/30  22:00:04
8026         Log: (replaced by #13395)
8027      Branch: perl
8028            ! hints/unicosmk.sh
8029 ____________________________________________________________________________
8030 [ 13392] By: jhi                                   on 2001/11/30  20:26:22
8031         Log: Subject: Re: -P and Incredible Disappearing $Config{cppstdin} (was Re: perl@13385)
8032              From: Andy Dougherty <doughera@lafayette.edu>
8033              Date: Fri, 30 Nov 2001 13:49:48 -0500 (EST)
8034              Message-ID: <Pine.SOL.4.10.10111301304220.13302-100000@maxwell.phys.lafayette.edu>
8035              
8036              Simplify the test skippage criterion now that we are
8037              no more dependent on sed.
8038      Branch: perl
8039            ! t/comp/cpp.t t/run/switchPx.t
8040 ____________________________________________________________________________
8041 [ 13391] By: jhi                                   on 2001/11/30  20:19:37
8042         Log: Subject: Re: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux-2.4.8-26mdk
8043              From: Michael G Schwern <schwern@pobox.com>
8044              Date: Fri, 30 Nov 2001 11:48:44 -0500
8045              Message-ID: <20011130114844.C1303@blackrider>
8046              
8047              (replaces #13381)
8048      Branch: perl
8049            ! t/op/stat.t
8050 ____________________________________________________________________________
8051 [ 13390] By: jhi                                   on 2001/11/30  18:12:54
8052         Log: Let's not assume how much memory has been allocated
8053              to PVs.
8054      Branch: perl
8055            ! ext/Devel/Peek/Peek.t
8056 ____________________________________________________________________________
8057 [ 13389] By: jhi                                   on 2001/11/30  17:38:37
8058         Log: VOS needs to know the modules, including pp_sort.
8059      Branch: perl
8060            ! vos/perl.bind
8061 ____________________________________________________________________________
8062 [ 13388] By: jhi                                   on 2001/11/30  15:18:51
8063         Log: Unused variables.
8064      Branch: perl
8065            ! ext/Unicode/Normalize/Normalize.xs
8066 ____________________________________________________________________________
8067 [ 13387] By: jhi                                   on 2001/11/30  14:57:19
8068         Log: Subject: [PATCH] Cygwin failures with lib/ExtUtils/Embed.t
8069              From: John Peacock <jpeacock@rowman.com>     
8070              Date: Fri, 30 Nov 2001 10:24:00 -0500        
8071              Message-ID: <3C07A490.A22A76B0@rowman.com>   
8072      Branch: perl
8073            ! lib/ExtUtils/Embed.t
8074 ____________________________________________________________________________
8075 [ 13386] By: jhi                                   on 2001/11/30  14:55:02
8076         Log: Tweak for the VOS building script from Paul Green.
8077      Branch: perl
8078            ! vos/configure_perl.cm
8079 ____________________________________________________________________________
8080 [ 13385] By: jhi                                   on 2001/11/30  14:11:18
8081         Log: Update Changes.
8082      Branch: perl
8083            ! Changes patchlevel.h
8084 ____________________________________________________________________________
8085 [ 13384] By: jhi                                   on 2001/11/30  14:00:55
8086         Log: Cannot test if cppstdin has not yet been installed.
8087      Branch: perl
8088            ! t/run/switchPx.t
8089 ____________________________________________________________________________
8090 [ 13383] By: jhi                                   on 2001/11/30  13:59:18
8091         Log: Subject: [PATCH perl.c ...] -P on VMS.  Evicting sed
8092              From: Michael G Schwern <schwern@pobox.com> 
8093              Date: Thu, 29 Nov 2001 22:05:11 -0500
8094              Message-ID: <20011129220510.A18869@blackrider>
8095              
8096              TODO 1: if cppstdin is used and not yet installed,
8097              the Px.t will fail (must do the same as in cpp.t)
8098              
8099              TODO 2: does this work if no Perl whatsoever has
8100              yet been installed?  That is, we should be using
8101              the Perl we are building to execute the one-liner.
8102      Branch: perl
8103            + t/run/switchPx.aux t/run/switchPx.t
8104            ! MANIFEST configure.com perl.c t/comp/cpp.aux t/comp/cpp.t
8105            ! vms/test.com
8106 ____________________________________________________________________________
8107 [ 13382] By: jhi                                   on 2001/11/30  13:41:15
8108         Log: Upgrade to Unicode::Normalize 0.12.
8109      Branch: perl
8110            ! ext/Unicode/Normalize/Changes
8111            ! ext/Unicode/Normalize/Normalize.pm
8112            ! ext/Unicode/Normalize/Normalize.xs
8113            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
8114            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
8115            ! ext/Unicode/Normalize/t/test.t
8116 ____________________________________________________________________________
8117 [ 13381] By: jhi                                   on 2001/11/30  13:23:06
8118         Log: (replaced by #13391)
8119              
8120              Subject: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux 2.4.8-26mdk
8121              From: jpeacock@dsl092-147-156.wdc1.dsl.speakeasy.net
8122              Date: 30 Nov 2001 11:41:53 -0000             
8123              Message-Id: <20011130114153.24600.qmail@dsl092-147-156.wdc1.dsl.speakeasy.net>
8124              
8125              No need to die if we have high-paranoia (non-chdirable)
8126              system directories.
8127      Branch: perl
8128            ! t/op/stat.t
8129 ____________________________________________________________________________
8130 [ 13380] By: jhi                                   on 2001/11/30  04:49:56
8131         Log: Paragraph rewrapping.
8132      Branch: perl
8133            ! pod/perliol.pod
8134 ____________________________________________________________________________
8135 [ 13379] By: jhi                                   on 2001/11/30  04:38:34
8136         Log: Subject: [patch pod/perliol.pod] s/SvPV/SvPV_nolen/
8137              From: Stas Bekman <stas@stason.org>
8138              Date: Fri, 30 Nov 2001 13:23:34 +0800 (SGT)       
8139              Message-ID: <Pine.LNX.4.40.0111301321220.4595-100000@hope.stason.org>
8140      Branch: perl
8141            ! pod/perliol.pod
8142 ____________________________________________________________________________
8143 [ 13378] By: jhi                                   on 2001/11/30  04:34:40
8144         Log: Whether select() gets restarted on signals is
8145              implementation dependent.
8146      Branch: perl
8147            ! ext/Time/HiRes/HiRes.t
8148 ____________________________________________________________________________
8149 [ 13377] By: jhi                                   on 2001/11/30  01:24:29
8150         Log: More forgotten checkins.
8151      Branch: perl
8152            ! embed.h embed.pl proto.h
8153 ____________________________________________________________________________
8154 [ 13376] By: jhi                                   on 2001/11/30  01:16:22
8155         Log: Add a note about folding vs lowercase.
8156      Branch: perl
8157            ! regexec.c
8158 ____________________________________________________________________________
8159 [ 13375] By: jhi                                   on 2001/11/30  01:09:17
8160         Log: Use to_uni_fold (and add changed global.sym)
8161      Branch: perl
8162            ! global.sym utf8.c
8163 ____________________________________________________________________________
8164 [ 13374] By: jhi                                   on 2001/11/30  00:49:35
8165         Log: Make to Unicode character functions to use UVs
8166              instead of U32s and add to_uni_fold().
8167      Branch: perl
8168            ! embed.pl proto.h utf8.c
8169 ____________________________________________________________________________
8170 [ 13373] By: jhi                                   on 2001/11/29  22:34:44
8171         Log: Subject: Re: DRAFT perlpacktut.pod v0.0
8172              From: Nicholas Clark <nick@ccl4.org>
8173              Date: Thu, 29 Nov 2001 22:47:32 +0000
8174              Message-ID: <20011129224732.W37621@plum.flirble.org>
8175      Branch: perl
8176            ! pod/perlpacktut.pod
8177 ____________________________________________________________________________
8178 [ 13372] By: jhi                                   on 2001/11/29  22:32:49
8179         Log: README.vos updates from Paul Green.
8180      Branch: perl
8181            ! README.vos
8182 ____________________________________________________________________________
8183 [ 13371] By: jhi                                   on 2001/11/29  21:01:31
8184         Log: Subject: [PATCH Perl@13343] VMS pre7 default signal handling
8185              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
8186              Date: Thu, 29 Nov 2001 14:18:51 EST
8187              Message-Id: <011129141454.666c6@DUPHY4.Physics.Drexel.Edu>
8188      Branch: perl
8189            ! mg.c vms/vms.c vms/vmsish.h
8190 ____________________________________________________________________________
8191 [ 13370] By: jhi                                   on 2001/11/29  20:59:35
8192         Log: Subject: [PATCH README.vms] Fwd: [craigberry@mac.com: RE: Broken URL in README.vms]
8193              From: Michael G Schwern <schwern@pobox.com>
8194              Date: Thu, 29 Nov 2001 13:12:31 -0500
8195              Message-ID: <20011129131231.E11300@blackrider>
8196      Branch: perl
8197            ! README.vms
8198 ____________________________________________________________________________
8199 [ 13369] By: jhi                                   on 2001/11/29  20:58:10
8200         Log: BGET_IV was missing.
8201      Branch: perl
8202            ! ext/ByteLoader/bytecode.h
8203 ____________________________________________________________________________
8204 [ 13368] By: jhi                                   on 2001/11/29  15:40:40
8205         Log: Subject: [PATCH lib/Term/Cap.pm] (was Re: warnings from  [PATCH Perl@13013] Term::Cap and VMS )
8206              From: Jonathan Stowe <gellyfish@gellyfish.com>
8207              Date: Thu, 29 Nov 2001 16:31:24 +0000 (GMT)        
8208              Message-ID: <Pine.LNX.4.33.0111291628540.20888-100000@orpheus.gellyfish.com>
8209      Branch: perl
8210            ! lib/Term/Cap.pm
8211 ____________________________________________________________________________
8212 [ 13367] By: jhi                                   on 2001/11/29  15:11:43
8213         Log: Porting/checkURL.pl was missing.
8214      Branch: perl
8215            ! MANIFEST
8216 ____________________________________________________________________________
8217 [ 13366] By: jhi                                   on 2001/11/29  15:03:52
8218         Log: Subject: INSTALL and READMEs should be reviewed
8219              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8220              Date: Thu, 29 Nov 2001 16:49:36 +0100
8221              Message-ID: <20011129164936.A17492@rafael>         
8222      Branch: perl
8223            ! README.cygwin
8224 ____________________________________________________________________________
8225 [ 13365] By: jhi                                   on 2001/11/29  14:39:01
8226         Log: Subject: Re: [PATCH README.os390] URL fixes and "Tools and Toys" link
8227              From: Peter Prymmer <pvhp@pvhp.best.vwh.net>
8228              Date: Thu, 29 Nov 2001 15:37:42 +0000 (GMT)
8229              Message-ID: <Pine.BSF.4.10.10111291529080.98343-100000@pvhp.best.vwh.net>
8230      Branch: perl
8231            ! README.os390
8232 ____________________________________________________________________________
8233 [ 13364] By: jhi                                   on 2001/11/29  14:34:18
8234         Log: Update Changes.
8235      Branch: perl
8236            ! Changes patchlevel.h
8237 ____________________________________________________________________________
8238 [ 13363] By: jhi                                   on 2001/11/29  14:26:48
8239         Log: The changes to the curliffed files didn't stick in #13348.
8240      Branch: perl
8241            ! README.dos README.win32
8242 ____________________________________________________________________________
8243 [ 13362] By: jhi                                   on 2001/11/29  14:13:03
8244         Log: Subject: Re: Found the rev where File::Glob broke
8245              From: Andy Dougherty <doughera@lafayette.edu>
8246              Date: Thu, 29 Nov 2001 10:14:05 -0500 (EST)
8247              Message-ID: <Pine.SOL.4.10.10111291013060.23886-100000@maxwell.phys.lafayette.edu>
8248      Branch: perl
8249            ! lib/ExtUtils/MM_Unix.pm
8250 ____________________________________________________________________________
8251 [ 13361] By: jhi                                   on 2001/11/29  14:08:30
8252         Log: Use __DATA__ instead of __END__.
8253      Branch: perl
8254            ! lib/Term/Cap.pm
8255 ____________________________________________________________________________
8256 [ 13360] By: jhi                                   on 2001/11/29  14:03:28
8257         Log: Subject: [PATCH toke.c] autosplit into @F fix
8258              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8259              Date: Thu, 29 Nov 2001 14:52:23 +0100
8260              Message-ID: <20011129145223.A25817@rafael>         
8261      Branch: perl
8262            ! toke.c
8263 ____________________________________________________________________________
8264 [ 13359] By: jhi                                   on 2001/11/29  13:47:07
8265         Log: Subject: [PATCH B::Deparse] deparse -wl0 -i.bak
8266              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8267              Date: Thu, 29 Nov 2001 15:48:15 +0100
8268              Message-ID: <20011129154815.C25817@rafael>         
8269      Branch: perl
8270            ! ext/B/B/Deparse.pm ext/B/O.pm ext/B/t/deparse.t
8271 ____________________________________________________________________________
8272 [ 13358] By: jhi                                   on 2001/11/29  13:43:40
8273         Log: Subject: DRAFT perlpacktut.pod - minor diffs to v0.1
8274              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
8275              Date: Wed, 28 Nov 2001 20:35:29 +0100
8276              Message-ID: <200111282035290250.0067732D@smtp.chello.at>
8277      Branch: perl
8278            ! pod/perlpacktut.pod
8279 ____________________________________________________________________________
8280 [ 13357] By: jhi                                   on 2001/11/29  13:42:18
8281         Log: Subject: [patch pod/perlapio.pod] csh temp env setting
8282              From: Stas Bekman <stas@stason.org>
8283              Date: Thu, 29 Nov 2001 13:17:57 +0800 (SGT) 
8284              Message-ID: <Pine.LNX.4.40.0111291314570.17584-100000@hope.stason.org>
8285              
8286              (with tweaks)
8287      Branch: perl
8288            ! pod/perlapio.pod
8289 ____________________________________________________________________________
8290 [ 13356] By: jhi                                   on 2001/11/29  13:39:06
8291         Log: Subject: Re: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
8292              From: Tels <perl_dummy@bloodgate.com>
8293              Date: Thu, 29 Nov 2001 07:28:10 +0100 (CET) 
8294              Message-Id: <200111290630.IAA08631@tiku.hut.fi>
8295              
8296              (plus paragraph rewrapping)
8297      Branch: perl
8298            ! lib/Exporter.pm
8299 ____________________________________________________________________________
8300 [ 13355] By: jhi                                   on 2001/11/29  04:43:54
8301         Log: Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.
8302              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>                 
8303              Date: Wed, 28 Nov 2001 21:47:59 +0000
8304              Message-Id: <200111282147.fASLlxD04163@crypt.compulink.co.uk>
8305      Branch: perl
8306            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
8307 ____________________________________________________________________________
8308 [ 13354] By: jhi                                   on 2001/11/29  04:28:29
8309         Log: Subject: Re: Fw: Smoke 13285 /pro/3gl/CPAN/perl-current        
8310              From: Andy Dougherty <doughera@lafayette.edu>
8311              Date: Wed, 28 Nov 2001 15:33:00 -0500 (EST) 
8312              Message-ID: <Pine.SOL.4.10.10111281524560.22100-100000@maxwell.phys.lafayette.edu>         
8313      Branch: perl
8314            ! INSTALL ext/Time/HiRes/HiRes.t
8315 ____________________________________________________________________________
8316 [ 13353] By: jhi                                   on 2001/11/29  04:19:40
8317         Log: Subject: [PATCH t/run/kill_perl.t] (was Re: [ID 20011128.159] Segmentation faulton bad regexp)
8318              From: Michael G Schwern <schwern@pobox.com> 
8319              Date: Wed, 28 Nov 2001 16:37:01 -0500
8320              Message-ID: <20011128163701.H676@blackrider>
8321      Branch: perl
8322            ! t/run/kill_perl.t
8323 ____________________________________________________________________________
8324 [ 13352] By: jhi                                   on 2001/11/29  04:18:08
8325         Log: @INC tweak.
8326      Branch: perl
8327            ! t/op/ref.t
8328 ____________________________________________________________________________
8329 [ 13351] By: jhi                                   on 2001/11/29  02:28:06
8330         Log: Subject: [PATCH] Re: [ID 20011127.153] installman error
8331              From: Nicholas Clark <nick@ccl4.org>
8332              Date: Wed, 28 Nov 2001 23:38:43 +0000
8333              Message-ID: <20011128233843.N37621@plum.flirble.org>  
8334      Branch: perl
8335            ! installman
8336 ____________________________________________________________________________
8337 [ 13350] By: jhi                                   on 2001/11/29  02:18:30
8338         Log: Tweak the forking logic.
8339      Branch: perl
8340            ! Porting/checkURL.pl
8341 ____________________________________________________________________________
8342 [ 13349] By: jhi                                   on 2001/11/29  01:37:48
8343         Log: Update perlmodlib.PL as per #13348.  The L<> got
8344              changed back because that is coming from ParseLink.pm.
8345      Branch: perl
8346            ! pod/perlmodlib.PL pod/perlmodlib.pod
8347 ____________________________________________________________________________
8348 [ 13348] By: jhi                                   on 2001/11/29  01:31:48
8349         Log: URL fixups from Michael Schwern.
8350      Branch: perl
8351            ! README.cygwin README.dos README.hpux README.mint README.mpeix
8352            ! README.os390 README.qnx README.solaris README.vos README.win32
8353            ! pod/perlmodlib.pod
8354 ____________________________________________________________________________
8355 [ 13347] By: jhi                                   on 2001/11/29  01:23:08
8356         Log: Subject: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
8357              From: Barrie Slaymaker <barries@slaysys.com>
8358              Date: Wed, 28 Nov 2001 14:10:01 -0500                 
8359              Message-ID: <20011128140957.D5236@sizzle.whoville.com>
8360      Branch: perl
8361            ! lib/Exporter.pm
8362 ____________________________________________________________________________
8363 [ 13346] By: jhi                                   on 2001/11/29  01:22:02
8364         Log: Change $=, $., $*, $%, and $- to be IVs instead of longs.
8365      Branch: perl
8366            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c sv.h
8367 ____________________________________________________________________________
8368 [ 13345] By: jhi                                   on 2001/11/29  00:11:56
8369         Log: Subject: [PATCH] Re: $\ very broken
8370              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8371              Date: Wed, 28 Nov 2001 22:33:08 +0100                 
8372              Message-ID: <20011128223308.E732@rafael>   
8373              
8374              Subject: Re: [PATCH] Re: $\ very broken     
8375              From: Nicholas Clark <nick@ccl4.org>
8376              Date: Wed, 28 Nov 2001 22:29:00 +0000                 
8377              Message-ID: <20011128222859.K37621@plum.flirble.org>
8378      Branch: perl
8379            ! mg.c t/op/ref.t
8380 ____________________________________________________________________________
8381 [ 13344] By: jhi                                   on 2001/11/29  00:05:19
8382         Log: Add Abigail's link checker with the following tweaks:
8383              - known dummy URLs (Peter Prymmer)
8384              - do also READMEs and INSTALL (Michael Schwern)
8385              - do also ftp URLs
8386              - add fork retry loop in case the allowed number
8387              of processes per user is low
8388      Branch: perl
8389            + Porting/checkURL.pl
8390            ! MANIFEST
8391 ____________________________________________________________________________
8392 [ 13343] By: jhi                                   on 2001/11/28  14:56:50
8393         Log: Update Changes.
8394      Branch: perl
8395            ! Changes patchlevel.h
8396 ____________________________________________________________________________
8397 [ 13342] By: jhi                                   on 2001/11/28  14:15:25
8398         Log: In Linux if we have modern enough gcc and supported
8399              enough CPU, crank up the optimization level to -O3.
8400      Branch: perl
8401            ! hints/linux.sh
8402 ____________________________________________________________________________
8403 [ 13341] By: jhi                                   on 2001/11/28  14:00:12
8404         Log: Add perlpacktut from Wolfgang Laun; regen toc.
8405      Branch: perl
8406            + pod/perlpacktut.pod
8407            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldelta.pod
8408            ! pod/perltoc.pod
8409 ____________________________________________________________________________
8410 [ 13340] By: jhi                                   on 2001/11/28  13:45:00
8411         Log: Subject: [PATCH: perl@13324] arithmetic fix for skipped tests on VMS      
8412              From: PPrymmer@factset.com
8413              Date: Wed, 28 Nov 2001 07:51:26 -0500
8414              Message-ID: <OF3C405D19.04CAF18F-ON85256B12.00464B6C@55.25.11>    
8415      Branch: perl
8416            ! vms/test.com
8417 ____________________________________________________________________________
8418 [ 13339] By: jhi                                   on 2001/11/28  13:37:31
8419         Log: Test cases for the first half of #13338.
8420      Branch: perl
8421            ! t/lib/h2ph.h t/lib/h2ph.pht
8422 ____________________________________________________________________________
8423 [ 13338] By: jhi                                   on 2001/11/28  13:28:08
8424         Log: Subject: Re: h2ph confused by comments in an enum.
8425              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
8426              Date: Wed, 28 Nov 2001 04:19:21 +0000
8427              Message-Id: <200111280419.fAS4JLD17887@crypt.compulink.co.uk>        
8428              
8429              Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.]
8430              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
8431              Date: Wed, 28 Nov 2001 13:36:35 +0000
8432              Message-Id: <200111281336.fASDaZG30245@crypt.compulink.co.uk>
8433      Branch: perl
8434            ! utils/h2ph.PL
8435 ____________________________________________________________________________
8436 [ 13337] By: jhi                                   on 2001/11/28  13:15:41
8437         Log: Subject: Re: [PATCH Perl@13013] Term::Cap and VMS
8438              From: Jonathan Stowe <gellyfish@gellyfish.com>
8439              Date: Wed, 28 Nov 2001 10:39:54 +0000 (GMT)
8440              Message-ID: <Pine.LNX.4.33.0111281039070.20888-100000@orpheus.gellyfish.com>
8441              
8442              (replace #13327)
8443      Branch: perl
8444            ! lib/Term/Cap.pm
8445 ____________________________________________________________________________
8446 [ 13336] By: jhi                                   on 2001/11/28  04:21:05
8447         Log: Replace #13335 with
8448              
8449              Subject: Re: [PATCH perl@13323] Termcap.pm with no termios
8450              From: Russ Allbery <rra@stanford.edu>
8451              Date: 27 Nov 2001 20:42:49 -0800
8452              Message-ID: <yl667vv73q.fsf@windlord.stanford.edu>
8453      Branch: perl
8454            ! lib/Pod/Text/Termcap.pm
8455 ____________________________________________________________________________
8456 [ 13335] By: jhi                                   on 2001/11/28  03:33:10
8457         Log: (replaced by #13336)
8458              
8459              Subject: [PATCH perl@13323] Termcap.pm with no termios
8460              From: "Craig A. Berry" <craigberry@mac.com> 
8461              Date: Tue, 27 Nov 2001 22:28:50 -0600
8462              Message-Id: <a05101003b82a151fda85@[192.168.56.184]>
8463      Branch: perl
8464            ! lib/Pod/Text/Termcap.pm
8465 ____________________________________________________________________________
8466 [ 13334] By: jhi                                   on 2001/11/28  03:31:51
8467         Log: Subject: [PATCH perl@13323] solve identity crisis on VMS 
8468              From: "Craig A. Berry" <craigberry@mac.com> 
8469              Date: Tue, 27 Nov 2001 21:46:45 -0600
8470              Message-Id: <a05101002b829f5c9824d@[192.168.56.184]>
8471      Branch: perl
8472            ! configure.com
8473 ____________________________________________________________________________
8474 [ 13333] By: jhi                                   on 2001/11/28  03:30:03
8475         Log: Upgrade to podlators 1.17.
8476      Branch: perl
8477            ! lib/Pod/Man.pm lib/Pod/Text/Color.pm
8478            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
8479 ____________________________________________________________________________
8480 [ 13332] By: jhi                                   on 2001/11/28  03:23:04
8481         Log: Fix for "a\x{100}" =~ /A/i.
8482      Branch: perl
8483            ! embed.h embed.pl global.sym proto.h regexec.c t/op/pat.t
8484            ! utf8.c
8485 ____________________________________________________________________________
8486 [ 13331] By: jhi                                   on 2001/11/28  00:52:19
8487         Log: Subject: [PATCH perl@13324] fix lib/DB.t on VMS
8488              From: "Craig A. Berry" <craigberry@mac.com>
8489              Date: Tue, 27 Nov 2001 17:11:49 -0600
8490              Message-Id: <5.1.0.14.2.20011127164513.01bf1ec0@exchi01>
8491      Branch: perl
8492            ! lib/DB.t
8493 ____________________________________________________________________________
8494 [ 13330] By: jhi                                   on 2001/11/28  00:50:53
8495         Log: Subject: [PATCH] unterminated C<< ... >> in perldelta
8496              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
8497              Date: Tue, 27 Nov 2001 14:55:23 -0500
8498              Message-ID: <20011127145523.G401767@linguist.thayer.dartmouth.edu>
8499              
8500              Subject: [PATCH: perl@13324] updates to perldelta.pod 
8501              From: PPrymmer@factset.com
8502              Date: Tue, 27 Nov 2001 18:06:04 -0500
8503              Message-ID: <OF812EB439.6864B239-ON85256B11.007E73B5@55.25.11>
8504              
8505              plus added some known problems.
8506      Branch: perl
8507            ! pod/perldelta.pod
8508 ____________________________________________________________________________
8509 [ 13329] By: jhi                                   on 2001/11/28  00:35:53
8510         Log: Subject: [PATCH Perl@13013] A not-so-lethal kill() for VMS pre-7.0
8511              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
8512              Date: Tue, 27 Nov 2001 15:38:02 EST 
8513              Message-Id: <011127153734.62182@DUPHY4.Physics.Drexel.Edu>
8514      Branch: perl
8515            ! configure.com vms/vms.c vms/vmsish.h
8516 ____________________________________________________________________________
8517 [ 13328] By: jhi                                   on 2001/11/28  00:34:12
8518         Log: Subject: [PATCH t/run/kill_perl.t] Re: [ID 20011127.155] \ -f "file" dumps core
8519              From: Michael G Schwern <schwern@pobox.com> 
8520              Date: Tue, 27 Nov 2001 15:31:12 -0500
8521              Message-ID: <20011127153112.G20929@blackrider>
8522      Branch: perl
8523            ! t/run/kill_perl.t
8524 ____________________________________________________________________________
8525 [ 13327] By: jhi                                   on 2001/11/28  00:23:10
8526         Log: (replaced by #13337)
8527              
8528              VMS can safely hardcode a termcap entry for VT100.
8529      Branch: perl
8530            ! lib/Term/Cap.pm
8531 ____________________________________________________________________________
8532 [ 13326] By: jhi                                   on 2001/11/27  17:47:28
8533         Log: VMS piping fixes from Charles Lane (perl -P should
8534              be working now).
8535      Branch: perl
8536            ! vms/vms.c
8537 ____________________________________________________________________________
8538 [ 13325] By: jhi                                   on 2001/11/27  17:44:31
8539         Log: Subject: [PATCH] perlvar.pod fix
8540              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
8541              Date: Tue, 27 Nov 2001 13:11:47 -0500
8542              Message-ID: <20011127131147.E401767@linguist.thayer.dartmouth.edu>
8543      Branch: perl
8544            ! pod/perlvar.pod
8545 ____________________________________________________________________________
8546 [ 13324] By: jhi                                   on 2001/11/27  15:56:06
8547         Log: Update Changes.
8548      Branch: perl
8549            ! Changes patchlevel.h
8550 ____________________________________________________________________________
8551 [ 13323] By: jhi                                   on 2001/11/27  15:51:08
8552         Log: Subject: [PATCH] bring MM_VMS::perldepend into 21st century            
8553              From: "Craig A. Berry" <craigberry@mac.com> 
8554              Date: Tue, 27 Nov 2001 10:21:18 -0600
8555              Message-Id: <5.1.0.14.2.20011126162504.01c77610@exchi01>
8556      Branch: perl
8557            ! lib/ExtUtils/MM_VMS.pm
8558 ____________________________________________________________________________
8559 [ 13322] By: jhi                                   on 2001/11/27  15:24:12
8560         Log: Protect against accumulating -options -options -options.
8561      Branch: perl
8562            ! hints/hpux.sh
8563 ____________________________________________________________________________
8564 [ 13321] By: jhi                                   on 2001/11/27  15:16:28
8565         Log: Subject: [PATCH Benchmark.pm] add export tag :all and tweak SYNOPSIS   
8566              From: Barrie Slaymaker <barries@slaysys.com>
8567              Date: Tue, 27 Nov 2001 10:58:54 -0500
8568              Message-ID: <20011127105850.B696@sizzle.whoville.com> 
8569      Branch: perl
8570            ! lib/Benchmark.pm
8571 ____________________________________________________________________________
8572 [ 13320] By: jhi                                   on 2001/11/27  15:05:33
8573         Log: Tiny fix from John P. Linderman.
8574      Branch: perl
8575            ! lib/sort.pm
8576 ____________________________________________________________________________
8577 [ 13319] By: jhi                                   on 2001/11/27  15:04:37
8578         Log: The Story of sort(), from John P. Linderman.
8579      Branch: perl
8580            ! pod/perldelta.pod
8581 ____________________________________________________________________________
8582 [ 13318] By: jhi                                   on 2001/11/27  14:58:06
8583         Log: Add information what to do if you are reading
8584              perluniintro but using some older Perl.
8585      Branch: perl
8586            ! pod/perluniintro.pod
8587 ____________________________________________________________________________
8588 [ 13317] By: jhi                                   on 2001/11/27  14:51:42
8589         Log: Update the 'wide characters' FAQ entry.
8590      Branch: perl
8591            ! pod/perlfaq6.pod
8592 ____________________________________________________________________________
8593 [ 13316] By: jhi                                   on 2001/11/27  14:26:25
8594         Log: Fix for
8595              
8596              Subject: [ID 20011127.151] regex result vars no longer marked as utf8
8597              From: Marc Lehmann <root@schmorp.de>
8598              Date: Tue, 27 Nov 2001 14:27:14 +0100
8599              Message-Id: <E168iGY-0002pi-00.pgcc-forever-2001-11-27-14-27-14@fuji.laendle>
8600      Branch: perl
8601            ! ext/Encode.t ext/Encode/Encode.xs
8602 ____________________________________________________________________________
8603 [ 13315] By: jhi                                   on 2001/11/27  14:06:45
8604         Log: Subject: [PATCH] DB_File 1.801
8605              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
8606              Date: Tue, 27 Nov 2001 15:06:45 -0000
8607              Message-ID: <AIEAJICLCBDNAAOLLOKLEEEIDGAA.paul_marquess@yahoo.co.uk>
8608      Branch: perl
8609            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
8610            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
8611 ____________________________________________________________________________
8612 [ 13314] By: jhi                                   on 2001/11/27  13:51:49
8613         Log: Regen perlmodlib.  (TODO: why does Pod::t::basic get listed?)
8614      Branch: perl
8615            ! pod/perlmodlib.pod
8616 ____________________________________________________________________________
8617 [ 13313] By: jhi                                   on 2001/11/27  13:49:55
8618         Log: sort() doc tweaks from John P. Linderman.
8619      Branch: perl
8620            ! pod/perlfunc.pod
8621 ____________________________________________________________________________
8622 [ 13312] By: jhi                                   on 2001/11/27  13:36:44
8623         Log: Subject: [PATCH] More perldelta.pod nits
8624              From: Simon Glover <scog@roe.ac.uk>
8625              Date: Tue, 27 Nov 2001 14:28:36 +0000 (GMT) 
8626              Message-ID: <Pine.OSF.4.10.10111271421490.119807-100000@arran.roe.ac.uk>
8627      Branch: perl
8628            ! pod/perldelta.pod
8629 ____________________________________________________________________________
8630 [ 13311] By: jhi                                   on 2001/11/27  13:26:38
8631         Log: Subject: RE: [PATCH @ 13283] Devel::PPPort
8632              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
8633              Date: Tue, 27 Nov 2001 11:52:31 -0000
8634              Message-ID: <AIEAJICLCBDNAAOLLOKLMEECDGAA.paul_marquess@yahoo.co.uk>
8635      Branch: perl
8636            ! ext/Devel/PPPort/harness/Makefile.PL
8637 ____________________________________________________________________________
8638 [ 13310] By: jhi                                   on 2001/11/27  13:23:28
8639         Log: Subject: [PATCH t/TEST] Remove redundant #! parsing.  Deparse tests better.
8640              From: Michael G Schwern <schwern@pobox.com>
8641              Date: Tue, 27 Nov 2001 03:38:24 -0500
8642              Message-ID: <20011127033824.A17775@blackrider>
8643      Branch: perl
8644            ! t/TEST
8645 ____________________________________________________________________________
8646 [ 13309] By: jhi                                   on 2001/11/27  13:16:44
8647         Log: Subject: Re: perlcc very broken
8648              From: John Peacock <jpeacock@rowman.com>
8649              Date: Tue, 27 Nov 2001 06:48:01 -0500
8650              Message-ID: <3C037D71.4030508@rowman.com>
8651      Branch: perl
8652            ! utils/perlcc.PL
8653 ____________________________________________________________________________
8654 [ 13308] By: jhi                                   on 2001/11/27  12:57:49
8655         Log: Subject: [ID 20011126.150] t/op/pack patch to fix Useless use of unpack in void context at op/pack.t line 704. 
8656              From: David Dyck <dcd@tc.fluke.com>
8657              Date: Mon, 26 Nov 2001 22:04:38 -0800
8658              Message-Id: <200111270604.WAA20274@dd.tc.fluke.com>
8659      Branch: perl
8660            ! t/op/pack.t
8661 ____________________________________________________________________________
8662 [ 13307] By: jhi                                   on 2001/11/27  12:56:09
8663         Log: Subject: [ID 20011126.149] t/op/split fails step 37
8664              From: David Dyck <dcd@tc.fluke.com>
8665              Date: Mon, 26 Nov 2001 21:52:35 -0800
8666              Message-Id: <200111270552.VAA09394@dd.tc.fluke.com>
8667      Branch: perl
8668            ! t/op/split.t
8669 ____________________________________________________________________________
8670 [ 13306] By: gbarr                                 on 2001/11/27  12:19:40
8671         Log: incorporate last minute change from libnet 1.0901-tobe
8672      Branch: perl
8673            ! lib/Net/SMTP.pm
8674 ____________________________________________________________________________
8675 [ 13305] By: jhi                                   on 2001/11/27  02:39:35
8676         Log: Pass 7 at perldelta - random edits.
8677      Branch: perl
8678            ! pod/perldelta.pod
8679 ____________________________________________________________________________
8680 [ 13304] By: jhi                                   on 2001/11/27  02:04:19
8681         Log: Portability and skippage tweaks.
8682      Branch: perl
8683            ! t/op/split.t
8684 ____________________________________________________________________________
8685 [ 13303] By: jhi                                   on 2001/11/27  02:03:49
8686         Log: (retracted by #13449)
8687              Try to make Unicode casemapping to work for EBCDIC, too.
8688      Branch: perl
8689            ! utf8.c
8690 ____________________________________________________________________________
8691 [ 13302] By: jhi                                   on 2001/11/27  01:35:23
8692         Log: Just printing 1..0 is not quite enough...
8693      Branch: perl
8694            ! lib/Dumpvalue.t
8695 ____________________________________________________________________________
8696 [ 13301] By: jhi                                   on 2001/11/27  01:22:22
8697         Log: \141 is malformed "unexpected continuation byte" in UTF-EBCDIC.
8698              Delay the match until runtime.
8699      Branch: perl
8700            ! t/op/append.t
8701 ____________________________________________________________________________
8702 [ 13300] By: jhi                                   on 2001/11/27  01:08:10
8703         Log: UTF-EBCDIC.
8704      Branch: perl
8705            ! ext/Devel/Peek/Peek.t
8706 ____________________________________________________________________________
8707 [ 13299] By: jhi                                   on 2001/11/27  01:02:21
8708         Log: Be UTF-EBCDIC aware.
8709      Branch: perl
8710            ! lib/bytes.t
8711 ____________________________________________________________________________
8712 [ 13298] By: jhi                                   on 2001/11/27  00:59:44
8713         Log: Bad assumption which way digits and letters sort.
8714      Branch: perl
8715            ! lib/English.t
8716 ____________________________________________________________________________
8717 [ 13297] By: jhi                                   on 2001/11/27  00:55:04
8718         Log: If in EBCDIC but no Convert::EBCDIC
8719              the libnet tests will all fail.
8720      Branch: perl
8721            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
8722            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
8723            ! lib/Net/t/smtp.t lib/Net/t/time.t
8724 ____________________________________________________________________________
8725 [ 13296] By: jhi                                   on 2001/11/27  00:45:55
8726         Log: Just sorting to guarantee order is not enough.
8727              (Think EBCDIC.) 
8728      Branch: perl
8729            ! lib/ExtUtils/Manifest.t
8730 ____________________________________________________________________________
8731 [ 13295] By: jhi                                   on 2001/11/27  00:43:38
8732         Log: OS/390 cleanable gunk.
8733      Branch: perl
8734            ! lib/ExtUtils/MM_Unix.pm
8735 ____________________________________________________________________________
8736 [ 13294] By: jhi                                   on 2001/11/27  00:40:02
8737         Log: Update the EBCDIC MD5 checksums.
8738      Branch: perl
8739            ! ext/Digest/MD5/t/files.t
8740 ____________________________________________________________________________
8741 [ 13293] By: jhi                                   on 2001/11/27  00:28:40
8742         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
8743              From: Nicholas Clark <nick@ccl4.org>
8744              Date: Mon, 26 Nov 2001 23:06:34 +0000
8745              Message-ID: <20011126230633.Q37621@plum.flirble.org>
8746      Branch: perl
8747            ! installman
8748 ____________________________________________________________________________
8749 [ 13292] By: jhi                                   on 2001/11/27  00:24:36
8750         Log: sort tweaks from John P. Linderman.
8751      Branch: perl
8752            ! lib/sort.pm lib/sort.t perl.h pp_sort.c
8753 ____________________________________________________________________________
8754 [ 13291] By: jhi                                   on 2001/11/27  00:20:09
8755         Log: Subject: [ID 20011126.148] Socket::inet_aton() incorrectly accepts null string
8756              From: Bob Dalgleish <Robert.Dalgleish@sk.sympatico.ca>          
8757              Date: Mon, 26 Nov 2001 18:47:25 -0600
8758              Message-Id: <B8283EBD.8414%Robert.Dalgleish@sk.sympatico.ca>
8759              
8760              Craig Berry submitted half of this patch just yesterday.
8761              Spooky cosmic resonance.
8762      Branch: perl
8763            ! ext/Socket/Socket.xs
8764 ____________________________________________________________________________
8765 [ 13290] By: jhi                                   on 2001/11/27  00:15:07
8766         Log: Subject: [PATCH] doio slightly smaller
8767              From: Nicholas Clark <nick@ccl4.org>
8768              Date: Tue, 27 Nov 2001 00:40:23 +0000      
8769              Message-ID: <20011127004023.S37621@plum.flirble.org>                 
8770      Branch: perl
8771            ! doio.c
8772 ____________________________________________________________________________
8773 [ 13289] By: jhi                                   on 2001/11/27  00:12:11
8774         Log: perldelta nits from Autrijus Tang and Ron Kimball.
8775      Branch: perl
8776            ! pod/perldelta.pod
8777 ____________________________________________________________________________
8778 [ 13288] By: jhi                                   on 2001/11/27  00:08:23
8779         Log: Subject: [PATCH] unpack P* uses random length for item
8780              From: "Wolfgang Laun" <wolfgang.laun@chello.at>               
8781              Date: Mon, 26 Nov 2001 19:56:32 +0100
8782              Message-ID: <200111261956320450.01E7217F@smtp.chello.at>
8783      Branch: perl
8784            ! pod/perldiag.pod pp_pack.c t/op/pack.t
8785 ____________________________________________________________________________
8786 [ 13287] By: jhi                                   on 2001/11/26  23:55:02
8787         Log: Subject: [PATCH current] system and taintedness
8788              From: Radu Greab <radu@netsoft.ro>
8789              Date: Mon, 26 Nov 2001 18:42:29 +0200
8790              Message-ID: <15362.28917.697078.551412@ix.netsoft.ro>
8791      Branch: perl
8792            ! pp_sys.c t/op/taint.t
8793 ____________________________________________________________________________
8794 [ 13286] By: jhi                                   on 2001/11/26  23:53:21
8795         Log: Subject: [PATCH @ 13283] Devel::PPPort
8796              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
8797              Date: Mon, 26 Nov 2001 14:37:17 -0000
8798              Message-ID: <AIEAJICLCBDNAAOLLOKLCECEDGAA.paul_marquess@yahoo.co.uk>
8799      Branch: perl
8800            + ext/Devel/PPPort/MANIFEST
8801            ! MANIFEST ext/Devel/PPPort/Makefile.PL
8802            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/harness/Harness.pm
8803            ! ext/Devel/PPPort/harness/Harness.xs
8804            ! ext/Devel/PPPort/harness/Makefile.PL
8805            ! ext/Devel/PPPort/harness/module2.c
8806            ! ext/Devel/PPPort/harness/module3.c
8807            ! ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
8808 ____________________________________________________________________________
8809 [ 13285] By: jhi                                   on 2001/11/26  14:08:36
8810         Log: Update the test list.
8811      Branch: perl
8812            ! t/lib/1_compile.t
8813 ____________________________________________________________________________
8814 [ 13284] By: gbarr                                 on 2001/11/26  12:41:45
8815         Log: Sync-up tests with libnet distribution
8816      Branch: perl
8817            + lib/Net/t/netrc.t
8818            ! MANIFEST lib/Net/t/config.t lib/Net/t/hostname.t
8819 ____________________________________________________________________________
8820 [ 13283] By: jhi                                   on 2001/11/26  11:34:35
8821         Log: Update Changes.
8822      Branch: perl
8823            ! Changes patchlevel.h
8824 ____________________________________________________________________________
8825 [ 13282] By: jhi                                   on 2001/11/26  11:28:18
8826         Log: Upgrade to podlators 1.16.
8827      Branch: perl
8828            + lib/Pod/t/basic.cap
8829            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Termcap.pm
8830            ! lib/Pod/t/basic.t pod/pod2man.PL
8831 ____________________________________________________________________________
8832 [ 13281] By: jhi                                   on 2001/11/26  11:11:08
8833         Log: Pass 6 at perldelta - sort enhancements, generic and
8834              platform specific bug fixes.
8835      Branch: perl
8836            ! pod/perldelta.pod
8837 ____________________________________________________________________________
8838 [ 13280] By: jhi                                   on 2001/11/26  10:35:56
8839         Log: PROPAGATE documentation from Tony Cook.
8840      Branch: perl
8841            ! pod/perlfunc.pod
8842 ____________________________________________________________________________
8843 [ 13279] By: jhi                                   on 2001/11/25  23:45:27
8844         Log: DJGPP cannot do signals that well.
8845      Branch: perl
8846            ! ext/POSIX/t/sigaction.t
8847 ____________________________________________________________________________
8848 [ 13278] By: jhi                                   on 2001/11/25  23:43:30
8849         Log: Can't do subsecond alarms without ualarm; and break out
8850              early if alarms do not seem to be coming in as expected.
8851      Branch: perl
8852            ! ext/Time/HiRes/HiRes.t
8853 ____________________________________________________________________________
8854 [ 13277] By: jhi                                   on 2001/11/25  23:01:39
8855         Log: No Socket, little Net.
8856      Branch: perl
8857            ! t/lib/1_compile.t
8858 ____________________________________________________________________________
8859 [ 13276] By: jhi                                   on 2001/11/25  22:58:44
8860         Log: Take the taint brush to the getcwds.
8861      Branch: perl
8862            ! djgpp/djgpp.c epoc/epoc.c os2/os2.c wince/wince.c
8863 ____________________________________________________________________________
8864 [ 13275] By: jhi                                   on 2001/11/25  21:42:02
8865         Log: Subject: [PATCH perl@13227] Socket::my_inet_aton() tweak
8866              From: "Craig A. Berry" <craigberry@mac.com>
8867              Date: Sun, 25 Nov 2001 16:20:45 -0600
8868              Message-Id: <5.1.0.14.2.20011125160848.01c59690@exchi01>
8869      Branch: perl
8870            ! ext/Socket/Socket.xs
8871 ____________________________________________________________________________
8872 [ 13274] By: jhi                                   on 2001/11/25  21:32:17
8873         Log: Since in some DOS filesystems the timestamp granularity
8874              may be only two seconds, better sleep for three to play safe.
8875              (Helps CygWin, at least.)
8876      Branch: perl
8877            ! lib/Memoize/t/expire_file.t
8878 ____________________________________________________________________________
8879 [ 13273] By: jhi                                   on 2001/11/25  21:22:10
8880         Log: For some reason CygWin wasn't collapsing multiple
8881              slashes into one, which made some Spec.t tests to fail.
8882              Either CygWin was being too prudish or the collapsing
8883              logic needs to be rethunk.
8884      Branch: perl
8885            ! lib/File/Spec/Unix.pm
8886 ____________________________________________________________________________
8887 [ 13272] By: jhi                                   on 2001/11/25  20:40:23
8888         Log: Cygwin needs to have libperl.dll around if trying to link
8889              with -lperl.  Note: this change cures the test but whether
8890              it cures CygPerl installation, I don't know: hopefully the
8891              libperl5_7_2.dll, or the version equivalent, gets installed
8892              also as libperl.dll to the proper place(s).
8893      Branch: perl
8894            ! lib/ExtUtils/Embed.t
8895 ____________________________________________________________________________
8896 [ 13271] By: jhi                                   on 2001/11/25  20:18:53
8897         Log: -I../lib/.. and -L../lib/..?  Strange.
8898      Branch: perl
8899            ! lib/ExtUtils/Embed.t
8900 ____________________________________________________________________________
8901 [ 13270] By: jhi                                   on 2001/11/25  19:57:54
8902         Log: $MM?
8903      Branch: perl
8904            ! lib/ExtUtils/Embed.pm
8905 ____________________________________________________________________________
8906 [ 13269] By: jhi                                   on 2001/11/25  19:46:55
8907         Log: Subject: [PATCH] Further replacement of EU::MM with File::Spec
8908              From: Dave Rolsky <autarch@urth.org>
8909              Date: Mon, 19 Nov 2001 18:17:09 -0600 (CST)
8910              Message-ID: <Pine.LNX.4.40.0111191750440.22189-100000@urth.org>
8911      Branch: perl
8912            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/Embed.pm
8913            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
8914 ____________________________________________________________________________
8915 [ 13268] By: jhi                                   on 2001/11/25  19:44:38
8916         Log: Subject: [REPATCH lib/DB.pm MANIFEST lib/DB.t] Rework DB.pm tests
8917              From: chromatic <chromatic@rmci.net>
8918              Date: Sat, 24 Nov 2001 14:56:57 -0700
8919              Message-ID: <20011124220430.97697.qmail@onion.perl.org>
8920              
8921              plus a tweak for ithreads builds.
8922      Branch: perl
8923            + lib/DB.t
8924            ! MANIFEST lib/DB.pm
8925 ____________________________________________________________________________
8926 [ 13267] By: jhi                                   on 2001/11/25  19:38:50
8927         Log: Win32 compilation tweaks for Blair Zajac.
8928      Branch: perl
8929            ! ext/IO/IO.xs ext/POSIX/POSIX.xs win32/win32.h
8930 ____________________________________________________________________________
8931 [ 13266] By: jhi                                   on 2001/11/25  19:11:38
8932         Log: I don't think trying to bracket the hires time with lores
8933              times is going to be portable enough: Cygwin seems to be
8934              capable of getting hires ones rather consistently lower
8935              than the lores ones.  So let's try average difference instead.
8936      Branch: perl
8937            ! ext/Time/HiRes/HiRes.t
8938 ____________________________________________________________________________
8939 [ 13265] By: jhi                                   on 2001/11/25  18:28:04
8940         Log: Subject: Re: benchmarks, sorts and reproducibility
8941              From: "John P. Linderman" <jpl@research.att.com>
8942              Date: Sun, 25 Nov 2001 14:25:18 -0500 (EST)
8943              Message-Id: <200111251925.OAA77172@raptor.research.att.com>
8944              
8945              Randomize large partitions for quicksort to dodge the
8946              angry gods of quadratic.
8947      Branch: perl
8948            ! pp_sort.c
8949 ____________________________________________________________________________
8950 [ 13264] By: jhi                                   on 2001/11/25  18:23:54
8951         Log: The joys of portable quoting.
8952      Branch: perl
8953            ! ext/Devel/PPPort/harness/Makefile.PL
8954 ____________________________________________________________________________
8955 [ 13263] By: jhi                                   on 2001/11/25  18:12:31
8956         Log: sort pragma tweaks.
8957      Branch: perl
8958            ! lib/sort.pm
8959 ____________________________________________________________________________
8960 [ 13262] By: jhi                                   on 2001/11/25  17:10:09
8961         Log: Skip the link= directives of utils.lst if no mandir
8962              (if no manpages).
8963      Branch: perl
8964            ! installman
8965 ____________________________________________________________________________
8966 [ 13261] By: gsar                                  on 2001/11/25  16:48:38
8967         Log: integrate changes#8340,13260 from mainline
8968              
8969              Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
8970              
8971              change#3373 introduced a handle leak in backticks and piped open()s
8972              that fail
8973      Branch: maint-5.6/perl
8974            ! t/io/pipe.t util.c
8975 ____________________________________________________________________________
8976 [ 13260] By: gsar                                  on 2001/11/25  16:37:29
8977         Log: change#3373 introduced a handle leak in backticks and piped open()s
8978              that fail
8979      Branch: perl
8980            ! util.c
8981 ____________________________________________________________________________
8982 [ 13259] By: jhi                                   on 2001/11/25  05:58:47
8983         Log: metaconfig unit change for #13258.
8984      Branch: metaconfig/U/perl
8985            ! d_procselfexe.U
8986 ____________________________________________________________________________
8987 [ 13258] By: jhi                                   on 2001/11/25  05:58:30
8988         Log: Extraenous breaks noticed by David Dyck.
8989      Branch: perl
8990            ! Configure
8991 ____________________________________________________________________________
8992 [ 13257] By: jhi                                   on 2001/11/25  05:32:18
8993         Log: Revert the /proc/self/auxv experiment for now.
8994      Branch: perl
8995            ! lib/ExtUtils.t perl.c t/lib/1_compile.t
8996 ____________________________________________________________________________
8997 [ 13256] By: jhi                                   on 2001/11/25  04:59:31
8998         Log: Also ExtUtils.t had $^X assumptions.
8999      Branch: perl
9000            ! lib/ExtUtils.t
9001 ____________________________________________________________________________
9002 [ 13255] By: jhi                                   on 2001/11/25  04:20:02
9003         Log: Now is Solaris if you start the t/perl in the t/
9004              as "./perl", the $^X will be "../perl", not "./perl".
9005      Branch: perl
9006            ! t/lib/1_compile.t
9007 ____________________________________________________________________________
9008 [ 13254] By: jhi                                   on 2001/11/25  03:59:06
9009         Log: The new way of finding out $^X in Solaris
9010              requires a little tweak if the executable
9011              pathname is *not* absolute: prepend "./"
9012              (otherwise `$^X ...` will start perl from PATH...)
9013      Branch: perl
9014            ! perl.c
9015 ____________________________________________________________________________
9016 [ 13253] By: jhi                                   on 2001/11/25  03:18:05
9017         Log: Avoid "will not stay shared" warnings.
9018      Branch: perl
9019            ! lib/ExtUtils/MM_Unix.pm
9020 ____________________________________________________________________________
9021 [ 13252] By: jhi                                   on 2001/11/25  03:00:49
9022         Log: Subject: [PATCH perl.c util.c pp_sys.c t/op/magic.t] $$ readonly, take two
9023              From: Michael G Schwern <schwern@pobox.com>
9024              Date: Sat, 24 Nov 2001 19:56:18 -0500
9025              Message-ID: <20011124195618.A14614@blackrider>            
9026      Branch: perl
9027            ! perl.c pp_sys.c t/op/magic.t util.c
9028 ____________________________________________________________________________
9029 [ 13251] By: jhi                                   on 2001/11/25  02:48:04
9030         Log: In the MakeMaker pm_to_blib target don't copy all
9031              the files in one fell swppo, deal with them hunkwise,
9032              helps for CLIs with limited line lengths.
9033              (This seems to help for DJGPP building Encode,
9034              where there are dozens of files to copy.)
9035      Branch: perl
9036            ! lib/ExtUtils/MM_Unix.pm
9037 ____________________________________________________________________________
9038 [ 13250] By: gsar                                  on 2001/11/25  00:50:10
9039         Log: testsuite leaves stray files behind on windows
9040      Branch: perl
9041            ! lib/ExtUtils/Embed.t lib/ExtUtils/Mkbootstrap.t lib/Shell.t
9042 ____________________________________________________________________________
9043 [ 13249] By: gsar                                  on 2001/11/25  00:32:36
9044         Log: xsubpp produces a spurious warning on directories called 'typemap'
9045      Branch: perl
9046            ! lib/ExtUtils/xsubpp
9047 ____________________________________________________________________________
9048 [ 13248] By: gsar                                  on 2001/11/25  00:17:28
9049         Log: xsubpp treats invalid (indented) cpp directives as comments
9050      Branch: perl
9051            ! ext/IO/IO.xs
9052 ____________________________________________________________________________
9053 [ 13247] By: gsar                                  on 2001/11/25  00:02:37
9054         Log: $(MAKE) distclean shouldn't blow away ../lib/Thread.pm
9055      Branch: perl
9056            ! win32/Makefile win32/Makefile.win64 win32/makefile.mk
9057 ____________________________________________________________________________
9058 [ 13246] By: jhi                                   on 2001/11/24  21:45:32
9059         Log: The debug_pag needs to be visible at all times
9060              because of the re extension.
9061      Branch: perl
9062            ! intrpvar.h makedef.pl perl.c perl.h regexec.c
9063 ____________________________________________________________________________
9064 [ 13245] By: jhi                                   on 2001/11/24  20:09:20
9065         Log: Subject: Re: [PATCH] Tests are good
9066              From: Philip Newton <Philip.Newton@gmx.net>
9067              Date: Sat, 24 Nov 2001 21:24:00 +0100
9068              Message-ID: <4c000us22s27871hrsqnvjmtnvtd4r85u1@4ax.com>
9069      Branch: perl
9070            ! pod/perlhack.pod
9071 ____________________________________________________________________________
9072 [ 13244] By: jhi                                   on 2001/11/24  19:06:29
9073         Log: Subject: [PATCH perl@13227] make PPPort/harness build on VMS
9074              From: "Craig A. Berry" <craigberry@mac.com> 
9075              Date: Sat, 24 Nov 2001 12:45:44 -0600
9076              Message-Id: <5.1.0.14.2.20011124030253.01bd4b98@exchi01>
9077              
9078              (with tweaks, and combined with Sarathy's #13242)
9079      Branch: perl
9080            ! configure.com ext/Devel/PPPort/harness/Makefile.PL
9081 ____________________________________________________________________________
9082 [ 13243] By: jhi                                   on 2001/11/24  18:46:31
9083         Log: Subject: Re: [PATCH] Make Exporter::Heavy use Universal->VERSION()
9084              From: John Peacock <jpeacock@rowman.com>
9085              Date: Sat, 24 Nov 2001 14:27:46 -0500
9086              Message-ID: <3BFFF4B2.40509@rowman.com> 
9087      Branch: perl
9088            ! lib/Exporter/Heavy.pm
9089 ____________________________________________________________________________
9090 [ 13242] By: gsar                                  on 2001/11/24  17:16:18
9091         Log: use portable quotes
9092      Branch: perl
9093            ! ext/Devel/PPPort/harness/Makefile.PL
9094 ____________________________________________________________________________
9095 [ 13241] By: jhi                                   on 2001/11/24  17:09:25
9096         Log: Subject: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
9097              From: Nicholas Clark <nick@ccl4.org>
9098              Date: Sat, 24 Nov 2001 18:06:26 +0000
9099              Message-ID: <20011124180626.T37621@plum.flirble.org>
9100      Branch: perl
9101            ! installman
9102 ____________________________________________________________________________
9103 [ 13240] By: jhi                                   on 2001/11/24  17:06:11
9104         Log: Subject: [PATCH] perl5005delta.pod L<>
9105              From: Nicholas Clark <nick@ccl4.org>
9106              Date: Sat, 24 Nov 2001 18:04:21 +0000
9107              Message-ID: <20011124180421.S37621@plum.flirble.org>
9108      Branch: perl
9109            ! pod/perl5005delta.pod
9110 ____________________________________________________________________________
9111 [ 13239] By: gsar                                  on 2001/11/24  17:01:17
9112         Log: fix typo in config.vc; regenerate win32 config_H.* files
9113      Branch: perl
9114            ! win32/config.vc win32/config_H.bc win32/config_H.gc
9115            ! win32/config_H.vc
9116 ____________________________________________________________________________
9117 [ 13238] By: jhi                                   on 2001/11/24  16:16:01
9118         Log: Mention the charnames::vianame().
9119      Branch: perl
9120            ! pod/perluniintro.pod
9121 ____________________________________________________________________________
9122 [ 13237] By: jhi                                   on 2001/11/24  16:12:31
9123         Log: Add charnames::vianame() in case people want to access
9124              the codes in run-time (as opposed to the compile-timeness
9125              of \N{...}).
9126      Branch: perl
9127            ! lib/charnames.pm lib/charnames.t
9128 ____________________________________________________________________________
9129 [ 13236] By: jhi                                   on 2001/11/24  16:11:04
9130         Log: Subject: [PATCH] memset() is cheaper than a loop of 256 bit-a-a-times
9131              From: Nicholas Clark <nick@ccl4.org>
9132              Date: Sat, 24 Nov 2001 16:30:42 +0000
9133              Message-ID: <20011124163042.R37621@plum.flirble.org>
9134      Branch: perl
9135            ! regcomp.c regcomp.h
9136 ____________________________________________________________________________
9137 [ 13235] By: jhi                                   on 2001/11/24  15:26:37
9138         Log: Subject: [PATCH] Re: Smoke 13191 /pro/3gl/CPAN/perl-current
9139              From: Nicholas Clark <nick@ccl4.org>
9140              Date: Sat, 24 Nov 2001 16:24:33 +0000
9141              Message-ID: <20011124162433.Q37621@plum.flirble.org>
9142              
9143              cmp fixes.
9144      Branch: perl
9145            ! pp.c
9146 ____________________________________________________________________________
9147 [ 13234] By: jhi                                   on 2001/11/24  15:23:34
9148         Log: Use /proc/self/auxv in Solaris to figure out the $^X.
9149              (It seems that "./perl" gets resolved to "perl" now.)
9150      Branch: perl
9151            ! perl.c
9152 ____________________________________________________________________________
9153 [ 13233] By: jhi                                   on 2001/11/24  14:58:52
9154         Log: Subject: [PATCH] DB_File 1.800        
9155              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>               
9156              Date: Sat, 24 Nov 2001 11:41:41 -0000
9157              Message-ID: <AIEAJICLCBDNAAOLLOKLIEPMDFAA.paul_marquess@yahoo.co.uk>
9158      Branch: perl
9159            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
9160            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
9161            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
9162            ! ext/DB_File/t/db-recno.t
9163 ____________________________________________________________________________
9164 [ 13232] By: jhi                                   on 2001/11/24  14:48:34
9165         Log: Tweak the PUSHED documentation.
9166      Branch: perl
9167            ! ext/PerlIO/Via/Via.pm
9168 ____________________________________________________________________________
9169 [ 13231] By: jhi                                   on 2001/11/24  04:09:41
9170         Log: Update 1_compile for new known tests.
9171      Branch: perl
9172            ! t/lib/1_compile.t
9173 ____________________________________________________________________________
9174 [ 13230] By: jhi                                   on 2001/11/24  04:07:39
9175         Log: Move the MBF/MBI test modules to t/lib.
9176      Branch: perl
9177            + t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
9178            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
9179            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
9180            ! MANIFEST lib/Math/BigInt/t/sub_mbf.t
9181            ! lib/Math/BigInt/t/sub_mbi.t
9182 ____________________________________________________________________________
9183 [ 13229] By: jhi                                   on 2001/11/23  23:09:27
9184         Log: Subject: [PATCH perl@13227] configure.com follow-up to 13218
9185              From: "Craig A. Berry" <craigberry@mac.com> 
9186              Date: Fri, 23 Nov 2001 18:05:35 -0600
9187              Message-Id: <5.1.0.14.2.20011123175131.01abe358@exchi01>
9188      Branch: perl
9189            ! configure.com
9190 ____________________________________________________________________________
9191 [ 13228] By: jhi                                   on 2001/11/23  21:11:56
9192         Log: Subject: [PATCH: perl@13169] switch unfcmb.h to employ 'STDCHAR' in place of char    
9193              From: PPrymmer@factset.com 
9194              Date: Fri, 23 Nov 2001 17:03:07 -0500
9195              Message-ID: <OFA09CCF98.F3E93041-ON85256B0D.00787706@55.25.11>                 
9196      Branch: perl
9197            ! ext/Unicode/Normalize/mkheader
9198 ____________________________________________________________________________
9199 [ 13227] By: jhi                                   on 2001/11/23  20:09:36
9200         Log: Here are the right helper files.
9201      Branch: perl
9202            + t/lib/Filter/Simple/ExportTest.pm
9203            + t/lib/Filter/Simple/FilterOnlyTest.pm
9204            + t/lib/Filter/Simple/FilterTest.pm
9205            + t/lib/Filter/Simple/ImportTest.pm
9206            ! MANIFEST
9207 ____________________________________________________________________________
9208 [ 13226] By: jhi                                   on 2001/11/23  20:03:28
9209         Log: Update Changes.
9210      Branch: perl
9211            ! Changes patchlevel.h
9212 ____________________________________________________________________________
9213 [ 13225] By: jhi                                   on 2001/11/23  19:53:53
9214         Log: Never mind.
9215      Branch: perl
9216            - lib/Filter/Simple/lib/ExportTest.pm
9217            - lib/Filter/Simple/lib/ImportTest.pm
9218 ____________________________________________________________________________
9219 [ 13224] By: jhi                                   on 2001/11/23  19:52:03
9220         Log: Mis-add.
9221      Branch: perl
9222            + lib/Filter/Simple/lib/ExportTest.pm
9223            + lib/Filter/Simple/lib/ImportTest.pm
9224 ____________________________________________________________________________
9225 [ 13223] By: jhi                                   on 2001/11/23  19:39:57
9226         Log: Upgrade to Filter::Simple 0.77.
9227      Branch: perl
9228            + lib/Filter/Simple/t/export.t lib/Filter/Simple/t/import.t
9229            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
9230            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
9231            ! lib/Filter/Simple/README lib/Filter/Simple/t/data.t
9232            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
9233 ____________________________________________________________________________
9234 [ 13222] By: jhi                                   on 2001/11/23  19:12:20
9235         Log: Missing p4 add.
9236      Branch: perl
9237            + lib/ExtUtils/MM_VMS.t
9238 ____________________________________________________________________________
9239 [ 13221] By: jhi                                   on 2001/11/23  19:10:18
9240         Log: Pass 5 at perldelta - module and utility updates cleanup.
9241      Branch: perl
9242            ! pod/perldelta.pod
9243 ____________________________________________________________________________
9244 [ 13220] By: jhi                                   on 2001/11/23  18:55:20
9245         Log: metaconfig unit change for #13219.
9246      Branch: metaconfig/U/perl
9247            ! d_procselfexe.U
9248 ____________________________________________________________________________
9249 [ 13219] By: jhi                                   on 2001/11/23  18:55:06
9250         Log: Regen Porting stuff; regen toc; cleanup nit in Configure.
9251      Branch: perl
9252            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9253            ! pod/buildtoc.PL pod/perltoc.pod
9254 ____________________________________________________________________________
9255 [ 13218] By: jhi                                   on 2001/11/23  18:48:18
9256         Log: Add procselfexe and d_dirfd to strange lands.
9257      Branch: perl
9258            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
9259            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
9260            ! vos/config.ga.def vos/config.ga.h win32/config.bc
9261            ! win32/config.gc win32/config.vc win32/config.win64
9262            ! wince/config.ce
9263 ____________________________________________________________________________
9264 [ 13217] By: jhi                                   on 2001/11/23  18:47:41
9265         Log: metaconfig unit change for #13216.
9266      Branch: metaconfig/U/perl
9267            ! d_procselfexe.U
9268 ____________________________________________________________________________
9269 [ 13216] By: jhi                                   on 2001/11/23  18:47:17
9270         Log: Better to "quote" the pathname.
9271      Branch: perl
9272            ! Configure config_h.SH
9273 ____________________________________________________________________________
9274 [ 13215] By: jhi                                   on 2001/11/23  18:34:24
9275         Log: Use PROCSELFEXE_PATH.
9276      Branch: perl
9277            ! perl.c
9278 ____________________________________________________________________________
9279 [ 13214] By: jhi                                   on 2001/11/23  18:31:27
9280         Log: metaconfig unit change for #13213.
9281      Branch: metaconfig/U/perl
9282            ! d_procselfexe.U
9283 ____________________________________________________________________________
9284 [ 13213] By: jhi                                   on 2001/11/23  18:31:13
9285         Log: Add probing for BSD-like /proc/curpoc/file.
9286      Branch: perl
9287            ! Configure config_h.SH
9288 ____________________________________________________________________________
9289 [ 13212] By: jhi                                   on 2001/11/23  18:10:05
9290         Log: metaconfig unit change for 13211.
9291      Branch: metaconfig/U/perl
9292            + d_dirfd.U
9293 ____________________________________________________________________________
9294 [ 13211] By: jhi                                   on 2001/11/23  18:09:37
9295         Log: Add probing for dirfd() so that it can be added it IO::Dir.
9296      Branch: perl
9297            ! Configure config_h.SH perl.h
9298 ____________________________________________________________________________
9299 [ 13210] By: jhi                                   on 2001/11/23  17:37:27
9300         Log: ...and update the test count.
9301      Branch: perl
9302            ! lib/Pod/t/basic.t
9303 ____________________________________________________________________________
9304 [ 13209] By: jhi                                   on 2001/11/23  17:19:12
9305         Log: Must remove the cap test also from the test script.
9306      Branch: perl
9307            ! lib/Pod/t/basic.t
9308 ____________________________________________________________________________
9309 [ 13208] By: jhi                                   on 2001/11/23  17:11:58
9310         Log: Subject: [PATCH] Tests are good
9311              From: Nicholas Clark <nick@ccl4.org>
9312              Date: Fri, 23 Nov 2001 18:12:21 +0000
9313              Message-ID: <20011123181220.F37621@plum.flirble.org>
9314      Branch: perl
9315            ! pod/perlhack.pod
9316 ____________________________________________________________________________
9317 [ 13207] By: jhi                                   on 2001/11/23  17:08:31
9318         Log: The basic.cap from podlators 1.14 is not very portable.
9319      Branch: perl
9320            - lib/Pod/t/basic.cap
9321            ! MANIFEST
9322 ____________________________________________________________________________
9323 [ 13206] By: jhi                                   on 2001/11/23  16:41:13
9324         Log: Subject: Re: [DOC PATCHES] pod cleanups
9325              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
9326              Date: 22 Nov 2001 12:54:16 -0000
9327              Message-Id: <slrn9vptci.klv.rgarciasuarez@rafael.kazibao.net>
9328      Branch: perl
9329            ! pod/perlfunc.pod pod/perlmodinstall.pod pod/perlre.pod
9330            ! pod/perlretut.pod pod/perluniintro.pod vms/perlvms.pod
9331 ____________________________________________________________________________
9332 [ 13205] By: jhi                                   on 2001/11/23  16:38:10
9333         Log: FAQ sync.
9334      Branch: perl
9335            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
9336 ____________________________________________________________________________
9337 [ 13204] By: jhi                                   on 2001/11/23  16:37:21
9338         Log: Subject: [PATCH: perl@13169] inital testing for MM_VMS 
9339              From: PPrymmer@factset.com
9340              Date: Fri, 23 Nov 2001 11:43:45 -0500
9341              Message-ID: <OFC84EA224.295430FF-ON85256B0D.005BB70C@55.25.11>
9342      Branch: perl
9343            ! MANIFEST lib/ExtUtils/MM_VMS.pm
9344 ____________________________________________________________________________
9345 [ 13203] By: jhi                                   on 2001/11/23  15:47:13
9346         Log: Corify podlators 1.14 test.
9347      Branch: perl
9348            ! lib/Pod/t/basic.t
9349 ____________________________________________________________________________
9350 [ 13202] By: jhi                                   on 2001/11/23  15:38:36
9351         Log: Output tweak needed because of podlators 1.14.
9352      Branch: perl
9353            ! t/pod/multiline_items.xr
9354 ____________________________________________________________________________
9355 [ 13201] By: jhi                                   on 2001/11/23  15:38:04
9356         Log: Upgrade to podlators 1.14.
9357      Branch: perl
9358            + lib/Pod/t/basic.cap lib/Pod/t/basic.clr lib/Pod/t/basic.man
9359            + lib/Pod/t/basic.ovr lib/Pod/t/basic.pod lib/Pod/t/basic.t
9360            + lib/Pod/t/basic.txt lib/Pod/t/parselink.t
9361            ! MANIFEST lib/Pod/Man.pm lib/Pod/ParseLink.pm lib/Pod/Text.pm
9362            ! lib/Pod/Text/Overstrike.pm
9363 ____________________________________________________________________________
9364 [ 13200] By: jhi                                   on 2001/11/23  15:32:06
9365         Log: perlmodinstall tweaks from Philip Newton.
9366      Branch: perl
9367            ! pod/perlmodinstall.pod
9368 ____________________________________________________________________________
9369 [ 13199] By: jhi                                   on 2001/11/23  15:05:02
9370         Log: Subject: Re: [PATCH] Porting/genlog -bi and range
9371              From: Autrijus Tang <autrijus@autrijus.org>           
9372              Date: Fri, 23 Nov 2001 23:55:53 +0800
9373              Message-ID: <20011123235553.A2310@not.autrijus.org>
9374      Branch: perl
9375            ! Porting/genlog
9376 ____________________________________________________________________________
9377 [ 13198] By: jhi                                   on 2001/11/23  14:58:40
9378         Log: Subject: Re: regex oddness with \Z and $&
9379              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>  
9380              Date: Fri, 23 Nov 2001 15:15:24 +0000
9381              Message-Id: <200111231515.fANFFOR10341@crypt.compulink.co.uk>
9382      Branch: perl
9383            ! regcomp.c t/op/re_tests
9384 ____________________________________________________________________________
9385 [ 13197] By: jhi                                   on 2001/11/23  14:44:19
9386         Log: regen_headers.
9387      Branch: perl
9388            ! embed.h global.sym pod/perlapi.pod proto.h
9389 ____________________________________________________________________________
9390 [ 13196] By: jhi                                   on 2001/11/23  14:24:08
9391         Log: Forgotten check-in.
9392      Branch: perl
9393            ! pod/perlapi.pod
9394 ____________________________________________________________________________
9395 [ 13195] By: jhi                                   on 2001/11/23  14:23:49
9396         Log: Remembered everything in 13152 but Test/Simple.pm itself, duh.
9397      Branch: perl
9398            ! lib/Test/Simple.pm
9399 ____________________________________________________________________________
9400 [ 13194] By: jhi                                   on 2001/11/22  11:31:59
9401         Log: Retract #13173 (effectively retract Net::Ping 2.06,
9402              go back to 2.04, the 2.06 hasn't seen the patches
9403              that have gone to the blead version.)
9404      Branch: perl
9405            - lib/Net/Ping/CHANGES lib/Net/Ping/README
9406            - lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
9407            - lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
9408            - lib/Net/Ping/t/200_ping_tcp.t
9409            ! MANIFEST lib/Net/Ping.pm
9410 ____________________________________________________________________________
9411 [ 13193] By: jhi                                   on 2001/11/22  11:27:49
9412         Log: Subject: Re: [PATCH perldoc] problems with pod2man         
9413              From: Robin Barker <rmb1@cise.npl.co.uk>
9414              Date: Thu, 22 Nov 2001 11:00:38 GMT
9415              Message-Id: <200111221100.LAA08582@tempest.npl.co.uk>
9416      Branch: perl
9417            ! utils/perldoc.PL
9418 ____________________________________________________________________________
9419 [ 13192] By: jhi                                   on 2001/11/22  05:06:35
9420         Log: metaconfig unit change for #13191.
9421      Branch: metaconfig/U/perl
9422            ! d_procselfexe.U
9423 ____________________________________________________________________________
9424 [ 13191] By: jhi                                   on 2001/11/22  05:06:09
9425         Log: procselfexe tweak: for some reason I had a ls in
9426              /proc/self/exe, not the ls Configure thought it
9427              would found.
9428      Branch: perl
9429            ! Configure
9430 ____________________________________________________________________________
9431 [ 13190] By: jhi                                   on 2001/11/22  04:45:36
9432         Log: Corify the Net::Ping tests; skip the tests
9433              unless $ENV{PERL_TEST_Net_Ping} is true.
9434      Branch: perl
9435            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
9436            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
9437            ! lib/Net/Ping/t/200_ping_tcp.t
9438 ____________________________________________________________________________
9439 [ 13189] By: jhi                                   on 2001/11/22  04:44:03
9440         Log: metaconfig units changes for #13188.
9441      Branch: metaconfig
9442            ! U/modified/Head.U
9443      Branch: metaconfig/U/perl
9444            ! issymlink.U
9445 ____________________________________________________________________________
9446 [ 13188] By: jhi                                   on 2001/11/22  04:43:29
9447         Log: The #13182 didn't really help.  The real problem
9448              seems to be that 'sh' can in AIX mean at least three
9449              different things, and we can't know which one it is
9450              unless we export $newsh from an earlier run (and it's
9451              the 'bsh' aka 'sh' that has the the broken test -h).
9452      Branch: perl
9453            ! Configure
9454 ____________________________________________________________________________
9455 [ 13187] By: gsar                                  on 2001/11/22  03:42:58
9456         Log: local(*CORE::GLOBAL::require) doesn't behave like other overrides 
9457      Branch: perl
9458            ! op.c t/op/override.t
9459 ____________________________________________________________________________
9460 [ 13186] By: jhi                                   on 2001/11/22  03:18:49
9461         Log: Subject: [PATCH: perl@13169] add Shell.t tests for VMS
9462              From: PPrymmer@factset.com 
9463              Date: Wed, 21 Nov 2001 20:17:25 -0500
9464              Message-ID: <OF6DA93FFA.A954A0D4-ON85256B0C.0006DDF9@55.25.11>
9465      Branch: perl
9466            ! lib/Shell.t
9467 ____________________________________________________________________________
9468 [ 13185] By: jhi                                   on 2001/11/22  03:09:27
9469         Log: Reapply perlmodinstall parts of #12897.
9470      Branch: perl
9471            ! pod/perlmodinstall.pod
9472 ____________________________________________________________________________
9473 [ 13184] By: jhi                                   on 2001/11/22  03:08:00
9474         Log: perlmodinstall 2.01 from Jon Orwant.
9475      Branch: perl
9476            ! pod/perlmodinstall.pod
9477 ____________________________________________________________________________
9478 [ 13183] By: jhi                                   on 2001/11/21  22:33:20
9479         Log: Subject: [PATCH @10907] REXX on OS/2
9480              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9481              Date: Wed, 21 Nov 2001 15:26:11 -0500
9482              Message-ID: <20011121152611.A13664@math.ohio-state.edu>
9483      Branch: perl
9484            ! os2/Makefile.SHs os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
9485            ! os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/perlrexx.c
9486 ____________________________________________________________________________
9487 [ 13182] By: jhi                                   on 2001/11/21  22:31:10
9488         Log: metaconfig unit change for #13181.
9489      Branch: metaconfig/U/perl
9490            ! issymlink.U
9491 ____________________________________________________________________________
9492 [ 13181] By: jhi                                   on 2001/11/21  22:30:37
9493         Log: AIX has broken builtin 'test'.
9494      Branch: perl
9495            ! Configure
9496 ____________________________________________________________________________
9497 [ 13180] By: jhi                                   on 2001/11/21  22:27:16
9498         Log: Subject: [PATCH 5.7.x] INSTALL size update
9499              From: Andy Dougherty <doughera@lafayette.edu>
9500              Date: Wed, 21 Nov 2001 14:49:21 -0500 (EST) 
9501              Message-ID: <Pine.SOL.4.10.10111211448190.16009-100000@maxwell.phys.lafayette.edu>         
9502      Branch: perl
9503            ! INSTALL
9504 ____________________________________________________________________________
9505 [ 13179] By: jhi                                   on 2001/11/21  22:25:14
9506         Log: Implement the sort pragma.  Split sort code from pp_ctl.c
9507              to pp_sort.c.  Includes the quicksort stabilizing layer
9508              from John P. Linderman.  -Msort=qsort or -Msort=fast is
9509              faster than without (or with -Msort=mergesort or -Msort=safe)
9510              for short random inputs, but for some reason not quite as fast
9511              as 5.6.1 qsort.  More benchmarking, profiling, tuning, and
9512              optimizing definitely needed.
9513      Branch: perl
9514            + lib/sort.pm lib/sort.t pp_sort.c
9515            ! MANIFEST Makefile.SH Makefile.micro NetWare/Makefile embed.h
9516            ! embed.pl global.sym perl.h pp_ctl.c proto.h
9517            ! vms/descrip_mms.template vos/build.cm win32/Makefile
9518            ! win32/makefile.mk wince/Makefile.ce
9519 ____________________________________________________________________________
9520 [ 13178] By: gbarr                                 on 2001/11/21  18:30:10
9521         Log: Sync file with libnet-1.0901-tobe
9522      Branch: perl
9523            + lib/Net/t/config.t lib/Net/t/libnet_t.pl lib/Net/t/time.t
9524            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Config.pm
9525            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/E.pm
9526            ! lib/Net/FTP/L.pm lib/Net/NNTP.pm lib/Net/POP3.pm
9527            ! lib/Net/SMTP.pm lib/Net/libnetFAQ.pod
9528 ____________________________________________________________________________
9529 [ 13177] By: jhi                                   on 2001/11/21  17:31:28
9530         Log: Subject: [PATCH perldoc] problems with pod2man
9531              From: Robin Barker <rmb1@cise.npl.co.uk>
9532              Date: Wed, 21 Nov 2001 17:48:51 GMT
9533              Message-Id: <200111211748.RAA07123@tempest.npl.co.uk>
9534      Branch: perl
9535            ! utils/perldoc.PL
9536 ____________________________________________________________________________
9537 [ 13176] By: jhi                                   on 2001/11/21  17:27:30
9538         Log: debug_pad only visible when debugging.
9539      Branch: perl
9540            ! makedef.pl
9541 ____________________________________________________________________________
9542 [ 13175] By: jhi                                   on 2001/11/21  16:02:14
9543         Log: metaconfig units changes for #13174.
9544      Branch: metaconfig/U/perl
9545            + d_procselfexe.U
9546            - procselfexe.U
9547 ____________________________________________________________________________
9548 [ 13174] By: jhi                                   on 2001/11/21  16:01:39
9549         Log: procselfexe tweaks.
9550      Branch: perl
9551            ! Configure config_h.SH
9552 ____________________________________________________________________________
9553 [ 13173] By: jhi                                   on 2001/11/21  15:55:08
9554         Log: Upgrade to Net::Ping 2.06.
9555      Branch: perl
9556            + lib/Net/Ping/CHANGES lib/Net/Ping/README
9557            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
9558            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
9559            + lib/Net/Ping/t/200_ping_tcp.t
9560            ! MANIFEST lib/Net/Ping.pm
9561 ____________________________________________________________________________
9562 [ 13172] By: jhi                                   on 2001/11/21  15:17:13
9563         Log: Upgrade to Math::BigInt 1.47.
9564      Branch: perl
9565            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
9566            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
9567            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
9568            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
9569            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbf.t
9570            ! lib/Math/BigInt/t/sub_mbi.t
9571 ____________________________________________________________________________
9572 [ 13171] By: jhi                                   on 2001/11/21  15:03:53
9573         Log: Dynaloading for POSIX-BC from Thomas Dorner.
9574      Branch: perl
9575            ! hints/posix-bc.sh
9576 ____________________________________________________________________________
9577 [ 13170] By: jhi                                   on 2001/11/21  15:02:39
9578         Log: Strange: the same mysterious regex study bug
9579              seems to be present both in OS/390 and POSIX-BC.
9580              Deep EBCDIC magic that regex engine gets wrong,
9581              or a bug in some compiler/library shared by the
9582              two platforms?  From Thomas Dorner.
9583      Branch: perl
9584            ! t/op/study.t
9585 ____________________________________________________________________________
9586 [ 13169] By: jhi                                   on 2001/11/21  14:47:03
9587         Log: More lost and found.
9588      Branch: perl
9589            + lib/Test/Simple/README
9590            ! MANIFEST
9591 ____________________________________________________________________________
9592 [ 13168] By: jhi                                   on 2001/11/21  14:45:05
9593         Log: MANIFESTly missing.
9594      Branch: perl
9595            ! MANIFEST
9596 ____________________________________________________________________________
9597 [ 13167] By: jhi                                   on 2001/11/21  14:42:35
9598         Log: Subject: Re: PERFORCE change 13162 for review               
9599              From: Philip Newton <Philip.Newton@gmx.net> 
9600              Date: Wed, 21 Nov 2001 16:44:30 +0100
9601              Message-ID: <j2invt4a84bccvj8khob0s9m3hd5urmcud@4ax.com>
9602      Branch: perl
9603            ! ext/Devel/PPPort/PPPort.pm
9604 ____________________________________________________________________________
9605 [ 13166] By: jhi                                   on 2001/11/21  14:39:27
9606         Log: Update Changes.
9607      Branch: perl
9608            ! Changes patchlevel.h
9609 ____________________________________________________________________________
9610 [ 13165] By: jhi                                   on 2001/11/21  14:34:43
9611         Log: Small doc tweaks.
9612      Branch: perl
9613            ! ext/PerlIO/Via/Via.pm
9614 ____________________________________________________________________________
9615 [ 13164] By: jhi                                   on 2001/11/21  14:13:00
9616         Log: Redundant return.
9617      Branch: perl
9618            ! ext/MIME/Base64/QuotedPrint.pm
9619 ____________________________________________________________________________
9620 [ 13163] By: jhi                                   on 2001/11/21  13:52:30
9621         Log: Subject: [PATCH] Z*/[AZa]* fails to pack length properly
9622              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
9623              Date: Wed, 21 Nov 2001 10:23:16 +0100
9624              Message-ID: <200111211023160020.0050BD28@smtp.chello.at>   
9625      Branch: perl
9626            ! pp_pack.c t/op/pack.t
9627 ____________________________________________________________________________
9628 [ 13162] By: jhi                                   on 2001/11/21  13:44:41
9629         Log: Add Devel::PPPort originally from Kenneth Albanowski,
9630              revigorated by Paul Marquess: gives h2xs a Perl version
9631              portability boost.
9632      Branch: perl
9633            + ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
9634            + ext/Devel/PPPort/README ext/Devel/PPPort/TODO
9635            + ext/Devel/PPPort/harness/Harness.pm
9636            + ext/Devel/PPPort/harness/Harness.xs
9637            + ext/Devel/PPPort/harness/Makefile.PL
9638            + ext/Devel/PPPort/harness/module2.c
9639            + ext/Devel/PPPort/harness/module3.c
9640            + ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
9641            ! MANIFEST lib/h2xs.t utils/h2xs.PL
9642 ____________________________________________________________________________
9643 [ 13161] By: jhi                                   on 2001/11/21  13:43:08
9644         Log: Oops.
9645      Branch: perl
9646            ! lib/Test/Simple/t/filehandles.t
9647 ____________________________________________________________________________
9648 [ 13160] By: jhi                                   on 2001/11/21  13:23:07
9649         Log: Subject: Re: PERFORCE change 13152 for review               
9650              From: Philip Newton <Philip.Newton@gmx.net> 
9651              Date: Wed, 21 Nov 2001 09:04:05 +0100
9652              Message-ID: <1glmvtgulgh95tcrent3cso98pb5nm3rgb@4ax.com>
9653      Branch: perl
9654            ! lib/Test/Builder.pm
9655 ____________________________________________________________________________
9656 [ 13159] By: jhi                                   on 2001/11/21  13:19:08
9657         Log: Subject: Re: PERFORCE change 13142 for review
9658              From: Philip Newton <Philip.Newton@gmx.net>
9659              Date: Wed, 21 Nov 2001 09:04:03 +0100
9660              Message-ID: <m9lmvt8a2vjq2sa8stds01msej0f2f03up@4ax.com>
9661              
9662              plus rewrap few paragraphs.
9663      Branch: perl
9664            ! lib/Pod/LaTeX.pm
9665 ____________________________________________________________________________
9666 [ 13158] By: jhi                                   on 2001/11/21  03:59:51
9667         Log: Integrate #13154 from macperl; Remove comments.
9668      Branch: perl
9669           !> lib/File/Spec/Mac.pm
9670 ____________________________________________________________________________
9671 [ 13157] By: jhi                                   on 2001/11/21  03:53:06
9672         Log: Update the list of modules having tests.
9673      Branch: perl
9674            ! t/lib/1_compile.t
9675 ____________________________________________________________________________
9676 [ 13156] By: pudge                                 on 2001/11/21  03:19:09
9677         Log: Slight doc changes.
9678      Branch: maint-5.6/macperl
9679            ! macos/macperl/MacPerl.podhelp
9680 ____________________________________________________________________________
9681 [ 13155] By: pudge                                 on 2001/11/21  03:18:48
9682         Log: Add UTF-16 coercion.
9683      Branch: maint-5.6/macperl
9684            ! macos/lib/Mac/AppleEvents/Simple.pm
9685 ____________________________________________________________________________
9686 [ 13154] By: pudge                                 on 2001/11/21  03:16:55
9687         Log: Remove comments.
9688      Branch: maint-5.6/macperl
9689            ! lib/File/Spec/Mac.pm
9690 ____________________________________________________________________________
9691 [ 13153] By: pudge                                 on 2001/11/21  03:16:00
9692         Log: Fix FSpGetCatInfo (and other functions) corrupting
9693              memory with bad filespecs (bug #471867)
9694      Branch: maint-5.6/macperl
9695            ! macos/ext/Mac/Files/typemap macos/ext/Mac/typemap
9696 ____________________________________________________________________________
9697 [ 13152] By: jhi                                   on 2001/11/21  03:09:46
9698         Log: Upgrade to Test::Simple 0.33.
9699      Branch: perl
9700            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple/Changes
9701            ! lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/no_header.t
9702            ! lib/Test/Simple/t/output.t lib/Test/Tutorial.pod
9703 ____________________________________________________________________________
9704 [ 13151] By: jhi                                   on 2001/11/21  03:01:36
9705         Log: Upgrade to Test::Harness 1.26.
9706      Branch: perl
9707            ! lib/Test/Harness.pm lib/Test/Harness/Changes
9708 ____________________________________________________________________________
9709 [ 13150] By: jhi                                   on 2001/11/21  02:15:47
9710         Log: Integrate change #13145 from maintperl;
9711              another compatibility tweak to change#12559: avoid quoting
9712              arguments that already have quotes; add test case
9713      Branch: perl
9714           !> t/op/system_tests win32/win32.c
9715 ____________________________________________________________________________
9716 [ 13149] By: gsar                                  on 2001/11/21  02:00:28
9717         Log: integrate change#13147 from mainline (fixes nit in change#10091)
9718              
9719              Subject: [PATCH] spaceship and refs
9720      Branch: maint-5.6/perl
9721            ! pp.c pp_hot.c t/op/cmp.t
9722 ____________________________________________________________________________
9723 [ 13148] By: jhi                                   on 2001/11/21  00:44:56
9724         Log: Subject: [PATCH] Add test for Pod::ParseUtils              
9725              From: Tim Jenness <t.jenness@jach.hawaii.edu>            
9726              Date: Tue, 20 Nov 2001 14:33:14 -1000 (HST)
9727              Message-ID: <Pine.LNX.4.33.0111201429060.22000-100000@lapaki>
9728      Branch: perl
9729            + lib/Pod/t/utils.t
9730            ! MANIFEST
9731 ____________________________________________________________________________
9732 [ 13147] By: jhi                                   on 2001/11/21  00:40:09
9733         Log: Subject: [PATCH] spaceship and refs
9734              From: Nicholas Clark <nick@ccl4.org>
9735              Date: Tue, 20 Nov 2001 21:59:51 +0000
9736              Message-ID: <20011120215951.U62891@plum.flirble.org> 
9737      Branch: perl
9738            ! pp.c pp_hot.c t/op/cmp.t
9739 ____________________________________________________________________________
9740 [ 13146] By: jhi                                   on 2001/11/21  00:37:00
9741         Log: Try to clarify which I/O call operates on bytes,
9742              which on characters, which on either.
9743      Branch: perl
9744            ! pod/perlfunc.pod
9745 ____________________________________________________________________________
9746 [ 13145] By: gsar                                  on 2001/11/21  00:14:29
9747         Log: another compatibility tweak to change#12559: avoid quoting
9748              arguments that already have quotes; add test case
9749      Branch: maint-5.6/perl
9750            ! t/op/system_tests win32/win32.c
9751 ____________________________________________________________________________
9752 [ 13144] By: jhi                                   on 2001/11/20  22:31:47
9753         Log: Give a simple example of writing PerlIO::Via handlers
9754              in Perl.
9755      Branch: perl
9756            ! ext/PerlIO/Via/Via.pm
9757 ____________________________________________________________________________
9758 [ 13143] By: jhi                                   on 2001/11/20  20:50:41
9759         Log: Add test for Pod::LaTeX; re-sort MANIFEST.
9760      Branch: perl
9761            + lib/Pod/t/latex.t
9762            ! MANIFEST
9763 ____________________________________________________________________________
9764 [ 13142] By: jhi                                   on 2001/11/20  20:42:48
9765         Log: Subject: [PATCH] Pod::LaTeX up to V0.54
9766              From: Tim Jenness <t.jenness@jach.hawaii.edu>
9767              Date: Tue, 20 Nov 2001 11:36:54 -1000 (HST)
9768              Message-ID: <Pine.LNX.4.33.0111201131060.22000-100000@lapaki>
9769      Branch: perl
9770            ! lib/Pod/LaTeX.pm pod/pod2latex.PL
9771 ____________________________________________________________________________
9772 [ 13141] By: jhi                                   on 2001/11/20  20:35:14
9773         Log: Spread d_procselfexe to far-off lands (undefined).
9774      Branch: perl
9775            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
9776            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
9777            ! vos/config.ga.def vos/config.ga.h win32/config.bc
9778            ! win32/config.gc win32/config.vc win32/config.win64
9779            ! wince/config.ce
9780 ____________________________________________________________________________
9781 [ 13140] By: jhi                                   on 2001/11/20  20:17:13
9782         Log: Integrate perlio; add detection and use of /proc/self/exe
9783              (Linuxism for finding the absolute path of the executable)
9784      Branch: perl
9785           !> Configure config_h.SH perl.c t/op/magic.t
9786 ____________________________________________________________________________
9787 [ 13139] By: jhi                                   on 2001/11/20  20:12:06
9788         Log: Really define do_report_used() only if DEBUGGING.
9789      Branch: perl
9790            ! sv.c
9791 ____________________________________________________________________________
9792 [ 13138] By: nick                                  on 2001/11/20  20:01:05
9793         Log: perl.c change to use HAS_PROCSELFEXE, also
9794              tweak to $^X test to comprehend full path to real executable
9795              being returned (like Cygwin as it happens...)
9796      Branch: perlio
9797            ! perl.c t/op/magic.t
9798 ____________________________________________________________________________
9799 [ 13137] By: nick                                  on 2001/11/20  19:46:00
9800         Log: Integrate mainline
9801      Branch: perlio
9802           +> lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
9803           +> lib/NEXT/t/unseen.t
9804            - lib/NEXT/test.pl
9805           !> (integrate 34 files)
9806 ____________________________________________________________________________
9807 [ 13136] By: jhi                                   on 2001/11/20  17:47:36
9808         Log: Subject: [?PATCH] terser pp_eq
9809              From: Nicholas Clark <nick@ccl4.org>
9810              Date: Mon, 19 Nov 2001 23:09:02 +0000
9811              Message-ID: <20011119230901.O62891@plum.flirble.org>
9812      Branch: perl
9813            ! pp_hot.c
9814 ____________________________________________________________________________
9815 [ 13135] By: jhi                                   on 2001/11/20  17:40:13
9816         Log: Pass 4 at perldelta - cleanup problems found by podchecker.
9817      Branch: perl
9818            ! pod/perldelta.pod
9819 ____________________________________________________________________________
9820 [ 13134] By: jhi                                   on 2001/11/20  16:59:54
9821         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
9822              From: Andy Dougherty <doughera@lafayette.edu>
9823              Date: Tue, 20 Nov 2001 12:45:32 -0500 (EST)
9824              Message-ID: <Pine.SOL.4.10.10111201240270.15132-100000@maxwell.phys.lafayette.edu>
9825      Branch: perl
9826            ! ext/re/Makefile.PL ext/re/re.xs
9827 ____________________________________________________________________________
9828 [ 13133] By: jhi                                   on 2001/11/20  15:51:04
9829         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
9830              From: Andy Dougherty <doughera@lafayette.edu>
9831              Date: Tue, 20 Nov 2001 11:08:13 -0500 (EST)
9832              Message-ID: <Pine.SOL.4.10.10111201106010.15104-100000@maxwell.phys.lafayette.edu>
9833      Branch: perl
9834            ! ext/re/re.xs
9835 ____________________________________________________________________________
9836 [ 13132] By: jhi                                   on 2001/11/20  15:31:43
9837         Log: Integrate change #13119 from macperl.
9838              (No changes since already applied the patch,
9839              just keep perforce happy and well-fed.)
9840      Branch: perl
9841           !> lib/Pod/Html.pm
9842 ____________________________________________________________________________
9843 [ 13131] By: jhi                                   on 2001/11/20  15:29:55
9844         Log: Subject: [PATCH] filter-util.pl for Mac OS
9845              From: Chris Nandor <pudge@pobox.com>
9846              Date: Tue, 20 Nov 2001 00:16:11 -0500
9847              Message-Id: <p0510030ab81f970e9c05@[10.0.1.177]>
9848      Branch: perl
9849            ! t/lib/filter-util.pl
9850 ____________________________________________________________________________
9851 [ 13130] By: jhi                                   on 2001/11/20  15:23:11
9852         Log: Subject: [PATCH] Portability fix for Pod::Html
9853              From: Chris Nandor <pudge@pobox.com>
9854              Date: Tue, 20 Nov 2001 00:01:05 -0500
9855              Message-Id: <p05100307b81f92788846@[10.0.1.177]>
9856      Branch: perl
9857            ! lib/Pod/Html.pm
9858 ____________________________________________________________________________
9859 [ 13129] By: jhi                                   on 2001/11/20  15:14:49
9860         Log: Need to skip more tests if not perlio.
9861      Branch: perl
9862            ! lib/open.t
9863 ____________________________________________________________________________
9864 [ 13128] By: jhi                                   on 2001/11/20  15:04:55
9865         Log: Pass 3 at perldelta - sort the lists of new modules,
9866              module improvements, and new platforms.
9867      Branch: perl
9868            ! pod/perldelta.pod
9869 ____________________________________________________________________________
9870 [ 13127] By: jhi                                   on 2001/11/20  13:42:22
9871         Log: Document ${^OPEN}.
9872      Branch: perl
9873            ! pod/perlvar.pod
9874 ____________________________________________________________________________
9875 [ 13126] By: pudge                                 on 2001/11/20  03:28:51
9876         Log: Make configpm work with extra keys
9877      Branch: maint-5.6/macperl
9878            ! macos/configpm
9879 ____________________________________________________________________________
9880 [ 13125] By: pudge                                 on 2001/11/20  03:28:09
9881         Log: Version and doc updates
9882      Branch: maint-5.6/macperl
9883            ! macos/MPVersion.r macos/macperl/MacPerl.podhelp
9884 ____________________________________________________________________________
9885 [ 13124] By: pudge                                 on 2001/11/20  03:27:44
9886         Log: More fixes for error message parsing (bug #470316)
9887      Branch: maint-5.6/macperl
9888            ! macos/macish.c
9889 ____________________________________________________________________________
9890 [ 13123] By: pudge                                 on 2001/11/20  03:26:32
9891         Log: Fix ctrl-D handling (bug #471436), more exit fixes (bug #467732),
9892              remove obsolete function (bug #465225)
9893      Branch: maint-5.6/macperl
9894            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
9895            ! macos/macperl/MPScript.c
9896 ____________________________________________________________________________
9897 [ 13122] By: pudge                                 on 2001/11/20  03:20:17
9898         Log: Add p2as droplet to distribution.
9899      Branch: maint-5.6/macperl
9900            + macos/macperl/Droplets/p2as.plx
9901 ____________________________________________________________________________
9902 [ 13121] By: pudge                                 on 2001/11/20  03:10:36
9903         Log: Bundle File::Sort.
9904      Branch: maint-5.6/macperl
9905            + macos/bundled_lib/blib/lib/File/Sort.pm
9906 ____________________________________________________________________________
9907 [ 13120] By: pudge                                 on 2001/11/20  03:09:21
9908         Log: Various bundled module fixes.
9909      Branch: maint-5.6/macperl
9910            ! macos/bundled_ext/Compress/Zlib/Makefile.mk
9911            ! macos/bundled_ext/Digest/MD5/t/files.t
9912            ! macos/bundled_ext/Filter/t/filter-util.pl
9913            ! macos/bundled_lib/blib/lib/Net/Config.pm
9914            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
9915 ____________________________________________________________________________
9916 [ 13119] By: pudge                                 on 2001/11/20  03:08:27
9917         Log: Portability fix for Pod::Html.
9918      Branch: maint-5.6/macperl
9919            ! lib/Pod/Html.pm
9920 ____________________________________________________________________________
9921 [ 13118] By: jhi                                   on 2001/11/20  02:58:38
9922         Log: Upgrade to Text::Balanced 1.89.
9923      Branch: perl
9924            ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
9925            ! lib/Text/Balanced/README lib/Text/Balanced/t/extbrk.t
9926            ! lib/Text/Balanced/t/extcbk.t lib/Text/Balanced/t/extdel.t
9927            ! lib/Text/Balanced/t/extmul.t lib/Text/Balanced/t/extqlk.t
9928            ! lib/Text/Balanced/t/exttag.t lib/Text/Balanced/t/extvar.t
9929            ! lib/Text/Balanced/t/gentag.t
9930 ____________________________________________________________________________
9931 [ 13117] By: jhi                                   on 2001/11/20  02:53:32
9932         Log: Upgrade to NEXT 0.50.
9933      Branch: perl
9934            + lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
9935            + lib/NEXT/t/unseen.t
9936            - lib/NEXT/test.pl
9937            ! MANIFEST lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
9938 ____________________________________________________________________________
9939 [ 13116] By: pudge                                 on 2001/11/20  02:47:23
9940         Log: Integrate with maint-5.6/perl.
9941      Branch: maint-5.6/macperl
9942           !> win32/win32.c
9943 ____________________________________________________________________________
9944 [ 13115] By: jhi                                   on 2001/11/20  01:57:41
9945         Log: Update the README.threads scary header a bit.
9946      Branch: perl
9947            ! README.threads
9948 ____________________________________________________________________________
9949 [ 13114] By: jhi                                   on 2001/11/20  01:49:59
9950         Log: Pass 2 at perldelta: add some changes since 5.7.2.
9951      Branch: perl
9952            ! pod/perldelta.pod
9953 ____________________________________________________________________________
9954 [ 13113] By: jhi                                   on 2001/11/20  00:55:25
9955         Log: Subject: [DOC PATCH] perlfaq4.pod 
9956              From: Tim Jenness <t.jenness@jach.hawaii.edu>
9957              Date: Mon, 19 Nov 2001 15:31:36 -1000 (HST)
9958              Message-ID: <Pine.LNX.4.33.0111191530180.5914-100000@lapaki>           
9959      Branch: perl
9960            ! pod/perlfaq4.pod
9961 ____________________________________________________________________________
9962 [ 13112] By: jhi                                   on 2001/11/20  00:53:17
9963         Log: Subject: [PATCH perl.c] Extra diagnostics for -DP            
9964              From: Michael G Schwern <schwern@pobox.com> 
9965              Date: Mon, 19 Nov 2001 19:53:12 -0500
9966              Message-ID: <20011119195311.I11883@blackrider>
9967      Branch: perl
9968            ! perl.c
9969 ____________________________________________________________________________
9970 [ 13111] By: jhi                                   on 2001/11/20  00:48:46
9971         Log: Subject: [PATCH: perl@13050] update of vms Makefile.SH analog
9972              From: PPrymmer@factset.com
9973              Date: Mon, 19 Nov 2001 17:08:59 -0500
9974              Message-ID: <OFE1F46859.B4E4C53A-ON85256B09.0078C420@55.25.11>
9975      Branch: perl
9976            ! vms/descrip_mms.template
9977 ____________________________________________________________________________
9978 [ 13110] By: jhi                                   on 2001/11/20  00:39:02
9979         Log: Create a per-interpeter debug scratchpad container
9980              and use that for the regexec debugging.
9981      Branch: perl
9982            ! embedvar.h intrpvar.h perl.c perl.h perlapi.h regexec.c
9983 ____________________________________________________________________________
9984 [ 13109] By: nick                                  on 2001/11/19  22:01:45
9985         Log: Use /proc/self/exe to set $^X on linux (or anywhere new
9986              Configure unit detects the feature).
9987      Branch: metaconfig/U/perl
9988            + procselfexe.U
9989      Branch: perlio
9990            ! Configure config_h.SH
9991 ____________________________________________________________________________
9992 [ 13108] By: nick                                  on 2001/11/19  20:39:17
9993         Log: Integrate mainline
9994      Branch: perlio
9995           +> t/op/or.t
9996           !> (integrate 44 files)
9997 ____________________________________________________________________________
9998 [ 13107] By: jhi                                   on 2001/11/19  20:22:36
9999         Log: sysseek tweak.
10000      Branch: perl
10001            ! pod/perlfunc.pod
10002 ____________________________________________________________________________
10003 [ 13106] By: jhi                                   on 2001/11/19  20:18:42
10004         Log: Move the sysio tests from io/utf8 to lib/open.
10005      Branch: perl
10006            ! lib/open.t t/io/utf8.t
10007 ____________________________________________________________________________
10008 [ 13105] By: nick                                  on 2001/11/19  20:15:39
10009         Log: Add a .package and a README to //depot/metaconfig
10010      Branch: metaconfig
10011            + .package README
10012 ____________________________________________________________________________
10013 [ 13104] By: jhi                                   on 2001/11/19  20:01:54
10014         Log: Thou shalt not mix stdio and sysio.
10015      Branch: perl
10016            ! t/io/utf8.t
10017 ____________________________________________________________________________
10018 [ 13103] By: jhi                                   on 2001/11/19  19:28:40
10019         Log: Update Changes.
10020      Branch: perl
10021            ! Changes patchlevel.h
10022 ____________________________________________________________________________
10023 [ 13102] By: jhi                                   on 2001/11/19  19:17:14
10024         Log: The runops_debug needs to be present always, otherwise
10025              places like AIX which need an explicit symbol export list
10026              will croak when trying to build Devel::Peek (which uses
10027              the runops_debug).
10028      Branch: perl
10029            ! makedef.pl
10030 ____________________________________________________________________________
10031 [ 13101] By: jhi                                   on 2001/11/19  19:06:48
10032         Log: Subject: [PATCH: perl@13050] VMS specific cleanup and strictness for tie_sdbm.t
10033              From: PPrymmer@factset.com 
10034              Date: Mon, 19 Nov 2001 11:34:22 -0500
10035              Message-ID: <OF8BFCD922.9F513397-ON85256B09.005AAA90@55.25.11>
10036      Branch: perl
10037            ! lib/Memoize/t/tie_sdbm.t
10038 ____________________________________________________________________________
10039 [ 13100] By: jhi                                   on 2001/11/19  18:57:11
10040         Log: Retract #13088: it seems that unless dump.c is extensively
10041              reorganized as to what symbols it shows, when, and to whom,
10042              we are stuck with having the dump.o symbols in the libperl
10043              and thusly in the main Perl binary.
10044      Branch: perl
10045            ! embedvar.h perlapi.h perlvars.h
10046 ____________________________________________________________________________
10047 [ 13099] By: jhi                                   on 2001/11/19  18:02:14
10048         Log: The _uni_display should not be in dump.c since they
10049              are used under normal operation (S_not_a_number()).
10050      Branch: perl
10051            ! dump.c embed.h embed.pl global.sym proto.h utf8.c
10052 ____________________________________________________________________________
10053 [ 13098] By: jhi                                   on 2001/11/19  17:37:26
10054         Log: Protect sv_dump() from being included unless DEBUGGING,
10055              as noticed by Ilya.
10056      Branch: perl
10057            ! sv.c
10058 ____________________________________________________________________________
10059 [ 13097] By: jhi                                   on 2001/11/19  15:11:41
10060         Log: Pending further investigation skip the tell() tests.
10061              The tell() is okay on Solaris, HP-UX and Tru64, but fails
10062              (by returning too much) in Linux.
10063      Branch: perl
10064            ! t/io/utf8.t
10065 ____________________________________________________________________________
10066 [ 13096] By: jhi                                   on 2001/11/19  14:28:57
10067         Log: Retract #13082 until a better solution is found:
10068              statics break ithreads.
10069      Branch: perl
10070            ! regexec.c
10071 ____________________________________________________________________________
10072 [ 13095] By: jhi                                   on 2001/11/19  14:24:33
10073         Log: Figures 1 and 2 for UTF-8.
10074      Branch: perl
10075            ! pod/perlunicode.pod
10076 ____________________________________________________________________________
10077 [ 13094] By: jhi                                   on 2001/11/19  14:09:34
10078         Log: Subject: [PATCH] new warning "Useless use of sort in scalar context"
10079              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10080              Date: Mon, 19 Nov 2001 13:26:45 +0100                 
10081              Message-ID: <20011119132645.A15034@rafael>
10082      Branch: perl
10083            ! op.c pod/perldiag.pod t/lib/warnings/op
10084 ____________________________________________________________________________
10085 [ 13093] By: jhi                                   on 2001/11/19  14:07:20
10086         Log: Subject: [PATCH t/op/closure.t] A little extra debugging output
10087              From: Michael G Schwern <schwern@pobox.com> 
10088              Date: Mon, 19 Nov 2001 03:11:12 -0500                 
10089              Message-ID: <20011119031112.E786@blackrider>
10090      Branch: perl
10091            ! t/op/closure.t
10092 ____________________________________________________________________________
10093 [ 13092] By: jhi                                   on 2001/11/19  14:05:21
10094         Log: Subject: [PATCH MANIFEST t/op/or.t] Double FETCH test
10095              From: Michael G Schwern <schwern@pobox.com>
10096              Date: Mon, 19 Nov 2001 03:42:56 -0500
10097              Message-ID: <20011119034256.I786@blackrider>
10098      Branch: perl
10099            + t/op/or.t
10100            ! MANIFEST
10101 ____________________________________________________________________________
10102 [ 13091] By: jhi                                   on 2001/11/19  13:50:45
10103         Log: Subject: [PATCH] io_poll.t vms/test.com tweaks
10104              From: "Craig A. Berry" <craigberry@mac.com>
10105              Date: Sun, 18 Nov 2001 14:33:48 -0600
10106              Message-Id: <a05101001b81db38899ea@[172.16.52.1]>
10107      Branch: perl
10108            ! ext/IO/lib/IO/t/io_poll.t vms/test.com
10109 ____________________________________________________________________________
10110 [ 13090] By: jhi                                   on 2001/11/19  13:49:28
10111         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
10112              From: Dave Rolsky <autarch@urth.org>
10113              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST)
10114              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
10115      Branch: perl
10116            ! lib/ExtUtils/Manifest.pm
10117 ____________________________________________________________________________
10118 [ 13089] By: jhi                                   on 2001/11/19  13:48:35
10119         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
10120              From: Dave Rolsky <autarch@urth.org>
10121              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST) 
10122              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
10123      Branch: perl
10124            ! lib/ExtUtils/Install.pm
10125 ____________________________________________________________________________
10126 [ 13088] By: jhi                                   on 2001/11/19  13:44:49
10127         Log: The runops_dbg should not be needed.
10128      Branch: perl
10129            ! embedvar.h perlapi.h perlvars.h pod/perlapi.pod
10130 ____________________________________________________________________________
10131 [ 13087] By: jhi                                   on 2001/11/19  13:28:22
10132         Log: do_spawn() cleanup from Charles Lane.
10133      Branch: perl
10134            ! vms/vms.c
10135 ____________________________________________________________________________
10136 [ 13086] By: jhi                                   on 2001/11/19  13:22:26
10137         Log: Update the list of tests.
10138      Branch: perl
10139            ! t/lib/1_compile.t
10140 ____________________________________________________________________________
10141 [ 13085] By: jhi                                   on 2001/11/18  21:57:23
10142         Log: Subject: [PATCH t/lib/warnings/sv] Re: [ID 20011116.125] $a = undef; print "$a\n"; does not warn
10143              From: Michael G Schwern <schwern@pobox.com> 
10144              Date: Fri, 16 Nov 2001 17:37:04 -0500
10145              Message-ID: <20011116173703.L30160@blackrider>
10146      Branch: perl
10147            ! t/lib/warnings/sv
10148 ____________________________________________________________________________
10149 [ 13084] By: jhi                                   on 2001/11/18  21:38:50
10150         Log: FAQ sync.
10151      Branch: perl
10152            ! pod/perlfaq4.pod
10153 ____________________________________________________________________________
10154 [ 13083] By: jhi                                   on 2001/11/18  21:37:06
10155         Log: Integrate perlio; win32 sync.
10156      Branch: perl
10157           !> perlio.c win32/win32io.c
10158 ____________________________________________________________________________
10159 [ 13082] By: jhi                                   on 2001/11/18  19:13:06
10160         Log: (retracted by #13096)
10161              Debugging would be badly skewed by a malloc per regex dump.
10162      Branch: perl
10163            ! regexec.c
10164 ____________________________________________________________________________
10165 [ 13081] By: nick                                  on 2001/11/18  19:08:40
10166         Log: Win32 layer has a dup which needs to match new prototype.
10167      Branch: perlio
10168            ! win32/win32io.c
10169 ____________________________________________________________________________
10170 [ 13080] By: nick                                  on 2001/11/18  19:05:02
10171         Log: Wrong way to get stdio mode used.
10172      Branch: perlio
10173            ! perlio.c
10174 ____________________________________________________________________________
10175 [ 13079] By: jhi                                   on 2001/11/18  18:59:28
10176         Log: Retract #13048: that introduced a malloc() (through savepvn())
10177              to *every* m//, which killed the performance quite badly.
10178      Branch: perl
10179            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
10180 ____________________________________________________________________________
10181 [ 13078] By: jhi                                   on 2001/11/18  17:37:31
10182         Log: Pass 1 at perldelta.pod: sort the section contents
10183              together, drop all but the 5.7.2 known problems,
10184              leave the 5.7.1 security note since that's the
10185              fullest explanation (update the date on that).
10186      Branch: perl
10187            ! pod/perldelta.pod
10188 ____________________________________________________________________________
10189 [ 13077] By: jhi                                   on 2001/11/18  17:07:12
10190         Log: Retract 11635: close 20011113.110, reopen 20010809.028.
10191              
10192              Tiny problem in the test for 20011113.110: I hope
10193              'my $x= [("foo") x 1]' was never going to produce [qw(foo foo)] :-)
10194      Branch: perl
10195            ! pp.c t/op/repeat.t
10196 ____________________________________________________________________________
10197 [ 13076] By: jhi                                   on 2001/11/18  16:46:11
10198         Log: All of syswrite/send/sendto need to return character counts,
10199              and character counts from the offset, not the beginning of
10200              the scalar.
10201      Branch: perl
10202            ! pp_sys.c
10203 ____________________________________________________________________________
10204 [ 13075] By: jhi                                   on 2001/11/18  16:39:32
10205         Log: Integrate PerlIO: duping fixes.
10206      Branch: perl
10207           !> doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
10208           !> ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
10209           !> perliol.h sv.c
10210 ____________________________________________________________________________
10211 [ 13074] By: jhi                                   on 2001/11/18  16:34:29
10212         Log: syswrite() was still returning byte counts, not character counts.
10213      Branch: perl
10214            ! pp_sys.c t/io/utf8.t
10215 ____________________________________________________________________________
10216 [ 13073] By: jhi                                   on 2001/11/18  16:16:17
10217         Log: Add test for sysread().
10218      Branch: perl
10219            ! t/io/utf8.t
10220 ____________________________________________________________________________
10221 [ 13072] By: nick                                  on 2001/11/18  16:15:31
10222         Log: Allow dup'ing of PerlIO::Scalar etc.
10223      Branch: perlio
10224            ! doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
10225            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
10226            ! perliol.h sv.c
10227 ____________________________________________________________________________
10228 [ 13071] By: jhi                                   on 2001/11/18  16:12:32
10229         Log: Prepend a null byte to the test set.
10230      Branch: perl
10231            ! t/io/utf8.t
10232 ____________________________________________________________________________
10233 [ 13070] By: jhi                                   on 2001/11/18  15:13:57
10234         Log: Document how "no utf8;" can become handy.
10235      Branch: perl
10236            ! lib/utf8.pm
10237 ____________________________________________________________________________
10238 [ 13069] By: jhi                                   on 2001/11/18  14:05:23
10239         Log: Integrate perlio; force the inclusion of the PL_runops_*
10240      Branch: perl
10241           !> embedvar.h hv.c perlapi.h perlvars.h pod/perlapi.pod
10242 ____________________________________________________________________________
10243 [ 13068] By: nick                                  on 2001/11/18  13:23:33
10244         Log: embed.pl generated changes I forgot to include
10245      Branch: perlio
10246            ! embedvar.h perlapi.h pod/perlapi.pod
10247 ____________________________________________________________________________
10248 [ 13067] By: nick                                  on 2001/11/18  12:50:19
10249         Log: Force inclusion of both Perl_runops_* in perl itself,
10250              so they are available for Peek.xs etc.
10251      Branch: perlio
10252            ! perlvars.h
10253 ____________________________________________________________________________
10254 [ 13066] By: nick                                  on 2001/11/18  11:00:34
10255         Log: Integrate mainline - a few Devel::Peak fails.
10256      Branch: perlio
10257           +> (branch 29 files)
10258            - ext/Thread/Thread.pm lib/Benchmark.t
10259            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
10260            - lib/Lingua/KO/Hangul/Util/README
10261            - lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Normalize.pm
10262            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
10263            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
10264            - vms/ext/vmsish.pm vms/ext/vmsish.t
10265            ! hv.c
10266           !> (integrate 389 files)
10267 ____________________________________________________________________________
10268 [ 13065] By: jhi                                   on 2001/11/18  01:22:25
10269         Log: Start working on perldelta.  This is not yet any sort of
10270              editing; just concatenating perl570delta, perl571delta,
10271              and perl572delta.  Any sorting not done, any duplicate
10272              removal not done, any removal or update of obsolete items
10273              not done, any changes since 5.7.2 not included.  So there.
10274      Branch: perl
10275            ! pod/perldelta.pod
10276 ____________________________________________________________________________
10277 [ 13064] By: jhi                                   on 2001/11/17  22:22:47
10278         Log: Banish "use utf8".
10279      Branch: perl
10280            ! pod/perlre.pod pod/perlretut.pod pod/perlunicode.pod
10281 ____________________________________________________________________________
10282 [ 13063] By: jhi                                   on 2001/11/17  17:53:38
10283         Log: Tweak from Charles Lane.
10284      Branch: perl
10285            ! vms/vms.c
10286 ____________________________________________________________________________
10287 [ 13062] By: jhi                                   on 2001/11/17  15:35:22
10288         Log: Integrate change #13058 from maintperl;
10289              change#12559 breaks things on Win9x because command.com doesn't
10290              grok dquotes at all; disable all the system() smarts for
10291              command.com
10292      Branch: perl
10293           !> win32/win32.c
10294 ____________________________________________________________________________
10295 [ 13061] By: ams                                   on 2001/11/17  13:46:11
10296         Log: Subject: [PATCH lib/Term/Cap.pm] Sync with CPAN version
10297              From: Jonathan Stowe <gellyfish@gellyfish.com>
10298              Date: Sat, 17 Nov 2001 14:05:02 +0000 (GMT)
10299              Message-Id: <Pine.LNX.4.33.0111171356190.13024-100000@orpheus.gellyfish.com>
10300      Branch: perl
10301            ! lib/Term/Cap.pm
10302 ____________________________________________________________________________
10303 [ 13060] By: ams                                   on 2001/11/17  09:49:10
10304         Log: Subject: [PATCH9 File/Find.pm doc nits
10305              From: Tels <perl_dummy@bloodgate.com>
10306              Date: Sat, 17 Nov 2001 11:41:51 +0100 (CET)
10307      Branch: perl
10308            ! lib/File/Find.pm
10309 ____________________________________________________________________________
10310 [ 13059] By: ams                                   on 2001/11/17  09:38:38
10311         Log: Subject: [PATCH] Benchmark.pm nit
10312              From: Tels <perl_dummy@bloodgate.com>
10313              Date: Sat, 17 Nov 2001 11:29:23 +0100 (CET)
10314      Branch: perl
10315            ! lib/Benchmark.pm
10316 ____________________________________________________________________________
10317 [ 13058] By: gsar                                  on 2001/11/17  03:50:49
10318         Log: change#12559 breaks things on Win9x because command.com doesn't
10319              grok dquotes at all; disable all the system() smarts for
10320              command.com
10321      Branch: maint-5.6/perl
10322            ! win32/win32.c
10323 ____________________________________________________________________________
10324 [ 13057] By: ams                                   on 2001/11/16  20:30:03
10325         Log: Subject: [PATCH] lib/Unicode/UCD.t @INC oddity
10326              From: Andy Dougherty <doughera@lafayette.edu>
10327              Date: Fri, 16 Nov 2001 16:28:45 -0500 (EST)
10328              Message-Id: <Pine.SOL.4.10.10111161625070.7245-100000@maxwell.phys.lafayette.edu>
10329      Branch: perl
10330            ! lib/Unicode/UCD.t
10331 ____________________________________________________________________________
10332 [ 13056] By: jhi                                   on 2001/11/16  19:18:21
10333         Log: Subject: [Patch Perl@13023] VMS system() warning
10334              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
10335              Date: Fri, 16 Nov 2001 15:20:11 EST
10336              Message-Id: <011116152009.39eb8@DUPHY4.Physics.Drexel.Edu>
10337      Branch: perl
10338            ! vms/vms.c
10339 ____________________________________________________________________________
10340 [ 13055] By: jhi                                   on 2001/11/16  19:03:39
10341         Log: It's neither-nor, and protect against the impossible.
10342      Branch: perl
10343            ! lib/Thread.pm
10344 ____________________________________________________________________________
10345 [ 13054] By: jhi                                   on 2001/11/16  18:37:30
10346         Log: 5005threads didn't work because $Thread::VERSION wasn't
10347              visible.  Oops.
10348      Branch: perl
10349            ! ext/Thread/Makefile.PL lib/Thread.pm
10350 ____________________________________________________________________________
10351 [ 13053] By: jhi                                   on 2001/11/16  17:08:15
10352         Log: Robustness against Linux using something else than gcc;
10353              based on
10354              
10355              Subject: [ID 20011116.124] perl 5.6.1 with Intel's icc on RedHat Linux 7.2
10356              From: Charles Randall <cfriv@yahoo.com>
10357              Date: Fri, 16 Nov 2001 09:31:57 -0800 (PST)
10358              Message-Id: <20011116173157.2322.qmail@web20904.mail.yahoo.com>
10359      Branch: perl
10360            ! ext/Errno/Errno_pm.PL
10361 ____________________________________________________________________________
10362 [ 13052] By: ams                                   on 2001/11/16  16:46:39
10363         Log: Subject: Re: [h.m.brand@hccnet.nl: Installman problems]
10364              From: Russ Allbery <rra@stanford.edu>
10365              Date: 16 Nov 2001 09:44:21 -0800
10366              Message-Id: <yln11mwqyy.fsf@windlord.stanford.edu>
10367      Branch: perl
10368            ! lib/Pod/ParseLink.pm
10369 ____________________________________________________________________________
10370 [ 13051] By: jhi                                   on 2001/11/16  15:26:41
10371         Log: Update perluniintro on the UTF-8 output matters
10372              (that -w will warn unless the stream is explicitly UTF-8-ified).
10373      Branch: perl
10374            ! pod/perluniintro.pod
10375 ____________________________________________________________________________
10376 [ 13050] By: jhi                                   on 2001/11/16  15:08:52
10377         Log: Adding new files to MANIFEST is nice.
10378      Branch: perl
10379            ! MANIFEST
10380 ____________________________________________________________________________
10381 [ 13049] By: jhi                                   on 2001/11/16  15:04:45
10382         Log: Update Changes.
10383      Branch: perl
10384            ! Changes patchlevel.h
10385 ____________________________________________________________________________
10386 [ 13048] By: jhi                                   on 2001/11/16  14:46:17
10387         Log: Subject: Re: [PATCH regcomp.[ch], regexp.h, pp_hot.c, t/op/re_tests] lazy $& and \Z fix
10388              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net> 
10389              Date: Wed, 14 Nov 2001 16:35:29 -0500 (EST) 
10390              Message-ID: <Pine.GSO.4.21.0111141634020.16649-100000@crusoe.crusoe.net>
10391      Branch: perl
10392            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
10393 ____________________________________________________________________________
10394 [ 13047] By: jhi                                   on 2001/11/16  14:37:32
10395         Log: Rename perlunintro to perluniintro; regen toc.
10396      Branch: perl
10397            + pod/perluniintro.pod
10398            - pod/perlunintro.pod
10399            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
10400 ____________________________________________________________________________
10401 [ 13046] By: jhi                                   on 2001/11/16  14:14:38
10402         Log: Document the negated lookeahead trick to emulate
10403              character class subtraction.
10404      Branch: perl
10405            ! pod/perlunicode.pod
10406 ____________________________________________________________________________
10407 [ 13045] By: jhi                                   on 2001/11/16  14:08:43
10408         Log: Subject: [PATCH perl@13023] Unicode General Category: Cn
10409              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
10410              Date: Fri, 16 Nov 2001 23:31:04 +0900
10411              Message-Id: <20011116232709.23CF.BQW10602@nifty.com>
10412              
10413              (with the tweak that Cntrl is not C, it's Cc)
10414      Branch: perl
10415            ! lib/unicore/In/163.pl lib/unicore/Is/C.pl lib/unicore/Is/Cn.pl
10416            ! lib/unicore/mktables
10417 ____________________________________________________________________________
10418 [ 13044] By: jhi                                   on 2001/11/16  13:42:44
10419         Log: Subject: [PATCH current] runtime runops switch
10420              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10421              Date: Fri, 16 Nov 2001 00:48:09 -0500
10422              Message-ID: <20011116004809.A934@math.ohio-state.edu>
10423      Branch: perl
10424            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.pm
10425            ! ext/Devel/Peek/Peek.xs perl.h pod/perlapi.pod
10426            ! pod/perlintern.pod proto.h run.c
10427 ____________________________________________________________________________
10428 [ 13043] By: jhi                                   on 2001/11/16  13:24:28
10429         Log: Further discourage old Thread code; tell how to tell
10430              the difference.
10431      Branch: perl
10432            ! lib/Thread.pm
10433 ____________________________________________________________________________
10434 [ 13042] By: jhi                                   on 2001/11/16  13:16:13
10435         Log: A missing return; from Charles Lane.
10436      Branch: perl
10437            ! vms/vms.c
10438 ____________________________________________________________________________
10439 [ 13041] By: ams                                   on 2001/11/16  12:11:14
10440         Log: Subject: [PATCH] Doc spellcheck + podcheck
10441              From: Autrijus Tang <autrijus@egb.elixus.org>
10442              Date: Thu, 15 Nov 2001 22:49:05 -0800
10443              Message-Id: <20011116064905.GA44092@egb.elixus.org>
10444              
10445              Subject: [PATCH] podcheck+spellcheck, the rest of the story
10446              From: Autrijus Tang <autrijus@egb.elixus.org>
10447              Date: Fri, 16 Nov 2001 00:42:20 -0800
10448              Message-Id: <20011116084220.GA44295@egb.elixus.org>
10449              
10450              Subject: Re: [PATCH] podcheck+spellcheck, the rest of the story
10451              From: Nicholas Clark <nick@ccl4.org>
10452              Date: Fri, 16 Nov 2001 10:32:01 +0000
10453              Message-Id: <20011116103200.F62891@plum.flirble.org>
10454              (Applied after suitable de-mangling.)
10455      Branch: perl
10456            ! README.aix README.dgux README.dos README.epoc README.hpux
10457            ! README.mint README.mpeix README.netware README.os2
10458            ! README.os390 README.plan9 README.qnx README.solaris
10459            ! README.threads doio.c pod/perl571delta.pod
10460            ! pod/perl572delta.pod pod/perlapi.pod pod/perlapio.pod
10461            ! pod/perldata.pod pod/perlebcdic.pod pod/perlfaq4.pod
10462            ! pod/perlfunc.pod pod/perlguts.pod pod/perlhack.pod
10463            ! pod/perliol.pod pod/perlpod.pod pod/perlpodspec.pod
10464            ! pod/perlrequick.pod pod/perlretut.pod pod/perltodo.pod
10465            ! pod/perlunicode.pod pod/perlvar.pod pp_ctl.c sharedsv.c
10466 ____________________________________________________________________________
10467 [ 13040] By: jhi                                   on 2001/11/16  04:48:16
10468         Log: Avoid redefinedness warning for now.
10469      Branch: perl
10470            ! lib/Thread.pm
10471 ____________________________________________________________________________
10472 [ 13039] By: jhi                                   on 2001/11/16  04:44:30
10473         Log: use strict.
10474      Branch: perl
10475            ! lib/Thread.pm
10476 ____________________________________________________________________________
10477 [ 13038] By: jhi                                   on 2001/11/16  04:40:19
10478         Log: Subject: [PATCH Perl@13023] subprocess command line size increase
10479              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) 
10480              Date: Thu, 15 Nov 2001 22:54:47 EST 
10481              Message-Id: <011115225352.2db1e@DUPHY4.Physics.Drexel.Edu>         
10482      Branch: perl
10483            ! vms/vms.c vms/vmspipe.com
10484 ____________________________________________________________________________
10485 [ 13037] By: jhi                                   on 2001/11/16  04:38:47
10486         Log: Subject: [PATCH lib/File/stat.t] Fix AIX Failure (was Re: Smoke 12998 /pro/3gl/CPAN/perl-current)
10487              From: "chromatic" <chromatic@rmci.net>
10488              Date: Thu, 15 Nov 2001 19:54:23 -0700
10489              Message-ID: <20011116030139.6821.qmail@onion.perl.org>
10490      Branch: perl
10491            ! lib/File/stat.t
10492 ____________________________________________________________________________
10493 [ 13036] By: jhi                                   on 2001/11/16  04:37:52
10494         Log: Make Thread a wrapper for both ithreads and 5005threads.
10495              Needs a lot of work and Arthur's eyeballing (and finishing
10496              few missing odds and ends of threads.pm).  Now Thread
10497              is an extension without its own .pm.
10498              
10499              If there are people who have experience working with
10500              either the 5005threads or the ithreads: cleaning up
10501              the documentation (Thread.pm, threads.pm, and perl*thrtut.pod),
10502              and porting the various Thread::* modules, like Thread::Queue,
10503              to work also with ithreads, is needed.
10504              
10505              Removed the 5005threads requirement from the 5005 tests
10506              for easier testing (not all of them work yet since
10507              they use the Thread::* modules that have not been made
10508              to work with ithreads).  Leave the 5005 tests named as
10509              *.tx so that they are not run by "make test".
10510      Branch: perl
10511            + lib/Thread.pm
10512            - ext/Thread/Thread.pm
10513            ! MANIFEST ext/Thread/Makefile.PL ext/Thread/create.tx
10514            ! ext/Thread/die.tx ext/Thread/die2.tx ext/Thread/io.tx
10515            ! ext/Thread/join.tx ext/Thread/join2.tx ext/Thread/list.tx
10516            ! ext/Thread/lock.tx ext/Thread/queue.tx ext/Thread/specific.tx
10517            ! ext/Thread/sync.tx ext/Thread/sync2.tx ext/Thread/unsync.tx
10518            ! ext/Thread/unsync2.tx ext/Thread/unsync3.tx
10519            ! ext/Thread/unsync4.tx ext/threads/threads.pm pod/perlfunc.pod
10520 ____________________________________________________________________________
10521 [ 13035] By: jhi                                   on 2001/11/16  03:30:38
10522         Log: $VERSION "a5" doesn't quite work.
10523      Branch: perl
10524            ! ext/B/Makefile.PL
10525 ____________________________________________________________________________
10526 [ 13034] By: jhi                                   on 2001/11/16  00:38:41
10527         Log: Add the fruits of Larry Shatzer's version verifying script.
10528              (There are some straddlers, but they will be fixed in the
10529              upcoming releases of the modules.)
10530      Branch: perl
10531            ! bytecode.pl ext/B/B.pm ext/B/B/Asmdata.pm ext/B/B/Bblock.pm
10532            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
10533            ! ext/B/B/Debug.pm ext/B/B/Disassembler.pm ext/B/B/Lint.pm
10534            ! ext/B/B/Showlex.pm ext/B/B/Stackobj.pm ext/B/B/Stash.pm
10535            ! ext/B/B/Terse.pm ext/B/B/Xref.pm ext/B/O.pm
10536            ! ext/Encode/Encode/Tcl.pm ext/Opcode/ops.pm
10537            ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
10538            ! ext/Thread/Thread/Signal.pm ext/Thread/Thread/Specific.pm
10539            ! lib/ExtUtils/MM_NW5.pm lib/Locale/Constants.pm lib/vmsish.pm
10540            ! os2/OS2/REXX/DLL/DLL.pm vms/ext/Filespec.pm win32/FindExt.pm
10541            ! wince/FindExt.pm
10542 ____________________________________________________________________________
10543 [ 13033] By: jhi                                   on 2001/11/16  00:37:36
10544         Log: Add Larry Shatzer's VERSION verifying script.
10545      Branch: perl
10546            + Porting/checkVERSION.pl
10547            ! MANIFEST Porting/pumpkin.pod
10548 ____________________________________________________________________________
10549 [ 13032] By: jhi                                   on 2001/11/16  00:09:31
10550         Log: Subject: [PATCH t/io/argv.t OR t/test.pl] runperl(), \n and stdin
10551              From: Michael G Schwern <schwern@pobox.com>
10552              Date: Thu, 15 Nov 2001 19:26:40 -0500
10553              Message-ID: <20011115192640.R31399@blackrider>
10554      Branch: perl
10555            ! t/test.pl
10556 ____________________________________________________________________________
10557 [ 13031] By: jhi                                   on 2001/11/15  23:18:19
10558         Log: Document the MY_CXT business; from Paul Marquess.
10559      Branch: perl
10560            ! pod/perlxs.pod
10561 ____________________________________________________________________________
10562 [ 13030] By: jhi                                   on 2001/11/15  22:03:46
10563         Log: VMSCMD synch attempt.
10564      Branch: perl
10565            ! vms/vms.c vms/vmsish.h
10566 ____________________________________________________________________________
10567 [ 13029] By: jhi                                   on 2001/11/15  21:35:36
10568         Log: Advise against -P as instructed by Schwern.
10569      Branch: perl
10570            ! pod/perlrun.pod
10571 ____________________________________________________________________________
10572 [ 13028] By: jhi                                   on 2001/11/15  21:21:29
10573         Log: Subject: [PATCH] v-strings as Objects Step 1
10574              From: John Peacock <jpeacock@rowman.com>
10575              Date: Thu, 15 Nov 2001 12:41:04 -0500
10576              Message-ID: <3BF3FE30.70D7EDCA@rowman.com>
10577      Branch: perl
10578            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h toke.c
10579            ! util.c
10580 ____________________________________________________________________________
10581 [ 13027] By: jhi                                   on 2001/11/15  21:16:57
10582         Log: Subject: [PATCH] -x  (was Re: [PATCH] new tests for command-line switches)
10583              From: Michael G Schwern <schwern@pobox.com>
10584              Date: Thu, 15 Nov 2001 12:47:59 -0500
10585              Message-ID: <20011115124759.E31399@blackrider>
10586      Branch: perl
10587            + t/run/switchx.aux t/run/switchx.t
10588            ! MANIFEST t/run/switches.t
10589 ____________________________________________________________________________
10590 [ 13026] By: jhi                                   on 2001/11/15  20:55:31
10591         Log: Upgrade to Getopt::Long 2.26_03.
10592      Branch: perl
10593            ! lib/Getopt/Long.pm
10594 ____________________________________________________________________________
10595 [ 13025] By: ams                                   on 2001/11/15  20:46:22
10596         Log: Subject: [PATCH vms/vms.c] VMSCMD missing
10597              From: Michael G Schwern <schwern@pobox.com>
10598              Date: Thu, 15 Nov 2001 16:24:11 -0500
10599              Message-Id: <20011115162411.M31399@blackrider>
10600      Branch: perl
10601            ! vms/vms.c
10602 ____________________________________________________________________________
10603 [ 13024] By: ams                                   on 2001/11/15  19:32:06
10604         Log: Subject: Re: [ID 20010713.001] use lib segmentation fault
10605              From: rspier@pobox.com (Robert Spier)
10606              Date: Thu, 15 Nov 2001 11:19:21 -0800
10607              Message-Id: <15348.5433.732364.963687@rls.cx>
10608      Branch: perl
10609            ! op.c
10610 ____________________________________________________________________________
10611 [ 13023] By: jhi                                   on 2001/11/15  15:35:48
10612         Log: Update Changes.
10613      Branch: perl
10614            ! Changes patchlevel.h
10615 ____________________________________________________________________________
10616 [ 13022] By: jhi                                   on 2001/11/15  15:11:37
10617         Log: Subject: [PATCH] new tests for command-line switches
10618              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10619              Date: Thu, 15 Nov 2001 17:00:30 +0100
10620              Message-ID: <20011115170030.A14193@rafael>
10621      Branch: perl
10622            + t/run/switches.t
10623            ! MANIFEST
10624 ____________________________________________________________________________
10625 [ 13021] By: jhi                                   on 2001/11/15  15:06:36
10626         Log: Upgrade to podlators 1.13.
10627      Branch: perl
10628            + lib/Pod/ParseLink.pm
10629            ! MANIFEST lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
10630            ! lib/Pod/Text/Color.pm lib/Pod/Text/Overstrike.pm
10631            ! lib/Pod/Text/Termcap.pm pod/pod2man.PL t/pod/lref.xr
10632            ! t/pod/pod2usage.xr t/pod/podselect.xr
10633 ____________________________________________________________________________
10634 [ 13020] By: jhi                                   on 2001/11/15  14:47:29
10635         Log: skip "might be used uninitialized".
10636      Branch: perl
10637            ! pp_sys.c
10638 ____________________________________________________________________________
10639 [ 13019] By: jhi                                   on 2001/11/15  14:35:55
10640         Log: Fix for "perlio bug in koi8-r encoding".  The problem
10641              seemed to be that binmode() always flushed the handle,
10642              which is not so good when switching encodings.  Fixed,
10643              added Matt Sergeant's testcase, documented in perlfunc/binmode,
10644              also added a pointer about disciplines to perlfunc/open,
10645              and in general cleaned up and reformatted the open entry.
10646      Branch: perl
10647            ! ext/PerlIO/t/encoding.t perlio.c pod/perlfunc.pod
10648 ____________________________________________________________________________
10649 [ 13018] By: jhi                                   on 2001/11/15  13:22:57
10650         Log: Subject: Re: [ID 20011114.118] chop and chomp bind too tightly
10651              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
10652              Date: 15 Nov 2001 08:57:06 -0000
10653              Message-Id: <slrn9v70s9.gqe.rgarciasuarez@rafael.kazibao.net>
10654              
10655              chop() and chomp() are not real list functions,
10656              so let's not have them overrideable.  (Casey will
10657              be confused since in #7071 he patched the other way.)
10658      Branch: perl
10659            ! pod/perlfunc.pod toke.c
10660 ____________________________________________________________________________
10661 [ 13017] By: ams                                   on 2001/11/15  12:56:49
10662         Log: Subject: [PATCH pod/perltrap.pod] Re: Strange syntax error with map
10663              From: Robin Barker <rmb1@cise.npl.co.uk>
10664              Date: Thu, 15 Nov 2001 13:48:34 GMT
10665              Message-Id: <200111151348.NAA01299@tempest.npl.co.uk>
10666              (Applied with tweaks.)
10667      Branch: perl
10668            ! pod/perltrap.pod
10669 ____________________________________________________________________________
10670 [ 13016] By: ams                                   on 2001/11/15  09:12:48
10671         Log: Subject: [DOC PATCH] mention Filter::cpp in perlrun
10672              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10673              Date: Thu, 15 Nov 2001 09:06:39 +0100
10674              Message-Id: <20011115090639.A13005@rafael>
10675      Branch: perl
10676            ! pod/perlrun.pod
10677 ____________________________________________________________________________
10678 [ 13015] By: jhi                                   on 2001/11/15  04:08:50
10679         Log: "link =" from utils.lst was being processed oddly.
10680      Branch: perl
10681            ! installman
10682 ____________________________________________________________________________
10683 [ 13014] By: ams                                   on 2001/11/15  02:52:52
10684         Log: Subject: [PATCH current] CreateTTY in -d
10685              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10686              Date: Wed, 14 Nov 2001 21:26:31 -0500
10687              Message-Id: <20011114212631.A25705@math.ohio-state.edu>
10688      Branch: perl
10689            ! lib/perl5db.pl
10690 ____________________________________________________________________________
10691 [ 13013] By: jhi                                   on 2001/11/15  00:46:07
10692         Log: Corify the Filter::Simple tests. 
10693      Branch: perl
10694            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter.t
10695            ! lib/Filter/Simple/t/filter_only.t
10696 ____________________________________________________________________________
10697 [ 13012] By: jhi                                   on 2001/11/15  00:42:25
10698         Log: Upgrade to Filter::Simple 0.70.
10699      Branch: perl
10700            + lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter_only.t
10701            + t/lib/FilterOnlyTest.pm
10702            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
10703            ! lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
10704            ! t/lib/FilterTest.pm
10705 ____________________________________________________________________________
10706 [ 13011] By: jhi                                   on 2001/11/14  22:38:31
10707         Log: Cleanliness inspired by Cygwin.
10708      Branch: perl
10709            ! Makefile.SH x2p/Makefile.SH
10710 ____________________________________________________________________________
10711 [ 13010] By: jhi                                   on 2001/11/14  22:30:59
10712         Log: Add perlunintro (formerly known as perlunitut); regen toc.
10713      Branch: perl
10714            + pod/perlunintro.pod
10715            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
10716 ____________________________________________________________________________
10717 [ 13009] By: jhi                                   on 2001/11/14  22:27:12
10718         Log: FAQ sync.
10719      Branch: perl
10720            ! pod/perlfaq6.pod
10721 ____________________________________________________________________________
10722 [ 13008] By: jhi                                   on 2001/11/14  22:16:06
10723         Log: Quieten pgcc 2.91.66 worries.
10724      Branch: perl
10725            ! gv.c pp_ctl.c utf8.c
10726 ____________________________________________________________________________
10727 [ 13007] By: jhi                                   on 2001/11/14  22:05:01
10728         Log: Upgrade to Switch 2.06.
10729      Branch: perl
10730            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
10731            ! lib/Switch/t/nested.t
10732 ____________________________________________________________________________
10733 [ 13006] By: jhi                                   on 2001/11/14  21:55:51
10734         Log: Upgrade to Attribute::Handlers 0.76.
10735      Branch: perl
10736            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
10737            ! lib/Attribute/Handlers/README
10738            ! lib/Attribute/Handlers/demo/Demo.pm
10739            ! lib/Attribute/Handlers/demo/Descriptions.pm
10740            ! lib/Attribute/Handlers/demo/MyClass.pm
10741            ! lib/Attribute/Handlers/demo/demo_cycle.pl
10742            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
10743            ! lib/Attribute/Handlers/t/multi.t
10744 ____________________________________________________________________________
10745 [ 13005] By: jhi                                   on 2001/11/14  21:53:22
10746         Log: Signedness nit.
10747      Branch: perl
10748            ! regexec.c
10749 ____________________________________________________________________________
10750 [ 13004] By: jhi                                   on 2001/11/14  21:24:39
10751         Log: VERSIONize.
10752      Branch: perl
10753            ! lib/File/Spec/Epoc.pm lib/PerlIO.pm lib/encoding.pm
10754            ! lib/integer.pm
10755 ____________________________________________________________________________
10756 [ 13003] By: jhi                                   on 2001/11/14  21:17:02
10757         Log: No pod in internal Net::FTP classes.
10758      Branch: perl
10759            ! pod/buildtoc.PL
10760 ____________________________________________________________________________
10761 [ 13002] By: jhi                                   on 2001/11/14  21:11:48
10762         Log: Subject: Re: [PATCH regexec.c] lookahead for REF, MINMOD, PLUS, CURLY* 
10763              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
10764              Date: Wed, 14 Nov 2001 09:59:31 -0500 (EST)
10765              Message-ID: <Pine.GSO.4.21.0111140958390.1124-100000@crusoe.crusoe.net>
10766      Branch: perl
10767            ! regexec.c
10768 ____________________________________________________________________________
10769 [ 13001] By: jhi                                   on 2001/11/14  21:09:48
10770         Log: test.pl tweaks from Rafael and Pudge (assuming I deciphered
10771              Pudge correctly).
10772      Branch: perl
10773            ! t/test.pl
10774 ____________________________________________________________________________
10775 [ 13000] By: jhi                                   on 2001/11/14  21:00:23
10776         Log: Add comments to mark where $^X is being handled.
10777      Branch: perl
10778            ! perl.c toke.c
10779 ____________________________________________________________________________
10780 [ 12999] By: jhi                                   on 2001/11/14  20:45:42
10781         Log: Subject: Re: Test [ID 25] [PATCH t/op/repeat.t] Cleanup and bug test
10782              From: Michael G Schwern <schwern@pobox.com>
10783              Date: Wed, 14 Nov 2001 16:38:25 -0500
10784              Message-ID: <20011114163825.D6519@blackrider>
10785      Branch: perl
10786            ! t/op/repeat.t
10787 ____________________________________________________________________________
10788 [ 12998] By: jhi                                   on 2001/11/14  20:22:06
10789         Log: Subject: [PATCH t/op/die_exit.t] Fwd: [craigberry@mac.com: die_exit.t]
10790              From: Michael G Schwern <schwern@pobox.com>
10791              Date: Wed, 14 Nov 2001 13:19:15 -0500
10792              Message-ID: <20011114131915.K5096@blackrider>
10793      Branch: perl
10794            ! t/op/die_exit.t
10795 ____________________________________________________________________________
10796 [ 12997] By: jhi                                   on 2001/11/14  19:36:57
10797         Log: Subject: Re: [PATCH] new version of runperl()
10798              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
10799              Date: Wed, 14 Nov 2001 15:39:12 EST
10800              Message-Id: <011114153711.30f96@DUPHY4.Physics.Drexel.Edu>
10801              
10802              "VMS $^X pipes etc" patch.
10803      Branch: perl
10804            ! vms/vms.c
10805 ____________________________________________________________________________
10806 [ 12996] By: jhi                                   on 2001/11/14  19:31:01
10807         Log: test.pl runperl() nits from Chris Nandor and Craig Berry,
10808              and add "verbose" option to show the final command.
10809      Branch: perl
10810            ! t/test.pl
10811 ____________________________________________________________________________
10812 [ 12995] By: jhi                                   on 2001/11/14  15:02:29
10813         Log: Goof in some of the comment fields of #12994.
10814      Branch: perl
10815            ! lib/unicore/In/0.pl lib/unicore/In/1.pl lib/unicore/In/2.pl
10816            ! lib/unicore/In/3.pl lib/unicore/In/4.pl lib/unicore/In/5.pl
10817            ! lib/unicore/In/6.pl lib/unicore/In/7.pl lib/unicore/In/8.pl
10818            ! lib/unicore/In/9.pl
10819 ____________________________________________________________________________
10820 [ 12994] By: jhi                                   on 2001/11/14  14:59:32
10821         Log: The First, Last ranges in the Unicode data weren't
10822              getting their general categories added properly;
10823              noticed by Jeffrey Friedl.
10824      Branch: perl
10825            ! lib/unicore/Category.pl lib/unicore/In/0.pl
10826            ! lib/unicore/In/1.pl lib/unicore/In/164.pl
10827            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
10828            ! lib/unicore/In/2.pl lib/unicore/In/3.pl lib/unicore/In/4.pl
10829            ! lib/unicore/In/5.pl lib/unicore/In/6.pl lib/unicore/In/7.pl
10830            ! lib/unicore/In/8.pl lib/unicore/In/9.pl
10831            ! lib/unicore/Is/Alnum.pl lib/unicore/Is/Alpha.pl
10832            ! lib/unicore/Is/C.pl lib/unicore/Is/Cntrl.pl
10833            ! lib/unicore/Is/Co.pl lib/unicore/Is/Cs.pl
10834            ! lib/unicore/Is/Graph.pl lib/unicore/Is/L.pl
10835            ! lib/unicore/Is/Lo.pl lib/unicore/Is/Print.pl
10836            ! lib/unicore/Is/Word.pl lib/unicore/Name.pl
10837            ! lib/unicore/mktables
10838 ____________________________________________________________________________
10839 [ 12993] By: jhi                                   on 2001/11/14  13:54:20
10840         Log: Subject: [PATCH] new version of runperl()
10841              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10842              Date: Wed, 14 Nov 2001 12:23:01 +0100
10843              Message-ID: <20011114122301.A29384@rafael>
10844      Branch: perl
10845            ! t/io/argv.t t/test.pl
10846 ____________________________________________________________________________
10847 [ 12992] By: ams                                   on 2001/11/14  13:40:39
10848         Log: Subject: [PATCH perl.c] s/parse_perl/parse_body/
10849              From: Michael G Schwern <schwern@pobox.com>
10850              Date: Tue, 13 Nov 2001 23:17:54 -0500
10851              Message-Id: <20011113231754.S32567@blackrider>
10852      Branch: perl
10853            ! perl.c
10854 ____________________________________________________________________________
10855 [ 12991] By: jhi                                   on 2001/11/14  13:24:34
10856         Log: Subject: Re: [PATCH pod/perlapio.pod double-word fix]
10857              From: Philip Newton <Philip.Newton@gmx.net>
10858              Date: Wed, 14 Nov 2001 10:59:53 +0100
10859              Message-ID: <e6b4vt8mfasdv0vlm1tqggqhtjbpchvpmg@4ax.com>
10860              
10861              plus a lot of paragraph reformatting because of long lines.
10862      Branch: perl
10863            ! pod/perlapio.pod
10864 ____________________________________________________________________________
10865 [ 12990] By: jhi                                   on 2001/11/14  13:19:19
10866         Log: A bool is not a pointer.
10867      Branch: perl
10868            ! pp_sys.c
10869 ____________________________________________________________________________
10870 [ 12989] By: jhi                                   on 2001/11/14  02:41:42
10871         Log: AUTHORS updates.
10872      Branch: perl
10873            ! AUTHORS
10874 ____________________________________________________________________________
10875 [ 12988] By: jhi                                   on 2001/11/14  02:18:44
10876         Log: There are several MIME RFCs.
10877      Branch: perl
10878            ! ext/Encode/Encode.pm
10879 ____________________________________________________________________________
10880 [ 12987] By: ams                                   on 2001/11/14  01:09:28
10881         Log: Subject: [PATCH t/op/groups.t vms/test.com] Simple little VMS fix
10882              From: Michael G Schwern <schwern@pobox.com>
10883              Date: Tue, 13 Nov 2001 20:59:13 -0500
10884              Message-Id: <20011113205913.H32567@blackrider>
10885      Branch: perl
10886            ! t/op/groups.t vms/test.com
10887 ____________________________________________________________________________
10888 [ 12986] By: ams                                   on 2001/11/14  01:07:06
10889         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sel.t vms/test.com] VMS fix
10890              From: Michael G Schwern <schwern@pobox.com>
10891              Date: Tue, 13 Nov 2001 20:51:34 -0500
10892              Message-Id: <20011113205134.F32567@blackrider>
10893      Branch: perl
10894            ! ext/IO/lib/IO/t/io_sel.t vms/test.com
10895 ____________________________________________________________________________
10896 [ 12985] By: ams                                   on 2001/11/14  00:43:59
10897         Log: Subject: [PATCH pod/perlport.pod] Re: select() broken under VMS?
10898              From: Michael G Schwern <schwern@pobox.com>
10899              Date: Tue, 13 Nov 2001 20:38:42 -0500
10900              Message-Id: <20011113203842.E32567@blackrider>
10901      Branch: perl
10902            ! pod/perlport.pod
10903 ____________________________________________________________________________
10904 [ 12984] By: ams                                   on 2001/11/14  00:32:15
10905         Log: Subject: [PATCH ext/IO/lib/IO/t/*.t vms/test.com] VMS fixups for IO::* tests
10906              From: Michael G Schwern <schwern@pobox.com>
10907              Date: Tue, 13 Nov 2001 20:27:02 -0500
10908              Message-Id: <20011113202702.D32567@blackrider>
10909      Branch: perl
10910            ! ext/IO/lib/IO/t/io_const.t ext/IO/lib/IO/t/io_dir.t
10911            ! ext/IO/lib/IO/t/io_dup.t ext/IO/lib/IO/t/io_pipe.t
10912            ! ext/IO/lib/IO/t/io_sock.t ext/IO/lib/IO/t/io_unix.t
10913            ! ext/IO/lib/IO/t/io_xs.t vms/test.com
10914 ____________________________________________________________________________
10915 [ 12983] By: ams                                   on 2001/11/14  00:00:27
10916         Log: Subject: [PATCH pod/perlport.pod] s/socket/select/ typo
10917              From: Michael G Schwern <schwern@pobox.com>
10918              Date: Tue, 13 Nov 2001 19:51:59 -0500
10919              Message-Id: <20011113195159.B32567@blackrider>
10920      Branch: perl
10921            ! pod/perlport.pod
10922 ____________________________________________________________________________
10923 [ 12982] By: ams                                   on 2001/11/13  23:53:11
10924         Log: Subject: [PATCH pod/perlapio.pod double-word fix]
10925              From: Larry Shatzer <fugazi@zippy.zyx.net>
10926              Date: Tue, 13 Nov 2001 17:27:59 -0700
10927              Message-Id: <20011113172759.E27768@zippy.zyx.net>
10928      Branch: perl
10929            ! pod/perlapio.pod
10930 ____________________________________________________________________________
10931 [ 12981] By: jhi                                   on 2001/11/13  22:50:27
10932         Log: Fix for the :utf8 read() bug noticed by Matt Sergeant:
10933              "large enough" Unicode characters returned more than one
10934              as their "Unicode size".
10935      Branch: perl
10936            ! pp_sys.c t/io/utf8.t
10937 ____________________________________________________________________________
10938 [ 12980] By: ams                                   on 2001/11/13  19:32:33
10939         Log: Subject: [PATCH] vms/gen_shrfls.pl tweak
10940              From: "Craig A. Berry" <craigberry@mac.com>
10941              Date: Tue, 13 Nov 2001 14:33:25 -0600
10942              Message-Id: <5.1.0.14.2.20011113142319.01c3ad50@exchi01>
10943      Branch: perl
10944            ! vms/gen_shrfls.pl
10945 ____________________________________________________________________________
10946 [ 12979] By: jhi                                   on 2001/11/13  18:10:15
10947         Log: Subject: Minor patch to Encode.pm (detypo)
10948              From: "Philip Newton" <Philip.Newton@gmx.net>
10949              Date: Tue, 13 Nov 2001 20:11:01 +0100
10950              Message-ID: <20011113.200845@ID-11583.news.dfncis.de>
10951      Branch: perl
10952            ! ext/Encode/Encode.pm
10953 ____________________________________________________________________________
10954 [ 12978] By: jhi                                   on 2001/11/13  17:55:02
10955         Log: Evil tabulators.
10956      Branch: perl
10957            ! ext/Encode/Encode.pm
10958 ____________________________________________________________________________
10959 [ 12977] By: jhi                                   on 2001/11/13  17:52:17
10960         Log: Document the available encodings.
10961      Branch: perl
10962            ! ext/Encode/Encode.pm
10963 ____________________________________________________________________________
10964 [ 12976] By: ams                                   on 2001/11/13  17:14:07
10965         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
10966              From: Barrie Slaymaker <barries@slaysys.com>
10967              Date: Tue, 13 Nov 2001 12:41:36 -0500
10968              Message-Id: <20011113124133.C24305@sizzle.whoville.com>
10969      Branch: perl
10970            ! t/op/universal.t
10971 ____________________________________________________________________________
10972 [ 12975] By: ams                                   on 2001/11/13  16:24:21
10973         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
10974              From: Barrie Slaymaker <barries@slaysys.com>
10975              Date: Tue, 13 Nov 2001 10:56:20 -0500
10976              Message-Id: <20011113105620.B24192@sizzle.whoville.com>
10977              (Test applied with minor tweaks and ->isa("HASH") omission.)
10978      Branch: perl
10979            ! lib/UNIVERSAL.pm t/op/universal.t
10980 ____________________________________________________________________________
10981 [ 12974] By: ams                                   on 2001/11/13  15:46:07
10982         Log: Subject: [PATCH Benchmark.pm] docco tweaks
10983              From: Barrie Slaymaker <barries@slaysys.com>
10984              Date: Tue, 13 Nov 2001 11:34:45 -0500
10985              Message-Id: <20011113113442.B24305@sizzle.whoville.com>
10986      Branch: perl
10987            ! lib/Benchmark.pm
10988 ____________________________________________________________________________
10989 [ 12973] By: jhi                                   on 2001/11/13  13:42:40
10990         Log: Subject: [PATCH] Attack of the C loops, round 1
10991              From: Richard Soderberg <rs@oregonnet.com>
10992              Date: Mon, 12 Nov 2001 12:07:29 -0800
10993              Message-Id: <200111122007.MAA01994@oregonnet.com>
10994              
10995              Subject: [PATCH] bytecode.pl (tiny patch)
10996              From: Richard Soderberg <rs@oregonnet.com>
10997              Date: Mon, 12 Nov 2001 12:53:24 -0800
10998              Message-Id: <200111122053.MAA06272@oregonnet.com>
10999      Branch: perl
11000            ! bytecode.pl installhtml
11001 ____________________________________________________________________________
11002 [ 12972] By: jhi                                   on 2001/11/13  13:41:02
11003         Log: Subject: [PATCH] Update to Filter::Util::Call
11004              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
11005              Date: Sun, 11 Nov 2001 22:33:33 -0000
11006              Message-ID: <AIEAJICLCBDNAAOLLOKLAEKFDEAA.Paul_Marquess@Yahoo.co.uk>
11007              
11008              Use the new CXT* macros.
11009      Branch: perl
11010            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
11011 ____________________________________________________________________________
11012 [ 12971] By: jhi                                   on 2001/11/13  13:31:34
11013         Log: Subject: [PATCH vms/ext/vmsish.* vms/descrip_mms.template MANIFEST] Making vmsish.pm a no-op on non-VMS  
11014              From: Michael G Schwern <schwern@pobox.com>
11015              Date: Mon, 12 Nov 2001 20:50:34 -0500
11016              Message-ID: <20011112205034.H2888@blackrider>
11017      Branch: perl
11018            + lib/vmsish.pm lib/vmsish.t
11019            - vms/ext/vmsish.pm vms/ext/vmsish.t
11020            ! MANIFEST vms/descrip_mms.template
11021 ____________________________________________________________________________
11022 [ 12970] By: jhi                                   on 2001/11/13  13:09:23
11023         Log: :utf8 works only with perlio.
11024      Branch: perl
11025            ! lib/open.t
11026 ____________________________________________________________________________
11027 [ 12969] By: jhi                                   on 2001/11/13  13:03:36
11028         Log: Subject: Re: @Config -"des" not quite working on VMS
11029              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
11030              Date: Tue, 13 Nov 2001 08:35:13 EST 
11031              Message-Id: <011113083447.28742@DUPHY4.Physics.Drexel.Edu>
11032      Branch: perl
11033            ! configure.com
11034 ____________________________________________________________________________
11035 [ 12968] By: jhi                                   on 2001/11/13  12:59:11
11036         Log: Subject: [PATCH] lib/charnames.pm 
11037              From: Jeffrey Friedl <jfriedl@yahoo.com>
11038              Date: Tue, 13 Nov 2001 00:36:21 -0800 (PST) 
11039              Message-Id: <200111130836.fAD8aLG76010@ventrue.corp.yahoo.com>
11040      Branch: perl
11041            ! lib/charnames.pm
11042 ____________________________________________________________________________
11043 [ 12967] By: pudge                                 on 2001/11/13  05:44:13
11044         Log: Docs for Mac::err.
11045      Branch: maint-5.6/macperl
11046            ! macos/ext/Mac/err/err.pm
11047 ____________________________________________________________________________
11048 [ 12966] By: pudge                                 on 2001/11/13  05:43:58
11049         Log: Some cleanup; change some globals to references for
11050              possible persistence later.
11051      Branch: maint-5.6/macperl
11052            ! macos/lib/Mac/Glue.pm
11053 ____________________________________________________________________________
11054 [ 12965] By: pudge                                 on 2001/11/13  05:42:59
11055         Log: Add in a bunch of Mac OS 9 constants for Mac::Files.
11056      Branch: maint-5.6/macperl
11057            ! macos/ext/Mac/Files/Files.pm
11058 ____________________________________________________________________________
11059 [ 12964] By: pudge                                 on 2001/11/13  05:42:35
11060         Log: Get Mac::Navigation to compile (bug #464684).
11061      Branch: maint-5.6/macperl
11062            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
11063            ! macos/ext/Mac/Navigation/Makefile.PL
11064            ! macos/ext/Mac/Navigation/Navigation.xs
11065            ! macos/macperl/Makefile.mk
11066 ____________________________________________________________________________
11067 [ 12963] By: pudge                                 on 2001/11/13  05:41:12
11068         Log: Add in modules and POD to help menu.
11069      Branch: maint-5.6/macperl
11070            ! macos/macperl/MacPerl.podhelp
11071 ____________________________________________________________________________
11072 [ 12962] By: pudge                                 on 2001/11/13  05:28:18
11073         Log: Update bundled modules.
11074      Branch: maint-5.6/macperl
11075            + macos/bundled_ext/Filter/t/FilterTest.pm
11076            + macos/bundled_ext/List/Util/t/shuffle.t
11077            + macos/bundled_ext/Storable/t/compat06.t
11078            + macos/bundled_ext/Storable/t/st-dump.pl
11079            + macos/bundled_ext/Time/HiRes/hints/dynixptx.pl
11080            + macos/bundled_lib/blib/lib/LWP/ConnCache.pm
11081            + macos/bundled_lib/blib/lib/LWP/Protocol/http10.pm
11082            + macos/bundled_lib/blib/lib/LWP/Protocol/https10.pm
11083            + macos/bundled_lib/blib/lib/LWP/Protocol/nogo.pm
11084            + macos/bundled_lib/blib/lib/Net/HTTP/NB.pm
11085            + macos/bundled_lib/blib/lib/lwpcook.pod
11086            + macos/bundled_lib/t/Filter/Simple/filter.t
11087            + macos/bundled_lib/t/Switch/t/given.t
11088            + macos/bundled_lib/t/Switch/t/nested.t
11089            + macos/bundled_lib/t/Switch/t/switch.t
11090            + macos/bundled_lib/t/Text/Balanced/t/extbrk.t
11091            + macos/bundled_lib/t/Text/Balanced/t/extcbk.t
11092            + macos/bundled_lib/t/Text/Balanced/t/extdel.t
11093            + macos/bundled_lib/t/Text/Balanced/t/extmul.t
11094            + macos/bundled_lib/t/Text/Balanced/t/extqlk.t
11095            + macos/bundled_lib/t/Text/Balanced/t/exttag.t
11096            + macos/bundled_lib/t/Text/Balanced/t/extvar.t
11097            + macos/bundled_lib/t/Text/Balanced/t/gentag.t
11098            + macos/bundled_lib/t/URI/rfc2732.t
11099            + macos/bundled_lib/t/libnet/config.t
11100            + macos/bundled_lib/t/libnet/libnet_t.pl
11101            + macos/bundled_lib/t/libwww-perl/live/google.t
11102            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t
11103            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t
11104            + macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
11105            + macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t
11106            + macos/bundled_lib/t/libwww-perl/live/jigsaw-neg.t
11107            + macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t
11108            + macos/bundled_lib/t/libwww-perl/live/validator.t
11109            - macos/bundled_ext/Filter/t/MyFilter.pm
11110            - macos/bundled_ext/Storable/t/compat-0.6.t
11111            - macos/bundled_ext/Storable/t/dump.pl
11112            - macos/bundled_ext/Time/Piece/Makefile.PL
11113            - macos/bundled_ext/Time/Piece/Piece.pm
11114            - macos/bundled_ext/Time/Piece/Piece.t
11115            - macos/bundled_ext/Time/Piece/Piece.xs
11116            - macos/bundled_ext/Time/Piece/README
11117            - macos/bundled_ext/Time/Piece/Seconds.pm
11118            - macos/bundled_lib/blib/lib/LWP/Protocol/http11.pm
11119            - macos/bundled_lib/blib/lib/Net/DummyInetd.pm
11120            - macos/bundled_lib/blib/lib/Net/PH.pm
11121            - macos/bundled_lib/blib/lib/Net/SNPP.pm
11122            - macos/bundled_lib/blib/lib/Text/Balanced.pod
11123            - macos/bundled_lib/t/Filter/Simple/test.pl
11124            - macos/bundled_lib/t/Switch/test.pl
11125            - macos/bundled_lib/t/Text/Balanced/t/genxt.t
11126            - macos/bundled_lib/t/Text/Balanced/t/xbrak.t
11127            - macos/bundled_lib/t/Text/Balanced/t/xcode.t
11128            - macos/bundled_lib/t/Text/Balanced/t/xdeli.t
11129            - macos/bundled_lib/t/Text/Balanced/t/xmult.t
11130            - macos/bundled_lib/t/Text/Balanced/t/xquot.t
11131            - macos/bundled_lib/t/Text/Balanced/t/xtagg.t
11132            - macos/bundled_lib/t/Text/Balanced/t/xvari.t
11133            - macos/bundled_lib/t/libnet/ph.t
11134            ! (edit 125 files)
11135 ____________________________________________________________________________
11136 [ 12961] By: ams                                   on 2001/11/13  00:45:08
11137         Log: Subject: [PATCH pod/perlport.pod] exit docs out of order
11138              From: Michael G Schwern <schwern@pobox.com>
11139              Date: Mon, 12 Nov 2001 20:16:45 -0500
11140              Message-Id: <20011112201644.G2888@blackrider>
11141      Branch: perl
11142            ! pod/perlport.pod
11143 ____________________________________________________________________________
11144 [ 12960] By: ams                                   on 2001/11/12  23:54:00
11145         Log: Subject: [PATCH t/io/dup.t ext/IO/lib/IO/t/io_dup.t vms/test.com]
11146              Recoving dup tests for VMS
11147              From: Michael G Schwern <schwern@pobox.com>
11148              Date: Mon, 12 Nov 2001 19:35:33 -0500
11149              Message-Id: <20011112193533.D2888@blackrider>
11150      Branch: perl
11151            ! ext/IO/lib/IO/t/io_dup.t t/io/dup.t vms/test.com
11152 ____________________________________________________________________________
11153 [ 12959] By: jhi                                   on 2001/11/12  20:23:59
11154         Log: Update Changes.
11155      Branch: perl
11156            ! Changes patchlevel.h
11157 ____________________________________________________________________________
11158 [ 12958] By: jhi                                   on 2001/11/12  16:33:01
11159         Log: Subject: [Patch Perl@12856] MULTIPLICITY on VMS                
11160              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)             
11161              Date: Mon, 12 Nov 2001 12:35:18 EST 
11162              Message-Id: <011112123409.27041@DUPHY4.Physics.Drexel.Edu>
11163      Branch: perl
11164            ! ext/Cwd/Cwd.xs perlio.c vms/ext/Stdio/Stdio.xs
11165            ! vms/gen_shrfls.pl vms/sockadapt.c vms/vms.c
11166 ____________________________________________________________________________
11167 [ 12957] By: jhi                                   on 2001/11/12  15:26:37
11168         Log: Subject: [PATCH File::Spec::Win32::abs2rel] remove volume from result
11169              From: Barrie Slaymaker <barries@slaysys.com>
11170              Date: Mon, 12 Nov 2001 11:19:52 -0500
11171              Message-ID: <20011112111948.C7626@sizzle.whoville.com>
11172      Branch: perl
11173            ! lib/File/Spec.t lib/File/Spec/Win32.pm
11174 ____________________________________________________________________________
11175 [ 12956] By: jhi                                   on 2001/11/12  15:23:48
11176         Log: Subject: [PATCH Benchmark.pm] Add "none" style to cmpthese(), alter result
11177              From: Barrie Slaymaker <barries@slaysys.com>
11178              Date: Mon, 12 Nov 2001 11:07:36 -0500
11179              Message-ID: <20011112110733.B7626@sizzle.whoville.com>
11180      Branch: perl
11181            ! lib/Benchmark.pm
11182 ____________________________________________________________________________
11183 [ 12955] By: jhi                                   on 2001/11/12  15:22:23
11184         Log: Misplaced test, noticed by Barrie Slaymaker.
11185              (We are missing Benchmark tests, then.)
11186      Branch: perl
11187            + ext/Devel/DProf/DProf.t
11188            - lib/Benchmark.t
11189            ! MANIFEST
11190 ____________________________________________________________________________
11191 [ 12954] By: jhi                                   on 2001/11/12  14:50:44
11192         Log: Subject: [PATCH] a few typo fixes 
11193              From: Jeffrey Friedl <jfriedl@yahoo.com>
11194              Date: Sun, 11 Nov 2001 21:15:18 -0800 (PST)
11195              Message-Id: <200111120515.fAC5FIc74795@ventrue.corp.yahoo.com>
11196              
11197              Patching README.foo instead of pod/perlfoo.pod,
11198              not patching Math::BigInt (Tels will take care of that),
11199              dropping broken hv.c and sv.h patches, patching libnetcfg.PL
11200              and perldoc.PL instead of libnetcfg and perldoc, patching
11201              ext/Digest/MD5/t/files.t since MD5.pm was changed.
11202      Branch: perl
11203            ! (edit 109 files)
11204 ____________________________________________________________________________
11205 [ 12953] By: jhi                                   on 2001/11/12  13:11:55
11206         Log: Add a note about the dangers of bad UTF-8.
11207      Branch: perl
11208            ! pod/perlunicode.pod
11209 ____________________________________________________________________________
11210 [ 12952] By: jhi                                   on 2001/11/12  12:54:52
11211         Log: NetWare Nit from Ananth Kesari.
11212      Branch: perl
11213            ! NetWare/config.wc
11214 ____________________________________________________________________________
11215 [ 12951] By: jhi                                   on 2001/11/12  12:32:13
11216         Log: Ooops.  I was "fixing" the wrong routine in #12947 and #12950.
11217      Branch: perl
11218            ! ext/Encode/Encode.pm
11219 ____________________________________________________________________________
11220 [ 12950] By: jhi                                   on 2001/11/12  12:14:53
11221         Log: (retracted by #12951)
11222      Branch: perl
11223            ! ext/Encode/Encode.pm
11224 ____________________________________________________________________________
11225 [ 12949] By: ams                                   on 2001/11/12  06:40:18
11226         Log: Subject: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
11227              From: Robert Spier <rspier@pobox.com>
11228              Date: Sun, 11 Nov 2001 18:50:18 -0800
11229              Message-Id: <15343.14570.121505.233336@rls.cx>
11230              
11231              Subject: Re: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
11232              From: Rick Delaney <rick.delaney@home.com>
11233              Date: 12 Nov 2001 00:15:52 -0500
11234              Message-Id: <m3wv0wmuwn.fsf@cs839290-a.mtth1.on.wave.home.com>
11235      Branch: perl
11236            ! pp_hot.c t/op/taint.t
11237 ____________________________________________________________________________
11238 [ 12948] By: jhi                                   on 2001/11/12  01:23:58
11239         Log: It seems that we actually have this detail implemented
11240              as for as Level 1 Support of Unicode regex support is
11241              concerned: at Level 1 only 1:1 support for loose
11242              (aka caseless, aka caseigoring ) matching is required.
11243      Branch: perl
11244            ! pod/perlunicode.pod
11245 ____________________________________________________________________________
11246 [ 12947] By: jhi                                   on 2001/11/11  21:41:44
11247         Log: (retracted by #12951)
11248      Branch: perl
11249            ! ext/Encode/Encode.pm
11250 ____________________________________________________________________________
11251 [ 12946] By: jhi                                   on 2001/11/11  21:09:31
11252         Log: BOM, bom, Bom.
11253      Branch: perl
11254            ! pod/perlunicode.pod
11255 ____________________________________________________________________________
11256 [ 12945] By: jhi                                   on 2001/11/11  21:07:18
11257         Log: Upgrade to Math::BigInt 1.46.
11258      Branch: perl
11259            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
11260            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
11261            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
11262            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/mbimbf.t
11263            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
11264 ____________________________________________________________________________
11265 [ 12944] By: jhi                                   on 2001/11/11  18:52:22
11266         Log: Subject: Re: PERFORCE change 12943 for review
11267              From: "Philip Newton" <Philip.Newton@gmx.net>
11268              Date: Sun, 11 Nov 2001 20:53:36 +0100
11269              Message-ID: <20011111.204950@ID-11583.news.dfncis.de>           
11270      Branch: perl
11271            ! pod/perlunicode.pod
11272 ____________________________________________________________________________
11273 [ 12943] By: jhi                                   on 2001/11/11  18:00:03
11274         Log: Doc updates; make the Unicode discussions a little
11275              bit less alarming, and add information about encodings,
11276              surrogates, and BOMs.
11277      Branch: perl
11278            ! pod/perlunicode.pod
11279 ____________________________________________________________________________
11280 [ 12942] By: ams                                   on 2001/11/11  16:45:00
11281         Log: Subject: [PATCH @12917] Unicode::Collate v0.09
11282              From: =?ISO-2022-JP?B?GyRCRGdXIkNOOVQbKEI=?= <bqw10602@nifty.com>
11283              Date: Mon, 12 Nov 2001 00:22:57 +0900
11284              Message-Id: <20011112002232.BD46.BQW10602@nifty.com>
11285      Branch: perl
11286            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
11287            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
11288 ____________________________________________________________________________
11289 [ 12941] By: ams                                   on 2001/11/11  13:01:40
11290         Log: Subject: Re: PERFORCE change 12929 for review
11291              From: "Philip Newton" <Philip.Newton@gmx.net>
11292              Date: Sun, 11 Nov 2001 14:27:44 +0100
11293              Message-Id: <20011111.142505@ID-11583.news.dfncis.de>
11294      Branch: perl
11295            ! MANIFEST
11296 ____________________________________________________________________________
11297 [ 12940] By: ams                                   on 2001/11/11  05:06:43
11298         Log: Subject: [PATCH t/op/chdir.t] %ENV protection
11299              From: Michael G Schwern <schwern@pobox.com>
11300              Date: Thu, 8 Nov 2001 22:56:45 -0500
11301              Message-Id: <20011108225645.H5587@blackrider>
11302      Branch: perl
11303            ! t/op/chdir.t
11304 ____________________________________________________________________________
11305 [ 12939] By: ams                                   on 2001/11/11  05:01:00
11306         Log: Subject: [PATCH ext/Cwd/t/cwd.t] VMS fixage and cleanup
11307              From: Michael G Schwern <schwern@pobox.com>
11308              Date: Sun, 11 Nov 2001 00:54:43 -0500
11309              Message-Id: <20011111005443.A24450@blackrider>
11310      Branch: perl
11311            ! ext/Cwd/t/cwd.t
11312 ____________________________________________________________________________
11313 [ 12938] By: ams                                   on 2001/11/11  03:25:13
11314         Log: Subject: [PATCH lib/File/stat.pm lib/File/stat.t]
11315              (was Re: [ID 20011110.104] File::stat vs. $! conflict)
11316              From: "chromatic" <chromatic@rmci.net>
11317              Date: Sat, 10 Nov 2001 21:03:20 -0700
11318              Message-Id: <20011111041025.12984.qmail@onion.perl.org>
11319      Branch: perl
11320            ! lib/File/stat.pm lib/File/stat.t
11321 ____________________________________________________________________________
11322 [ 12937] By: ams                                   on 2001/11/11  02:05:23
11323         Log: Subject: Re: [PATCH] resurrect t/op/magic.t on VMS
11324              From: "Craig A. Berry" <craigberry@mac.com>
11325              Date: Sat, 10 Nov 2001 17:23:52 -0600
11326              Message-Id: <5.1.0.14.2.20011110171532.028bcaa8@mail.mac.com>
11327      Branch: perl
11328            ! t/op/magic.t
11329 ____________________________________________________________________________
11330 [ 12936] By: jhi                                   on 2001/11/10  18:55:21
11331         Log: Bah.  %X doesn't mean 0xC1, it means 0XC1.  So let's %x.
11332      Branch: perl
11333            ! lib/open.pm lib/open.t
11334 ____________________________________________________________________________
11335 [ 12935] By: jhi                                   on 2001/11/10  17:47:21
11336         Log: The Official name of ASCII.
11337      Branch: perl
11338            ! ext/Encode/Encode.pm
11339 ____________________________________________________________________________
11340 [ 12934] By: jhi                                   on 2001/11/10  17:44:27
11341         Log: The KOI8-R example wasn't quite right.
11342      Branch: perl
11343            ! lib/open.pm lib/open.t
11344 ____________________________________________________________________________
11345 [ 12933] By: jhi                                   on 2001/11/10  17:30:52
11346         Log: Enhance the open pragma to support :utf8, :locale,
11347              and :encoding directly as special cases, and rename
11348              the INOUT to IO.
11349      Branch: perl
11350            ! ext/Encode/Encode.pm lib/open.pm lib/open.t perlio.c
11351 ____________________________________________________________________________
11352 [ 12932] By: jhi                                   on 2001/11/10  15:15:29
11353         Log: Document the UTF-16 surrogate encoding and decoding.
11354      Branch: perl
11355            ! ext/Encode/Encode.pm
11356 ____________________________________________________________________________
11357 [ 12931] By: jhi                                   on 2001/11/10  15:05:56
11358         Log: A potential recursion breaker.
11359      Branch: perl
11360            ! sv.c
11361 ____________________________________________________________________________
11362 [ 12930] By: ams                                   on 2001/11/10  07:46:53
11363         Log: Subject: [PATCH] Add core switch to CGI.pm distribution tests
11364              (was Re: perl@12892)
11365              From: "chromatic" <chromatic@rmci.net>
11366              Date: Sat, 10 Nov 2001 01:28:09 -0700
11367              Message-Id: <20011110083514.86488.qmail@onion.perl.org>
11368      Branch: perl
11369            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
11370            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
11371            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
11372            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
11373 ____________________________________________________________________________
11374 [ 12929] By: jhi                                   on 2001/11/10  06:38:07
11375         Log: Add a test for the bytes pragma.
11376      Branch: perl
11377            + lib/bytes.t
11378            ! MANIFEST
11379 ____________________________________________________________________________
11380 [ 12928] By: jhi                                   on 2001/11/10  06:10:39
11381         Log: Doc update.
11382      Branch: perl
11383            ! lib/bytes.pm
11384 ____________________________________________________________________________
11385 [ 12927] By: jhi                                   on 2001/11/10  04:19:44
11386         Log: Cease to exist.
11387      Branch: perl
11388            - lib/Unicode/Normalize.pm
11389 ____________________________________________________________________________
11390 [ 12926] By: ams                                   on 2001/11/10  03:23:16
11391         Log: Subject: [patch] my_setenv speedup + fixes
11392              From: Doug MacEachern <dougm@covalent.net>
11393              Date: Fri, 9 Nov 2001 18:13:18 -0800 (PST)
11394              Message-Id: <Pine.LNX.4.21.0111091808500.22397-100000@localhost>
11395      Branch: perl
11396            ! util.c
11397 ____________________________________________________________________________
11398 [ 12925] By: jhi                                   on 2001/11/10  01:55:13
11399         Log: Newline trouble.
11400      Branch: perl
11401            ! lib/ExtUtils/Embed.t
11402 ____________________________________________________________________________
11403 [ 12924] By: jhi                                   on 2001/11/10  01:42:29
11404         Log: Subject: [PATCH perl@12917] vms/munchconfig.c line length fix
11405              From: "Craig A. Berry" <craigberry@mac.com>
11406              Date: Fri, 09 Nov 2001 18:13:16 -0600
11407              Message-Id: <5.1.0.14.2.20011109180651.02b31d20@exchi01>
11408      Branch: perl
11409            ! vms/munchconfig.c
11410 ____________________________________________________________________________
11411 [ 12923] By: jhi                                   on 2001/11/10  01:39:01
11412         Log: Subject: [PATCH] new tests for swiches -n -p -a -F
11413              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11414              Date: Sat, 10 Nov 2001 00:10:45 +0100
11415              Message-ID: <20011110001045.A11945@rafael>
11416      Branch: perl
11417            + t/run/noswitch.t t/run/switchF.t t/run/switcha.t
11418            + t/run/switchn.t t/run/switchp.t
11419            ! MANIFEST
11420 ____________________________________________________________________________
11421 [ 12922] By: jhi                                   on 2001/11/10  01:34:51
11422         Log: Subject: [PATCH] some tests not cleaning up properly               
11423              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
11424              Date: Fri, 9 Nov 2001 22:13:10 +0100
11425              Message-ID: <20011109221310.A11115@rafael>
11426      Branch: perl
11427            ! ext/Cwd/t/cwd.t t/io/argv.t
11428 ____________________________________________________________________________
11429 [ 12921] By: jhi                                   on 2001/11/10  01:32:52
11430         Log: Subject: [Patch Perl@12892] a *real* Embed test for VMS           
11431              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
11432              Date: Fri, 9 Nov 2001 15:07:19 EST
11433              Message-Id: <011109150622.16fb0@DUPHY4.Physics.Drexel.Edu>
11434      Branch: perl
11435            ! lib/ExtUtils/Embed.t
11436 ____________________________________________________________________________
11437 [ 12920] By: dougm                                 on 2001/11/10  00:34:50
11438         Log: when PERL_USE_SAFE_PUTENV is defined environ will not
11439              have been copied so it shouldn't be freed in perl_destruct()
11440      Branch: perl
11441            ! perl.c
11442 ____________________________________________________________________________
11443 [ 12919] By: ams                                   on 2001/11/09  15:36:22
11444         Log: Subject: [PATCH ext/Cwd/t/cwd.t] Cwd test not cleaning up after itself
11445              From: Michael G Schwern <schwern@pobox.com>
11446              Date: Fri, 9 Nov 2001 00:38:59 -0500
11447              Message-Id: <20011109003859.K5587@blackrider>
11448              (Applied with directory name changes suggested by Craig Berry.)
11449      Branch: perl
11450            ! ext/Cwd/t/cwd.t
11451 ____________________________________________________________________________
11452 [ 12918] By: ams                                   on 2001/11/09  15:29:15
11453         Log: Subject: [PATCH vms/ext/filespec.t] Cleanup & fix of unsafe filename
11454              From: Michael G Schwern <schwern@pobox.com>
11455              Date: Fri, 9 Nov 2001 01:44:14 -0500
11456              Message-Id: <20011109014414.N5587@blackrider>
11457      Branch: perl
11458            ! vms/ext/filespec.t
11459 ____________________________________________________________________________
11460 [ 12917] By: jhi                                   on 2001/11/09  14:39:14
11461         Log: Update Changes.
11462      Branch: perl
11463            ! Changes patchlevel.h
11464 ____________________________________________________________________________
11465 [ 12916] By: jhi                                   on 2001/11/09  14:33:39
11466         Log: Regen toc.
11467      Branch: perl
11468            ! pod/perltoc.pod
11469 ____________________________________________________________________________
11470 [ 12915] By: jhi                                   on 2001/11/09  14:08:30
11471         Log: JPL sync: CVSROOT=:pserver:anoncvs@as220.org:/home/cvsroot,
11472              see http://www.jepstone.net/bjepson//jpl/cvs.html
11473      Branch: perl
11474            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
11475 ____________________________________________________________________________
11476 [ 12914] By: ams                                   on 2001/11/09  14:05:12
11477         Log: Subject: [PATCH vms/test.com] VMS test.com running in wrong order?
11478              From: Michael G Schwern <schwern@pobox.com>
11479              Date: Thu, 8 Nov 2001 22:05:49 -0500
11480              Message-Id: <20011108220549.F5587@blackrider>
11481      Branch: perl
11482            ! vms/test.com
11483 ____________________________________________________________________________
11484 [ 12913] By: jhi                                   on 2001/11/09  13:54:23
11485         Log: NetWare update from Ananth Kesari.
11486      Branch: perl
11487            ! NetWare/Makefile NetWare/config_H.wc NetWare/nwstdio.h
11488 ____________________________________________________________________________
11489 [ 12912] By: ams                                   on 2001/11/09  13:40:26
11490         Log: Subject: [PATCH ID 20011109.100] #!perl -F...
11491              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11492              Date: Fri, 9 Nov 2001 14:32:28 +0100
11493              Message-Id: <20011109143228.A18996@rafael>
11494      Branch: perl
11495            ! perl.c
11496 ____________________________________________________________________________
11497 [ 12911] By: jhi                                   on 2001/11/09  13:37:01
11498         Log: FAQ sync.
11499      Branch: perl
11500            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
11501            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
11502            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
11503 ____________________________________________________________________________
11504 [ 12910] By: ams                                   on 2001/11/09  07:33:49
11505         Log: Subject: [PATCH lib/File/Find/t/find.t] Helpful File::Find debugging code
11506              From: Michael G Schwern <schwern@pobox.com>
11507              Date: Fri, 9 Nov 2001 00:41:56 -0500
11508              Message-Id: <20011109004156.L5587@blackrider>
11509      Branch: perl
11510            ! lib/File/Find/t/find.t
11511 ____________________________________________________________________________
11512 [ 12909] By: jhi                                   on 2001/11/09  00:23:40
11513         Log: Upgrade to Unicode::Normalize 0.10, now in XS.
11514              The CPAN distribution has both pm and XS implementations,
11515              and for performance reasons we choose the XS.
11516              Another reason to choose the XS is that it doesn't
11517              require Lingua::KO::Hangul::Util, which means that
11518              we can delete that-- which in turn means that Unicode::UCD
11519              cannot expect that: support it, but don't expect.
11520              Ditto Unicode::Collate.
11521              
11522              Note that Unicode::Normalize Makefile.PL and
11523              Normalize.xs have been modified from the CPAN 0.10
11524              versions: the first one to be simpler (no pm) and
11525              clean up the generated unf*.h files, the second one
11526              to quench compiler grumblings.  Must notify Sadahiro
11527              about these changes.
11528      Branch: perl
11529            + ext/Unicode/Normalize/Changes
11530            + ext/Unicode/Normalize/Makefile.PL
11531            + ext/Unicode/Normalize/Normalize.pm
11532            + ext/Unicode/Normalize/Normalize.pod
11533            + ext/Unicode/Normalize/Normalize.xs
11534            + ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
11535            + ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
11536            + ext/Unicode/Normalize/t/test.t
11537            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
11538            - lib/Lingua/KO/Hangul/Util/README
11539            - lib/Lingua/KO/Hangul/Util/t/test.t
11540            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
11541            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
11542            ! MANIFEST NetWare/Makefile djgpp/config.over epoc/config.sh
11543            ! hints/uwin.sh hints/vmesa.sh lib/Unicode/Collate.pm
11544            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t win32/Makefile
11545            ! win32/makefile.mk
11546 ____________________________________________________________________________
11547 [ 12908] By: jhi                                   on 2001/11/08  23:49:42
11548         Log: Test miscounting.
11549      Branch: perl
11550            ! ext/POSIX/t/posix.t
11551 ____________________________________________________________________________
11552 [ 12907] By: jhi                                   on 2001/11/08  22:06:31
11553         Log: Quote the variables in failures messages more nicely.
11554      Branch: perl
11555            ! t/test.pl
11556 ____________________________________________________________________________
11557 [ 12906] By: jhi                                   on 2001/11/08  21:55:32
11558         Log: Subject: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
11559              From: Michael G Schwern <schwern@pobox.com>
11560              Date: Thu, 8 Nov 2001 17:24:49 -0500
11561              Message-ID: <20011108172449.A5587@blackrider>
11562              
11563              Subject: Re: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
11564              From: "Craig A. Berry" <craigberry@mac.com>
11565              Date: Thu, 8 Nov 2001 16:35:00 -0600
11566              Message-Id: <a05101000b810b89c5c5a@[172.16.52.1]>
11567      Branch: perl
11568            ! ext/POSIX/t/posix.t t/test.pl vms/test.com
11569 ____________________________________________________________________________
11570 [ 12905] By: jhi                                   on 2001/11/08  21:51:51
11571         Log: Subject: [PATCH] RE: Win2k / Cygwin-1.3.3
11572              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
11573              Date: Thu, 8 Nov 2001 22:52:50 -0000
11574              Message-ID: <AIEAJICLCBDNAAOLLOKLKEHNDEAA.Paul_Marquess@Yahoo.co.uk>
11575      Branch: perl
11576            ! ext/DB_File/t/db-recno.t
11577 ____________________________________________________________________________
11578 [ 12904] By: jhi                                   on 2001/11/08  21:49:20
11579         Log: Unicode::UCD is not yet supported in EBCDIC platforms.
11580              (Probably not an EBCDIC issue the way one would think
11581              since no chr() et alia are used in UCD.pm.)
11582      Branch: perl
11583            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
11584 ____________________________________________________________________________
11585 [ 12903] By: jhi                                   on 2001/11/08  15:16:49
11586         Log: Whether overwriting the $self->{...} values (see #12902)
11587              is a good policy or not is debatable, but let's at least
11588              be consistent.
11589      Branch: perl
11590            ! lib/ExtUtils/MM_Unix.pm
11591 ____________________________________________________________________________
11592 [ 12902] By: jhi                                   on 2001/11/08  15:13:15
11593         Log: The MakeMaker argument () quoting patch that sneaked
11594              in at #12883 didn't handle make macros like this $(...).
11595              Leaning toothpicks, we've got them.
11596      Branch: perl
11597            ! lib/ExtUtils/MM_Unix.pm
11598 ____________________________________________________________________________
11599 [ 12901] By: jhi                                   on 2001/11/08  14:28:38
11600         Log: Subject: Re: [PATCH t/io/argv.t vms/test.com t/test.pl] argv.t cleanup & fixes for VMS
11601              From: Michael G Schwern <schwern@pobox.com>
11602              Date: Wed, 7 Nov 2001 02:02:29 -0500
11603              Message-ID: <20011107020229.K2858@blackrider>
11604      Branch: perl
11605            ! t/io/argv.t t/test.pl vms/test.com
11606 ____________________________________________________________________________
11607 [ 12900] By: jhi                                   on 2001/11/08  14:14:40
11608         Log: Subject: [PATCH 20011106.084] -s on #! line 
11609              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11610              Date: Wed, 7 Nov 2001 22:23:39 +0100
11611              Message-ID: <20011107222339.E729@rafael>
11612      Branch: perl
11613            ! embed.h embed.pl perl.c proto.h toke.c
11614 ____________________________________________________________________________
11615 [ 12899] By: jhi                                   on 2001/11/08  13:46:02
11616         Log: Subject: [REPATCH] Re: [PATCH pod/perlhack.pod] When to use what test libraries
11617              From: Michael G Schwern <schwern@pobox.com>
11618              Date: Wed, 7 Nov 2001 16:52:49 -0500
11619              Message-ID: <20011107165249.I7346@blackrider>
11620      Branch: perl
11621            ! pod/perlhack.pod
11622 ____________________________________________________________________________
11623 [ 12898] By: ams                                   on 2001/11/08  13:02:19
11624         Log: Subject: Re: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
11625              From: Mark-Jason Dominus <mjd@plover.com>
11626              Date: Thu, 08 Nov 2001 08:59:02 -0500
11627              Message-Id: <20011108135902.2275.qmail@plover.com>
11628      Branch: perl
11629            ! INSTALL README README.amiga README.os2 README.vms
11630            ! lib/I18N/LangTags.pm lib/I18N/LangTags/README
11631            ! lib/Locale/Maketext/README win32/Makefile win32/makefile.mk
11632 ____________________________________________________________________________
11633 [ 12897] By: ams                                   on 2001/11/08  12:49:28
11634         Log: Subject: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
11635              From: mjd@plover.com
11636              Date: 8 Nov 2001 13:33:18 -0000
11637              Message-Id: <20011108133318.1786.qmail@plover.com>
11638      Branch: perl
11639            ! Porting/pumpkin.pod lib/Net/libnetFAQ.pod pod/perldiag.pod
11640            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
11641            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
11642            ! pod/perlfaq8.pod pod/perlfaq9.pod pod/perlmodinstall.pod
11643            ! pod/perlport.pod pod/perlvar.pod
11644 ____________________________________________________________________________
11645 [ 12896] By: ams                                   on 2001/11/08  11:22:12
11646         Log: open(FH, $file) should strip leading and trailing whitespace.
11647      Branch: perl
11648            ! doio.c
11649 ____________________________________________________________________________
11650 [ 12895] By: ams                                   on 2001/11/08  10:17:14
11651         Log: Subject: [PATCH] resurrect t/op/glob.t on VMS
11652              From: "Craig A. Berry" <craigberry@mac.com>
11653              Date: Wed, 07 Nov 2001 13:41:50 -0600
11654              Message-Id: <5.1.0.14.2.20011107133422.02419350@exchi01>
11655      Branch: perl
11656            ! t/op/glob.t
11657 ____________________________________________________________________________
11658 [ 12894] By: ams                                   on 2001/11/08  08:32:20
11659         Log: Subject: [ID 20011108.092] makedepend bug with new gcc
11660              From: Alexander Klimov <ask@wisdom.weizmann.ac.il>
11661              Date: Thu, 8 Nov 2001 10:00:29 +0200 (IST)
11662              Message-Id: <Pine.GSO.4.40.0111080952570.12110-100000@dardar.wisdom.weizmann.ac.il>
11663      Branch: perl
11664            ! makedepend.SH
11665 ____________________________________________________________________________
11666 [ 12893] By: ams                                   on 2001/11/08  08:26:31
11667         Log: Subject: bleadperl perldebug.pod: mention perldebtut.pod
11668              From: mjd@plover.com
11669              Date: 8 Nov 2001 08:08:07 -0000
11670              Message-Id: <20011108080807.30147.qmail@plover.com>
11671              
11672              Subject: bleadperl perl.pod
11673              From: mjd@plover.com
11674              Date: 8 Nov 2001 08:10:47 -0000
11675              Message-Id: <20011108081047.30178.qmail@plover.com>
11676              
11677              Subject: more bleadperl perl.pod
11678              From: mjd@plover.com
11679              Date: 8 Nov 2001 08:16:28 -0000
11680              Message-Id: <20011108081628.30229.qmail@plover.com>
11681      Branch: perl
11682            ! pod/perl.pod pod/perldebug.pod
11683 ____________________________________________________________________________
11684 [ 12892] By: jhi                                   on 2001/11/07  16:01:37
11685         Log: Tweak for Cray-friendliness from Nicholas Clark.
11686      Branch: perl
11687            ! sv.c
11688 ____________________________________________________________________________
11689 [ 12891] By: jhi                                   on 2001/11/07  15:54:24
11690         Log: VMS patch redo from Charles Lane.
11691      Branch: perl
11692            ! vms/gen_shrfls.pl
11693 ____________________________________________________________________________
11694 [ 12890] By: ams                                   on 2001/11/07  15:16:10
11695         Log: Subject: [ID 20011107.088] two perl pod nits
11696              From: lvirden@cas.org
11697              Date: Wed, 7 Nov 2001 11:09:34 -0500 (EST)
11698              Message-Id: <200111071609.fA7G9YW24607@lwv26awu.cas.org>
11699      Branch: perl
11700            ! pod/perl.pod pod/perlfaq3.pod
11701 ____________________________________________________________________________
11702 [ 12889] By: jhi                                   on 2001/11/07  15:07:18
11703         Log: Update Changes.
11704      Branch: perl
11705            ! Changes patchlevel.h
11706 ____________________________________________________________________________
11707 [ 12888] By: jhi                                   on 2001/11/07  14:26:42
11708         Log: The (emulated) "no utf8" must be in a BEGIN block
11709              to be effective.
11710      Branch: perl
11711            ! lib/CGI/t/html.t
11712 ____________________________________________________________________________
11713 [ 12887] By: jhi                                   on 2001/11/07  13:52:58
11714         Log: "v-strings" is the right term.
11715      Branch: perl
11716            ! pod/perltodo.pod
11717 ____________________________________________________________________________
11718 [ 12886] By: jhi                                   on 2001/11/07  13:48:36
11719         Log: Add vstrings-as-objects need to perltodo.
11720      Branch: perl
11721            ! pod/perltodo.pod
11722 ____________________________________________________________________________
11723 [ 12885] By: jhi                                   on 2001/11/07  13:43:33
11724         Log: Subject: Re: SunOS 5.8 is FUN! (and not quite ok, either) - @12876, gcc and suncc
11725              From: Nicholas Clark <nick@ccl4.org>
11726              Date: Wed, 7 Nov 2001 14:36:32 +0000
11727              Message-ID: <20011107143631.I24980@plum.flirble.org>
11728      Branch: perl
11729            ! t/op/pack.t
11730 ____________________________________________________________________________
11731 [ 12884] By: jhi                                   on 2001/11/07  13:34:44
11732         Log: The Embed test requires a major rewrite for VMS
11733              (plus it reveals a couple of annoying glitches
11734              in buffering), so skip the test for now; from
11735              Charles Lane.
11736      Branch: perl
11737            ! lib/ExtUtils/Embed.t
11738 ____________________________________________________________________________
11739 [ 12883] By: jhi                                   on 2001/11/07  13:33:16
11740         Log: Subject: [PATCH Perl@12856] vms/gen_shrfls.pl more general config.sh parsing
11741              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
11742              Date: Wed, 7 Nov 2001 09:23:28 EST
11743              Message-Id: <011107092325.11726@DUPHY4.Physics.Drexel.Edu>
11744              
11745              (Also i seems that an unrelated experimental patch
11746              to lib/ExtUtils/MM_Unix.pm was accidentally included.)
11747      Branch: perl
11748            ! lib/ExtUtils/MM_Unix.pm vms/gen_shrfls.pl
11749 ____________________________________________________________________________
11750 [ 12882] By: ams                                   on 2001/11/07  05:14:04
11751         Log: Subject: Re: [ID 20011106.083] $dbline[$i] == 0 generates warnings
11752              From: Mark-Jason Dominus <mjd@plover.com>
11753              Date: Wed, 07 Nov 2001 00:43:46 -0500
11754              Message-Id: <20011107054346.14428.qmail@plover.com>
11755      Branch: perl
11756            ! gv.c op.c toke.c
11757 ____________________________________________________________________________
11758 [ 12881] By: jhi                                   on 2001/11/07  03:33:08
11759         Log: Subject: [PATCH lib/perl5db.pl] Mentioning perldebguts   
11760              From: Michael G Schwern <schwern@pobox.com>             
11761              Date: Tue, 6 Nov 2001 22:04:39 -0500
11762              Message-ID: <20011106220439.D2858@blackrider>              
11763      Branch: perl
11764            ! lib/perl5db.pl
11765 ____________________________________________________________________________
11766 [ 12880] By: jhi                                   on 2001/11/07  01:35:30
11767         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
11768              stress))
11769              From: Jonathan Stowe <gellyfish@gellyfish.com>
11770              Date: Tue, 6 Nov 2001 06:54:37 +0000 (GMT)
11771              Message-ID: <Pine.LNX.4.33.0111060651210.315-100000@orpheus.gellyfish.com>
11772              
11773              (except for one hunk where indentation differs)
11774      Branch: perl
11775            ! lib/Term/Cap.t
11776 ____________________________________________________________________________
11777 [ 12879] By: jhi                                   on 2001/11/07  01:22:40
11778         Log: Subject: [PATCH File::Spec::*] a bunch of untested patches
11779              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11780              Date: Tue, 6 Nov 2001 21:45:01 +0100
11781              Message-ID: <20011106214501.A704@rafael>
11782      Branch: perl
11783            ! lib/File/Spec/OS2.pm lib/File/Spec/VMS.pm
11784            ! lib/File/Spec/Win32.pm
11785 ____________________________________________________________________________
11786 [ 12878] By: jhi                                   on 2001/11/07  01:06:41
11787         Log: Subject: [PATCH t/test.pl] Adding isnt() and next_test() 
11788              From: Michael G Schwern <schwern@pobox.com>              
11789              Date: Tue, 6 Nov 2001 20:58:45 -0500
11790              Message-ID: <20011106205845.G29411@blackrider>
11791      Branch: perl
11792            ! t/test.pl
11793 ____________________________________________________________________________
11794 [ 12877] By: jhi                                   on 2001/11/07  01:01:18
11795         Log: Subject: making do_sprintf public       
11796              From: Doug MacEachern <dougm@covalent.net>    
11797              Date: Tue, 6 Nov 2001 10:52:31 -0800 (PST)
11798              Message-ID: <Pine.LNX.4.21.0111061051250.27804-100000@localhost>
11799      Branch: perl
11800            ! embed.h embed.pl global.sym
11801 ____________________________________________________________________________
11802 [ 12876] By: jhi                                   on 2001/11/06  22:12:28
11803         Log: Update to CGI.pm 2.78.
11804              
11805              TODO: the test suite needs to be merged so that
11806              when in core, the core version is tested, and when
11807              using the CPAN version, testing the CPAN version.
11808              (the changes need to be sent to Lincoln, too...)
11809      Branch: perl
11810            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
11811            ! lib/CGI/Pretty.pm lib/CGI/Switch.pm lib/CGI/Util.pm
11812            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
11813            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
11814            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
11815            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
11816 ____________________________________________________________________________
11817 [ 12875] By: jhi                                   on 2001/11/06  22:10:03
11818         Log: Integrate with perlio; (strictly) readonly hashes via XS.
11819      Branch: perl
11820           +> t/lib/access.t
11821           !> MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
11822 ____________________________________________________________________________
11823 [ 12874] By: nick                                  on 2001/11/06  21:05:16
11824         Log: Keep It Simple and Stupid version of readonly hash support.
11825              - Test for SvREAONLY(hv) at a few spots in hv.c
11826              - add the error message to perldiag.pod
11827              - (dubious) add access::readonly() to univeral.c
11828              - add test using above
11829              - fixup ext/B/t/stash.t to account for access:: existing
11830      Branch: perlio
11831            + t/lib/access.t
11832            ! MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
11833 ____________________________________________________________________________
11834 [ 12873] By: jhi                                   on 2001/11/06  17:07:50
11835         Log: Fix incorrect warnings about broken globbing;
11836              from Andy Dougherty.
11837      Branch: perl
11838            ! hints/linux.sh
11839 ____________________________________________________________________________
11840 [ 12872] By: jhi                                   on 2001/11/06  15:18:41
11841         Log: More UTF-8 EXACT tweaking, plus a forgotten UTF-8 
11842              toggle-on from the encoding pragma.
11843      Branch: perl
11844            ! regcomp.c regexec.c
11845 ____________________________________________________________________________
11846 [ 12871] By: jhi                                   on 2001/11/06  13:19:46
11847         Log: Retract #12824, doesn't help and is ignored
11848              by Configure anyway.
11849      Branch: perl
11850            ! hints/beos.sh
11851 ____________________________________________________________________________
11852 [ 12870] By: ams                                   on 2001/11/06  10:40:37
11853         Log: Subject: Cosmetic change
11854              From: H.Merijn Brand <h.m.brand@hccnet.nl>
11855              Date: Tue, 06 Nov 2001 12:30:52 +0100
11856              Message-Id: <20011106122922.30FA.H.M.BRAND@hccnet.nl>
11857      Branch: perl
11858            ! README.hpux
11859 ____________________________________________________________________________
11860 [ 12869] By: nick                                  on 2001/11/06  08:26:40
11861         Log: Integrate mainline
11862      Branch: perlio
11863           !> ext/DB_File/DB_File.pm global.sym hints/os390.sh
11864           !> lib/encoding.pm lib/encoding.t proto.h regcomp.c regexec.c
11865 ____________________________________________________________________________
11866 [ 12868] By: jhi                                   on 2001/11/06  03:15:50
11867         Log: The parentheses are protected enough.
11868      Branch: perl
11869            ! hints/os390.sh
11870 ____________________________________________________________________________
11871 [ 12867] By: jhi                                   on 2001/11/06  03:13:50
11872         Log: ccflags, not ldflags.
11873      Branch: perl
11874            ! hints/os390.sh
11875 ____________________________________________________________________________
11876 [ 12866] By: jhi                                   on 2001/11/06  03:12:57
11877         Log: ... and the proto to go with #12865.
11878      Branch: perl
11879            ! proto.h
11880 ____________________________________________________________________________
11881 [ 12865] By: jhi                                   on 2001/11/06  03:11:12
11882         Log: Oops.  Luckily nothing was using this symbol yet.
11883      Branch: perl
11884            ! global.sym
11885 ____________________________________________________________________________
11886 [ 12864] By: jhi                                   on 2001/11/06  03:05:34
11887         Log: Implement the encoding pragma for regex literals.
11888      Branch: perl
11889            ! lib/encoding.pm lib/encoding.t regcomp.c regexec.c
11890 ____________________________________________________________________________
11891 [ 12863] By: jhi                                   on 2001/11/06  01:01:49
11892         Log: More UTF8 EXACT fixing.
11893      Branch: perl
11894            ! regexec.c
11895 ____________________________________________________________________________
11896 [ 12862] By: jhi                                   on 2001/11/06  00:05:19
11897         Log: More re debugging.
11898      Branch: perl
11899            ! regexec.c
11900 ____________________________________________________________________________
11901 [ 12861] By: jhi                                   on 2001/11/05  23:24:24
11902         Log: EXACT correction attempt.  Continued in #12863.
11903      Branch: perl
11904            ! regexec.c
11905 ____________________________________________________________________________
11906 [ 12860] By: jhi                                   on 2001/11/05  22:57:04
11907         Log: Unterminated L<.
11908      Branch: perl
11909            ! ext/DB_File/DB_File.pm
11910 ____________________________________________________________________________
11911 [ 12859] By: nick                                  on 2001/11/05  19:15:17
11912         Log: Integrate mainline
11913      Branch: perlio
11914           +> lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
11915           +> lib/Math/BigInt/t/Math/BigInt/Subclass.pm
11916           +> lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/sub_mbf.t
11917           +> lib/Math/BigInt/t/sub_mbi.t
11918            - lib/Math/BigInt/t/Math/Subclass.pm
11919            - lib/Math/BigInt/t/subclass.t
11920           !> (integrate 30 files)
11921 ____________________________________________________________________________
11922 [ 12858] By: jhi                                   on 2001/11/05  17:05:38
11923         Log: Regex debugging fixes from Hugo.
11924      Branch: perl
11925            ! regcomp.c regexec.c
11926 ____________________________________________________________________________
11927 [ 12857] By: jhi                                   on 2001/11/05  16:09:51
11928         Log: IRIX: at some point the cc -version has started
11929              to output to stderr, not stdout any more.
11930      Branch: perl
11931            ! hints/irix_6.sh
11932 ____________________________________________________________________________
11933 [ 12856] By: jhi                                   on 2001/11/05  15:27:45
11934         Log: Update Changes.
11935      Branch: perl
11936            ! Changes patchlevel.h
11937 ____________________________________________________________________________
11938 [ 12855] By: jhi                                   on 2001/11/05  15:21:13
11939         Log: The ${"\cTAINT"} raises the ire of 'use strict'.
11940      Branch: perl
11941            ! lib/File/Spec/Unix.pm
11942 ____________________________________________________________________________
11943 [ 12854] By: jhi                                   on 2001/11/05  15:16:24
11944         Log: Subject: Re: Tainted $ENV{TMPDIR} and File::Spec->tmpdir()
11945              From: rgarciasuarez@free.fr
11946              Date: Mon, 05 Nov 2001 17:10:29 +0100 (MET)            
11947              Message-ID: <1004976629.3be6b9f593085@imp3-1.free.fr>
11948      Branch: perl
11949            ! lib/File/Spec/Unix.pm
11950 ____________________________________________________________________________
11951 [ 12853] By: jhi                                   on 2001/11/05  14:54:37
11952         Log: Use config.arch in OS/390 where the combination of
11953              IEEE floats and ldflags is tricky.
11954      Branch: perl
11955            ! hints/os390.sh
11956 ____________________________________________________________________________
11957 [ 12852] By: jhi                                   on 2001/11/05  14:53:53
11958         Log: Metaconfig unit change for #12851.
11959      Branch: metaconfig
11960            ! U/modified/Config_sh.U
11961 ____________________________________________________________________________
11962 [ 12851] By: jhi                                   on 2001/11/05  14:53:14
11963         Log: Support a config.arch file, similar to config.over,
11964              but loaded just before it.
11965      Branch: perl
11966            ! Configure INSTALL
11967 ____________________________________________________________________________
11968 [ 12850] By: jhi                                   on 2001/11/05  13:34:25
11969         Log: Subject: [PATCH Symbol.{pm.t}] bugfixes 
11970              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11971              Date: Mon, 5 Nov 2001 14:26:24 +0100
11972              Message-ID: <20011105142624.C31977@rafael>
11973      Branch: perl
11974            ! lib/Symbol.pm lib/Symbol.t
11975 ____________________________________________________________________________
11976 [ 12849] By: jhi                                   on 2001/11/04  22:15:39
11977         Log: Subject: [PATCH] unbalanced parenthesis in pods                 
11978              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11979              Date: Sun, 4 Nov 2001 22:28:57 +0100
11980              Message-ID: <20011104222857.C696@rafael>
11981      Branch: perl
11982            ! pod/perldebug.pod pod/perlpodspec.pod
11983 ____________________________________________________________________________
11984 [ 12848] By: jhi                                   on 2001/11/04  22:11:24
11985         Log: The missing pieces from the Math::BigInt 1.45 puzzle.
11986      Branch: perl
11987            ! lib/Math/BigFloat.pm lib/Math/BigInt/t/bigintpm.t
11988 ____________________________________________________________________________
11989 [ 12847] By: jhi                                   on 2001/11/04  17:44:41
11990         Log: Math::Big* test tweaks to work better with core:
11991              but the coast still not clear.
11992      Branch: perl
11993            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
11994            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
11995 ____________________________________________________________________________
11996 [ 12846] By: jhi                                   on 2001/11/04  17:43:10
11997         Log: Protect against high load: measure how much wall
11998              clock time went by while sleeping.  Avoids some
11999              false negatives, while may introduce some false
12000              positives.  Life is hard.
12001      Branch: perl
12002            ! ext/Time/HiRes/HiRes.t
12003 ____________________________________________________________________________
12004 [ 12845] By: jhi                                   on 2001/11/04  17:29:40
12005         Log: More forgotten from #12843.
12006      Branch: perl
12007            ! lib/Math/BigInt/t/bigfltpm.inc
12008 ____________________________________________________________________________
12009 [ 12844] By: jhi                                   on 2001/11/04  17:19:13
12010         Log: Forgot from #12843.
12011      Branch: perl
12012            + lib/Math/BigInt/t/bigintpm.inc
12013            ! MANIFEST
12014 ____________________________________________________________________________
12015 [ 12843] By: jhi                                   on 2001/11/04  16:52:45
12016         Log: Upgrade to Math::BigInt 1.45; from Tels.
12017              NOTE: some of the tests are failing but that's because
12018              the core integration is not yet done.
12019      Branch: perl
12020            + lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
12021            + lib/Math/BigInt/t/Math/BigInt/Subclass.pm
12022            + lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
12023            - lib/Math/BigInt/t/Math/Subclass.pm
12024            - lib/Math/BigInt/t/subclass.t
12025            ! MANIFEST lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
12026            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/calling.t
12027            ! lib/Math/BigInt/t/mbimbf.t
12028 ____________________________________________________________________________
12029 [ 12842] By: jhi                                   on 2001/11/04  16:45:02
12030         Log: VMS: adds capability to control more configuration stuff with
12031              -D and -U switches; parsing config.sh to extract previous config
12032              info in VMS-form, and a rewrite of the "prompt/response" routine;
12033              from Charles Lane.
12034      Branch: perl
12035            ! configure.com
12036 ____________________________________________________________________________
12037 [ 12841] By: jhi                                   on 2001/11/04  15:18:39
12038         Log: Subject: Typo correction in perldebguts.pod
12039              From: mjd@plover.com
12040              Date: 4 Nov 2001 16:20:05 -0000
12041              Message-ID: <20011104162005.16699.qmail@plover.com>
12042      Branch: perl
12043            ! pod/perldebguts.pod
12044 ____________________________________________________________________________
12045 [ 12840] By: jhi                                   on 2001/11/04  15:17:22
12046         Log: Subject: Re: Where are my 'O's? [+ 12836 smoke]
12047              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12048              Date: Sun, 4 Nov 2001 11:47:30 +0100
12049              Message-ID: <20011104114730.A715@rafael>
12050              
12051              Remove -T from the test, wrong place for that.
12052      Branch: perl
12053            ! lib/File/Temp/t/mktemp.t
12054 ____________________________________________________________________________
12055 [ 12839] By: jhi                                   on 2001/11/04  15:15:42
12056         Log: Subject: [REPATCH] Re: PerlIOBuf_dup
12057              From: Nicholas Clark <nick@ccl4.org>
12058              Date: Sun, 4 Nov 2001 10:41:24 +0000
12059              Message-ID: <20011104104123.U20123@plum.flirble.org>
12060      Branch: perl
12061            ! ext/Encode/Encode.xs ext/PerlIO/t/encoding.t perlio.c
12062 ____________________________________________________________________________
12063 [ 12838] By: jhi                                   on 2001/11/03  21:19:43
12064         Log: Subject: Re: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
12065              From: Michael G Schwern <schwern@pobox.com>
12066              Date: Sat, 3 Nov 2001 15:41:47 -0500
12067              Message-ID: <20011103154147.C600@blackrider>
12068      Branch: perl
12069            ! lib/Term/Cap.t
12070 ____________________________________________________________________________
12071 [ 12837] By: jhi                                   on 2001/11/03  21:14:34
12072         Log: Subject: [PATCH] stop unrestricted negativity in HiRes.t 
12073              From: "Craig A. Berry" <craigberry@mac.com>     
12074              Date: Sat, 03 Nov 2001 16:02:28 -0600
12075              Message-Id: <5.1.0.14.2.20011103155539.03e44c60@exchi01>
12076      Branch: perl
12077            ! ext/Time/HiRes/HiRes.t
12078 ____________________________________________________________________________
12079 [ 12836] By: jhi                                   on 2001/11/03  18:41:33
12080         Log: Subject: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
12081              From: "chromatic" <chromatic@rmci.net>
12082              Date: Sat, 03 Nov 2001 12:28:17 -0700
12083              Message-ID: <20011103193507.94848.qmail@onion.perl.org>
12084      Branch: perl
12085            ! lib/Term/Cap.t
12086 ____________________________________________________________________________
12087 [ 12835] By: jhi                                   on 2001/11/03  18:34:08
12088         Log: Don't bother doing POSIX charclass parsing if it
12089              possibly cannot be so.  Prepares way for charclass
12090              syntax like [[abc]||[def]] (or just [[abc][def]])
12091              for union, [[\w]&&[$a]] for intersection,
12092              and [[a-z]&&[^def]] for subtraction.
12093              
12094              Currently /[[a]/ (or /[a[]/) parses as a character
12095              class containing two characters, "[" and "a",
12096              this may have to be broken for the syntax described
12097              above, otherwise we would have to scan the whole pattern
12098              to find out whether the square brackets match pairwise.
12099              Luckily, the special case of "[" doesn't seem to be
12100              documented (as opposed to "]" and "-"), so we may have
12101              better story for breaking it...  One can always use \[
12102              if one wants a literal "[", so there.
12103      Branch: perl
12104            ! regcomp.c
12105 ____________________________________________________________________________
12106 [ 12834] By: jhi                                   on 2001/11/03  17:51:44
12107         Log: Comment correction.
12108      Branch: perl
12109            ! regcomp.c
12110 ____________________________________________________________________________
12111 [ 12833] By: jhi                                   on 2001/11/03  17:33:21
12112         Log: Add MakeMaker PREREQ_PRINT and PRINT_PREREQ targets.
12113              The latter is a RedHatism.
12114      Branch: perl
12115            ! lib/ExtUtils/MakeMaker.pm
12116 ____________________________________________________________________________
12117 [ 12832] By: jhi                                   on 2001/11/03  15:43:03
12118         Log: Integrate perlio.
12119      Branch: perl
12120           !> perlio.c
12121 ____________________________________________________________________________
12122 [ 12831] By: nick                                  on 2001/11/03  11:42:15
12123         Log: Integrate mainline
12124      Branch: perlio
12125           !> doio.c ext/DynaLoader/dl_mac.xs ext/Errno/Errno_pm.PL
12126           !> ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
12127           !> hints/beos.sh hints/darwin.sh perl.c perl.h perlio.c regexec.c
12128           !> sv.c t/test.pl
12129 ____________________________________________________________________________
12130 [ 12830] By: nick                                  on 2001/11/03  10:27:34
12131         Log: Fix clone_leak problem.
12132              PerlIOStdio_dup was leaking FILE * as it was still doing fdopen()
12133              as vestige of calling PerlLIO_dup().
12134      Branch: perlio
12135            ! perlio.c
12136 ____________________________________________________________________________
12137 [ 12829] By: nick                                  on 2001/11/03  09:40:46
12138         Log: Tweaks attempting to locate Doug's clone_leak leak.
12139              - add some PerlIO_debug()
12140              - handle PerlIO_clone() with empty lists (clone before Perl_parse())
12141              - Even if it closing stdout etc. do a fflush()
12142      Branch: perlio
12143            ! perlio.c
12144 ____________________________________________________________________________
12145 [ 12828] By: nick                                  on 2001/11/03  08:34:31
12146         Log: Integrate mainline
12147      Branch: perlio
12148           !> (integrate 54 files)
12149 ____________________________________________________________________________
12150 [ 12827] By: ams                                   on 2001/11/03  03:45:19
12151         Log: Ugly bandaid to stop C<package;> from segfaulting (remember to
12152              remove this later). Based on a patch from Robert Spier in
12153              <15330.61459.14452.795263@rls.cx>.
12154      Branch: perl
12155            ! sv.c
12156 ____________________________________________________________________________
12157 [ 12826] By: jhi                                   on 2001/11/02  23:56:00
12158         Log: microperl sync.
12159      Branch: perl
12160            ! doio.c perl.c perl.h perlio.c regexec.c
12161 ____________________________________________________________________________
12162 [ 12825] By: jhi                                   on 2001/11/02  23:20:03
12163         Log: Definitions for the Unicode Newline Guidelines.
12164      Branch: perl
12165            ! perl.h
12166 ____________________________________________________________________________
12167 [ 12824] By: jhi                                   on 2001/11/02  23:08:05
12168         Log: (retracted by #12871)
12169              
12170              There is no csh of any kind in default BeOS.
12171              For the purposes of miniperl globbing, bash
12172              will do.
12173      Branch: perl
12174            ! hints/beos.sh
12175 ____________________________________________________________________________
12176 [ 12823] By: jhi                                   on 2001/11/02  21:56:36
12177         Log: Integrate change #12820 from macperl to maint and blead;
12178              
12179              Fix up (dynaloading) to work properly with multiplicity
12180      Branch: maint-5.6/perl
12181           !> ext/DynaLoader/dl_mac.xs
12182      Branch: perl
12183           !> ext/DynaLoader/dl_mac.xs
12184 ____________________________________________________________________________
12185 [ 12822] By: pudge                                 on 2001/11/02  21:38:22
12186         Log: Several fixes for various exit problems and clearing out
12187              task queue, as well as another (incomplete) go at
12188              fixing error message handling
12189      Branch: maint-5.6/macperl
12190            ! macos/macish.c macos/macish.h macos/macperl/MPConsole.cp
12191 ____________________________________________________________________________
12192 [ 12821] By: pudge                                 on 2001/11/02  21:36:26
12193         Log: Add source files for bleadperl builds
12194      Branch: maint-5.6/macperl
12195            ! macos/Makefile.mk
12196 ____________________________________________________________________________
12197 [ 12820] By: pudge                                 on 2001/11/02  21:35:15
12198         Log: Fix up to work properly with multiplicity
12199      Branch: maint-5.6/macperl
12200            ! ext/DynaLoader/dl_mac.xs
12201 ____________________________________________________________________________
12202 [ 12819] By: pudge                                 on 2001/11/02  21:21:56
12203         Log: Integrate with maintperl.
12204      Branch: maint-5.6/macperl
12205           +> t/op/system.t t/op/system_tests
12206           !> MANIFEST Todo-5.6 ext/ODBM_File/ODBM_File.xs perl.h
12207           !> pod/perltodo.pod util.c win32/win32.c
12208 ____________________________________________________________________________
12209 [ 12818] By: jhi                                   on 2001/11/02  21:03:58
12210         Log: Locate _PATH_LOG if it's a socket even if not #defined
12211              (helps Tru64)  From Paul David Fardy <pdf@morgan.ucs.mun.ca>,
12212              via Nick Clark.
12213      Branch: perl
12214            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
12215 ____________________________________________________________________________
12216 [ 12817] By: jhi                                   on 2001/11/02  20:07:05
12217         Log: Subject: [PATCH t/test.pl] _expect and other little tweaks
12218              From: Michael G Schwern <schwern@pobox.com>
12219              Date: Fri, 2 Nov 2001 15:36:41 -0500
12220              Message-ID: <20011102153641.E23234@blackrider>
12221      Branch: perl
12222            ! t/test.pl
12223 ____________________________________________________________________________
12224 [ 12816] By: jhi                                   on 2001/11/02  17:53:00
12225         Log: Subject: [PATCH] patches for MacOS X 10.1 for perl 5.7.2
12226              From: merlyn@stonehenge.com (Randal L. Schwartz)
12227              Date: 02 Nov 2001 09:33:34 -0800
12228              Message-ID: <m1wv193wnl.fsf@halfdome.holdit.com>
12229              
12230              (two of the changes)
12231              
12232              Better coexistence with extensions.
12233      Branch: perl
12234            ! ext/Errno/Errno_pm.PL hints/darwin.sh
12235 ____________________________________________________________________________
12236 [ 12815] By: ams                                   on 2001/11/02  16:47:43
12237         Log: Subject: Re: [PATCH] the the double double word word fix fix
12238              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
12239              Date: Fri, 02 Nov 2001 19:43:07 +0100
12240              Message-Id: <3BE2E93B.627C198E@alcatel.at>
12241      Branch: perl
12242            ! pod/perldebug.pod
12243 ____________________________________________________________________________
12244 [ 12814] By: jhi                                   on 2001/11/02  15:24:10
12245         Log: Update Changes.
12246      Branch: perl
12247            ! Changes patchlevel.h
12248 ____________________________________________________________________________
12249 [ 12813] By: jhi                                   on 2001/11/02  15:19:35
12250         Log: More encoding testing.
12251      Branch: perl
12252            ! lib/encoding.pm lib/encoding.t
12253 ____________________________________________________________________________
12254 [ 12812] By: ams                                   on 2001/11/02  15:07:11
12255         Log: Slight modification of #12811.
12256      Branch: perl
12257            ! op.c
12258 ____________________________________________________________________________
12259 [ 12811] By: jhi                                   on 2001/11/02  14:58:13
12260         Log: Subject: Re: [ID 20011101.069] \stat('.') gives "Attempt to free unreferenced scalar"
12261              From: Radu Greab <radu@netsoft.ro>
12262              Date: Fri, 2 Nov 2001 15:28:58 +0200
12263              Message-ID: <15330.40858.629851.468818@ix.netsoft.ro>
12264      Branch: perl
12265            ! op.c t/op/stat.t
12266 ____________________________________________________________________________
12267 [ 12810] By: jhi                                   on 2001/11/02  14:15:34
12268         Log: Subject: [PATCH] Re: Extra MakeMaker noise in lib/ExtUtils/Embed.t @12791
12269              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12270              Date: Thu, 1 Nov 2001 22:35:50 +0100
12271              Message-ID: <20011101223550.A10849@rafael>
12272      Branch: perl
12273            ! lib/ExtUtils/Embed.t
12274 ____________________________________________________________________________
12275 [ 12809] By: jhi                                   on 2001/11/02  14:10:05
12276         Log: Subject: [REPATCH] Re: [PATCH File::Find] use warnings::register
12277              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
12278              Date: 2 Nov 2001 14:48:51 -0000
12279              Message-Id: <slrn9u5cj6.liq.rgarciasuarez@rafael.kazibao.net> 
12280      Branch: perl
12281            ! lib/File/Find.pm
12282 ____________________________________________________________________________
12283 [ 12808] By: jhi                                   on 2001/11/02  05:40:21
12284         Log: Add documentation.
12285      Branch: perl
12286            ! embed.pl pod/perlapi.pod utf8.c
12287 ____________________________________________________________________________
12288 [ 12807] By: jhi                                   on 2001/11/02  05:18:45
12289         Log: Unicode: add ToFold mapping.  Not used yet; but basically
12290              a more useful mapping for caseless aka case-ignoring than
12291              doing either lc($a) eq lc($b) or uc($a) eq uc($b); the full
12292              algorithm for creating the foldings uses equivalence classes,
12293              see http://www.unicode.org/unicode/reports/tr21/
12294              Hopefully this feature will be used in //i.
12295              (The folding tables were introduced by #12689.)
12296      Branch: perl
12297            ! embed.h embed.pl embedvar.h intrpvar.h perl.c perlapi.h sv.c
12298            ! utf8.c
12299 ____________________________________________________________________________
12300 [ 12806] By: jhi                                   on 2001/11/02  05:04:05
12301         Log: Subject: [PATCH] AutoSplit.t clean-up for VMS
12302              From: "Craig A. Berry" <craigberry@mac.com>
12303              Date: Fri, 02 Nov 2001 00:03:52 -0600
12304              Message-Id: <5.1.0.14.2.20011101235844.02cd4e50@exchi01>
12305      Branch: perl
12306            ! lib/AutoSplit.t
12307 ____________________________________________________________________________
12308 [ 12805] By: jhi                                   on 2001/11/02  04:17:04
12309         Log: Subject: Trivial doc patch
12310              From: andreas.koenig@anima.de (Andreas J. Koenig)
12311              Date: 02 Nov 2001 06:11:35 +0100
12312              Message-ID: <m37kt94v08.fsf@anima.de>
12313      Branch: perl
12314            ! pod/perlport.pod
12315 ____________________________________________________________________________
12316 [ 12804] By: jhi                                   on 2001/11/02  02:14:46
12317         Log: Make encoding and charnames pragmas coexist.
12318      Branch: perl
12319            ! lib/charnames.pm lib/encoding.pm lib/encoding.t
12320 ____________________________________________________________________________
12321 [ 12803] By: jhi                                   on 2001/11/02  01:26:53
12322         Log: The basic character classes seem to go untested with Unicode.
12323      Branch: perl
12324            ! t/op/pat.t
12325 ____________________________________________________________________________
12326 [ 12802] By: ams                                   on 2001/11/02  00:39:36
12327         Log: Subject: [PATCH] the the double double word word fix fix
12328              From: Richard Soderberg <rs@oregonnet.com>
12329              Date: Thu, 1 Nov 2001 13:12:03 -0800
12330              Message-Id: <200111012112.NAA23288@oregonnet.com>
12331              
12332              Subject: Re: [PATCH] the the double double word word fix fix
12333              From: Mark-Jason Dominus <mjd@plover.com>
12334              Date: Thu, 01 Nov 2001 16:43:40 -0500
12335              Message-Id: <20011101214340.2044.qmail@plover.com>
12336              
12337              Subject: Re: [PATCH] the the double double word word fix fix
12338              From: Mark-Jason Dominus <mjd@plover.com>
12339              Date: Thu, 01 Nov 2001 16:51:39 -0500
12340              Message-Id: <20011101215139.2196.qmail@plover.com>
12341      Branch: perl
12342            ! pod/perldebtut.pod pod/perldiag.pod pod/perlfaq3.pod
12343            ! pod/perlguts.pod pod/perlintro.pod pod/perliol.pod
12344            ! pod/perlmodlib.PL pod/perlmodstyle.pod pod/perlpodspec.pod
12345            ! pod/perlrequick.pod pod/perlretut.pod pod/perltoc.pod
12346            ! pod/perltodo.pod pod/perlxstut.pod
12347 ____________________________________________________________________________
12348 [ 12801] By: jhi                                   on 2001/11/01  14:27:51
12349         Log: Comment tweaks.
12350      Branch: perl
12351            ! toke.c
12352 ____________________________________________________________________________
12353 [ 12800] By: jhi                                   on 2001/11/01  14:06:04
12354         Log: FAQ sync.
12355      Branch: perl
12356            ! pod/perlfaq9.pod
12357 ____________________________________________________________________________
12358 [ 12799] By: jhi                                   on 2001/11/01  13:59:42
12359         Log: If an encoding is set by -M/-m, it must be in
12360              effect only for the actual script, not any other
12361              required/-M/-m'ed module, otherwise we enter a nasty
12362              recursion in regexec.c while trying to init the simple
12363              UTF-8 charclasses like PL_utf8_alnum.
12364      Branch: perl
12365            ! lib/encoding.pm pod/perlunicode.pod pp_ctl.c
12366 ____________________________________________________________________________
12367 [ 12798] By: jhi                                   on 2001/10/31  21:10:09
12368         Log: A bit more descriptive name.
12369      Branch: perl
12370            ! mg.c
12371 ____________________________________________________________________________
12372 [ 12797] By: jhi                                   on 2001/10/31  20:32:29
12373         Log: Subject: [PATCH Perl@12768] Time::Hires test fix
12374              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
12375              Date: Wed, 31 Oct 2001 13:47:04 EST
12376              Message-Id: <011031134626.1227@DUPHY4.Physics.Drexel.Edu>
12377      Branch: perl
12378            ! ext/Time/HiRes/HiRes.t
12379 ____________________________________________________________________________
12380 [ 12796] By: jhi                                   on 2001/10/31  20:31:20
12381         Log: Subject: [PATCH Perl@12768] make setting signal() persistent
12382              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
12383              Date: Wed, 31 Oct 2001 13:43:29 EST
12384              Message-Id: <011031134318.231c@DUPHY4.Physics.Drexel.Edu>
12385      Branch: perl
12386            ! mg.c
12387 ____________________________________________________________________________
12388 [ 12795] By: jhi                                   on 2001/10/31  20:29:37
12389         Log: Subject: [PATCH] Various test cleanups
12390              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12391              Date: Tue, 30 Oct 2001 21:56:26 +0100
12392              Message-ID: <20011030215626.A28503@rafael>
12393      Branch: perl
12394            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
12395            ! ext/DB_File/t/db-recno.t ext/Encode.t
12396 ____________________________________________________________________________
12397 [ 12794] By: jhi                                   on 2001/10/31  15:26:59
12398         Log: Update Changes.
12399      Branch: perl
12400            ! Changes patchlevel.h
12401 ____________________________________________________________________________
12402 [ 12793] By: jhi                                   on 2001/10/31  15:23:12
12403         Log: Subject: [PATCH] Data::Dumper opt. use B::Deparse for coderefs
12404              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>               
12405              Date: Wed, 31 Oct 2001 17:16:39 +0100
12406              Message-ID: <20011031171639.A32511@rafael>
12407      Branch: perl
12408            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/dumper.t
12409 ____________________________________________________________________________
12410 [ 12792] By: jhi                                   on 2001/10/31  15:20:01
12411         Log: Skip message nit.
12412      Branch: perl
12413            ! t/io/fs.t
12414 ____________________________________________________________________________
12415 [ 12791] By: jhi                                   on 2001/10/31  14:54:19
12416         Log: Subject: Re: [REPATCH] Re: [PATCH] Re: [ID 20011030.064] File::Temp tempdir(CLEANUP => 1) and -T on OpenBSD 2.9
12417              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
12418              Date: 31 Oct 2001 14:49:37 -0000
12419              Message-Id: <slrn9u03sk.hco.rgarciasuarez@rafael.kazibao.net> 
12420      Branch: perl
12421            ! lib/File/Path.pm lib/File/Path.t lib/File/Temp/t/mktemp.t
12422 ____________________________________________________________________________
12423 [ 12790] By: jhi                                   on 2001/10/31  14:44:33
12424         Log: Extend the effect of the encoding pragma to chr() and ord().
12425              
12426              TODO: regex literals, reentrancy problems with the utf8
12427              and charnames pragmas.
12428      Branch: perl
12429            ! lib/encoding.pm lib/encoding.t pod/perlfunc.pod pp.c sv.c
12430 ____________________________________________________________________________
12431 [ 12789] By: jhi                                   on 2001/10/31  13:25:02
12432         Log: Doc tweaks.
12433      Branch: perl
12434            ! lib/encoding.pm
12435 ____________________________________________________________________________
12436 [ 12788] By: nick                                  on 2001/10/31  08:59:56
12437         Log: Integrate mainline
12438      Branch: perlio
12439           +> lib/encoding.pm lib/encoding.t t/op/system.t t/op/system_tests
12440           !> (integrate 49 files)
12441 ____________________________________________________________________________
12442 [ 12787] By: jhi                                   on 2001/10/31  03:22:34
12443         Log: Forgot new proto.
12444      Branch: perl
12445            ! proto.h
12446 ____________________________________________________________________________
12447 [ 12786] By: jhi                                   on 2001/10/31  02:32:35
12448         Log: Clarification: use encoding cannot be used to
12449              change the default encoding of "your whole script";
12450              only the default encoding of the *data*.  Also, it
12451              seems that "use encoding" does not mix with "use utf8"
12452              (a coredumping recursion ensues).  Should not be a huge
12453              problem since "use utf8" is pretty marginal nowadays.
12454      Branch: perl
12455            ! ext/Encode/Encode.pm lib/encoding.pm pod/perlunicode.pod
12456 ____________________________________________________________________________
12457 [ 12785] By: jhi                                   on 2001/10/31  02:19:49
12458         Log: More documentation for the encode pragma.
12459      Branch: perl
12460            ! ext/Encode/Encode.pm lib/encoding.pm lib/open.pm
12461            ! pod/perlapi.pod pod/perlunicode.pod sv.c
12462 ____________________________________________________________________________
12463 [ 12784] By: jhi                                   on 2001/10/31  02:08:27
12464         Log: Thinko in #12783.
12465      Branch: perl
12466            ! sv.c
12467 ____________________________________________________________________________
12468 [ 12783] By: jhi                                   on 2001/10/31  02:04:22
12469         Log: Make sv_recode_to_utf8() a real API: the encoding
12470              is a parameter, instead of a global.  Document the
12471              PERL_ENCODING.
12472      Branch: perl
12473            ! embed.h embed.pl pod/perlapi.pod pod/perlrun.pod proto.h sv.c
12474            ! toke.c
12475 ____________________________________________________________________________
12476 [ 12782] By: jhi                                   on 2001/10/31  00:57:42
12477         Log: Enable -Mencoding=foobar also for string literals.
12478      Branch: perl
12479            ! embed.h embed.pl global.sym lib/encoding.pm lib/encoding.t
12480            ! pod/perlapi.pod proto.h sv.c toke.c
12481 ____________________________________________________________________________
12482 [ 12781] By: jhi                                   on 2001/10/30  17:06:39
12483         Log: Subject: Re: [PATCH] Re: DynaLoader problem on NCR SVR4 box
12484              From: Andy Dougherty <doughera@lafayette.edu>
12485              Date: Tue, 30 Oct 2001 12:44:27 -0500 (EST)
12486              Message-ID: <Pine.SOL.4.10.10110301241210.25351-100000@maxwell.phys.lafayette.edu>
12487      Branch: perl
12488            ! ext/POSIX/hints/svr4.pl
12489 ____________________________________________________________________________
12490 [ 12780] By: jhi                                   on 2001/10/30  14:54:12
12491         Log: Subject: RE: [PATCH h2xs] Use of static data in XS modules
12492              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
12493              Date: Mon, 29 Oct 2001 23:11:58 -0000
12494              Message-ID: <AIEAJICLCBDNAAOLLOKLMEJGDDAA.Paul_Marquess@Yahoo.co.uk>
12495              
12496              Add compat.h.
12497      Branch: perl
12498            ! lib/h2xs.t utils/h2xs.PL
12499 ____________________________________________________________________________
12500 [ 12779] By: jhi                                   on 2001/10/30  13:51:43
12501         Log: Subject: PerlIOBuf_dup
12502              From: Nicholas Clark <nick@ccl4.org>              
12503              Date: Mon, 29 Oct 2001 21:52:35 +0000             
12504              Message-ID: <20011029215235.K41204@plum.flirble.org>
12505              
12506              Add prototype.
12507      Branch: perl
12508            ! perliol.h
12509 ____________________________________________________________________________
12510 [ 12778] By: jhi                                   on 2001/10/30  13:49:51
12511         Log: Subject: [PATCH] Make malloc.c errors more useful
12512              From: Richard Soderberg <rs@oregonnet.com>
12513              Date: Mon, 29 Oct 2001 22:28:02 -0800
12514              Message-Id: <200110300628.WAA11025@oregonnet.com>
12515      Branch: perl
12516            ! malloc.c
12517 ____________________________________________________________________________
12518 [ 12777] By: jhi                                   on 2001/10/30  04:02:10
12519         Log: Retract #12776 - the bug 19990906.001 is still valid.
12520      Branch: perl
12521            ! t/run/kill_perl.t
12522 ____________________________________________________________________________
12523 [ 12776] By: jhi                                   on 2001/10/30  03:03:49
12524         Log: (Retracted by #12777)
12525              Subject: Perlbug 19990906.001 - segfault on long escaped quote regex
12526              From: Michael G Schwern <schwern@pobox.com> 
12527              Date: Mon, 29 Oct 2001 23:01:08 -0500
12528              Message-ID: <20011029230108.G18053@blackrider>
12529      Branch: perl
12530            ! t/run/kill_perl.t
12531 ____________________________________________________________________________
12532 [ 12775] By: jhi                                   on 2001/10/30  02:56:41
12533         Log: Comment nits.
12534      Branch: perl
12535            ! lib/encoding.t
12536 ____________________________________________________________________________
12537 [ 12774] By: gsar                                  on 2001/10/30  01:32:57
12538         Log: integrate change#12772 from mainline
12539              
12540              Subject: [PATCH] Mommy, what's a pointer cast?
12541      Branch: maint-5.6/perl
12542            ! perl.h
12543 ____________________________________________________________________________
12544 [ 12773] By: jhi                                   on 2001/10/30  01:19:32
12545         Log: Subject: [PATCH] Mommy, what's a pointer cast?
12546              From: Richard Soderberg <rs@oregonnet.com>
12547              Date: Mon, 29 Oct 2001 17:01:10 -0800
12548              Message-Id: <200110300101.RAA31561@oregonnet.com>
12549              
12550              (threads* parts)
12551      Branch: perl
12552            ! ext/threads/shared/shared.xs ext/threads/threads.xs
12553 ____________________________________________________________________________
12554 [ 12772] By: jhi                                   on 2001/10/30  01:19:13
12555         Log: Subject: [PATCH] Mommy, what's a pointer cast?
12556              From: Richard Soderberg <rs@oregonnet.com>
12557              Date: Mon, 29 Oct 2001 17:01:10 -0800
12558              Message-Id: <200110300101.RAA31561@oregonnet.com>
12559              
12560              (the perl.h part)
12561      Branch: perl
12562            ! perl.h
12563 ____________________________________________________________________________
12564 [ 12771] By: jhi                                   on 2001/10/30  01:17:21
12565         Log: Subject: [PATCH] OpenBSD likes signal.h 
12566              From: Richard Soderberg <rs@oregonnet.com>
12567              Date: Mon, 29 Oct 2001 17:00:31 -0800
12568              Message-Id: <200110300100.RAA31533@oregonnet.com>
12569      Branch: perl
12570            ! unixish.h
12571 ____________________________________________________________________________
12572 [ 12770] By: jhi                                   on 2001/10/30  01:10:24
12573         Log: Subject: [PATCH] RE: DB_File-1.79 on Cygwin 1.3.3
12574              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
12575              Date: Mon, 29 Oct 2001 23:04:23 -0000
12576              Message-ID: <AIEAJICLCBDNAAOLLOKLGEJGDDAA.Paul_Marquess@Yahoo.co.uk>
12577      Branch: perl
12578            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
12579            ! ext/DB_File/t/db-recno.t
12580 ____________________________________________________________________________
12581 [ 12769] By: jhi                                   on 2001/10/30  01:08:01
12582         Log: Subject: [PATCH perl@12718] HiRes.t tweaks
12583              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
12584              Date: Mon, 29 Oct 2001 12:34:07 -0600
12585              Message-Id: <5.1.0.14.2.20011029121906.035d7e00@exchi01>
12586      Branch: perl
12587            ! ext/Time/HiRes/HiRes.t
12588 ____________________________________________________________________________
12589 [ 12768] By: jhi                                   on 2001/10/29  15:10:04
12590         Log: Update Changes.
12591      Branch: perl
12592            ! Changes patchlevel.h
12593 ____________________________________________________________________________
12594 [ 12767] By: jhi                                   on 2001/10/29  14:49:28
12595         Log: AIX needs an explicit symbol export list.
12596      Branch: perl
12597            ! lib/ExtUtils/Embed.t
12598 ____________________________________________________________________________
12599 [ 12766] By: jhi                                   on 2001/10/29  14:08:21
12600         Log: The test (and the module) would require some
12601              quality hacking time to work on EBCDIC.  Based on
12602              the test results nothing seems to be majorly broken,
12603              the module just seems to have strange assumptions:
12604              got: ''\226\225\205'
12605              expected: ''one'
12606              The \226\225\205 being, of course, 'one', in EBCDIC.
12607      Branch: perl
12608            ! lib/Dumpvalue.t
12609 ____________________________________________________________________________
12610 [ 12765] By: jhi                                   on 2001/10/29  13:58:48
12611         Log: Mark the test known to be failing in EBCDIC.
12612      Branch: perl
12613            ! t/op/tr.t
12614 ____________________________________________________________________________
12615 [ 12764] By: jhi                                   on 2001/10/29  13:51:51
12616         Log: None of the libnet modules are going to work in
12617              EBCDIC without the Convert::EBCDIC.
12618      Branch: perl
12619            ! t/lib/1_compile.t
12620 ____________________________________________________________________________
12621 [ 12763] By: jhi                                   on 2001/10/29  13:45:39
12622         Log: Neither is 0xff illegal UTF-EBCDIC since it's the last C1.
12623      Branch: perl
12624            ! t/op/pack.t
12625 ____________________________________________________________________________
12626 [ 12762] By: jhi                                   on 2001/10/29  13:40:17
12627         Log: UTF-EBCDIC ain't UTF-8.
12628      Branch: perl
12629            ! t/op/pack.t
12630 ____________________________________________________________________________
12631 [ 12761] By: jhi                                   on 2001/10/29  13:35:35
12632         Log: In EBCDIC cannot test compile Net::Cmd without Convert::EBCDIC.
12633      Branch: perl
12634            ! t/lib/1_compile.t
12635 ____________________________________________________________________________
12636 [ 12760] By: jhi                                   on 2001/10/29  13:32:20
12637         Log: Let's not assume ASCII.
12638      Branch: perl
12639            ! t/op/lc.t
12640 ____________________________________________________________________________
12641 [ 12759] By: jhi                                   on 2001/10/29  13:24:54
12642         Log: Call the new perlio symbols differently.
12643      Branch: perl
12644            ! makedef.pl
12645 ____________________________________________________________________________
12646 [ 12758] By: jhi                                   on 2001/10/29  13:23:11
12647         Log: Don't expect ASCII ordering.
12648      Branch: perl
12649            ! lib/ExtUtils/Manifest.t
12650 ____________________________________________________________________________
12651 [ 12757] By: jhi                                   on 2001/10/29  13:13:09
12652         Log: Forgot from #12756.
12653      Branch: perl
12654            ! perlio.h
12655 ____________________________________________________________________________
12656 [ 12756] By: jhi                                   on 2001/10/29  13:12:41
12657         Log: BeOS tweaks:
12658              - fseeko and ftello can be found by Configure but
12659              we do not seem to have prototypes for them so
12660              let's make up some
12661              - BeOS didn't use to have real sockets (sockets as
12662              filedescriptors) but the BONE package is supposed
12663              to fix this.  I do not know how to detect BONEness,
12664              see hints/beos.sh for a spot that needs to fixed.
12665              - BeOS has O_TEXT != O_BINARY but has no setmode()
12666      Branch: perl
12667            ! hints/beos.sh perlio.c
12668 ____________________________________________________________________________
12669 [ 12755] By: sky                                   on 2001/10/29  12:56:12
12670         Log: Ugly fix to not die when a thread creator is holding locks.
12671      Branch: perl
12672            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
12673            ! ext/threads/threads.xs
12674 ____________________________________________________________________________
12675 [ 12754] By: jhi                                   on 2001/10/29  12:31:34
12676         Log: Integrate change #12752 from maintperl;
12677              
12678              croak(Nullch) wasn't printing the contents of ERRSV if there was
12679              no outer eval (bug in change#6125)
12680      Branch: perl
12681           !> util.c
12682 ____________________________________________________________________________
12683 [ 12753] By: jhi                                   on 2001/10/29  12:28:41
12684         Log: Subject: [PATCH h2xs] Use of static data in XS modules
12685              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
12686              Date: Sun, 28 Oct 2001 21:19:07 -0000
12687              Message-ID: <AIEAJICLCBDNAAOLLOKLIEHNDDAA.Paul_Marquess@Yahoo.co.uk>
12688              
12689              with nits from Sarathy.
12690      Branch: perl
12691            ! utils/h2xs.PL
12692 ____________________________________________________________________________
12693 [ 12752] By: gsar                                  on 2001/10/29  03:07:15
12694         Log: croak(Nullch) wasn't printing the contents of ERRSV if there was
12695              no outer eval (bug in change#6125)
12696      Branch: maint-5.6/perl
12697            ! util.c
12698 ____________________________________________________________________________
12699 [ 12751] By: jhi                                   on 2001/10/28  23:11:15
12700         Log: More todo for the encoding pragma.
12701      Branch: perl
12702            ! lib/encoding.pm
12703 ____________________________________________________________________________
12704 [ 12750] By: jhi                                   on 2001/10/28  22:55:24
12705         Log: Add the encoding pragma to control the "upgrade"
12706              from the native eight bit data to Unicode.
12707              
12708              TODO: \x.. and \0... literals.  \N{}.  chr()? ord()?
12709      Branch: perl
12710            + lib/encoding.pm lib/encoding.t
12711            ! MANIFEST embedvar.h gv.c intrpvar.h mg.c perlapi.h
12712            ! pod/perlunicode.pod pod/perlvar.pod sv.c
12713 ____________________________________________________________________________
12714 [ 12749] By: sky                                   on 2001/10/28  21:02:33
12715         Log: Update documentation.
12716      Branch: perl
12717            ! ext/threads/shared/shared.pm
12718 ____________________________________________________________________________
12719 [ 12748] By: jhi                                   on 2001/10/28  20:55:57
12720         Log: Integrate change #12747 from maintperl;
12721              
12722              finishing touches to system() fixes on windows:
12723              * detect cmd shell correctly even if it had full path in it
12724              * more quoting needed for single-arg system if the argument
12725              really had multiple quoted arguments within it
12726              * be smarter about not calling the shell when the executable
12727              has spaces, but otherwise does not need shell involvement
12728              * add a testsuite (windows-specific currently)
12729      Branch: perl
12730           +> t/op/system.t t/op/system_tests
12731            ! MANIFEST pod/perltodo.pod
12732           !> win32/win32.c
12733 ____________________________________________________________________________
12734 [ 12747] By: gsar                                  on 2001/10/28  18:33:23
12735         Log: finishing touches to system() fixes on windows:
12736              * detect cmd shell correctly even if it had full path in it
12737              * more quoting needed for single-arg system if the argument
12738              really had multiple quoted arguments within it
12739              * be smarter about not calling the shell when the executable
12740              has spaces, but otherwise does not need shell involvement
12741              * add a testsuite (windows-specific currently)
12742      Branch: maint-5.6/perl
12743            + t/op/system.t t/op/system_tests
12744            ! MANIFEST Todo-5.6 pod/perltodo.pod win32/win32.c
12745 ____________________________________________________________________________
12746 [ 12746] By: jhi                                   on 2001/10/28  16:34:35
12747         Log: Integrate perlio.
12748      Branch: perl
12749           !> ext/Time/HiRes/HiRes.xs lib/ExtUtils/Embed.t
12750 ____________________________________________________________________________
12751 [ 12745] By: nick                                  on 2001/10/28  16:08:14
12752         Log: Mingw32 fixup for Embed.t
12753      Branch: perlio
12754            ! lib/ExtUtils/Embed.t
12755 ____________________________________________________________________________
12756 [ 12744] By: nick                                  on 2001/10/28  15:54:14
12757         Log: GCC vs MS 64-bit constant syntax
12758      Branch: perlio
12759            ! ext/Time/HiRes/HiRes.xs
12760 ____________________________________________________________________________
12761 [ 12743] By: nick                                  on 2001/10/28  15:42:55
12762         Log: Integrate mainline
12763      Branch: perlio
12764           !> ext/threads/threads.pm lib/ExtUtils/Embed.t
12765 ____________________________________________________________________________
12766 [ 12742] By: sky                                   on 2001/10/28  14:47:10
12767         Log: Manpage updates.
12768      Branch: perl
12769            ! ext/threads/threads.pm
12770 ____________________________________________________________________________
12771 [ 12741] By: jhi                                   on 2001/10/28  14:39:55
12772         Log: Newline confusion: t/TEST sees an extra newline and gets huffy.
12773      Branch: perl
12774            ! lib/ExtUtils/Embed.t
12775 ____________________________________________________________________________
12776 [ 12740] By: nick                                  on 2001/10/28  14:14:24
12777         Log: Integrate mainline
12778      Branch: perlio
12779           !> lib/ExtUtils/Embed.t win32/win32.c
12780 ____________________________________________________________________________
12781 [ 12739] By: jhi                                   on 2001/10/28  14:06:58
12782         Log: Need to be ./executed.
12783      Branch: perl
12784            ! lib/ExtUtils/Embed.t
12785 ____________________________________________________________________________
12786 [ 12738] By: jhi                                   on 2001/10/28  14:03:58
12787         Log: Integrate perlio.
12788      Branch: perl
12789           !> perlio.c win32/win32.h
12790 ____________________________________________________________________________
12791 [ 12737] By: nick                                  on 2001/10/28  13:53:45
12792         Log: Tweak for build with Mingw32 - __attribute__((unused)) is not liked
12793              by gcc -xc++.
12794      Branch: perlio
12795            ! win32/win32.h
12796 ____________________________________________________________________________
12797 [ 12736] By: nick                                  on 2001/10/28  13:50:50
12798         Log: Have :stdio layer update an honour the fd refcnt table.
12799              Embed.t now passes with PERLIO=stdio as well (tested under ithreads)
12800      Branch: perlio
12801            ! perlio.c
12802 ____________________________________________________________________________
12803 [ 12735] By: jhi                                   on 2001/10/28  13:34:37
12804         Log: Integrate changes #12724 and #12725 from maintperl;
12805              multiarg system now works.
12806      Branch: perl
12807           !> win32/win32.c
12808 ____________________________________________________________________________
12809 [ 12734] By: jhi                                   on 2001/10/28  13:31:54
12810         Log: Integrate perlio.
12811      Branch: perl
12812           +> lib/ExtUtils/Embed.t
12813           !> MANIFEST perlio.c
12814 ____________________________________________________________________________
12815 [ 12733] By: nick                                  on 2001/10/28  13:07:16
12816         Log: Use fd refcounts to solve the problem highlighted by new Embed.t, at
12817              least for PERLIO=perlio unthreaded case
12818      Branch: perlio
12819            ! perlio.c
12820 ____________________________________________________________________________
12821 [ 12732] By: nick                                  on 2001/10/28  11:10:24
12822         Log: Typo in exe name
12823      Branch: perlio
12824            ! lib/ExtUtils/Embed.t
12825 ____________________________________________________________________________
12826 [ 12731] By: nick                                  on 2001/10/28  11:09:59
12827         Log: Integrate Mainline
12828      Branch: perlio
12829           !> Changes configure.com ext/DB_File/DB_File.pm
12830           !> ext/ODBM_File/ODBM_File.xs ext/Time/HiRes/HiRes.xs
12831           !> ext/threads/shared/shared.xs lib/ExtUtils/xsubpp
12832           !> lib/unicore/Is.pl lib/unicore/mktables makedef.pl op.h
12833           !> patchlevel.h perlio.c pod/perlapi.pod pod/perlfaq4.pod
12834           !> pod/perlhack.pod pod/perltoc.pod pod/perlunicode.pod sv.h
12835           !> t/TEST t/op/regexp.t win32/buildext.pl
12836 ____________________________________________________________________________
12837 [ 12730] By: nick                                  on 2001/10/28  11:05:35
12838         Log: Fixup Embed.t for Win32/VC++
12839      Branch: perlio
12840            ! lib/ExtUtils/Embed.t
12841 ____________________________________________________________________________
12842 [ 12729] By: nick                                  on 2001/10/28  09:36:20
12843         Log: Adapt testcase from Doug Maceachern <dougm@covalent.net> for perlio_destruct
12844              bug as lib/ExtUtils/Embed.t which tests that and some aspects of
12845              ExtUtils::Embed.
12846      Branch: perlio
12847            + lib/ExtUtils/Embed.t
12848            ! MANIFEST
12849 ____________________________________________________________________________
12850 [ 12728] By: sky                                   on 2001/10/28  08:12:53
12851         Log: Change #12726 changed require 5.002 to 5.0 somehow, I know I never changed that
12852              line manually!
12853      Branch: perl
12854            ! lib/ExtUtils/xsubpp
12855 ____________________________________________________________________________
12856 [ 12727] By: sky                                   on 2001/10/28  08:02:09
12857         Log: And here we use the prototypes.
12858      Branch: perl
12859            ! ext/threads/shared/shared.xs
12860 ____________________________________________________________________________
12861 [ 12726] By: sky                                   on 2001/10/28  08:00:48
12862         Log: Support [] style prototypes.
12863      Branch: perl
12864            ! lib/ExtUtils/xsubpp
12865 ____________________________________________________________________________
12866 [ 12725] By: gsar                                  on 2001/10/28  04:49:15
12867         Log: yet another multi-arg system() fix on windows: batch files as the
12868              first argument (i.e. directly executed by CreateProcess()) need
12869              extra quoting to escape shell-shock
12870      Branch: maint-5.6/perl
12871            ! win32/win32.c
12872 ____________________________________________________________________________
12873 [ 12724] By: gsar                                  on 2001/10/28  03:49:31
12874         Log: another multi-arg system() fix on windows: passing empty arguments
12875              now works
12876      Branch: maint-5.6/perl
12877            ! win32/win32.c
12878 ____________________________________________________________________________
12879 [ 12723] By: jhi                                   on 2001/10/28  03:32:32
12880         Log: Explicitly expect only 4 or 8 bytes of PTRSIZE.
12881              No final #else #error because we do not seem to
12882              be using #error?
12883      Branch: perl
12884            ! op.h
12885 ____________________________________________________________________________
12886 [ 12722] By: jhi                                   on 2001/10/28  02:41:04
12887         Log: Subject: [PATCH Perl@12647] Time::HiRes ualarm for VMS without one
12888              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)        
12889              Date: Sat, 27 Oct 2001 23:28:44 EST 
12890              Message-Id: <011027232650.19ae30@DUPHY4.Physics.Drexel.Edu>
12891      Branch: perl
12892            ! ext/Time/HiRes/HiRes.xs
12893 ____________________________________________________________________________
12894 [ 12721] By: jhi                                   on 2001/10/28  01:53:34
12895         Log: Regen perlapi, perltoc.
12896      Branch: perl
12897            ! pod/perlapi.pod pod/perltoc.pod
12898 ____________________________________________________________________________
12899 [ 12720] By: jhi                                   on 2001/10/28  01:30:04
12900         Log: Subject: [PATCH] sv.h documentation
12901              From: Tim Jenness <t.jenness@jach.hawaii.edu>              
12902              Date: Sat, 27 Oct 2001 15:27:41 -1000 (HST) 
12903              Message-ID: <Pine.LNX.4.33.0110271526270.24647-100000@lapaki>
12904      Branch: perl
12905            ! sv.h
12906 ____________________________________________________________________________
12907 [ 12719] By: gsar                                  on 2001/10/27  23:42:51
12908         Log: "nmake clean" fails to clean ext/... because buildext.pl calls
12909              system("nmake -nologo", "clean") and there is no executable
12910              called "nmake -nologo"; this used to "work" pre-change#12559 due
12911              to bugs in multiarg system() that have since been fixed
12912      Branch: perl
12913            ! win32/buildext.pl
12914 ____________________________________________________________________________
12915 [ 12718] By: jhi                                   on 2001/10/27  21:58:35
12916         Log: Update Changes.
12917      Branch: perl
12918            ! Changes patchlevel.h
12919 ____________________________________________________________________________
12920 [ 12717] By: jhi                                   on 2001/10/27  21:54:11
12921         Log: Subject: perlhack.pod addendum for consideration (perlbug mail interface)
12922              From: Richard.Foley@t-online.de (Richard Foley)            
12923              Date: Sun, 28 Oct 2001 00:48:32 +0200
12924              Message-ID: <15xbQQ-1BoWxsC@fwd02.sul.t-online.com>
12925      Branch: perl
12926            ! pod/perlhack.pod
12927 ____________________________________________________________________________
12928 [ 12716] By: jhi                                   on 2001/10/27  21:41:02
12929         Log: Must store pointers with the right width.
12930      Branch: perl
12931            ! op.h
12932 ____________________________________________________________________________
12933 [ 12715] By: jhi                                   on 2001/10/27  21:22:52
12934         Log: Integrate change #12711 from perlio;
12935              
12936              Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
12937              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
12938      Branch: perl
12939           !> perlio.c
12940 ____________________________________________________________________________
12941 [ 12714] By: jhi                                   on 2001/10/27  21:04:59
12942         Log: Subject: [PATCH] make minitest
12943              From: Nicholas Clark <nick@ccl4.org>
12944              Date: Sat, 27 Oct 2001 22:56:16 +0100
12945              Message-ID: <20011027225616.L20275@plum.flirble.org>
12946      Branch: perl
12947            ! t/TEST
12948 ____________________________________________________________________________
12949 [ 12713] By: jhi                                   on 2001/10/27  20:58:33
12950         Log: Patch #12661 missed this.
12951      Branch: perl
12952            ! ext/DB_File/DB_File.pm
12953 ____________________________________________________________________________
12954 [ 12712] By: jhi                                   on 2001/10/27  20:56:38
12955         Log: Subject: [PATCH perl@12696] C RTL awareness update for VMS
12956              From: "Craig A. Berry" <craigberry@mac.com>
12957              Date: Sat, 27 Oct 2001 16:07:47 -0500
12958              Message-Id: <5.1.0.14.2.20011027134037.01bebc60@exchi01>
12959      Branch: perl
12960            ! configure.com perlio.c
12961 ____________________________________________________________________________
12962 [ 12711] By: nick                                  on 2001/10/27  19:49:25
12963         Log: Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
12964              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
12965      Branch: perlio
12966            ! perlio.c
12967 ____________________________________________________________________________
12968 [ 12710] By: jhi                                   on 2001/10/27  17:07:46
12969         Log: Let's not replace reason if there's one already supplied.
12970      Branch: perl
12971            ! t/op/regexp.t
12972 ____________________________________________________________________________
12973 [ 12709] By: jhi                                   on 2001/10/27  17:02:30
12974         Log: is not good.
12975      Branch: perl
12976            ! t/op/regexp.t
12977 ____________________________________________________________________________
12978 [ 12708] By: jhi                                   on 2001/10/27  16:54:07
12979         Log: ldlibpth can exist but be unset.
12980      Branch: perl
12981            ! t/TEST
12982 ____________________________________________________________________________
12983 [ 12707] By: jhi                                   on 2001/10/27  16:47:07
12984         Log: Unicode: property alias naming cleanup.
12985      Branch: perl
12986            ! lib/unicore/Is.pl lib/unicore/mktables pod/perlunicode.pod
12987 ____________________________________________________________________________
12988 [ 12706] By: jhi                                   on 2001/10/27  15:24:06
12989         Log: FAQ sync.
12990      Branch: perl
12991            ! pod/perlfaq4.pod
12992 ____________________________________________________________________________
12993 [ 12705] By: jhi                                   on 2001/10/27  15:23:15
12994         Log: Integrate change #12703 from maintperl;
12995              
12996              typemap stuff intervenes before declaration, move it to PREINIT
12997              section
12998              
12999              (an empty integrate, but now the files are in sync
13000              between the branches)
13001      Branch: perl
13002           !> ext/ODBM_File/ODBM_File.xs
13003 ____________________________________________________________________________
13004 [ 12704] By: jhi                                   on 2001/10/27  15:21:17
13005         Log: More PerlIO symbols.
13006      Branch: perl
13007            ! makedef.pl
13008 ____________________________________________________________________________
13009 [ 12703] By: gsar                                  on 2001/10/27  15:12:54
13010         Log: typemap stuff intervenes before declaration, move it to PREINIT
13011              section
13012      Branch: maint-5.6/perl
13013            ! ext/ODBM_File/ODBM_File.xs
13014 ____________________________________________________________________________
13015 [ 12702] By: nick                                  on 2001/10/27  14:09:35
13016         Log: Integrate mainline
13017      Branch: perlio
13018           +> ext/threads/shared/t/av_simple.t
13019           +> ext/threads/shared/t/hv_refs.t
13020           +> ext/threads/shared/t/hv_simple.t lib/unicore/To/Fold.pl
13021           !> (integrate 109 files)
13022 ____________________________________________________________________________
13023 [ 12700] By: ams                                   on 2001/10/26  21:22:23
13024         Log: Subject: [PATCH] tweak divide
13025              From: Nicholas Clark <nick@ccl4.org>
13026              Date: Fri, 26 Oct 2001 22:52:17 +0100
13027              Message-Id: <20011026225217.B20275@plum.flirble.org>
13028      Branch: perl
13029            ! pp.c
13030 ____________________________________________________________________________
13031 [ 12699] By: pudge                                 on 2001/10/26  20:49:00
13032         Log: Integrate a buncha things from maintperl.
13033      Branch: maint-5.6/macperl
13034           !> (integrate 32 files)
13035 ____________________________________________________________________________
13036 [ 12698] By: jhi                                   on 2001/10/26  19:13:24
13037         Log: Subject: [PATCH] Re: DynaLoader problem on NCR SVR4 box
13038              From: Andy Dougherty <doughera@lafayette.edu>
13039              Date: Fri, 26 Oct 2001 14:36:29 -0400 (EDT)
13040              Message-ID: <Pine.SOL.4.10.10110261434280.23229-100000@maxwell.phys.lafayette.edu>
13041      Branch: perl
13042            ! hints/svr4.sh
13043 ____________________________________________________________________________
13044 [ 12697] By: jhi                                   on 2001/10/26  18:42:58
13045         Log: When you're root, many things become writable.
13046      Branch: perl
13047            ! lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
13048 ____________________________________________________________________________
13049 [ 12696] By: jhi                                   on 2001/10/26  15:52:58
13050         Log: Update Changes.
13051      Branch: perl
13052            ! Changes patchlevel.h
13053 ____________________________________________________________________________
13054 [ 12695] By: gsar                                  on 2001/10/26  15:34:31
13055         Log: Term/Cap.t attempts to access the floppy drive for no good reason
13056              on dosish systems
13057      Branch: perl
13058            ! lib/Term/Cap.t
13059 ____________________________________________________________________________
13060 [ 12694] By: gsar                                  on 2001/10/26  15:15:16
13061         Log: fix misleading comment on known inadequacy in B::Terse, and skip
13062              it correctly
13063      Branch: perl
13064            ! ext/B/t/terse.t
13065 ____________________________________________________________________________
13066 [ 12693] By: gsar                                  on 2001/10/26  14:53:56
13067         Log: fix spurious AutoSplit.t failure under windows
13068      Branch: perl
13069            ! lib/AutoSplit.t
13070 ____________________________________________________________________________
13071 [ 12692] By: gsar                                  on 2001/10/26  14:39:06
13072         Log: Time::HiRes::alarm() ain't gonna work either if ualarm() ain't
13073      Branch: perl
13074            ! ext/Time/HiRes/HiRes.t
13075 ____________________________________________________________________________
13076 [ 12691] By: jhi                                   on 2001/10/26  14:34:15
13077         Log: More logical to use %04"UVXf" than %"UVuf" since
13078              the Unicode standard prefers hex.
13079      Branch: perl
13080            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
13081            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
13082            ! lib/unicore/mktables utf8.c
13083 ____________________________________________________________________________
13084 [ 12690] By: gsar                                  on 2001/10/26  14:15:55
13085         Log: change#12065 seems to have broken Encode build on windows; fix
13086      Branch: perl
13087            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
13088 ____________________________________________________________________________
13089 [ 12689] By: jhi                                   on 2001/10/26  14:12:04
13090         Log: Unicode: add the case folding table.
13091      Branch: perl
13092            + lib/unicore/To/Fold.pl
13093            ! MANIFEST lib/unicore/mktables
13094 ____________________________________________________________________________
13095 [ 12688] By: sky                                   on 2001/10/26  13:51:29
13096         Log: Get the new functions right, do not export lock since we use builtin lock.
13097              TODO: fix xsubpp to support the new prototypes
13098      Branch: perl
13099            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
13100 ____________________________________________________________________________
13101 [ 12687] By: jhi                                   on 2001/10/26  13:43:03
13102         Log: USE_ENVIRON_ARRAY instead of !MACOS_TRADITIONAL,
13103              as suggested by Sarathy.
13104      Branch: perl
13105            ! mg.c
13106 ____________________________________________________________________________
13107 [ 12686] By: gsar                                  on 2001/10/26  13:39:52
13108         Log: avoid compiler warning
13109      Branch: perl
13110            ! win32/win32.c
13111 ____________________________________________________________________________
13112 [ 12685] By: jhi                                   on 2001/10/26  13:39:12
13113         Log: WinCE update from Rainer Keuchel.
13114      Branch: perl
13115            ! perl.h wince/Makefile.ce wince/config.ce wince/perldll.def
13116            ! wince/wince.c
13117 ____________________________________________________________________________
13118 [ 12684] By: sky                                   on 2001/10/26  13:34:33
13119         Log: And then finally cond_wait cond_signal and cond_broadcast are now implmented.
13120      Branch: perl
13121            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
13122 ____________________________________________________________________________
13123 [ 12683] By: gbarr                                 on 2001/10/26  13:32:47
13124         Log: More fixes that were made to the core and not in the libnet src
13125      Branch: perl
13126            ! lib/Net/Domain.pm
13127 ____________________________________________________________________________
13128 [ 12682] By: jhi                                   on 2001/10/26  13:31:10
13129         Log: Subject: Re: DB_File-1.79 on Cygwin 1.3.3
13130              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>    
13131              Date: Fri, 26 Oct 2001 13:55:21 +0200
13132              Message-Id: <20011026135017.F575.H.M.BRAND@hccnet.nl>
13133              
13134              (plus make the db-recno.t#59 accept both \n and \r\n)
13135      Branch: perl
13136            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
13137            ! ext/DB_File/t/db-recno.t
13138 ____________________________________________________________________________
13139 [ 12681] By: gbarr                                 on 2001/10/26  13:22:38
13140         Log: Fix tests to be able to run in the core and the CPAN dist
13141      Branch: perl
13142            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
13143            ! lib/Net/t/require.t lib/Net/t/smtp.t
13144 ____________________________________________________________________________
13145 [ 12680] By: jhi                                   on 2001/10/26  13:16:03
13146         Log: Subject: Re: perl@12605 on VMS, [minor PATCH enclosed]
13147              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
13148              Message-Id: <011026081912.dc29b@DUPHY4.Physics.Drexel.Edu>
13149              Date: Fri, 26 Oct 2001 08:34:46 EDT
13150      Branch: perl
13151            ! ext/Time/HiRes/HiRes.t
13152 ____________________________________________________________________________
13153 [ 12679] By: gbarr                                 on 2001/10/26  13:11:00
13154         Log: Sync libnet modules with what will be libnet-1.08
13155      Branch: perl
13156            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
13157            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/I.pm
13158            ! lib/Net/Netrc.pm lib/Net/SMTP.pm lib/Net/t/ftp.t
13159            ! lib/Net/t/hostname.t lib/Net/t/nntp.t lib/Net/t/smtp.t
13160 ____________________________________________________________________________
13161 [ 12678] By: jhi                                   on 2001/10/26  13:03:01
13162         Log: Integrate maintperl changes #12268 and #12669;
13163              
13164              final touches to the audit for statics and thread-unsafe code
13165              * make DB_File, ODBM_File thread-safe 
13166              * remove unnecessary/dangerous statics and protect others
13167              from not getting accidentally enabled under threaded perls
13168              
13169              windows support functions get_childdir() et al aren't exported
13170              correctly under vanilla build
13171              
13172              Testing under win32 appreciated since changes there had
13173              to be manually merged and I cannot test how badly did I do.
13174      Branch: perl
13175           !> ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
13176           !> ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
13177           !> gv.c iperlsys.h makedef.pl mg.c op.c scope.c toke.c util.c
13178           !> win32/vmem.h win32/win32.c win32/win32iop.h
13179 ____________________________________________________________________________
13180 [ 12677] By: sky                                   on 2001/10/26  12:37:17
13181         Log: More Config::threads to threads::threads changes
13182      Branch: perl
13183            ! ext/threads/shared/shared.pm ext/threads/t/basic.t
13184 ____________________________________________________________________________
13185 [ 12676] By: sky                                   on 2001/10/26  12:31:46
13186         Log: Make new() work exactly like create(). Move from Config::threads to threads::threads
13187      Branch: perl
13188            ! ext/threads/threads.pm ext/threads/threads.xs
13189 ____________________________________________________________________________
13190 [ 12675] By: sky                                   on 2001/10/26  12:06:30
13191         Log: Allocing a TLS in runtime is not too hot.
13192      Branch: perl
13193            ! ext/threads/threads.xs
13194 ____________________________________________________________________________
13195 [ 12674] By: sky                                   on 2001/10/26  11:59:09
13196         Log: Don't display debug data.
13197      Branch: perl
13198            ! ext/threads/threads.pm
13199 ____________________________________________________________________________
13200 [ 12673] By: sky                                   on 2001/10/26  11:35:47
13201         Log: Extend support of change #12672 to support arrays and hashes. Shared reference support is
13202              complete bar support for blessed objects.
13203              TODO: tests for shared arrays and more hv reference tests. Also a complex test testing all types intermixed.
13204      Branch: perl
13205            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
13206 ____________________________________________________________________________
13207 [ 12672] By: sky                                   on 2001/10/26  11:15:28
13208         Log: Fix case where shared reference does not exist in current thread.
13209      Branch: perl
13210            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
13211 ____________________________________________________________________________
13212 [ 12671] By: sky                                   on 2001/10/26  08:48:52
13213         Log: Support for references in shared arrays.
13214      Branch: perl
13215            ! ext/threads/shared/shared.xs
13216 ____________________________________________________________________________
13217 [ 12670] By: sky                                   on 2001/10/26  08:30:11
13218         Log: Add tests for references in hashes.
13219      Branch: perl
13220            + ext/threads/shared/t/hv_refs.t
13221            ! MANIFEST
13222 ____________________________________________________________________________
13223 [ 12669] By: gsar                                  on 2001/10/26  06:07:10
13224         Log: windows support functions get_childdir() et al aren't exported
13225              correctly under vanilla build
13226      Branch: maint-5.6/perl
13227            ! iperlsys.h makedef.pl mg.c win32/win32.c win32/win32iop.h
13228 ____________________________________________________________________________
13229 [ 12668] By: gsar                                  on 2001/10/26  03:52:12
13230         Log: final touches to the audit for statics and thread-unsafe code
13231              * make DB_File, ODBM_File thread-safe 
13232              * remove unnecessary/dangerous statics and protect others
13233              from not getting accidentally enabled under threaded perls
13234      Branch: maint-5.6/perl
13235            ! ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
13236            ! ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
13237            ! gv.c mg.c op.c scope.c toke.c util.c win32/vmem.h
13238            ! win32/win32.c
13239 ____________________________________________________________________________
13240 [ 12667] By: ams                                   on 2001/10/26  03:48:36
13241         Log: Subject: [PATCH] Fix sharedsv.c compile-time warnings.
13242              From: "Richard Soderberg" <rs@crystalflame.net>
13243              Date: Thu, 25 Oct 2001 23:42:50 -0400
13244              Message-Id: <NAEKLNAAHLMBPMPNBMLEKEJCEAAA.rs@crystalflame.net>
13245      Branch: perl
13246            ! sharedsv.c
13247 ____________________________________________________________________________
13248 [ 12666] By: jhi                                   on 2001/10/26  02:07:17
13249         Log: Integrate change #12664 from maintperl;
13250              
13251              the newest GCCs don't seem to like C<"string1"##STRING2>
13252              so keep it as C<"string1" STRING2> (latter appears to
13253              work everywhere)
13254      Branch: perl
13255           !> ext/DynaLoader/dlutils.c
13256 ____________________________________________________________________________
13257 [ 12665] By: jhi                                   on 2001/10/26  02:04:29
13258         Log: Subject: [PATCH] perl.h for Mac OS (Classic)
13259              From: Chris Nandor <pudge@pobox.com>
13260              Date: Thu, 25 Oct 2001 22:15:03 -0400
13261              Message-Id: <p0510030db7fe771a5a34@[10.0.1.177]>
13262      Branch: perl
13263            ! perl.h
13264 ____________________________________________________________________________
13265 [ 12664] By: gsar                                  on 2001/10/26  00:22:35
13266         Log: the newest GCCs don't seem to like C<"string1"##STRING2> so keep it as
13267              C<"string1" STRING2> (latter appears to work everywhere)
13268      Branch: maint-5.6/perl
13269            ! ext/DynaLoader/dlutils.c
13270 ____________________________________________________________________________
13271 [ 12663] By: jhi                                   on 2001/10/25  22:59:44
13272         Log: AUTHORS update.
13273      Branch: perl
13274            ! AUTHORS
13275 ____________________________________________________________________________
13276 [ 12662] By: jhi                                   on 2001/10/25  22:50:41
13277         Log: Integrate change #12660 from maintperl;
13278              
13279              make the dMY_CXT stuff available under all of
13280              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
13281      Branch: perl
13282           !> perl.h
13283 ____________________________________________________________________________
13284 [ 12661] By: jhi                                   on 2001/10/25  22:47:28
13285         Log: Subject: [PATCH] DB_File-1.79
13286              From: "Paul Marquess" <paul.marquess@openwave.com>
13287              Date: Fri, 26 Oct 2001 00:03:54 +0100
13288              Message-ID: <AIEAJICLCBDNAAOLLOKLAEELDDAA.paul.marquess@openwave.com>
13289      Branch: perl
13290            ! ext/DB_File/Changes ext/DB_File/DB_File.xs
13291            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
13292 ____________________________________________________________________________
13293 [ 12660] By: gsar                                  on 2001/10/25  22:44:44
13294         Log: make the dMY_CXT stuff available under all of
13295              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
13296      Branch: maint-5.6/perl
13297            ! perl.h
13298 ____________________________________________________________________________
13299 [ 12659] By: jhi                                   on 2001/10/25  21:27:23
13300         Log: Subject: [PATCH t/run/killperl.t] Re: [ID 20011025.054] Segmentation fault when using the function read not correctly
13301              From: Michael G Schwern <schwern@pobox.com>
13302              Date: Thu, 25 Oct 2001 18:28:12 -0400
13303              Message-ID: <20011025182812.M4811@blackrider>
13304      Branch: perl
13305            ! t/run/kill_perl.t
13306 ____________________________________________________________________________
13307 [ 12658] By: jhi                                   on 2001/10/25  20:54:58
13308         Log: STRLEN != int.
13309      Branch: perl
13310            ! regcomp.c regexec.c
13311 ____________________________________________________________________________
13312 [ 12657] By: jhi                                   on 2001/10/25  20:51:44
13313         Log: Subject: [PATCH] remove small IVop redundancy
13314              From: Nicholas Clark <nick@ccl4.org>
13315              Date: Thu, 25 Oct 2001 22:48:28 +0100
13316              Message-ID: <20011025224827.M66471@plum.flirble.org>
13317      Branch: perl
13318            ! pp.c pp_hot.c
13319 ____________________________________________________________________________
13320 [ 12656] By: jhi                                   on 2001/10/25  18:45:52
13321         Log: Metaconfig unit change for #12655.
13322      Branch: metaconfig/U/perl
13323            ! Extensions.U
13324 ____________________________________________________________________________
13325 [ 12655] By: jhi                                   on 2001/10/25  18:45:18
13326         Log: Subject: Re: Not OK @12650
13327              From: Andy Dougherty <doughera@lafayette.edu>
13328              Date: Thu, 25 Oct 2001 15:34:02 -0400 (EDT)
13329              Message-ID: <Pine.SOL.4.10.10110251520300.22317-100000@maxwell.phys.lafayette.edu>
13330      Branch: perl
13331            ! Configure
13332 ____________________________________________________________________________
13333 [ 12654] By: jhi                                   on 2001/10/25  18:07:58
13334         Log: Integrate changes #12652 and #12653 from maintperl;
13335              
13336              more tweaks to change#12626
13337              * move the boilerplate code over to perl.h and make DynaLoader
13338              use it
13339              * make re, Opcode, File::Glob and B threadsafe
13340              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
13341              C<no re;> anywhere)
13342              
13343              include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
13344              
13345              File::Glob required a bit more work in bleadperl
13346              because of ExtUtils::Constant (see the Makefile.PL change)
13347      Branch: perl
13348            ! ext/File/Glob/Glob.pm ext/File/Glob/Makefile.PL
13349           !> ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
13350           !> ext/Opcode/Opcode.xs ext/re/re.xs perl.h
13351 ____________________________________________________________________________
13352 [ 12653] By: gsar                                  on 2001/10/25  17:23:52
13353         Log: include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
13354      Branch: maint-5.6/perl
13355            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
13356            ! ext/Opcode/Opcode.xs ext/re/re.xs
13357 ____________________________________________________________________________
13358 [ 12652] By: gsar                                  on 2001/10/25  16:46:44
13359         Log: more tweaks to change#12626
13360              * move the boilerplate code over to perl.h and make DynaLoader
13361              use it
13362              * make re, Opcode, File::Glob and B threadsafe
13363              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
13364              C<no re;> anywhere)
13365      Branch: maint-5.6/perl
13366            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
13367            ! ext/Opcode/Opcode.xs ext/re/re.xs perl.h
13368 ____________________________________________________________________________
13369 [ 12651] By: jhi                                   on 2001/10/25  16:35:51
13370         Log: Metaconfig unit change for #12650.
13371      Branch: metaconfig/U/perl
13372            ! Extensions.U
13373 ____________________________________________________________________________
13374 [ 12650] By: jhi                                   on 2001/10/25  16:35:34
13375         Log: Subject: Re: ithreads doesn't like usedl=n
13376              From: Andy Dougherty <doughera@lafayette.edu>
13377              Date: Thu, 25 Oct 2001 13:16:00 -0400 (EDT)
13378              Message-ID: <Pine.SOL.4.10.10110251312200.22183-100000@maxwell.phys.lafayette.edu>
13379              
13380              Special-case threads::shared.
13381      Branch: perl
13382            ! Configure
13383 ____________________________________________________________________________
13384 [ 12649] By: jhi                                   on 2001/10/25  16:21:35
13385         Log: Getting fancier...
13386      Branch: perl
13387            ! t/TEST
13388 ____________________________________________________________________________
13389 [ 12648] By: jhi                                   on 2001/10/25  14:26:20
13390         Log: csh - what a pain.
13391      Branch: perl
13392            ! t/TEST
13393 ____________________________________________________________________________
13394 [ 12647] By: jhi                                   on 2001/10/25  14:04:01
13395         Log: Update Changes.
13396      Branch: perl
13397            ! Changes patchlevel.h
13398 ____________________________________________________________________________
13399 [ 12646] By: jhi                                   on 2001/10/25  13:34:19
13400         Log: Allow resetting the locale system for the duration
13401              of the build (Mac OS X default setting LANG=En_US
13402              ist kaputt)
13403      Branch: perl
13404            ! Makefile.SH
13405 ____________________________________________________________________________
13406 [ 12645] By: jhi                                   on 2001/10/25  13:04:17
13407         Log: Update the MD5 checksum of MD5.xs (caused by #12642)
13408      Branch: perl
13409            ! ext/Digest/MD5/t/files.t
13410 ____________________________________________________________________________
13411 [ 12644] By: jhi                                   on 2001/10/25  12:56:33
13412         Log: Subject: [PATCH] Omit needless calls to pod2man (perl@12641)
13413              From: Andy Dougherty <doughera@lafayette.edu>
13414              Date: Thu, 25 Oct 2001 09:56:57 -0400 (EDT) 
13415              Message-ID: <Pine.SOL.4.10.10110250955390.18833-100000@maxwell.phys.lafayette.edu>
13416      Branch: perl
13417            ! ext/I18N/Langinfo/Makefile.PL ext/threads/Makefile.PL
13418            ! ext/threads/shared/Makefile.PL
13419 ____________________________________________________________________________
13420 [ 12643] By: sky                                   on 2001/10/25  12:28:26
13421         Log: Add support for reference members of hashes.
13422      Branch: perl
13423            ! ext/threads/shared/shared.xs
13424 ____________________________________________________________________________
13425 [ 12642] By: ams                                   on 2001/10/25  12:21:13
13426         Log: Subject: [PATCH] ext/Digest/MD5/MD5.xs RFC typo
13427              From: "Norton Allen" <nort@qnx.com>
13428              Date: Thu, 25 Oct 2001 08:53:56 -0400 (edt)
13429              Message-Id: <200110251253.IAA180600866@rosamund.arp.harvard.edu>
13430      Branch: perl
13431            ! ext/Digest/MD5/MD5.xs
13432 ____________________________________________________________________________
13433 [ 12641] By: sky                                   on 2001/10/25  10:27:39
13434         Log: Tests shared hashes.
13435      Branch: perl
13436            + ext/threads/shared/t/hv_simple.t
13437            ! MANIFEST
13438 ____________________________________________________________________________
13439 [ 12640] By: sky                                   on 2001/10/25  10:18:23
13440         Log: Fix threadcounts for arrays and hashes.
13441      Branch: perl
13442            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
13443 ____________________________________________________________________________
13444 [ 12639] By: sky                                   on 2001/10/25  10:17:26
13445         Log: Note to self, doing *src_ary++ in a macro that evaluates
13446              the value more than once is a good way to dump core.
13447      Branch: perl
13448            ! sharedsv.c
13449 ____________________________________________________________________________
13450 [ 12638] By: jhi                                   on 2001/10/25  05:18:06
13451         Log: Integrate change #12636 from maintperl; more dl fixups.
13452      Branch: perl
13453           !> ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
13454           !> ext/DynaLoader/dl_vms.xs
13455 ____________________________________________________________________________
13456 [ 12637] By: jhi                                   on 2001/10/25  05:14:17
13457         Log: Like dl_hpux, like dl_dld.
13458      Branch: perl
13459            ! ext/DynaLoader/dl_dld.xs
13460 ____________________________________________________________________________
13461 [ 12636] By: gsar                                  on 2001/10/25  02:34:06
13462         Log: followups to change#12635
13463      Branch: maint-5.6/perl
13464            ! ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
13465            ! ext/DynaLoader/dl_vms.xs
13466 ____________________________________________________________________________
13467 [ 12635] By: gsar                                  on 2001/10/25  02:22:03
13468         Log: add part of change#12634 to the two files that need it; dl_aix.xs
13469              in maint-5.6 doesn't have the branch that had the problem in
13470              mainline
13471      Branch: maint-5.6/perl
13472            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs
13473 ____________________________________________________________________________
13474 [ 12634] By: jhi                                   on 2001/10/25  01:53:03
13475         Log: Fixes for #12627.
13476      Branch: perl
13477            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_hpux.xs
13478 ____________________________________________________________________________
13479 [ 12633] By: jhi                                   on 2001/10/25  01:52:33
13480         Log: Since pv_uni_display and sv_uni_display are now used
13481              in the re extension, their symbols have to be exported.
13482      Branch: perl
13483            ! embed.pl global.sym
13484 ____________________________________________________________________________
13485 [ 12632] By: jhi                                   on 2001/10/25  01:00:06
13486         Log: Subject:  Re: [PATCH Perl@12567] debug /list
13487              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
13488              Date: Tue, 23 Oct 2001 21:40:33 EDT
13489              Message-Id: <011023214011.184825@DUPHY4.Physics.Drexel.Edu>
13490      Branch: perl
13491            ! configure.com
13492 ____________________________________________________________________________
13493 [ 12631] By: jhi                                   on 2001/10/25  00:25:55
13494         Log: This takes care of some of the re 'debug' cases but
13495              not all cases since the information whether the pattern
13496              or the target are utf8 seems to be either lost or not
13497              spread widely enough, sigh.
13498      Branch: perl
13499            ! regcomp.c
13500 ____________________________________________________________________________
13501 [ 12630] By: jhi                                   on 2001/10/25  00:03:07
13502         Log: Subject: [PATCH] - was RE: [PATCH perl@12443] VMS64-bitconfigure
13503              From: John Peacock <jpeacock@rowman.com>
13504              Date: Wed, 24 Oct 2001 16:53:29 -0400
13505              Message-ID: <3BD72A49.1508D152@rowman.com>
13506      Branch: perl
13507            ! configure.com
13508 ____________________________________________________________________________
13509 [ 12629] By: jhi                                   on 2001/10/24  23:16:21
13510         Log: Upgrade NetWare and WinCE as in #12626.
13511      Branch: perl
13512            ! NetWare/dl_netware.xs wince/dl_win32.xs
13513 ____________________________________________________________________________
13514 [ 12628] By: jhi                                   on 2001/10/24  23:07:00
13515         Log: Tru64 compiler nit.
13516      Branch: perl
13517            ! ext/threads/shared/shared.xs
13518 ____________________________________________________________________________
13519 [ 12627] By: jhi                                   on 2001/10/24  22:02:23
13520         Log: Integrate change #12626 from maintperl;
13521              make DynaLoader threadsafe by moving all statics into
13522              interpreter-local space
13523              
13524              TODO: Netware, OS/2, WinCE
13525      Branch: perl
13526           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
13527           !> ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
13528           !> ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
13529           !> ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
13530           !> ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
13531           !> ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
13532           !> ext/DynaLoader/dlutils.c win32/dl_win32.xs
13533 ____________________________________________________________________________
13534 [ 12626] By: gsar                                  on 2001/10/24  21:43:10
13535         Log: make DynaLoader threadsafe by moving all statics into interpreter-local
13536              space
13537      Branch: maint-5.6/perl
13538            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
13539            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
13540            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
13541            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
13542            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
13543            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
13544            ! ext/DynaLoader/dlutils.c win32/dl_win32.xs
13545 ____________________________________________________________________________
13546 [ 12625] By: sky                                   on 2001/10/24  20:05:26
13547         Log: Change #12623 inflicted an infinite hang. Fixed.
13548      Branch: perl
13549            ! ext/threads/shared/shared.xs
13550 ____________________________________________________________________________
13551 [ 12624] By: sky                                   on 2001/10/24  19:06:55
13552         Log: Adds support for hashes. Neither hashes nor arrays can contain references yet.
13553      Branch: perl
13554            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
13555 ____________________________________________________________________________
13556 [ 12623] By: sky                                   on 2001/10/24  18:06:34
13557         Log: We need to do sharedsv_find in the original perl context.
13558      Branch: perl
13559            ! ext/threads/shared/shared.xs
13560 ____________________________________________________________________________
13561 [ 12622] By: sky                                   on 2001/10/24  17:26:51
13562         Log: Add support for basic support for AVs, references not supported yet.
13563              Add test for AVs.
13564              Add more tests to sv_refs
13565              Fix documentation issues.  
13566      Branch: perl
13567            + ext/threads/shared/t/av_simple.t
13568            ! MANIFEST ext/threads/shared/shared.pm
13569            ! ext/threads/shared/shared.xs ext/threads/shared/t/sv_refs.t
13570 ____________________________________________________________________________
13571 [ 12621] By: jhi                                   on 2001/10/24  14:08:39
13572         Log: Dump Unicode better for re 'debug'.  The regprop()
13573              is unfinished since have to figure out how to detect
13574              Unicodeness in there.
13575      Branch: perl
13576            ! regcomp.c regexec.c
13577 ____________________________________________________________________________
13578 [ 12620] By: sky                                   on 2001/10/24  13:18:07
13579         Log: Add support for finding shared arrays and hashes.
13580      Branch: perl
13581            ! sharedsv.c
13582 ____________________________________________________________________________
13583 [ 12619] By: jhi                                   on 2001/10/24  13:06:24
13584         Log: Rewrite sv_uni_display() as pv_uni_display() as
13585              reimplement sv_uni_display() using that.
13586      Branch: perl
13587            ! dump.c embed.h embed.pl proto.h
13588 ____________________________________________________________________________
13589 [ 12618] By: jhi                                   on 2001/10/24  12:14:03
13590         Log: Integrate change #12615 from maintperl;
13591              on Windows, IO::File::new_tmpfile() fails after being called
13592              32767 times because MSVCRT thinks stdio's TMP_MAX is a
13593              process-wide limit
13594      Branch: perl
13595           !> win32/win32.c
13596 ____________________________________________________________________________
13597 [ 12617] By: jhi                                   on 2001/10/24  12:10:37
13598         Log: Don't try to print ints as IVs.
13599      Branch: perl
13600            ! ext/Time/HiRes/HiRes.xs
13601 ____________________________________________________________________________
13602 [ 12616] By: sky                                   on 2001/10/24  11:06:35
13603         Log: We only need to fetch the SV from the backend if the index
13604              is not the same as mg_private.     In theory this could be
13605              a problem if there are an exact multiple of U16 changes
13606              of a shared variable between two access in a given thread,
13607              we choose to avoid theory for now.
13608      Branch: perl
13609            ! ext/threads/shared/shared.xs sharedsv.c sharedsv.h
13610 ____________________________________________________________________________
13611 [ 12615] By: gsar                                  on 2001/10/24  04:09:43
13612         Log: on Windows, IO::File::new_tmpfile() fails after being called
13613              32767 times because MSVCRT thinks stdio's TMP_MAX is a
13614              process-wide limit
13615      Branch: maint-5.6/perl
13616            ! win32/win32.c
13617 ____________________________________________________________________________
13618 [ 12614] By: jhi                                   on 2001/10/23  22:19:34
13619         Log: Negation and Unicode: sort of solves 20010303.010,
13620              except not quite like reported in the Subject
13621              (Perl_warner is still utf8-ignorant).
13622      Branch: perl
13623            ! pp.c t/lib/warnings/sv
13624 ____________________________________________________________________________
13625 [ 12613] By: jhi                                   on 2001/10/23  21:53:13
13626         Log: Make the "isn't numeric" warning to show Unicode as Unicode.
13627      Branch: perl
13628            ! sv.c t/lib/warnings/sv
13629 ____________________________________________________________________________
13630 [ 12612] By: jhi                                   on 2001/10/23  21:52:45
13631         Log: sv_uni_display(): do not add the "...", let the caller
13632              do it if wanted, and be prepared for more display options.
13633      Branch: perl
13634            ! dump.c embed.h embed.pl proto.h
13635 ____________________________________________________________________________
13636 [ 12611] By: nick                                  on 2001/10/23  20:28:07
13637         Log: Integrate mainline
13638      Branch: perlio
13639           !> Changes configure.com cygwin/cygwin.c
13640           !> ext/DynaLoader/DynaLoader_pm.PL ext/File/Glob/t/basic.t
13641           !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs lib/AutoSplit.t
13642           !> lib/File/Spec.t lib/File/Spec/Mac.pm lib/File/Spec/Win32.pm
13643           !> lib/Net/Domain.pm patchlevel.h perl.c perlio.c
13644           !> pod/perlunicode.pod pp.c t/TEST t/op/lc.t t/op/taint.t
13645           !> utils/h2xs.PL utils/perldoc.PL
13646 ____________________________________________________________________________
13647 [ 12610] By: sky                                   on 2001/10/23  19:39:24
13648         Log: Change #12607 introduced a bug, seems like some MAGICAL SVs
13649              don't call themselves READONLY but still die with modification
13650              attempt. We only call bless for ext and umagic.
13651      Branch: perl
13652            ! sv.c
13653 ____________________________________________________________________________
13654 [ 12609] By: jhi                                   on 2001/10/23  19:35:02
13655         Log: Croak() on negative time; doc tweaks.
13656      Branch: perl
13657            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
13658            ! ext/Time/HiRes/HiRes.xs
13659 ____________________________________________________________________________
13660 [ 12608] By: jhi                                   on 2001/10/23  18:38:03
13661         Log: FAQ sync.
13662      Branch: perl
13663            ! pod/perlfaq4.pod pod/perlfaq7.pod
13664 ____________________________________________________________________________
13665 [ 12607] By: sky                                   on 2001/10/23  18:27:27
13666         Log: Call setmagic on the referent we are blessing.
13667      Branch: perl
13668            ! sv.c
13669 ____________________________________________________________________________
13670 [ 12606] By: jhi                                   on 2001/10/23  16:30:00
13671         Log: Small test nits.
13672      Branch: perl
13673            ! t/op/lc.t
13674 ____________________________________________________________________________
13675 [ 12605] By: jhi                                   on 2001/10/23  13:08:32
13676         Log: Update Changes.
13677      Branch: perl
13678            ! Changes patchlevel.h
13679 ____________________________________________________________________________
13680 [ 12604] By: jhi                                   on 2001/10/23  13:03:21
13681         Log: Make the PerlIO_init() prototypes consistent.
13682      Branch: perl
13683            ! perlio.c
13684 ____________________________________________________________________________
13685 [ 12603] By: jhi                                   on 2001/10/23  12:54:52
13686         Log: Upping the test count is a good idea.
13687      Branch: perl
13688            ! t/op/lc.t
13689 ____________________________________________________________________________
13690 [ 12602] By: jhi                                   on 2001/10/23  12:52:10
13691         Log: Document the final sigma spot.
13692      Branch: perl
13693            ! pp.c
13694 ____________________________________________________________________________
13695 [ 12601] By: jhi                                   on 2001/10/23  12:26:12
13696         Log: Fix multicharacter titlecase (ucfirst).
13697      Branch: perl
13698            ! pod/perlunicode.pod pp.c t/op/lc.t
13699 ____________________________________________________________________________
13700 [ 12600] By: jhi                                   on 2001/10/23  11:47:19
13701         Log: Subject: [PATCH 5.6.1 perldoc] one more touch on File::Temp
13702              From: Mikhail Zabaluev <mhz@alt-linux.org>
13703              Date: Tue, 23 Oct 2001 10:40:37 +0400
13704              Message-ID: <20011023104037.A12761@localhost.localdomain>
13705              
13706              (#12406 replaced with this)
13707      Branch: perl
13708            ! utils/perldoc.PL
13709 ____________________________________________________________________________
13710 [ 12599] By: jhi                                   on 2001/10/23  00:26:17
13711         Log: MacOS Classic updates from Pudge.
13712      Branch: perl
13713            ! lib/File/Spec.t lib/File/Spec/Mac.pm
13714 ____________________________________________________________________________
13715 [ 12598] By: jhi                                   on 2001/10/22  22:32:59
13716         Log: Subject: [PATCH bleadperl] AutoSplit.t now passes (partialy) on Win32
13717              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
13718              Date: Sun, 14 Oct 2001 23:14:46 +0200
13719              Message-ID: <265984377.20011014231446@tesla.rcub.bg.ac.yu>
13720              
13721              except for the 2->4 changes.
13722      Branch: perl
13723            ! lib/AutoSplit.t
13724 ____________________________________________________________________________
13725 [ 12597] By: gsar                                  on 2001/10/22  22:02:50
13726         Log: integrate macperl contents into maint-5.6
13727      Branch: maint-5.6/perl
13728            ! mg.c
13729           !> AUTHORS README.macos ext/DynaLoader/DynaLoader_pm.PL
13730           !> ext/DynaLoader/dl_mac.xs lib/File/Find.pm lib/File/Spec.pm
13731           !> lib/File/Spec/Epoc.pm lib/File/Spec/Functions.pm
13732           !> lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
13733           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm lib/File/Temp.pm
13734           !> perl.c perl.h pod/perlport.pod t/lib/filefind-taint.t
13735           !> t/lib/filefind.t t/lib/filespec.t
13736 ____________________________________________________________________________
13737 [ 12596] By: jhi                                   on 2001/10/22  21:43:44
13738         Log: At some point the #6234 has been lost from the mainline
13739              (noticed by Pudge; what's a Mac guy doing reading Win modules? :-)
13740      Branch: perl
13741            ! lib/File/Spec/Win32.pm
13742 ____________________________________________________________________________
13743 [ 12595] By: jhi                                   on 2001/10/22  21:31:31
13744         Log: Cygwin seems to round up (or closest, but not down)
13745              for time(), so half of the time (bad pun intended)
13746              Time::HiRes::time() is less than time(), half of
13747              the time it's more.  So let's try harder in the loop.
13748      Branch: perl
13749            ! ext/Time/HiRes/HiRes.t
13750 ____________________________________________________________________________
13751 [ 12594] By: jhi                                   on 2001/10/22  21:23:15
13752         Log: MacOS Classic timeofday(), from Chris Nandor. 
13753      Branch: perl
13754            ! ext/Time/HiRes/HiRes.xs
13755 ____________________________________________________________________________
13756 [ 12593] By: jhi                                   on 2001/10/22  21:17:39
13757         Log: Integrate changes #12580 and #12581 from macperl;
13758              
13759              Fix path construction.
13760              
13761              (Copyright) Nit.
13762      Branch: perl
13763           !> ext/DynaLoader/DynaLoader_pm.PL perl.c
13764 ____________________________________________________________________________
13765 [ 12592] By: jhi                                   on 2001/10/22  21:00:18
13766         Log: No domainname(1) in Cygwin, either, and the 2>/dev/null
13767              doesn't seem to help (the error being output to console, maybe?)
13768      Branch: perl
13769            ! lib/Net/Domain.pm
13770 ____________________________________________________________________________
13771 [ 12591] By: jhi                                   on 2001/10/22  20:55:08
13772         Log: Taint the getcwd() result also in Cygwin.
13773              (TODO: which other platforms need the same thing?)
13774      Branch: perl
13775            ! cygwin/cygwin.c
13776 ____________________________________________________________________________
13777 [ 12590] By: jhi                                   on 2001/10/22  20:27:47
13778         Log: Pretty hard for eval { setpwent(); getpwent(); 1 } to return false.
13779      Branch: perl
13780            ! t/op/taint.t
13781 ____________________________________________________________________________
13782 [ 12589] By: jhi                                   on 2001/10/22  20:10:40
13783         Log: getpwuid() fragility continues.
13784      Branch: perl
13785            ! utils/h2xs.PL
13786 ____________________________________________________________________________
13787 [ 12588] By: jhi                                   on 2001/10/22  19:58:34
13788         Log: getpwuid() might succeed but that's no guarantee
13789              that the $home will be defined.
13790      Branch: perl
13791            ! ext/File/Glob/t/basic.t
13792 ____________________________________________________________________________
13793 [ 12587] By: jhi                                   on 2001/10/22  19:50:35
13794         Log: It's safer to to expand the variable, too... (see #12571)
13795      Branch: perl
13796            ! t/TEST
13797 ____________________________________________________________________________
13798 [ 12586] By: pudge                                 on 2001/10/22  19:42:04
13799         Log: Integrate with maintperl.
13800      Branch: maint-5.6/macperl
13801           !> win32/bin/pl2bat.pl win32/win32.c
13802 ____________________________________________________________________________
13803 [ 12585] By: pudge                                 on 2001/10/22  19:32:02
13804         Log: Oops, forgot to include Win32 ... just as well, since it
13805              seems in bleadperl, change #7764 was not included
13806              (adding C:\temp).  Re-added.  Rip it back out if it
13807              doesn't belong.  :-)
13808      Branch: maint-5.6/macperl
13809            ! lib/File/Spec/Win32.pm
13810 ____________________________________________________________________________
13811 [ 12584] By: jhi                                   on 2001/10/22  19:26:47
13812         Log: Subject: [PATCH perl@12567] configure.com: no threads/shared without ithreads
13813              From: "Craig A. Berry" <craigberry@mac.com>
13814              Date: Mon, 22 Oct 2001 15:25:19 -0500
13815              Message-Id: <5.1.0.14.2.20011022151232.032544e8@exchi01>
13816      Branch: perl
13817            ! configure.com
13818 ____________________________________________________________________________
13819 [ 12583] By: pudge                                 on 2001/10/22  19:26:00
13820         Log: Add in lots of File::Spec changes, from Thomas Wegner,
13821              and sync with changes from bleadperl.
13822      Branch: maint-5.6/macperl
13823            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm
13824            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
13825            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
13826            ! lib/File/Spec/Win32.pm t/lib/filespec.t
13827 ____________________________________________________________________________
13828 [ 12582] By: pudge                                 on 2001/10/22  19:23:28
13829         Log: Sync with latest File::Find and tests from bleadperl.
13830      Branch: maint-5.6/macperl
13831            ! lib/File/Find.pm t/lib/filefind-taint.t t/lib/filefind.t
13832 ____________________________________________________________________________
13833 [ 12581] By: pudge                                 on 2001/10/22  19:22:12
13834         Log: Nit.
13835      Branch: maint-5.6/macperl
13836            ! perl.c
13837 ____________________________________________________________________________
13838 [ 12580] By: pudge                                 on 2001/10/22  19:21:37
13839         Log: Fix path construction.
13840      Branch: maint-5.6/macperl
13841            ! ext/DynaLoader/DynaLoader_pm.PL
13842 ____________________________________________________________________________
13843 [ 12579] By: nick                                  on 2001/10/22  19:08:35
13844         Log: Integrate mainline (for Arthurs thread.xs fix)
13845      Branch: perlio
13846           !> ext/threads/threads.xs lib/Net/Domain.pm t/TEST t/op/groups.t
13847 ____________________________________________________________________________
13848 [ 12578] By: pudge                                 on 2001/10/22  19:02:34
13849         Log: Fix up exported symbols, move relevant docs
13850              over from macperl.pod.
13851      Branch: maint-5.6/macperl
13852            ! macos/ext/MacPerl/MacPerl.pm
13853 ____________________________________________________________________________
13854 [ 12577] By: pudge                                 on 2001/10/22  19:01:38
13855         Log: Make ADDRESS called optionally as a method.
13856      Branch: maint-5.6/macperl
13857            ! macos/lib/Mac/Glue.pm
13858 ____________________________________________________________________________
13859 [ 12576] By: pudge                                 on 2001/10/22  18:58:22
13860         Log: Fix exit code (MacPerl bug #422129) and add Stop Script
13861              Apple event.
13862      Branch: maint-5.6/macperl
13863            ! macos/macish.c macos/macish.h macos/macperl/MPAppleEvents.c
13864            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
13865            ! macos/macperl/MPTerminology.aete
13866 ____________________________________________________________________________
13867 [ 12575] By: pudge                                 on 2001/10/22  18:56:34
13868         Log: Clean up some build utilities. Change Entab to Duplicate;
13869              fix docs and error reporting; improve macify() of paths;
13870              remove requirement for Exporter.pm presence.
13871      Branch: maint-5.6/macperl
13872            ! macos/InstallBLIB macos/MacPerlTests.cmd
13873            ! macos/lib/ExtUtils/MM_MacOS.pm macos/lib/Mac/BuildTools.pm
13874 ____________________________________________________________________________
13875 [ 12574] By: pudge                                 on 2001/10/22  18:53:28
13876         Log: Sync Time::HiRes with bleadperl
13877      Branch: maint-5.6/macperl
13878            ! macos/bundled_ext/Time/HiRes/HiRes.pm
13879            ! macos/bundled_ext/Time/HiRes/HiRes.t
13880            ! macos/bundled_ext/Time/HiRes/HiRes.xs
13881 ____________________________________________________________________________
13882 [ 12573] By: pudge                                 on 2001/10/22  18:52:58
13883         Log: Fix up Changes
13884      Branch: maint-5.6/macperl
13885            ! macos/Changes
13886 ____________________________________________________________________________
13887 [ 12572] By: jhi                                   on 2001/10/22  18:49:32
13888         Log: A user might belong to only a single group
13889              (the group equal to the group id).
13890      Branch: perl
13891            ! t/op/groups.t
13892 ____________________________________________________________________________
13893 [ 12571] By: jhi                                   on 2001/10/22  18:36:46
13894         Log: Prepending (instead of replacing with) the pwd is safer. 
13895      Branch: perl
13896            ! t/TEST
13897 ____________________________________________________________________________
13898 [ 12570] By: jhi                                   on 2001/10/22  18:34:54
13899         Log: Be more robust if no hostname or domainname
13900              (especially the latter)
13901      Branch: perl
13902            ! lib/Net/Domain.pm
13903 ____________________________________________________________________________
13904 [ 12569] By: sky                                   on 2001/10/22  17:41:07
13905         Log: Flush IO buffers before starting a thread, this mimics fork and seems like a saneer behaviour.
13906      Branch: perl
13907            ! ext/threads/threads.xs
13908 ____________________________________________________________________________
13909 [ 12568] By: nick                                  on 2001/10/22  16:31:24
13910         Log: Integrate mainline
13911      Branch: perlio
13912           +> ext/threads/shared/Makefile.PL ext/threads/shared/README
13913           +> ext/threads/shared/shared.pm ext/threads/shared/shared.xs
13914           +> ext/threads/shared/t/sv_refs.t
13915           +> ext/threads/shared/t/sv_simple.t pod/perlpodspec.pod
13916            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
13917            - lib/unicore/To/SpecUpper.pl
13918           !> (integrate 42 files)
13919 ____________________________________________________________________________
13920 [ 12567] By: jhi                                   on 2001/10/22  12:56:20
13921         Log: Update Changes.
13922      Branch: perl
13923            ! Changes patchlevel.h
13924 ____________________________________________________________________________
13925 [ 12566] By: jhi                                   on 2001/10/22  12:22:29
13926         Log: Subject: [PATCH pod/perlvar.pod] Undeprecating $]
13927              From: Michael G Schwern <schwern@pobox.com>
13928              Date: Mon, 22 Oct 2001 03:48:38 -0400
13929              Message-ID: <20011022034838.B1676@blackrider>
13930      Branch: perl
13931            ! pod/perlvar.pod
13932 ____________________________________________________________________________
13933 [ 12565] By: jhi                                   on 2001/10/22  12:21:28
13934         Log: Pod nits, as suggested by Stas Bekman.
13935      Branch: perl
13936            ! ext/threads/shared/shared.pm ext/threads/threads.pm
13937 ____________________________________________________________________________
13938 [ 12564] By: jhi                                   on 2001/10/22  12:17:00
13939         Log: Subject: [PATCH @ ] Fix for FETCH/NEXTKEY problem in all *DB*_File modules
13940              From: "Paul Marquess" <paul.marquess@openwave.com> 
13941              Date: Sun, 21 Oct 2001 21:11:15 +0100
13942              Message-ID: <AIEAJICLCBDNAAOLLOKLAEOMDCAA.paul.marquess@openwave.com>
13943      Branch: perl
13944            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
13945            ! ext/DB_File/t/db-hash.t ext/GDBM_File/GDBM_File.xs
13946            ! ext/GDBM_File/gdbm.t ext/GDBM_File/typemap
13947            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/ndbm.t
13948            ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
13949            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
13950            ! ext/SDBM_File/sdbm.t
13951 ____________________________________________________________________________
13952 [ 12563] By: jhi                                   on 2001/10/22  12:15:19
13953         Log: Integrate change #12559 from maintperl;
13954              various fixes for system() and backticks under windows
13955      Branch: perl
13956           !> win32/win32.c
13957 ____________________________________________________________________________
13958 [ 12562] By: jhi                                   on 2001/10/22  12:05:35
13959         Log: Integrate change #12560 from maintperl;
13960              make pl2bat use %0 rather than "%0" (the latter fails to work
13961              in a lot of common cases)
13962      Branch: perl
13963           !> win32/bin/pl2bat.pl
13964 ____________________________________________________________________________
13965 [ 12561] By: jhi                                   on 2001/10/22  12:00:23
13966         Log: Integrate changes #12549 and #12550 from maintperl;
13967              
13968              readline() doesn't work with our variables; it confuses them with
13969              my variables (change#4227 was incomplete)
13970      Branch: perl
13971            ! t/lib/strict/vars
13972           !> t/base/rs.t toke.c
13973 ____________________________________________________________________________
13974 [ 12560] By: gsar                                  on 2001/10/22  09:51:59
13975         Log: make pl2bat use %0 rather than "%0" (the latter fails to work
13976              in a lot of common cases)
13977      Branch: maint-5.6/perl
13978            ! win32/bin/pl2bat.pl
13979 ____________________________________________________________________________
13980 [ 12559] By: gsar                                  on 2001/10/22  09:49:51
13981         Log: various fixes for system() and backticks under windows:
13982              
13983              * avoid munging whitespace that is passed within quotes
13984              * work around a cmd.exe misfeature that made multi-arg
13985              system() unreliable when there is more than one quoted
13986              argument
13987              * make multi-arg system() autoquote arguments as needed
13988              before passing them to the shell (this avoids having to
13989              second guess the shell quoting)
13990              * perl's -Dp switch can be used to trace the innards
13991      Branch: maint-5.6/perl
13992            ! win32/win32.c
13993 ____________________________________________________________________________
13994 [ 12558] By: nick                                  on 2001/10/22  08:58:42
13995         Log: Integrate ithreads buffer flush fix from perlio
13996      Branch: perl
13997           !> ext/threads/t/basic.t perl.c
13998 ____________________________________________________________________________
13999 [ 12557] By: nick                                  on 2001/10/22  08:35:09
14000         Log: All tests pass (legitimately) on ithreads
14001      Branch: perlio
14002            ! ext/threads/t/basic.t perl.c
14003 ____________________________________________________________________________
14004 [ 12556] By: nick                                  on 2001/10/22  06:51:22
14005         Log: Integrate non-ithreads fix to mainline
14006      Branch: perl
14007           !> perlio.c
14008 ____________________________________________________________________________
14009 [ 12555] By: nick                                  on 2001/10/22  06:48:33
14010         Log: Restore non-ithreads build. Interestingly binmode test passes
14011              non-ithreads - so crlf layer is not damaged and ithreads fail
14012              is a symptom ...
14013      Branch: perlio
14014            ! perlio.c
14015 ____________________________________________________________________________
14016 [ 12554] By: jhi                                   on 2001/10/21  22:21:55
14017         Log: Integrate from perlio; restructuring.
14018      Branch: perl
14019           !> embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
14020           !> perlio.h perliol.h pod/perlapi.pod sv.c win32/makefile.mk
14021           !> win32/perlhost.h
14022 ____________________________________________________________________________
14023 [ 12553] By: pudge                                 on 2001/10/21  21:51:34
14024         Log: Integrate from maintperl
14025              (Changes 12350, 12496, 12548, 12549, 12550)
14026      Branch: maint-5.6/macperl
14027           !> ext/IO/lib/IO/Seekable.pm lib/Carp/Heavy.pm t/base/rs.t
14028           !> t/lib/filefind-taint.t t/pragma/strict-vars toke.c
14029 ____________________________________________________________________________
14030 [ 12552] By: nick                                  on 2001/10/21  19:18:12
14031         Log: Win32 PerlIO_cleanup special cases should no longer be required.
14032      Branch: perlio
14033            ! perl.c
14034 ____________________________________________________________________________
14035 [ 12551] By: nick                                  on 2001/10/21  19:16:56
14036         Log: Multiple win32io.o is fatal for GCC (and noise with VC++)
14037      Branch: perlio
14038            ! win32/makefile.mk
14039 ____________________________________________________________________________
14040 [ 12550] By: gsar                                  on 2001/10/21  19:05:54
14041         Log: change#12549 wasn't aware of strictures
14042      Branch: maint-5.6/perl
14043            ! t/pragma/strict-vars toke.c
14044 ____________________________________________________________________________
14045 [ 12549] By: gsar                                  on 2001/10/21  18:03:19
14046         Log: readline() doesn't work with our variables; it confuses them with
14047              my variables (change#4227 was incomplete)
14048      Branch: maint-5.6/perl
14049            ! t/base/rs.t toke.c
14050 ____________________________________________________________________________
14051 [ 12548] By: gsar                                  on 2001/10/21  17:48:01
14052         Log: change#12220 appears to have pulled in a mainline change that
14053              isn't applicable to maint-5.6 (some platforms don't taint
14054              cwd)
14055      Branch: maint-5.6/perl
14056            ! t/lib/filefind-taint.t
14057 ____________________________________________________________________________
14058 [ 12547] By: nick                                  on 2001/10/21  17:15:54
14059         Log: Convert rest of PerlIO's memory tables to per-interp and add clone functions
14060              for them. Call explicit cleanup during destruct process.
14061              - one binmode test is failing
14062              - also ext/threads/t/basic.t fails under make test, and is noisy under
14063              harness. (Threads results are intermingled and don't match order expected.)
14064      Branch: perlio
14065            ! embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
14066            ! perlio.h perliol.h pod/perlapi.pod sv.c
14067 ____________________________________________________________________________
14068 [ 12546] By: jhi                                   on 2001/10/21  16:12:08
14069         Log: Implement multicharacter case mappings where a single
14070              Unicode character can be mapped into several.
14071      Branch: perl
14072            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
14073            - lib/unicore/To/SpecUpper.pl
14074            ! MANIFEST embed.h embed.pl global.sym lib/unicore/To/Lower.pl
14075            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
14076            ! lib/unicore/mktables pod/perlfunc.pod pod/perlunicode.pod pp.c
14077            ! proto.h t/op/lc.t utf8.c
14078 ____________________________________________________________________________
14079 [ 12545] By: sky                                   on 2001/10/21  15:25:16
14080         Log: First support of threads::shared, support shared svs and references.
14081      Branch: perl
14082            + ext/threads/shared/Makefile.PL ext/threads/shared/README
14083            + ext/threads/shared/shared.pm ext/threads/shared/shared.xs
14084            + ext/threads/shared/t/sv_refs.t
14085            + ext/threads/shared/t/sv_simple.t
14086            ! MANIFEST sharedsv.c
14087 ____________________________________________________________________________
14088 [ 12544] By: nick                                  on 2001/10/21  14:52:35
14089         Log: PerlIO layer table as PL_perlio (per-interpreter)
14090      Branch: perlio
14091            ! embed.h embedvar.h intrpvar.h perlapi.h perlio.c perlio.h
14092            ! pod/perlapi.pod sv.c
14093 ____________________________________________________________________________
14094 [ 12543] By: jhi                                   on 2001/10/21  13:36:40
14095         Log: Prettyprinting.
14096      Branch: perl
14097            ! pod/perlunicode.pod
14098 ____________________________________________________________________________
14099 [ 12542] By: ams                                   on 2001/10/21  03:50:25
14100         Log: Subject: perlpodspec and perlpod rewrite, draft 3 "final"
14101              From: "Sean M. Burke" <sburke@cpan.org>
14102              Date: Sat, 20 Oct 2001 17:51:09 -0600
14103              Message-Id: <3.0.6.32.20011020175109.007cb3d0@mail.spinn.net>
14104      Branch: perl
14105            + pod/perlpodspec.pod
14106            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlpod.pod
14107            ! pod/perltoc.pod
14108 ____________________________________________________________________________
14109 [ 12541] By: nick                                  on 2001/10/20  22:23:53
14110         Log: Fix typos in new locking on MemShared
14111              Make buffers in PerlIOBuf_* in per-thread heap (they are cloned after all...)
14112              - seems to make segfaults more deterministic - suspect they are 
14113              attempt to free() after Interp and Host have gone.
14114      Branch: perlio
14115            ! perlio.c win32/perlhost.h
14116 ____________________________________________________________________________
14117 [ 12540] By: nick                                  on 2001/10/20  21:50:46
14118         Log: Remove the MemShared re-#define (again)
14119      Branch: perlio
14120            ! perlio.c
14121 ____________________________________________________________________________
14122 [ 12539] By: nick                                  on 2001/10/20  21:49:06
14123         Log: Use locks on MemShared
14124      Branch: perlio
14125            ! win32/perlhost.h
14126 ____________________________________________________________________________
14127 [ 12538] By: jhi                                   on 2001/10/20  17:31:07
14128         Log: Subject: [REPATCH installhtml] Re: installhtml needs a good beating out
14129              From: "chromatic" <chromatic@rmci.net>
14130              Date: Sat, 20 Oct 2001 11:13:47 -0600
14131              Message-ID: <20011020172003.60024.qmail@onion.perl.org>
14132      Branch: perl
14133            ! installhtml
14134 ____________________________________________________________________________
14135 [ 12537] By: nick                                  on 2001/10/20  16:44:03
14136         Log: Integrate mainline
14137      Branch: perlio
14138           !> (integrate 48 files)
14139 ____________________________________________________________________________
14140 [ 12536] By: jhi                                   on 2001/10/20  15:58:00
14141         Log: Update Changes.
14142      Branch: perl
14143            ! Changes patchlevel.h
14144 ____________________________________________________________________________
14145 [ 12535] By: jhi                                   on 2001/10/20  15:18:57
14146         Log: Upgrade to podlators 1.11, from Russ Allbery.
14147      Branch: perl
14148            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
14149            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
14150            ! pod/pod2man.PL pod/pod2text.PL
14151 ____________________________________________________________________________
14152 [ 12534] By: jhi                                   on 2001/10/20  15:14:25
14153         Log: Integrate perlio change #12532:
14154              introduce and use PerlIO_intmod2str().
14155      Branch: perl
14156           !> doio.c lib/Net/Domain.pm perlio.c perlio.h
14157 ____________________________________________________________________________
14158 [ 12533] By: jhi                                   on 2001/10/20  14:42:33
14159         Log: Update to Getopt::Long 2.26_02, from Johan Vromans.
14160      Branch: perl
14161            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES lib/newgetopt.pl
14162 ____________________________________________________________________________
14163 [ 12532] By: nick                                  on 2001/10/20  14:25:37
14164         Log: Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str()
14165              Use for non-PERLIO fdupopen().
14166      Branch: perlio
14167            ! doio.c lib/Net/Domain.pm perlio.c perlio.h
14168 ____________________________________________________________________________
14169 [ 12531] By: jhi                                   on 2001/10/20  14:05:47
14170         Log: Integrate perlio: PerlIO win32 fixes.
14171      Branch: perl
14172           !> embed.h embed.pl embedvar.h ext/threads/threads.xs global.sym
14173           !> perl.h perlapi.c perlapi.h perlio.c perlsdio.h pod/perlapi.pod
14174           !> proto.h sv.h win32/win32io.c
14175 ____________________________________________________________________________
14176 [ 12530] By: nick                                  on 2001/10/20  12:53:30
14177         Log: Fixed in two places - p4 resolve
14178      Branch: perlio
14179            ! perlsdio.h
14180 ____________________________________________________________________________
14181 [ 12529] By: nick                                  on 2001/10/20  12:51:05
14182         Log: Fix for ithreads/stdio build
14183      Branch: perlio
14184            ! perlio.c perlsdio.h
14185 ____________________________________________________________________________
14186 [ 12528] By: ams                                   on 2001/10/20  12:13:25
14187         Log: Subject: [PATCH installman] Using Pod::Man instead of pod2man
14188              From: Michael G Schwern <schwern@pobox.com>
14189              Date: Sat, 20 Oct 2001 01:41:21 -0400
14190              Message-Id: <20011020014121.I3681@blackrider>
14191      Branch: perl
14192            ! installman
14193 ____________________________________________________________________________
14194 [ 12527] By: ams                                   on 2001/10/20  12:09:41
14195         Log: Subject: [PATCH lib/Pod/Checker.pm] Minor typo
14196              From: Michael G Schwern <schwern@pobox.com>
14197              Date: Sat, 20 Oct 2001 02:04:21 -0400
14198              Message-Id: <20011020020421.A11732@blackrider>
14199      Branch: perl
14200            ! lib/Pod/Checker.pm
14201 ____________________________________________________________________________
14202 [ 12526] By: ams                                   on 2001/10/20  11:59:41
14203         Log: Subject: [PATCH lib/Net/Config.pm] Fix Some Pod Typos
14204              From: "chromatic" <chromatic@rmci.net>
14205              Date: Fri, 19 Oct 2001 22:46:39 -0600
14206              Message-Id: <20011020045254.73112.qmail@onion.perl.org>
14207      Branch: perl
14208            ! lib/Net/Config.pm
14209 ____________________________________________________________________________
14210 [ 12525] By: nick                                  on 2001/10/20  11:16:18
14211         Log: Avoid calling (now non-existant) Perl_sv_setsv(), by calling
14212              Perl_sv_setsv_flags directly.
14213      Branch: perlio
14214            ! ext/threads/threads.xs
14215 ____________________________________________________________________________
14216 [ 12524] By: nick                                  on 2001/10/20  10:28:17
14217         Log: Add a new flag character 'm' to embed.pl set to represent
14218              "functions" which are really macros. Use it foe the troublesome
14219              sv_setsv() etc. macros in sv.h - changing latter to define
14220              sv_setsv rather than sv_setsv_macro etc.
14221      Branch: perlio
14222            ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h
14223            ! pod/perlapi.pod proto.h sv.h
14224 ____________________________________________________________________________
14225 [ 12523] By: nick                                  on 2001/10/20  09:17:17
14226         Log: Add comments explaining why win32.h/embed.h are included where they are
14227              in perl.h 
14228      Branch: perlio
14229            ! perl.h
14230 ____________________________________________________________________________
14231 [ 12522] By: nick                                  on 2001/10/20  08:27:44
14232         Log: Code PerlIOWin32_dup - does not fix Win32 problems as :win32 is not 
14233              being used yet.
14234      Branch: perlio
14235            ! win32/win32io.c
14236 ____________________________________________________________________________
14237 [ 12521] By: jhi                                   on 2001/10/20  02:36:21
14238         Log: Wording tweaks.
14239      Branch: perl
14240            ! t/TEST
14241 ____________________________________________________________________________
14242 [ 12520] By: jhi                                   on 2001/10/20  01:02:26
14243         Log: Subject: IO module with nonblocking socket connect patch 
14244              From: Raul Dias <raul@dias.com.br>
14245              Date: Fri, 19 Oct 2001 22:45:32 -0300
14246              Message-Id: <200110200145.f9K1jWW08398@stratus.swi.com.br>     
14247      Branch: perl
14248            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
14249 ____________________________________________________________________________
14250 [ 12519] By: jhi                                   on 2001/10/20  00:51:07
14251         Log: Test vertical whitespace combined with /x in \p{}.
14252      Branch: perl
14253            ! t/op/pat.t
14254 ____________________________________________________________________________
14255 [ 12518] By: jhi                                   on 2001/10/20  00:13:47
14256         Log: Subject: [PATCH] PERL_MM_USE_DEFAULT
14257              From: Gisle Aas <gisle@ActiveState.com> 
14258              Date: 19 Oct 2001 16:46:02 -0700
14259              Message-ID: <lrofn3i479.fsf_-_@caliper.ActiveState.com> 
14260      Branch: perl
14261            ! lib/ExtUtils/MakeMaker.pm
14262 ____________________________________________________________________________
14263 [ 12517] By: jhi                                   on 2001/10/19  23:59:34
14264         Log: No more this symbol.
14265      Branch: perl
14266            ! makedef.pl
14267 ____________________________________________________________________________
14268 [ 12516] By: jhi                                   on 2001/10/19  23:57:48
14269         Log: Integrate change #12511; fix gross win32 build issues.
14270      Branch: perl
14271           !> makedef.pl sv.c
14272 ____________________________________________________________________________
14273 [ 12515] By: jhi                                   on 2001/10/19  23:16:06
14274         Log: Unpack in scalar context should return the first value
14275              returned in list context, as pointed out by Ton Hospel
14276              in 2001-05-21 (this is how it works already in blead,
14277              just adding the test).
14278      Branch: perl
14279            ! t/op/pack.t
14280 ____________________________________________________________________________
14281 [ 12514] By: jhi                                   on 2001/10/19  21:10:43
14282         Log: Subject: [PATCH perl@12494] perldoc.PL tweak for VMS
14283              From: "Craig A. Berry" <craigberry@mac.com>
14284              Date: Fri, 19 Oct 2001 16:59:30 -0500
14285              Message-Id: <5.1.0.14.2.20011019162623.021e3868@exchi01>
14286      Branch: perl
14287            ! utils/perldoc.PL
14288 ____________________________________________________________________________
14289 [ 12513] By: jhi                                   on 2001/10/19  21:09:27
14290         Log: Subject: [PATCH Perl@12494] vmsish fix, ieee rand() cleanup
14291              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
14292              Date: Fri, 19 Oct 2001 17:45:23 EDT
14293              Message-Id: <011019174427.d749b@DUPHY4.Physics.Drexel.Edu>
14294      Branch: perl
14295            ! configure.com dump.c ext/B/t/stash.t op.c op.h opcode.h
14296            ! opcode.pl perl.c perl.h perlvars.h pp.sym pp_ctl.c pp_proto.h
14297            ! pp_sys.c vms/ext/vmsish.pm vms/ext/vmsish.t vms/vms.c
14298            ! vms/vmsish.h
14299 ____________________________________________________________________________
14300 [ 12512] By: jhi                                   on 2001/10/19  20:28:48
14301         Log: Subject: [PATCH Perl@12494] two fake test failures on VMS fixed
14302              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
14303              Date: Fri, 19 Oct 2001 17:26:35 EDT
14304              Message-Id: <011019172623.11292c@DUPHY4.Physics.Drexel.Edu>
14305      Branch: perl
14306            ! lib/Term/Complete.t lib/Test/Simple/t/output.t
14307 ____________________________________________________________________________
14308 [ 12511] By: nick                                  on 2001/10/19  19:55:36
14309         Log: Fix gross win32 build issues
14310      Branch: perlio
14311            ! makedef.pl sv.c
14312 ____________________________________________________________________________
14313 [ 12510] By: jhi                                   on 2001/10/19  19:52:17
14314         Log: Subject: Re: find2perl and File::Find on cdrom filesystems (with Tel's patch applied to perl-current)
14315              From: David Dyck <dcd@tc.fluke.com>
14316              Date: Fri, 19 Oct 2001 13:36:09 -0700 (PDT)
14317              Message-ID: <Pine.LNX.4.33.0110191309310.28510-100000@dd.tc.fluke.com>
14318      Branch: perl
14319            ! lib/File/Find.pm
14320 ____________________________________________________________________________
14321 [ 12509] By: jhi                                   on 2001/10/19  19:01:46
14322         Log: Subject: Re: PerlIO and Encode
14323              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
14324              Date: Tue, 16 Oct 2001 01:50:16 +0900
14325              Message-Id: <20011016014150.0C8E.BQW10602@nifty.com>
14326      Branch: perl
14327            ! ext/Encode/Encode.pm ext/Encode/Encode/Tcl.pm
14328            ! ext/Encode/Encode/Tcl.t
14329 ____________________________________________________________________________
14330 [ 12508] By: ams                                   on 2001/10/19  17:59:16
14331         Log: C<foo I<bar>> hunks from <20011019014551.A35625@not.autrijus.org>.
14332              (See #12499)
14333      Branch: perl
14334            ! pod/perlintro.pod
14335 ____________________________________________________________________________
14336 [ 12507] By: nick                                  on 2001/10/19  16:30:43
14337         Log: Integrate mainline
14338      Branch: perlio
14339           +> lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
14340           +> lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
14341           +> lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
14342           +> lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
14343           +> lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
14344           +> lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
14345           +> lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
14346           +> lib/unicore/To/SpecUpper.pl pod/perlintro.pod
14347           +> pod/perlmodstyle.pod win32/Makefile.win64 win32/config.win64
14348           +> win32/config_H.win64
14349            - lib/Test/Utils.pm lib/unicore/mktables.PL
14350            - t/lib/Test/Simple/Catch/More.pm
14351           !> (integrate 84 files)
14352 ____________________________________________________________________________
14353 [ 12506] By: jhi                                   on 2001/10/19  14:20:15
14354         Log: Retract the #10451 which seems to be the cause
14355              of the major leakage from while(){eval"sub{}"}
14356      Branch: perl
14357            ! op.c t/run/kill_perl.t
14358 ____________________________________________________________________________
14359 [ 12505] By: jhi                                   on 2001/10/19  13:39:59
14360         Log: Regen toc.
14361      Branch: perl
14362            ! pod/perltoc.pod
14363 ____________________________________________________________________________
14364 [ 12504] By: jhi                                   on 2001/10/19  13:35:59
14365         Log: Tiny tweaks.
14366      Branch: perl
14367            ! pod/perl.pod
14368 ____________________________________________________________________________
14369 [ 12503] By: ams                                   on 2001/10/19  13:34:24
14370         Log: Subject: Re: perlintro.pod
14371              From: Abe Timmerman <abe@ztreet.demon.nl>
14372              Date: Fri, 19 Oct 2001 14:12:40 +0200
14373              Message-Id: <ls40ttsmrr3rpjlm3dqhh8v60onsiopmuc@4ax.com>
14374      Branch: perl
14375            ! pod/perlintro.pod
14376 ____________________________________________________________________________
14377 [ 12502] By: ams                                   on 2001/10/19  13:24:12
14378         Log: Slight reorganisation of references.
14379      Branch: perl
14380            ! pod/perl.pod
14381 ____________________________________________________________________________
14382 [ 12501] By: jhi                                   on 2001/10/19  13:19:14
14383         Log: Subject: [DOC PATCH lib/ExtUtils/MakeMaker.pm] Discouraging use of PREREQ_FATAL in day-to-day Makefile.PL's   
14384              From: Kay Röpke <kroepke@dolphin-services.de>
14385              Date: Fri, 19 Oct 2001 14:04:01 +0200 
14386              Message-Id: <E15uYNb-00040L-00@mrvdom01.schlund.de>
14387      Branch: perl
14388            ! lib/ExtUtils/MakeMaker.pm
14389 ____________________________________________________________________________
14390 [ 12500] By: jhi                                   on 2001/10/19  03:25:44
14391         Log: Unicode categories continue:
14392              implement Category=, Script=, Block=
14393              (these are based on an upcoming update of TR#18)
14394              Fix a bug where we got two In categories named "old italic",
14395              and another where shortcut for the Is categories wasn't taken.
14396      Branch: perl
14397            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/In/137.pl
14398            ! lib/unicore/mktables lib/utf8_heavy.pl pod/perltodo.pod
14399            ! pod/perlunicode.pod t/op/pat.t
14400 ____________________________________________________________________________
14401 [ 12499] By: ams                                   on 2001/10/19  01:42:29
14402         Log: Subject: a small patch to perlintro.pod.
14403              From: Autrijus Tang <autrijus@autrijus.org>
14404              Date: Fri, 19 Oct 2001 01:45:51 +0800
14405              Message-Id: <20011019014551.A35625@not.autrijus.org>
14406              (Applied by hand with nits.)
14407      Branch: perl
14408            ! pod/perlintro.pod
14409 ____________________________________________________________________________
14410 [ 12498] By: jhi                                   on 2001/10/19  00:14:50
14411         Log: Subject: [PATCH] OpenBSD hints for ithreads
14412              From: Andy Dougherty <doughera@lafayette.edu>
14413              Date: Thu, 18 Oct 2001 12:33:59 -0400 (EDT)
14414              Message-ID: <Pine.SOL.4.10.10110181232060.15040-100000@maxwell.phys.lafayette.edu>
14415      Branch: perl
14416            ! hints/openbsd.sh
14417 ____________________________________________________________________________
14418 [ 12497] By: jhi                                   on 2001/10/18  16:14:13
14419         Log: Retract #12446; the problem solved by #12474.
14420      Branch: perl
14421            ! hints/aix.sh
14422 ____________________________________________________________________________
14423 [ 12496] By: gsar                                  on 2001/10/18  15:38:22
14424         Log: Carp::shortmess_heavy() doesn't notice trailing newline in
14425              message and suppress line number info (from Steve Hay
14426              <Steve.Hay@uk.radan.com>)
14427      Branch: maint-5.6/perl
14428            ! lib/Carp/Heavy.pm
14429 ____________________________________________________________________________
14430 [ 12495] By: jhi                                   on 2001/10/18  14:06:52
14431         Log: More documented In categories.
14432      Branch: perl
14433            ! pod/perlunicode.pod
14434 ____________________________________________________________________________
14435 [ 12494] By: jhi                                   on 2001/10/18  13:04:48
14436         Log: Update Changes.
14437      Branch: perl
14438            ! Changes patchlevel.h
14439 ____________________________________________________________________________
14440 [ 12493] By: jhi                                   on 2001/10/18  12:58:31
14441         Log: Add the lib/unicore/To/Spec*.pl to the MANIFEST.
14442      Branch: perl
14443            ! MANIFEST
14444 ____________________________________________________________________________
14445 [ 12492] By: jhi                                   on 2001/10/18  12:37:28
14446         Log: Wrong skip() arguments.
14447      Branch: perl
14448            ! ext/B/t/terse.t
14449 ____________________________________________________________________________
14450 [ 12491] By: jhi                                   on 2001/10/18  12:17:16
14451         Log: Subject: try#2: [proposed PATCH Perl@12401] ieee floats, rand() & old systems  
14452              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
14453              Date: Wed, 17 Oct 2001 09:10:53 EDT 
14454              Message-Id: <011017090944.15ad2e@DUPHY4.Physics.Drexel.Edu>
14455      Branch: perl
14456            ! configure.com embedvar.h opcode.pl perlapi.h perlvars.h
14457            ! pod/perlapi.pod vms/vms.c
14458 ____________________________________________________________________________
14459 [ 12490] By: ams                                   on 2001/10/18  09:31:00
14460         Log: Subject: PATCH perl.pod: Suggested reorganization of table of contents
14461              From: Mark-Jason Dominus <mjd@plover.com>
14462              Date: Thu, 18 Oct 2001 06:25:35 -0400
14463              Message-Id: <20011018102535.19264.qmail@plover.com>
14464      Branch: perl
14465            ! pod/perl.pod
14466 ____________________________________________________________________________
14467 [ 12489] By: jhi                                   on 2001/10/18  02:24:52
14468         Log: Prettyprinting.
14469      Branch: perl
14470            ! lib/unicore/In.pl lib/unicore/Is.pl lib/unicore/mktables
14471 ____________________________________________________________________________
14472 [ 12488] By: jhi                                   on 2001/10/18  00:47:19
14473         Log: Regen toc.
14474      Branch: perl
14475            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
14476 ____________________________________________________________________________
14477 [ 12487] By: jhi                                   on 2001/10/18  00:43:18
14478         Log: Add perlintro, from Skud.
14479      Branch: perl
14480            + pod/perlintro.pod
14481            ! MANIFEST
14482 ____________________________________________________________________________
14483 [ 12486] By: jhi                                   on 2001/10/18  00:10:44
14484         Log: FAQ sync.
14485      Branch: perl
14486            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
14487            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq7.pod
14488            ! pod/perlfaq8.pod pod/perlfaq9.pod
14489 ____________________________________________________________________________
14490 [ 12485] By: jhi                                   on 2001/10/17  23:57:15
14491         Log: Oh, bother. In Tru64 cc -std1 was looking rather nice
14492              in speed (upto 20% speedup in certain operations) but meanwhile
14493              regexps and arithmetics got slower (5-10%) (according to
14494              perlbench average speedup is negligible, and within measuring
14495              flutter, 1%).  Therefore retracting all the changes
14496              aimed at getting -std1 to compile cleanly:  #12475, #12476,
14497              #12479, #12480, #12481, #12482, #12483, #12484.
14498      Branch: perl
14499            ! doio.c mg.c miniperlmain.c perl.c perl.h perlio.c pp_ctl.c
14500            ! pp_hot.c pp_sys.c toke.c
14501 ____________________________________________________________________________
14502 [ 12484] By: jhi                                   on 2001/10/17  21:58:40
14503         Log: (retracted by #12485)
14504              Strict ANSI doesn't like the third argument of main()
14505              so enable ignoring it if using ultra picky compiler.
14506      Branch: perl
14507            ! miniperlmain.c
14508 ____________________________________________________________________________
14509 [ 12483] By: jhi                                   on 2001/10/17  21:48:24
14510         Log: (retracted by #12485)
14511              Move the VMS_FOO_ERROR codes next to the SETERRNO() definition.
14512      Branch: perl
14513            ! perl.h
14514 ____________________________________________________________________________
14515 [ 12482] By: jhi                                   on 2001/10/17  21:42:57
14516         Log: (retracted by #12485)
14517              Add explanatory comment.
14518      Branch: perl
14519            ! mg.c
14520 ____________________________________________________________________________
14521 [ 12481] By: jhi                                   on 2001/10/17  20:50:37
14522         Log: (retracted by #12485)
14523              More dollar$hiding.
14524      Branch: perl
14525            ! doio.c perl.h pp_sys.c
14526 ____________________________________________________________________________
14527 [ 12480] By: jhi                                   on 2001/10/17  20:27:34
14528         Log: (retracted by #12485)
14529              KISS.
14530      Branch: perl
14531            ! mg.c
14532 ____________________________________________________________________________
14533 [ 12479] By: jhi                                   on 2001/10/17  19:57:34
14534         Log: (retracted by #12485)
14535              Thou shalt not #ifdef inside macro invocations,
14536              noticed by Rafael Garcia-Suarez.
14537      Branch: perl
14538            ! mg.c
14539 ____________________________________________________________________________
14540 [ 12478] By: ams                                   on 2001/10/17  18:50:55
14541         Log: Subject: [PATCH pp_sys.c] coredump fix in pp_accept()
14542              From: Anton Berezin <tobez@tobez.org>
14543              Date: Wed, 17 Oct 2001 18:25:48 +0200
14544              Message-Id: <20011017182548.A12082@heechee.tobez.org>
14545      Branch: perl
14546            ! pp_sys.c
14547 ____________________________________________________________________________
14548 [ 12476] By: jhi                                   on 2001/10/17  16:46:50
14549         Log: (retracted by #12485)
14550              Unterminated #ifdef.
14551      Branch: perl
14552            ! mg.c
14553 ____________________________________________________________________________
14554 [ 12475] By: jhi                                   on 2001/10/17  16:42:49
14555         Log: (retracted by #12485)
14556              Avoid dollar signs in identifiers (in non-VMS) to
14557              placate ultra picky ANSI compilers (such as DEC^WCPQ^WHP).
14558      Branch: perl
14559            ! doio.c mg.c perl.c perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c
14560            ! toke.c
14561 ____________________________________________________________________________
14562 [ 12474] By: ams                                   on 2001/10/17  15:14:50
14563         Log: Subject: Two AIX patches
14564              From: H.Merijn Brand <h.m.brand@hccnet.nl>
14565              Date: Wed, 17 Oct 2001 18:04:35 +0200
14566              Message-Id: <20011017180223.1346.H.M.BRAND@hccnet.nl>
14567      Branch: perl
14568            ! hints/aix.sh makedef.pl
14569 ____________________________________________________________________________
14570 [ 12473] By: jhi                                   on 2001/10/17  14:48:38
14571         Log: Limiting the Time::HiRes::sleep and usleep to
14572              one second is not a good policy if drop-in
14573              replacement is still a goal.
14574      Branch: perl
14575            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
14576            ! ext/Time/HiRes/HiRes.xs
14577 ____________________________________________________________________________
14578 [ 12472] By: jhi                                   on 2001/10/17  11:00:54
14579         Log: Subject: [PATCH] Test::Simple 0.32
14580              From: Michael G Schwern <schwern@pobox.com> 
14581              Date: Wed, 17 Oct 2001 03:42:41 -0400
14582              Message-ID: <20011017034241.A25038@blackrider>
14583      Branch: perl
14584            + lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
14585            + lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
14586            + lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
14587            + lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
14588            + lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
14589            + lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
14590            - lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
14591            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
14592            ! lib/Test/Simple/Changes lib/Test/Simple/t/More.t
14593            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
14594            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
14595            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
14596            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
14597            ! lib/Test/Simple/t/simple.t lib/Test/Simple/t/skip.t
14598            ! lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
14599            ! lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
14600            ! t/lib/Test/Simple/Catch.pm
14601            ! t/lib/Test/Simple/sample_tests/five_fail.plx
14602 ____________________________________________________________________________
14603 [ 12471] By: jhi                                   on 2001/10/17  10:25:06
14604         Log: Subject: [PATCH t/TEST t/harness vms/test.com] Set PERL_CORE environment var   
14605              From: Michael G Schwern <schwern@pobox.com> 
14606              Date: Wed, 17 Oct 2001 04:04:13 -0400
14607              Message-ID: <20011017040413.C25550@blackrider>
14608      Branch: perl
14609            ! t/TEST t/harness vms/test.com
14610 ____________________________________________________________________________
14611 [ 12470] By: jhi                                   on 2001/10/17  02:25:01
14612         Log: Regen doc with perlmodstyle added.
14613      Branch: perl
14614            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
14615 ____________________________________________________________________________
14616 [ 12469] By: jhi                                   on 2001/10/17  02:24:02
14617         Log: Pod cleanup.
14618      Branch: perl
14619            ! lib/File/Spec.pm lib/File/Spec/Mac.pm
14620 ____________________________________________________________________________
14621 [ 12468] By: jhi                                   on 2001/10/17  02:16:11
14622         Log: Subject: perlmodstyle as a patch
14623              From: Kirrily Robert <skud@infotrope.net>
14624              Date: Tue, 16 Oct 2001 22:47:23 -0400
14625              Message-ID: <20011016224723.A20673@infotrope.net>
14626      Branch: perl
14627            + pod/perlmodstyle.pod
14628            ! MANIFEST
14629 ____________________________________________________________________________
14630 [ 12467] By: jhi                                   on 2001/10/17  00:59:43
14631         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
14632              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
14633              Date: Thu, 6 Sep 2001 11:09:40 +0100
14634              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
14635              
14636              Mention also the develooper p5p archive.
14637      Branch: perl
14638            ! pod/perlhack.pod
14639 ____________________________________________________________________________
14640 [ 12466] By: jhi                                   on 2001/10/17  00:57:38
14641         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] PREREQ_PM does not really require.
14642              From: Kay Röpke <kroepke@dolphin-services.de>
14643              Date: Tue, 16 Oct 2001 17:23:52 +0200
14644              Message-Id: <E15tW4O-0003J7-00@mrvdom03.schlund.de>
14645      Branch: perl
14646            ! lib/ExtUtils/MakeMaker.pm
14647 ____________________________________________________________________________
14648 [ 12465] By: jhi                                   on 2001/10/17  00:54:28
14649         Log: Add the special casing mappings (from SpecCase.txt)
14650              (except for the hyper special case mappings that have
14651              the condition list); the special casing mappings are
14652              unused for now.  Small tidying up on mktables.
14653      Branch: perl
14654            + lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
14655            + lib/unicore/To/SpecUpper.pl
14656            ! lib/unicore/mktables
14657 ____________________________________________________________________________
14658 [ 12464] By: jhi                                   on 2001/10/16  22:38:24
14659         Log: Subject: [PATCH] Doc patch on here-docs (perlop and perldata)
14660              From: "David H. Adler" <dha@panix.com>       
14661              Date: Tue, 16 Oct 2001 11:59:35 -0400
14662              Message-ID: <20011016115935.A13078@panix.com>
14663              
14664              Subject: [ PATCH ] perldata patch, revised
14665              From: "David H. Adler" <dha@panix.com>     
14666              Date: Tue, 16 Oct 2001 18:26:49 -0400
14667              Message-ID: <20011016182649.C23970@panix.com>
14668      Branch: perl
14669            ! pod/perldata.pod pod/perlop.pod
14670 ____________________________________________________________________________
14671 [ 12463] By: jhi                                   on 2001/10/16  19:39:25
14672         Log: Integrate perlio: PerlIO_dup (for all but Win32).
14673      Branch: perl
14674           !> embed.h embed.pl ext/Encode/Encode.xs
14675           !> ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs hv.c perl.h
14676           !> perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
14677           !> win32/win32io.c
14678 ____________________________________________________________________________
14679 [ 12462] By: nick                                  on 2001/10/16  19:11:30
14680         Log: PerlIOXxxx_dups for all but Win32
14681      Branch: perlio
14682            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
14683            ! ext/PerlIO/Via/Via.xs
14684 ____________________________________________________________________________
14685 [ 12461] By: nick                                  on 2001/10/16  18:28:48
14686         Log: Implement PerlIOStdio_dup (explains core dumps - dup
14687              was not setting up a FILE * to be fclosed()).
14688      Branch: perlio
14689            ! perlio.c
14690 ____________________________________________________________________________
14691 [ 12460] By: nick                                  on 2001/10/16  17:31:47
14692         Log: When USE_ITHREADS avoid SV * in PerlIO_debug, at risk of buffer
14693              overflow.
14694      Branch: perlio
14695            ! perlio.c
14696 ____________________________________________________________________________
14697 [ 12459] By: jhi                                   on 2001/10/16  17:10:22
14698         Log: Subject: [PATCH perl@12443] VMS 64-bit configure
14699              From: "Craig A. Berry" <craigberry@mac.com>
14700              Date: Tue, 16 Oct 2001 13:08:38 -0500
14701              Message-Id: <5.1.0.14.2.20011016122704.029eaea8@exchi01>
14702      Branch: perl
14703            ! configure.com
14704 ____________________________________________________________________________
14705 [ 12458] By: jhi                                   on 2001/10/16  17:07:20
14706         Log: Can't expect too much accuracy from a sleep of one second.
14707              (I think this will also fail with high load.)
14708      Branch: perl
14709            ! ext/Time/HiRes/HiRes.t
14710 ____________________________________________________________________________
14711 [ 12457] By: jhi                                   on 2001/10/16  16:50:24
14712         Log: Subject: WIN64 (Itanium) port of Perl 5.6.1
14713              From: "Werner, Randolf" <randolf.werner@sap.com>
14714              Date: Tue, 16 Oct 2001 18:33:02 +0200
14715              Message-ID: <816D93CCC927D31188570008C75D1DE10A5CB1F8@dbwdfx1a.wdf.sap-ag.de>
14716      Branch: perl
14717            + win32/Makefile.win64 win32/config.win64 win32/config_H.win64
14718            ! MANIFEST Porting/makerel ext/SDBM_File/sdbm/sdbm.c
14719 ____________________________________________________________________________
14720 [ 12456] By: nick                                  on 2001/10/16  14:08:16
14721         Log: Builds under ithreads (but fails all threads tests)
14722      Branch: perlio
14723            ! hv.c perlio.c sv.c
14724 ____________________________________________________________________________
14725 [ 12455] By: jhi                                   on 2001/10/16  13:59:32
14726         Log: I think the Perl_sortsv needs *not* be skipped?
14727      Branch: perl
14728            ! makedef.pl
14729 ____________________________________________________________________________
14730 [ 12454] By: jhi                                   on 2001/10/16  13:05:38
14731         Log: Subject: [ PATCH ] maint/perl/t/op/groups.t for build on Cygwin
14732              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
14733              Date: Tue, 16 Oct 2001 15:32:44 +0200
14734              Message-ID: <3BCC531C.11494.3E433F@localhost>
14735      Branch: perl
14736            ! t/op/groups.t
14737 ____________________________________________________________________________
14738 [ 12453] By: jhi                                   on 2001/10/16  13:04:38
14739         Log: Subject: [ PATCH ] maint/perl/t/io/fs.t for build on Cygwin
14740              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
14741              Date: Tue, 16 Oct 2001 15:01:04 +0200
14742              Message-ID: <3BCC4BB0.30935.2145B7@localhost>
14743      Branch: perl
14744            ! t/io/fs.t
14745 ____________________________________________________________________________
14746 [ 12452] By: jhi                                   on 2001/10/16  12:03:49
14747         Log: A forgotten deletion.
14748      Branch: perl
14749            - lib/unicore/mktables.PL
14750 ____________________________________________________________________________
14751 [ 12451] By: nick                                  on 2001/10/16  11:32:48
14752         Log: Skeleton of "PerlIO_dup" coded.
14753              Still-passes all tests non-threaded (well it would wouldn't it!)
14754      Branch: perlio
14755            ! embed.h embed.pl ext/Encode/Encode.xs
14756            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs perl.h
14757            ! perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
14758            ! win32/win32io.c
14759 ____________________________________________________________________________
14760 [ 12450] By: jhi                                   on 2001/10/16  02:27:51
14761         Log: Document the problem with the swash_fetch() API that affects
14762              more complex case conversions.
14763      Branch: perl
14764            ! lib/utf8_heavy.pl utf8.c
14765 ____________________________________________________________________________
14766 [ 12449] By: jhi                                   on 2001/10/16  01:55:48
14767         Log: Make Time::HiRes::sleep() and usleep() to return
14768              the number of seconds (a floating point value) and 
14769              microseconds (an integer) actually slept (well,
14770              modulo the time spent in measuring the time actually
14771              slept...), to be a better drop-in replacement for
14772              the builtin sleep().  Noticed by Chris Nandor.
14773              
14774              Also make usleep() to croak if fed illegal number
14775              of useconds (anything greater than 1_000_000).
14776      Branch: perl
14777            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
14778            ! ext/Time/HiRes/HiRes.xs
14779 ____________________________________________________________________________
14780 [ 12448] By: jhi                                   on 2001/10/16  00:57:05
14781         Log: A missing SvREFCNT_dec.
14782      Branch: perl
14783            ! perl.c
14784 ____________________________________________________________________________
14785 [ 12447] By: nick                                  on 2001/10/15  20:27:53
14786         Log: Beginings of PerlIO_dup support (unstable)
14787      Branch: perlio
14788            ! perlio.c perliol.h
14789 ____________________________________________________________________________
14790 [ 12446] By: jhi                                   on 2001/10/15  18:44:19
14791         Log: (retracted by #12497)
14792              In AIX vac 5 just can't seem to get regcomp right.
14793      Branch: perl
14794            ! hints/aix.sh
14795 ____________________________________________________________________________
14796 [ 12445] By: jhi                                   on 2001/10/15  16:44:04
14797         Log: Bump the version number to agree with the maintperl one.
14798      Branch: perl
14799            ! lib/Tie/RefHash.pm
14800 ____________________________________________________________________________
14801 [ 12444] By: nick                                  on 2001/10/15  15:59:57
14802         Log: Integrate mainline
14803      Branch: perlio
14804           +> lib/Math/BigInt/t/Math/Subclass.pm
14805           +> lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
14806           +> lib/Math/BigInt/t/subclass.t lib/unicore/In/163.pl
14807           +> lib/unicore/In/164.pl lib/unicore/In/165.pl
14808           +> lib/unicore/In/166.pl lib/unicore/In/167.pl
14809           +> lib/unicore/In/168.pl lib/unicore/In/169.pl
14810           +> lib/unicore/In/170.pl lib/unicore/In/171.pl lib/unicore/Is.pl
14811           +> lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
14812           +> lib/unicore/mktables
14813            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
14814            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
14815            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
14816            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
14817            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
14818            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
14819            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
14820            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
14821            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
14822            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
14823            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
14824            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
14825            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
14826            - lib/unicore/syllables.txt
14827           !> (integrate 344 files)
14828 ____________________________________________________________________________
14829 [ 12443] By: jhi                                   on 2001/10/15  13:40:20
14830         Log: Casting tweak from Paul Marquess, helps Merijn on AIX.
14831      Branch: perl
14832            ! ext/DB_File/DB_File.xs
14833 ____________________________________________________________________________
14834 [ 12442] By: jhi                                   on 2001/10/15  13:35:36
14835         Log: Sync the skip() amounts with the number of tests.
14836      Branch: perl
14837            ! lib/Term/Complete.t
14838 ____________________________________________________________________________
14839 [ 12441] By: jhi                                   on 2001/10/15  13:11:03
14840         Log: Update Changes.
14841      Branch: perl
14842            ! Changes patchlevel.h
14843 ____________________________________________________________________________
14844 [ 12440] By: jhi                                   on 2001/10/15  12:58:24
14845         Log: MacOS Classic catdir() rewrite from Thomas Wegner
14846              (backward incompatibility, but a deliberate one,
14847              the old version simply is broken in its logic),
14848              also documentation updates, and as suggested replicated
14849              the File::Spec::Unix documentation updates also on the
14850              File::Spec documentation.
14851              
14852              TODO: there seems to be duplication of documentation
14853              between File::Spec and File::Spec::Unix.  I think
14854              the ::Unix should be left only with specific UNIXisms,
14855              and all the generic documentation should be in ::Spec.
14856      Branch: perl
14857            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
14858            ! lib/File/Spec.pm lib/File/Spec.t lib/File/Spec/Mac.pm
14859            ! lib/File/Spec/Unix.pm
14860 ____________________________________________________________________________
14861 [ 12439] By: jhi                                   on 2001/10/15  12:32:07
14862         Log: Subject: Re: [PATCH t/op/magic.t] missing tests on Win32
14863              From: Blair Zajac <blair@orcaware.com>
14864              Date: Mon, 24 Sep 2001 11:48:58 -0700
14865              Message-ID: <3BAF801A.88A4F614@orcaware.com>     
14866              
14867              (the skip() messages)
14868      Branch: perl
14869            ! t/op/magic.t
14870 ____________________________________________________________________________
14871 [ 12438] By: ams                                   on 2001/10/14  23:43:59
14872         Log: Subject: [PATCH] make PerlIO default on VMS
14873              From: "Craig A. Berry" <craigberry@mac.com>
14874              Date: Sun, 14 Oct 2001 15:27:18 -0500
14875              Message-Id: <5.1.0.14.0.20011014152339.021ec150@exchi01>
14876      Branch: perl
14877            ! configure.com
14878 ____________________________________________________________________________
14879 [ 12437] By: jhi                                   on 2001/10/14  23:05:57
14880         Log: Retract #12436 (Abhijit already did this at #12426)
14881      Branch: perl
14882            ! lib/ExtUtils/MM_Unix.pm
14883 ____________________________________________________________________________
14884 [ 12436] By: jhi                                   on 2001/10/14  21:22:43
14885         Log: (retracted by #12437)
14886              Subject: [PATCH lib/ExtUtils/MM_Unix.pm] MakeMaker tries to parse commented out $VERSION
14887              From: =?iso-8859-1?Q?Kay_R=F6pke?= <kroepke@dolphin-services.de>
14888              Date: Sat, 13 Oct 2001 20:33:55 +0200
14889              Message-Id: <E15sTbe-0001nt-00@mrvdom04.kundenserver.de>
14890      Branch: perl
14891            ! lib/ExtUtils/MM_Unix.pm
14892 ____________________________________________________________________________
14893 [ 12435] By: jhi                                   on 2001/10/14  21:21:52
14894         Log: Subject: h2xs grammar nit
14895              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
14896              Date: Fri, 12 Oct 2001 00:12:01 -0700 (PDT)
14897              Message-ID: <Pine.GSU.4.21.0110120010540.9710-100000@garcia.efn.org>
14898      Branch: perl
14899            ! utils/h2xs.PL
14900 ____________________________________________________________________________
14901 [ 12434] By: jhi                                   on 2001/10/14  13:48:30
14902         Log: Subject: [PATCH @12422] Fix scoping problem with FATAL warnings
14903              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
14904              Date: Sun, 14 Oct 2001 11:25:08 +0100
14905              Message-ID: <AIEAJICLCBDNAAOLLOKLCEFDDCAA.Paul_Marquess@Yahoo.co.uk>
14906      Branch: perl
14907            ! lib/warnings.pm pod/perllexwarn.pod t/lib/warnings/7fatal
14908            ! warnings.pl
14909 ____________________________________________________________________________
14910 [ 12433] By: jhi                                   on 2001/10/13  23:20:11
14911         Log: Use File::Spec (needs Thomas Wegner's upcoming patch
14912              for File::Spec::Mac::catfile)
14913      Branch: perl
14914            ! lib/h2xs.t
14915 ____________________________________________________________________________
14916 [ 12432] By: jhi                                   on 2001/10/13  23:17:31
14917         Log: Subject: [PATCH] Re: default module version for h2xs (was Re: [PATCH] Re: What sort of Makefile.PL should h2xs write?)   
14918              From: Nicholas Clark <nick@ccl4.org>
14919              Date: Sat, 13 Oct 2001 00:07:31 +0100
14920              Message-ID: <20011013000731.D67535@plum.flirble.org>
14921      Branch: perl
14922            ! lib/h2xs.t utils/h2xs.PL
14923 ____________________________________________________________________________
14924 [ 12431] By: jhi                                   on 2001/10/13  22:35:58
14925         Log: Define PASTHRU_DEFINE and PASTHRU_INC (which are used
14926              before DEFINE and INC), and repent by taking DEFINE and
14927              INC away from PASTHRU.
14928      Branch: perl
14929            ! lib/ExtUtils/MM_Unix.pm
14930 ____________________________________________________________________________
14931 [ 12430] By: jhi                                   on 2001/10/13  21:23:09
14932         Log: More MANIFEST anomalies.
14933      Branch: perl
14934            ! MANIFEST
14935 ____________________________________________________________________________
14936 [ 12429] By: jhi                                   on 2001/10/13  21:01:32
14937         Log: Not that many.
14938      Branch: perl
14939            ! MANIFEST
14940 ____________________________________________________________________________
14941 [ 12428] By: sky                                   on 2001/10/13  20:59:27
14942         Log: Subject: [DOC PATCH] pod syntax fixups for File::Spec::* modules
14943              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14944              Date: Sat, 13 Oct 2001 23:15:55 +0200
14945              Message-ID: <20011013231555.A18071@rafael>
14946      Branch: perl
14947            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm lib/File/Spec/Mac.pm
14948            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
14949 ____________________________________________________________________________
14950 [ 12427] By: jhi                                   on 2001/10/13  20:54:17
14951         Log: Rewrite mktables from scratch.
14952              - Cleaner.
14953              - Faster: 15-20 seconds as opposed to several minutes.
14954              - More dynamic: the names of the various categories
14955              such as the linebreak ones are dynamic, not static.
14956              - Is.pl: long names for the general category properties
14957              are now available.
14958              - Ranges (<... ,First>, <..., Last>) from the general
14959              categories work now.
14960              - No more mktables.PL because the mktables.PL is not
14961              and never has been run to create a mktables.
14962              - syllables.txt and Is/Syl*.pl removed: non-standard
14963              (not part of the Unicode), and the whole concept is
14964              being reworked (http://syllabary.sourceforge.net/),
14965              the old way wouldn't even work with the new Syllables.txt
14966              (it would result in 1000+ new categories)
14967      Branch: perl
14968            + lib/unicore/In/163.pl lib/unicore/In/164.pl
14969            + lib/unicore/In/165.pl lib/unicore/In/166.pl
14970            + lib/unicore/In/167.pl lib/unicore/In/168.pl
14971            + lib/unicore/In/169.pl lib/unicore/In/170.pl
14972            + lib/unicore/In/171.pl lib/unicore/Is.pl
14973            + lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
14974            + lib/unicore/mktables
14975            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
14976            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
14977            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
14978            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
14979            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
14980            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
14981            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
14982            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
14983            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
14984            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
14985            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
14986            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
14987            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
14988            - lib/unicore/syllables.txt
14989            ! (edit 304 files)
14990 ____________________________________________________________________________
14991 [ 12426] By: ams                                   on 2001/10/13  18:05:36
14992         Log: ExtUtils::MM_Unix should ignore comments when searching for
14993              $VERSION.
14994      Branch: perl
14995            ! lib/ExtUtils/MM_Unix.pm
14996 ____________________________________________________________________________
14997 [ 12425] By: jhi                                   on 2001/10/13  12:26:41
14998         Log: Subject: Re: New module XML::Clean
14999              From: andreas.koenig@anima.de (Andreas J. Koenig)
15000              Date: 13 Oct 2001 10:17:09 +0200
15001              Message-ID: <m37ku0t0my.fsf@anima.de>
15002      Branch: perl
15003            ! pod/perlnewmod.pod
15004 ____________________________________________________________________________
15005 [ 12424] By: sky                                   on 2001/10/13  09:39:59
15006         Log: Set thread stack size if needed.
15007      Branch: perl
15008            ! ext/threads/threads.xs
15009 ____________________________________________________________________________
15010 [ 12423] By: sky                                   on 2001/10/13  09:36:49
15011         Log: We do want to set the attribute to joinable even on modern posix
15012              platforms.
15013      Branch: perl
15014            ! ext/threads/threads.xs
15015 ____________________________________________________________________________
15016 [ 12422] By: jhi                                   on 2001/10/13  02:04:44
15017         Log: Subject: [PATCH ext/Data/Dumper.xs]
15018              From: Brian Ingerson <ingy@ttul.org>
15019              Date: Fri, 12 Oct 2001 19:32:35 -0700
15020              Message-ID: <20011012193235.B889@ttul.org>
15021      Branch: perl
15022            ! ext/Data/Dumper/Dumper.xs
15023 ____________________________________________________________________________
15024 [ 12421] By: jhi                                   on 2001/10/12  23:22:45
15025         Log: Update Changes.
15026      Branch: perl
15027            ! Changes patchlevel.h
15028 ____________________________________________________________________________
15029 [ 12420] By: jhi                                   on 2001/10/12  22:51:17
15030         Log: FAQ sync.
15031      Branch: perl
15032            ! pod/perlfaq3.pod pod/perlfaq4.pod
15033 ____________________________________________________________________________
15034 [ 12419] By: jhi                                   on 2001/10/12  22:46:49
15035         Log: Subject: RE: [PATCH File::Copy] Silence warnings for tied filehandles     
15036              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
15037              Date: Fri, 12 Oct 2001 11:51:05 -0700
15038              Message-ID: <35A280DF784CD411A06B0008C7B130AD0115DDAE@sdex04.sd.intuit.com>
15039      Branch: perl
15040            ! lib/File/Copy.pm
15041 ____________________________________________________________________________
15042 [ 12418] By: jhi                                   on 2001/10/12  22:44:24
15043         Log: Subject: [PATCH lib/Term/Complete.t] Rethinking the Test
15044              From: "chromatic" <chromatic@rmci.net>     
15045              Date: Thu, 11 Oct 2001 10:57:55 -0600
15046              Message-ID: <20011011170354.74354.qmail@onion.perl.org>
15047              
15048              Subject: [PATCH Complete.pm] Re: [PATCH lib/Term/Complete.t] Rethinking the Test
15049              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15050              Date: Thu, 11 Oct 2001 22:34:21 +0200
15051              Message-ID: <20011011223421.A693@rafael>     
15052              
15053              plus undef $Term::Complete::stty as suggested by Rafael.
15054      Branch: perl
15055            ! lib/Term/Complete.pm lib/Term/Complete.t
15056 ____________________________________________________________________________
15057 [ 12417] By: jhi                                   on 2001/10/12  20:35:49
15058         Log: UUnndduupplleexx..
15059      Branch: perl
15060            ! perl.h
15061 ____________________________________________________________________________
15062 [ 12416] By: sky                                   on 2001/10/12  20:16:19
15063         Log: Subject: Re: Sparc/Linux/ithreads unhappy @12391 [PATCH]
15064              From: Andy Dougherty <doughera@lafayette.edu>
15065              Date: Fri, 12 Oct 2001 16:53:03 -0400 (EDT)
15066              Message-ID: <Pine.SOL.4.10.10110121647360.11279-100000@maxwell.phys.lafayette.edu>
15067              (Potentially only band-aid)
15068      Branch: perl
15069            ! sv.c
15070 ____________________________________________________________________________
15071 [ 12415] By: jhi                                   on 2001/10/12  20:13:06
15072         Log: VMS pre-7.0 (which doesn't have sigaction()) uniformly
15073              mishandles kill(), and therefore the sigaction test
15074              should be skipped, from Charles Lane.
15075      Branch: perl
15076            ! ext/POSIX/t/sigaction.t
15077 ____________________________________________________________________________
15078 [ 12414] By: sky                                   on 2001/10/12  18:47:49
15079         Log: Perhaps other OLD_POSIX_API systems might be happy and not only HP-UX 10.20
15080      Branch: perl
15081            ! op.h
15082 ____________________________________________________________________________
15083 [ 12413] By: jhi                                   on 2001/10/12  18:35:31
15084         Log: Upgrade to Math::BigInt 1.44 from Tels and
15085              further fixes from John Peacock.
15086      Branch: perl
15087            + lib/Math/BigInt/t/Math/Subclass.pm
15088            + lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
15089            + lib/Math/BigInt/t/subclass.t
15090            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
15091            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
15092            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
15093            ! lib/Math/BigInt/t/mbimbf.t
15094 ____________________________________________________________________________
15095 [ 12412] By: sky                                   on 2001/10/12  18:28:23
15096         Log: perhaps pthread_attr_t really needs to be set for the old api
15097      Branch: perl
15098            ! ext/threads/threads.xs
15099 ____________________________________________________________________________
15100 [ 12411] By: sky                                   on 2001/10/12  18:11:45
15101         Log: pthread_keycreate not pthread_key_create under the here be dragons API
15102      Branch: perl
15103            ! ext/threads/threads.h
15104 ____________________________________________________________________________
15105 [ 12410] By: sky                                   on 2001/10/12  18:07:37
15106         Log: Apperently OLD PTHREADS API is a bit retarded.
15107              This should fix another set of compile failures in HP-UX 10.20.
15108      Branch: perl
15109            ! ext/threads/threads.h ext/threads/threads.xs
15110 ____________________________________________________________________________
15111 [ 12409] By: nick                                  on 2001/10/12  15:30:01
15112         Log: Blind integrate of mainline
15113      Branch: perlio
15114           +> (branch 32 files)
15115            - lib/unicode/README
15116           !> (integrate 121 files)
15117 ____________________________________________________________________________
15118 [ 12408] By: sky                                   on 2001/10/12  14:55:08
15119         Log: Let us avoid being smart for now.
15120      Branch: perl
15121            ! ext/threads/threads.h
15122 ____________________________________________________________________________
15123 [ 12407] By: sky                                   on 2001/10/12  14:38:12
15124         Log: (void*) the argument to make sure we work with picky compilers
15125      Branch: perl
15126            ! ext/threads/threads.xs
15127 ____________________________________________________________________________
15128 [ 12406] By: ams                                   on 2001/10/12  13:26:04
15129         Log: (replaced with #12600)
15130              
15131              Subject: [PATCH 5.6.1 perldoc] use File::Temp
15132              From: Mikhail Zabaluev <mhz@alt-linux.org>
15133              Date: Fri, 12 Oct 2001 12:47:47 +0400
15134              Message-Id: <20011012124747.E13918@localhost.localdomain>
15135      Branch: perl
15136            ! utils/perldoc.PL
15137 ____________________________________________________________________________
15138 [ 12405] By: ams                                   on 2001/10/12  13:05:32
15139         Log: Subject: [PATCH] (Was: lib/Memoize/t/speed.................FAILED at test 2)
15140              From: andreas.koenig@anima.de (Andreas J. Koenig)
15141              Date: 12 Oct 2001 11:12:07 +0200
15142              Message-Id: <m3wv21te6w.fsf_-_@anima.de>
15143      Branch: perl
15144            ! lib/Memoize/t/speed.t
15145 ____________________________________________________________________________
15146 [ 12404] By: sky                                   on 2001/10/12  12:46:15
15147         Log: A) Support OLD_PTHREADS_API
15148              B) Change from using pthread_t to using a TLS to store the
15149              index of the thread in an hash, this is to avoid problems when
15150              in fact pthread_t was not a seralizable type.
15151              Both these changes are because of HP-UX 10.20
15152              This has not been tested on win32 but should work there.
15153              Need to add support for NetWare.
15154      Branch: perl
15155            ! ext/threads/threads.h ext/threads/threads.xs
15156 ____________________________________________________________________________
15157 [ 12403] By: ams                                   on 2001/10/12  07:34:19
15158         Log: Subject: Re: New module XML::Clean
15159              From: andreas.koenig@anima.de (Andreas J. Koenig)
15160              Date: 12 Oct 2001 10:20:35 +0200
15161              Message-Id: <m3elo9uv58.fsf@anima.de>
15162      Branch: perl
15163            ! pod/perlnewmod.pod
15164 ____________________________________________________________________________
15165 [ 12402] By: jhi                                   on 2001/10/11  19:51:04
15166         Log: More HP model tweaks from Merijn.
15167      Branch: perl
15168            ! README.hpux
15169 ____________________________________________________________________________
15170 [ 12401] By: jhi                                   on 2001/10/11  13:03:10
15171         Log: Update Changes.
15172      Branch: perl
15173            ! Changes patchlevel.h
15174 ____________________________________________________________________________
15175 [ 12400] By: jhi                                   on 2001/10/11  11:33:20
15176         Log: HP-UX update from H.Merijn Brand.
15177      Branch: perl
15178            ! README.hpux
15179 ____________________________________________________________________________
15180 [ 12399] By: jhi                                   on 2001/10/11  00:53:56
15181         Log: Subject: [PATCH] fix link rot in README.vms
15182              From: "Craig A. Berry" <craigberry@mac.com>
15183              Date: Wed, 10 Oct 2001 17:17:00 -0500
15184              Message-Id: <5.1.0.14.0.20011010171057.01bd77c8@exchi01>
15185      Branch: perl
15186            ! README.vms
15187 ____________________________________________________________________________
15188 [ 12398] By: jhi                                   on 2001/10/11  00:49:42
15189         Log: Subject: [PATCH lib/Term/Complete.t] (was Re: lib/Term/Complete.t won't complete in background)
15190              From: "chromatic" <chromatic@rmci.net>
15191              Date: Wed, 10 Oct 2001 15:50:30 -0600
15192              Message-ID: <20011010215627.13283.qmail@onion.perl.org> 
15193      Branch: perl
15194            ! lib/Term/Complete.t
15195 ____________________________________________________________________________
15196 [ 12397] By: jhi                                   on 2001/10/11  00:48:54
15197         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Packlist.t] Add Tests for ExtUtils::Packlist
15198              From: "chromatic" <chromatic@rmci.net>
15199              Date: Wed, 10 Oct 2001 15:45:42 -0600
15200              Message-ID: <20011010215140.8913.qmail@onion.perl.org>
15201      Branch: perl
15202            + lib/ExtUtils/Packlist.t
15203            ! MANIFEST
15204 ____________________________________________________________________________
15205 [ 12396] By: jhi                                   on 2001/10/10  20:20:22
15206         Log: VMS needs quotes around the -I option to keep it from
15207              being downcased, from Charles Lane.
15208      Branch: perl
15209            ! t/run/kill_perl.t
15210 ____________________________________________________________________________
15211 [ 12395] By: ams                                   on 2001/10/10  16:22:32
15212         Log: Subject: [PATCH lib/FindBin.pm]
15213              From: Stas Bekman <stas@stason.org>
15214              Date: Tue, 09 Oct 2001 23:57:10 +0800
15215              Message-Id: <3BC31E56.60805@stason.org>
15216      Branch: perl
15217            ! lib/FindBin.pm
15218 ____________________________________________________________________________
15219 [ 12394] By: ams                                   on 2001/10/10  16:09:53
15220         Log: Subject: Re: /usr/include/sys/e ?? (perl@12340)
15221              From: Abhijit Menon-Sen <ams@wiw.org>
15222              Date: Wed, 10 Oct 2001 21:59:33 +0530
15223              Message-Id: <20011010215933.B2444@lustre.dyn.wiw.org>
15224      Branch: perl
15225            ! ext/Data/Dumper/Dumper.xs
15226 ____________________________________________________________________________
15227 [ 12393] By: jhi                                   on 2001/10/10  15:53:39
15228         Log: VMS: reorder the elimination of 000000 in the canonpath logic,
15229              from Charles Lane.
15230      Branch: perl
15231            ! lib/File/Spec/VMS.pm
15232 ____________________________________________________________________________
15233 [ 12392] By: ams                                   on 2001/10/10  14:49:43
15234         Log: Subject: [PATCH] two s/// bugfixes
15235              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15236              Date: Wed, 10 Oct 2001 17:23:44 +0200
15237              Message-Id: <20011010172344.C22440@rafael>
15238      Branch: perl
15239            ! pp_ctl.c regexec.c t/op/subst.t
15240 ____________________________________________________________________________
15241 [ 12391] By: jhi                                   on 2001/10/10  12:22:02
15242         Log: Fix/improve handling of the [000000] special "root"
15243              directory, by putting cwd in canonical form when doing
15244              abs2rel, and prepending a 000000 to directory "chunks"
15245              if missing from base or path.  Also adjust test to
15246              reflect the (improved) output from abs2rel.
15247              From Charles Lane.
15248      Branch: perl
15249            ! lib/File/Spec.t lib/File/Spec/VMS.pm
15250 ____________________________________________________________________________
15251 [ 12390] By: jhi                                   on 2001/10/10  11:48:14
15252         Log: In VMS the copy-to-untaint %ENV in the initialization also loses
15253              all of the extra VMSish attributes (such as "treat this logical
15254              as a device name") that are necessary to make programs run.
15255              A tainted %ENV does not hinder VMS.  From Charles Lane.
15256      Branch: perl
15257            ! lib/File/Find/t/taint.t
15258 ____________________________________________________________________________
15259 [ 12389] By: jhi                                   on 2001/10/10  11:40:29
15260         Log: VMS-specific fixes to the ExtUtils::Manifest tests.
15261              
15262              o  VMS is case-insensitive, RTL downcases filenames read
15263              by perl... so need to re-upcase filenames like MANIFEST
15264              and MANIFEST.SKIP
15265              
15266              o  Need to convert VMS-style to Unix-style filenames when comparing
15267              names in MANIFEST to names in filesystem.
15268              
15269              o  Need to remove mantest/MANIFEST before rmdir'ing mantest,
15270              since VMS won't let you (easily) delete non-empty directories.
15271              
15272              From Charles Lane.
15273      Branch: perl
15274            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Manifest.t
15275 ____________________________________________________________________________
15276 [ 12388] By: jhi                                   on 2001/10/10  11:28:44
15277         Log: Unix and VMS agree on "*" as a "match any number of any chars"
15278              wildcards, but differ ("?"  vs.  "%") for their "match any single
15279              char" wildcard.  This patch changes "?"  chars to "%" before doing a
15280              VMS glob...at no loss of functionality, since "?"  isn't a valid
15281              filename char on VMS.  From Charles Lane.
15282      Branch: perl
15283            ! doio.c
15284 ____________________________________________________________________________
15285 [ 12387] By: jhi                                   on 2001/10/10  11:20:13
15286         Log: (accidentally empty submit; new life as #12390)
15287      Branch: perl
15288            ! lib/File/Find/t/taint.t
15289 ____________________________________________________________________________
15290 [ 12386] By: jhi                                   on 2001/10/10  11:12:40
15291         Log: Even more VMS tweakage from Charles Lane:
15292              
15293              Tweak #1:  splitdir only works on directory part of filespec,
15294              split off volume first
15295              Tweak #2:  VMS pre-7.0's $ENV{'HOME'} is not settable
15296              (it's a horrible kludge in the run-time library,
15297              improved in later versions). Check the
15298              $Config{'d_setenv'} flag before attempting to set it.
15299      Branch: perl
15300            ! t/op/chdir.t
15301 ____________________________________________________________________________
15302 [ 12385] By: jhi                                   on 2001/10/09  20:34:36
15303         Log: VMS tweakage from Charles Lane.
15304              
15305              . command.com doubles an output line when prompting for extensions
15306              . Term::Cap has no business trying to run obscure Un*x utilities on VMS
15307              . perl5db doesn't clean up after itself
15308      Branch: perl
15309            ! configure.com lib/Term/Cap.pm lib/perl5db.pl
15310 ____________________________________________________________________________
15311 [ 12384] By: sky                                   on 2001/10/09  19:16:11
15312         Log: Subject: [PATCH again again], Re: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
15313              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15314              Date: Tue, 9 Oct 2001 22:10:26 +0200
15315              Message-ID: <20011009221026.A8579@rafael>
15316      Branch: perl
15317            ! pod/perldata.pod
15318 ____________________________________________________________________________
15319 [ 12383] By: jhi                                   on 2001/10/09  14:33:15
15320         Log: Subject: [PATCH t/op/subst.t] new tests, new TODO test
15321              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
15322              Date: 9 Oct 2001 15:15:06 -0000
15323              Message-Id: <slrn9s653h.h2p.rgarciasuarez@rafael.kazibao.net>
15324      Branch: perl
15325            ! t/op/subst.t
15326 ____________________________________________________________________________
15327 [ 12382] By: jhi                                   on 2001/10/09  14:03:30
15328         Log: Update Changes.
15329      Branch: perl
15330            ! Changes patchlevel.h
15331 ____________________________________________________________________________
15332 [ 12381] By: jhi                                   on 2001/10/09  13:52:50
15333         Log: Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat
15334              Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat,
15335              when a NULL is passed for the filename string pointer.
15336              From Charles Lane.
15337      Branch: perl
15338            ! vms/vms.c
15339 ____________________________________________________________________________
15340 [ 12379] By: jhi                                   on 2001/10/09  13:03:49
15341         Log: Subject: HP systems update
15342              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15343              Date: Tue, 09 Oct 2001 15:59:22 +0200
15344              Message-Id: <20011009155614.A4F5.H.M.BRAND@hccnet.nl>
15345      Branch: perl
15346            ! README.hpux
15347 ____________________________________________________________________________
15348 [ 12378] By: jhi                                   on 2001/10/09  12:52:21
15349         Log: CPAN::Nox does now have a test.
15350      Branch: perl
15351            ! t/lib/1_compile.t
15352 ____________________________________________________________________________
15353 [ 12377] By: jhi                                   on 2001/10/09  12:23:27
15354         Log: Subject: [ID 20011001.009] /usr/bin/perl (in addition to /usr/local/bin/perl)
15355              From: David Dyck <dcd@tc.fluke.com>
15356              Date: Mon, 1 Oct 2001 12:17:36 -0700
15357              Message-Id: <200110011917.MAA11879@dd.tc.fluke.com>
15358      Branch: perl
15359            ! installperl
15360 ____________________________________________________________________________
15361 [ 12376] By: jhi                                   on 2001/10/09  12:18:39
15362         Log: NetWare update from Ananth Kesari.
15363      Branch: perl
15364            ! NetWare/nwperlsys.h makedef.pl
15365 ____________________________________________________________________________
15366 [ 12375] By: jhi                                   on 2001/10/09  11:43:01
15367         Log: Subject: [PATCH Perl@12307] File::Find test on VMS
15368              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
15369              Date: Tue, 9 Oct 2001 08:40:57 EDT
15370              Message-Id: <011009083426.17530f@DUPHY4.Physics.Drexel.Edu>
15371      Branch: perl
15372            ! lib/File/Find/t/find.t
15373 ____________________________________________________________________________
15374 [ 12374] By: ams                                   on 2001/10/09  05:31:45
15375         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Mkbootstrap.t] Add Tests for
15376              ExtUtils::Mkbootstrap
15377              From: "chromatic" <chromatic@rmci.net>
15378              Date: Tue, 09 Oct 2001 00:08:37 -0600
15379              Message-Id: <20011009061432.46666.qmail@onion.perl.org>
15380      Branch: perl
15381            + lib/ExtUtils/Mkbootstrap.t
15382            ! MANIFEST
15383 ____________________________________________________________________________
15384 [ 12373] By: jhi                                   on 2001/10/09  02:56:13
15385         Log: Enable more debugging.
15386      Branch: perl
15387            ! lib/utf8_heavy.pl
15388 ____________________________________________________________________________
15389 [ 12372] By: ams                                   on 2001/10/09  02:11:59
15390         Log: #12370 forgot to modify is_gv_magical().
15391      Branch: perl
15392            ! gv.c
15393 ____________________________________________________________________________
15394 [ 12371] By: jhi                                   on 2001/10/09  01:48:17
15395         Log: Make the toupper/lower/title API for Unicode not right
15396              but at least less wrong: prepare for the mapping being
15397              more than just one-character-to-one-character.
15398      Branch: perl
15399            ! embed.h embed.pl global.sym handy.h pp.c proto.h regcomp.c
15400            ! regexec.c utf8.c
15401 ____________________________________________________________________________
15402 [ 12370] By: jhi                                   on 2001/10/09  01:23:08
15403         Log: Subject: Re: [PATCH mg.c gv.c and others] ${^TAINT}
15404              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
15405              Date: Mon, 8 Oct 2001 22:18:23 -0400
15406              Message-ID: <20011008221823.A413700@linguist.thayer.dartmouth.edu>
15407      Branch: perl
15408            ! pod/perlvar.pod t/op/taint.t
15409 ____________________________________________________________________________
15410 [ 12369] By: jhi                                   on 2001/10/08  23:31:21
15411         Log: FAQ sync.
15412      Branch: perl
15413            ! pod/perlfaq3.pod pod/perlfaq4.pod
15414 ____________________________________________________________________________
15415 [ 12368] By: jhi                                   on 2001/10/08  21:20:45
15416         Log: Subject: [PATCH lib/Term/Cap.t] Fix Debian Failures on Test 22
15417              From: "chromatic" <chromatic@rmci.net>
15418              Date: Mon, 08 Oct 2001 14:05:32 -0600
15419              Message-ID: <20011008201126.73702.qmail@onion.perl.org>
15420      Branch: perl
15421            ! lib/Term/Cap.t
15422 ____________________________________________________________________________
15423 [ 12367] By: jhi                                   on 2001/10/08  21:10:49
15424         Log: Subject: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
15425              From: Michael G Schwern <schwern@pobox.com>
15426              Date: Mon, 8 Oct 2001 17:00:14 -0400
15427              Message-ID: <20011008170014.L17083@blackrider>
15428      Branch: perl
15429            ! gv.c mg.c pod/perlvar.pod t/op/magic.t t/op/taint.t
15430 ____________________________________________________________________________
15431 [ 12366] By: jhi                                   on 2001/10/08  20:43:19
15432         Log: Subject: [PATCH Perl@12307] Time::Hires for VMS pre-7.0
15433              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
15434              Date: Mon, 8 Oct 2001 16:01:33 EDT
15435              Message-Id: <011008155856.1604b5@DUPHY4.Physics.Drexel.Edu>
15436      Branch: perl
15437            ! ext/Time/HiRes/HiRes.xs
15438 ____________________________________________________________________________
15439 [ 12365] By: jhi                                   on 2001/10/08  20:41:50
15440         Log: Subject: [PATCH] Autosplit patch for VMS
15441              From: "Craig A. Berry" <craigberry@mac.com>
15442              Date: Mon, 08 Oct 2001 15:40:43 -0500
15443              Message-Id: <5.1.0.14.0.20011008150808.02302618@exchi01>
15444      Branch: perl
15445            ! lib/AutoSplit.pm lib/AutoSplit.t
15446 ____________________________________________________________________________
15447 [ 12364] By: jhi                                   on 2001/10/08  20:36:58
15448         Log: Don't assume that everybody is running OS X 10.1 yet;
15449              from Kay Röpke.
15450      Branch: perl
15451            ! hints/darwin.sh
15452 ____________________________________________________________________________
15453 [ 12363] By: jhi                                   on 2001/10/08  14:26:35
15454         Log: Update Changes.
15455      Branch: perl
15456            ! Changes patchlevel.h
15457 ____________________________________________________________________________
15458 [ 12362] By: jhi                                   on 2001/10/08  14:05:50
15459         Log: Retract #12358 for now.
15460      Branch: perl
15461            ! lib/Term/Cap.t
15462 ____________________________________________________________________________
15463 [ 12361] By: jhi                                   on 2001/10/08  13:57:10
15464         Log: Can't figure out what this is testing.
15465              (If it is trying to catch SIGKILL, it should stop
15466              trying because that is by definition impossible.)
15467      Branch: perl
15468            ! lib/sigtrap.t
15469 ____________________________________________________________________________
15470 [ 12360] By: jhi                                   on 2001/10/08  13:23:28
15471         Log: Subject: [PATCH bleadperl] why some tests fail on Win95...
15472              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
15473              Date: Sun, 30 Sep 2001 21:15:13 +0200
15474              Message-ID: <5033457805.20010930211513@tesla.rcub.bg.ac.yu>
15475      Branch: perl
15476            ! lib/ExtUtils/MM_Win32.pm
15477 ____________________________________________________________________________
15478 [ 12359] By: jhi                                   on 2001/10/08  12:37:17
15479         Log: Clarify the ldlibpth part and condense the overall text.
15480      Branch: perl
15481            ! t/TEST
15482 ____________________________________________________________________________
15483 [ 12358] By: jhi                                   on 2001/10/08  11:56:49
15484         Log: Subject: Re: [PATCH] & what's to be done for 5.8.0?
15485              From: "chromatic" <chromatic@rmci.net>
15486              Date: Sun, 07 Oct 2001 16:59:26 -0600
15487              Message-ID: <20011007230518.90917.qmail@onion.perl.org>
15488      Branch: perl
15489            ! lib/Term/Cap.t
15490 ____________________________________________________________________________
15491 [ 12357] By: jhi                                   on 2001/10/08  11:54:50
15492         Log: Update the list because fo #12265.
15493      Branch: perl
15494            ! t/lib/1_compile.t
15495 ____________________________________________________________________________
15496 [ 12356] By: jhi                                   on 2001/10/08  11:53:30
15497         Log: Subject: [PATCH] & what's to be done for 5.8.0? 
15498              From: Nicholas Clark <nick@ccl4.org>
15499              Date: Sun, 7 Oct 2001 20:53:33 +0100
15500              Message-ID: <20011007205333.S38756@plum.flirble.org>   
15501      Branch: perl
15502            ! ext/B/t/showlex.t ext/B/t/stash.t ext/Cwd/t/taint.t
15503            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
15504            ! ext/DB_File/t/db-recno.t ext/Fcntl/t/fcntl.t lib/CGI/t/carp.t
15505            ! lib/CGI/t/cookie.t lib/File/Find/t/taint.t lib/FindBin.t
15506            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
15507            ! lib/Net/t/smtp.t lib/Switch/t/given.t lib/Switch/t/nested.t
15508            ! lib/Switch/t/switch.t lib/Term/Complete.t
15509            ! lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/todo.t
15510            ! lib/bigfloat.t lib/bigint.t lib/integer.t t/op/flip.t
15511            ! t/op/my_stash.t
15512 ____________________________________________________________________________
15513 [ 12355] By: jhi                                   on 2001/10/08  11:51:29
15514         Log: Integrate patch #12350 from maintperl; typo in
15515              IO::Seekable doc.
15516      Branch: perl
15517           !> ext/IO/lib/IO/Seekable.pm
15518 ____________________________________________________________________________
15519 [ 12354] By: jhi                                   on 2001/10/08  11:41:16
15520         Log: Detypo.
15521      Branch: perl
15522            ! hints/darwin.sh
15523 ____________________________________________________________________________
15524 [ 12353] By: sky                                   on 2001/10/07  17:16:14
15525         Log: Change 12349 didn't really get it right.
15526      Branch: perl
15527            ! lib/Unicode/README
15528 ____________________________________________________________________________
15529 [ 12352] By: jhi                                   on 2001/10/07  15:03:18
15530         Log: If running the harness the dynamic library search path
15531              may need setting.
15532      Branch: perl
15533            ! t/TEST
15534 ____________________________________________________________________________
15535 [ 12351] By: jhi                                   on 2001/10/07  14:17:12
15536         Log: It seems that in MacOS X 10.1 one must use -flat_namespace
15537              in ldflags.
15538      Branch: perl
15539            ! hints/darwin.sh
15540 ____________________________________________________________________________
15541 [ 12350] By: gsar                                  on 2001/10/07  13:30:42
15542         Log: typo in IO::Seekable doc
15543      Branch: maint-5.6/perl
15544            ! ext/IO/lib/IO/Seekable.pm
15545 ____________________________________________________________________________
15546 [ 12349] By: jhi                                   on 2001/10/07  12:49:31
15547         Log: Give up the fantasy of having lib/Unicode and lib/unicode:
15548              doesn't work on Mac OS X 10.1 (when unpacking the tar the
15549              latter gets renamed as lib/unicode:1, assumedly for security
15550              reasons not to overwrite stuff)
15551      Branch: perl
15552            + lib/Unicode/README
15553            - lib/unicode/README
15554            ! MANIFEST
15555 ____________________________________________________________________________
15556 [ 12348] By: ams                                   on 2001/10/07  05:33:40
15557         Log: Subject: [PATCH MANIFEST lib/CPAN/t/Nox.t] Add Tests for CPAN::Nox
15558              From: "chromatic" <chromatic@rmci.net>
15559              Date: Sat, 06 Oct 2001 21:42:03 -0600
15560              Message-Id: <20011007034754.21057.qmail@onion.perl.org>
15561      Branch: perl
15562            + lib/CPAN/t/Nox.t
15563            ! MANIFEST
15564 ____________________________________________________________________________
15565 [ 12347] By: ams                                   on 2001/10/07  00:48:10
15566         Log: Subject: [PATCH MANIFEST lib/sigtrap.t] Add Tests for sigtrap.pm
15567              From: "chromatic" <chromatic@rmci.net>
15568              Date: Sat, 06 Oct 2001 18:52:10 -0600
15569              Message-Id: <20011007005801.98381.qmail@onion.perl.org>
15570      Branch: perl
15571            + lib/sigtrap.t
15572            ! MANIFEST
15573 ____________________________________________________________________________
15574 [ 12346] By: ams                                   on 2001/10/06  23:14:01
15575         Log: Subject: [PATCH] (was Re: [PATCH] Re: What sort of Makefile.PL should
15576              h2xs write?)
15577              From: Nicholas Clark <nick@ccl4.org>
15578              Date: Sat, 6 Oct 2001 21:46:43 +0100
15579              Message-Id: <20011006214643.L38756@plum.flirble.org>
15580      Branch: perl
15581            ! utils/h2xs.PL
15582 ____________________________________________________________________________
15583 [ 12345] By: ams                                   on 2001/10/06  17:39:53
15584         Log: Subject: [PATCH] Memoize tests
15585              From: Nicholas Clark <nick@ccl4.org>
15586              Date: Sat, 6 Oct 2001 18:04:21 +0100
15587              Message-Id: <20011006180421.J38756@plum.flirble.org>
15588      Branch: perl
15589            ! lib/Memoize/t/array.t lib/Memoize/t/array_confusion.t
15590            ! lib/Memoize/t/correctness.t lib/Memoize/t/errors.t
15591            ! lib/Memoize/t/expire.t lib/Memoize/t/expire_file.t
15592            ! lib/Memoize/t/expire_module_n.t
15593            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
15594            ! lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
15595            ! lib/Memoize/t/speed.t lib/Memoize/t/tie.t
15596            ! lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
15597            ! lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
15598            ! lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
15599 ____________________________________________________________________________
15600 [ 12344] By: jhi                                   on 2001/10/06  00:30:23
15601         Log: Retract the latter part of #12343.
15602      Branch: perl
15603            ! ext/IO/lib/IO/Socket/INET.pm
15604 ____________________________________________________________________________
15605 [ 12343] By: jhi                                   on 2001/10/05  23:32:07
15606         Log: Subject: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
15607              From: David Dyck <dcd@tc.fluke.com>
15608              Date: Fri, 5 Oct 2001 16:04:43 -0700 (PDT)
15609              Message-ID: <Pine.LNX.4.33.0110051548340.9856-100000@dd.tc.fluke.com>
15610              
15611              Subject: Re: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
15612              From: David Dyck <dcd@tc.fluke.com>
15613              Date: Fri, 5 Oct 2001 17:27:46 -0700 (PDT)
15614              Message-ID: <Pine.LNX.4.33.0110051714350.14248-100000@dd.tc.fluke.com>
15615      Branch: perl
15616            ! ext/IO/lib/IO/Socket/INET.pm
15617 ____________________________________________________________________________
15618 [ 12342] By: jhi                                   on 2001/10/05  16:28:37
15619         Log: Subject: [PATCH perl@12307] Re: test names from C<make TEST>
15620              From: Robin Barker <rmb1@cise.npl.co.uk>
15621              Date: Fri, 5 Oct 2001 18:20:44 +0100 (BST)
15622              Message-Id: <200110051720.SAA17023@tempest.npl.co.uk>
15623      Branch: perl
15624            ! t/TEST
15625 ____________________________________________________________________________
15626 [ 12341] By: jhi                                   on 2001/10/05  13:54:08
15627         Log: Don't assume that %x is good for displaying UVs.
15628      Branch: perl
15629            ! dump.c
15630 ____________________________________________________________________________
15631 [ 12340] By: jhi                                   on 2001/10/05  12:41:31
15632         Log: Update Changes.
15633      Branch: perl
15634            ! Changes patchlevel.h
15635 ____________________________________________________________________________
15636 [ 12339] By: ams                                   on 2001/10/05  10:22:34
15637         Log: Subject: [PATCH] perlfunc/select
15638              From: Nicholas Clark <nick@ccl4.org>
15639              Date: Fri, 5 Oct 2001 11:33:58 +0100
15640              Message-Id: <20011005113358.Z38756@plum.flirble.org>
15641      Branch: perl
15642            ! pod/perlfunc.pod
15643 ____________________________________________________________________________
15644 [ 12338] By: jhi                                   on 2001/10/04  22:54:06
15645         Log: Retract #12313 and #12249.
15646      Branch: perl
15647            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
15648            ! pod/perldata.pod pod/perldbmfilter.pod pod/perldsc.pod
15649            ! pod/perlebcdic.pod
15650 ____________________________________________________________________________
15651 [ 12337] By: jhi                                   on 2001/10/04  17:17:03
15652         Log: Subject: [PATCH] perlvms.pod update
15653              From: "Craig A. Berry" <craigberry@mac.com>
15654              Date: Thu, 04 Oct 2001 12:55:52 -0500
15655              Message-Id: <5.1.0.14.0.20011004124831.01aa49c0@exchi01>
15656      Branch: perl
15657            ! vms/perlvms.pod
15658 ____________________________________________________________________________
15659 [ 12336] By: jhi                                   on 2001/10/04  14:02:17
15660         Log: Subject: PATCH: Tie::SubstrHash
15661              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
15662              Date: Thu, 04 Oct 2001 12:12:41 +0100
15663              Message-Id: <200110041112.f94BCfS17390@crypt.compulink.co.uk> 
15664      Branch: perl
15665            ! lib/Tie/SubstrHash.pm
15666 ____________________________________________________________________________
15667 [ 12335] By: jhi                                   on 2001/10/04  04:45:00
15668         Log: Unicode properties saga continues.
15669      Branch: perl
15670            ! lib/unicore/In.pl lib/unicore/In/136.pl lib/unicore/In/155.pl
15671            ! lib/unicore/mktables.PL lib/utf8_heavy.pl
15672 ____________________________________________________________________________
15673 [ 12334] By: jhi                                   on 2001/10/04  03:42:04
15674         Log: Yet more Unicode properties.
15675      Branch: perl
15676            + lib/unicore/In/137.pl lib/unicore/In/138.pl
15677            + lib/unicore/In/139.pl lib/unicore/In/140.pl
15678            + lib/unicore/In/141.pl lib/unicore/In/142.pl
15679            + lib/unicore/In/143.pl lib/unicore/In/144.pl
15680            + lib/unicore/In/145.pl lib/unicore/In/146.pl
15681            + lib/unicore/In/147.pl lib/unicore/In/148.pl
15682            + lib/unicore/In/149.pl lib/unicore/In/150.pl
15683            + lib/unicore/In/151.pl lib/unicore/In/152.pl
15684            + lib/unicore/In/153.pl lib/unicore/In/154.pl
15685            + lib/unicore/In/155.pl lib/unicore/In/156.pl
15686            + lib/unicore/In/157.pl lib/unicore/In/158.pl
15687            + lib/unicore/In/159.pl lib/unicore/In/160.pl
15688            + lib/unicore/In/161.pl lib/unicore/In/162.pl
15689            ! MANIFEST lib/unicore/In.pl lib/unicore/In/136.pl
15690            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perltodo.pod
15691            ! pod/perlunicode.pod
15692 ____________________________________________________________________________
15693 [ 12333] By: jhi                                   on 2001/10/04  03:02:19
15694         Log: Subject: [PATCH perl@12307] 2 more VMS test tweaks
15695              From: "Craig A. Berry" <craigberry@mac.com>
15696              Date: Wed, 03 Oct 2001 17:45:25 -0500
15697              Message-Id: <5.1.0.14.0.20011003154131.01bc8528@exchi01>
15698              
15699              (the lib/Term/Complete.t patched differently by #12332)
15700      Branch: perl
15701            ! lib/ExtUtils/Command.t
15702 ____________________________________________________________________________
15703 [ 12332] By: jhi                                   on 2001/10/04  03:00:03
15704         Log: Restore only if something to restore.
15705      Branch: perl
15706            ! lib/Term/Complete.t
15707 ____________________________________________________________________________
15708 [ 12331] By: pudge                                 on 2001/10/03  19:30:48
15709         Log: Update various resources for credits,
15710              minor icons fixes, and versions.
15711      Branch: maint-5.6/macperl
15712            ! macos/MPVersion.r macos/Perl.r macos/macperl/MPDroplet.r
15713            ! macos/macperl/MPExtension.rsrc macos/macperl/MPSave.c
15714            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
15715 ____________________________________________________________________________
15716 [ 12330] By: pudge                                 on 2001/10/03  19:17:25
15717         Log: Quiet the warnings about using undef value
15718      Branch: maint-5.6/macperl
15719            ! lib/File/Temp.pm
15720 ____________________________________________________________________________
15721 [ 12329] By: pudge                                 on 2001/10/03  19:14:59
15722         Log: Fix up Ballon Help and Help menu docs (first pass);
15723              remove balloon rez file, and autogenerate with
15724              Balloon2Rez instead.
15725      Branch: maint-5.6/macperl
15726            + macos/macperl/macscripts/Balloon2Rez
15727            - macos/macperl/MPBalloons.r
15728            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.podhelp
15729 ____________________________________________________________________________
15730 [ 12328] By: pudge                                 on 2001/10/03  19:11:15
15731         Log: Allow overriding of defaults, for change #12327.
15732      Branch: maint-5.6/macperl
15733            ! perl.h
15734 ____________________________________________________________________________
15735 [ 12327] By: pudge                                 on 2001/10/03  19:10:26
15736         Log: Override PerlProc_exit.
15737      Branch: maint-5.6/macperl
15738            ! macos/macish.h
15739 ____________________________________________________________________________
15740 [ 12326] By: pudge                                 on 2001/10/03  19:08:28
15741         Log: Add in new macos/ modules, fix up BuildTools and Makefile.
15742      Branch: maint-5.6/macperl
15743            + macos/bundled_lib/blib/lib/MD5.pm
15744            + macos/bundled_lib/t/MD5/md5.t macos/lib/Mac/AETE/App.pm
15745            + macos/lib/Mac/AETE/Dialect.pm
15746            + macos/lib/Mac/AETE/Format/Converter.pm
15747            + macos/lib/Mac/AETE/Format/Dictionary.pm
15748            + macos/lib/Mac/AETE/Format/Glue.pm macos/lib/Mac/AETE/Parser.pm
15749            + macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
15750            + macos/lib/Mac/Toolbox.pod
15751            ! macos/Makefile.mk macos/lib/Mac/BuildTools.pm
15752 ____________________________________________________________________________
15753 [ 12325] By: pudge                                 on 2001/10/03  18:51:28
15754         Log: Sync up silly CVS headers ... I should commit CVS
15755              first to avoid this ...
15756      Branch: maint-5.6/macperl
15757            ! macos/config.h macos/ext/Mac/ExtUtils/MakeToolboxModule
15758            ! macos/ext/Mac/Fonts/Fonts.xs macos/ext/MacPerl/MacPerl.xs
15759            ! macos/macperl/MPEditor.c macos/macperl/MPGlobals.h
15760            ! macos/macperl/MPScript.c macos/macperl/MPUtils.c
15761 ____________________________________________________________________________
15762 [ 12324] By: pudge                                 on 2001/10/03  18:44:09
15763         Log: Fix Matthias' address, and attributions.
15764      Branch: maint-5.6/macperl
15765            ! AUTHORS README.macos ext/DynaLoader/dl_mac.xs perl.c
15766            ! pod/perlport.pod
15767 ____________________________________________________________________________
15768 [ 12323] By: pudge                                 on 2001/10/03  18:42:37
15769         Log: Fix Matthias' address, and attributions.
15770      Branch: maint-5.6/macperl
15771            ! macos/config.h macos/ext/Mac/AppleEvents/AppleEvents.pm
15772            ! macos/ext/Mac/Components/Components.pm
15773            ! macos/ext/Mac/Controls/Controls.pm macos/ext/Mac/DCon/DCon.pm
15774            ! macos/ext/Mac/Dialogs/Dialogs.pm
15775            ! macos/ext/Mac/Events/Events.pm
15776            ! macos/ext/Mac/ExtUtils/MakeToolboxModule
15777            ! macos/ext/Mac/Files/Files.pm macos/ext/Mac/Fonts/Fonts.pm
15778            ! macos/ext/Mac/Gestalt/Gestalt.pm
15779            ! macos/ext/Mac/ImageCompression/ImageCompression.pm
15780            ! macos/ext/Mac/Lists/Lists.pm macos/ext/Mac/Memory/Memory.pm
15781            ! macos/ext/Mac/Menus/Menus.pm
15782            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
15783            ! macos/ext/Mac/Movies/Movies.pm
15784            ! macos/ext/Mac/Navigation/Navigation.pm
15785            ! macos/ext/Mac/Notification/Notification.pm
15786            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
15787            ! macos/ext/Mac/QDOffscreen/QDOffscreen.pm
15788            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
15789            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.pm
15790            ! macos/ext/Mac/Resources/Resources.pm macos/ext/Mac/SAT/SAT.pm
15791            ! macos/ext/Mac/Sound/Sound.pm macos/ext/Mac/Speech/Speech.pm
15792            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
15793            ! macos/ext/Mac/StandardFile/StandardFile.pm
15794            ! macos/ext/Mac/TextEdit/TextEdit.pm
15795            ! macos/ext/Mac/Types/Types.pm macos/ext/Mac/Windows/Windows.pm
15796            ! macos/fcntl.h macos/lib/ExtUtils/MM_MacOS.pm
15797            ! macos/lib/Mac/LowMem.pm
15798 ____________________________________________________________________________
15799 [ 12322] By: sky                                   on 2001/10/03  18:41:07
15800         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
15801              From: "Craig A. Berry" <craigberry@mac.com>
15802              Date: Wed, 03 Oct 2001 14:30:55 -0500
15803              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
15804      Branch: perl
15805            ! vms/vms.c
15806 ____________________________________________________________________________
15807 [ 12321] By: jhi                                   on 2001/10/03  18:38:34
15808         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
15809              From: "Craig A. Berry" <craigberry@mac.com>
15810              Date: Wed, 03 Oct 2001 14:30:55 -0500
15811              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
15812      Branch: perl
15813            ! vms/vms.c
15814 ____________________________________________________________________________
15815 [ 12320] By: jhi                                   on 2001/10/03  16:47:30
15816         Log: Unicode properties: fix L& (the #12319 didn't allow L&,
15817              only IsL&) and Inherited (negative lookahead good);
15818              add tests for Common, Inherited, and L&.
15819      Branch: perl
15820            ! lib/utf8_heavy.pl pod/perltodo.pod t/op/pat.t
15821 ____________________________________________________________________________
15822 [ 12319] By: jhi                                   on 2001/10/03  16:12:53
15823         Log: Unicode properties: support \p{(?:Is)?L&} as an alias for \pL.
15824              (The Unicode standard uses L& quite often.)
15825      Branch: perl
15826            ! lib/utf8_heavy.pl
15827 ____________________________________________________________________________
15828 [ 12318] By: jhi                                   on 2001/10/03  15:57:34
15829         Log: Add the 'Common' Unicode property (code points not
15830              explicitly assigned to any other script).
15831      Branch: perl
15832            + lib/unicore/In/136.pl
15833            ! MANIFEST lib/unicore/In.pl lib/unicore/mktables.PL
15834 ____________________________________________________________________________
15835 [ 12317] By: jhi                                   on 2001/10/03  13:23:32
15836         Log: Skip the RV printing test under threads until fixed.
15837      Branch: perl
15838            ! ext/B/t/terse.t
15839 ____________________________________________________________________________
15840 [ 12316] By: jhi                                   on 2001/10/03  12:57:05
15841         Log: Subject: 12309 / cygwin / win2k
15842              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15843              Date: Wed, 03 Oct 2001 15:25:15 +0200
15844              Message-Id: <20011003152353.A479.H.M.BRAND@hccnet.nl>
15845      Branch: perl
15846            ! makedef.pl
15847 ____________________________________________________________________________
15848 [ 12315] By: jhi                                   on 2001/10/03  12:50:17
15849         Log: Metaconfig unit change for #12314.
15850      Branch: metaconfig
15851            ! U/modified/Head.U
15852 ____________________________________________________________________________
15853 [ 12314] By: jhi                                   on 2001/10/03  12:49:26
15854         Log: Subject: Both cygwin and djgpp on one machine
15855              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15856              Date: Wed, 03 Oct 2001 15:02:59 +0200
15857              Message-Id: <20011003150222.A474.H.M.BRAND@hccnet.nl>
15858      Branch: perl
15859            ! Configure
15860 ____________________________________________________________________________
15861 [ 12313] By: jhi                                   on 2001/10/03  12:04:49
15862         Log: (retracted by #12338)
15863              
15864              Subject: [PATCH] Code clean up for perlboot.pod
15865              From: Casey West <casey@geeknest.com>
15866              Date: Tue, 2 Oct 2001 19:24:43 -0400
15867              Message-ID: <20011002192443.B2163@stupid.geeknest.com>
15868              
15869              Subject: [PATCH] Code clean up for perlbot.diff
15870              From: Casey West <casey@geeknest.com>
15871              Date: Tue, 2 Oct 2001 19:25:22 -0400
15872              Message-ID: <20011002192522.C2163@stupid.geeknest.com>
15873              
15874              Subject: [PATCH] Code clean up for perlcall.pod
15875              From: Casey West <casey@geeknest.com>
15876              Date: Tue, 2 Oct 2001 19:25:57 -0400
15877              Message-ID: <20011002192557.D2163@stupid.geeknest.com>
15878              
15879              Subject: [PATCH] Code clean up for perldata.pod
15880              From: Casey West <casey@geeknest.com>
15881              Date: Tue, 2 Oct 2001 19:26:29 -0400
15882              Message-ID: <20011002192629.E2163@stupid.geeknest.com>
15883              
15884              Subject: [PATCH] Code clean up for perldbmfilter.pod
15885              From: Casey West <casey@geeknest.com>
15886              Date: Tue, 2 Oct 2001 19:26:59 -0400
15887              Message-ID: <20011002192659.F2163@stupid.geeknest.com>
15888              
15889              Subject: [PATCH] Code clean up for perlebcdic.pod
15890              From: Casey West <casey@geeknest.com>
15891              Date: Tue, 2 Oct 2001 19:27:37 -0400
15892              Message-ID: <20011002192737.G2163@stupid.geeknest.com>
15893      Branch: perl
15894            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
15895            ! pod/perldata.pod pod/perldbmfilter.pod pod/perlebcdic.pod
15896 ____________________________________________________________________________
15897 [ 12312] By: ams                                   on 2001/10/02  23:43:55
15898         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] makemaker@perl.org
15899              From: Michael G Schwern <schwern@pobox.com>
15900              Date: Tue, 2 Oct 2001 17:00:49 -0400
15901              Message-Id: <20011002170049.A9955@blackrider>
15902      Branch: perl
15903            ! lib/ExtUtils/MakeMaker.pm
15904 ____________________________________________________________________________
15905 [ 12311] By: jhi                                   on 2001/10/02  23:24:07
15906         Log: FAQ sync.
15907      Branch: perl
15908            ! pod/perlfaq3.pod
15909 ____________________________________________________________________________
15910 [ 12310] By: nick                                  on 2001/10/02  16:09:49
15911         Log: Integrate mainline
15912      Branch: perlio
15913           !> AUTHORS Changes ext/I18N/Langinfo/Langinfo.pm
15914           !> ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
15915           !> lib/Pod/Html.pm lib/unicore/In.pl lib/unicore/mktables.PL mg.c
15916           !> patchlevel.h t/op/pat.t
15917 ____________________________________________________________________________
15918 [ 12309] By: jhi                                   on 2001/10/02  14:34:59
15919         Log: Unicode properties: allow also intra(wordbreak)name whitespace,
15920              not just one single space.
15921      Branch: perl
15922            ! lib/unicore/In.pl lib/unicore/mktables.PL t/op/pat.t
15923 ____________________________________________________________________________
15924 [ 12308] By: jhi                                   on 2001/10/02  12:49:41
15925         Log: AUTHORS updates.
15926      Branch: perl
15927            ! AUTHORS
15928 ____________________________________________________________________________
15929 [ 12307] By: jhi                                   on 2001/10/02  12:22:21
15930         Log: Update Changes.
15931      Branch: perl
15932            ! Changes patchlevel.h
15933 ____________________________________________________________________________
15934 [ 12306] By: jhi                                   on 2001/10/02  11:59:12
15935         Log: Work around old buggy glibcs for langinfo constants,
15936              from Nicholas Clark and David Dyck.
15937      Branch: perl
15938            ! ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
15939 ____________________________________________________________________________
15940 [ 12305] By: jhi                                   on 2001/10/02  11:45:55
15941         Log: Eradicate Time::Piece; add an example.
15942      Branch: perl
15943            ! ext/I18N/Langinfo/Langinfo.pm
15944 ____________________________________________________________________________
15945 [ 12304] By: jhi                                   on 2001/10/02  11:34:18
15946         Log: Subject: [PATCH] Pod::Html makes a poor guess at author
15947              From: Robert Spier <rspier@pobox.com>
15948              Date: Mon, 1 Oct 2001 23:20:16 -0700
15949              Message-ID: <15289.23712.422087.878224@rls.cx>
15950      Branch: perl
15951            ! lib/Pod/Html.pm
15952 ____________________________________________________________________________
15953 [ 12303] By: sky                                   on 2001/10/02  10:40:57
15954         Log: Fixes obscure bug that manifests itself by.
15955              local $!=0;undef*STDOUT;#segfaults
15956              Has been around for a while. Possible other magic IO vars are
15957              possibly affected aswell. Reported by Jos Boumans.
15958      Branch: perl
15959            ! mg.c
15960 ____________________________________________________________________________
15961 [ 12302] By: nick                                  on 2001/10/02  09:00:52
15962         Log: Integrate mainline
15963      Branch: perlio
15964           !> ext/B/t/terse.t ext/I18N/Langinfo/Langinfo.t hints/darwin.sh
15965           !> lib/Term/Cap.t lib/open.t pod/perlapi.pod pod/perlunicode.pod
15966           !> pp_ctl.c regcomp.c t/TEST t/op/arith.t t/op/pack.t t/op/pat.t
15967 ____________________________________________________________________________
15968 [ 12301] By: nick                                  on 2001/10/02  08:40:57
15969         Log: Integrate mainline + lib/open.t patch from Chromatic
15970      Branch: perlio
15971           +> lib/Term/Cap.t lib/Text/TabsWrap/CHANGELOG
15972            ! lib/open.t
15973           !> (integrate 29 files)
15974 ____________________________________________________________________________
15975 [ 12300] By: jhi                                   on 2001/10/01  19:22:16
15976         Log: Mac OS X doesn't have threadsafe (_r) libc interfaces.
15977              Until it has, better stop early if someone requests threads.
15978      Branch: perl
15979            ! hints/darwin.sh
15980 ____________________________________________________________________________
15981 [ 12299] By: jhi                                   on 2001/10/01  19:01:31
15982         Log: Subject: [ID 20011001.011] redundant code in t/TEST
15983              From: David Dyck <dcd@tc.fluke.com>
15984              Date: Mon, 1 Oct 2001 12:56:24 -0700
15985              Message-Id: <200110011956.MAA16250@dd.tc.fluke.com>
15986      Branch: perl
15987            ! t/TEST
15988 ____________________________________________________________________________
15989 [ 12298] By: jhi                                   on 2001/10/01  18:52:12
15990         Log: Subject: [PATCH lib/Term/Cap.t] Robustify %ENV Handling in Test (was Re: Failed Term/Cap.t test)
15991              From: "chromatic" <chromatic@rmci.net>
15992              Date: Mon, 01 Oct 2001 12:27:12 -0600
15993              Message-ID: <20011001183251.89148.qmail@onion.perl.org>
15994      Branch: perl
15995            ! lib/Term/Cap.t
15996 ____________________________________________________________________________
15997 [ 12297] By: jhi                                   on 2001/10/01  17:04:18
15998         Log: UNICOS testing patches from Nicholas Clark.
15999      Branch: perl
16000            ! t/op/arith.t t/op/pack.t
16001 ____________________________________________________________________________
16002 [ 12296] By: jhi                                   on 2001/10/01  17:01:26
16003         Log: Subject: [PATCH lib/open.t] Better Locale Flutzigation (was Re: lib/open.t and locale tests)
16004              From: "chromatic" <chromatic@rmci.net>
16005              Date: Mon, 01 Oct 2001 10:21:51 -0600
16006              Message-ID: <20011001162731.40639.qmail@onion.perl.org>
16007      Branch: perl
16008            ! lib/open.t
16009 ____________________________________________________________________________
16010 [ 12295] By: jhi                                   on 2001/10/01  14:55:37
16011         Log: Make missing the RADIXCHAR a softer, gentler error.
16012      Branch: perl
16013            ! ext/I18N/Langinfo/Langinfo.t
16014 ____________________________________________________________________________
16015 [ 12294] By: jhi                                   on 2001/10/01  14:51:42
16016         Log: Nuke also the LANG because of glibc.
16017      Branch: perl
16018            ! lib/open.t
16019 ____________________________________________________________________________
16020 [ 12293] By: jhi                                   on 2001/10/01  14:51:20
16021         Log: Also the ^Is is optional.
16022      Branch: perl
16023            ! pod/perlunicode.pod t/op/pat.t
16024 ____________________________________________________________________________
16025 [ 12292] By: jhi                                   on 2001/10/01  14:08:26
16026         Log: Be careful to pull chars from the varargs stack when
16027              formatting chars.
16028      Branch: perl
16029            ! regcomp.c
16030 ____________________________________________________________________________
16031 [ 12291] By: jhi                                   on 2001/10/01  12:27:57
16032         Log: sortsv not in place anymore, noticed by John P. Linderman.
16033      Branch: perl
16034            ! pod/perlapi.pod pp_ctl.c
16035 ____________________________________________________________________________
16036 [ 12290] By: jhi                                   on 2001/10/01  12:25:03
16037         Log: Make the diagnostic messages more neutral.
16038      Branch: perl
16039            ! ext/B/t/terse.t
16040 ____________________________________________________________________________
16041 [ 12289] By: jhi                                   on 2001/10/01  03:59:34
16042         Log: Forgotten from #12288.
16043      Branch: perl
16044            ! ext/Data/Dumper/Dumper.pm
16045 ____________________________________________________________________________
16046 [ 12288] By: jhi                                   on 2001/10/01  03:58:37
16047         Log: Subject: [PATCH ext/Data/Dumper.pm Dumper.xs Dumper.t] Option to sort hashes
16048              From: Brian Ingerson <ingy@ttul.org>
16049              Date: Sun, 30 Sep 2001 21:45:56 -0700
16050              Message-ID: <20010930214556.D26392@ttul.org>
16051              
16052              (remember also the #12289)
16053      Branch: perl
16054            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
16055 ____________________________________________________________________________
16056 [ 12287] By: jhi                                   on 2001/10/01  03:33:15
16057         Log: More Unicode property tests for the abbreviated
16058              general properties.
16059      Branch: perl
16060            ! t/op/pat.t
16061 ____________________________________________________________________________
16062 [ 12286] By: jhi                                   on 2001/10/01  02:02:08
16063         Log: Further tweaks to the Unicode properties.
16064      Branch: perl
16065            ! lib/utf8_heavy.pl pod/perlunicode.pod regcomp.c t/op/pat.t
16066 ____________________________________________________________________________
16067 [ 12285] By: jhi                                   on 2001/10/01  01:46:35
16068         Log: Retract #12284.
16069      Branch: perl
16070            ! lib/Term/Cap.t
16071 ____________________________________________________________________________
16072 [ 12284] By: jhi                                   on 2001/10/01  01:24:12
16073         Log: (Retracted by #12285)
16074      Branch: perl
16075            ! lib/Term/Cap.t
16076 ____________________________________________________________________________
16077 [ 12283] By: jhi                                   on 2001/10/01  01:22:05
16078         Log: Subject: [PATCH MANIFEST lib/Term/Cap.t] Add tests for Term::Cap   
16079              From: "chromatic" <chromatic@rmci.net>  
16080              Date: Sun, 30 Sep 2001 16:10:02 -0600
16081              Message-ID: <20010930221540.67279.qmail@onion.perl.org>
16082      Branch: perl
16083            + lib/Term/Cap.t
16084            ! MANIFEST
16085 ____________________________________________________________________________
16086 [ 12282] By: jhi                                   on 2001/10/01  01:19:21
16087         Log: Use stty -g to restore the terminal state, do not even
16088              try to run the tests if stty -g is not available.
16089      Branch: perl
16090            ! lib/Term/Complete.t
16091 ____________________________________________________________________________
16092 [ 12281] By: jhi                                   on 2001/09/30  21:05:00
16093         Log: Cleanup utf8_heavy; allow dropping the In prefix from
16094              Unicode script/block properties.
16095      Branch: perl
16096            ! lib/utf8_heavy.pl
16097 ____________________________________________________________________________
16098 [ 12280] By: jhi                                   on 2001/09/30  13:42:18
16099         Log: Retract the #12259 for now.
16100      Branch: perl
16101            ! embed.h embed.pl sv.h
16102 ____________________________________________________________________________
16103 [ 12279] By: jhi                                   on 2001/09/30  13:37:59
16104         Log: Upgrade to Text-Tabs+Wrap-2001.0929 from David Muir Sharnoff.
16105      Branch: perl
16106            + lib/Text/TabsWrap/CHANGELOG
16107            ! MANIFEST lib/Text/TabsWrap/t/fill.t lib/Text/Wrap.pm
16108 ____________________________________________________________________________
16109 [ 12278] By: jhi                                   on 2001/09/30  05:05:18
16110         Log: #12272 wasn't right, it introduced an extra ().
16111      Branch: perl
16112            ! lib/utf8_heavy.pl
16113 ____________________________________________________________________________
16114 [ 12277] By: jhi                                   on 2001/09/30  00:31:07
16115         Log: Subject: [PATCH @12256 ext/DB_File.pm ext/GDBM_File.pm] Remove string eval from AUTOLOAD
16116              From: Jonathan Stowe <gellyfish@gellyfish.com>
16117              Date: Sat, 29 Sep 2001 15:52:43 +0100 (BST)
16118              Message-ID: <Pine.LNX.4.33.0109291535120.18586-100000@orpheus.gellyfish.com>
16119      Branch: perl
16120            ! ext/DB_File/DB_File.pm ext/GDBM_File/GDBM_File.pm
16121 ____________________________________________________________________________
16122 [ 12276] By: jhi                                   on 2001/09/30  00:15:38
16123         Log: Subject: Patch to put qsortsv in the public API
16124              From: Brian Ingerson <ingy@ttul.org>
16125              Date: Sat, 29 Sep 2001 17:41:13 -0700
16126              Message-ID: <20010929174113.A30223@ttul.org>
16127      Branch: perl
16128            ! embed.h embed.pl global.sym pod/perlapi.pod pp_ctl.c proto.h
16129 ____________________________________________________________________________
16130 [ 12275] By: jhi                                   on 2001/09/30  00:11:21
16131         Log: Subject: [PATCH perlvar, perlfunc, inccode.t] additional docs and tests
16132              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16133              Date: Sat, 29 Sep 2001 23:54:48 +0200
16134              Message-ID: <20010929235448.A5017@rafael>
16135      Branch: perl
16136            ! pod/perlfunc.pod pod/perlvar.pod t/op/inccode.t
16137 ____________________________________________________________________________
16138 [ 12274] By: jhi                                   on 2001/09/30  00:03:19
16139         Log: FAQ sync.
16140      Branch: perl
16141            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
16142            ! pod/perlfaq9.pod
16143 ____________________________________________________________________________
16144 [ 12273] By: bailey                                on 2001/09/29  23:43:46
16145         Log: Resync with mainline
16146      Branch: vmsperl
16147           +> (branch 1207 files)
16148            - (delete 324 files)
16149           !> (integrate 866 files)
16150 ____________________________________________________________________________
16151 [ 12272] By: jhi                                   on 2001/09/29  21:32:33
16152         Log: Nasty recursion trap if one would match Unicode.
16153      Branch: perl
16154            ! lib/utf8_heavy.pl
16155 ____________________________________________________________________________
16156 [ 12271] By: jhi                                   on 2001/09/29  21:18:44
16157         Log: More Unicode todo.
16158      Branch: perl
16159            ! pod/perltodo.pod
16160 ____________________________________________________________________________
16161 [ 12270] By: jhi                                   on 2001/09/29  20:15:32
16162         Log: Explain a bit the new more flexible \p\P syntax.
16163      Branch: perl
16164            ! pod/perlunicode.pod
16165 ____________________________________________________________________________
16166 [ 12269] By: jhi                                   on 2001/09/29  20:05:24
16167         Log: More leniency to the \p and \P: now can have whitespace
16168              between the property definition and the curlies; now can
16169              invert the property by having a caret between the open
16170              curly and the property.
16171      Branch: perl
16172            ! lib/utf8_heavy.pl pod/perldiag.pod regcomp.c t/op/pat.t
16173 ____________________________________________________________________________
16174 [ 12268] By: nick                                  on 2001/09/29  17:39:26
16175         Log: Integrate mainline. Builds lots of sv.h/embed.h redef warnings
16176              one test (lib/open.t) fails
16177      Branch: perlio
16178           +> ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
16179           +> ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
16180           +> ext/threads/t/stress_cv.t ext/threads/t/stress_string.t
16181           +> lib/Tie/Scalar.t lib/open.t
16182            - ext/B/B.t ext/B/Debug.t ext/B/Deparse.t ext/B/Showlex.t
16183            - ext/B/Stash.t
16184           !> (integrate 62 files)
16185 ____________________________________________________________________________
16186 [ 12267] By: jhi                                   on 2001/09/29  13:54:04
16187         Log: Save and restore $ENV{'SYS$LOGIN'} only in VMS.
16188      Branch: perl
16189            ! t/op/chdir.t
16190 ____________________________________________________________________________
16191 [ 12266] By: jhi                                   on 2001/09/29  13:51:49
16192         Log: Subject: [PATCH perl@12258] chdir.t finally (I hope)
16193              From: "Craig A. Berry" <craigberry@mac.com> 
16194              Date: Sat, 29 Sep 2001 09:35:33 -0500
16195              Message-Id: <a05101000b7db8afde231@[172.16.52.1]>
16196      Branch: perl
16197            ! t/op/chdir.t
16198 ____________________________________________________________________________
16199 [ 12265] By: jhi                                   on 2001/09/29  13:49:43
16200         Log: Subject: [PATCH MANIFEST lib/Tie/Scalar.pm lib/Tie/Scalar.t] Add tests, clean up Tie::Scalar
16201              From: "chromatic" <chromatic@rmci.net>
16202              Date: Fri, 28 Sep 2001 21:20:12 -0600
16203              Message-ID: <20010929032543.58322.qmail@onion.perl.org>
16204      Branch: perl
16205            + lib/Tie/Scalar.t
16206            ! MANIFEST lib/Tie/Scalar.pm
16207 ____________________________________________________________________________
16208 [ 12264] By: jhi                                   on 2001/09/29  04:57:42
16209         Log: Allow for more flexibility in the \p{In...} names, now
16210              case doesn't matter, and any space or dash can be
16211              matched by any space, dash, underbar, or empty.
16212              (may be going too far on leniency)
16213      Branch: perl
16214            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/Scripts.pl
16215            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perlunicode.pod
16216            ! t/op/pat.t
16217 ____________________________________________________________________________
16218 [ 12263] By: jhi                                   on 2001/09/28  23:04:13
16219         Log: Subject: [PATCH MANIFEST lib/open.t] Add tests for open.pm
16220              From: "chromatic" <chromatic@rmci.net>
16221              Date: Fri, 28 Sep 2001 17:39:50 -0600
16222              Message-ID: <20010928234521.14178.qmail@onion.perl.org>
16223      Branch: perl
16224            + lib/open.t
16225            ! MANIFEST
16226 ____________________________________________________________________________
16227 [ 12262] By: jhi                                   on 2001/09/28  22:23:53
16228         Log: Subject: [PATCH perl@12258] glob test case tweak for VMS
16229              From: "Craig A. Berry" <craigberry@mac.com>
16230              Date: Fri, 28 Sep 2001 16:24:51 -0500
16231              Message-Id: <a05101000b7da98ceb83c@[172.16.52.1]>
16232      Branch: perl
16233            ! ext/File/Glob/t/basic.t
16234 ____________________________________________________________________________
16235 [ 12261] By: jhi                                   on 2001/09/28  22:23:05
16236         Log: Subject: [DOC PATCH] Carp.pm pod typo
16237              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16238              Date: Fri, 28 Sep 2001 23:14:51 +0200
16239              Message-ID: <20010928231451.E16889@rafael>
16240      Branch: perl
16241            ! lib/Carp.pm
16242 ____________________________________________________________________________
16243 [ 12260] By: jhi                                   on 2001/09/28  22:21:55
16244         Log: Subject: [PATCH] Allow an @INC hook to set %INC
16245              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16246              Date: Fri, 28 Sep 2001 22:18:13 +0200
16247              Message-ID: <20010928221813.A16889@rafael>
16248      Branch: perl
16249            ! pp_ctl.c
16250 ____________________________________________________________________________
16251 [ 12259] By: jhi                                   on 2001/09/28  22:20:26
16252         Log: Subject: Re: macro redefinitions on Win32 (was Re: Question about PERLIO)
16253              From: Nicholas Clark <nick@ccl4.org>
16254              Date: Fri, 28 Sep 2001 23:39:33 +0100
16255              Message-ID: <20010928233933.C23673@plum.flirble.org>
16256      Branch: perl
16257            ! embed.h embed.pl sv.h
16258 ____________________________________________________________________________
16259 [ 12258] By: jhi                                   on 2001/09/28  12:45:45
16260         Log: Update Changes.
16261      Branch: perl
16262            ! Changes patchlevel.h
16263 ____________________________________________________________________________
16264 [ 12256] By: jhi                                   on 2001/09/28  12:18:29
16265         Log: Move the B tests to B/t.
16266      Branch: perl
16267            + ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
16268            + ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
16269            - ext/B/B.t ext/B/B/Terse.t ext/B/Debug.t ext/B/Deparse.t
16270            - ext/B/Showlex.t ext/B/Stash.t
16271            ! MANIFEST
16272 ____________________________________________________________________________
16273 [ 12255] By: jhi                                   on 2001/09/28  12:09:40
16274         Log: Forgot from #12254.
16275      Branch: perl
16276            + ext/B/B/Terse.t
16277 ____________________________________________________________________________
16278 [ 12254] By: jhi                                   on 2001/09/28  12:09:06
16279         Log: Subject: [PATCH MANIFEST ext/B/B/Terse.t] Add tests for B::Terse
16280              From: "chromatic" <chromatic@rmci.net>
16281              Date: Thu, 27 Sep 2001 23:22:17 -0600
16282              Message-ID: <20010928052747.56587.qmail@onion.perl.org>   
16283      Branch: perl
16284            ! MANIFEST
16285 ____________________________________________________________________________
16286 [ 12253] By: jhi                                   on 2001/09/28  02:31:49
16287         Log: Test numbering mismatch.
16288      Branch: perl
16289            ! t/op/chdir.t
16290 ____________________________________________________________________________
16291 [ 12252] By: jhi                                   on 2001/09/27  22:46:42
16292         Log: Subject: [PATCH perl@12239] slightly less broken chdir.t for VMS
16293              From: "Craig A. Berry" <craigberry@mac.com>
16294              Date: Wed, 26 Sep 2001 17:43:14 -0500
16295              Message-Id: <5.1.0.14.0.20010926173048.01aac5b0@exchi01>
16296      Branch: perl
16297            ! iperlsys.h t/op/chdir.t
16298 ____________________________________________________________________________
16299 [ 12251] By: jhi                                   on 2001/09/27  22:44:35
16300         Log: Subject: [PATCH gv.c] make __ANON__ global
16301              From: Robin Barker <rmb1@cise.npl.co.uk>
16302              Date: Wed, 26 Sep 2001 17:56:28 +0100 (BST)
16303              Message-Id: <200109261656.RAA27762@tempest.npl.co.uk>
16304      Branch: perl
16305            ! gv.c t/op/anonsub.t t/op/runlevel.t
16306 ____________________________________________________________________________
16307 [ 12250] By: jhi                                   on 2001/09/27  22:33:11
16308         Log: Subject: Re: [BUG] B::Terse can't handle constant scalar refs
16309              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16310              Date: Thu, 27 Sep 2001 22:34:32 +0200
16311              Message-ID: <20010927223432.A1485@rafael>
16312      Branch: perl
16313            ! ext/B/B/Terse.pm
16314 ____________________________________________________________________________
16315 [ 12249] By: jhi                                   on 2001/09/27  22:29:32
16316         Log: (retracted by #12338)
16317              
16318              Subject: [PATCH] Cleanup of perldsc.pod      
16319              From: Casey West <casey@geeknest.com>
16320              Date: Thu, 27 Sep 2001 11:13:17 -0400
16321              Message-ID: <20010927111317.A1942@stupid.geeknest.com>
16322      Branch: perl
16323            ! pod/perldsc.pod
16324 ____________________________________________________________________________
16325 [ 12248] By: jhi                                   on 2001/09/27  22:23:24
16326         Log: Not everyone is using ithreads...
16327      Branch: perl
16328            ! ext/Devel/Peek/Peek.t
16329 ____________________________________________________________________________
16330 [ 12247] By: jhi                                   on 2001/09/27  13:39:39
16331         Log: Document the nss_delete core dump workaround for HP-UX
16332              and Solaris, bug IDs 20010805.018 and 20010629.004.
16333      Branch: perl
16334            ! README.hpux README.solaris
16335 ____________________________________________________________________________
16336 [ 12246] By: jhi                                   on 2001/09/27  12:05:36
16337         Log: Dump Unicode hash keys also as Unicode,
16338              not just as a byte string.
16339      Branch: perl
16340            ! dump.c ext/Devel/Peek/Peek.t
16341 ____________________________________________________________________________
16342 [ 12245] By: jhi                                   on 2001/09/27  11:15:51
16343         Log: Integrate changes #12241 and #12242 from macperl:
16344              
16345              Remove unneeded disabling of umask() calls
16346              
16347              Note (get|set)sockopt are available.
16348      Branch: perl
16349           !> lib/File/Temp.pm pod/perlport.pod
16350 ____________________________________________________________________________
16351 [ 12244] By: sky                                   on 2001/09/27  08:53:00
16352         Log: Flush buffers on thread closedown.
16353      Branch: perl
16354            ! ext/threads/threads.xs
16355 ____________________________________________________________________________
16356 [ 12243] By: jhi                                   on 2001/09/27  02:20:06
16357         Log: Dump SvUTF8(sv)s also as \x{...}.
16358              
16359              TODO: dump the SvUTF8() hash keys similarly. 
16360      Branch: perl
16361            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.t proto.h
16362 ____________________________________________________________________________
16363 [ 12242] By: pudge                                 on 2001/09/26  20:41:35
16364         Log: Note (get|set)sockopt are available.
16365      Branch: maint-5.6/macperl
16366            ! pod/perlport.pod
16367 ____________________________________________________________________________
16368 [ 12241] By: pudge                                 on 2001/09/26  20:28:49
16369         Log: Remove unneeded disabling of umask() calls
16370      Branch: maint-5.6/macperl
16371            ! lib/File/Temp.pm
16372 ____________________________________________________________________________
16373 [ 12240] By: sky                                   on 2001/09/26  18:44:56
16374         Log: Documention update
16375      Branch: perl
16376            ! ext/threads/threads.pm
16377 ____________________________________________________________________________
16378 [ 12239] By: jhi                                   on 2001/09/26  13:49:05
16379         Log: Update Changes.
16380      Branch: perl
16381            ! Changes patchlevel.h
16382 ____________________________________________________________________________
16383 [ 12238] By: jhi                                   on 2001/09/26  13:40:53
16384         Log: Check that all environment variables are tainted.
16385      Branch: perl
16386            ! t/op/taint.t
16387 ____________________________________________________________________________
16388 [ 12237] By: jhi                                   on 2001/09/26  13:02:07
16389         Log: Manual integration error in #12235.
16390      Branch: perl
16391            ! lib/File/DosGlob.t
16392 ____________________________________________________________________________
16393 [ 12236] By: jhi                                   on 2001/09/26  12:57:11
16394         Log: Subject: Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.
16395              From: "chromatic" <chromatic@rmci.net>
16396              Date: Tue, 25 Sep 2001 23:57:07 -0600
16397              Message-ID: <20010926060233.7554.qmail@onion.perl.org>
16398      Branch: perl
16399            ! perlio.c
16400 ____________________________________________________________________________
16401 [ 12235] By: jhi                                   on 2001/09/26  12:53:16
16402         Log: Integrate macperl changes from Chris Nandor:
16403              12192 11817 11815 11813 11778 11775
16404              
16405              Update CPAN.pm to work with new Mac::BuildTools instead
16406              of ExtUtils::MM_MacOS "orphan" functions
16407              
16408              Fix test
16409              
16410              Make syntax check report in MPW style, fix tests
16411              to use Mac::err=unix to get normal-style error
16412              messages.
16413              
16414              More module and test ports from Thomas Wegner et al
16415              
16416              Fix open of /dev/null for Mac OS
16417              
16418              Allow for platforms to override formatting of errors
16419              on output from Matthias Neeracher (core files)
16420      Branch: perl
16421            ! ext/B/Deparse.t lib/File/DosGlob.pm lib/File/DosGlob.t
16422            ! lib/File/Spec.t lib/File/Temp/t/security.t lib/strict.t
16423            ! lib/subs.t lib/warnings.t t/op/magic.t t/run/kill_perl.t
16424           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c lib/CPAN.pm
16425           !> lib/File/Spec/Mac.pm lib/File/Temp.pm perl.c perl.h pp_ctl.c
16426           !> t/base/term.t t/op/runlevel.t t/pod/testp2pt.pl util.c
16427 ____________________________________________________________________________
16428 [ 12234] By: jhi                                   on 2001/09/26  11:58:11
16429         Log: grrr.
16430      Branch: perl
16431            ! t/op/gv.t
16432 ____________________________________________________________________________
16433 [ 12233] By: jhi                                   on 2001/09/26  11:56:09
16434         Log: Retract #12232.
16435      Branch: perl
16436            ! t/op/gv.t
16437 ____________________________________________________________________________
16438 [ 12232] By: jhi                                   on 2001/09/26  11:53:37
16439         Log: (Retracted by #12233.)
16440      Branch: perl
16441            ! t/op/gv.t
16442 ____________________________________________________________________________
16443 [ 12231] By: jhi                                   on 2001/09/26  11:52:09
16444         Log: Detypo.
16445      Branch: perl
16446            ! ext/Encode/Makefile.PL
16447 ____________________________________________________________________________
16448 [ 12230] By: sky                                   on 2001/09/26  11:36:23
16449         Log: Increase the amount of time we spend in each thread, and add one that uses an anonymous sub.
16450              We are using a "delay" here because we do not want to depend on thread synchronization issues.
16451      Branch: perl
16452            + ext/threads/t/stress_cv.t
16453            ! MANIFEST ext/threads/t/stress_string.t
16454 ____________________________________________________________________________
16455 [ 12229] By: jhi                                   on 2001/09/26  11:27:54
16456         Log: NetWare tweak from Ananth Kesari.
16457      Branch: perl
16458            ! NetWare/t/Readme.txt
16459 ____________________________________________________________________________
16460 [ 12228] By: jhi                                   on 2001/09/26  11:26:26
16461         Log: Trick to fool case-blind filesystems.
16462      Branch: perl
16463            ! ext/Encode/Makefile.PL
16464 ____________________________________________________________________________
16465 [ 12227] By: sky                                   on 2001/09/26  11:06:50
16466         Log: Threads can start executing in a different order than they were
16467              created.... so we cannot ok() inside the threadstarter.
16468      Branch: perl
16469            ! ext/threads/t/stress_string.t
16470 ____________________________________________________________________________
16471 [ 12226] By: sky                                   on 2001/09/26  07:41:45
16472         Log: Add in stress_string.t to stress test threads a bit more.
16473      Branch: perl
16474            + ext/threads/t/stress_string.t
16475            ! MANIFEST
16476 ____________________________________________________________________________
16477 [ 12225] By: sky                                   on 2001/09/26  07:04:21
16478         Log: Fix negative refcount introduced by #12223.
16479      Branch: perl
16480            ! ext/threads/threads.xs
16481 ____________________________________________________________________________
16482 [ 12224] By: sky                                   on 2001/09/26  06:57:58
16483         Log: Update documentation to match change #12223
16484      Branch: perl
16485            ! sharedsv.c
16486 ____________________________________________________________________________
16487 [ 12223] By: sky                                   on 2001/09/26  06:54:32
16488         Log: Use a separate interpreter for the sharedsv space. Another
16489              negative sv leak. Sigh.
16490      Branch: perl
16491            ! sharedsv.c
16492 ____________________________________________________________________________
16493 [ 12222] By: sky                                   on 2001/09/26  05:58:35
16494         Log: Do the environ assignment in perl_contruct to match perl_destruct.
16495              Now we don't need to perl_parse/perl_run. However environ is a
16496              global....
16497      Branch: perl
16498            ! perl.c
16499 ____________________________________________________________________________
16500 [ 12221] By: sky                                   on 2001/09/26  05:41:02
16501         Log: Move the creation of PL_strtab to perl_construct so we can work
16502              with HV and HEs without running perl_parse.
16503      Branch: perl
16504            ! perl.c
16505 ____________________________________________________________________________
16506 [ 12220] By: gsar                                  on 2001/09/26  02:18:26
16507         Log: integrate macperl changes into maint-5.6
16508      Branch: maint-5.6/perl
16509           !> (integrate 26 files)
16510 ____________________________________________________________________________
16511 [ 12219] By: pudge                                 on 2001/09/26  00:19:35
16512         Log: Fix just a few of the bugs in Mac::InternetConfig (Bug #462999, Axel Rose);
16513              fix doc in Mac::Fonts (Patch #447221, Andreas Marcel Riechert).
16514      Branch: maint-5.6/macperl
16515            ! macos/ext/Mac/Fonts/Fonts.xs
16516            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
16517 ____________________________________________________________________________
16518 [ 12218] By: ams                                   on 2001/09/25  23:31:33
16519         Log: Subject: Re: [PATCH] AutoSplit.t (was Re: Untested libraries update)
16520              From: Nicholas Clark <nick@ccl4.org>
16521              Date: Wed, 26 Sep 2001 01:20:20 +0100
16522              Message-Id: <20010926012020.B48092@plum.flirble.org>
16523      Branch: perl
16524            ! lib/AutoSplit.t
16525 ____________________________________________________________________________
16526 [ 12217] By: ams                                   on 2001/09/25  22:33:05
16527         Log: Subject: [PATCH perl@12180] angle bracket filespec problem on VMS
16528              From: "Craig A. Berry" <craigberry@mac.com>
16529              Date: Tue, 25 Sep 2001 18:08:42 -0500
16530              Message-Id: <5.1.0.14.0.20010925154848.036887d8@exchi01>
16531      Branch: perl
16532            ! vms/vms.c
16533 ____________________________________________________________________________
16534 [ 12216] By: ams                                   on 2001/09/25  21:41:01
16535         Log: Subject: [PATCH lib/AutoSplit.t]  Fixing mysterious TEST failure. (was
16536              Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.)
16537              From: Michael G Schwern <schwern@pobox.com>
16538              Date: Wed, 26 Sep 2001 00:38:21 -0400
16539              Message-Id: <20010926003821.A627@blackrider>
16540      Branch: perl
16541            ! lib/AutoSplit.t
16542 ____________________________________________________________________________
16543 [ 12215] By: jhi                                   on 2001/09/25  21:40:04
16544         Log: Subject: [PATCH lib/Test/Simple.pm lib/Test/Utils.pm] fix test.deparse
16545              From: Michael G Schwern <schwern@pobox.com>
16546              Date: Tue, 25 Sep 2001 17:43:49 -0400
16547              Message-ID: <20010925174349.B19534@blackrider>
16548      Branch: perl
16549            ! lib/Test/Simple.pm lib/Test/Utils.pm
16550 ____________________________________________________________________________
16551 [ 12214] By: pudge                                 on 2001/09/25  21:11:21
16552         Log: Integrate changes from bleadperl.
16553      Branch: maint-5.6/macperl
16554           !> pod/perlport.pod
16555 ____________________________________________________________________________
16556 [ 12213] By: jhi                                   on 2001/09/25  20:37:14
16557         Log: skip($mess) should result in one skip.
16558      Branch: perl
16559            ! t/test.pl
16560 ____________________________________________________________________________
16561 [ 12212] By: pudge                                 on 2001/09/25  20:21:06
16562         Log: Integrate change #12200 from maintperl.
16563      Branch: maint-5.6/macperl
16564           !> win32/perlhost.h
16565 ____________________________________________________________________________
16566 [ 12211] By: pudge                                 on 2001/09/25  20:11:56
16567         Log: Fix file types to "apple"
16568      Branch: maint-5.6/macperl
16569            ! macos/ext/Mac/Menus/t/MenuBar.rsrc
16570            ! macos/ext/Mac/SAT/t/Collision.rsrc
16571 ____________________________________________________________________________
16572 [ 12210] By: pudge                                 on 2001/09/25  19:28:20
16573         Log: Fix rsrc file as snd file; fix path in t file.
16574      Branch: maint-5.6/macperl
16575            ! macos/ext/Mac/Notification/t/Notification.rsrc
16576            ! macos/ext/Mac/Notification/t/Notification.t
16577 ____________________________________________________________________________
16578 [ 12209] By: pudge                                 on 2001/09/25  19:15:57
16579         Log: Sync up with File::Find from bleadperl.
16580      Branch: maint-5.6/macperl
16581            ! lib/File/Find.pm t/lib/filefind-taint.t
16582 ____________________________________________________________________________
16583 [ 12208] By: pudge                                 on 2001/09/25  19:06:48
16584         Log: Ignore SIGPIPE being set to IGNORE.  Temporary fix until we upgrade
16585              to new version of libnet.  (Axel Rose, Paul Schinder, and a cast
16586              of hundreds)
16587      Branch: maint-5.6/macperl
16588            ! macos/bundled_lib/blib/lib/Net/Cmd.pm
16589            ! macos/bundled_lib/blib/lib/Net/FTP/A.pm
16590            ! macos/bundled_lib/blib/lib/Net/FTP/I.pm
16591 ____________________________________________________________________________
16592 [ 12207] By: nick                                  on 2001/09/25  19:04:36
16593         Log: Integrate mainline (untested while modem is up)
16594      Branch: perlio
16595           +> lib/AutoSplit.t t/test.pl
16596            - lib/warnings/register.t
16597           !> (integrate 28 files)
16598 ____________________________________________________________________________
16599 [ 12206] By: jhi                                   on 2001/09/25  17:21:00
16600         Log: perldiag entry for #12205.
16601      Branch: perl
16602            ! pod/perldiag.pod
16603 ____________________________________________________________________________
16604 [ 12205] By: jhi                                   on 2001/09/25  17:20:38
16605         Log: Subject: [PATCH] warning on v-string in use/require
16606              From: John Peacock <jpeacock@rowman.com>
16607              Date: Mon, 24 Sep 2001 17:29:03 -0400
16608              Message-ID: <3BAFA59F.9C0E0339@rowman.com>
16609      Branch: perl
16610            ! ext/IO/lib/IO/Socket.pm pp_ctl.c t/lib/warnings/pp_ctl
16611 ____________________________________________________________________________
16612 [ 12204] By: jhi                                   on 2001/09/25  17:11:02
16613         Log: perltooc et al updates.
16614      Branch: perl
16615            ! plan9/mkfile pod/roffitall
16616 ____________________________________________________________________________
16617 [ 12203] By: jhi                                   on 2001/09/25  17:05:19
16618         Log: Subject: [PATCH pp_sys.c t/op/chdir.t ...] Deprecating chdir(undef)/chdir('')
16619              From: Michael G Schwern <schwern@pobox.com>
16620              Date: Sun, 23 Sep 2001 00:07:12 -0400
16621              Message-ID: <20010923000712.A7005@blackrider>
16622      Branch: perl
16623            ! pod/perl572delta.pod pod/perldiag.pod pp_sys.c t/op/chdir.t
16624 ____________________________________________________________________________
16625 [ 12202] By: jhi                                   on 2001/09/25  16:55:29
16626         Log: Subject: [PATCH perl@12185] Some Encode/*.enc files needs to be corrected
16627              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
16628              Date: Wed, 26 Sep 2001 01:25:10 +0900
16629              Message-Id: <20010926012410.5B86.BQW10602@nifty.com>
16630      Branch: perl
16631            ! ext/Encode/Encode/cp932.enc ext/Encode/Encode/cp936.enc
16632            ! ext/Encode/Encode/cp949.enc ext/Encode/Encode/cp950.enc
16633            ! ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/shiftjis.enc
16634 ____________________________________________________________________________
16635 [ 12201] By: jhi                                   on 2001/09/25  16:52:03
16636         Log: Integrate change #12200 from maintperl;
16637              on windows, virtualized environment could propagate deleted variables
16638              into children if they happen to be at the very end of the table
16639      Branch: perl
16640           !> win32/perlhost.h
16641 ____________________________________________________________________________
16642 [ 12200] By: gsar                                  on 2001/09/25  16:36:01
16643         Log: on windows, virtualized environment could propagate deleted variables
16644              into children if they happen to be at the very end of the table
16645              (thanks for succinct test case from Johan Holmberg, and fix from
16646              Doug Lankshear)
16647      Branch: maint-5.6/perl
16648            ! win32/perlhost.h
16649 ____________________________________________________________________________
16650 [ 12199] By: gsar                                  on 2001/09/25  15:19:13
16651         Log: avoid the use of ftime() (it does a useless, potentially
16652              expensive call to GetTimeZoneInformation()); this potentially
16653              also results in three more digits of precision from
16654              Time::HiRes::time()
16655      Branch: perl
16656            ! ext/Time/HiRes/HiRes.xs
16657 ____________________________________________________________________________
16658 [ 12198] By: jhi                                   on 2001/09/25  14:27:01
16659         Log: Replace the use Test::More in t/{op,io,run} with t/test.pl.
16660              
16661              Note: io/binmode is failing, have to figure out why.
16662      Branch: perl
16663            + t/test.pl
16664            ! MANIFEST t/io/binmode.t t/op/chdir.t t/op/crypt.t
16665            ! t/op/inccode.t t/op/rand.t t/op/srand.t t/op/ver.t
16666            ! t/run/exit.t
16667 ____________________________________________________________________________
16668 [ 12197] By: ams                                   on 2001/09/25  13:48:55
16669         Log: Subject: [PATCH] AutoSplit.t (was Re: Untested libraries update)
16670              From: Nicholas Clark <nick@ccl4.org>
16671              Date: Tue, 25 Sep 2001 00:37:40 +0100
16672              Message-Id: <20010925003740.S4971@plum.flirble.org>
16673              (Further changes expected.)
16674      Branch: perl
16675            + lib/AutoSplit.t
16676            ! MANIFEST
16677 ____________________________________________________________________________
16678 [ 12196] By: sky                                   on 2001/09/25  13:37:12
16679         Log: Second attempt at fixing Time::HiRes::time on win32. Apperently if ENV{TZ} is wrong we fail. New attempt uses 
16680              _ftime to try and be more robust.
16681      Branch: perl
16682            ! ext/Time/HiRes/HiRes.xs
16683 ____________________________________________________________________________
16684 [ 12194] By: ams                                   on 2001/09/25  11:40:00
16685         Log: Subject: [PATCH perl@12180] perltootc -> perltooc in vms/descrip_mms.template
16686              From: "Craig A. Berry" <craigberry@mac.com>
16687              Date: Mon, 24 Sep 2001 17:54:20 -0500
16688              Message-Id: <5.1.0.14.0.20010924171225.01bb0428@exchi01>
16689      Branch: perl
16690            ! vms/descrip_mms.template
16691 ____________________________________________________________________________
16692 [ 12193] By: pudge                                 on 2001/09/25  02:53:42
16693         Log: Fixes for multiline error parsing (Bug #459263); cmd-.
16694              not working, cursor not spinning (Bug #422129); external
16695              editor problems (Bug #456329); escape/cmd-. not activating
16696              "Cancel" in Save dialog box (Bug #446960); Runtimes not
16697              executing on launch (Bug #464441).
16698      Branch: maint-5.6/macperl
16699            ! macos/macish.c macos/macish.h macos/macperl/MPEditor.c
16700            ! macos/macperl/MPGlobals.h macos/macperl/MPScript.c
16701            ! macos/macperl/MacPerl.r
16702 ____________________________________________________________________________
16703 [ 12192] By: pudge                                 on 2001/09/25  02:42:49
16704         Log: Update CPAN.pm to work with new Mac::BuildTools instead
16705              of ExtUtils::MM_MacOS "orphan" functions
16706      Branch: maint-5.6/macperl
16707            ! lib/CPAN.pm
16708 ____________________________________________________________________________
16709 [ 12191] By: pudge                                 on 2001/09/25  02:37:58
16710         Log: Fix up another xsubpp problem (Matthias Neeracher)
16711      Branch: maint-5.6/macperl
16712            ! macos/xsubpp
16713 ____________________________________________________________________________
16714 [ 12190] By: pudge                                 on 2001/09/25  02:37:38
16715         Log: Remove literal tabs from source in MM_MacOS.pm (Thomas Wegner)
16716      Branch: maint-5.6/macperl
16717            ! macos/lib/ExtUtils/MM_MacOS.pm
16718 ____________________________________________________________________________
16719 [ 12189] By: pudge                                 on 2001/09/25  02:37:08
16720         Log: Fix up Makefiles for more Mac:: modules (and prepare for
16721              static build ...?)
16722      Branch: maint-5.6/macperl
16723            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
16724            ! macos/macperl/Makefile.mk
16725 ____________________________________________________________________________
16726 [ 12188] By: pudge                                 on 2001/09/25  02:36:19
16727         Log: Fix up tests
16728      Branch: maint-5.6/macperl
16729            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
16730 ____________________________________________________________________________
16731 [ 12187] By: pudge                                 on 2001/09/25  02:11:13
16732         Log: Make malloc smarter, fix bugs.  (Bug #404030)
16733      Branch: maint-5.6/macperl
16734            ! macos/icemalloc.c macos/icemalloc.h
16735 ____________________________________________________________________________
16736 [ 12186] By: nick                                  on 2001/09/24  19:18:17
16737         Log: Integrate mainline
16738      Branch: perlio
16739           +> ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
16740           +> lib/filetest.t
16741           !> (integrate 30 files)
16742 ____________________________________________________________________________
16743 [ 12185] By: jhi                                   on 2001/09/24  18:56:40
16744         Log: Retract #12136, the warnings::register is already
16745              tested by t/lib/warnings/9enabled, as pointed out
16746              by Paul Marquess.
16747      Branch: perl
16748            - lib/warnings/register.t
16749            ! MANIFEST lib/warnings/register.pm t/lib/1_compile.t
16750 ____________________________________________________________________________
16751 [ 12184] By: gsar                                  on 2001/09/24  18:39:58
16752         Log: fix Time::HiRes implementation of gettimeofday() on windows
16753              (HiRes.t#14 now passes)
16754      Branch: perl
16755            ! ext/Time/HiRes/HiRes.xs
16756 ____________________________________________________________________________
16757 [ 12183] By: gsar                                  on 2001/09/24  18:13:23
16758         Log: File::Spec::catfile() canonifies everything to blackslashes on
16759              windows :-(
16760      Branch: perl
16761            ! lib/ExtUtils/Manifest.t
16762 ____________________________________________________________________________
16763 [ 12182] By: gsar                                  on 2001/09/24  17:59:54
16764         Log: test number mismatch
16765      Branch: perl
16766            ! t/op/magic.t
16767 ____________________________________________________________________________
16768 [ 12181] By: jhi                                   on 2001/09/24  17:10:41
16769         Log: ok().
16770      Branch: perl
16771            ! t/op/pack.t
16772 ____________________________________________________________________________
16773 [ 12180] By: jhi                                   on 2001/09/24  16:09:37
16774         Log: unpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test from
16775              Wolfgang Laun <Wolfgang.Laun@alcatel.at>
16776      Branch: perl
16777            ! pp_pack.c t/op/pack.t
16778 ____________________________________________________________________________
16779 [ 12179] By: jhi                                   on 2001/09/24  15:46:49
16780         Log: Update Changes.
16781      Branch: perl
16782            ! Changes patchlevel.h
16783 ____________________________________________________________________________
16784 [ 12178] By: jhi                                   on 2001/09/24  14:12:06
16785         Log: Subject: [REPATCH] Re: [PATCH lib/ExtUtils/Manifest.pm] Minor bug in comment logic in maniread() on VMS
16786              From: Michael G Schwern <schwern@pobox.com>
16787              Date: Mon, 24 Sep 2001 11:12:13 -0400
16788              Message-ID: <20010924111213.G27885@blackrider>
16789      Branch: perl
16790            ! lib/ExtUtils/Manifest.pm
16791 ____________________________________________________________________________
16792 [ 12177] By: jhi                                   on 2001/09/24  14:02:32
16793         Log: Subject: [PATCH vms/test.com] Fixing inline TODO recognition
16794              From: Michael G Schwern <schwern@pobox.com> 
16795              Date: Mon, 24 Sep 2001 11:02:07 -0400
16796              Message-ID: <20010924110207.E27885@blackrider>
16797      Branch: perl
16798            ! vms/test.com
16799 ____________________________________________________________________________
16800 [ 12176] By: ams                                   on 2001/09/24  14:01:59
16801         Log: Update Changes.
16802      Branch: perl
16803            ! Changes
16804 ____________________________________________________________________________
16805 [ 12175] By: jhi                                   on 2001/09/24  13:20:28
16806         Log: Various cleanups.
16807      Branch: perl
16808            ! ext/threads/Makefile.PL ext/threads/threads.xs
16809 ____________________________________________________________________________
16810 [ 12173] By: pudge                                 on 2001/09/24  12:56:13
16811         Log: Integrate maint-5.6/perl changes 12024, 12026, 12145, 12146.
16812      Branch: maint-5.6/macperl
16813           !> (integrate 33 files)
16814 ____________________________________________________________________________
16815 [ 12171] By: jhi                                   on 2001/09/24  12:26:58
16816         Log: Subject: [PATCH gb2312.enc] (Re: [PATCH perl@12088] 2022-cn.enc of Encode.pm)
16817              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
16818              Date: Mon, 24 Sep 2001 20:04:58 +0900
16819              Message-Id: <20010924200207.A030.BQW10602@nifty.com>         
16820      Branch: perl
16821            ! ext/Encode/Encode/gb2312.enc
16822 ____________________________________________________________________________
16823 [ 12170] By: jhi                                   on 2001/09/24  12:08:30
16824         Log: Clarifying comment to #12164.
16825      Branch: perl
16826            ! lib/Cwd.pm
16827 ____________________________________________________________________________
16828 [ 12169] By: jhi                                   on 2001/09/24  11:59:33
16829         Log: Subject: [PATCH] Re: What sort of Makefile.PL should h2xs write?
16830              From: Nicholas Clark <nick@ccl4.org>
16831              Date: Sun, 23 Sep 2001 23:00:56 +0100
16832              Message-ID: <20010923230055.Y4971@plum.flirble.org>
16833              
16834              (with "sample_constants" changed to "fallback")
16835      Branch: perl
16836            + ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
16837            ! MANIFEST ext/I18N/Langinfo/Langinfo.xs
16838            ! ext/I18N/Langinfo/Makefile.PL lib/ExtUtils/Constant.pm
16839            ! lib/h2xs.t utils/h2xs.PL
16840 ____________________________________________________________________________
16841 [ 12168] By: jhi                                   on 2001/09/24  11:25:56
16842         Log: Metaconfig unit change for #12167.
16843      Branch: metaconfig
16844            ! U/modified/Cppsym.U
16845 ____________________________________________________________________________
16846 [ 12167] By: jhi                                   on 2001/09/24  11:25:22
16847         Log: Add a few glibc cpp symbols to probe for.
16848      Branch: perl
16849            ! Configure
16850 ____________________________________________________________________________
16851 [ 12166] By: jhi                                   on 2001/09/24  11:14:43
16852         Log: DJGPP tweaks for Laszlo Molnar.
16853      Branch: perl
16854            ! djgpp/djgppsed.sh dosish.h
16855 ____________________________________________________________________________
16856 [ 12165] By: ams                                   on 2001/09/24  10:07:08
16857         Log: Subject: [PATCH t/op/inccode.t] More tests
16858              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
16859              Date: 24 Sep 2001 10:01:44 -0000
16860              Message-Id: <slrn9qu158.l2t.rgarciasuarez@rafael.kazibao.net>
16861      Branch: perl
16862            ! t/op/inccode.t
16863 ____________________________________________________________________________
16864 [ 12164] By: ams                                   on 2001/09/24  09:43:29
16865         Log: Subject: [PATCH Cwd.pm] local $/ = "\n";
16866              From: Jeff 'japhy/Marillion' Pinyan <jeffp@crusoe.net>
16867              Date: Mon, 24 Sep 2001 00:22:32 -0400 (EDT)
16868              Message-Id: <Pine.GSO.4.21.0109240021410.9178-100000@crusoe.crusoe.net>
16869      Branch: perl
16870            ! lib/Cwd.pm
16871 ____________________________________________________________________________
16872 [ 12163] By: jhi                                   on 2001/09/23  22:50:35
16873         Log: 1_compile updates.
16874      Branch: perl
16875            ! t/lib/1_compile.t
16876 ____________________________________________________________________________
16877 [ 12162] By: jhi                                   on 2001/09/23  21:11:22
16878         Log: Subject: [PATCH] proposal : put the @INC-hooks directly in %INC
16879              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16880              Date: Wed, 19 Sep 2001 22:47:14 +0200
16881              Message-ID: <20010919224714.A6382@rafael>
16882      Branch: perl
16883            ! pod/perlvar.pod pp_ctl.c
16884 ____________________________________________________________________________
16885 [ 12161] By: ams                                   on 2001/09/23  17:40:02
16886         Log: Subject: [PATCH MANIFEST lib/filetest t/lib/1_compile.t] Add Tests for
16887              filetest Pragma
16888              From: "chromatic" <chromatic@rmci.net>
16889              Date: Sun, 23 Sep 2001 12:07:25 -0600
16890              Message-Id: <20010923181223.32427.qmail@onion.perl.org>
16891      Branch: perl
16892            + lib/filetest.t
16893            ! MANIFEST t/lib/1_compile.t
16894 ____________________________________________________________________________
16895 [ 12160] By: ams                                   on 2001/09/23  16:32:11
16896         Log: Additional minor chdir() tweak.
16897      Branch: perl
16898            ! pod/perlfunc.pod
16899 ____________________________________________________________________________
16900 [ 12159] By: ams                                   on 2001/09/23  16:25:01
16901         Log: Subject: PATCH lib/ExtUtils/Command.t
16902              From: Abe Timmerman <abe@ztreet.demon.nl>
16903              Date: Sun, 23 Sep 2001 19:11:44 +0200
16904              Message-Id: <b94sqtk7sidi2501apjssfubdc2ulmap38@4ax.com>
16905      Branch: perl
16906            ! lib/ExtUtils/Command.t
16907 ____________________________________________________________________________
16908 [ 12158] By: jhi                                   on 2001/09/23  12:52:36
16909         Log: Subject: [PATCH] Win32 compilation without USE_ITHREADS
16910              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
16911              Date: Sun, 23 Sep 2001 02:02:26 +0200
16912              Message-ID: <3BAD42B2.2951.39B2E2A@localhost>
16913      Branch: perl
16914            ! makedef.pl
16915 ____________________________________________________________________________
16916 [ 12157] By: jhi                                   on 2001/09/23  12:46:05
16917         Log: Subject: [PATCH t/op/study.t] Cleanup & OS/390 "fix"
16918              From: Michael G Schwern <schwern@pobox.com> (by way of Craig A. Berry)         
16919              Date: Sat, 22 Sep 2001 12:54:39 -0500
16920              Message-Id: <a05101003b7d27f77cfa1@[172.16.52.1]>
16921      Branch: perl
16922            ! t/op/study.t
16923 ____________________________________________________________________________
16924 [ 12156] By: nick                                  on 2001/09/23  07:48:44
16925         Log: Integrate mainline
16926      Branch: perlio
16927            - check83.pl
16928           !> ext/Encode/Encode/2022-cn.enc
16929 ____________________________________________________________________________
16930 [ 12155] By: nick                                  on 2001/09/23  07:48:01
16931         Log: Integrate mainline
16932      Branch: perlio
16933           +> (branch 64 files)
16934            - ext/Encode/Encode/cns11643-1.enc
16935            - ext/Encode/Encode/cns11643-2.enc
16936            - ext/Encode/Encode/iso2022-cn.enc
16937            - ext/Encode/Encode/iso2022-jp.enc
16938            - ext/Encode/Encode/iso2022-jp1.enc
16939            - ext/Encode/Encode/iso2022-jp2.enc
16940            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
16941            - ext/Encode/Encode/iso8859-1.enc
16942            - ext/Encode/Encode/iso8859-1.ucm
16943            - ext/Encode/Encode/iso8859-10.enc
16944            - ext/Encode/Encode/iso8859-10.ucm
16945            - ext/Encode/Encode/iso8859-13.enc
16946            - ext/Encode/Encode/iso8859-13.ucm
16947            - ext/Encode/Encode/iso8859-14.enc
16948            - ext/Encode/Encode/iso8859-14.ucm
16949            - ext/Encode/Encode/iso8859-15.enc
16950            - ext/Encode/Encode/iso8859-15.ucm
16951            - ext/Encode/Encode/iso8859-16.enc
16952            - ext/Encode/Encode/iso8859-16.ucm
16953            - ext/Encode/Encode/iso8859-2.enc
16954            - ext/Encode/Encode/iso8859-2.ucm
16955            - ext/Encode/Encode/iso8859-3.enc
16956            - ext/Encode/Encode/iso8859-3.ucm
16957            - ext/Encode/Encode/iso8859-4.enc
16958            - ext/Encode/Encode/iso8859-4.ucm
16959            - ext/Encode/Encode/iso8859-5.enc
16960            - ext/Encode/Encode/iso8859-5.ucm
16961            - ext/Encode/Encode/iso8859-6.enc
16962            - ext/Encode/Encode/iso8859-6.ucm
16963            - ext/Encode/Encode/iso8859-7.enc
16964            - ext/Encode/Encode/iso8859-7.ucm
16965            - ext/Encode/Encode/iso8859-8.enc
16966            - ext/Encode/Encode/iso8859-8.ucm
16967            - ext/Encode/Encode/iso8859-9.enc
16968            - ext/Encode/Encode/iso8859-9.ucm
16969            - ext/Encode/Encode/isoir-197.enc
16970            - ext/Encode/Encode/macRomania.enc pod/perltootc.pod
16971            - t/lib/sample-tests/header_at_end
16972            - t/lib/sample-tests/header_at_end_fail
16973           !> (integrate 174 files)
16974 ____________________________________________________________________________
16975 [ 12154] By: ams                                   on 2001/09/23  07:11:46
16976         Log: Mention $ENV{SYS$LOGIN} in chdir() documentation, as suggested
16977              by Blair Zajac.
16978      Branch: perl
16979            ! pod/perlfunc.pod
16980 ____________________________________________________________________________
16981 [ 12153] By: ams                                   on 2001/09/23  06:56:32
16982         Log: Subject: [PATCH pp.c t/op/gv.t pod/perlref.pod pod/perldiag.pod] Re:
16983              Forgotten deprecation of *glob{FILEHANDLE}?
16984              From: "chromatic" <chromatic@rmci.net>
16985              Date: Sat, 22 Sep 2001 21:27:56 -0600
16986              Message-Id: <20010923033252.33085.qmail@onion.perl.org>
16987      Branch: perl
16988            ! pod/perldiag.pod pod/perlref.pod pp.c t/op/gv.t
16989 ____________________________________________________________________________
16990 [ 12152] By: ams                                   on 2001/09/23  06:42:58
16991         Log: Subject: [PATCH lib/File/Find.pm] Fixing lib/File/Find/t/taint.t on VMS
16992              From: Michael G Schwern <schwern@pobox.com>
16993              Date: Sun, 23 Sep 2001 03:34:39 -0400
16994              Message-Id: <20010923033439.E7005@blackrider>
16995      Branch: perl
16996            ! lib/File/Find.pm
16997 ____________________________________________________________________________
16998 [ 12151] By: ams                                   on 2001/09/23  06:37:57
16999         Log: Subject: Re: t/op/magic.t missing tests on Win32
17000              From: Michael G Schwern <schwern@pobox.com>
17001              Date: Sat, 22 Sep 2001 20:29:09 -0400
17002              Message-Id: <20010922202909.I18223@blackrider>
17003      Branch: perl
17004            ! t/op/magic.t
17005 ____________________________________________________________________________
17006 [ 12150] By: ams                                   on 2001/09/23  06:36:26
17007         Log: Subject: [PATCH MANIFEST lib/Dumpvalue.t lib/Dumpvalue.pm] Add tests for
17008              Dumpvalue.pm
17009              From: "chromatic" <chromatic@rmci.net>
17010              Date: Sat, 22 Sep 2001 19:41:31 -0600
17011              Message-Id: <20010923014628.7739.qmail@onion.perl.org>
17012      Branch: perl
17013            + lib/Dumpvalue.t
17014            ! MANIFEST lib/Dumpvalue.pm
17015 ____________________________________________________________________________
17016 [ 12149] By: ams                                   on 2001/09/23  06:25:35
17017         Log: Subject: [PATCH perl@12088] 2022-cn.enc of Encode.pm
17018              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
17019              Date: Sun, 23 Sep 2001 15:27:56 +0900
17020              Message-Id: <20010923152641.5E26.BQW10602@nifty.com>
17021      Branch: perl
17022            ! ext/Encode/Encode/2022-cn.enc
17023 ____________________________________________________________________________
17024 [ 12148] By: jhi                                   on 2001/09/22  23:33:42
17025         Log: Manual eror in #12147.
17026      Branch: perl
17027            ! win32/win32.c
17028 ____________________________________________________________________________
17029 [ 12147] By: jhi                                   on 2001/09/22  23:25:02
17030         Log: Integrate change #12146 from maintperl;
17031              win32_chdir() et al don't handle a NULL argument gracefully
17032      Branch: perl
17033           !> win32/perlhost.h win32/win32.c
17034 ____________________________________________________________________________
17035 [ 12146] By: gsar                                  on 2001/09/22  23:18:47
17036         Log: win32_chdir() et al don't handle a NULL argument gracefully
17037      Branch: maint-5.6/perl
17038            ! win32/perlhost.h win32/win32.c
17039 ____________________________________________________________________________
17040 [ 12145] By: gsar                                  on 2001/09/22  23:17:42
17041         Log: typo in change#12026
17042      Branch: maint-5.6/perl
17043            ! op.c
17044 ____________________________________________________________________________
17045 [ 12144] By: jhi                                   on 2001/09/22  21:22:28
17046         Log: Subject: [PATCH] Re: scalar context unpack bugs
17047              From: Nicholas Clark <nick@ccl4.org>
17048              Date: Sat, 22 Sep 2001 23:07:56 +0100
17049              Message-ID: <20010922230755.O4971@plum.flirble.org>
17050      Branch: perl
17051            ! pp_pack.c t/op/pack.t
17052 ____________________________________________________________________________
17053 [ 12143] By: jhi                                   on 2001/09/22  21:18:43
17054         Log: Try ExtUtils::Command.t everywhere, not just on Win32
17055              (as suggested by NI-S).  Also allow running it either
17056              in t/ or in the main directory.
17057      Branch: perl
17058            ! lib/ExtUtils/Command.t
17059 ____________________________________________________________________________
17060 [ 12142] By: jhi                                   on 2001/09/22  21:04:39
17061         Log: Update the test on warnings/register.t.
17062      Branch: perl
17063            ! t/lib/1_compile.t
17064 ____________________________________________________________________________
17065 [ 12141] By: jhi                                   on 2001/09/22  20:40:06
17066         Log: The code is now almost tidy enough to keep the IRIX cc happy.
17067      Branch: perl
17068            ! hints/irix_6.sh
17069 ____________________________________________________________________________
17070 [ 12140] By: ams                                   on 2001/09/22  17:26:32
17071         Log: Subject: [PATCH perl@12088] configure.com: don't build 'threads" w/out
17072              use_ithreads
17073              From: "Craig A. Berry" <craigberry@mac.com>
17074              Date: Sat, 22 Sep 2001 13:15:32 -0500
17075              Message-Id: <a05101005b7d284f5192c@[172.16.52.1]>
17076      Branch: perl
17077            ! configure.com
17078 ____________________________________________________________________________
17079 [ 12139] By: ams                                   on 2001/09/22  16:44:08
17080         Log: Do what perl_clone() does for sharedsv functions.
17081      Branch: perl
17082            ! embed.pl proto.h
17083 ____________________________________________________________________________
17084 [ 12138] By: jhi                                   on 2001/09/22  16:42:04
17085         Log: Retract #12134; reintroduce #11949: PADOFFSETs are now UVs
17086              (suggested by Sarathy, extensions shouldn't be dabbling with
17087              op structures, so binary backward compatibility should not be
17088              an issue.)
17089      Branch: perl
17090            ! hints/irix_6.sh op.h
17091 ____________________________________________________________________________
17092 [ 12137] By: ams                                   on 2001/09/22  16:21:05
17093         Log: More cleanups. (What's PERL_DECL_PROT?)
17094      Branch: perl
17095            ! embed.pl proto.h sharedsv.h
17096 ____________________________________________________________________________
17097 [ 12136] By: ams                                   on 2001/09/22  15:14:34
17098         Log: (Retracted by #12185)
17099              
17100              Subject: [PATCH MANIFEST lib/warnings/register.t lib/warnings/register.pm]
17101              Add Tests for warnings::register, Doc Update
17102              From: "chromatic" <chromatic@rmci.net>
17103              Date: Sat, 22 Sep 2001 09:43:20 -0600
17104              Message-Id: <20010922154815.32004.qmail@onion.perl.org>
17105      Branch: perl
17106            + lib/warnings/register.t
17107            ! MANIFEST lib/warnings/register.pm
17108 ____________________________________________________________________________
17109 [ 12135] By: ams                                   on 2001/09/22  15:07:50
17110         Log: `@foo' should be @foo for consistency.
17111      Branch: perl
17112            ! pod/perldiag.pod
17113 ____________________________________________________________________________
17114 [ 12134] By: jhi                                   on 2001/09/22  14:20:47
17115         Log: (Retracted by #12138)
17116              
17117              Add -woff (turn warning off) 3187:
17118              "A pointer is converted to a smaller integer."
17119              This happens when your pointers are 64-bit: then every case
17120              of converting pointers to PADOFFSETs (explicitly 32-bit)
17121              faces truncation (even explicit use of INT2PTR doesn't help).
17122              CxITERVAR(), POPLOOP(), and PUSHLOOP() are afflicted.
17123              Changing PADOFFSET from U32 to UV would help, but that
17124              would break binary backward compatibility of BASEOP and padop
17125              (assuming you have been using 64-bit pointers).
17126      Branch: perl
17127            ! hints/irix_6.sh
17128 ____________________________________________________________________________
17129 [ 12133] By: jhi                                   on 2001/09/22  13:53:49
17130         Log: More 8.3-cleanup: there isn't an encoding called macRumanian,
17131              but the name comes from the inside the file, not from the file
17132              name, and Rumanian is the name of the language.
17133      Branch: perl
17134            + ext/Encode/Encode/macRumanian.enc
17135            - ext/Encode/Encode/macRomania.enc
17136            ! MANIFEST
17137 ____________________________________________________________________________
17138 [ 12132] By: jhi                                   on 2001/09/22  13:48:29
17139         Log: Rename perltootc as perltooc for 8.3-friedliness.
17140      Branch: perl
17141            + pod/perltooc.pod
17142            - pod/perltootc.pod
17143            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlboot.pod
17144            ! pod/perlmod.pod pod/perlobj.pod pod/perltoc.pod
17145            ! pod/perltoot.pod
17146 ____________________________________________________________________________
17147 [ 12131] By: jhi                                   on 2001/09/22  13:38:49
17148         Log: Find more conflicts by lowercasing.
17149      Branch: perl
17150            + Porting/check83.pl
17151            - check83.pl
17152            ! MANIFEST
17153 ____________________________________________________________________________
17154 [ 12130] By: jhi                                   on 2001/09/22  13:20:20
17155         Log: The AIX cc 5.0.0.0 is simply too buggy.
17156      Branch: perl
17157            ! hints/aix.sh
17158 ____________________________________________________________________________
17159 [ 12129] By: ams                                   on 2001/09/22  12:35:38
17160         Log: Uninteresting cleanup.
17161      Branch: perl
17162            ! form.h
17163 ____________________________________________________________________________
17164 [ 12128] By: ams                                   on 2001/09/22  12:28:48
17165         Log: Subject: [PATCH@12110] Missing ")" in CvFILEGV
17166              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
17167              Date: Sat, 22 Sep 2001 14:29:13 +0100
17168              Message-Id: <AIEAJICLCBDNAAOLLOKLAEGADAAA.Paul_Marquess@Yahoo.co.uk>
17169      Branch: perl
17170            ! cv.h
17171 ____________________________________________________________________________
17172 [ 12127] By: ams                                   on 2001/09/22  12:04:28
17173         Log: What's a backet?
17174      Branch: perl
17175            ! dump.c
17176 ____________________________________________________________________________
17177 [ 12126] By: ams                                   on 2001/09/22  10:02:34
17178         Log: Removed duplicated tests #19 and #20.
17179      Branch: perl
17180            ! t/op/do.t
17181 ____________________________________________________________________________
17182 [ 12125] By: ams                                   on 2001/09/22  03:58:41
17183         Log: Subject: Re: [ID 20010919.001] local() fails on imported variables
17184              From: Michael Carman <mjcarman@home.com>
17185              Date: Fri, 21 Sep 2001 17:54:05 -0500
17186              Message-Id: <3BABC50D.6040202@home.com>
17187              (Applied with some changes.)
17188      Branch: perl
17189            ! pod/perlmod.pod
17190 ____________________________________________________________________________
17191 [ 12124] By: ams                                   on 2001/09/22  03:44:19
17192         Log: Subject: [PATCH t/op/chdir.t] Reconciling the Cwd/File::Spec differences
17193              From: Michael G Schwern <schwern@pobox.com>
17194              Date: Fri, 21 Sep 2001 19:20:40 -0400
17195              Message-Id: <20010921192040.E5494@blackrider>
17196      Branch: perl
17197            ! t/op/chdir.t
17198 ____________________________________________________________________________
17199 [ 12123] By: ams                                   on 2001/09/22  03:41:08
17200         Log: Subject: [PATCH] t/op/chdir.t won't pass on VMS
17201              From: Blair Zajac <blair@orcaware.com>
17202              Date: Fri, 21 Sep 2001 15:13:04 -0700
17203              Message-Id: <3BABBB70.55FD41DC@orcaware.com>
17204      Branch: perl
17205            ! t/op/chdir.t
17206 ____________________________________________________________________________
17207 [ 12122] By: ams                                   on 2001/09/22  03:37:07
17208         Log: Subject: [REPATCH] Re: [PATCH t/op/do.t] new regression tests for bug ID
17209              20010920.007
17210              From: Michael G Schwern <schwern@pobox.com>
17211              Date: Fri, 21 Sep 2001 17:59:03 -0400
17212              Message-Id: <20010921175903.V5494@blackrider>
17213      Branch: perl
17214            ! t/op/do.t
17215 ____________________________________________________________________________
17216 [ 12121] By: ams                                   on 2001/09/22  03:30:38
17217         Log: Subject: [PATCH pod/perlport.pod] expand DOS-like table (was Re: test
17218              suite on WinCE)
17219              From: Michael G Schwern <schwern@pobox.com>
17220              Date: Fri, 21 Sep 2001 19:41:03 -0400
17221              Message-Id: <20010921194103.G5494@blackrider>
17222      Branch: perl
17223            ! pod/perlport.pod
17224 ____________________________________________________________________________
17225 [ 12120] By: ams                                   on 2001/09/22  03:28:06
17226         Log: Subject: [PATCH t/op/magic.t] Re: Weird $ENV{FOO} = undef warning
17227              From: Michael G Schwern <schwern@pobox.com>
17228              Date: Fri, 21 Sep 2001 17:33:35 -0400
17229              Message-Id: <20010921173335.T5494@blackrider>
17230              ($ENV{FOO}=undef hunk not applied.)
17231      Branch: perl
17232            ! t/op/magic.t
17233 ____________________________________________________________________________
17234 [ 12119] By: ams                                   on 2001/09/22  03:02:26
17235         Log: Subject: [PATCH] perldiag.pod
17236              From: Peter Scott <Peter@PSDT.com>
17237              Date: Fri, 21 Sep 2001 18:54:50 -0700
17238              Message-Id: <4.3.2.7.2.20010921183823.00aa9890@mail.webquarry.com>
17239              (Moved to the right place.)
17240      Branch: perl
17241            ! pod/perldiag.pod
17242 ____________________________________________________________________________
17243 [ 12118] By: ams                                   on 2001/09/21  20:05:29
17244         Log: Subject: [PATCH t/op/do.t] new regression tests for bug ID 20010920.007
17245              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17246              Date: Fri, 21 Sep 2001 22:36:54 +0200
17247              Message-Id: <20010921223654.A12742@rafael>
17248      Branch: perl
17249            ! t/op/do.t
17250 ____________________________________________________________________________
17251 [ 12117] By: jhi                                   on 2001/09/21  20:05:23
17252         Log: Restore things as they were before
17253              the backward compatibility police notices.
17254      Branch: perl
17255            ! lib/Cwd.pm
17256 ____________________________________________________________________________
17257 [ 12116] By: jhi                                   on 2001/09/21  17:52:28
17258         Log: More Cwd from Schwern: make also OS/2 and DOS
17259              Cwd agree with File::Spec (that is, native path
17260              syntax using \ instead of / -- backward compatibility
17261              polic warning) and stop Win32 from using bsd_realpath().
17262      Branch: perl
17263            ! lib/Cwd.pm
17264 ____________________________________________________________________________
17265 [ 12115] By: jhi                                   on 2001/09/21  17:19:03
17266         Log: Subject: [PATCH @12110] RE: Untested libraries update
17267              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
17268              Date: Fri, 21 Sep 2001 18:21:07 +0100
17269              Message-ID: <AIEAJICLCBDNAAOLLOKLOEENDAAA.Paul_Marquess@Yahoo.co.uk>
17270      Branch: perl
17271            ! lib/warnings/register.pm
17272 ____________________________________________________________________________
17273 [ 12114] By: jhi                                   on 2001/09/21  17:09:52
17274         Log: Subject: Re: And now the Cwd problem (was Re: chdir.t problem...)
17275              From: Michael G Schwern <schwern@pobox.com>
17276              Date: Thu, 20 Sep 2001 22:54:02 -0400
17277              Message-ID: <20010920225402.A3611@blackrider>
17278      Branch: perl
17279            ! lib/Cwd.pm
17280 ____________________________________________________________________________
17281 [ 12113] By: ams                                   on 2001/09/21  17:08:24
17282         Log: Subject: [PATCH] avoid v-strings with require/use
17283              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
17284              Date: Fri, 21 Sep 2001 12:34:40 -0400
17285              Message-Id: <20010921123440.A148500@linguist.thayer.dartmouth.edu>
17286      Branch: perl
17287            ! ext/ByteLoader/bytecode.h ext/Data/Dumper/Dumper.pm
17288            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/Dir.pm
17289            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
17290            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
17291            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
17292            ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Cwd.pm
17293            ! lib/Dumpvalue.pm lib/ExtUtils/Command.pm
17294            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
17295            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
17296            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
17297            ! lib/File/CheckTree.pm lib/File/Compare.pm lib/File/Copy.pm
17298            ! lib/File/Find.pm lib/File/Path.pm lib/File/stat.pm
17299            ! lib/FileHandle.pm lib/Math/Trig.pm lib/Net/Ping.pm
17300            ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
17301            ! lib/Net/servent.pm lib/Shell.pm lib/Tie/Array.pm
17302            ! lib/Tie/Handle.pm lib/Time/Local.pm lib/Time/gmtime.pm
17303            ! lib/Time/localtime.pm lib/User/grent.pm lib/base.pm
17304            ! lib/diagnostics.pm lib/fields.pm lib/vars.pm
17305            ! pod/perl56delta.pod pod/perlfunc.pod pp_ctl.c utils/pl2pm.PL
17306 ____________________________________________________________________________
17307 [ 12110] By: jhi                                   on 2001/09/21  13:59:13
17308         Log: Update Changes.
17309      Branch: perl
17310            ! Changes patchlevel.h
17311 ____________________________________________________________________________
17312 [ 12109] By: jhi                                   on 2001/09/21  13:44:43
17313         Log: Make AIX and Tru64 compilers happy.  
17314      Branch: perl
17315            ! ext/threads/threads.h ext/threads/threads.xs
17316 ____________________________________________________________________________
17317 [ 12108] By: jhi                                   on 2001/09/21  12:16:27
17318         Log: Subject: [PATCH] Re: [ID 20010920.007] q and qq does not work after do
17319              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
17320              Date: 21 Sep 2001 09:16:37 -0000
17321              Message-Id: <slrn9qm1ca.h6b.rgarciasuarez@rafael.kazibao.net>
17322      Branch: perl
17323            ! toke.c
17324 ____________________________________________________________________________
17325 [ 12107] By: jhi                                   on 2001/09/21  12:14:41
17326         Log: Subject: [PATCH pp_sys.c] pp_chdir Win32 fix
17327              From: Michael G Schwern <schwern@pobox.com>
17328              Date: Thu, 20 Sep 2001 21:21:34 -0400
17329              Message-ID: <20010920212134.Y28291@blackrider>
17330      Branch: perl
17331            ! pp_sys.c
17332 ____________________________________________________________________________
17333 [ 12106] By: jhi                                   on 2001/09/21  12:12:09
17334         Log: Subject: Re: GDB Debugging Macros from mod_perl
17335              From: rspier@pobox.com (Robert Spier)
17336              Date: Thu, 20 Sep 2001 22:45:03 -0700
17337              Message-ID: <15274.54239.413929.49430@rls.cx>
17338      Branch: perl
17339            ! pod/perltodo.pod
17340 ____________________________________________________________________________
17341 [ 12105] By: sky                                   on 2001/09/21  10:33:34
17342         Log: Fixed bug where Time::HiRes::time returned time adjusted to 
17343              timezone! GetSystemTime should be available on all Win32 
17344              platforms we support. Perhaps Time::HiRes should be extended to
17345              support WinCE and Novell?
17346      Branch: perl
17347            ! ext/Time/HiRes/HiRes.xs
17348 ____________________________________________________________________________
17349 [ 12104] By: sky                                   on 2001/09/21  08:12:39
17350         Log: Attempt to fix solaris issue raised by Andy Dougherty.  
17351      Branch: perl
17352            ! ext/threads/threads.h ext/threads/threads.xs
17353 ____________________________________________________________________________
17354 [ 12103] By: sky                                   on 2001/09/21  07:57:41
17355         Log: Rename the *thread* functions to Perl_* to avoid clashes.
17356              Notably on AIX but could become a problem on other platforms.
17357      Branch: perl
17358            ! ext/threads/threads.h ext/threads/threads.xs
17359 ____________________________________________________________________________
17360 [ 12102] By: sky                                   on 2001/09/21  07:35:30
17361         Log: Add the shared sv space to the global vars.
17362              Fix problems compiling on win32.
17363      Branch: perl
17364            ! embedvar.h ext/threads/threads.xs perlapi.h perlvars.h
17365            ! sharedsv.c sharedsv.h
17366 ____________________________________________________________________________
17367 [ 12101] By: ams                                   on 2001/09/21  00:19:55
17368         Log: Subject: [PATCH] win32/Makefile warning fix
17369              From: Blair Zajac <blair@orcaware.com>
17370              Date: Thu, 20 Sep 2001 18:15:43 -0700
17371              Message-Id: <3BAA94BF.FFD5FC3A@orcaware.com>
17372      Branch: perl
17373            ! win32/Makefile
17374 ____________________________________________________________________________
17375 [ 12100] By: jhi                                   on 2001/09/20  21:57:04
17376         Log: Subject: [PATCH bleadperl] Command.t patch had some errors... sorry.
17377              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
17378              Date: Thu, 20 Sep 2001 18:36:22 +0200
17379              Message-ID: <549856591.20010920183622@tesla.rcub.bg.ac.yu>
17380      Branch: perl
17381            ! lib/ExtUtils/Command.t
17382 ____________________________________________________________________________
17383 [ 12099] By: jhi                                   on 2001/09/20  21:53:00
17384         Log: Cant spl wirth a dam.
17385      Branch: perl
17386            ! intrpvar.h
17387 ____________________________________________________________________________
17388 [ 12098] By: jhi                                   on 2001/09/20  21:52:24
17389         Log: Don't use C++ comments.
17390      Branch: perl
17391            ! ext/threads/threads.xs
17392 ____________________________________________________________________________
17393 [ 12097] By: ams                                   on 2001/09/20  21:42:07
17394         Log: Change #12044 didn't.
17395      Branch: perl
17396            ! lib/constant.pm
17397 ____________________________________________________________________________
17398 [ 12096] By: jhi                                   on 2001/09/20  13:38:44
17399         Log: Metaconfig unit changes for #12095.
17400      Branch: metaconfig
17401            ! U/modified/Myinit.U U/modified/libs.U
17402 ____________________________________________________________________________
17403 [ 12095] By: jhi                                   on 2001/09/20  13:38:22
17404         Log: Remove iconv references since we are not using it
17405              and not going to; regen perltoc, perlmodlib.
17406              (Some references still linger in perltoc, have to figure
17407              out where they are coming from.)
17408      Branch: perl
17409            ! Configure NetWare/config.wc NetWare/config_H.wc
17410            ! Porting/Glossary Porting/config.sh Porting/config_H
17411            ! config_h.SH configure.com epoc/config.sh perl.h
17412            ! pod/perlmodlib.pod pod/perltoc.pod uconfig.h uconfig.sh
17413            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
17414            ! vos/config.ga.h win32/config.bc win32/config.gc
17415            ! win32/config.vc win32/config_H.bc win32/config_H.gc
17416            ! win32/config_H.vc wince/config.ce wince/config.h
17417            ! wince/config_H.ce
17418 ____________________________________________________________________________
17419 [ 12094] By: jhi                                   on 2001/09/20  12:49:17
17420         Log: Subject: [PATCH docs] Re: ARGV and read
17421              From: Dave Mitchell <davem@fdgroup.co.uk>
17422              Date: Thu, 20 Sep 2001 13:21:31 +0100 (BST)
17423              Message-Id: <200109201221.NAA04258@gizmo.fdgroup.co.uk>
17424      Branch: perl
17425            ! pod/perltodo.pod pod/perlvar.pod
17426 ____________________________________________________________________________
17427 [ 12093] By: jhi                                   on 2001/09/20  12:45:35
17428         Log: Fresh copies from the cvs.perl.org perlfaq repository.
17429      Branch: perl
17430            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
17431            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
17432            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
17433            ! pod/perlfaq9.pod
17434 ____________________________________________________________________________
17435 [ 12092] By: jhi                                   on 2001/09/20  12:32:44
17436         Log: Subject: [PATCH] Re: n questions (was Re: 4 questions about pack/unpack)        
17437              From: Nicholas Clark <nick@ccl4.org>
17438              Date: Thu, 20 Sep 2001 14:27:08 +0100
17439              Message-ID: <20010920142708.X4971@plum.flirble.org>
17440      Branch: perl
17441            ! pp_pack.c t/op/pack.t
17442 ____________________________________________________________________________
17443 [ 12091] By: jhi                                   on 2001/09/20  12:16:50
17444         Log: The sharedsv_space* are variables, not code.  Duh.
17445      Branch: perl
17446            ! intrpvar.h makedef.pl
17447 ____________________________________________________________________________
17448 [ 12090] By: ams                                   on 2001/09/20  11:26:06
17449         Log: Subject: [patch lib/lib_pm.PL]
17450              From: Stas Bekman <stas@stason.org>
17451              Date: Thu, 20 Sep 2001 18:48:53 +0800
17452              Message-Id: <3BA9C995.6010302@stason.org>
17453              (Applied by hand.)
17454      Branch: perl
17455            ! lib/lib_pm.PL
17456 ____________________________________________________________________________
17457 [ 12089] By: jhi                                   on 2001/09/20  01:36:23
17458         Log: Only 21 tests, skipping or not.
17459      Branch: perl
17460            ! lib/ExtUtils/Command.t
17461 ____________________________________________________________________________
17462 [ 12088] By: jhi                                   on 2001/09/19  18:54:37
17463         Log: New exported symbols.
17464      Branch: perl
17465            ! makedef.pl
17466 ____________________________________________________________________________
17467 [ 12087] By: jhi                                   on 2001/09/19  13:45:59
17468         Log: Update Changes.
17469      Branch: perl
17470            ! Changes patchlevel.h
17471 ____________________________________________________________________________
17472 [ 12086] By: jhi                                   on 2001/09/19  13:02:58
17473         Log: Correct numbering of the tests is useful.
17474      Branch: perl
17475            ! ext/threads/t/basic.t
17476 ____________________________________________________________________________
17477 [ 12085] By: jhi                                   on 2001/09/19  12:11:15
17478         Log: More tests now too.
17479      Branch: perl
17480            ! lib/ExtUtils/Command.t
17481 ____________________________________________________________________________
17482 [ 12084] By: jhi                                   on 2001/09/19  12:08:33
17483         Log: More tests now.
17484      Branch: perl
17485            ! ext/threads/t/basic.t
17486 ____________________________________________________________________________
17487 [ 12083] By: jhi                                   on 2001/09/19  11:35:55
17488         Log: The test assumed 7-bit ASCII.  Now it "just"
17489              assumes 8-bit whatever.
17490      Branch: perl
17491            ! t/op/crypt.t
17492 ____________________________________________________________________________
17493 [ 12082] By: jhi                                   on 2001/09/19  11:19:56
17494         Log: Subject: Re: [PATCH] Smoke 12057 /pro/3gl/CPAN/perl-current
17495              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17496              Date: Wed, 19 Sep 2001 11:45:28 +0200
17497              Message-Id: <20010919110037.19C7.H.M.BRAND@hccnet.nl>
17498              
17499              Lvalue casts are not portable.
17500      Branch: perl
17501            ! ext/threads/threads.xs
17502 ____________________________________________________________________________
17503 [ 12081] By: sky                                   on 2001/09/19  10:17:52
17504         Log: Make the basic test contain only realy basic API tests
17505              Seems to be a problem with detach.
17506      Branch: perl
17507            ! ext/threads/t/basic.t
17508 ____________________________________________________________________________
17509 [ 12080] By: ams                                   on 2001/09/19  01:23:55
17510         Log: Subject: [PATCH] Syncing with Test::Simple 0.19
17511              From: Michael G Schwern <schwern@pobox.com>
17512              Date: Tue, 18 Sep 2001 19:53:48 -0400
17513              Message-Id: <20010918195348.M585@blackrider>
17514              
17515              Subject: [REPATCH] Re: [PATCH lib/Test/More.pm] Stray newline confusing t/TEST
17516              From: Michael G Schwern <schwern@pobox.com>
17517              Date: Tue, 18 Sep 2001 22:07:13 -0400
17518              Message-Id: <20010918220713.B19616@blackrider>
17519      Branch: perl
17520            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
17521            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
17522            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
17523            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/todo.t
17524            ! lib/Test/Tutorial.pod
17525 ____________________________________________________________________________
17526 [ 12079] By: jhi                                   on 2001/09/19  00:19:45
17527         Log: Indent the test a bit.
17528      Branch: perl
17529            ! ext/threads/t/basic.t
17530 ____________________________________________________________________________
17531 [ 12078] By: jhi                                   on 2001/09/18  22:54:21
17532         Log: Subject: [PATCH bleadperl] added tainting for getcwd for Win32
17533              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
17534              Date: Tue, 18 Sep 2001 18:06:44 +0200
17535              Message-ID: <11018348611.20010918180644@tesla.rcub.bg.ac.yu>
17536      Branch: perl
17537            ! win32/win32.c
17538 ____________________________________________________________________________
17539 [ 12077] By: jhi                                   on 2001/09/18  22:52:24
17540         Log: Subject: stat access time is wrong on Win95
17541              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
17542              Date: Tue, 18 Sep 2001 21:59:24 +0200
17543              Message-ID: <413158386.20010918215924@tesla.rcub.bg.ac.yu>
17544      Branch: perl
17545            ! lib/ExtUtils/Command.pm lib/ExtUtils/Command.t
17546 ____________________________________________________________________________
17547 [ 12076] By: ams                                   on 2001/09/18  22:11:25
17548         Log: Subject: [PATCH] Re: [PATCH] t/op/crypt.t
17549              From: Michael G Schwern <schwern@pobox.com>
17550              Date: Tue, 18 Sep 2001 18:47:14 -0400
17551              Message-Id: <20010918184714.I585@blackrider>
17552      Branch: perl
17553            ! t/op/crypt.t
17554 ____________________________________________________________________________
17555 [ 12075] By: sky                                   on 2001/09/18  19:29:37
17556         Log: two test failures
17557              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17558              Message-ID: <20010918221702.A17408@rafael>
17559              partly applied, #12074 already fixed half the patch
17560      Branch: perl
17561            ! ext/threads/t/basic.t
17562 ____________________________________________________________________________
17563 [ 12074] By: sky                                   on 2001/09/18  18:49:03
17564         Log: Fixes test case failure introduced by #12071, the warning is
17565              now correctly spelled :-)
17566      Branch: perl
17567            ! ext/IO/lib/IO/t/io_sel.t
17568 ____________________________________________________________________________
17569 [ 12073] By: sky                                   on 2001/09/18  18:46:22
17570         Log: Make the test behave properly!
17571      Branch: perl
17572            ! ext/threads/t/basic.t
17573 ____________________________________________________________________________
17574 [ 12072] By: ams                                   on 2001/09/18  18:44:59
17575         Log: OP_RCATLINE is an SVOP, not a BASEOP.
17576      Branch: perl
17577            ! opcode.h opcode.pl
17578 ____________________________________________________________________________
17579 [ 12071] By: ams                                   on 2001/09/18  18:06:27
17580         Log: Deprecate != Depreciate.
17581      Branch: perl
17582            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Select.pm
17583            ! lib/Pod/ParseUtils.pm
17584 ____________________________________________________________________________
17585 [ 12070] By: ams                                   on 2001/09/18  15:14:58
17586         Log: Subject: [PATCH] Getopt::Std cleanup
17587              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17588              Date: Tue, 18 Sep 2001 17:32:13 +0200
17589              Message-Id: <20010918173213.C777@rafael>
17590      Branch: perl
17591            ! lib/Getopt/Std.pm lib/Getopt/Std.t
17592 ____________________________________________________________________________
17593 [ 12069] By: sky                                   on 2001/09/18  14:56:33
17594         Log: Forgot the makefile
17595      Branch: perl
17596            + ext/threads/Makefile.PL
17597 ____________________________________________________________________________
17598 [ 12068] By: sky                                   on 2001/09/18  14:13:26
17599         Log: Adds the thread 0.05 module. It is now moved to the core from CPAN.
17600              The test will fail because of Test.pm not knowing about threads. 
17601              basic needs to be manually tested
17602              compile time warnings on IV2PTR conversions need to be fixed
17603      Branch: perl
17604            + ext/threads/Changes ext/threads/README ext/threads/t/basic.t
17605            + ext/threads/threads.h ext/threads/threads.pm
17606            + ext/threads/threads.xs
17607            ! MANIFEST
17608 ____________________________________________________________________________
17609 [ 12067] By: jhi                                   on 2001/09/18  11:51:08
17610         Log: DJGPP tweak from Laszlo Molnar.
17611      Branch: perl
17612            ! djgpp/config.over
17613 ____________________________________________________________________________
17614 [ 12066] By: sky                                   on 2001/09/18  10:24:31
17615         Log: Changed how ownership of mutexes are held. We never hold a mutex only a slot indicating that we own the lock.
17616      Branch: perl
17617            ! sharedsv.c sharedsv.h
17618 ____________________________________________________________________________
17619 [ 12065] By: jhi                                   on 2001/09/18  00:00:09
17620         Log: Strip ^iso- from the Encode filenames to be 8.3-friendly,
17621              ditto ^cns.
17622      Branch: perl
17623            + ext/Encode/Encode/11643-1.enc ext/Encode/Encode/11643-2.enc
17624            + ext/Encode/Encode/2022-cn.enc ext/Encode/Encode/2022-jp.enc
17625            + ext/Encode/Encode/2022-jp1.enc ext/Encode/Encode/2022-jp2.enc
17626            + ext/Encode/Encode/2022-kr.enc ext/Encode/Encode/2022.enc
17627            + ext/Encode/Encode/8859-1.enc ext/Encode/Encode/8859-1.ucm
17628            + ext/Encode/Encode/8859-10.enc ext/Encode/Encode/8859-10.ucm
17629            + ext/Encode/Encode/8859-11.enc ext/Encode/Encode/8859-11.ucm
17630            + ext/Encode/Encode/8859-13.enc ext/Encode/Encode/8859-13.ucm
17631            + ext/Encode/Encode/8859-14.enc ext/Encode/Encode/8859-14.ucm
17632            + ext/Encode/Encode/8859-15.enc ext/Encode/Encode/8859-15.ucm
17633            + ext/Encode/Encode/8859-16.enc ext/Encode/Encode/8859-16.ucm
17634            + ext/Encode/Encode/8859-2.enc ext/Encode/Encode/8859-2.ucm
17635            + ext/Encode/Encode/8859-3.enc ext/Encode/Encode/8859-3.ucm
17636            + ext/Encode/Encode/8859-4.enc ext/Encode/Encode/8859-4.ucm
17637            + ext/Encode/Encode/8859-5.enc ext/Encode/Encode/8859-5.ucm
17638            + ext/Encode/Encode/8859-6.enc ext/Encode/Encode/8859-6.ucm
17639            + ext/Encode/Encode/8859-7.enc ext/Encode/Encode/8859-7.ucm
17640            + ext/Encode/Encode/8859-8.enc ext/Encode/Encode/8859-8.ucm
17641            + ext/Encode/Encode/8859-9.enc ext/Encode/Encode/8859-9.ucm
17642            + ext/Encode/Encode/ir-197.enc
17643            - ext/Encode/Encode/cns11643-1.enc
17644            - ext/Encode/Encode/cns11643-2.enc
17645            - ext/Encode/Encode/iso2022-cn.enc
17646            - ext/Encode/Encode/iso2022-jp.enc
17647            - ext/Encode/Encode/iso2022-jp1.enc
17648            - ext/Encode/Encode/iso2022-jp2.enc
17649            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
17650            - ext/Encode/Encode/iso8859-1.enc
17651            - ext/Encode/Encode/iso8859-1.ucm
17652            - ext/Encode/Encode/iso8859-10.enc
17653            - ext/Encode/Encode/iso8859-10.ucm
17654            - ext/Encode/Encode/iso8859-11.enc
17655            - ext/Encode/Encode/iso8859-11.ucm
17656            - ext/Encode/Encode/iso8859-13.enc
17657            - ext/Encode/Encode/iso8859-13.ucm
17658            - ext/Encode/Encode/iso8859-14.enc
17659            - ext/Encode/Encode/iso8859-14.ucm
17660            - ext/Encode/Encode/iso8859-15.enc
17661            - ext/Encode/Encode/iso8859-15.ucm
17662            - ext/Encode/Encode/iso8859-16.enc
17663            - ext/Encode/Encode/iso8859-16.ucm
17664            - ext/Encode/Encode/iso8859-2.enc
17665            - ext/Encode/Encode/iso8859-2.ucm
17666            - ext/Encode/Encode/iso8859-3.enc
17667            - ext/Encode/Encode/iso8859-3.ucm
17668            - ext/Encode/Encode/iso8859-4.enc
17669            - ext/Encode/Encode/iso8859-4.ucm
17670            - ext/Encode/Encode/iso8859-5.enc
17671            - ext/Encode/Encode/iso8859-5.ucm
17672            - ext/Encode/Encode/iso8859-6.enc
17673            - ext/Encode/Encode/iso8859-6.ucm
17674            - ext/Encode/Encode/iso8859-7.enc
17675            - ext/Encode/Encode/iso8859-7.ucm
17676            - ext/Encode/Encode/iso8859-8.enc
17677            - ext/Encode/Encode/iso8859-8.ucm
17678            - ext/Encode/Encode/iso8859-9.enc
17679            - ext/Encode/Encode/iso8859-9.ucm
17680            - ext/Encode/Encode/isoir-197.enc
17681            ! MANIFEST ext/Encode/Encode/Tcl.t ext/Encode/Makefile.PL
17682 ____________________________________________________________________________
17683 [ 12064] By: jhi                                   on 2001/09/17  23:53:38
17684         Log: Must Uppercase.
17685      Branch: perl
17686            ! ext/Encode/Encode.pm
17687 ____________________________________________________________________________
17688 [ 12063] By: jhi                                   on 2001/09/17  23:39:28
17689         Log: Add various encodings.
17690      Branch: perl
17691            + ext/Encode/Encode/iso8859-11.enc
17692            + ext/Encode/Encode/iso8859-11.ucm ext/Encode/Encode/koi8-f.enc
17693            + ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-u.enc
17694            + ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/nextstep.enc
17695            + ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/roman8.enc
17696            + ext/Encode/Encode/roman8.ucm ext/Encode/Encode/viscii.enc
17697            + ext/Encode/Encode/viscii.ucm
17698            ! MANIFEST ext/Encode/Encode.pm
17699 ____________________________________________________________________________
17700 [ 12062] By: jhi                                   on 2001/09/17  22:48:21
17701         Log: lib/unicode relic.
17702      Branch: perl
17703            ! ext/Encode/compile
17704 ____________________________________________________________________________
17705 [ 12061] By: jhi                                   on 2001/09/17  20:50:16
17706         Log: Subject: [PATCH] Re: filename problems
17707              From: Michael G Schwern <schwern@pobox.com>
17708              Date: Mon, 17 Sep 2001 17:26:26 -0400
17709              Message-ID: <20010917172626.Q585@blackrider>
17710      Branch: perl
17711            + t/lib/sample-tests/head_end t/lib/sample-tests/head_fail
17712            - t/lib/sample-tests/header_at_end
17713            - t/lib/sample-tests/header_at_end_fail
17714            ! MANIFEST lib/Test/Harness/t/test-harness.t
17715 ____________________________________________________________________________
17716 [ 12060] By: jhi                                   on 2001/09/17  20:14:53
17717         Log: Explicitly explain the 1e9 seconds, not everybody
17718              is a C geek.
17719      Branch: perl
17720            ! ext/Time/HiRes/HiRes.pm
17721 ____________________________________________________________________________
17722 [ 12059] By: jhi                                   on 2001/09/17  20:07:20
17723         Log: Explain an apparent bug reported by
17724              Richard J. Barbalace <rjbarbal@MIT.EDU>,
17725              with additional explanation from Gisle Aas.
17726      Branch: perl
17727            ! ext/Time/HiRes/HiRes.pm
17728 ____________________________________________________________________________
17729 [ 12058] By: ams                                   on 2001/09/17  19:52:01
17730         Log: Subject: [PATCH t/lib/warnings/pp, t/lib/warnings/op] new tests
17731              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17732              Date: Mon, 17 Sep 2001 22:48:05 +0200
17733              Message-Id: <20010917224805.C11744@rafael>
17734      Branch: perl
17735            ! t/lib/warnings/op t/lib/warnings/pp
17736 ____________________________________________________________________________
17737 [ 12057] By: ams                                   on 2001/09/17  16:51:18
17738         Log: Its a nit!
17739      Branch: perl
17740            ! sv.h
17741 ____________________________________________________________________________
17742 [ 12056] By: ams                                   on 2001/09/17  16:47:55
17743         Log: Subject: [PATCH perl@12023] waitpid enhancements for VMS
17744              From: "Craig A. Berry" <craigberry@mac.com>
17745              Date: Mon, 17 Sep 2001 12:34:20 -0500
17746              Message-Id: <5.1.0.14.0.20010916222208.0469cdf8@exchi01>
17747      Branch: perl
17748            ! vms/vms.c
17749 ____________________________________________________________________________
17750 [ 12055] By: ams                                   on 2001/09/17  16:05:15
17751         Log: Subject: [PATCH] Make CPAN.pm use Digest::MD5
17752              From: Gisle Aas <gisle@ActiveState.com>
17753              Date: 16 Apr 2001 16:20:34 -0700
17754              Message-ID: <lrlmp0sa7x.fsf@caliper.ActiveState.com>
17755              (Applied by hand.)
17756      Branch: perl
17757            ! lib/CPAN.pm lib/CPAN/Nox.pm
17758 ____________________________________________________________________________
17759 [ 12054] By: jhi                                   on 2001/09/17  14:06:26
17760         Log: Update Changes.
17761      Branch: perl
17762            ! Changes patchlevel.h
17763 ____________________________________________________________________________
17764 [ 12053] By: jhi                                   on 2001/09/17  13:45:26
17765         Log: Adding new files to the MANIFEST is always nice.
17766      Branch: perl
17767            ! MANIFEST
17768 ____________________________________________________________________________
17769 [ 12052] By: jhi                                   on 2001/09/17  13:12:31
17770         Log: Reindent the PerlIO files (suggested by NI-S), used
17771              indent -kr -nce -psl -sc -TSV -TAV -THV -TGV -TIV -TUV -TNV -TMAGIC -TFILE -TPerlIO -TPerlIO_list_t -TPerlIO_funcs -TPerlIO_pair_t
17772              (GNU indent).  Note that wholesale re-indenting might
17773              be nice, but that would break nice formatting/alignment
17774              of assignments, equality testing, and complex boolean
17775              expressions with lots of &s and |s.
17776      Branch: perl
17777            ! perlio.c perlio.h perliol.h
17778 ____________________________________________________________________________
17779 [ 12051] By: jhi                                   on 2001/09/17  12:55:53
17780         Log: Add a script for being 8.3-polite.
17781              The found conflicts are being worked on.
17782      Branch: perl
17783            + check83.pl
17784            ! MANIFEST Porting/pumpkin.pod
17785 ____________________________________________________________________________
17786 [ 12050] By: sky                                   on 2001/09/17  12:44:36
17787         Log: Fixes coredump introduced by 11755 and 11790. Thanks to Doug for
17788              finding it.
17789      Branch: perl
17790            ! sv.c
17791 ____________________________________________________________________________
17792 [ 12049] By: jhi                                   on 2001/09/17  11:55:07
17793         Log: Bump up versions because of #12041.
17794      Branch: perl
17795            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
17796            ! ext/IO/lib/IO/Pipe.pm lib/Fatal.pm lib/Time/gmtime.pm
17797            ! lib/Time/localtime.pm
17798 ____________________________________________________________________________
17799 [ 12048] By: jhi                                   on 2001/09/17  11:51:54
17800         Log: Bump the version number because of #12042.
17801      Branch: perl
17802            ! lib/CPAN/FirstTime.pm
17803 ____________________________________________________________________________
17804 [ 12047] By: ams                                   on 2001/09/17  11:21:40
17805         Log: Subject: Re: [PATCH] turn $a.=<F> into an RCATLINE
17806              From: Abhijit Menon-Sen <ams@wiw.org>
17807              Date: Mon, 17 Sep 2001 17:44:12 +0530
17808              Message-Id: <20010917174412.B7058@lustre.dyn.wiw.org>
17809      Branch: perl
17810            ! op.c
17811 ____________________________________________________________________________
17812 [ 12046] By: sky                                   on 2001/09/17  07:14:17
17813         Log: Subject: Re: t/op/ver.t using skip() improperly
17814              From: "chromatic" <chromatic@rmci.net>
17815              Date: Mon, 17 Sep 2001 00:22:29 -0600
17816              Message-ID: <20010917062713.47716.qmail@onion.perl.org>
17817      Branch: perl
17818            ! t/op/ver.t
17819 ____________________________________________________________________________
17820 [ 12045] By: nick                                  on 2001/09/17  07:12:14
17821         Log: Integrate mainline
17822      Branch: perlio
17823           +> t/op/chdir.t
17824           !> (integrate 117 files)
17825 ____________________________________________________________________________
17826 [ 12044] By: ams                                   on 2001/09/17  05:49:53
17827         Log: Subject: [PATCH lib/constant.pm] Major POD rewrite of constant.pm
17828              From: Ilmari Karonen <iltzu@sci.fi>
17829              Date: Mon, 17 Sep 2001 00:47:57 +0300 (EET DST)
17830              Message-Id: <Pine.SOL.3.96.1010917002916.13210A-100000@simpukka>
17831              (And $VERSION = '1.05'.)
17832      Branch: perl
17833            ! lib/constant.pm
17834 ____________________________________________________________________________
17835 [ 12043] By: ams                                   on 2001/09/17  05:44:50
17836         Log: Subject: Re: [BUG?] chdir(undef) == chdir() probably a bug
17837              From: Michael G Schwern <schwern@pobox.com>
17838              Date: Mon, 17 Sep 2001 07:49:04 +0200
17839              Message-Id: <20010917074904.V1588@blackrider>
17840              (Applied with tweaks to chdir.t and pp_sys.c hunks.)
17841      Branch: perl
17842            + t/op/chdir.t
17843            ! MANIFEST pp_sys.c
17844 ____________________________________________________________________________
17845 [ 12042] By: jhi                                   on 2001/09/17  02:54:13
17846         Log: Subject: Re: CPAN.pm needs some hacking 
17847              From: "chromatic" <chromatic@rmci.net>
17848              Date: Sun, 16 Sep 2001 16:46:29 -0600
17849              Message-ID: <20010916225113.5606.qmail@onion.perl.org>
17850      Branch: perl
17851            ! lib/CPAN/FirstTime.pm
17852 ____________________________________________________________________________
17853 [ 12041] By: jhi                                   on 2001/09/16  20:43:15
17854         Log: Change use|require 5.005_64 to use|require 5.6.1.
17855      Branch: perl
17856            ! ext/Data/Dumper/Dumper.pm ext/Devel/DProf/DProf.pm
17857            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
17858            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
17859            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoSplit.pm
17860            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Command.pm
17861            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
17862            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
17863            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/FileHandle.pm
17864            ! lib/Math/Trig.pm lib/Net/Ping.pm lib/Net/hostent.pm
17865            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
17866            ! lib/Shell.pm lib/Tie/Array.pm lib/Tie/Handle.pm
17867            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
17868            ! lib/base.pm lib/fields.pm
17869 ____________________________________________________________________________
17870 [ 12040] By: jhi                                   on 2001/09/16  20:36:58
17871         Log: Bump up version numbers.
17872              
17873              TODO 1: double check that pre-5.6.1 CPAN.pm:s
17874              don't try to download 5.8.0 because of the
17875              version numbers.  Mainly this means using _00
17876              in the core version numbers.
17877              
17878              TODO 2: the "use 5.005_64" in many modules
17879              needs to be changed to, say, "use 5.6.1".
17880      Branch: perl
17881            ! ext/B/B/Assembler.pm ext/Data/Dumper/Dumper.pm
17882            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/CPAN.pm
17883            ! lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
17884            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Manifest.pm
17885            ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Find.pm
17886            ! lib/File/Path.pm lib/File/Spec.pm lib/File/Spec/Functions.pm
17887            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
17888            ! lib/File/Spec/Win32.pm lib/FindBin.pm lib/Pod/Checker.pm
17889            ! lib/Pod/Find.pm lib/SelfLoader.pm lib/Shell.pm
17890            ! lib/Tie/Handle.pm lib/blib.pm lib/diagnostics.pm
17891            ! vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
17892 ____________________________________________________________________________
17893 [ 12039] By: jhi                                   on 2001/09/16  19:23:07
17894         Log: Use UCHARAT() as suggested by Inaba Hiroto.
17895      Branch: perl
17896            ! regexec.c
17897 ____________________________________________________________________________
17898 [ 12038] By: ams                                   on 2001/09/16  15:16:24
17899         Log: Subject: [PATCH] Re: Core module version numbers review
17900              From: Peter Scott <Peter@PSDT.com>
17901              Date: Sun, 16 Sep 2001 09:09:58 -0700
17902              Message-Id: <4.3.2.7.2.20010916090716.00b452a0@mail.webquarry.com>
17903      Branch: perl
17904            ! lib/perl5db.pl
17905 ____________________________________________________________________________
17906 [ 12037] By: jhi                                   on 2001/09/16  14:27:54
17907         Log: Supply more details on how lc/uc/lcfirst/ucfirst are
17908              not yet fully implemented.
17909      Branch: perl
17910            ! pod/perlfunc.pod pod/perlunicode.pod
17911 ____________________________________________________________________________
17912 [ 12036] By: jhi                                   on 2001/09/15  23:13:12
17913         Log: Subject: [patch] plug PL_beginav_save leak
17914              From: Doug MacEachern <dougm@covalent.net>
17915              Date: Sat, 15 Sep 2001 17:02:18 -0700 (PDT)
17916              Message-ID: <Pine.LNX.4.21.0109151659060.6089-100000@mako.covalent.net>
17917      Branch: perl
17918            ! perl.c
17919 ____________________________________________________________________________
17920 [ 12035] By: jhi                                   on 2001/09/15  23:12:28
17921         Log: (accidentally empty checkin)
17922      Branch: perl
17923            ! sv.c
17924 ____________________________________________________________________________
17925 [ 12034] By: jhi                                   on 2001/09/15  23:08:09
17926         Log: Subject: [patch] ithreads+PL_beginav_save
17927              From: Doug MacEachern <dougm@covalent.net>
17928              Date: Sat, 15 Sep 2001 16:53:01 -0700 (PDT)
17929              Message-ID: <Pine.LNX.4.21.0109151651050.6089-100000@mako.covalent.net>
17930      Branch: perl
17931            ! sv.c
17932 ____________________________________________________________________________
17933 [ 12033] By: jhi                                   on 2001/09/15  23:07:19
17934         Log: Subject: [PATCH] h2xs.PL with C::Scan
17935              From: Tim Jenness <t.jenness@jach.hawaii.edu>
17936              Date: Sat, 15 Sep 2001 13:41:28 -1000 (HST)
17937              Message-ID: <Pine.LNX.4.33.0109151338560.3075-100000@lapaki>
17938      Branch: perl
17939            ! utils/h2xs.PL
17940 ____________________________________________________________________________
17941 [ 12032] By: jhi                                   on 2001/09/15  18:43:20
17942         Log: Elaborate (well, make more vague, really) #12030.
17943      Branch: perl
17944            ! pod/perltodo.pod pod/perlunicode.pod
17945 ____________________________________________________________________________
17946 [ 12031] By: jhi                                   on 2001/09/15  18:37:07
17947         Log: Subject: [PATCH regexec.c] adding (U8) to case insensitive matching
17948              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
17949              Date: Fri, 14 Sep 2001 20:58:30 -0400 (EDT)
17950              Message-ID: <Pine.GSO.4.21.0109142057490.12393-100000@crusoe.crusoe.net>
17951      Branch: perl
17952            ! regexec.c
17953 ____________________________________________________________________________
17954 [ 12030] By: jhi                                   on 2001/09/15  17:15:40
17955         Log: Document that the lc(), uc(), lcfirst(), ucfirst()
17956              are not yet complete.
17957      Branch: perl
17958            ! pod/perltodo.pod pod/perlunicode.pod
17959 ____________________________________________________________________________
17960 [ 12029] By: jhi                                   on 2001/09/15  13:53:42
17961         Log: Document what's still to be done on the regular expression
17962              Unicode support, based on the UTR#18.
17963      Branch: perl
17964            ! pod/perltodo.pod pod/perlunicode.pod
17965 ____________________________________________________________________________
17966 [ 12028] By: jhi                                   on 2001/09/15  12:37:31
17967         Log: Regen headers.
17968      Branch: perl
17969            ! embedvar.h perlapi.h
17970 ____________________________________________________________________________
17971 [ 12027] By: jhi                                   on 2001/09/15  12:33:49
17972         Log: Subject: Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{CODE}) regex 
17973              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
17974              Date: Sun, 09 Sep 2001 18:41:54 +0100
17975              Message-Id: <200109091741.f89HfsM18534@crypt.compulink.co.uk>
17976      Branch: perl
17977            ! Porting/findvars ext/ByteLoader/bytecode.h
17978            ! ext/Thread/Thread.xs mg.c op.c perl.c perl.h pp_ctl.c sv.c
17979            ! t/run/kill_perl.t thrdvar.h toke.c util.c wince/perldll.def
17980 ____________________________________________________________________________
17981 [ 12026] By: gsar                                  on 2001/09/15  04:04:04
17982         Log: enable most warnings for windows build; fix the various typecasting
17983              nits that showed up (no bugfixes here)
17984      Branch: maint-5.6/perl
17985            ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs
17986            ! ext/POSIX/POSIX.xs gv.c hv.c mg.c op.c perl.c perl.h perly.c
17987            ! perly.y pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c
17988            ! sv.c toke.c universal.c utf8.c util.c vms/perly_c.vms
17989            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
17990            ! x2p/walk.c
17991 ____________________________________________________________________________
17992 [ 12025] By: jhi                                   on 2001/09/14  22:22:58
17993         Log: Integrate change #12024 from maintperl
17994              (a local() precedence bug)
17995      Branch: perl
17996           !> lib/ExtUtils/Install.pm
17997 ____________________________________________________________________________
17998 [ 12024] By: gsar                                  on 2001/09/14  22:11:06
17999         Log: fix local() precedence bug in change#8311, came into maint-5.6 as
18000              change#8642
18001      Branch: maint-5.6/perl
18002            ! lib/ExtUtils/Install.pm
18003 ____________________________________________________________________________
18004 [ 12023] By: jhi                                   on 2001/09/14  15:04:16
18005         Log: Update Changes.
18006      Branch: perl
18007            ! Changes patchlevel.h
18008 ____________________________________________________________________________
18009 [ 12022] By: jhi                                   on 2001/09/14  14:49:52
18010         Log: Subject: Re: [ID 20010911.001] Not OK: perl v5.7.2 +DEVEL11978 on
18011              From: "chromatic" <chromatic@rmci.net>
18012              Date: Fri, 14 Sep 2001 09:44:57 -0600 
18013              Message-ID: <20010914154936.70059.qmail@onion.perl.org>
18014      Branch: perl
18015            ! lib/ExtUtils/Manifest.t
18016 ____________________________________________________________________________
18017 [ 12021] By: jhi                                   on 2001/09/14  14:46:36
18018         Log: Hopefully better skipping of the Complete.t tests
18019              in case of not a tty. 
18020      Branch: perl
18021            ! lib/Term/Complete.t t/op/stat.t
18022 ____________________________________________________________________________
18023 [ 12020] By: jhi                                   on 2001/09/14  14:10:44
18024         Log: Subject: [PATCH regexec.c] more jumpables, and hit-bit bug
18025              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
18026              Date: Fri, 14 Sep 2001 09:58:24 -0400 (EDT)
18027              Message-ID: <Pine.GSO.4.21.0109140955250.12393-100000@crusoe.crusoe.net>     
18028      Branch: perl
18029            ! regexec.c t/op/pat.t
18030 ____________________________________________________________________________
18031 [ 12019] By: jhi                                   on 2001/09/14  14:02:59
18032         Log: Subject: Re: unterminated C<...> at line 426 in file perlport.pod
18033              From: Robin Barker <rmb1@cise.npl.co.uk>
18034              Date: Fri, 14 Sep 2001 16:01:11 +0100 (BST)
18035              Message-Id: <200109141501.QAA13044@tempest.npl.co.uk>
18036      Branch: perl
18037            ! pod/perlport.pod
18038 ____________________________________________________________________________
18039 [ 12018] By: jhi                                   on 2001/09/14  13:55:56
18040         Log: NetWare tweaks from Ananth Kesari.
18041      Branch: perl
18042            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
18043            ! NetWare/nwutil.h
18044 ____________________________________________________________________________
18045 [ 12017] By: jhi                                   on 2001/09/14  13:50:08
18046         Log: Subject: unterminated C<...> at line 426 in file perlport.pod
18047              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18048              Date: Fri, 14 Sep 2001 10:51:13 +0200
18049              Message-Id: <20010914103300.4B59.H.M.BRAND@hccnet.nl>
18050      Branch: perl
18051            ! pod/perlport.pod
18052 ____________________________________________________________________________
18053 [ 12016] By: jhi                                   on 2001/09/14  13:28:08
18054         Log: Subject: Re: [PATCH 2 pl2pm.PL]
18055              From: Joe Smith <Joe.Smith@inwap.com>
18056              Date: Fri, 14 Sep 2001 00:13:32 -0700
18057              Message-Id: <3BA1AE1C.64313CEE@inwap.com>                 
18058              
18059              Eradicate qu.
18060      Branch: perl
18061            ! keywords.h keywords.pl utils/pl2pm.PL
18062 ____________________________________________________________________________
18063 [ 12015] By: jhi                                   on 2001/09/14  02:38:23
18064         Log: Retract #12013, didn't go over too well in Tru64.
18065      Branch: perl
18066            ! embed.h embed.pl sv.h
18067 ____________________________________________________________________________
18068 [ 12014] By: jhi                                   on 2001/09/14  02:31:05
18069         Log: Subject: [PATCH] Execute files of debugger commands
18070              From: Peter Scott <Peter@PSDT.com>
18071              Date: Thu, 13 Sep 2001 15:26:31 -0700
18072              Message-Id: <4.3.2.7.2.20010913115845.00b22100@mail.webquarry.com>
18073      Branch: perl
18074            ! lib/perl5db.pl pod/perldebug.pod
18075 ____________________________________________________________________________
18076 [ 12013] By: jhi                                   on 2001/09/14  02:25:05
18077         Log: (Retracted by #12015)
18078              Subject: [proposed PATCH] Re: perl@11920
18079              From: Nicholas Clark <nick@ccl4.org>
18080              Date: Wed, 12 Sep 2001 23:46:09 +0100
18081              Message-ID: <20010912234609.H4971@plum.flirble.org>     
18082      Branch: perl
18083            ! embed.h embed.pl sv.h
18084 ____________________________________________________________________________
18085 [ 12012] By: jhi                                   on 2001/09/14  02:12:02
18086         Log: ucblib shouldn't be linked against in nonstop-ux,
18087              from Tom Bates.
18088      Branch: perl
18089            ! hints/nonstopux.sh
18090 ____________________________________________________________________________
18091 [ 12011] By: jhi                                   on 2001/09/13  12:54:51
18092         Log: Do stty only if we have stty.
18093              
18094              TODO: non-UNIX platforms.  Solaris and /usr/ucb/stty?
18095      Branch: perl
18096            ! lib/Term/Complete.pm
18097 ____________________________________________________________________________
18098 [ 12010] By: jhi                                   on 2001/09/13  12:44:28
18099         Log: Skip the test if not running on a tty.
18100      Branch: perl
18101            ! lib/Term/Complete.t
18102 ____________________________________________________________________________
18103 [ 12009] By: jhi                                   on 2001/09/13  12:01:56
18104         Log: Regen headers.
18105      Branch: perl
18106            ! embed.h opcode.h pod/perlapi.pod proto.h
18107 ____________________________________________________________________________
18108 [ 12008] By: jhi                                   on 2001/09/12  17:51:32
18109         Log: Subject: [PATCH op.c] Re: perl@12003
18110              From: Robin Barker <rmb1@cise.npl.co.uk>
18111              Date: Wed, 12 Sep 2001 19:00:38 +0100 (BST)
18112              Message-Id: <200109121800.TAA05256@tempest.npl.co.uk>
18113      Branch: perl
18114            ! op.c
18115 ____________________________________________________________________________
18116 [ 12007] By: jhi                                   on 2001/09/12  17:49:39
18117         Log: Subject: [PATCH sv.c] may be uninitialized warning forperl@12003
18118              From: Robin Barker <rmb1@cise.npl.co.uk>
18119              Date: Wed, 12 Sep 2001 19:00:31 +0100 (BST)
18120              Message-Id: <200109121800.TAA05250@tempest.npl.co.uk>
18121      Branch: perl
18122            ! sv.c
18123 ____________________________________________________________________________
18124 [ 12006] By: jhi                                   on 2001/09/12  17:41:49
18125         Log: Upgrade to Memoize 0.66.
18126      Branch: perl
18127            ! lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
18128            ! lib/Memoize/Expire.pm lib/Memoize/README lib/Memoize/TODO
18129            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
18130 ____________________________________________________________________________
18131 [ 12005] By: jhi                                   on 2001/09/12  13:14:59
18132         Log: Subject: [ID 20010912.007] substr reference core dump
18133              From: me-01@ton.iguana.be
18134              Date: 12 Sep 2001 14:11:16 -0000
18135              Message-Id: <20010912141116.6058.qmail@quasar.home.lunix>
18136      Branch: perl
18137            ! mg.c
18138 ____________________________________________________________________________
18139 [ 12004] By: ams                                   on 2001/09/12  01:13:49
18140         Log: Subject: [PATCH perlfaq4.pod] Deobfuscate Fisher-Yates example code
18141              From: Ilmari Karonen <iltzu@sci.fi>
18142              Date: Tue, 11 Sep 2001 23:31:25 +0300 (EET DST)
18143              Message-Id: <Pine.SOL.3.96.1010911231925.688A-100000@simpukka>
18144      Branch: perl
18145            ! pod/perlfaq4.pod
18146 ____________________________________________________________________________
18147 [ 12003] By: jhi                                   on 2001/09/11  13:02:37
18148         Log: Update Changes.
18149      Branch: perl
18150            ! Changes patchlevel.h
18151 ____________________________________________________________________________
18152 [ 12002] By: jhi                                   on 2001/09/11  11:50:48
18153         Log: NetWare update from Ananth Kesari.
18154      Branch: perl
18155            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
18156            ! NetWare/config.wc NetWare/config_H.wc NetWare/nwutil.h
18157 ____________________________________________________________________________
18158 [ 12001] By: jhi                                   on 2001/09/11  11:40:51
18159         Log: Retract #11984: div() being redefined, and 1397
18160              failing on 64-bit platforms.
18161      Branch: perl
18162            ! lib/Math/BigInt/Calc.pm
18163 ____________________________________________________________________________
18164 [ 12000] By: jhi                                   on 2001/09/11  11:19:07
18165         Log: Metaconfig unit change for #11999.
18166      Branch: metaconfig
18167            ! U/protos/d_lseekproto.U
18168 ____________________________________________________________________________
18169 [ 11999] By: jhi                                   on 2001/09/11  11:18:36
18170         Log: The lseek fix (#11991) was no fix.
18171      Branch: perl
18172            ! Configure
18173 ____________________________________________________________________________
18174 [ 11998] By: sky                                   on 2001/09/11  07:52:06
18175         Log: Subject: [PATCH] Encode.pm add UCS-2 little endian support
18176              From: Matt Sergeant <MSergeant@star.net.uk>
18177              Date: Tue, 11 Sep 2001 09:22:32 +0100
18178              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B9003C@UKS040>
18179      Branch: perl
18180            ! ext/Encode/Encode.pm
18181 ____________________________________________________________________________
18182 [ 11997] By: sky                                   on 2001/09/11  06:35:29
18183         Log: Sometimes dTHX is added because it is needed on non 
18184              gnuc platforms, but not needed there. This uses GCC
18185              to silence GCC specific warnings by marking pTHX as 
18186              unused.
18187      Branch: perl
18188            ! perl.h
18189 ____________________________________________________________________________
18190 [ 11996] By: nick                                  on 2001/09/11  06:25:27
18191         Log: Integrate mainline
18192      Branch: perlio
18193            - ext/POSIX/sigaction.t lib/File/Find/taint.t
18194           !> lib/CGI/t/carp.t lib/Test/Simple/t/simple.t t/op/crypt.t
18195 ____________________________________________________________________________
18196 [ 11995] By: nick                                  on 2001/09/11  06:23:39
18197         Log: Part Integrate mainline
18198      Branch: perlio
18199           +> (branch 69 files)
18200            - ext/Cwd/Cwd.t ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t
18201            - ext/POSIX/POSIX.t lib/Attribute/Handlers/test.pl
18202            - lib/Env/array.t lib/Env/env.t lib/File/Find/find.t
18203            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
18204            - lib/Switch/t/switch_case.t lib/Test/Harness.t
18205            - lib/Test/More/Changes lib/Test/More/t/More.t
18206            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
18207            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
18208            - lib/Text/Balanced.pod lib/Text/Balanced/t/genxt.t
18209            - lib/Text/Balanced/t/xbrak.t lib/Text/Balanced/t/xcode.t
18210            - lib/Text/Balanced/t/xdeli.t lib/Text/Balanced/t/xmult.t
18211            - lib/Text/Balanced/t/xquot.t lib/Text/Balanced/t/xtagg.t
18212            - lib/Text/Balanced/t/xvari.t objXSUB.h t/lib/MyFilter.pm
18213            - t/lib/Test/More/Catch.pm wince/perl.ico
18214           !> (integrate 197 files)
18215 ____________________________________________________________________________
18216 [ 11994] By: jhi                                   on 2001/09/11  03:12:44
18217         Log: Subject: Re: [PATCH] Encode.pm docs fix
18218              From: Gisle Aas <gisle@ActiveState.com>
18219              Date: 10 Sep 2001 11:27:02 -0700
18220              Message-ID: <lrwv363nrd.fsf@caliper.ActiveState.com>
18221      Branch: perl
18222            ! ext/Encode/Encode.pm
18223 ____________________________________________________________________________
18224 [ 11993] By: jhi                                   on 2001/09/11  02:27:25
18225         Log: Fix unpack U to be the reverse of pack U
18226              (but implement unpack U0U as a backdoor to get
18227              the UTF-8 malformed warnings from un-UTF-8 data)
18228      Branch: perl
18229            ! pod/perlunicode.pod pp_pack.c t/op/pack.t t/op/utf8decode.t
18230 ____________________________________________________________________________
18231 [ 11992] By: jhi                                   on 2001/09/11  00:14:24
18232         Log: Metaconfig unit change for #11991;
18233              delete an unused unit (d_strtoull.U is the one used)
18234      Branch: metaconfig
18235            ! U/protos/d_lseekproto.U
18236      Branch: metaconfig/U/perl
18237            - strtoull.U
18238 ____________________________________________________________________________
18239 [ 11991] By: jhi                                   on 2001/09/11  00:14:01
18240         Log: Subject: [PATCH] Configure not recording lseek proto
18241              From: Blair Zajac <blair@orcaware.com>
18242              Date: Mon, 10 Sep 2001 17:52:37 -0700
18243              Message-ID: <3B9D6055.BA334A31@orcaware.com>
18244              
18245              plus regen Configure.
18246      Branch: perl
18247            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18248            ! config_h.SH uconfig.h
18249 ____________________________________________________________________________
18250 [ 11990] By: jhi                                   on 2001/09/10  23:59:25
18251         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?)))                  
18252              From: Nicholas Clark <nick@ccl4.org>
18253              Date: Tue, 11 Sep 2001 00:00:31 +0100
18254              Message-ID: <20010911000031.G1512@plum.flirble.org>
18255      Branch: perl
18256            + t/op/qq.t
18257            ! MANIFEST numeric.c perl.h regcomp.c t/op/pat.t toke.c
18258 ____________________________________________________________________________
18259 [ 11989] By: jhi                                   on 2001/09/10  23:31:45
18260         Log: Subject: [PATCH] Building on win32 w/o perlio
18261              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
18262              Date: Mon, 10 Sep 2001 23:38:46 +0200
18263              Message-ID: <3B9D4F06.14433.2C37644@localhost>
18264      Branch: perl
18265            ! perl.c win32/Makefile win32/makefile.mk
18266 ____________________________________________________________________________
18267 [ 11988] By: jhi                                   on 2001/09/10  23:26:40
18268         Log: Subject: [PATCH MANIFEST lib/CGI/t/push.t] New Test for CGI::Push
18269              From: "chromatic" <chromatic@rmci.net>
18270              Date: Mon, 10 Sep 2001 15:14:01 -0600
18271              Message-ID: <20010910211833.30177.qmail@onion.perl.org>
18272      Branch: perl
18273            + lib/CGI/t/push.t
18274            ! MANIFEST
18275 ____________________________________________________________________________
18276 [ 11987] By: jhi                                   on 2001/09/10  23:24:11
18277         Log: Subject: avoiding hoardes of zombies
18278              From: Nicholas Clark <nick@ccl4.org>
18279              Date: Mon, 10 Sep 2001 22:00:40 +0100
18280              Message-ID: <20010910220040.C1512@plum.flirble.org>
18281      Branch: perl
18282            ! pod/perlipc.pod
18283 ____________________________________________________________________________
18284 [ 11986] By: jhi                                   on 2001/09/10  23:22:10
18285         Log: Subject: PATCH Resubmission  - was Re: [ID 20010902.001] v strings over 2*31 barf
18286              From: John Peacock <jpeacock@rowman.com>
18287              Date: Mon, 10 Sep 2001 16:34:30 -0400
18288              Message-ID: <3B9D23D6.90BCCC25@rowman.com>
18289      Branch: perl
18290            ! sv.c t/op/ver.t utf8.h
18291 ____________________________________________________________________________
18292 [ 11985] By: ams                                   on 2001/09/10  23:20:13
18293         Log: Typo fixed by Blair Zajac in <3B9D284C.23B8D20B@orcaware.com>.
18294      Branch: perl
18295            ! MANIFEST
18296 ____________________________________________________________________________
18297 [ 11984] By: jhi                                   on 2001/09/10  23:09:31
18298         Log: (Retracted by #12001)
18299              Subject: Calc with USE_MUL/USE_DIV
18300              From: Tels <perl_dummy@bloodgate.com>
18301              Date: Fri, 07 Sep 2001 18:52:08 +0200 (CEST)
18302              Message-Id: <200109071651.TAA11249@tiku.hut.fi>
18303      Branch: perl
18304            ! lib/Math/BigInt/Calc.pm
18305 ____________________________________________________________________________
18306 [ 11983] By: jhi                                   on 2001/09/10  22:37:14
18307         Log: Subject: [PATCH op.c] Re: perl@11978
18308              From: Robin Barker <rmb1@cise.npl.co.uk>
18309              Date: Mon, 10 Sep 2001 18:58:01 +0100 (BST)
18310              Message-Id: <200109101758.SAA07670@tempest.npl.co.uk>
18311              
18312              Format errors.
18313      Branch: perl
18314            ! op.c
18315 ____________________________________________________________________________
18316 [ 11982] By: jhi                                   on 2001/09/10  22:35:57
18317         Log: Switch PADOFFSET back to U32 both because of binary backward
18318              compatibility and because Arthur seems to have been fixing the
18319              problems with naughty integer-pointer casting.
18320      Branch: perl
18321            ! op.h
18322 ____________________________________________________________________________
18323 [ 11981] By: ams                                   on 2001/09/10  16:31:43
18324         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Command.pm, lib/ExtUtils/Command.t]
18325              Fix Pod Typo, Add Test for ExtUtils::Command
18326              From: "chromatic" <chromatic@rmci.net>
18327              Date: Mon, 10 Sep 2001 11:20:56 -0600
18328              Message-Id: <20010910172528.54160.qmail@onion.perl.org>
18329      Branch: perl
18330            + lib/ExtUtils/Command.t
18331            ! MANIFEST lib/ExtUtils/Command.pm
18332 ____________________________________________________________________________
18333 [ 11980] By: jhi                                   on 2001/09/10  13:29:35
18334         Log: Subject: [PATCH] Encode.pm docs fix
18335              From: Matt Sergeant <MSergeant@star.net.uk>
18336              Date: Mon, 10 Sep 2001 15:24:01 +0100
18337              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B90035@UKS040>     
18338      Branch: perl
18339            ! ext/Encode/Encode.pm
18340 ____________________________________________________________________________
18341 [ 11979] By: jhi                                   on 2001/09/10  13:17:48
18342         Log: Update Changes.
18343      Branch: perl
18344            ! Changes patchlevel.h
18345 ____________________________________________________________________________
18346 [ 11978] By: jhi                                   on 2001/09/10  12:59:40
18347         Log: Revert #11973, the dTHX seems to be needed in there
18348              for threaded builds.
18349      Branch: perl
18350            ! perlio.c
18351 ____________________________________________________________________________
18352 [ 11977] By: jhi                                   on 2001/09/10  12:55:47
18353         Log: Detypo.
18354      Branch: perl
18355            ! pod/perlguts.pod
18356 ____________________________________________________________________________
18357 [ 11976] By: jhi                                   on 2001/09/10  12:46:34
18358         Log: Further Class::Struct patching from Damian.
18359              
18360              The new new semantics are:
18361              
18362              * If you pass an initializer for a nested object, it has to be:
18363              a) a reference to an object of that class, or      
18364              b) a reference to an object of a subclass of that class, or
18365              c) a reference to a hash of arguments to be passed to the
18366              class's constructor
18367              * If you pass no initializer for a nested object, the attribute
18368              is initialized to C<undef>
18369      Branch: perl
18370            ! lib/Class/Struct.pm
18371 ____________________________________________________________________________
18372 [ 11975] By: jhi                                   on 2001/09/10  12:42:24
18373         Log: Skip the crypt test if no crypt.
18374      Branch: perl
18375            ! t/op/crypt.t
18376 ____________________________________________________________________________
18377 [ 11974] By: jhi                                   on 2001/09/10  12:39:25
18378         Log: Warn against using bare v-strings as IP addresses
18379              (okay if using the wrappers from Socket)
18380      Branch: perl
18381            ! pod/perldata.pod pod/perlport.pod
18382 ____________________________________________________________________________
18383 [ 11973] By: sky                                   on 2001/09/10  11:57:58
18384         Log: Remove unused dTHX. Silenced another warning.
18385      Branch: perl
18386            ! perlio.c
18387 ____________________________________________________________________________
18388 [ 11972] By: sky                                   on 2001/09/10  11:54:25
18389         Log: Silence some more warnings INT2PTR.
18390      Branch: perl
18391            ! pp.c pp_ctl.c sharedsv.c sv.c taint.c
18392 ____________________________________________________________________________
18393 [ 11971] By: sky                                   on 2001/09/10  11:21:50
18394         Log: Silence another ITHREAD 64bit INT/32bit PTR warning.
18395      Branch: perl
18396            ! cop.h
18397 ____________________________________________________________________________
18398 [ 11970] By: sky                                   on 2001/09/10  11:17:25
18399         Log: Apply INT2PTR with force to silence warnings from
18400              PM_GETRE and friends. No more warnings with 64bit 
18401              IVs and 32bit pointers.    
18402      Branch: perl
18403            ! op.c op.h perl.c
18404 ____________________________________________________________________________
18405 [ 11969] By: sky                                   on 2001/09/10  10:13:02
18406         Log: Removed reference of -DPERL_CUSTOM_OPS in the documentation.
18407      Branch: perl
18408            ! pod/perlguts.pod
18409 ____________________________________________________________________________
18410 [ 11968] By: sky                                   on 2001/09/10  10:02:51
18411         Log: Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPS
18412              Rename to custop_op_name to Perl_custom_op_name to match perlapi
18413              Clone the hashtable PL_custom_op_names and PL_custop_op_descs in 
18414              perl_clone.
18415      Branch: perl
18416            ! embed.pl intrpvar.h makedef.pl op.c opcode.pl sv.c
18417 ____________________________________________________________________________
18418 [ 11967] By: jhi                                   on 2001/09/10  03:14:35
18419         Log: Using strlen() not good on embedded nul bytes.
18420      Branch: perl
18421            ! regcomp.c
18422 ____________________________________________________________________________
18423 [ 11966] By: ams                                   on 2001/09/09  21:06:13
18424         Log: Subject: Re: [ID 20010810.011] 'use v2b' not allowed with strict
18425              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18426              Date: Mon, 13 Aug 2001 22:51:59 +0200
18427              Message-ID: <20010813225159.C6681@rafael>
18428              (Applied with several tweaks.)
18429      Branch: perl
18430            ! embed.h embed.pl proto.h toke.c
18431 ____________________________________________________________________________
18432 [ 11965] By: jhi                                   on 2001/09/09  14:40:39
18433         Log: The exact error message is system-dependent.
18434      Branch: perl
18435            ! lib/ExtUtils/Manifest.t
18436 ____________________________________________________________________________
18437 [ 11964] By: jhi                                   on 2001/09/09  14:38:05
18438         Log: Add Windows and Mac Sami support to Encode
18439              (http://www.egt.ie/standards/se/sami-teastabaiki.html)
18440      Branch: perl
18441            + ext/Encode/Encode/isoir-197.enc ext/Encode/Encode/macSami.enc
18442            ! MANIFEST
18443 ____________________________________________________________________________
18444 [ 11963] By: jhi                                   on 2001/09/09  13:54:07
18445         Log: Use the tried method.
18446      Branch: perl
18447            ! pod/perlport.pod
18448 ____________________________________________________________________________
18449 [ 11962] By: jhi                                   on 2001/09/09  13:46:59
18450         Log: Can't count parentheses.
18451      Branch: perl
18452            ! ext/IO/lib/IO/Socket/INET.pm
18453 ____________________________________________________________________________
18454 [ 11961] By: jhi                                   on 2001/09/09  13:34:12
18455         Log: perlport additions: 1 while unlink, add/delete directory
18456              entries and permissions, cygwin stat funkiness (from Michael
18457              Schwern and Nicholas Clark)
18458      Branch: perl
18459            ! pod/perlport.pod
18460 ____________________________________________________________________________
18461 [ 11960] By: jhi                                   on 2001/09/09  13:19:12
18462         Log: blib does have a detectable test.
18463      Branch: perl
18464            ! t/lib/1_compile.t
18465 ____________________________________________________________________________
18466 [ 11959] By: jhi                                   on 2001/09/09  13:16:43
18467         Log: Subject: [PATCH MANIFEST, lib/Term/Complete.t] Add Test for Term::Complete
18468              From: "chromatic" <chromatic@rmci.net>
18469              Date: Sat, 08 Sep 2001 19:33:42 -0600
18470              Message-ID: <20010909013810.11522.qmail@onion.perl.org>
18471      Branch: perl
18472            + lib/Term/Complete.t
18473            ! MANIFEST
18474 ____________________________________________________________________________
18475 [ 11958] By: jhi                                   on 2001/09/09  13:09:02
18476         Log: Subject: [PATCH MANIFEST lib/Test/Tutorial.pod] Test::Tutorial?
18477              From: Michael G Schwern <schwern@pobox.com> 
18478              Date: Sat, 8 Sep 2001 02:40:26 -0400
18479              Message-ID: <20010908024026.A26283@blackrider>
18480      Branch: perl
18481            + lib/Test/Tutorial.pod
18482            ! MANIFEST
18483 ____________________________________________________________________________
18484 [ 11957] By: jhi                                   on 2001/09/09  13:03:33
18485         Log: Try to look up protocol (by name) only iff it has non-numbers:
18486              nice if the server is in a chrooted environment (no /etc/protocols,
18487              server code using hardcorded protocol numbers like 6 for tcp),
18488              suggested by John Holdsworth <coldwave@bigfoot.com>.
18489              In other words, if we are given a number, why look it up again
18490              (by number)?
18491      Branch: perl
18492            ! ext/IO/lib/IO/Socket/INET.pm
18493 ____________________________________________________________________________
18494 [ 11956] By: jhi                                   on 2001/09/09  12:53:12
18495         Log: Subject: [PATCH regcomp.c] zero-width assertions CAN be ?'d
18496              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
18497              Date: Sat, 8 Sep 2001 15:42:30 -0400 (EDT) 
18498              Message-ID: <Pine.GSO.4.21.0109081535480.24489-100000@crusoe.crusoe.net>
18499              
18500              Subject: Re: [PATCH t/op/misc.t] regcomp.c patch broke test 
18501              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
18502              Date: Sat, 8 Sep 2001 18:33:12 -0400 (EDT)
18503              Message-ID: <Pine.GSO.4.21.0109081832030.24489-100000@crusoe.crusoe.net>
18504              Subject: [PATCH t/lib/warnings/regcomp] (?=...)? gives no warning now
18505              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
18506              Date: Sat, 8 Sep 2001 18:37:22 -0400 (EDT)
18507              Message-ID: <Pine.GSO.4.21.0109081835340.24489-100000@crusoe.crusoe.net>
18508      Branch: perl
18509            ! regcomp.c t/lib/warnings/regcomp t/run/kill_perl.t
18510 ____________________________________________________________________________
18511 [ 11955] By: ams                                   on 2001/09/09  02:54:21
18512         Log: Subject: Re: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
18513              From: "Craig A. Berry" <craigberry@mac.com>
18514              Date: Sat, 08 Sep 2001 19:02:16 -0500
18515              Message-Id: <5.1.0.14.0.20010908185936.01aadcc0@mail.mac.com>
18516      Branch: perl
18517            ! lib/CGI/t/carp.t
18518 ____________________________________________________________________________
18519 [ 11954] By: jhi                                   on 2001/09/09  02:30:39
18520         Log: Documentation tweaks; think the IP address as an opaque string.
18521      Branch: perl
18522            ! ext/Socket/Socket.pm
18523 ____________________________________________________________________________
18524 [ 11953] By: jhi                                   on 2001/09/09  00:32:05
18525         Log: Subject: [REPATCH] Re: [PATCH] new test lib/blib.t
18526              From: Michael G Schwern <schwern@pobox.com>
18527              Date: Sat, 8 Sep 2001 19:45:46 -0400
18528              Message-ID: <20010908194546.C9193@blackrider>
18529      Branch: perl
18530            + lib/blib.t
18531            ! MANIFEST lib/blib.pm t/lib/1_compile.t
18532 ____________________________________________________________________________
18533 [ 11952] By: jhi                                   on 2001/09/09  00:27:15
18534         Log: Subject: [PATCH MANIFEST, lib/CGI/t/fast.t] Added Test for CGI::Fast
18535              From: "chromatic" <chromatic@rmci.net>
18536              Date: Sat, 08 Sep 2001 12:31:44 -0600
18537              Message-ID: <20010908183612.49960.qmail@onion.perl.org>
18538      Branch: perl
18539            + lib/CGI/t/fast.t
18540            ! MANIFEST
18541 ____________________________________________________________________________
18542 [ 11951] By: jhi                                   on 2001/09/09  00:24:07
18543         Log: The Socket tests were wrong: they were assuming too much.
18544      Branch: perl
18545            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
18546 ____________________________________________________________________________
18547 [ 11950] By: jhi                                   on 2001/09/08  20:09:07
18548         Log: Retract the portability changes since they
18549              seem to have opened a can of worms... will
18550              go back to UNICOS/mk and do the bare minimum
18551              required to get the tests working.
18552      Branch: perl
18553            ! ext/Socket/Socket.xs
18554 ____________________________________________________________________________
18555 [ 11949] By: jhi                                   on 2001/09/08  19:48:20
18556         Log: PADOFFSET is used to cast pointers into integers,
18557              if pointers are 64 bits and U32 32 bits,
18558              bad things may happen, or at least warnings issued.
18559      Branch: perl
18560            ! op.h
18561 ____________________________________________________________________________
18562 [ 11948] By: jhi                                   on 2001/09/08  18:50:07
18563         Log: Still more Socket portability tweaking.
18564              Now Socket.t seems to be happy in all of
18565              Linux/x86, Tru64/alpha, Solaris/sparc,
18566              IRIX/MIPS (both 32-bit and 64-bit), and UNICOS/mk/alpha.
18567              
18568              Addendum: it seems that io_multihomed, io_sock, and hostent
18569              were broken in little-endians (linux/x86 and tru64/alpha)
18570              because of this change.  Argh.
18571      Branch: perl
18572            ! ext/Socket/Socket.xs
18573 ____________________________________________________________________________
18574 [ 11947] By: jhi                                   on 2001/09/08  17:23:23
18575         Log: More portability kicking on inet_ntoa().
18576      Branch: perl
18577            ! ext/Socket/Socket.xs
18578 ____________________________________________________________________________
18579 [ 11946] By: jhi                                   on 2001/09/08  15:09:58
18580         Log: Subject: [REPATCH] Re: [PATCH MANIFEST, lib/ExtUtils/Manifest.t] Another New Test
18581              From: Michael G Schwern <schwern@pobox.com> 
18582              Date: Fri, 7 Sep 2001 23:06:51 -0400
18583              Message-ID: <20010907230651.R606@blackrider>
18584      Branch: perl
18585            + lib/ExtUtils/Manifest.t
18586            ! MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/Manifest.pm
18587 ____________________________________________________________________________
18588 [ 11945] By: jhi                                   on 2001/09/08  14:49:15
18589         Log: Subject: Re: [PATCH MANIFEST, lib/ExtUtils/testlib.t] More Tests
18590              From: "chromatic" <chromatic@rmci.net>
18591              Date: Fri, 07 Sep 2001 17:53:15 -0600      
18592              Message-ID: <20010907235740.80566.qmail@onion.perl.org>              
18593      Branch: perl
18594            + lib/ExtUtils/testlib.t
18595            ! MANIFEST
18596 ____________________________________________________________________________
18597 [ 11944] By: jhi                                   on 2001/09/07  22:57:00
18598         Log: Thinko.
18599      Branch: perl
18600            ! lib/integer.t
18601 ____________________________________________________________________________
18602 [ 11943] By: jhi                                   on 2001/09/07  20:34:55
18603         Log: Subject: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
18604              From: "Craig A. Berry" <craigberry@mac.com>
18605              Date: Fri, 07 Sep 2001 15:30:03 -0500
18606              Message-Id: <5.1.0.14.0.20010907142644.03700c38@exchi01>
18607      Branch: perl
18608            ! lib/CGI/Carp.pm
18609 ____________________________________________________________________________
18610 [ 11942] By: jhi                                   on 2001/09/07  20:30:43
18611         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] (was Re: MakeMaker: MM_Unix rule excluding pods)
18612              From: Michael G Schwern <schwern@pobox.com>
18613              Date: Fri, 7 Sep 2001 15:38:13 -0400
18614              Message-ID: <20010907153813.K606@blackrider>
18615      Branch: perl
18616            ! lib/ExtUtils/MM_Unix.pm
18617 ____________________________________________________________________________
18618 [ 11941] By: jhi                                   on 2001/09/07  20:28:24
18619         Log: Subject: [PATCH perl.h mg.c pp_sys.c] Silence the remaing format warning
18620              From: Robin Barker <rmb1@cise.npl.co.uk>
18621              Date: Fri, 7 Sep 2001 18:28:23 +0100 (BST)
18622              Message-Id: <200109071728.SAA13569@tempest.npl.co.uk>
18623      Branch: perl
18624            ! Porting/pumpkin.pod mg.c perl.h pp_sys.c
18625 ____________________________________________________________________________
18626 [ 11940] By: jhi                                   on 2001/09/07  20:26:29
18627         Log: Clean up 1_compile.t; move tests to more consistent
18628              places (t/ subdirectories); add integer.t (much of
18629              the pragma is tested elsewhere but there is no one
18630              centralized place)
18631      Branch: perl
18632            + ext/Fcntl/t/fcntl.t ext/Fcntl/t/syslfs.t ext/POSIX/t/posix.t
18633            + ext/POSIX/t/sigaction.t lib/Env/t/array.t lib/Env/t/env.t
18634            + lib/File/Find/t/find.t lib/File/Find/t/taint.t lib/integer.t
18635            - ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t ext/POSIX/POSIX.t
18636            - ext/POSIX/sigaction.t lib/Env/array.t lib/Env/env.t
18637            - lib/File/Find/find.t lib/File/Find/taint.t
18638            ! MANIFEST t/lib/1_compile.t t/op/lfs.t
18639 ____________________________________________________________________________
18640 [ 11939] By: jhi                                   on 2001/09/07  17:25:32
18641         Log: Subject: Re: [PATCH lib/File/Find/taint.t] Use Test::More
18642              From: "chromatic" <chromatic@rmci.net>
18643              Date: Fri, 07 Sep 2001 10:17:40 -0600
18644              Message-ID: <20010907162205.84723.qmail@onion.perl.org>
18645      Branch: perl
18646            ! lib/File/Find/taint.t
18647 ____________________________________________________________________________
18648 [ 11938] By: jhi                                   on 2001/09/07  14:04:43
18649         Log: Update Changes.
18650      Branch: perl
18651            ! Changes patchlevel.h
18652 ____________________________________________________________________________
18653 [ 11937] By: jhi                                   on 2001/09/07  13:52:03
18654         Log: Rename the old threading tutorial, start a new one,
18655              regen toc.
18656      Branch: perl
18657            + pod/perlothrtut.pod
18658            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlthrtut.pod
18659            ! pod/perltoc.pod
18660 ____________________________________________________________________________
18661 [ 11936] By: jhi                                   on 2001/09/07  13:05:48
18662         Log: vars very much has a test.
18663      Branch: perl
18664            ! t/lib/1_compile.t
18665 ____________________________________________________________________________
18666 [ 11935] By: jhi                                   on 2001/09/07  12:52:06
18667         Log: Subject: Re: wince/perl.ico marked as binary
18668              From: Nicholas Clark <nick@ccl4.org>
18669              Date: Fri, 7 Sep 2001 13:54:40 +0100
18670              Message-ID: <20010907135439.D39150@plum.flirble.org>
18671              
18672              and wince/Makefile.ce change from Rainer Keuchel.
18673      Branch: perl
18674            + wince/makeico.pl
18675            ! MANIFEST wince/Makefile.ce
18676 ____________________________________________________________________________
18677 [ 11934] By: jhi                                   on 2001/09/07  12:43:50
18678         Log: Subject: Re: [PATCH regexec.c] more general .* and .*?
18679              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
18680              Date: Fri, 7 Sep 2001 09:41:10 -0400 (EDT)
18681              Message-ID: <Pine.GSO.4.21.0109070933530.7041-100000@crusoe.crusoe.net>
18682      Branch: perl
18683            ! regexec.c
18684 ____________________________________________________________________________
18685 [ 11933] By: jhi                                   on 2001/09/07  12:37:46
18686         Log: (Replaced by #11934)
18687              Subject: Re: [PATCH regexec.c] more general .* and .*?
18688              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
18689              Date: Fri, 7 Sep 2001 08:44:17 -0400 (EDT)
18690              Message-ID: <Pine.GSO.4.21.0109070836110.7041-100000@crusoe.crusoe.net>
18691      Branch: perl
18692            ! regexec.c
18693 ____________________________________________________________________________
18694 [ 11932] By: jhi                                   on 2001/09/07  12:27:14
18695         Log: The #11931 patching misbehaved.
18696      Branch: perl
18697            ! lib/Test/Harness/t/test-harness.t
18698 ____________________________________________________________________________
18699 [ 11931] By: jhi                                   on 2001/09/07  12:21:30
18700         Log: Subject: [PATCH lib/Test/Harness* t/TEST] Test::Harness 1.25 sync
18701              From: Michael G Schwern <schwern@pobox.com>
18702              Date: Fri, 7 Sep 2001 03:30:41 -0400
18703              Message-ID: <20010907033041.A2796@blackrider>
18704      Branch: perl
18705            + lib/Test/Harness/Changes lib/Test/Harness/t/base.t
18706            + lib/Test/Harness/t/ok.t lib/Test/Harness/t/test-harness.t
18707            + t/lib/sample-tests/header_at_end_fail
18708            + t/lib/sample-tests/skip_no_msg t/lib/sample-tests/todo_inline
18709            - lib/Test/Harness.t
18710            ! MANIFEST lib/Test/Harness.pm t/TEST
18711 ____________________________________________________________________________
18712 [ 11930] By: jhi                                   on 2001/09/07  11:59:17
18713         Log: Subject: [PATCH] Digest::MD5 update
18714              From: Gisle Aas <gisle@ActiveState.com>
18715              Date: 06 Sep 2001 23:32:56 -0700
18716              Message-ID: <lrofon5x47.fsf@caliper.ActiveState.com>
18717      Branch: perl
18718            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
18719            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
18720 ____________________________________________________________________________
18721 [ 11929] By: jhi                                   on 2001/09/07  11:23:05
18722         Log: Subject: [PATCH MANIFEST, lib/less.t] Add Tests for the less Pragma
18723              From: "chromatic" <chromatic@rmci.net>
18724              Date: Thu, 06 Sep 2001 23:11:44 -0600
18725              Message-ID: <20010907051609.91459.qmail@onion.perl.org>
18726      Branch: perl
18727            + lib/less.t
18728            ! MANIFEST t/lib/1_compile.t
18729 ____________________________________________________________________________
18730 [ 11928] By: jhi                                   on 2001/09/07  11:19:29
18731         Log: The binary file must somehow differently stored.
18732      Branch: perl
18733            - wince/perl.ico
18734            ! MANIFEST
18735 ____________________________________________________________________________
18736 [ 11927] By: jhi                                   on 2001/09/07  03:53:29
18737         Log: Add more modules to the list of modules that have tests,
18738              Schwern's wallet is getting more nervous.
18739              (Run t/lib/1_compile.t manually to see which modules
18740              are lacking tests, or the tests can't be run for some
18741              reason or another, such as the Net:: modules)
18742      Branch: perl
18743            ! t/lib/1_compile.t
18744 ____________________________________________________________________________
18745 [ 11926] By: jhi                                   on 2001/09/07  03:43:11
18746         Log: Try to make Socket::inet_ntoa() more robust.
18747      Branch: perl
18748            ! ext/Socket/Socket.t ext/Socket/Socket.xs pod/perldiag.pod
18749 ____________________________________________________________________________
18750 [ 11925] By: jhi                                   on 2001/09/07  01:57:58
18751         Log: Subject: Re: [PATCH lib/English.t] Test All Aliases (including %Errno)
18752              From: chromatic <chromatic@rmci.net>       
18753              Date: Wed, 5 Sep 2001 22:58:05 -0600                         
18754              Message-Id: <01090522580506.19590@firewheel>           
18755      Branch: perl
18756            ! lib/English.t
18757 ____________________________________________________________________________
18758 [ 11924] By: jhi                                   on 2001/09/07  01:55:05
18759         Log: Subject: Re: perlvar manpage and localizing special vars
18760              From: Stas Bekman <stas@stason.org>
18761              Date: Fri, 7 Sep 2001 10:10:24 +0800 (SGT)
18762              Message-ID: <Pine.LNX.4.33.0109071009240.19262-100000@stas.singnet.com.sg>
18763      Branch: perl
18764            ! pod/perlvar.pod
18765 ____________________________________________________________________________
18766 [ 11923] By: jhi                                   on 2001/09/07  01:49:36
18767         Log: Subject: [PATCH MakeMaker.pm] noise from make in ext/SDBM
18768              From: Robin Barker <rmb1@cise.npl.co.uk>
18769              Date: Thu, 6 Sep 2001 19:36:49 +0100 (BST)
18770              Message-Id: <200109061836.TAA08747@tempest.npl.co.uk>
18771      Branch: perl
18772            ! lib/ExtUtils/MakeMaker.pm
18773 ____________________________________________________________________________
18774 [ 11922] By: jhi                                   on 2001/09/06  18:09:08
18775         Log: Symbol missing; AIX unhappy.
18776      Branch: perl
18777            ! makedef.pl
18778 ____________________________________________________________________________
18779 [ 11921] By: jhi                                   on 2001/09/06  17:52:43
18780         Log: Add a test for [ID 20010906.019] perl crashes on "undef foo"
18781              Reported in 5.61, seems to work okay in blead.
18782      Branch: perl
18783            ! t/run/kill_perl.t
18784 ____________________________________________________________________________
18785 [ 11920] By: jhi                                   on 2001/09/06  14:35:09
18786         Log: Update Changes.
18787      Branch: perl
18788            ! Changes patchlevel.h
18789 ____________________________________________________________________________
18790 [ 11919] By: jhi                                   on 2001/09/06  14:20:10
18791         Log: Document the bad assumptions currently breaking
18792              the Socket.t tests 10, 11, and 13 in UNICOS.
18793      Branch: perl
18794            ! ext/Socket/Socket.xs
18795 ____________________________________________________________________________
18796 [ 11918] By: jhi                                   on 2001/09/06  14:07:45
18797         Log: Subject: [PATCH x2p] make OPTIMIZE=...
18798              From: Robin Barker <rmb1@cise.npl.co.uk>
18799              Date: Thu, 6 Sep 2001 13:31:37 +0100 (BST)
18800              Message-Id: <200109061231.NAA25265@tempest.npl.co.uk>
18801      Branch: perl
18802            ! x2p/Makefile.SH x2p/cflags.SH
18803 ____________________________________________________________________________
18804 [ 11917] By: jhi                                   on 2001/09/06  14:01:45
18805         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
18806              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
18807              Date: Thu, 6 Sep 2001 11:09:40 +0100
18808              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
18809              
18810              Subject: Re: [PATCH] for perlhack.pod - no p5p archive on deja/google    
18811              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
18812              Date: 6 Sep 2001 10:14:38 -0000
18813              Message-Id: <slrn9pej4m.1j8.rgarciasuarez@rafael.kazibao.net>   
18814      Branch: perl
18815            ! pod/perlfaq1.pod pod/perlhack.pod
18816 ____________________________________________________________________________
18817 [ 11916] By: jhi                                   on 2001/09/06  13:56:19
18818         Log: Subject: Extra NUL is Data::Dumper output - patch
18819              From: Tony Cook <tony@develop-help.com>
18820              Date: Thu, 6 Sep 2001 12:35:49 +1000 (EST)
18821              Message-ID: <Pine.LNX.4.10.10109061157210.9366-100000@develop-help.com>
18822      Branch: perl
18823            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
18824 ____________________________________________________________________________
18825 [ 11915] By: jhi                                   on 2001/09/06  13:51:16
18826         Log: Avoid redefinition warning
18827              Subroutine Cwd::fastcwd redefined at lib/XSLoader.pm line 97.
18828              from
18829              perl -w -Ilib -MCwd -e ''
18830      Branch: perl
18831            ! lib/Cwd.pm
18832 ____________________________________________________________________________
18833 [ 11914] By: jhi                                   on 2001/09/06  13:30:32
18834         Log: Update the is_tainted() example implementation.
18835      Branch: perl
18836            ! pod/perlsec.pod
18837 ____________________________________________________________________________
18838 [ 11913] By: jhi                                   on 2001/09/06  13:15:59
18839         Log: Missing) in #11912.
18840      Branch: perl
18841            ! lib/Test/Simple/t/fail.t
18842 ____________________________________________________________________________
18843 [ 11912] By: jhi                                   on 2001/09/06  13:08:48
18844         Log: Rewhack Test-Simple into core harness.
18845      Branch: perl
18846            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
18847            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
18848            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
18849            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
18850            ! lib/Test/Simple/t/skipall.t
18851 ____________________________________________________________________________
18852 [ 11911] By: jhi                                   on 2001/09/06  11:54:06
18853         Log: Workaround for the new Exporter 'feature'.
18854      Branch: perl
18855            ! lib/Test/More.pm
18856 ____________________________________________________________________________
18857 [ 11910] By: jhi                                   on 2001/09/06  11:52:56
18858         Log: Re-introduce pure-Perl fall-back for abs_path,
18859              re-introduce #11898.
18860      Branch: perl
18861            ! lib/Cwd.pm lib/File/Find.pm
18862 ____________________________________________________________________________
18863 [ 11909] By: jhi                                   on 2001/09/06  03:49:13
18864         Log: More tests.
18865      Branch: perl
18866            ! lib/Exporter.t
18867 ____________________________________________________________________________
18868 [ 11908] By: jhi                                   on 2001/09/06  03:38:22
18869         Log: Retract #11898 for now because it introduces
18870              a rather nasty depencency: when B is being built,
18871              MakeMaker is used.  MakeMaker uses File::Find.
18872              File::Find uses Cwd::getcwd()...which doesn't
18873              exist yet.
18874      Branch: perl
18875            ! lib/File/Find.pm
18876 ____________________________________________________________________________
18877 [ 11907] By: jhi                                   on 2001/09/06  03:20:02
18878         Log: New test welcome.
18879      Branch: perl
18880            + lib/Test/Simple/t/simple.t
18881 ____________________________________________________________________________
18882 [ 11906] By: jhi                                   on 2001/09/06  03:08:01
18883         Log: Old test begone.
18884      Branch: perl
18885            - lib/Attribute/Handlers/test.pl
18886 ____________________________________________________________________________
18887 [ 11905] By: jhi                                   on 2001/09/06  01:41:03
18888         Log: Test-Simple syncup from Schwern.
18889      Branch: perl
18890            + lib/Test/Simple/t/More.t lib/Test/Simple/t/fail-like.t
18891            + lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/skip.t
18892            + lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
18893            + lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
18894            + lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
18895            - lib/Test/More/Changes lib/Test/More/t/More.t
18896            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
18897            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
18898            - lib/Test/Simple/t/simple.t t/lib/Test/More/Catch.pm
18899            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
18900            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
18901            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
18902            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
18903            ! lib/Test/Simple/t/plan_is_noplan.t t/lib/Test/Simple/Catch.pm
18904            ! t/lib/Test/Simple/sample_tests/death.plx
18905            ! t/lib/Test/Simple/sample_tests/death_in_eval.plx
18906            ! t/lib/Test/Simple/sample_tests/extras.plx
18907            ! t/lib/Test/Simple/sample_tests/five_fail.plx
18908            ! t/lib/Test/Simple/sample_tests/last_minute_death.plx
18909            ! t/lib/Test/Simple/sample_tests/one_fail.plx
18910            ! t/lib/Test/Simple/sample_tests/require.plx
18911            ! t/lib/Test/Simple/sample_tests/success.plx
18912            ! t/lib/Test/Simple/sample_tests/too_few.plx
18913            ! t/lib/Test/Simple/sample_tests/two_fail.plx
18914 ____________________________________________________________________________
18915 [ 11904] By: pudge                                 on 2001/09/06  00:28:01
18916         Log: Integrate File::Find changes from bleadperl
18917      Branch: maint-5.6/macperl
18918            ! lib/File/Find.pm t/lib/filefind-taint.t
18919 ____________________________________________________________________________
18920 [ 11903] By: pudge                                 on 2001/09/06  00:22:29
18921         Log: Integrate 11847 from maint-5.6/perl
18922      Branch: maint-5.6/macperl
18923           !> sv.c
18924 ____________________________________________________________________________
18925 [ 11902] By: jhi                                   on 2001/09/05  23:27:57
18926         Log: In UNICOS division yada yada.
18927      Branch: perl
18928            ! t/op/override.t
18929 ____________________________________________________________________________
18930 [ 11901] By: jhi                                   on 2001/09/05  23:26:23
18931         Log: In UNICOS division is really lossy, better use
18932              a tolerance test.
18933      Branch: perl
18934            ! ext/Time/HiRes/HiRes.t
18935 ____________________________________________________________________________
18936 [ 11900] By: jhi                                   on 2001/09/05  23:22:38
18937         Log: In UNICOS sigaction() sets an extra flag
18938              ("the signal has been registered for all the processes in
18939              a multitasking group.")
18940      Branch: perl
18941            ! ext/POSIX/sigaction.t
18942 ____________________________________________________________________________
18943 [ 11899] By: jhi                                   on 2001/09/05  23:18:48
18944         Log: Documentation micropatch from Damian.
18945      Branch: perl
18946            ! lib/Attribute/Handlers.pm
18947 ____________________________________________________________________________
18948 [ 11898] By: jhi                                   on 2001/09/05  23:16:50
18949         Log: (Retracted by #11908)
18950              Subject: [PATCH] Re: [PATCH lib/File/Find.pm lib/File/Find/taint.t] Fixing those damned taint tests
18951              From: Michael G Schwern <schwern@pobox.com>
18952              Date: Wed, 5 Sep 2001 15:58:21 -0400
18953              Message-ID: <20010905155821.I632@blackrider>
18954      Branch: perl
18955            ! lib/File/Find.pm lib/File/Find/taint.t
18956 ____________________________________________________________________________
18957 [ 11897] By: jhi                                   on 2001/09/05  23:14:43
18958         Log: Subject: [PATCH lib/CGI/t/carp.t] Tests for CGI::Carp               
18959              From: Michael G Schwern <schwern@pobox.com>
18960              Date: Wed, 5 Sep 2001 19:16:31 -0400
18961              Message-ID: <20010905191631.E11386@blackrider>
18962      Branch: perl
18963            + lib/CGI/t/carp.t
18964            ! MANIFEST
18965 ____________________________________________________________________________
18966 [ 11896] By: jhi                                   on 2001/09/05  23:14:11
18967         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`       
18968              From: chromatic <chromatic@rmci.net>
18969              Date: Wed, 5 Sep 2001 18:08:07 -0600
18970              Message-Id: <01090518080700.19590@firewheel>
18971      Branch: perl
18972            ! lib/English.pm
18973 ____________________________________________________________________________
18974 [ 11895] By: jhi                                   on 2001/09/05  22:52:01
18975         Log: Fix a typo #11889 and add a test for the same.
18976      Branch: perl
18977            ! ext/Socket/Socket.t ext/Socket/Socket.xs
18978 ____________________________________________________________________________
18979 [ 11894] By: jhi                                   on 2001/09/05  22:43:26
18980         Log: Subject: [PATCH bleadperl] tweak warnings.t and kill_perl.t for VMS
18981              From: "Craig A. Berry" <craigberry@mac.com>
18982              Date: Wed, 05 Sep 2001 17:48:54 -0500
18983              Message-Id: <5.1.0.14.0.20010905145002.02b45218@exchi01>
18984      Branch: perl
18985            ! lib/warnings.t t/run/kill_perl.t
18986 ____________________________________________________________________________
18987 [ 11893] By: jhi                                   on 2001/09/05  22:36:35
18988         Log: Subject: [PATCH t/run/kill_perl.t] tying a bareword causes a segfault in 5.6.1
18989              From: Michael G Schwern <schwern@pobox.com>
18990              Date: Wed, 5 Sep 2001 17:22:25 -0400
18991              Message-ID: <20010905172225.C11386@blackrider>
18992      Branch: perl
18993            ! t/run/kill_perl.t
18994 ____________________________________________________________________________
18995 [ 11892] By: jhi                                   on 2001/09/05  22:34:55
18996         Log: Subject: [PATCH] Re: [ID 20010825.006] -DCRIPPLED_CC is broken
18997              From: Nicholas Clark <nick@ccl4.org>
18998              Date: Wed, 5 Sep 2001 20:54:24 +0100
18999              Message-ID: <20010905205424.C25120@plum.flirble.org>
19000      Branch: perl
19001            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h sv.c sv.h
19002 ____________________________________________________________________________
19003 [ 11891] By: jhi                                   on 2001/09/05  22:34:16
19004         Log: Forgotten thing.
19005      Branch: perl
19006            ! uconfig.h
19007 ____________________________________________________________________________
19008 [ 11890] By: jhi                                   on 2001/09/05  22:27:42
19009         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
19010              From: chromatic <chromatic@rmci.net>               
19011              Date: Wed, 5 Sep 2001 13:22:08 -0600
19012              Message-Id: <01090513220807.10587@firewheel> 
19013      Branch: perl
19014            ! lib/English.pm
19015 ____________________________________________________________________________
19016 [ 11889] By: jhi                                   on 2001/09/05  22:23:06
19017         Log: inet_ntoa() tweaks:
19018              - don't allow addresses with > 255 characters
19019              - indent the HP-UX workaround
19020              - don't leak memory
19021      Branch: perl
19022            ! ext/Socket/Socket.xs
19023 ____________________________________________________________________________
19024 [ 11888] By: jhi                                   on 2001/09/05  16:26:17
19025         Log: Clear up a documentation confusion noticed by Xiaoyun Wu
19026              <xwu@theeducationcenter.com>
19027      Branch: perl
19028            ! lib/File/Find.pm
19029 ____________________________________________________________________________
19030 [ 11887] By: jhi                                   on 2001/09/05  15:40:03
19031         Log: Typo nits.
19032      Branch: perl
19033            ! lib/File/Find.pm
19034 ____________________________________________________________________________
19035 [ 11886] By: jhi                                   on 2001/09/05  15:30:11
19036         Log: -Wall nit.
19037      Branch: perl
19038            ! op.c
19039 ____________________________________________________________________________
19040 [ 11885] By: gbarr                                 on 2001/09/05  15:26:18
19041         Log: Update to Scalar-List-Utils 1.05
19042      Branch: perl
19043            ! ext/List/Util/ChangeLog ext/List/Util/README
19044            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
19045 ____________________________________________________________________________
19046 [ 11884] By: jhi                                   on 2001/09/05  13:05:14
19047         Log: Update Changes.
19048      Branch: perl
19049            ! Changes patchlevel.h
19050 ____________________________________________________________________________
19051 [ 11883] By: gbarr                                 on 2001/09/05  12:51:35
19052         Log: Update to Scalar-List-Utils 1.04
19053      Branch: perl
19054            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
19055            ! ext/List/Util/lib/List/Util.pm
19056            ! ext/List/Util/lib/Scalar/Util.pm
19057 ____________________________________________________________________________
19058 [ 11882] By: jhi                                   on 2001/09/05  12:29:44
19059         Log: Metaconfigify #11724.
19060      Branch: metaconfig
19061            ! U/threads/archname.U
19062 ____________________________________________________________________________
19063 [ 11881] By: jhi                                   on 2001/09/05  12:21:44
19064         Log: The MacOS reference is okay, no reason to hide it.
19065      Branch: perl
19066            ! lib/Cwd.pm
19067 ____________________________________________________________________________
19068 [ 11880] By: jhi                                   on 2001/09/05  12:20:49
19069         Log: Subject: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.)
19070              From: Michael G Schwern <schwern@pobox.com>
19071              Date: Tue, 4 Sep 2001 15:30:10 -0400
19072              Message-ID: <20010904153010.H26466@blackrider> 
19073              
19074              (We'll see whether the ../../lib/Cwd.pm works in alien lands)
19075      Branch: perl
19076            ! ext/Cwd/Makefile.PL lib/Cwd.pm
19077 ____________________________________________________________________________
19078 [ 11879] By: jhi                                   on 2001/09/05  12:12:18
19079         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.))
19080              From: Michael G Schwern <schwern@pobox.com>
19081              Date: Tue, 4 Sep 2001 17:39:13 -0400
19082              Message-ID: <20010904173913.C626@blackrider>
19083      Branch: perl
19084            ! lib/Cwd.pm
19085 ____________________________________________________________________________
19086 [ 11878] By: jhi                                   on 2001/09/05  12:10:50
19087         Log: Subject: Re: Perl_pp_* in public API?
19088              From: "Craig A. Berry" <craigberry@mac.com>
19089              Date: Tue, 4 Sep 2001 21:51:29 -0500
19090              Message-Id: <a05101000b7bb3f558c8a@[172.16.52.1]>
19091      Branch: perl
19092            ! ext/List/Util/Util.xs
19093 ____________________________________________________________________________
19094 [ 11877] By: jhi                                   on 2001/09/05  12:07:53
19095         Log: From Damian: Class::Struct was unable to define
19096              recursive classes.  After the patch an object reference
19097              (rather than a hash) is required to initialize
19098              an object attribute.  If no such initializer is given to
19099              the constructor, object attributes are now default
19100              initialized to C<undef>.
19101      Branch: perl
19102            ! lib/Class/Struct.pm lib/Class/Struct.t
19103 ____________________________________________________________________________
19104 [ 11876] By: jhi                                   on 2001/09/05  11:51:24
19105         Log: Subject: Re: sv_catpvfn and sv_setpvfn
19106              From: Richard Soderberg <rs@oregonnet.com>
19107              Date: Tue, 4 Sep 2001 15:16:47 -0700
19108              Message-Id: <200109042216.PAA17858@oregonnet.com>
19109      Branch: perl
19110            ! pod/perlclib.pod pod/perlguts.pod
19111 ____________________________________________________________________________
19112 [ 11875] By: jhi                                   on 2001/09/05  11:48:14
19113         Log: NetWare updates from Ananth Kesari.
19114      Branch: perl
19115            ! NetWare/config.wc NetWare/netware.h NetWare/nw5.c
19116            ! NetWare/nw5thread.h
19117 ____________________________________________________________________________
19118 [ 11874] By: jhi                                   on 2001/09/05  11:30:59
19119         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?))
19120              From: Nicholas Clark <nick@ccl4.org>
19121              Date: Tue, 4 Sep 2001 22:42:50 +0100
19122              Message-ID: <20010904224250.P25120@plum.flirble.org>
19123      Branch: perl
19124            ! embed.h embed.pl numeric.c perl.c perl.h pod/perlclib.pod
19125            ! pod/perlfunc.pod pp.c proto.h regcomp.c t/op/64bitint.t
19126            ! t/op/oct.t toke.c
19127 ____________________________________________________________________________
19128 [ 11873] By: jhi                                   on 2001/09/04  21:03:17
19129         Log: Fix Cwd::getcwd() not being tainted, as noticed
19130              by Schwern.
19131      Branch: perl
19132            + ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
19133            - ext/Cwd/Cwd.t
19134            ! MANIFEST ext/Cwd/Cwd.xs util.c
19135 ____________________________________________________________________________
19136 [ 11872] By: jhi                                   on 2001/09/04  20:00:50
19137         Log: Retract #11870 and volatilize the right destruct_level.
19138              Silly thinko pointed out by Sarathy.
19139      Branch: perl
19140            ! intrpvar.h perl.c
19141 ____________________________________________________________________________
19142 [ 11871] By: jhi                                   on 2001/09/04  19:45:59
19143         Log: At least a temporary fix for the mysterious scope core dumps
19144              in Tru64 from Graham.
19145      Branch: perl
19146            ! ext/List/Util/Util.xs
19147 ____________________________________________________________________________
19148 [ 11870] By: jhi                                   on 2001/09/04  19:01:48
19149         Log: (Retracted by #11872)
19150      Branch: perl
19151            ! intrpvar.h
19152 ____________________________________________________________________________
19153 [ 11869] By: jhi                                   on 2001/09/04  17:43:31
19154         Log: Quench a -Wall gripe noticed by Robin Barker.
19155      Branch: perl
19156            ! op.c
19157 ____________________________________________________________________________
19158 [ 11868] By: jhi                                   on 2001/09/04  16:38:07
19159         Log: Subject: [PATCH perl@11834] Unicode::UCD rewritten using Lingua::KO::Hangul::Util
19160              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
19161              Date: Wed, 05 Sep 2001 02:01:32 +0900
19162              Message-Id: <20010905015059.E684.BQW10602@nifty.com>
19163      Branch: perl
19164            ! lib/Unicode/UCD.pm
19165 ____________________________________________________________________________
19166 [ 11867] By: jhi                                   on 2001/09/04  16:35:27
19167         Log: Subject: Re: [PATCH gv.c] @& sets PL_sawampersand
19168              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
19169              Date: Tue, 4 Sep 2001 12:51:02 -0400 (EDT)
19170              Message-ID: <Pine.GSO.4.21.0109041250420.7601-100000@crusoe.crusoe.net>
19171      Branch: perl
19172            ! gv.c
19173 ____________________________________________________________________________
19174 [ 11866] By: jhi                                   on 2001/09/04  13:52:28
19175         Log: Update Changes.
19176      Branch: perl
19177            ! Changes patchlevel.h
19178 ____________________________________________________________________________
19179 [ 11865] By: jhi                                   on 2001/09/04  13:36:58
19180         Log: Add the \[$@%&*] prototype support.
19181      Branch: perl
19182            ! op.c pod/perlsub.pod t/comp/proto.t
19183 ____________________________________________________________________________
19184 [ 11864] By: jhi                                   on 2001/09/04  13:10:38
19185         Log: Subject: [PATCH lib/CGI/t/form.t] Cleanup
19186              From: Michael G Schwern <schwern@pobox.com>
19187              Date: Mon, 3 Sep 2001 18:59:01 -0400
19188              Message-ID: <20010903185901.Z9233@blackrider>
19189      Branch: perl
19190            ! lib/CGI/t/form.t
19191 ____________________________________________________________________________
19192 [ 11863] By: jhi                                   on 2001/09/04  13:06:39
19193         Log: Subject: [PATCH gv.c] @& sets PL_sawampersand
19194              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
19195              Date: Mon, 3 Sep 2001 12:36:20 -0400 (EDT)
19196              Message-ID: <Pine.GSO.4.21.0109031235240.7601-100000@crusoe.crusoe.net>
19197      Branch: perl
19198            ! gv.c
19199 ____________________________________________________________________________
19200 [ 11862] By: jhi                                   on 2001/09/04  13:05:23
19201         Log: More srand entry tweakage based on Randal's suggestion.
19202      Branch: perl
19203            ! pod/perlfunc.pod
19204 ____________________________________________________________________________
19205 [ 11861] By: jhi                                   on 2001/09/04  12:48:14
19206         Log: Subject: [PATCH] 'main' *is* a reserved word
19207              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19208              Date: Mon, 3 Sep 2001 22:55:41 +0200
19209              Message-ID: <20010903225541.A24097@rafael>
19210      Branch: perl
19211            ! toke.c
19212 ____________________________________________________________________________
19213 [ 11860] By: jhi                                   on 2001/09/04  12:46:30
19214         Log: Subject: [PATCH: bleedperl] s/ROOT\./_ROOT./ for VMS default install prefix appendage
19215              From: Peter Prymmer <pvhp@best.com>
19216              Date: Mon, 3 Sep 2001 13:43:04 -0700 (PDT)
19217              Message-ID: <Pine.BSF.4.21.0109031338300.5068-100000@shell8.ba.best.com>
19218      Branch: perl
19219            ! README.vms configure.com
19220 ____________________________________________________________________________
19221 [ 11859] By: jhi                                   on 2001/09/04  12:44:29
19222         Log: Subject: Re: A slightly better default seed?   
19223              From: Michael G Schwern <schwern@pobox.com>
19224              Date: Mon, 3 Sep 2001 18:08:15 -0400 
19225              Message-ID: <20010903180815.W9233@blackrider>
19226      Branch: perl
19227            ! t/op/srand.t
19228 ____________________________________________________________________________
19229 [ 11858] By: jhi                                   on 2001/09/04  12:41:59
19230         Log: Add sharedsv.o to microperl object files.
19231      Branch: perl
19232            ! Makefile.micro
19233 ____________________________________________________________________________
19234 [ 11857] By: jhi                                   on 2001/09/04  12:27:51
19235         Log: AUTHORS updates and
19236              
19237              Subject: [PATCH] Just some preening :-)        
19238              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
19239              Date: Tue, 4 Sep 2001 14:16:59 +0100
19240              Message-ID: <20010904141659.A10129@homer.diplex.co.uk>            
19241      Branch: perl
19242            ! AUTHORS ext/Data/Dumper/Changes lib/Text/Soundex.pm
19243 ____________________________________________________________________________
19244 [ 11856] By: jhi                                   on 2001/09/04  12:09:43
19245         Log: Typo fix and slight rewording.
19246      Branch: perl
19247            ! pod/perlfunc.pod
19248 ____________________________________________________________________________
19249 [ 11855] By: jhi                                   on 2001/09/04  12:04:16
19250         Log: Update the FAQ now that Scalar-List-Utils 1.03 has shuffle().
19251      Branch: perl
19252            ! pod/perlfaq4.pod
19253 ____________________________________________________________________________
19254 [ 11854] By: jhi                                   on 2001/09/03  20:12:21
19255         Log: The helper file changed name.
19256      Branch: perl
19257            ! MANIFEST
19258 ____________________________________________________________________________
19259 [ 11853] By: gbarr                                 on 2001/09/03  20:00:00
19260         Log: Update to Scalar-List-Utils 1.03
19261      Branch: perl
19262            + ext/List/Util/t/shuffle.t
19263            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
19264            ! ext/List/Util/lib/List/Util.pm ext/List/Util/t/blessed.t
19265            ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
19266            ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
19267            ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
19268            ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
19269            ! ext/List/Util/t/reftype.t ext/List/Util/t/sum.t
19270            ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
19271 ____________________________________________________________________________
19272 [ 11852] By: jhi                                   on 2001/09/03  19:50:57
19273         Log: Make crypt() do something more sane for Unicode
19274              (take crypt() of the low eight bits of the characters,
19275              instead of taking crypt() of the UTF-8 of the scalar);
19276              add a test for crypt().
19277      Branch: perl
19278            + t/op/crypt.t
19279            ! MANIFEST pod/perlfunc.pod pp.c
19280 ____________________________________________________________________________
19281 [ 11851] By: jhi                                   on 2001/09/03  19:19:35
19282         Log: Reorganize the srand entry.
19283      Branch: perl
19284            ! pod/perlfunc.pod
19285 ____________________________________________________________________________
19286 [ 11850] By: jhi                                   on 2001/09/03  18:54:51
19287         Log: Remove the tests that assume something about
19288              calling srand() without arguments multiple times.
19289      Branch: perl
19290            ! t/op/srand.t
19291 ____________________________________________________________________________
19292 [ 11849] By: jhi                                   on 2001/09/03  18:15:16
19293         Log: Upgrade to Math::BigInt 1.42.
19294      Branch: perl
19295            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
19296            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
19297            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
19298            ! lib/Math/BigInt/t/mbimbf.t
19299 ____________________________________________________________________________
19300 [ 11848] By: gsar                                  on 2001/09/03  17:07:54
19301         Log: integrate change#11847 from maint-5.6
19302              
19303              typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
19304      Branch: perl
19305            ! sv.c
19306 ____________________________________________________________________________
19307 [ 11847] By: gsar                                  on 2001/09/03  16:47:54
19308         Log: typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
19309      Branch: maint-5.6/perl
19310            ! sv.c
19311 ____________________________________________________________________________
19312 [ 11846] By: jhi                                   on 2001/09/03  15:12:58
19313         Log: As far as I can tell these functions have been Unicodified.
19314      Branch: perl
19315            ! doop.c
19316 ____________________________________________________________________________
19317 [ 11845] By: jhi                                   on 2001/09/03  15:11:27
19318         Log: Update to Storable 1.0.13.
19319      Branch: perl
19320            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
19321            ! ext/Storable/Storable.xs
19322 ____________________________________________________________________________
19323 [ 11844] By: jhi                                   on 2001/09/03  12:42:06
19324         Log: Patch the Filter::Simple test to work with
19325              the core test suite (since the FilterTest.pm
19326              is in t/lib, not in lib).
19327      Branch: perl
19328            ! lib/Filter/Simple/t/filter.t
19329 ____________________________________________________________________________
19330 [ 11843] By: jhi                                   on 2001/09/03  12:39:11
19331         Log: Damian's Filter::Simple test uses FilterTest, not MyFilter.
19332      Branch: perl
19333            + t/lib/FilterTest.pm
19334            - t/lib/MyFilter.pm
19335 ____________________________________________________________________________
19336 [ 11842] By: jhi                                   on 2001/09/03  12:17:30
19337         Log: Damian-o-rama: upgrade to Attribute::Handlers 0.75,
19338              Filter::Simple 0.61, NEXT 0.02, Switch 2.05, and
19339              Text::Balanced 1.86.
19340      Branch: perl
19341            + lib/Attribute/Handlers/t/multi.t lib/Filter/Simple/Changes
19342            + lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
19343            + lib/NEXT/Changes lib/NEXT/README lib/Switch/t/given.t
19344            + lib/Switch/t/nested.t lib/Switch/t/switch.t
19345            + lib/Text/Balanced/Changes lib/Text/Balanced/README
19346            + lib/Text/Balanced/t/extbrk.t lib/Text/Balanced/t/extcbk.t
19347            + lib/Text/Balanced/t/extdel.t lib/Text/Balanced/t/extmul.t
19348            + lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
19349            + lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
19350            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
19351            - lib/Switch/t/switch_case.t lib/Text/Balanced.pod
19352            - lib/Text/Balanced/t/genxt.t lib/Text/Balanced/t/xbrak.t
19353            - lib/Text/Balanced/t/xcode.t lib/Text/Balanced/t/xdeli.t
19354            - lib/Text/Balanced/t/xmult.t lib/Text/Balanced/t/xquot.t
19355            - lib/Text/Balanced/t/xtagg.t lib/Text/Balanced/t/xvari.t
19356            ! MANIFEST lib/Attribute/Handlers.pm
19357            ! lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
19358            ! lib/Attribute/Handlers/demo/Demo.pm
19359            ! lib/Attribute/Handlers/demo/Descriptions.pm
19360            ! lib/Attribute/Handlers/demo/MyClass.pm
19361            ! lib/Attribute/Handlers/demo/demo.pl
19362            ! lib/Attribute/Handlers/demo/demo2.pl
19363            ! lib/Attribute/Handlers/demo/demo3.pl
19364            ! lib/Attribute/Handlers/demo/demo4.pl
19365            ! lib/Attribute/Handlers/demo/demo_call.pl
19366            ! lib/Attribute/Handlers/demo/demo_chain.pl
19367            ! lib/Attribute/Handlers/demo/demo_cycle.pl
19368            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
19369            ! lib/Attribute/Handlers/demo/demo_phases.pl
19370            ! lib/Attribute/Handlers/demo/demo_range.pl
19371            ! lib/Attribute/Handlers/demo/demo_rawdata.pl
19372            ! lib/Filter/Simple.pm lib/NEXT.pm lib/NEXT/test.pl
19373            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
19374            ! lib/Text/Balanced.pm
19375 ____________________________________________________________________________
19376 [ 11841] By: sky                                   on 2001/09/03  11:04:15
19377         Log: Forgot to add a file with Change #11840
19378      Branch: perl
19379            + t/op/srand.t
19380 ____________________________________________________________________________
19381 [ 11840] By: sky                                   on 2001/09/03  11:02:04
19382         Log: Subject: [PATCH t/op/srand.t t/op/rand.t pod/perlfunc.pod MANIFEST] Tests for srand()
19383              From: Michael G Schwern <schwern@pobox.com>
19384              Date: Mon, 3 Sep 2001 07:43:00 -0400
19385              Message-ID: <20010903074300.E9233@blackrider>
19386      Branch: perl
19387            ! MANIFEST pod/perlfunc.pod t/op/rand.t
19388 ____________________________________________________________________________
19389 [ 11839] By: sky                                   on 2001/09/03  10:47:11
19390         Log: Document the changes with regards to running of END blocks.
19391              And DESTROY on global objects are called in perl_destruct()!
19392      Branch: perl
19393            ! pod/perl572delta.pod pod/perlembed.pod
19394 ____________________________________________________________________________
19395 [ 11838] By: sky                                   on 2001/09/03  09:34:44
19396         Log: Subject: [PATCH t/op/time.t] Partial cleanup
19397              From: Michael G Schwern <schwern@pobox.com>
19398              Date: Mon, 3 Sep 2001 06:29:42 -0400
19399              Message-ID: <20010903062942.C9233@blackrider>
19400      Branch: perl
19401            ! t/op/time.t
19402 ____________________________________________________________________________
19403 [ 11837] By: sky                                   on 2001/09/03  09:30:02
19404         Log: Subject: [PATCH t/op/rand.t] Increase the repetitions
19405              From: Michael G Schwern <schwern@pobox.com>
19406              Date: Mon, 3 Sep 2001 06:24:13 -0400
19407              Message-ID: <20010903062413.B9233@blackrider>
19408      Branch: perl
19409            ! t/op/rand.t
19410 ____________________________________________________________________________
19411 [ 11836] By: sky                                   on 2001/09/03  07:56:47
19412         Log: Subject: [PATCH] CGI::Cookie, Apache & Switch tests
19413              From: Michael G Schwern <schwern@pobox.com>
19414              Date: Sun, 2 Sep 2001 21:38:43 -0400
19415              Message-ID: <20010902213843.L2711@blackrider>
19416      Branch: perl
19417            + lib/CGI/t/apache.t lib/CGI/t/cookie.t lib/CGI/t/switch.t
19418            ! MANIFEST
19419 ____________________________________________________________________________
19420 [ 11835] By: nick                                  on 2001/09/03  06:20:06
19421         Log: Integrate mainline
19422      Branch: perlio
19423           +> lib/Shell.t t/op/inccode.t t/run/kill_perl.t
19424            - t/op/misc.t
19425           !> (integrate 187 files)
19426 ____________________________________________________________________________
19427 [ 11834] By: jhi                                   on 2001/09/02  13:07:53
19428         Log: Update Changes.
19429      Branch: perl
19430            ! Changes patchlevel.h
19431 ____________________________________________________________________________
19432 [ 11833] By: jhi                                   on 2001/09/02  12:59:05
19433         Log: Slight tweaks.
19434      Branch: perl
19435            ! t/run/kill_perl.t
19436 ____________________________________________________________________________
19437 [ 11832] By: jhi                                   on 2001/09/02  12:41:12
19438         Log: Special casing had become a little bit more complex in Unicode 3.1.1.
19439      Branch: perl
19440            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
19441 ____________________________________________________________________________
19442 [ 11831] By: sky                                   on 2001/09/02  12:10:42
19443         Log: Change #11828 wasn't complete, this updates to intest path
19444      Branch: perl
19445            ! t/run/kill_perl.t
19446 ____________________________________________________________________________
19447 [ 11830] By: jhi                                   on 2001/09/02  11:56:18
19448         Log: 's's's.
19449      Branch: perl
19450            ! Changes
19451 ____________________________________________________________________________
19452 [ 11829] By: jhi                                   on 2001/09/02  11:54:22
19453         Log: Update Changes.
19454      Branch: perl
19455            ! Changes patchlevel.h
19456 ____________________________________________________________________________
19457 [ 11828] By: sky                                   on 2001/09/02  11:53:56
19458         Log: Subject: [PATCH] rm t/run/segfault.t; mv t/op/misc.t t/run/kill_perl.t
19459              From: Michael G Schwern <schwern@pobox.com>
19460              Date: Sat, 1 Sep 2001 20:18:58 -0400
19461              Message-ID: <20010901201858.X606@blackrider>
19462              +MANIFEST Fix
19463      Branch: perl
19464            + t/run/kill_perl.t
19465            - t/op/misc.t t/run/segfault.t
19466            ! MANIFEST
19467 ____________________________________________________________________________
19468 [ 11827] By: jhi                                   on 2001/09/02  11:46:47
19469         Log: Subject: [PATCH] lib/Time/Local.pm
19470              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
19471              Date: Sun, 2 Sep 2001 06:50:01 -0500
19472              Message-ID: <20010902065001.A21529@staff1.cso.uiuc.edu>
19473      Branch: perl
19474            ! lib/Time/Local.pm
19475 ____________________________________________________________________________
19476 [ 11826] By: jhi                                   on 2001/09/02  11:40:49
19477         Log: Tick off Unicode collation and the normalization from
19478              the todo list.
19479      Branch: perl
19480            ! pod/perltodo.pod
19481 ____________________________________________________________________________
19482 [ 11825] By: jhi                                   on 2001/09/02  11:16:24
19483         Log: Update to Unicode 3.1.1.
19484      Branch: perl
19485            ! lib/unicore/ArabLink.pl lib/unicore/ArabLnkGrp.pl
19486            ! lib/unicore/ArabShap.txt lib/unicore/CaseFold.txt
19487            ! lib/unicore/EAWidth.txt lib/unicore/PropList.html
19488            ! lib/unicore/PropList.txt lib/unicore/README.perl
19489            ! lib/unicore/ReadMe.txt lib/unicore/SpecCase.txt
19490            ! lib/unicore/rename lib/unicore/version
19491 ____________________________________________________________________________
19492 [ 11824] By: jhi                                   on 2001/09/02  10:32:30
19493         Log: Slight doc tweaks for the module.
19494      Branch: perl
19495            ! lib/Unicode/UCD.pm
19496 ____________________________________________________________________________
19497 [ 11823] By: jhi                                   on 2001/09/02  10:02:20
19498         Log: Rename the variable: it *used* to be (wrongly) that the
19499              code related to PL_reg_sv (so PL_reg_sv_utf8 was logical)
19500              but that is no more the case: PL_reg_match_utf8 is better.
19501      Branch: perl
19502            ! embedvar.h mg.c perlapi.c perlapi.h pp.c pp_hot.c regcomp.c
19503            ! regexec.c sv.c thrdvar.h
19504 ____________________________________________________________________________
19505 [ 11822] By: ams                                   on 2001/09/02  02:54:50
19506         Log: Subject: RE: [PATCH] Add a nextstate into empty blocks
19507              From: Ilmari Karonen <iltzu@sci.fi>
19508              Date: Sun, 19 Aug 2001 19:27:33 +0300 (EET DST)
19509              Message-Id: <Pine.SOL.3.96.1010819163840.8384B-100000@simpukka>
19510              (op/sub_lval.t updated to take new error message into account.)
19511      Branch: perl
19512            ! op.c t/op/sub_lval.t
19513 ____________________________________________________________________________
19514 [ 11821] By: gsar                                  on 2001/09/02  01:06:30
19515         Log: remove stray CRs in files; keep all files with UNIX line-ends
19516              (Porting/makerel adds CRs to the files that need it in the
19517              distribution)
19518      Branch: perl
19519            ! NetWare/t/NWScripts.pl README.dos
19520            ! ext/Encode/Encode/cns11643-1.enc
19521            ! ext/Encode/Encode/cns11643-2.enc ext/SDBM_File/Makefile.PL
19522            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
19523 ____________________________________________________________________________
19524 [ 11820] By: gsar                                  on 2001/09/02  00:56:44
19525         Log: some remnants of change#11803
19526      Branch: perl
19527            ! ext/ByteLoader/byterun.h perl.h
19528 ____________________________________________________________________________
19529 [ 11819] By: jhi                                   on 2001/09/01  23:40:36
19530         Log: Update to Unicode::Collate 0.08.
19531      Branch: perl
19532            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
19533            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
19534 ____________________________________________________________________________
19535 [ 11818] By: jhi                                   on 2001/09/01  23:02:09
19536         Log: Test tweaks.
19537      Branch: perl
19538            ! t/op/pat.t
19539 ____________________________________________________________________________
19540 [ 11817] By: pudge                                 on 2001/09/01  22:36:29
19541         Log: Fix test
19542      Branch: maint-5.6/macperl
19543            ! t/lib/b.t
19544 ____________________________________________________________________________
19545 [ 11816] By: pudge                                 on 2001/09/01  22:15:09
19546         Log: Misc. patches: fix tests script; add Mac::LowMem; quiet
19547              warnings in Config.pm with -W; increase default and
19548              minimum RAM; bump version number.
19549      Branch: maint-5.6/macperl
19550            + macos/lib/Mac/LowMem.pm
19551            ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
19552            ! macos/configpm macos/macperl/MacPerl.r
19553 ____________________________________________________________________________
19554 [ 11815] By: pudge                                 on 2001/09/01  22:10:49
19555         Log: Make syntax check report in MPW style, fix tests
19556              to use Mac::err=unix to get normal-style error
19557              messages.
19558      Branch: maint-5.6/macperl
19559            ! perl.c t/lib/b.t t/op/misc.t t/op/runlevel.t t/pod/testp2pt.pl
19560            ! t/pragma/strict.t t/pragma/subs.t t/pragma/warnings.t
19561 ____________________________________________________________________________
19562 [ 11814] By: pudge                                 on 2001/09/01  22:09:08
19563         Log: Make MPW-style errors optional (but the default); add
19564              MacPerl::ErrorFormat() function and Mac::err pragma
19565      Branch: maint-5.6/macperl
19566            + macos/ext/Mac/err/Makefile.PL macos/ext/Mac/err/err.pm
19567            + macos/ext/Mac/err/err.xs
19568            ! macos/ext/Mac/Makefile.mk macos/ext/MacPerl/MacPerl.xs
19569            ! macos/macish.c macos/macish.h macos/macperl.sym
19570 ____________________________________________________________________________
19571 [ 11813] By: pudge                                 on 2001/09/01  22:01:40
19572         Log: More module and test ports from Thomas Wegner et al
19573      Branch: maint-5.6/macperl
19574            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
19575            ! lib/File/DosGlob.pm lib/File/Spec/Mac.pm lib/File/Temp.pm
19576            ! t/lib/dosglob.t t/lib/filespec.t t/lib/ftmp-security.t
19577            ! t/op/magic.t
19578 ____________________________________________________________________________
19579 [ 11812] By: sky                                   on 2001/09/01  17:19:30
19580         Log: Subject: [PATCH t/op/concat.t] cleanup
19581              From: Michael G Schwern <schwern@pobox.com>
19582              Date: Sat, 1 Sep 2001 14:06:28 -0400
19583              Message-ID: <20010901140628.C606@blackrider>
19584      Branch: perl
19585            ! t/op/concat.t
19586 ____________________________________________________________________________
19587 [ 11811] By: sky                                   on 2001/09/01  12:25:29
19588         Log: Change #11805 didn't update the MANIFEST
19589      Branch: perl
19590            ! MANIFEST
19591 ____________________________________________________________________________
19592 [ 11810] By: sky                                   on 2001/09/01  11:52:44
19593         Log: Subject: [PATCH], was t/op/incode.t breaks make minitest
19594              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19595              Date: Sat, 1 Sep 2001 14:50:14 +0200
19596              Message-ID: <20010901145014.A691@rafael>
19597      Branch: perl
19598            ! t/op/inccode.t
19599 ____________________________________________________________________________
19600 [ 11809] By: sky                                   on 2001/09/01  11:49:22
19601         Log: Subject: PATCH: ExtUtils::MakeMaker
19602              From: Tony Bowden <tony@kasei.com>
19603              Date: Sat, 1 Sep 2001 10:33:53 +0100
19604              Message-ID: <20010901103353.A13863@soto.kasei.com>
19605              Manually applied
19606      Branch: perl
19607            ! lib/ExtUtils/MakeMaker.pm
19608 ____________________________________________________________________________
19609 [ 11808] By: sky                                   on 2001/09/01  11:39:13
19610         Log: Subject: [ID 20010831.002] Bug in Term::Cap on Solaris ansi terminal using CPAN::Shell
19611              From: mike808@users.sourceforge.net
19612              Date: Sat, 1 Sep 101 11:27:50 GMT
19613              Message-Id: <200108312123.QAA27476@smtp.networkusa.net>
19614              With little tweak
19615      Branch: perl
19616            ! lib/Term/Cap.pm
19617 ____________________________________________________________________________
19618 [ 11807] By: ams                                   on 2001/09/01  11:31:16
19619         Log: Subject: oct() and hex()
19620              From: Nicholas Clark <nick@ccl4.org>
19621              Date: Fri, 31 Aug 2001 23:14:13 +0100
19622              Message-Id: <20010831231413.J4950@plum.flirble.org>
19623      Branch: perl
19624            ! pod/perlclib.pod
19625 ____________________________________________________________________________
19626 [ 11806] By: pudge                                 on 2001/09/01  00:04:52
19627         Log: Integrate change 11801 from maintperl
19628      Branch: maint-5.6/macperl
19629            ! perl.c
19630 ____________________________________________________________________________
19631 [ 11805] By: sky                                   on 2001/08/31  21:35:10
19632         Log: Subject: Re: [ID 20010831.001] SEGV from ($a, b) = (1, 2)
19633              From: Michael G Schwern <schwern@pobox.com>
19634              Date: Fri, 31 Aug 2001 15:36:28 -0400
19635              Message-ID: <20010831153628.B598@blackrider>
19636              Check for things which used to segfault
19637      Branch: perl
19638            + t/run/segfault.t
19639 ____________________________________________________________________________
19640 [ 11804] By: gsar                                  on 2001/08/31  21:02:54
19641         Log: integrate change#11801 from maint-5.6
19642              
19643              remove age-old UNICOS "workaround" that introduces a static, and
19644              hence an egregious race condition for threaded builds (*sigh*
19645              beats me why this kludge wasn't guarded by a UNICOS-specific
19646              #define *sigh*)
19647      Branch: perl
19648            ! perl.c
19649 ____________________________________________________________________________
19650 [ 11803] By: gsar                                  on 2001/08/31  20:58:38
19651         Log: remove deprecated PERL_OBJECT cruft, it has long since stopped
19652              working in 5.7.x
19653      Branch: perl
19654            - objXSUB.h
19655            ! EXTERN.h MANIFEST Makefile.SH Makefile.micro NetWare/Makefile
19656            ! NetWare/config_h.PL NetWare/dl_netware.xs NetWare/interface.c
19657            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/nw5thread.c
19658            ! NetWare/nwperlsys.c NetWare/nwperlsys.h Porting/makerel
19659            ! README.win32 XSUB.h bytecode.pl cv.h cygwin/cygwin.c
19660            ! emacs/ptags embed.h embed.pl embedvar.h epoc/epoc.c ext/B/B.xs
19661            ! ext/B/B/C.pm ext/ByteLoader/ByteLoader.xs
19662            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
19663            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
19664            ! ext/POSIX/POSIX.xs globals.c iperlsys.h lib/ExtUtils/Embed.pm
19665            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
19666            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
19667            ! lib/ExtUtils/xsubpp makedef.pl mg.c op.c perl.c perl.h
19668            ! perlapi.c perlapi.h perlio.c perly.c perly.y perly_c.diff
19669            ! pod/perlguts.pod pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c
19670            ! scope.c sv.c sv.h toke.c universal.c vms/descrip_mms.template
19671            ! vms/perly_c.vms win32/Makefile win32/config_h.PL
19672            ! win32/dl_win32.xs win32/makefile.mk win32/perlhost.h
19673            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
19674            ! win32/win32thread.c wince/Makefile.ce wince/config_h.PL
19675            ! wince/dl_win32.xs wince/perllib.c wince/win32.h
19676            ! wince/win32thread.c wince/wince.c wince/wincesck.c xsutils.c
19677 ____________________________________________________________________________
19678 [ 11802] By: ams                                   on 2001/08/31  18:11:32
19679         Log: Subject: [DOC PATCH] Add perl4 warning messages to perldiag.pod
19680              From: "Philip Newton" <Philip.Newton@gmx.net>
19681              Date: Fri, 31 Aug 2001 21:12:56 +0200
19682              Message-Id: <20010831.211000@ID-11583.news.dfncis.de>
19683      Branch: perl
19684            ! pod/perldiag.pod
19685 ____________________________________________________________________________
19686 [ 11801] By: gsar                                  on 2001/08/31  17:49:03
19687         Log: remove age-old UNICOS "workaround" that introduces a static, and
19688              hence an egregious race condition for threaded builds (*sigh*
19689              beats me why this kludge wasn't guarded by a UNICOS-specific
19690              #define *sigh*)
19691      Branch: maint-5.6/perl
19692            ! perl.c
19693 ____________________________________________________________________________
19694 [ 11800] By: sky                                   on 2001/08/31  17:30:26
19695         Log: Fixes bug in change 11717 that bus errored on HP-UX 10.20
19696              Might break on platforms where bool is larger than 8 bites ???
19697      Branch: perl
19698            ! regcomp.c
19699 ____________________________________________________________________________
19700 [ 11799] By: ams                                   on 2001/08/31  12:15:44
19701         Log: Integrate 11778 into mainline.
19702      Branch: perl
19703            ! t/base/term.t
19704 ____________________________________________________________________________
19705 [ 11798] By: sky                                   on 2001/08/31  11:31:44
19706         Log: Change 11797 sneaked in a faulty regcomp.c change which wasn't
19707              supposed to happen.
19708      Branch: perl
19709            ! regcomp.c
19710 ____________________________________________________________________________
19711 [ 11797] By: sky                                   on 2001/08/31  11:28:17
19712         Log: Subject: Re: Problem in ext/Time/HiRest/HiRes.t 
19713              From: "John P. Linderman" <jpl@research.att.com>
19714              Date: Fri, 31 Aug 2001 08:20:35 -0400
19715              Message-Id: <200108311220.IAA54125@raptor.research.att.com>
19716              Fixes test 14 which could fail randomly in rare cases.
19717      Branch: perl
19718            ! ext/Time/HiRes/HiRes.t regcomp.c
19719 ____________________________________________________________________________
19720 [ 11796] By: ams                                   on 2001/08/31  01:13:07
19721         Log: Subject: [PATCH] Embaressing typo in Syslog's Makefile.PL
19722              From: Nicholas Clark <nick@ccl4.org>
19723              Date: Thu, 30 Aug 2001 23:21:50 +0100
19724              Message-Id: <20010830232150.D4950@plum.flirble.org>
19725      Branch: perl
19726            ! ext/Sys/Syslog/Makefile.PL
19727 ____________________________________________________________________________
19728 [ 11795] By: ams                                   on 2001/08/30  23:53:23
19729         Log: Subject: [PATCH pod/perlhack.pod] Yet another improvement to the
19730              patching example
19731              From: Michael G Schwern <schwern@pobox.com>
19732              Date: Thu, 30 Aug 2001 17:02:08 -0400
19733              Message-Id: <20010830170208.M2318@blackrider>
19734      Branch: perl
19735            ! pod/perlhack.pod
19736 ____________________________________________________________________________
19737 [ 11794] By: ams                                   on 2001/08/30  19:35:36
19738         Log: Subject: [PATCH] pp_modulo
19739              From: Nicholas Clark <nick@ccl4.org>
19740              Date: Thu, 30 Aug 2001 18:20:54 +0100
19741              Message-Id: <20010830182053.A4950@plum.flirble.org>
19742      Branch: perl
19743            ! pp.c t/op/64bitint.t
19744 ____________________________________________________________________________
19745 [ 11793] By: sky                                   on 2001/08/30  13:02:48
19746         Log: 11792 wasn't complete
19747      Branch: perl
19748            ! makedef.pl regcomp.c
19749 ____________________________________________________________________________
19750 [ 11792] By: sky                                   on 2001/08/30  12:21:11
19751         Log: Added checks for PL_custom* and Perl_custom* functions in makedef.pl
19752      Branch: perl
19753            ! makedef.pl
19754 ____________________________________________________________________________
19755 [ 11791] By: sky                                   on 2001/08/30  10:08:02
19756         Log: Due to braindamaged makedef.pl change 11758 broke makedef.pl
19757      Branch: perl
19758            ! config_h.SH
19759 ____________________________________________________________________________
19760 [ 11790] By: sky                                   on 2001/08/30  08:22:31
19761         Log: Introduces SvREPADTMP(sv) that marks a repad SvIV as a offset
19762              on the pad. Fixes coredumps in cleanups introduced by
19763              Change 11755  
19764      Branch: perl
19765            ! op.c perl.c sv.h
19766 ____________________________________________________________________________
19767 [ 11789] By: sky                                   on 2001/08/29  19:01:47
19768         Log: GCC on HP-UX 11 with 64bit support breaks inet_ntoa
19769              This is a replacement implmentation that works on HPUX.
19770              This bug should probably be fixed in GCC.
19771      Branch: perl
19772            ! ext/Socket/Socket.xs
19773 ____________________________________________________________________________
19774 [ 11788] By: ams                                   on 2001/08/29  17:35:33
19775         Log: Subject: [PATCH] pass all tests when compiling with -DNO_PERL_PRESERVE_IVUV
19776              From: Nicholas Clark <nick@ccl4.org>
19777              Date: Wed, 29 Aug 2001 18:21:56 +0100
19778              Message-Id: <20010829182156.O4950@plum.flirble.org>
19779      Branch: perl
19780            ! ext/Devel/Peek/Peek.t sv.c t/op/64bitint.t t/op/numconvert.t
19781 ____________________________________________________________________________
19782 [ 11787] By: sky                                   on 2001/08/29  10:42:54
19783         Log: Added test for pack_addr_in and unpack_addr_in
19784              Nitpik in test 10
19785      Branch: perl
19786            ! ext/Socket/Socket.t
19787 ____________________________________________________________________________
19788 [ 11786] By: sky                                   on 2001/08/29  10:28:14
19789         Log: Added three tests to test inet_ntoa/inet_aton and *packaddr*
19790              Trying to catch errors on HP-UX
19791      Branch: perl
19792            ! ext/Socket/Socket.t
19793 ____________________________________________________________________________
19794 [ 11785] By: sky                                   on 2001/08/29  09:07:03
19795         Log: make sure USE_THREADS is defined so external apps work
19796      Branch: perl
19797            ! config_h.SH
19798 ____________________________________________________________________________
19799 [ 11784] By: sky                                   on 2001/08/29  08:06:12
19800         Log: Subject: Re: The hitlist of untested modules.
19801              From: Jonathan Stowe <gellyfish@gellyfish.com>
19802              Date: Wed, 29 Aug 2001 09:25:49 +0100 (BST)
19803              Message-ID: <Pine.LNX.4.33.0108290923320.29273-100000@orpheus.gellyfish.com>
19804              Start of tests for Shell.pm (make Schwern poorer!)
19805      Branch: perl
19806            + lib/Shell.t
19807            ! MANIFEST
19808 ____________________________________________________________________________
19809 [ 11783] By: sky                                   on 2001/08/29  07:37:50
19810         Log: END{} can change the return value even if we die from BEGIN{}
19811      Branch: perl
19812            ! miniperlmain.c
19813 ____________________________________________________________________________
19814 [ 11782] By: ams                                   on 2001/08/29  06:32:17
19815         Log: Subject: Re: [PATCH] newer tests for the coderef-in-@INC !
19816              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19817              Date: Wed, 29 Aug 2001 09:18:17 +0200
19818              Message-Id: <20010829091817.A4453@rafael>
19819      Branch: perl
19820            ! t/op/inccode.t
19821 ____________________________________________________________________________
19822 [ 11781] By: pudge                                 on 2001/08/29  02:28:33
19823         Log: Delete xsubpp.patch, as full copy exists now
19824      Branch: maint-5.6/macperl
19825            - macos/xsubpp.patch
19826 ____________________________________________________________________________
19827 [ 11780] By: pudge                                 on 2001/08/29  02:26:03
19828         Log: Add Changes file
19829      Branch: maint-5.6/macperl
19830            + macos/Changes
19831 ____________________________________________________________________________
19832 [ 11779] By: pudge                                 on 2001/08/29  02:23:11
19833         Log: Add Mac version of xsubpp as separate file
19834      Branch: maint-5.6/macperl
19835            + macos/xsubpp
19836            ! macos/Makefile.mk
19837 ____________________________________________________________________________
19838 [ 11778] By: pudge                                 on 2001/08/29  02:14:57
19839         Log: Fix open of /dev/null for Mac OS
19840      Branch: maint-5.6/macperl
19841            ! t/base/term.t
19842 ____________________________________________________________________________
19843 [ 11777] By: pudge                                 on 2001/08/29  02:12:52
19844         Log: Various patches: enable more tests; skip CVS in PerlInstall;
19845              fix typemap for Mac::Processes; remove comments in MM_MacOS.pm
19846      Branch: maint-5.6/macperl
19847            ! macos/MacPerlTests.cmd macos/PerlInstall
19848            ! macos/ext/Mac/Processes/typemap macos/lib/ExtUtils/MM_MacOS.pm
19849 ____________________________________________________________________________
19850 [ 11776] By: pudge                                 on 2001/08/29  02:11:42
19851         Log: Allow for platforms to override formatting of errors
19852              on output from Matthias Neeracher (Mac files)
19853      Branch: maint-5.6/macperl
19854            ! macos/macish.c macos/macish.h
19855 ____________________________________________________________________________
19856 [ 11775] By: pudge                                 on 2001/08/29  01:59:32
19857         Log: Allow for platforms to override formatting of errors
19858              on output from Matthias Neeracher (core files)
19859      Branch: maint-5.6/macperl
19860            ! perl.h pp_ctl.c util.c
19861 ____________________________________________________________________________
19862 [ 11774] By: pudge                                 on 2001/08/29  01:29:43
19863         Log: Add some param checking, from reports by Kevin Reid.
19864      Branch: maint-5.6/macperl
19865            ! macos/ext/Mac/Controls/Controls.pm
19866            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/Windows/Windows.pm
19867 ____________________________________________________________________________
19868 [ 11773] By: ams                                   on 2001/08/28  23:54:57
19869         Log: Subject: [PATCH] make coretest
19870              From: Paul Johnson <paul@pjcj.net>
19871              Date: Wed, 29 Aug 2001 00:11:38 +0200
19872              Message-Id: <20010829001138.B12169@pjcj.net>
19873              (Applied without the change to perlhack.pod. This should
19874              probably stay undocumented.)
19875      Branch: perl
19876            ! Makefile.SH t/TEST
19877 ____________________________________________________________________________
19878 [ 11772] By: sky                                   on 2001/08/28  13:01:20
19879         Log: Subject: [PATCH t/op/pack.t pod/perlhack.pod] Adding the failure diagnostic  
19880              From: Michael G Schwern <schwern@pobox.com>
19881              Date: Tue, 28 Aug 2001 09:57:39 -0400
19882              Message-ID: <20010828095738.E17775@blackrider>
19883      Branch: perl
19884            ! pod/perlhack.pod t/op/pack.t
19885 ____________________________________________________________________________
19886 [ 11771] By: sky                                   on 2001/08/28  11:20:13
19887         Log: Subject: [PATCH] put useful info in %INC for files loaded by a hook in @INC
19888              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19889              Date: Tue, 28 Aug 2001 14:23:43 +0200
19890              Message-ID: <20010828142343.A19299@rafael>
19891      Branch: perl
19892            ! pod/perlvar.pod pp_ctl.c
19893 ____________________________________________________________________________
19894 [ 11770] By: ams                                   on 2001/08/28  10:13:21
19895         Log: Subject: [PATCH] odd typo in op.h
19896              From: Nicholas Clark <nick@ccl4.org>
19897              Date: Tue, 28 Aug 2001 12:10:26 +0100
19898              Message-Id: <20010828121026.V4950@plum.flirble.org>
19899      Branch: perl
19900            ! op.h
19901 ____________________________________________________________________________
19902 [ 11769] By: sky                                   on 2001/08/28  08:09:16
19903         Log: Subject: [ID 20010827.008] no-foo options broken in B::Lint
19904              From: Ville "Skyttä" <scop@cs132170.pp.htv.fi>
19905              Date: Tue, 28 Aug 2001 02:22:20 +0300
19906              Message-Id: <200108272322.f7RNMKd02261@cs132170.pp.htv.fi>
19907      Branch: perl
19908            ! ext/B/B/Lint.pm
19909 ____________________________________________________________________________
19910 [ 11768] By: ams                                   on 2001/08/28  00:47:35
19911         Log: Subject: Re: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
19912              From: Michael G Schwern <schwern@pobox.com>
19913              Date: Mon, 27 Aug 2001 21:24:44 -0400
19914              Message-Id: <20010827212444.F12582@blackrider>
19915      Branch: perl
19916            ! pod/perlhack.pod t/op/pack.t
19917 ____________________________________________________________________________
19918 [ 11767] By: ams                                   on 2001/08/27  23:59:48
19919         Log: Subject: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
19920              From: Michael G Schwern <schwern@pobox.com>
19921              Date: Mon, 27 Aug 2001 20:12:29 -0400
19922              Message-Id: <20010827201229.D12582@blackrider>
19923      Branch: perl
19924            ! pod/perlhack.pod t/op/pack.t
19925 ____________________________________________________________________________
19926 [ 11766] By: ams                                   on 2001/08/27  23:39:40
19927         Log: Update Changes.
19928      Branch: perl
19929            ! Changes
19930 ____________________________________________________________________________
19931 [ 11765] By: ams                                   on 2001/08/27  22:53:10
19932         Log: Subject: Re: [PATCH] new tests for the coderef-in-@INC
19933              From: Michael G Schwern <schwern@pobox.com>
19934              Date: Mon, 27 Aug 2001 19:47:30 -0400
19935              Message-Id: <20010827194730.C12582@blackrider>
19936      Branch: perl
19937            ! t/op/inccode.t
19938 ____________________________________________________________________________
19939 [ 11764] By: ams                                   on 2001/08/27  22:46:21
19940         Log: Subject: [PATCH] new tests for the coderef-in-@INC
19941              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19942              Date: Mon, 27 Aug 2001 22:36:27 +0200
19943              Message-Id: <20010827223627.C690@rafael>
19944              
19945              Subject: Re: [PATCH] new tests for the coderef-in-@INC
19946              From: Nicholas Clark <nick@ccl4.org>
19947              Date: Tue, 28 Aug 2001 00:02:46 +0100
19948              Message-Id: <20010828000245.R4950@plum.flirble.org>
19949      Branch: perl
19950            + t/op/inccode.t
19951            ! MANIFEST
19952 ____________________________________________________________________________
19953 [ 11763] By: ams                                   on 2001/08/27  22:41:09
19954         Log: Subject: [PATCH lib/warnings.t] Removing 2>&1 requirement  (was Re:
19955              bleadperl on fire, Win95+4NT)
19956              From: Michael G Schwern <schwern@pobox.com>
19957              Date: Mon, 27 Aug 2001 16:54:42 -0400
19958              Message-Id: <20010827165442.F9436@blackrider>
19959      Branch: perl
19960            ! lib/warnings.t
19961 ____________________________________________________________________________
19962 [ 11762] By: sky                                   on 2001/08/27  19:19:17
19963         Log: Changed back Net/Ping.pm change #11759 since WNOHANG wasn't
19964              avaible at compile time. This broke the compilation of 
19965              Net/Ping.pm
19966      Branch: perl
19967            ! lib/Net/Ping.pm
19968 ____________________________________________________________________________
19969 [ 11761] By: sky                                   on 2001/08/27  18:34:48
19970         Log: Removed tripple definitions of CUSTOM_OP functions.
19971      Branch: perl
19972            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
19973 ____________________________________________________________________________
19974 [ 11760] By: sky                                   on 2001/08/27  18:21:27
19975         Log: Regen headers
19976      Branch: perl
19977            ! embed.h embedvar.h objXSUB.h opcode.h opnames.h perlapi.c
19978            ! perlapi.h proto.h
19979 ____________________________________________________________________________
19980 [ 11759] By: ams                                   on 2001/08/27  16:31:53
19981         Log: Subject: [PATCH] pod/perlfunc.pod, lib/Net/Ping.pm, ext/POSIX/POSIX.pod
19982              From: "chromatic" <chromatic@rmci.net>
19983              Date: Mon, 27 Aug 2001 11:17:09 -0600
19984              Message-Id: <20010827172111.89491.qmail@onion.perl.org>
19985      Branch: perl
19986            ! ext/POSIX/POSIX.pod lib/Net/Ping.pm pod/perlfunc.pod
19987 ____________________________________________________________________________
19988 [ 11758] By: sky                                   on 2001/08/27  15:16:42
19989         Log: Changes USE_THREADS to USE_5005THREADS in the entire source.
19990              Thanks to H. Merijn Brand for the patch.
19991              Some of the comments and or guards might be removable in perl.h now.
19992      Branch: perl
19993            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
19994            ! Porting/Glossary Porting/config_H README.threads config_h.SH
19995            ! cop.h cv.h deb.c dosish.h dump.c embed.h embed.pl embedvar.h
19996            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Deparse.pm
19997            ! ext/B/ramblings/runtime.porting ext/DynaLoader/dl_aix.xs
19998            ! ext/Thread/Thread.xs gv.c intrpvar.h mg.c miniperlmain.c
19999            ! objXSUB.h op.c os2/os2.c os2/os2ish.h perl.c perl.h perlapi.c
20000            ! perlvars.h pod/perlguts.pod pp.c pp.h pp_ctl.c pp_hot.c
20001            ! proto.h regexec.c scope.c sv.c sv.h thrdvar.h thread.h toke.c
20002            ! uconfig.h util.c vms/genconfig.pl vms/vms.c vos/config.alpha.h
20003            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
20004            ! win32/config_H.vc win32/perllib.c win32/win32.h
20005            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
20006            ! wince/config.h wince/config_H.ce wince/win32.h
20007            ! wince/win32thread.c wince/win32thread.h wince/wincesck.c
20008 ____________________________________________________________________________
20009 [ 11757] By: sky                                   on 2001/08/27  13:39:16
20010         Log: Subject: GNU ld parses arguments different
20011              From: H.Merijn Brand <h.m.brand@hccnet.nl>
20012              Date: Mon, 27 Aug 2001 16:25:51 +0200
20013              Message-Id: <20010827162254.2EA6.H.M.BRAND@hccnet.nl>
20014      Branch: perl
20015            ! hints/hpux.sh
20016 ____________________________________________________________________________
20017 [ 11756] By: sky                                   on 2001/08/27  13:18:45
20018         Log: Subject: Custom Ops
20019              From: Simon Cozens <simon@netthink.co.uk>
20020              Date: Sat, 25 Aug 2001 17:45:09 +0100
20021              Message-ID: <20010825174509.A5752@netthink.co.uk>
20022              I also added a fix to Opcode.pm to quite test cases.
20023      Branch: perl
20024            ! dump.c embed.pl ext/Opcode/Opcode.pm intrpvar.h op.c op.h
20025            ! opcode.pl pod/perlguts.pod pp_ctl.c pp_sys.c run.c sv.c utf8.c
20026 ____________________________________________________________________________
20027 [ 11755] By: sky                                   on 2001/08/27  05:37:17
20028         Log: Plugs a memory leak on destruction of regular expressions
20029              introcued by #11274.
20030              PL_regex_padav now has an AV as it's first entry with a list
20031              of freed regex_padav slots that it will reuse on creating
20032              new PMOPs.
20033      Branch: perl
20034            ! op.c perl.c
20035 ____________________________________________________________________________
20036 [ 11754] By: ams                                   on 2001/08/26  14:38:52
20037         Log: Subject: [PATCH] t/io/binmode.t
20038              From: Nicholas Clark <nick@ccl4.org>
20039              Date: Sun, 26 Aug 2001 12:03:05 +0100
20040              Message-Id: <20010826120305.C4950@plum.flirble.org>
20041              
20042              (Also a nitpick in #11752 to t/op/universal.t)
20043      Branch: perl
20044            ! t/io/binmode.t t/op/universal.t
20045 ____________________________________________________________________________
20046 [ 11753] By: ams                                   on 2001/08/26  08:19:34
20047         Log: Subject: [PATCH] op/universal.t failing
20048              From: Nicholas Clark <nick@ccl4.org>
20049              Date: Sun, 26 Aug 2001 09:48:22 +0100
20050              Message-Id: <20010826094822.B4950@plum.flirble.org>
20051      Branch: perl
20052            ! t/op/universal.t
20053 ____________________________________________________________________________
20054 [ 11752] By: ams                                   on 2001/08/25  22:46:13
20055         Log: Subject: Re: 'can' with undefined subs
20056              From: Tony Bowden <tony@kasei.com>
20057              Date: Sat, 25 Aug 2001 14:58:17 +0100
20058              Message-Id: <20010825145817.A11788@soto.kasei.com>
20059              (Applied with minor modifications.)
20060      Branch: perl
20061            ! t/op/universal.t
20062 ____________________________________________________________________________
20063 [ 11751] By: ams                                   on 2001/08/25  18:28:43
20064         Log: Subject: Re: 'can' with undefined subs
20065              From: Tony Bowden <tony@kasei.com>
20066              Date: Sat, 25 Aug 2001 15:13:14 +0100
20067              Message-Id: <20010825151314.B11788@soto.kasei.com>
20068      Branch: perl
20069            ! lib/UNIVERSAL.pm
20070 ____________________________________________________________________________
20071 [ 11750] By: nick                                  on 2001/08/25  15:24:15
20072         Log: Integrate mainline
20073      Branch: perlio
20074           +> t/io/binmode.t
20075           !> (integrate 26 files)
20076 ____________________________________________________________________________
20077 [ 11749] By: nick                                  on 2001/08/25  14:55:41
20078         Log: Subject:  Re: [PATCH] Added wisdom to perlhack.pod
20079              From:  John Peacock <jpeacock@rowman.com>
20080              Date:  Wed, 22 Aug 2001 12:05:28 -0400
20081              Message-Id:  <3B83D848.7FD9C6EF@rowman.com>
20082      Branch: perl
20083            ! pod/perlhack.pod
20084 ____________________________________________________________________________
20085 [ 11748] By: nick                                  on 2001/08/25  14:53:04
20086         Log: Subject:  Re: [PATCH] (was Re: PerlIO regerssion tests?)
20087              From:  Michael G Schwern <schwern@pobox.com>
20088              Date:  Wed, 22 Aug 2001 19:22:45 -0400
20089              Message-Id:  <20010822192245.U619@blackrider>
20090      Branch: perl
20091            ! MANIFEST
20092 ____________________________________________________________________________
20093 [ 11747] By: nick                                  on 2001/08/25  14:52:33
20094         Log: Subject:  [PATCH] (was Re: PerlIO regerssion tests?)
20095              From:  Nicholas Clark <nick@ccl4.org>
20096              Date:  Wed, 22 Aug 2001 23:29:06 +0100
20097              Message-Id:  <20010822232906.Z82818@plum.flirble.org>
20098      Branch: perl
20099            + t/io/binmode.t
20100            ! perlio.c pod/perlfunc.pod
20101 ____________________________________________________________________________
20102 [ 11744] By: nick                                  on 2001/08/25  14:37:33
20103         Log: Subject:  [PATCH bleadperl] quiet down VC++ warnings in a2py.c and walk.c
20104              From:  Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
20105              Date:  Fri, 24 Aug 2001 22:10:42 +0200
20106              Message-Id:  <1065978076.20010824221042@tesla.rcub.bg.ac.yu>
20107      Branch: perl
20108            ! x2p/a2py.c x2p/walk.c
20109 ____________________________________________________________________________
20110 [ 11743] By: nick                                  on 2001/08/25  14:32:47
20111         Log: Subject:  [DOC PATCH] The coderef-in-@INC feature
20112              From:  Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20113              Date:  Fri, 24 Aug 2001 23:34:13 +0200
20114              Message-Id:  <20010824233413.A1285@rafael>
20115      Branch: perl
20116            ! pod/perlfunc.pod pod/perlvar.pod
20117 ____________________________________________________________________________
20118 [ 11742] By: ams                                   on 2001/08/25  13:16:02
20119         Log: Subject: [PATCH] Re: The coderef in @INC strikes back
20120              From: Nicholas Clark <nick@ccl4.org>
20121              Date: Sat, 25 Aug 2001 14:50:07 +0100
20122              Message-Id: <20010825145007.L41464@plum.flirble.org>
20123      Branch: perl
20124            ! pp_ctl.c
20125 ____________________________________________________________________________
20126 [ 11741] By: nick                                  on 2001/08/24  07:08:45
20127         Log: When applying patch via Porting/apply fails, do p4 refresh
20128              to get old files back.
20129      Branch: perl
20130            ! Porting/apply
20131 ____________________________________________________________________________
20132 [ 11740] By: ams                                   on 2001/08/24  04:47:24
20133         Log: #11739 was incomplete.
20134      Branch: perl
20135            ! pod/perldiag.pod
20136 ____________________________________________________________________________
20137 [ 11739] By: ams                                   on 2001/08/24  04:09:40
20138         Log: Subject: [DOC patch bleadperl] "misspelled" misspelled
20139              From: "Philip Newton" <Philip.Newton@gmx.net>
20140              Date: Fri, 24 Aug 2001 07:08:34 +0200
20141      Branch: perl
20142            ! pod/perldiag.pod
20143 ____________________________________________________________________________
20144 [ 11738] By: ams                                   on 2001/08/24  02:19:42
20145         Log: Fixed Doug Wilson's email address.
20146      Branch: perl
20147            ! AUTHORS
20148 ____________________________________________________________________________
20149 [ 11737] By: ams                                   on 2001/08/24  00:10:13
20150         Log: Subject: [DOC PATCH] Adding new warning in perldiag.pod
20151              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20152              Date: Thu, 23 Aug 2001 22:22:58 +0200
20153              Message-Id: <20010823222258.A901@rafael>
20154      Branch: perl
20155            ! pod/perldiag.pod
20156 ____________________________________________________________________________
20157 [ 11736] By: ams                                   on 2001/08/24  00:05:02
20158         Log: Subject: [PATCH perl@ ] add $Config('scriptdir'} on VMS
20159              From: "Craig A. Berry" <craigberry@mac.com>
20160              Date: Thu, 23 Aug 2001 19:07:45 -0500
20161              Message-Id: <a05101004b7ab4593bb24@[172.16.52.1]>
20162      Branch: perl
20163            ! configure.com
20164 ____________________________________________________________________________
20165 [ 11735] By: sky                                   on 2001/08/23  13:42:07
20166         Log: Backed out 11732, it breaks lib/strict.t 
20167      Branch: perl
20168            ! op.c
20169 ____________________________________________________________________________
20170 [ 11734] By: sky                                   on 2001/08/23  11:45:59
20171         Log: Removed toy from 17133 after Matt Sargeants request.
20172      Branch: perl
20173            ! pod/perlfaq4.pod
20174 ____________________________________________________________________________
20175 [ 11733] By: sky                                   on 2001/08/23  11:36:29
20176         Log: Subject: [PATCH perlfaq4] Faster permutation algorithms
20177              From: Robin Houston <robin@kitsite.com>
20178              Date: Wed, 22 Aug 2001 23:06:16 +0100
20179              Message-ID: <20010822230616.A254@robin.kitsite.com>
20180      Branch: perl
20181            ! pod/perlfaq4.pod
20182 ____________________________________________________________________________
20183 [ 11732] By: sky                                   on 2001/08/23  10:36:02
20184         Log: Subject: Re: [ID 20010822.001] Freeing pads after parse error
20185              From: Simon Cozens <simon@netthink.co.uk>
20186              Date: Thu, 23 Aug 2001 12:06:36 +0100
20187              Message-ID: <20010823120636.A9961@netthink.co.uk>
20188      Branch: perl
20189            ! op.c
20190 ____________________________________________________________________________
20191 [ 11731] By: gsar                                  on 2001/08/23  03:58:58
20192         Log: fix broken windows build
20193      Branch: perl
20194            ! perl.h
20195 ____________________________________________________________________________
20196 [ 11730] By: ams                                   on 2001/08/22  21:35:30
20197         Log: Subject: [PATCH] io/tell.t doesn't chdir t
20198              From: Nicholas Clark <nick@ccl4.org>
20199              Date: Wed, 22 Aug 2001 23:25:58 +0100
20200              Message-Id: <20010822232557.Y82818@plum.flirble.org>
20201      Branch: perl
20202            ! t/io/tell.t
20203 ____________________________________________________________________________
20204 [ 11729] By: ams                                   on 2001/08/22  20:32:21
20205         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
20206              questions)
20207              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
20208              Date: Wed, 22 Aug 2001 17:09:04 -0400
20209              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
20210              (Oops, forgot File::Spec::Unix in the previous patch.)
20211      Branch: perl
20212            ! lib/File/Spec/Unix.pm
20213 ____________________________________________________________________________
20214 [ 11728] By: ams                                   on 2001/08/22  20:25:41
20215         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
20216              questions)
20217              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
20218              Date: Wed, 22 Aug 2001 17:09:04 -0400
20219              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
20220      Branch: perl
20221            ! lib/File/Spec.pm
20222 ____________________________________________________________________________
20223 [ 11727] By: ams                                   on 2001/08/22  19:43:30
20224         Log: Subject: Re: [PATCH 1 of 3] $] is deprecated - eliminate from core tests
20225              From: John Peacock <jpeacock@rowman.com>
20226              Date: Wed, 22 Aug 2001 12:35:52 -0400
20227              Message-Id: <3B83DF68.5D89DC81@rowman.com>
20228              (Adds proper tests for $], notwithstanding Subject. +nitpick)
20229      Branch: perl
20230            ! t/op/ver.t
20231 ____________________________________________________________________________
20232 [ 11726] By: ams                                   on 2001/08/22  19:36:39
20233         Log: Subject: [ID 20010822.007] eval STRING & diagnostics.pm not mixing
20234              From: schwern@ool-18b93024.dyn.optonline.net (Michael G Schwern)
20235              Date: Wed, 22 Aug 2001 16:03:00 -0400 (EDT)
20236              Message-Id: <20010822200300.0D1638253@ool-18b93024.dyn.optonline.net>
20237      Branch: perl
20238            ! lib/diagnostics.pm lib/diagnostics.t
20239 ____________________________________________________________________________
20240 [ 11725] By: ams                                   on 2001/08/22  19:25:01
20241         Log: Subject: [PATCH] 64 bit integer preserving pp_divide
20242              From: Nicholas Clark <nick@ccl4.org>
20243              Date: Wed, 22 Aug 2001 20:59:05 +0100
20244              Message-Id: <20010822205905.U82818@plum.flirble.org>
20245      Branch: perl
20246            ! pp.c t/op/64bitint.t t/op/arith.t
20247 ____________________________________________________________________________
20248 [ 11724] By: ams                                   on 2001/08/22  10:02:33
20249         Log: Subject: Configure blooper
20250              From: H.Merijn Brand <h.m.brand@hccnet.nl>
20251              Date: Wed, 22 Aug 2001 12:38:35 +0200
20252              Message-Id: <20010822123750.A797.H.M.BRAND@hccnet.nl>
20253      Branch: perl
20254            ! Configure
20255 ____________________________________________________________________________
20256 [ 11723] By: ams                                   on 2001/08/21  16:17:53
20257         Log: Subject: [PATCH] installperl -help
20258              From: Nicholas Clark <nick@ccl4.org>
20259              Date: Tue, 21 Aug 2001 17:34:23 +0100
20260              Message-Id: <20010821173423.F82818@plum.flirble.org>
20261      Branch: perl
20262            ! installperl
20263 ____________________________________________________________________________
20264 [ 11722] By: ams                                   on 2001/08/20  07:46:31
20265         Log: Subject: [PATCH perlvar.pod] Rewrite $. entry and switch to -> syntax
20266              From: Ilmari Karonen <iltzu@sci.fi>
20267              Date: Mon, 20 Aug 2001 06:42:01 +0300 (EET DST)
20268              Message-Id: <Pine.SOL.3.96.1010820063126.28048A-100000@simpukka>
20269      Branch: perl
20270            ! pod/perlvar.pod
20271 ____________________________________________________________________________
20272 [ 11721] By: nick                                  on 2001/08/20  06:24:31
20273         Log: Integrate mainline
20274      Branch: perlio
20275           +> Porting/apply lib/Lingua/KO/Hangul/Util.pm
20276           +> lib/Lingua/KO/Hangul/Util/Changes
20277           +> lib/Lingua/KO/Hangul/Util/README
20278           +> lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
20279           +> lib/Unicode/Collate/Changes lib/Unicode/Collate/README
20280           +> lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
20281           +> lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
20282           +> lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
20283           +> lib/Unicode/Normalize/t/test.t
20284            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
20285           !> (integrate 55 files)
20286 ____________________________________________________________________________
20287 [ 11720] By: pudge                                 on 2001/08/19  19:00:16
20288         Log: Integrate Change #11599 from maint-5.6/perl
20289      Branch: maint-5.6/macperl
20290           !> README.win32
20291 ____________________________________________________________________________
20292 [ 11719] By: ams                                   on 2001/08/18  21:21:42
20293         Log: Add Porting/apply to MANIFEST.
20294      Branch: perl
20295            ! MANIFEST
20296 ____________________________________________________________________________
20297 [ 11718] By: sky                                   on 2001/08/18  14:38:01
20298         Log: PL_reentrant_buffer does not exist in 5005threaded perl.
20299              Better solution would be to make 5005threaded perl use
20300              the same system as ithreads do
20301      Branch: perl
20302            ! perl.h
20303 ____________________________________________________________________________
20304 [ 11717] By: jhi                                   on 2001/08/18  14:24:42
20305         Log: New try for ID 20010407.006: detach the semantics
20306              "was the last match target UTF8" into its own variable.
20307      Branch: perl
20308            ! embedvar.h intrpvar.h mg.c perlapi.h pod/perlapi.pod pp.c
20309            ! pp_hot.c regcomp.c regexec.c sv.c t/op/pat.t thrdvar.h
20310 ____________________________________________________________________________
20311 [ 11716] By: jhi                                   on 2001/08/18  12:11:14
20312         Log: UTF8 flag should be meaningful only when POK.
20313      Branch: perl
20314            ! dump.c
20315 ____________________________________________________________________________
20316 [ 11715] By: sky                                   on 2001/08/18  11:45:16
20317         Log: USE_THREADS and USE_ITHREADS are never true at the same time
20318      Branch: perl
20319            ! perl.h
20320 ____________________________________________________________________________
20321 [ 11714] By: jhi                                   on 2001/08/18  06:03:24
20322         Log: Retract #11712 for now.  The real fix would probably
20323              be something like making PL_reg_sv a copy (PV + UTF8)
20324              of the matched/substituted string (note: not just a SvPOK
20325              string, for example the stringified form of a ROK would
20326              be applicable)  Beware of leaks.
20327      Branch: perl
20328            ! pp_hot.c t/op/pat.t
20329 ____________________________________________________________________________
20330 [ 11713] By: jhi                                   on 2001/08/18  03:22:42
20331         Log: UTF8 wasn't printing for PVMGs.
20332      Branch: perl
20333            ! dump.c
20334 ____________________________________________________________________________
20335 [ 11712] By: jhi                                   on 2001/08/18  03:22:24
20336         Log: (Retracted by #11714)
20337              
20338              Okay analysis, debatable fix.  (The fix will inc
20339              the refcount of all temporary match objects,
20340              like for example tied(%h) =~ /^.../ from Tie/RefHash.t,
20341              which will then cause griping at untie() time
20342              ("inner references remain").
20343              
20344              Fix for ID 20010407.006: PL_reg_sv got wiped out
20345              by freetemps if the match target was a temporary
20346              (like function_call() =~ /.../), which in turn meant
20347              that the $1 et al stopped working if they had UTF-8
20348              in them.  Therefore bump up the refcount of PL_reg_sv.
20349      Branch: perl
20350            ! pp_hot.c t/op/pat.t
20351 ____________________________________________________________________________
20352 [ 11711] By: ams                                   on 2001/08/17  20:32:08
20353         Log: Subject: [PATCH] doesn't compile, was perl@11710
20354              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20355              Date: Fri, 17 Aug 2001 23:21:10 +0200
20356              Message-Id: <20010817232110.C7041@rafael> 
20357      Branch: perl
20358            ! sharedsv.c
20359 ____________________________________________________________________________
20360 [ 11710] By: jhi                                   on 2001/08/17  14:26:57
20361         Log: Update Changes.
20362      Branch: perl
20363            ! Changes patchlevel.h
20364 ____________________________________________________________________________
20365 [ 11709] By: jhi                                   on 2001/08/17  13:47:53
20366         Log: Upgrade to libnet 1.0704.
20367      Branch: perl
20368            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
20369            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Cmd.pm
20370            ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm
20371            ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm
20372            ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm
20373            ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm
20374            ! lib/Net/libnetFAQ.pod lib/Net/t/ftp.t
20375 ____________________________________________________________________________
20376 [ 11708] By: sky                                   on 2001/08/17  13:34:04
20377         Log: Let perl_clone copy PL_exit_flags
20378      Branch: perl
20379            ! sv.c
20380 ____________________________________________________________________________
20381 [ 11707] By: sky                                   on 2001/08/17  12:28:41
20382         Log: Protext sharedsv_space better. Extended EDIT and RELEASE macro
20383      Branch: perl
20384            ! sharedsv.c sharedsv.h
20385 ____________________________________________________________________________
20386 [ 11706] By: jhi                                   on 2001/08/17  11:59:28
20387         Log: The metaconfig unit change for #11705.
20388      Branch: metaconfig/U/perl
20389            ! Extensions.U
20390 ____________________________________________________________________________
20391 [ 11705] By: jhi                                   on 2001/08/17  11:58:48
20392         Log: Allow the threads extension to be found if present.
20393      Branch: perl
20394            ! Configure
20395 ____________________________________________________________________________
20396 [ 11704] By: nick                                  on 2001/08/17  11:47:54
20397         Log: Mail -> change script (pre-alpha)
20398      Branch: perl
20399            + Porting/apply
20400 ____________________________________________________________________________
20401 [ 11703] By: sky                                   on 2001/08/17  07:11:24
20402         Log: Fixed macros for localtime_r under USE_REENTRANT_API, also fixed for HP-UX 10.20
20403              Thanks to Tom Hospel for pointing out my error.
20404      Branch: perl
20405            ! op.h
20406 ____________________________________________________________________________
20407 [ 11702] By: sky                                   on 2001/08/17  04:18:11
20408         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.
20409      Branch: perl
20410            ! embed.pl miniperlmain.c perl.c perl.h proto.h
20411 ____________________________________________________________________________
20412 [ 11701] By: jhi                                   on 2001/08/17  03:22:38
20413         Log: Integrate Lingua::KO::Hangul::Util 0.02, Unicode::Normalize,
20414              and Unicode::Collate 0.07, from SADAHIRO Tomoyuki.
20415      Branch: perl
20416            + lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
20417            + lib/Lingua/KO/Hangul/Util/README
20418            + lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
20419            + lib/Unicode/Collate/Changes lib/Unicode/Collate/README
20420            + lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
20421            + lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
20422            + lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
20423            + lib/Unicode/Normalize/t/test.t
20424            ! MANIFEST
20425 ____________________________________________________________________________
20426 [ 11700] By: jhi                                   on 2001/08/17  02:58:59
20427         Log: Subject: [PATCH perl@11683] IEEE float tweak for VMS
20428              Date: Thu, 16 Aug 2001 22:46:15 -0500
20429              From: "Craig A. Berry" <craigberry@mac.com>
20430              Message-Id: <5.1.0.14.0.20010816204836.01ab4e58@exchi01>
20431      Branch: perl
20432            ! configure.com numeric.c
20433 ____________________________________________________________________________
20434 [ 11699] By: jhi                                   on 2001/08/17  02:33:00
20435         Log: It seems that Tru64 has "naturally" threadsafe APIs only for
20436              of the usual suspects (like getpwent) but not for others
20437              (like localtime and rand).  The _r versions are available
20438              for all of them, so let's use them.
20439      Branch: perl
20440            ! perl.h
20441 ____________________________________________________________________________
20442 [ 11698] By: jhi                                   on 2001/08/17  01:53:02
20443         Log: (Accidental apply; thankfully empty.)
20444      Branch: perl
20445            ! hints/os390.sh
20446 ____________________________________________________________________________
20447 [ 11697] By: jhi                                   on 2001/08/17  01:50:55
20448         Log: Subject: Re: [ID 20010803.016] Possible regex bug in 5.6.1 
20449              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
20450              Date: Thu, 16 Aug 2001 16:27:49 +0100
20451              Message-Id: <200108161527.f7GFRnH09419@crypt.compulink.co.uk>
20452      Branch: perl
20453            ! regexec.c t/op/re_tests
20454 ____________________________________________________________________________
20455 [ 11696] By: jhi                                   on 2001/08/17  01:50:01
20456         Log: Subject: Re: [ID 20010814.004] pos() doesn't work when using =~m// in list context 
20457              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
20458              Date: Thu, 16 Aug 2001 18:50:01 +0100
20459              Message-Id: <200108161750.f7GHo1l22207@crypt.compulink.co.uk>
20460      Branch: perl
20461            ! pp_hot.c t/op/pat.t
20462 ____________________________________________________________________________
20463 [ 11695] By: jhi                                   on 2001/08/17  01:49:12
20464         Log: Subject: [PATCH] *time_r again
20465              From: "Arthur Bergman" <arthur@contiller.se>
20466              Date: Thu, 16 Aug 2001 16:01:54 +0200
20467              Message-ID: <00ca01c1265c$0175f940$21000a0a@vogw2kdev>
20468      Branch: perl
20469            ! op.h
20470 ____________________________________________________________________________
20471 [ 11694] By: jhi                                   on 2001/08/17  01:47:53
20472         Log: system() and backtick error handling cleanup from Craig A. Berry.
20473      Branch: perl
20474            ! vms/vms.c
20475 ____________________________________________________________________________
20476 [ 11693] By: gsar                                  on 2001/08/17  01:07:21
20477         Log: change#10334 leaks memory, copies string when it doesn't
20478              need to
20479      Branch: perl
20480            ! perl.c
20481 ____________________________________________________________________________
20482 [ 11692] By: jhi                                   on 2001/08/16  12:22:29
20483         Log: One more twist to the sprintf + utf8 testing.
20484      Branch: perl
20485            ! t/op/misc.t
20486 ____________________________________________________________________________
20487 [ 11691] By: jhi                                   on 2001/08/16  11:46:02
20488         Log: Fix for 20010407.008 sprintf removes utf8-ness.
20489      Branch: perl
20490            ! pp.c t/op/misc.t
20491 ____________________________________________________________________________
20492 [ 11690] By: jhi                                   on 2001/08/16  11:31:00
20493         Log: Subject: [PATCH] *time_r fixes
20494              From: "Arthur Bergman" <arthur@contiller.se>
20495              Message-ID: <00b901c1264e$1cbe6970$21000a0a@vogw2kdev>
20496              Date: Thu, 16 Aug 2001 14:22:27 +0200
20497      Branch: perl
20498            ! op.h
20499 ____________________________________________________________________________
20500 [ 11689] By: jhi                                   on 2001/08/16  11:29:30
20501         Log: Upgrade to CGI.pm 2.77.
20502      Branch: perl
20503            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm lib/CGI/t/form.t
20504            ! lib/CGI/t/function.t
20505 ____________________________________________________________________________
20506 [ 11688] By: jhi                                   on 2001/08/16  01:07:21
20507         Log: Document the bytes-to-Unicode upgrading.
20508      Branch: perl
20509            ! pod/perlunicode.pod
20510 ____________________________________________________________________________
20511 [ 11687] By: jhi                                   on 2001/08/16  00:29:29
20512         Log: Add a test for Unicode sprintf.
20513      Branch: perl
20514            ! t/op/misc.t
20515 ____________________________________________________________________________
20516 [ 11686] By: jhi                                   on 2001/08/16  00:20:40
20517         Log: Add Unicode tests for index/rindex.
20518      Branch: perl
20519            ! t/op/index.t
20520 ____________________________________________________________________________
20521 [ 11685] By: jhi                                   on 2001/08/15  22:51:53
20522         Log: Document a bit the art of minimizing the installation,
20523              based on the p5p discussion.
20524      Branch: perl
20525            ! INSTALL
20526 ____________________________________________________________________________
20527 [ 11684] By: nick                                  on 2001/08/15  15:03:31
20528         Log: Integrate mainline
20529      Branch: perlio
20530           +> sharedsv.c sharedsv.h
20531           !> (integrate 53 files)
20532 ____________________________________________________________________________
20533 [ 11683] By: jhi                                   on 2001/08/15  13:49:07
20534         Log: Update Changes.
20535      Branch: perl
20536            ! Changes patchlevel.h
20537 ____________________________________________________________________________
20538 [ 11682] By: jhi                                   on 2001/08/15  13:26:00
20539         Log: The #11673 necessitated a test tweak.
20540      Branch: perl
20541            ! t/io/utf8.t
20542 ____________________________________________________________________________
20543 [ 11681] By: jhi                                   on 2001/08/15  13:12:50
20544         Log: Also UNICOS is in the general case unable to silently
20545              handle fp overflows.
20546      Branch: perl
20547            ! numeric.c
20548 ____________________________________________________________________________
20549 [ 11680] By: jhi                                   on 2001/08/15  13:05:15
20550         Log: Try to get NV_MIN, NV_MAX, NV_MIN_10_EXP, NV_MAX_10_EXP,
20551              NV_EPSILON #defined.
20552      Branch: perl
20553            ! perl.h
20554 ____________________________________________________________________________
20555 [ 11679] By: jhi                                   on 2001/08/15  12:48:32
20556         Log: Re-establish the fp overflow detection for VAX VMS; there
20557              is no easy way to have the IEEE fp silent overflow semantics.
20558              (in Alpha VMS we still will use IEEE fp by default-- but it
20559              is still possible to configure Perl to use G_FLOAT)
20560      Branch: perl
20561            ! numeric.c
20562 ____________________________________________________________________________
20563 [ 11678] By: jhi                                   on 2001/08/15  12:27:41
20564         Log: Subject: [PATCH] pp_lock 
20565              From: "Arthur Bergman" <arthur@contiller.se>
20566              Date: Wed, 15 Aug 2001 11:52:16 +0200
20567              Message-ID: <008401c1256f$f75a91b0$21000a0a@vogw2kdev>
20568      Branch: perl
20569            ! pp.c
20570 ____________________________________________________________________________
20571 [ 11677] By: jhi                                   on 2001/08/15  12:26:44
20572         Log: Subject: Re: [ID 20010809.023] perlre misleads when stating that (?i) should be at front of pattern 
20573              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
20574              Date: Wed, 15 Aug 2001 11:32:11 +0100
20575              Message-Id: <200108151032.f7FAWBI30961@crypt.compulink.co.uk>
20576      Branch: perl
20577            ! regcomp.c t/op/re_tests
20578 ____________________________________________________________________________
20579 [ 11676] By: jhi                                   on 2001/08/15  12:25:29
20580         Log: Subject: Re: [ID 20010811.006] re_eval: logical leaks 
20581              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
20582              Date: Wed, 15 Aug 2001 10:33:49 +0100
20583              Message-Id: <200108150933.f7F9Xnr11222@crypt.compulink.co.uk>
20584      Branch: perl
20585            ! regexec.c t/op/re_tests
20586 ____________________________________________________________________________
20587 [ 11675] By: jhi                                   on 2001/08/15  03:28:20
20588         Log: Subject: Re: bug in File::Spec 0.82 (canonpath)
20589              From: Barrie Slaymaker <barries@slaysys.com>
20590              Date: Tue, 14 Aug 2001 14:32:25 -0400
20591              Message-ID: <20010814143225.A19822@jester.slaysys.com>
20592      Branch: perl
20593            ! lib/File/Spec.t lib/File/Spec/Unix.pm
20594 ____________________________________________________________________________
20595 [ 11674] By: jhi                                   on 2001/08/15  03:25:32
20596         Log: Subject: [PATCH: perl@11626] modify VMS default prefix for installation
20597              From: Peter Prymmer <pvhp@forte.com>
20598              Date: Tue, 14 Aug 2001 13:33:32 -0700 (PDT)
20599              Message-ID: <Pine.OSF.4.10.10108141327590.192110-100000@aspara.forte.com>
20600      Branch: perl
20601            ! README.vms configure.com
20602 ____________________________________________________________________________
20603 [ 11673] By: jhi                                   on 2001/08/15  03:16:14
20604         Log: Subject: [PATCH perl@11660] Warning incorrectly reported without -w
20605              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20606              Date: Tue, 14 Aug 2001 21:23:27 +0200
20607              Message-ID: <20010814212327.A1919@rafael>
20608      Branch: perl
20609            ! doio.c
20610 ____________________________________________________________________________
20611 [ 11672] By: jhi                                   on 2001/08/15  03:15:25
20612         Log: Subject: [PATCH bleadperl] fixing SDBM_File problems under win32
20613              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
20614              Date: Tue, 14 Aug 2001 22:30:11 +0200
20615              Message-ID: <4224685483.20010814223011@tesla.rcub.bg.ac.yu>
20616              
20617              Combination of nmake, quoting, and Perl expanded $( in here-doc.
20618      Branch: perl
20619            ! ext/SDBM_File/Makefile.PL
20620 ____________________________________________________________________________
20621 [ 11671] By: jhi                                   on 2001/08/14  13:44:40
20622         Log: Todo updates.
20623      Branch: perl
20624            ! pod/perltodo.pod
20625 ____________________________________________________________________________
20626 [ 11670] By: jhi                                   on 2001/08/14  13:10:36
20627         Log: Subject: [PATCH bleadperl CORE] removing sv.c warnings on VC++5.0
20628              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
20629              Date: Mon, 13 Aug 2001 23:15:01 +0200
20630              Message-ID: <6114148607.20010813231501@tesla.rcub.bg.ac.yu>
20631      Branch: perl
20632            ! sv.c
20633 ____________________________________________________________________________
20634 [ 11669] By: jhi                                   on 2001/08/14  13:07:09
20635         Log: Subject: [PATCH] [b-]showlex.t
20636              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
20637              Date: Sun, 12 Aug 2001 22:24:51 +0200
20638              Message-ID: <6510457078.20010812222451@tesla.rcub.bg.ac.yu>
20639              
20640              The 4nt command shell will expand the % in command line
20641              no matter what quoting is attempted, changed the % to @.
20642      Branch: perl
20643            ! ext/B/Showlex.t
20644 ____________________________________________________________________________
20645 [ 11668] By: jhi                                   on 2001/08/14  13:01:02
20646         Log: Subject: [PATCH] magic.t
20647              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
20648              Date: Sun, 12 Aug 2001 20:49:27 +0200
20649              Message-ID: <844732764.20010812204927@tesla.rcub.bg.ac.yu>
20650      Branch: perl
20651            ! t/op/magic.t
20652 ____________________________________________________________________________
20653 [ 11667] By: jhi                                   on 2001/08/14  12:35:17
20654         Log: Add sharedsv* to the DOSish platforms; plus add
20655              some WinCE files to the list of DOSish files.
20656      Branch: perl
20657            ! NetWare/Makefile Porting/makerel win32/Makefile
20658            ! win32/makefile.mk wince/Makefile.ce
20659 ____________________________________________________________________________
20660 [ 11666] By: jhi                                   on 2001/08/14  12:29:57
20661         Log: More DOSish files.
20662      Branch: perl
20663            ! Porting/makerel
20664 ____________________________________________________________________________
20665 [ 11665] By: jhi                                   on 2001/08/14  12:27:58
20666         Log: Strip CRs from the WinCE files.  Now we need to
20667              figure out in which CRs are really needed: probably
20668              Makefile.ce and the README files, at least, probably
20669              also the registry.bat.
20670      Branch: perl
20671            ! wince/Makefile.ce wince/README.compile wince/README.perlce
20672            ! wince/config.h wince/include/cectype.h wince/include/errno.h
20673            ! wince/include/sys/stat.h wince/include/sys/types.h
20674            ! wince/include/sys/utime.h wince/include/time.h wince/perl.rc
20675            ! wince/perldll.def wince/registry.bat wince/wince.h
20676            ! wince/xbuildall.ksh wince/xdistclean.ksh wince/xmakediffs.ksh
20677 ____________________________________________________________________________
20678 [ 11664] By: jhi                                   on 2001/08/14  12:05:09
20679         Log: Add some files to DOSish and writables.
20680      Branch: perl
20681            ! Porting/makerel
20682 ____________________________________________________________________________
20683 [ 11663] By: jhi                                   on 2001/08/14  03:08:07
20684         Log: Compile failure message tidying.
20685      Branch: perl
20686            ! t/lib/1_compile.t
20687 ____________________________________________________________________________
20688 [ 11662] By: jhi                                   on 2001/08/14  01:41:22
20689         Log: The new sharedsv* should be exported only if usethreads.
20690      Branch: perl
20691            ! makedef.pl
20692 ____________________________________________________________________________
20693 [ 11661] By: jhi                                   on 2001/08/14  00:25:30
20694         Log: Subject: [PATCH: perl@11626] URL updates for README.os390
20695              From: Peter Prymmer <pvhp@forte.com>
20696              Date: Mon, 13 Aug 2001 15:21:06 -0700 (PDT)
20697              Message-ID: <Pine.OSF.4.10.10108131517570.151295-100000@aspara.forte.com>
20698      Branch: perl
20699            ! README.os390
20700 ____________________________________________________________________________
20701 [ 11660] By: jhi                                   on 2001/08/13  12:54:54
20702         Log: Update Changes.
20703      Branch: perl
20704            ! Changes patchlevel.h
20705 ____________________________________________________________________________
20706 [ 11659] By: jhi                                   on 2001/08/13  12:45:21
20707         Log: Subject: [PATHC] sharedsv.[c|h]
20708              From: "Artur Bergman" <artur@contiller.se>
20709              Date: Mon, 13 Aug 2001 14:38:41 +0200
20710              Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev>  
20711              
20712              Subject: [PATCH] embed.pl
20713              From: Arthur Bergman <arthur@contiller.se>
20714              Date: Mon, 13 Aug 2001 14:38:14 +0200
20715              Message-ID: <B79D96D6.3088%arthur@contiller.se>
20716              
20717              Subject: [PATCH] sharedsv cleanups
20718              From: "Arthur Bergman" <arthur@contiller.se>
20719              Date: Mon, 13 Aug 2001 15:14:25 +0200
20720              Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev>  
20721              
20722              Plus few tweaks: _init needs to be Adp, the prototypes
20723              should not be revealed unless using ithreads, #endif FOO
20724              must be #endif /* FOO */, adding (parentheses) around
20725              do { } while doesn't work too well.
20726      Branch: perl
20727            + sharedsv.c sharedsv.h
20728            ! MANIFEST Makefile.SH embed.h embed.pl global.sym objXSUB.h
20729            ! perl.h perlapi.c pod/perlapi.pod proto.h
20730 ____________________________________________________________________________
20731 [ 11658] By: jhi                                   on 2001/08/13  12:00:08
20732         Log: Subject: Re: END {} blocks run in perl_run
20733              From: Arthur Bergman <arthur@contiller.se>
20734              Date: Mon, 13 Aug 2001 11:11:30 +0200
20735              Message-ID: <B79D6661.3068%arthur@contiller.se>
20736      Branch: perl
20737            ! perl.c
20738 ____________________________________________________________________________
20739 [ 11657] By: nick                                  on 2001/08/13  09:03:02
20740         Log: Integrate mainline
20741      Branch: perlio
20742           +> (branch 326 files)
20743            - (delete 330 files)
20744           !> (integrate 85 files)
20745 ____________________________________________________________________________
20746 [ 11656] By: jhi                                   on 2001/08/12  23:24:18
20747         Log: If you want you can now add -DUSE_UTF8_SCRIPTS to your cflags
20748              and the Perl will be built to do that by default (adding that
20749              will break scripts having non-UTF-8 binary data, such as Latin-1.)
20750      Branch: perl
20751            ! op.c toke.c utf8.h
20752 ____________________________________________________________________________
20753 [ 11655] By: jhi                                   on 2001/08/12  23:05:14
20754         Log: Unnecessary downgrades.
20755      Branch: perl
20756            ! doop.c
20757 ____________________________________________________________________________
20758 [ 11654] By: jhi                                   on 2001/08/12  22:56:47
20759         Log: Failure not true anymore (probably caused by my broken setup).
20760      Branch: perl
20761            ! t/op/pat.t
20762 ____________________________________________________________________________
20763 [ 11653] By: jhi                                   on 2001/08/12  22:46:12
20764         Log: Not quite so relicy as thought in #11651 (op/concat #4 and #5
20765              stopped working).
20766      Branch: perl
20767            ! op.h pp_ctl.c regcomp.c
20768 ____________________________________________________________________________
20769 [ 11652] By: jhi                                   on 2001/08/12  22:30:04
20770         Log: There is no IN_UTF8.
20771      Branch: perl
20772            ! utf8.h
20773 ____________________________________________________________________________
20774 [ 11651] By: jhi                                   on 2001/08/12  21:08:06
20775         Log: More (less) regex/utf8 relics.  (Toned down later in #11653.)
20776      Branch: perl
20777            ! op.c op.h pp_ctl.c regcomp.c
20778 ____________________________________________________________________________
20779 [ 11650] By: jhi                                   on 2001/08/12  20:17:32
20780         Log: Relic in op.c (no regex feature should depend on the utf8 pragma),
20781              and a test tweak.
20782      Branch: perl
20783            ! op.c t/pod/find.t
20784 ____________________________________________________________________________
20785 [ 11649] By: jhi                                   on 2001/08/12  18:45:52
20786         Log: Todo updates and fixes.
20787      Branch: perl
20788            ! pod/perltodo.pod
20789 ____________________________________________________________________________
20790 [ 11648] By: jhi                                   on 2001/08/12  18:43:50
20791         Log: Mark tests (and one module) having explicit Latin-1
20792              (and one file having explicit UTF-8) with an explicit
20793              'no utf8' (and one explicit 'use utf8').
20794              
20795              NOTE: t/op/pat.t #64 fails mysteriously under 'use utf8'.
20796      Branch: perl
20797            ! lib/CGI/t/html.t lib/Locale/Codes/t/languages.t
20798            ! lib/Locale/Language.pm lib/charnames.t lib/locale.t
20799            ! t/lib/locale/latin1 t/lib/locale/utf8 t/op/pat.t
20800 ____________________________________________________________________________
20801 [ 11647] By: jhi                                   on 2001/08/12  17:10:22
20802         Log: Subject: SV: END {} blocks run in perl_run
20803              From: "Arthur Bergman" <arthur@contiller.se>
20804              Date: Sun, 12 Aug 2001 00:34:28 +0200 
20805              Message-ID: <03fd01c122b5$c803c600$052aa8c0@foo>
20806      Branch: perl
20807            ! miniperlmain.c perl.c
20808 ____________________________________________________________________________
20809 [ 11646] By: jhi                                   on 2001/08/12  16:59:00
20810         Log: Typos in #11645.
20811      Branch: perl
20812            ! perl.h
20813 ____________________________________________________________________________
20814 [ 11645] By: jhi                                   on 2001/08/12  16:55:31
20815         Log: On ithreads default to use_reentrant except on naturally
20816              threadsafe platforms.
20817      Branch: perl
20818            ! perl.h
20819 ____________________________________________________________________________
20820 [ 11644] By: jhi                                   on 2001/08/12  15:45:43
20821         Log: (Hopefully) a fix for 20010723.004: make install needs
20822              write permission in build directory.  The problem was
20823              probably caused by overeager sprinkling of the lib/re.pm
20824              dependencies (which was done to guarantee lib/re.pm being
20825              uptodate for parallel makes: now solved by funneling that
20826              through an explicit recursive make in the preplibrary target).
20827      Branch: perl
20828            ! Makefile.SH
20829 ____________________________________________________________________________
20830 [ 11643] By: jhi                                   on 2001/08/12  14:16:44
20831         Log: Dispell the "use utf8" superstition.
20832      Branch: perl
20833            ! lib/utf8.pm pod/perlfunc.pod pod/perlretut.pod pod/perltoc.pod
20834            ! pod/perlunicode.pod
20835 ____________________________________________________________________________
20836 [ 11642] By: jhi                                   on 2001/08/12  13:56:42
20837         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
20838              From: "Abigail" <abigail@foad.org> 
20839              Date: Sat, 11 Aug 2001 23:49:49 +0200
20840              Message-ID: <20010811214950.23255.qmail@foad.org>
20841      Branch: perl
20842            ! t/op/taint.t
20843 ____________________________________________________________________________
20844 [ 11641] By: jhi                                   on 2001/08/12  13:56:18
20845         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
20846              From: Abhijit Menon-Sen <ams@wiw.org>
20847              Date: Sat, 11 Aug 2001 06:18:19 +0530
20848              Message-ID: <20010811061819.P526@lustre.dyn.wiw.org>
20849      Branch: perl
20850            ! mg.c
20851 ____________________________________________________________________________
20852 [ 11640] By: jhi                                   on 2001/08/12  13:45:58
20853         Log: Test for change #11639.
20854      Branch: perl
20855            ! t/op/tiehandle.t
20856 ____________________________________________________________________________
20857 [ 11639] By: jhi                                   on 2001/08/12  13:42:03
20858         Log: Subject: Re: Can't localize *FH, then tie it
20859              From: Abhijit Menon-Sen <ams@wiw.org>
20860              Date: Sun, 12 Aug 2001 16:08:06 +0530
20861              Message-ID: <20010812160806.A28712@lustre.dyn.wiw.org>
20862      Branch: perl
20863            ! pp_hot.c pp_sys.c
20864 ____________________________________________________________________________
20865 [ 11638] By: jhi                                   on 2001/08/12  03:30:07
20866         Log: Drop all the unnecessary "use utf8" clauses and some of
20867              the unnecessary "use bytes" ones.
20868              
20869              TODO: scour the documentation for unnecessary "use utf8"
20870              and prominently display it in perldelta when the time comes.
20871              ("use utf8" should be necessary ONLY if one wants the script
20872              to be in UTF-8.)  Also should be checked in some non-ASCII
20873              non-Latin-1 platform, like EBCDIC.
20874      Branch: perl
20875            ! t/comp/require.t t/io/utf8.t t/op/concat.t t/op/each.t
20876            ! t/op/pat.t t/op/regmesg.t t/op/sprintf.t t/op/tr.t
20877 ____________________________________________________________________________
20878 [ 11637] By: jhi                                   on 2001/08/11  17:55:36
20879         Log: Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.
20880              Smoked out bugs (well, the same bug twice) from ucfirst and lcfirst
20881              in Unicode handling.
20882      Branch: perl
20883            + t/op/lc.t
20884            ! MANIFEST pp.c t/op/misc.t t/op/readdir.t
20885 ____________________________________________________________________________
20886 [ 11636] By: jhi                                   on 2001/08/11  17:14:06
20887         Log: Thinko: we want the flags for native cc, not gcc.
20888      Branch: perl
20889            ! hints/dec_osf.sh
20890 ____________________________________________________________________________
20891 [ 11635] By: jhi                                   on 2001/08/11  15:14:48
20892         Log: (retracted by 13077)
20893              Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list?
20894              From: Robin Houston <robin@kitsite.com>
20895              Date: Fri, 10 Aug 2001 14:42:02 +0100
20896              Message-ID: <20010810144202.A32754@puffinry.freeserve.co.uk>
20897      Branch: perl
20898            ! pp.c
20899 ____________________________________________________________________________
20900 [ 11634] By: jhi                                   on 2001/08/11  14:59:22
20901         Log: Subject: [PATCH] turn $a.=<F> into an RCATLINE
20902              From: Abhijit Menon-Sen <ams@wiw.org>
20903              Date: Sat, 11 Aug 2001 16:31:04 +0530
20904              Message-ID: <20010811163104.Q526@lustre.dyn.wiw.org>
20905      Branch: perl
20906            ! op.c
20907 ____________________________________________________________________________
20908 [ 11633] By: jhi                                   on 2001/08/11  14:58:07
20909         Log: Get rid of indread, from Abhijit Menon-Sen.
20910      Branch: perl
20911            ! pp_sys.c
20912 ____________________________________________________________________________
20913 [ 11632] By: jhi                                   on 2001/08/10  23:39:04
20914         Log: CRLFgngngn.
20915      Branch: perl
20916            ! win32/Makefile win32/makefile.mk
20917 ____________________________________________________________________________
20918 [ 11631] By: jhi                                   on 2001/08/10  23:37:43
20919         Log: Decommission Time::Piece; unnecessary Yet Another Time-Date Module.
20920      Branch: perl
20921            - ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
20922            - ext/Time/Piece/Piece.t ext/Time/Piece/Piece.xs
20923            - ext/Time/Piece/README ext/Time/Piece/Seconds.pm
20924            ! MANIFEST Porting/config.sh djgpp/config.over epoc/config.sh
20925            ! ext/POSIX/POSIX.pod hints/vmesa.sh pod/perlfaq4.pod
20926            ! pod/perllocale.pod pod/perltoc.pod t/lib/1_compile.t
20927            ! win32/Makefile win32/makefile.mk
20928 ____________________________________________________________________________
20929 [ 11630] By: jhi                                   on 2001/08/10  13:53:15
20930         Log: Avoid #elif (less portable than #else #if).
20931      Branch: perl
20932            ! handy.h
20933 ____________________________________________________________________________
20934 [ 11629] By: jhi                                   on 2001/08/10  13:49:53
20935         Log: Subject: patch for perlvar.pod
20936              From: mah@everybody.org (Mark A. Hershberger)
20937              Date: 08 Aug 2001 17:03:16 -0500
20938              Message-ID: <87g0b2w6or.fsf@mah.mcdermott.com>
20939      Branch: perl
20940            ! pod/perlvar.pod
20941 ____________________________________________________________________________
20942 [ 11628] By: jhi                                   on 2001/08/10  13:45:48
20943         Log: cpp commands must start (the # must be) at the column #0.
20944      Branch: perl
20945            ! op.c
20946 ____________________________________________________________________________
20947 [ 11627] By: jhi                                   on 2001/08/10  13:41:07
20948         Log: If using gcc -B/foo/bar makedepend would give
20949              unnecessary warnings about unused -B/foo/bar.
20950      Branch: perl
20951            ! makedepend.SH
20952 ____________________________________________________________________________
20953 [ 11626] By: jhi                                   on 2001/08/09  14:56:29
20954         Log: Update Changes.
20955      Branch: perl
20956            ! Changes patchlevel.h
20957 ____________________________________________________________________________
20958 [ 11625] By: jhi                                   on 2001/08/09  14:54:05
20959         Log: s/z/tz/
20960      Branch: perl
20961            ! pod/perlfaq2.pod
20962 ____________________________________________________________________________
20963 [ 11624] By: jhi                                   on 2001/08/09  14:52:52
20964         Log: Article nit.
20965      Branch: perl
20966            ! pod/perlfaq2.pod
20967 ____________________________________________________________________________
20968 [ 11623] By: jhi                                   on 2001/08/09  14:49:00
20969         Log: Rename lib/unicode files to lib/unicore to avoid
20970              conflicts between core lib/unicode and Unicode::
20971              files in case-ignoring filesystems.
20972      Branch: perl
20973            + (add 325 files)
20974            - (delete 324 files)
20975            ! MANIFEST lib/charnames.pm lib/utf8_heavy.pl pod/perlretut.pod
20976 ____________________________________________________________________________
20977 [ 11622] By: jhi                                   on 2001/08/09  13:33:47
20978         Log: Upgrade to Math::BigInt 1.41.
20979      Branch: perl
20980            ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigintpm.t
20981 ____________________________________________________________________________
20982 [ 11621] By: jhi                                   on 2001/08/09  13:31:20
20983         Log: Subject: [PATCH] remove PL_na from typemap
20984              From: James <james@rf.net>
20985              Date: Mon, 06 Aug 2001 20:23:15 -0700
20986              Message-ID: <3B6F5F23.A31A81B1@rf.net>
20987              
20988              (had to be manually applied)
20989      Branch: perl
20990            ! lib/ExtUtils/typemap
20991 ____________________________________________________________________________
20992 [ 11620] By: jhi                                   on 2001/08/09  13:27:11
20993         Log: The metaconfig unit changes for #11618.
20994      Branch: metaconfig/U/perl
20995            + d_fpclassl.U i_fp.U
20996 ____________________________________________________________________________
20997 [ 11619] By: jhi                                   on 2001/08/09  13:25:21
20998         Log: Forgot this from #11618.
20999              
21000              NOTE: wince/config_H.ce needs updating.
21001      Branch: perl
21002            ! wince/config.ce
21003 ____________________________________________________________________________
21004 [ 11618] By: jhi                                   on 2001/08/09  13:21:51
21005         Log: Introduce more floating point classifying APIs;
21006              try to define (most importantly) Perl_is{inf,nan}(x).
21007              
21008              For this first cut, assume none such APIs exist in non-UNIXoid
21009              platforms-- this is of course too unkind: Win32 rumoredly has
21010              _fpclass() and _isnan(), and VMS/VOS very probably have some
21011              of the APIs available.     The only thing Perl uses at the moment
21012              is Perl_isnan() (has been in use for a while now).
21013              
21014              NOTE: the Win32 and NetWare config_h.?c need regenerating.
21015      Branch: perl
21016            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
21017            ! Porting/config_H config_h.SH configure.com epoc/config.sh
21018            ! hints/hpux.sh perl.h pod/perltoc.pod uconfig.h uconfig.sh
21019            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
21020            ! vos/config.ga.h win32/config.bc win32/config.gc
21021            ! win32/config.vc win32/config_H.bc win32/config_H.gc
21022            ! win32/config_H.vc wince/config.ce wince/config.h
21023 ____________________________________________________________________________
21024 [ 11617] By: jhi                                   on 2001/08/09  11:08:51
21025         Log: Integrate change #11519 from perlio:
21026              
21027              Avoid testing for (non-)existance of "encoding(xxxx)"
21028              layer is called "encoding" the (xxxx) is an argument.
21029      Branch: perl
21030           !> lib/open.pm
21031 ____________________________________________________________________________
21032 [ 11616] By: nick                                  on 2001/08/09  07:50:24
21033         Log: Integrate mainline
21034      Branch: perlio
21035           +> ext/PerlIO/t/via.t lib/Getopt/Long/CHANGES
21036           +> lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
21037           +> lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
21038           +> lib/Getopt/Long/t/gol-oo.t utils/perlivp.PL
21039            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
21040            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
21041           !> (integrate 79 files)
21042 ____________________________________________________________________________
21043 [ 11615] By: nick                                  on 2001/08/09  06:23:44
21044         Log: Avoid testing for (non-)existance of "encoding(xxxx)"
21045              layer is called "encoding" the (xxxx) is an argument.
21046      Branch: perlio
21047            ! lib/open.pm
21048 ____________________________________________________________________________
21049 [ 11614] By: jhi                                   on 2001/08/08  21:50:19
21050         Log: Subject: [PATCH bleadperl] Teach B::Concise about PADOP
21051              From: Paul Johnson <paul@pjcj.net>
21052              Date: Wed, 8 Aug 2001 23:54:17 +0200
21053              Message-ID: <20010808235417.O1006@pjcj.net>
21054      Branch: perl
21055            ! ext/B/B/Concise.pm
21056 ____________________________________________________________________________
21057 [ 11613] By: jhi                                   on 2001/08/08  13:22:13
21058         Log: Make VMS use IEEE math by default; reorder Tru64 hints
21059              so that -fprm d -ieee (the -ieee gives as e.g. IEEE 754
21060              exception semantics) is always set if using (the new) cc.
21061      Branch: perl
21062            ! configure.com hints/dec_osf.sh
21063 ____________________________________________________________________________
21064 [ 11612] By: jhi                                   on 2001/08/08  12:14:56
21065         Log: Subject: Re: [ID 20010806.008] tied hashes, invocation of FIRSTKEY
21066              From: Abhijit Menon-Sen <ams@wiw.org>
21067              Date: Tue, 7 Aug 2001 17:16:05 +0530
21068              Message-ID: <20010807171605.K526@lustre.dyn.wiw.org>
21069      Branch: perl
21070            ! pp_sys.c
21071 ____________________________________________________________________________
21072 [ 11611] By: jhi                                   on 2001/08/08  02:28:58
21073         Log: Subject: [PATCH perl@11597] fix t/run/exit.t for VMS
21074              From: "Craig A. Berry" <craigberry@mac.com>
21075              Date: Tue, 07 Aug 2001 22:27:47 -0500
21076              Message-Id: <5.1.0.14.0.20010806105326.02d22298@exchi01>
21077      Branch: perl
21078            ! t/run/exit.t
21079 ____________________________________________________________________________
21080 [ 11610] By: jhi                                   on 2001/08/08  00:12:00
21081         Log: Subject: [PATCH bleadperl] better VMS docs for $?, exit(), and system()
21082              From: "Craig A. Berry" <craigberry@mac.com>
21083              Date: Tue, 07 Aug 2001 20:01:53 -0500
21084              Message-Id: <5.1.0.14.0.20010807155648.01ba3c98@exchi01>
21085      Branch: perl
21086            ! pod/perlport.pod pod/perlvar.pod vms/perlvms.pod
21087 ____________________________________________________________________________
21088 [ 11609] By: jhi                                   on 2001/08/07  23:49:09
21089         Log: Update the magazine information.
21090      Branch: perl
21091            ! pod/perlfaq2.pod
21092 ____________________________________________________________________________
21093 [ 11608] By: jhi                                   on 2001/08/07  23:35:27
21094         Log: Ignore SIGFPE everywhere.
21095      Branch: perl
21096            ! hints/os390.sh hints/posix-bc.sh hints/uts.sh numeric.c perl.h
21097 ____________________________________________________________________________
21098 [ 11607] By: jhi                                   on 2001/08/07  23:07:04
21099         Log: With permission, change the licensing of the docs by
21100              TomC (and Gnat) to comply with the rest of Perl.
21101      Branch: perl
21102            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
21103            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
21104            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
21105            ! pod/perlfaq9.pod pod/perlopentut.pod pod/perltoot.pod
21106            ! pod/perltootc.pod
21107 ____________________________________________________________________________
21108 [ 11606] By: jhi                                   on 2001/08/07  22:50:04
21109         Log: Subject: [PATCH 5.6.x, 5.7.2] hints/openbsd.sh tweaks.
21110              From: Andy Dougherty <doughera@lafayette.edu>
21111              Date: Tue, 7 Aug 2001 15:49:33 -0400 (EDT)
21112              Message-ID: <Pine.SOL.4.10.10108071544040.2431-100000@maxwell.phys.lafayette.edu>
21113      Branch: perl
21114            ! hints/openbsd.sh
21115 ____________________________________________________________________________
21116 [ 11605] By: jhi                                   on 2001/08/07  22:49:18
21117         Log: Subject: [PATCH] Makefile.SH test_prep dependency
21118              From: Andy Dougherty <doughera@lafayette.edu>
21119              Date: Tue, 7 Aug 2001 15:44:01 -0400 (EDT)
21120              Message-ID: <Pine.SOL.4.10.10108071540190.2431-100000@maxwell.phys.lafayette.edu>
21121      Branch: perl
21122            ! Makefile.SH
21123 ____________________________________________________________________________
21124 [ 11604] By: jhi                                   on 2001/08/07  22:44:35
21125         Log: Don't autogenerate the headers et alia,
21126              make regen_headers explicitly.
21127      Branch: perl
21128            ! Makefile.SH
21129 ____________________________________________________________________________
21130 [ 11603] By: jhi                                   on 2001/08/07  22:33:48
21131         Log: Subject: Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl
21132              From: Gurusamy Sarathy <gsar@ActiveState.com> 
21133              Date: Tue, 07 Aug 2001 08:33:26 -0700
21134              Message-Id: <200108071533.f77FXQf01168@smtp3.ActiveState.com>
21135              
21136              Unnecessary dependency.
21137      Branch: perl
21138            ! embed.pl
21139 ____________________________________________________________________________
21140 [ 11602] By: jhi                                   on 2001/08/07  13:52:41
21141         Log: Subject: Re: [ID 20010806.006] Can't read coderef from tied variable
21142              From: Abhijit Menon-Sen <ams@wiw.org>
21143              Date: Tue, 7 Aug 2001 09:10:54 +0530
21144              Message-ID: <20010807091054.H526@lustre.dyn.wiw.org>
21145      Branch: perl
21146            ! pp_hot.c
21147 ____________________________________________________________________________
21148 [ 11601] By: jhi                                   on 2001/08/07  13:46:33
21149         Log: Subject: [PATCH perl@11597] B && BEGIN handling
21150              From: "James A. Duncan" <jduncan@fotango.com>
21151              Date: Mon, 6 Aug 2001 17:29:11 +0100
21152              Message-ID: <20010806172911.A2071@fotango.com>
21153              
21154              (the intrpvar.h addition moved to the end for bincompat)
21155      Branch: perl
21156            ! embedvar.h ext/B/B.xs intrpvar.h perl.c perlapi.h
21157 ____________________________________________________________________________
21158 [ 11600] By: jhi                                   on 2001/08/07  11:53:48
21159         Log: Integrate change #11598 from maintperl (fcrypt.c URL updates)
21160      Branch: perl
21161           !> README.win32
21162 ____________________________________________________________________________
21163 [ 11599] By: gsar                                  on 2001/08/07  06:31:39
21164         Log: fix URLs for fcrypt.c
21165      Branch: maint-5.6/perl
21166            ! README.win32
21167 ____________________________________________________________________________
21168 [ 11598] By: jhi                                   on 2001/08/06  15:02:48
21169         Log: Yet another way to say Infinity: HP-UX calls its "++".
21170      Branch: perl
21171            ! lib/Math/BigInt/t/bigintpm.t
21172 ____________________________________________________________________________
21173 [ 11597] By: jhi                                   on 2001/08/06  13:40:01
21174         Log: Update Changes.
21175      Branch: perl
21176            ! Changes patchlevel.h
21177 ____________________________________________________________________________
21178 [ 11596] By: jhi                                   on 2001/08/06  13:24:28
21179         Log: Advertise File::Temp, don't advertise POSIX::tmpnam().
21180      Branch: perl
21181            ! pod/perlfaq5.pod
21182 ____________________________________________________________________________
21183 [ 11595] By: jhi                                   on 2001/08/06  12:51:38
21184         Log: The #11593 wasn't right.
21185      Branch: perl
21186            ! lib/Math/BigInt/t/bigintpm.t
21187 ____________________________________________________________________________
21188 [ 11594] By: jhi                                   on 2001/08/06  12:34:15
21189         Log: Subject: [PATCH: perl@11564] introducing perlivp
21190              From: Prymmer/Kahn <pvhp@best.com>
21191              Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT)
21192              Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com>
21193              
21194              Subject: Re: [PATCH: perl@11564] introducing perlivp
21195              From: Prymmer/Kahn <pvhp@best.com>
21196              Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT)
21197              Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com>
21198      Branch: perl
21199            + utils/perlivp.PL
21200            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
21201            ! win32/Makefile win32/makefile.mk
21202 ____________________________________________________________________________
21203 [ 11593] By: jhi                                   on 2001/08/05  23:10:52
21204         Log: libcs are confused what to call Infinity.
21205      Branch: perl
21206            ! lib/Math/BigInt/t/bigintpm.t
21207 ____________________________________________________________________________
21208 [ 11592] By: jhi                                   on 2001/08/05  23:07:50
21209         Log: Avoid SIGFPE in Tru64.
21210      Branch: perl
21211            ! numeric.c
21212 ____________________________________________________________________________
21213 [ 11591] By: jhi                                   on 2001/08/05  22:46:10
21214         Log: Upgrade to Math::BigInt 1.40.
21215              
21216              NOTE: this patch necessitates doing something about
21217              infinity handling since the new bigintpm.t tests use
21218              infinity, which causes SIGFPEs at least in Tru64.
21219      Branch: perl
21220            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
21221            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
21222            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
21223            ! lib/Math/BigInt/t/mbimbf.t
21224 ____________________________________________________________________________
21225 [ 11590] By: gsar                                  on 2001/08/05  21:57:43
21226         Log: remove hardcoded cmd shell in testsuite
21227      Branch: perl
21228            ! t/op/glob.t t/op/magic.t t/op/stat.t
21229 ____________________________________________________________________________
21230 [ 11589] By: gsar                                  on 2001/08/05  21:35:50
21231         Log: 4-arg select() was busted on windows because change#8178 didn't
21232              make it into mainline
21233      Branch: perl
21234            ! perl.h win32/include/sys/socket.h
21235 ____________________________________________________________________________
21236 [ 11588] By: jhi                                   on 2001/08/05  19:40:31
21237         Log: Rename the Getopt::Long tests to be as they are
21238              in the Getopt::Long official distribution.
21239      Branch: perl
21240            + lib/Getopt/Long/t/gol-basic.t lib/Getopt/Long/t/gol-compat.t
21241            + lib/Getopt/Long/t/gol-linkage.t lib/Getopt/Long/t/gol-oo.t
21242            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
21243            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
21244            ! MANIFEST
21245 ____________________________________________________________________________
21246 [ 11587] By: jhi                                   on 2001/08/05  19:38:07
21247         Log: Upgrade to Getopt::Long 2.26.
21248      Branch: perl
21249            + lib/Getopt/Long/CHANGES lib/Getopt/Long/README
21250            ! MANIFEST lib/Getopt/Long.pm
21251 ____________________________________________________________________________
21252 [ 11586] By: jhi                                   on 2001/08/05  19:26:50
21253         Log: Retract #10874 (the hack should be unnecessary by now)
21254      Branch: perl
21255            ! lib/Test/Harness.pm
21256 ____________________________________________________________________________
21257 [ 11585] By: gsar                                  on 2001/08/05  16:45:54
21258         Log: avoid temp file littering in tests
21259      Branch: perl
21260            ! ext/PerlIO/t/encoding.t lib/Memoize/t/errors.t
21261 ____________________________________________________________________________
21262 [ 11584] By: jhi                                   on 2001/08/05  16:42:50
21263         Log: Subject: warning in sv.c: double format, NV arg
21264              From: "Philip Newton" <Philip.Newton@gmx.net>
21265              Date: Sun, 5 Aug 2001 19:41:07 +0200
21266              Message-Id: <200108051735.f75HZ1L18235@chaos.wustl.edu>
21267      Branch: perl
21268            ! sv.c
21269 ____________________________________________________________________________
21270 [ 11583] By: gsar                                  on 2001/08/05  16:28:22
21271         Log: fix POSIX.t#13 for windos
21272      Branch: perl
21273            ! ext/POSIX/POSIX.t
21274 ____________________________________________________________________________
21275 [ 11582] By: jhi                                   on 2001/08/05  16:10:59
21276         Log: Add a test for PerlIO::Via.
21277      Branch: perl
21278            + ext/PerlIO/t/via.t
21279            ! MANIFEST ext/PerlIO/Via/Via.pm
21280 ____________________________________________________________________________
21281 [ 11581] By: gsar                                  on 2001/08/05  15:00:26
21282         Log: flock() and link() are not available on Windows 9x
21283      Branch: perl
21284            ! win32/config_sh.PL
21285 ____________________________________________________________________________
21286 [ 11580] By: jhi                                   on 2001/08/05  13:56:46
21287         Log: Some Tru64 C compilers have C++ components that confuse
21288              the ccversion parsing.
21289      Branch: perl
21290            ! hints/dec_osf.sh
21291 ____________________________________________________________________________
21292 [ 11579] By: jhi                                   on 2001/08/05  13:31:07
21293         Log: (Reintroduce #11125)
21294              
21295              Subject: MakeMaker should pass through DEFINE and INC to subdirs 
21296              From: Alan Burlison <Alan.Burlison@sun.com> 
21297              Date: Tue, 03 Jul 2001 15:20:13 +0100   
21298              Message-ID: <3B41D49D.A923D4F9@sun.com> 
21299      Branch: perl
21300            ! lib/ExtUtils/MM_Unix.pm
21301 ____________________________________________________________________________
21302 [ 11578] By: jhi                                   on 2001/08/05  03:17:20
21303         Log: Little pointer juggling for HP-UX cc to avoid
21304              "warning 524: Cast (non-lvalue) appears on left-hand side of assignment."
21305              followed by
21306              "error 1549: Modifiable lvalue required for assignment operator."
21307      Branch: perl
21308            ! hv.c
21309 ____________________________________________________________________________
21310 [ 11577] By: jhi                                   on 2001/08/04  18:09:38
21311         Log: Continuation of #11575: SANY_SEEN completely deprecated,
21312              plus more tests that unearthed a bug in @a = ($utf8 =~ /\C/g),
21313              plus a fix for the bug.
21314      Branch: perl
21315            ! pp_hot.c regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
21316 ____________________________________________________________________________
21317 [ 11576] By: jhi                                   on 2001/08/04  17:31:06
21318         Log: Subject: Re: [patch] rid "Scalars leaked" from perl_clone
21319              From: Doug MacEachern <dougm@covalent.net>
21320              Date: Sat, 4 Aug 2001 11:09:37 -0700 (PDT)
21321              Message-ID: <Pine.LNX.4.21.0108041102390.23972-100000@mako.covalent.net>
21322      Branch: perl
21323            ! sv.c
21324 ____________________________________________________________________________
21325 [ 11575] By: jhi                                   on 2001/08/04  17:28:55
21326         Log: Decouple SANY into SANY and CANY: the new SANY is /./s,
21327              the new CANY is the \C.  The problem reported and the
21328              test case supplied in
21329              
21330              Subject: UTF-8 bugs in string length & single line regex matches
21331              From: "Daniel P. Berrange" <dan@berrange.com>
21332              Date: Fri, 3 Aug 2001 11:39:33 +0100
21333              Message-ID: <20010803113932.A19318@berrange.com>
21334      Branch: perl
21335            ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
21336            ! t/op/pat.t
21337 ____________________________________________________________________________
21338 [ 11574] By: jhi                                   on 2001/08/04  15:42:34
21339         Log: Subject: Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
21340              From: Doug MacEachern <dougm@covalent.net>
21341              Date: Sat, 4 Aug 2001 09:43:02 -0700 (PDT)
21342              Message-ID: <Pine.LNX.4.21.0108040939050.23972-100000@mako.covalent.net>
21343      Branch: perl
21344            ! perl.c regexec.c
21345 ____________________________________________________________________________
21346 [ 11573] By: jhi                                   on 2001/08/04  14:20:26
21347         Log: The #11572 didn't up the test count.
21348      Branch: perl
21349            ! t/op/length.t
21350 ____________________________________________________________________________
21351 [ 11572] By: jhi                                   on 2001/08/04  14:12:45
21352         Log: Subject: UTF-8 bugs in string length & single line regex matches
21353              From: "Daniel P. Berrange" <dan@berrange.com>
21354              Date: Fri, 3 Aug 2001 11:39:33 +0100         
21355              Message-ID: <20010803113932.A19318@berrange.com>
21356              
21357              (the mg_length() fix)
21358      Branch: perl
21359            ! mg.c t/op/length.t
21360 ____________________________________________________________________________
21361 [ 11571] By: jhi                                   on 2001/08/04  14:10:39
21362         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
21363              From: Abhijit Menon-Sen <ams@wiw.org>
21364              Date: Sat, 4 Aug 2001 16:56:35 +0530
21365              Message-ID: <20010804165635.E526@lustre.dyn.wiw.org>
21366      Branch: perl
21367            ! hv.c
21368 ____________________________________________________________________________
21369 [ 11570] By: jhi                                   on 2001/08/04  14:09:59
21370         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
21371              From: Abhijit Menon-Sen <ams@wiw.org>
21372              Date: Sat, 4 Aug 2001 16:16:03 +0530
21373              Message-ID: <20010804161603.C526@lustre.dyn.wiw.org>
21374      Branch: perl
21375            ! hv.c
21376 ____________________________________________________________________________
21377 [ 11569] By: jhi                                   on 2001/08/04  14:09:09
21378         Log: Subject: Re: [patch] refcount re ops
21379              From: Abhijit Menon-Sen <ams@wiw.org>
21380              Date: Sat, 4 Aug 2001 08:54:55 +0530
21381              Message-ID: <20010804085455.B526@lustre.dyn.wiw.org>
21382      Branch: perl
21383            ! sv.c
21384 ____________________________________________________________________________
21385 [ 11568] By: jhi                                   on 2001/08/04  14:08:19
21386         Log: Subject: [patch] refcount re ops
21387              From: Doug MacEachern <dougm@covalent.net>
21388              Date: Fri, 3 Aug 2001 18:17:41 -0700 (PDT)
21389              Message-ID: <Pine.LNX.4.21.0108031814240.23972-100000@mako.covalent.net>
21390      Branch: perl
21391            ! regcomp.c sv.c
21392 ____________________________________________________________________________
21393 [ 11567] By: jhi                                   on 2001/08/03  23:52:56
21394         Log: Subject: [patch] ignore PL_curpm in PL_regex_padav cleanup
21395              From: Doug MacEachern <dougm@covalent.net>
21396              Date: Fri, 3 Aug 2001 17:37:53 -0700 (PDT)
21397              Message-ID: <Pine.LNX.4.21.0108031730040.23972-100000@mako.covalent.net>
21398      Branch: perl
21399            ! perl.c regexec.c
21400 ____________________________________________________________________________
21401 [ 11566] By: jhi                                   on 2001/08/03  20:45:10
21402         Log: Subject: [PATCH perl@11564] fix t/op/misc.t for VMS
21403              From: "Craig A. Berry" <craigberry@mac.com> 
21404              Date: Fri, 03 Aug 2001 16:16:16 -0500
21405              Message-Id: <5.1.0.14.0.20010803161026.03530e58@exchi01> 
21406      Branch: perl
21407            ! t/op/misc.t
21408 ____________________________________________________________________________
21409 [ 11565] By: jhi                                   on 2001/08/03  13:46:40
21410         Log: Subject: Re: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
21411              From: John Kristian <jmk2001@engineer.com>
21412              Date: Fri, 03 Aug 2001 00:59:08 -0700
21413              Message-id: <03a101c11bf2$2c9b5ee0$0100a8c0@JOHNKRISTIAN>
21414      Branch: perl
21415            ! win32/win32.c
21416 ____________________________________________________________________________
21417 [ 11564] By: jhi                                   on 2001/08/03  13:25:39
21418         Log: Update Changes.
21419      Branch: perl
21420            ! Changes patchlevel.h
21421 ____________________________________________________________________________
21422 [ 11563] By: jhi                                   on 2001/08/03  12:13:17
21423         Log: Subject: [PATCH perl@11523] fix Stash.t for VMS
21424              From: "Craig A. Berry" <craigberry@mac.com>
21425              Date: Thu, 02 Aug 2001 23:15:24 -0500
21426              Message-Id: <5.1.0.14.0.20010802230843.03530e58@mail.mac.com>
21427      Branch: perl
21428            ! ext/B/Stash.t
21429 ____________________________________________________________________________
21430 [ 11562] By: jhi                                   on 2001/08/03  12:11:57
21431         Log: Subject: [patch] plug PL_cshname leak
21432              From: Doug MacEachern <dougm@covalent.net>
21433              Date: Thu, 2 Aug 2001 20:59:04 -0700 (PDT)
21434              Message-ID: <Pine.LNX.4.21.0108022058020.8991-100000@mako.covalent.net>
21435      Branch: perl
21436            ! sv.c
21437 ____________________________________________________________________________
21438 [ 11561] By: jhi                                   on 2001/08/03  12:10:32
21439         Log: Subject: [patch] plug PL_sh_path leak
21440              From: Doug MacEachern <dougm@covalent.net>
21441              Date: Thu, 2 Aug 2001 20:54:08 -0700 (PDT)
21442              Message-ID: <Pine.LNX.4.21.0108022043040.8991-100000@mako.covalent.net>
21443      Branch: perl
21444            ! sv.c
21445 ____________________________________________________________________________
21446 [ 11560] By: jhi                                   on 2001/08/03  12:09:50
21447         Log: Subject: [patch] plug PL_regex_padav leaks
21448              From: Doug MacEachern <dougm@covalent.net>
21449              Date: Thu, 2 Aug 2001 20:24:55 -0700 (PDT)
21450              Message-ID: <Pine.LNX.4.21.0108022020100.8991-100000@mako.covalent.net>
21451      Branch: perl
21452            ! op.c op.h perl.c
21453 ____________________________________________________________________________
21454 [ 11559] By: jhi                                   on 2001/08/03  12:08:59
21455         Log: Subject: [patch] plug PL_origargv leak
21456              From: Doug MacEachern <dougm@covalent.net>
21457              Date: Thu, 2 Aug 2001 18:15:22 -0700 (PDT)
21458              Message-ID: <Pine.LNX.4.21.0108021813380.8991-100000@mako.covalent.net>
21459      Branch: perl
21460            ! perl.c
21461 ____________________________________________________________________________
21462 [ 11558] By: jhi                                   on 2001/08/03  12:07:58
21463         Log: Subject: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
21464              From: Abhijit Menon-Sen <ams@wiw.org>
21465              Date: Fri, 3 Aug 2001 06:38:11 +0530
21466              Message-ID: <20010803063811.A19266@lustre.dyn.wiw.org>
21467      Branch: perl
21468            ! hv.c
21469 ____________________________________________________________________________
21470 [ 11557] By: nick                                  on 2001/08/03  08:17:38
21471         Log: Integrate mainline
21472      Branch: perlio
21473           +> (branch 47 files)
21474            - lib/Switch/test.pl
21475           !> (integrate 49 files)
21476 ____________________________________________________________________________
21477 [ 11556] By: jhi                                   on 2001/08/02  22:46:22
21478         Log: Subject: [PATCH perl@11523] fix Showlex.t for VMS
21479              From: "Craig A. Berry" <craigberry@mac.com>
21480              Date: Thu, 02 Aug 2001 12:56:19 -0500
21481              Message-Id: <5.1.0.14.0.20010802124618.034c5008@exchi01>
21482      Branch: perl
21483            ! ext/B/Showlex.t
21484 ____________________________________________________________________________
21485 [ 11555] By: jhi                                   on 2001/08/02  22:29:34
21486         Log: Be more careful about non-existent files.
21487      Branch: perl
21488            ! lib/File/Copy.pm
21489 ____________________________________________________________________________
21490 [ 11554] By: jhi                                   on 2001/08/02  21:37:27
21491         Log: Subject: [PATCH resend] deparse empty formats
21492              From: Robin Houston <robin@kitsite.com> 
21493              Date: Thu, 2 Aug 2001 14:32:36 +0100
21494              Message-ID: <20010802143236.A894@robin.kitsite.com>
21495      Branch: perl
21496            ! ext/B/B/Deparse.pm
21497 ____________________________________________________________________________
21498 [ 11553] By: jhi                                   on 2001/08/02  16:37:32
21499         Log: Subject: [patch] ithreads + refto fix improvement
21500              From: Doug MacEachern <dougm@covalent.net>
21501              Date: Thu, 2 Aug 2001 09:41:53 -0700 (PDT)
21502              Message-ID: <Pine.LNX.4.21.0108020939030.8991-100000@mako.covalent.net>
21503      Branch: perl
21504            ! pp.c
21505 ____________________________________________________________________________
21506 [ 11552] By: jhi                                   on 2001/08/02  14:24:26
21507         Log: Readability nit from Abhijit.
21508      Branch: perl
21509            ! op.c
21510 ____________________________________________________________________________
21511 [ 11551] By: jhi                                   on 2001/08/02  14:22:31
21512         Log: setproctitle() API version nit from Anton Berezin.
21513      Branch: perl
21514            ! mg.c
21515 ____________________________________________________________________________
21516 [ 11550] By: jhi                                   on 2001/08/02  13:51:41
21517         Log: Add PerlCE to the docs.
21518      Branch: perl
21519            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
21520            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
21521 ____________________________________________________________________________
21522 [ 11549] By: jhi                                   on 2001/08/02  13:25:43
21523         Log: Integrate the PerlCE (WinCE Perl) port;
21524              kindly supplied by Rainer Keuchel <rkeuc@allgeier.com>.
21525      Branch: perl
21526            + README.ce wince/FindExt.pm wince/Makefile.ce
21527            + wince/README.compile wince/README.perlce wince/bin/exetype.pl
21528            + wince/bin/perlglob.pl wince/bin/pl2bat.pl wince/bin/runperl.pl
21529            + wince/bin/search.pl wince/config.ce wince/config.h
21530            + wince/config_H.ce wince/config_h.PL wince/config_sh.PL
21531            + wince/dl_win32.xs wince/include/arpa/inet.h
21532            + wince/include/cectype.h wince/include/errno.h
21533            + wince/include/netdb.h wince/include/sys/socket.h
21534            + wince/include/sys/stat.h wince/include/sys/types.h
21535            + wince/include/sys/utime.h wince/include/time.h wince/perl.ico
21536            + wince/perl.rc wince/perldll.def wince/perllib.c
21537            + wince/perlmain.c wince/registry.bat wince/runperl.c
21538            + wince/splittree.pl wince/win32.h wince/win32iop.h
21539            + wince/win32thread.c wince/win32thread.h wince/wince.c
21540            + wince/wince.h wince/wincesck.c wince/xbuildall.ksh
21541            + wince/xdistclean.ksh wince/xmakediffs.ksh
21542            ! MANIFEST perl.c perl.h perlio.c
21543 ____________________________________________________________________________
21544 [ 11548] By: jhi                                   on 2001/08/02  13:18:08
21545         Log: setproctitle() made simpler.  (This assumes the string is
21546              \0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
21547              should be used.  Note len, not len + 1.)  BSD-fu from Anton
21548              Berezin.
21549      Branch: perl
21550            ! mg.c
21551 ____________________________________________________________________________
21552 [ 11547] By: jhi                                   on 2001/08/02  12:49:54
21553         Log: Subject: [PATCH] -Wall cleanup: op.c
21554              From: Richard Soderberg <rs@oregonnet.com>
21555              Date: Thu, 2 Aug 2001 00:17:09 -0700
21556              Message-Id: <200108020717.AAA26895@oregonnet.com>
21557              
21558              Subject: [PATCH] -Wall cleanup: sv.c
21559              From: Richard Soderberg <rs@oregonnet.com>
21560              Date: Thu, 2 Aug 2001 00:49:21 -0700
21561              Message-Id: <200108020749.AAA27492@oregonnet.com>
21562      Branch: perl
21563            ! op.c sv.c
21564 ____________________________________________________________________________
21565 [ 11546] By: jhi                                   on 2001/08/02  00:53:34
21566         Log: Update Changes.
21567      Branch: perl
21568            ! Changes patchlevel.h
21569 ____________________________________________________________________________
21570 [ 11545] By: jhi                                   on 2001/08/02  00:48:55
21571         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
21572              From: Doug MacEachern <dougm@covalent.net>
21573              Date: Wed, 1 Aug 2001 18:34:44 -0700 (PDT)
21574              Message-ID: <Pine.LNX.4.21.0108011830080.8991-100000@mako.covalent.net>
21575      Branch: perl
21576            ! op.c
21577 ____________________________________________________________________________
21578 [ 11544] By: jhi                                   on 2001/08/01  23:08:41
21579         Log: The #11541 didn't work under threads.
21580      Branch: perl
21581            ! op.c
21582 ____________________________________________________________________________
21583 [ 11543] By: jhi                                   on 2001/08/01  22:46:41
21584         Log: Subject: Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
21585              From: Hugo <hv@crypt.compulink.co.uk>
21586              Date: Fri, 22 Jun 2001 01:19:08 +0100 
21587              Message-Id: <200106220019.BAA03365@crypt.compulink.co.uk>
21588              
21589              (Skip tests if accept() failed)
21590      Branch: perl
21591            ! ext/IO/lib/IO/t/io_unix.t
21592 ____________________________________________________________________________
21593 [ 11542] By: jhi                                   on 2001/08/01  22:40:09
21594         Log: Subject: [ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
21595              From: "Stian Seeberg" <sseeberg@nimsoft.no>
21596              Date: Mon, 30 Jul 2001 12:28:07 +0200
21597              Message-Id: <68236D3FC2D92347B466639324391D1A0432AB@PONDUS.nimsoft.no>
21598      Branch: perl
21599            ! perl.h
21600 ____________________________________________________________________________
21601 [ 11541] By: jhi                                   on 2001/08/01  22:38:31
21602         Log: Subject: Pluggable optimizer
21603              From: Simon Cozens <simon@netthink.co.uk>
21604              Date: Wed, 1 Aug 2001 13:57:02 -0700
21605              Message-ID: <20010801135702.I10442@netthink.co.uk>
21606      Branch: perl
21607            ! embedvar.h op.c perl.c perl.h perlapi.h sv.c thrdvar.h util.c
21608 ____________________________________________________________________________
21609 [ 11540] By: jhi                                   on 2001/08/01  22:29:54
21610         Log: Subject: [ID 20010801.039] perlre.pod message typo
21611              From: Autrijus Tang <autrijus@geb.elixus.org>
21612              Date: Thu, 2 Aug 2001 04:48:02 +0800 (CST)
21613              Message-Id: <200108012048.f71Km2r79890@geb.elixus.org>                         
21614      Branch: perl
21615            ! pod/perlre.pod
21616 ____________________________________________________________________________
21617 [ 11539] By: jhi                                   on 2001/08/01  16:32:52
21618         Log: Test for change #11536.
21619      Branch: perl
21620            ! t/op/tiehandle.t
21621 ____________________________________________________________________________
21622 [ 11538] By: jhi                                   on 2001/08/01  16:27:19
21623         Log: More test fixups for #11537.
21624      Branch: perl
21625            ! t/lib/warnings/4lint t/lib/warnings/9enabled
21626 ____________________________________________________________________________
21627 [ 11537] By: jhi                                   on 2001/08/01  16:26:25
21628         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
21629              From: Doug MacEachern <dougm@covalent.net>
21630              Date: Mon, 30 Jul 2001 17:38:50 -0700 (PDT)
21631              Message-ID: <Pine.LNX.4.21.0107301720310.25941-100000@mako.covalent.net>
21632      Branch: perl
21633            ! op.c t/TestInit.pm
21634 ____________________________________________________________________________
21635 [ 11536] By: jhi                                   on 2001/08/01  16:08:08
21636         Log: Subject: [patch] ithreads + refto bug
21637              From: Doug MacEachern <dougm@covalent.net>
21638              Date: Wed, 1 Aug 2001 09:47:28 -0700 (PDT)
21639              Message-ID: <Pine.LNX.4.21.0108010937240.7498-100000@mako.covalent.net>
21640              
21641              (Test in change #11539)
21642      Branch: perl
21643            ! pp.c
21644 ____________________________________________________________________________
21645 [ 11535] By: jhi                                   on 2001/08/01  16:05:56
21646         Log: Subject: [PATCH: perl@11523] fixups for t/harness
21647              From: Prymmer/Kahn <pvhp@best.com>
21648              Date: Wed, 1 Aug 2001 09:24:23 -0700 (PDT)
21649              Message-ID: <Pine.BSF.4.21.0108010910310.17655-100000@shell8.ba.best.com>
21650      Branch: perl
21651            ! t/harness
21652 ____________________________________________________________________________
21653 [ 11534] By: jhi                                   on 2001/08/01  16:00:45
21654         Log: Subject: [PATCH: perl@11523] add xsubpp and libnetcfg to installed *.bat files for win32 builds
21655              From: Prymmer/Kahn <pvhp@best.com>
21656              Date: Wed, 1 Aug 2001 09:07:13 -0700 (PDT)
21657              Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>
21658      Branch: perl
21659            ! win32/Makefile win32/makefile.mk
21660 ____________________________________________________________________________
21661 [ 11533] By: jhi                                   on 2001/08/01  13:38:29
21662         Log: Need to know the number of tests.
21663      Branch: perl
21664            ! t/run/exit.t
21665 ____________________________________________________________________________
21666 [ 11532] By: jhi                                   on 2001/08/01  13:04:31
21667         Log: Subject: Re: new exit tests on VMS
21668              From: "Craig A. Berry" <craigberry@mac.com>
21669              Date: Tue, 31 Jul 2001 12:19:29 -0500
21670              Message-Id: <5.1.0.14.0.20010731114845.03743008@mail.telocity.com>
21671      Branch: perl
21672            ! t/run/exit.t
21673 ____________________________________________________________________________
21674 [ 11531] By: jhi                                   on 2001/08/01  12:46:43
21675         Log: Retract #11530 (the dTHX is needed under threads)
21676      Branch: perl
21677            ! perlio.c
21678 ____________________________________________________________________________
21679 [ 11530] By: jhi                                   on 2001/08/01  12:39:35
21680         Log: (Retracted by #11531)
21681      Branch: perl
21682            ! perlio.c
21683 ____________________________________________________________________________
21684 [ 11529] By: jhi                                   on 2001/08/01  12:32:22
21685         Log: Subject: [PATCH 1/4] -Wall cleanups: unixish.h
21686              From: Richard Soderberg <rs@crystalflame.net>
21687              Date: Tue, 31 Jul 2001 23:16:22 -0700 (PDT) 
21688              Message-ID: <Pine.LNX.4.21.0107312313490.24341-100000@oregonnet.com>
21689      Branch: perl
21690            ! unixish.h
21691 ____________________________________________________________________________
21692 [ 11528] By: jhi                                   on 2001/08/01  12:18:59
21693         Log: Subject: [PATCH 5.7.2] Allow for long long in h2xs 
21694              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21695              Date: Tue, 31 Jul 2001 05:39:09 -0400
21696              Message-ID: <20010731053909.A1810@math.ohio-state.edu>
21697              
21698              (with a note about the case of UV being equal to long long)
21699      Branch: perl
21700            ! utils/h2xs.PL
21701 ____________________________________________________________________________
21702 [ 11527] By: jhi                                   on 2001/07/31  23:49:04
21703         Log: Subject: [PATCH perl@11487] fix fs.t for VMS
21704              From: "Craig A. Berry" <craigberry@mac.com>
21705              Date: Tue, 31 Jul 2001 14:57:43 -0500
21706              Message-Id: <5.1.0.14.0.20010731145015.03743008@exchi01>
21707      Branch: perl
21708            ! t/io/fs.t
21709 ____________________________________________________________________________
21710 [ 11526] By: jhi                                   on 2001/07/31  23:47:57
21711         Log: Fix for
21712              
21713              Subject: [ID 20010116.001] File::Copy truncates orig file 
21714              From: arbor@al37al08.telecel.pt
21715              Date: Tue, 16 Jan 2001 11:43:02 GMT
21716              Message-Id: <200101161143.AA11184@al37al08.telecel.pt>
21717              
21718              (copy($foo, $foo) would truncate $foo)
21719      Branch: perl
21720            ! lib/File/Copy.pm lib/File/Copy.t
21721 ____________________________________________________________________________
21722 [ 11525] By: jhi                                   on 2001/07/31  23:01:01
21723         Log: Metaconfig unit change for #11524.
21724      Branch: metaconfig/U/perl
21725            ! Extras.U
21726 ____________________________________________________________________________
21727 [ 11524] By: jhi                                   on 2001/07/31  23:00:36
21728         Log: Multiple modules didn't work; plus typo fixes.
21729      Branch: perl
21730            ! Configure
21731 ____________________________________________________________________________
21732 [ 11523] By: jhi                                   on 2001/07/31  15:29:58
21733         Log: Update Changes.
21734      Branch: perl
21735            ! Changes patchlevel.h
21736 ____________________________________________________________________________
21737 [ 11522] By: jhi                                   on 2001/07/31  15:25:35
21738         Log: Regen perlapi.
21739      Branch: perl
21740            ! pod/perlapi.pod
21741 ____________________________________________________________________________
21742 [ 11521] By: jhi                                   on 2001/07/31  15:19:01
21743         Log: Subject: Re: [PATCH sv.c] mortal doc thinko
21744              From: Dave Mitchell <davem@fdgroup.co.uk>
21745              Date: Tue, 31 Jul 2001 11:52:42 +0100 (BST)
21746              Message-Id: <200107311052.LAA14427@gizmo.fdgroup.co.uk>
21747      Branch: perl
21748            ! sv.c
21749 ____________________________________________________________________________
21750 [ 11520] By: jhi                                   on 2001/07/31  15:17:43
21751         Log: Regen toc.
21752      Branch: perl
21753            ! pod/perltoc.pod
21754 ____________________________________________________________________________
21755 [ 11519] By: jhi                                   on 2001/07/31  15:17:17
21756         Log: Regen Porting stuff.
21757      Branch: perl
21758            ! Porting/Glossary Porting/config.sh Porting/config_H
21759 ____________________________________________________________________________
21760 [ 11518] By: jhi                                   on 2001/07/31  14:16:08
21761         Log: Subject: [PATCH 5.7.2] Allow for GNU-isms in h2xs
21762              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21763              Date: Tue, 31 Jul 2001 05:34:38 -0400
21764              Message-ID: <20010731053438.A1754@math.ohio-state.edu>
21765      Branch: perl
21766            ! utils/h2xs.PL
21767 ____________________________________________________________________________
21768 [ 11517] By: jhi                                   on 2001/07/31  14:15:01
21769         Log: Metaconfig unit change for #11516. 
21770      Branch: metaconfig/U/perl
21771            ! gccvers.U
21772 ____________________________________________________________________________
21773 [ 11516] By: jhi                                   on 2001/07/31  14:14:35
21774         Log: Add -Wall in cflags, not in Configure.
21775              (This way -Wall affects only the core and the core XS,
21776              not user modules' XS.  Concern from Paul Marquess,
21777              implementation idea from Andy Dougherty.)
21778      Branch: perl
21779            ! Configure cflags.SH
21780 ____________________________________________________________________________
21781 [ 11515] By: jhi                                   on 2001/07/31  13:57:15
21782         Log: Metaconfig unit changes for #11514.
21783      Branch: metaconfig
21784            + U/modified/sysman.U
21785            ! U/installdirs/man1dir.U
21786 ____________________________________________________________________________
21787 [ 11514] By: jhi                                   on 2001/07/31  13:56:26
21788         Log: Subject: Configure's detection of system manual
21789              From: Sean Dague <sean@dague.net> 
21790              Date: Sun, 13 May 2001 15:53:15 -0400
21791              Message-ID: <20010513155315.A15833@underhill.dague.net>
21792      Branch: perl
21793            ! Configure
21794 ____________________________________________________________________________
21795 [ 11513] By: jhi                                   on 2001/07/31  03:23:01
21796         Log: Subject: [ID 20010621.004] Typo in perlobj.pod
21797              From: Autrijus Tang <autrijus@autrijus.org> 
21798              Date: Thu, 21 Jun 2001 23:56:48 +0800
21799              Message-Id: <20010621235648.A57340@not.autrijus.org>
21800      Branch: perl
21801            ! pod/perlobj.pod
21802 ____________________________________________________________________________
21803 [ 11512] By: jhi                                   on 2001/07/31  03:13:35
21804         Log: Subject: Typo in DB_File.pm
21805              From: "Philip Newton" <Philip.Newton@gmx.net>
21806              Date: Tue, 31 Jul 2001 06:19:35 +0200
21807              Message-Id: <200107310413.f6V4DmL11900@chaos.wustl.edu>
21808      Branch: perl
21809            ! ext/DB_File/DB_File.pm
21810 ____________________________________________________________________________
21811 [ 11511] By: jhi                                   on 2001/07/31  03:01:49
21812         Log: Subject: Re: [ID 20010529.002] typos in man page perlre 
21813              From: "Stephen P. Potter" <spp@spotter.yi.org>
21814              Date: Wed, 30 May 2001 13:59:34 -0400
21815              Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org>
21816      Branch: perl
21817            ! pod/perlre.pod
21818 ____________________________________________________________________________
21819 [ 11510] By: jhi                                   on 2001/07/31  02:13:58
21820         Log: eval "format foo=" would loop indefinitely; reported in
21821              
21822              Subject: A load of old rubbish
21823              From: Mike Guy <mjtg@cam.ac.uk>
21824              Date: Mon, 14 May 2001 16:12:22 +0100
21825              Message-Id: <E14zK1G-0003a2-00@virgo.cus.cam.ac.uk>
21826              
21827              (The core dumps reported in there already fixed.)
21828      Branch: perl
21829            ! toke.c
21830 ____________________________________________________________________________
21831 [ 11509] By: jhi                                   on 2001/07/31  00:37:49
21832         Log: Upgrade to Switch 2.04, now with Perl 6 given+when.
21833      Branch: perl
21834            + lib/Switch/Changes lib/Switch/README lib/Switch/t/given_when.t
21835            + lib/Switch/t/switch_case.t
21836            - lib/Switch/test.pl
21837            ! MANIFEST lib/Switch.pm
21838 ____________________________________________________________________________
21839 [ 11508] By: jhi                                   on 2001/07/31  00:17:38
21840         Log: Subject: [PATCH @11505] DB_File-1.78
21841              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
21842              Date: Mon, 30 Jul 2001 22:54:37 +0100
21843              Message-ID: <AIEAJICLCBDNAAOLLOKLGELNCLAA.Paul_Marquess@Yahoo.co.uk>
21844      Branch: perl
21845            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
21846            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
21847 ____________________________________________________________________________
21848 [ 11507] By: jhi                                   on 2001/07/30  23:11:10
21849         Log: Explain in more detail why -pipe and -fno-common are good.
21850      Branch: perl
21851            ! hints/darwin.sh
21852 ____________________________________________________________________________
21853 [ 11506] By: nick                                  on 2001/07/30  14:32:23
21854         Log: Integrate mainline
21855      Branch: perlio
21856           !> INSTALL Makefile.SH doio.c hints/darwin.sh
21857 ____________________________________________________________________________
21858 [ 11505] By: jhi                                   on 2001/07/30  14:14:39
21859         Log: Perl hasn't been putting man pages into $prefix/lib for
21860              a long time now; pointed out by Andy Dougherty. 
21861      Branch: perl
21862            ! hints/darwin.sh
21863 ____________________________________________________________________________
21864 [ 11504] By: jhi                                   on 2001/07/30  14:13:15
21865         Log: Document the extras Configure option.
21866      Branch: perl
21867            ! INSTALL
21868 ____________________________________________________________________________
21869 [ 11503] By: jhi                                   on 2001/07/30  13:52:14
21870         Log: Integrate change #11051 from macperl; O_RDONLY is not zero
21871              everywhere.
21872      Branch: perl
21873           !> doio.c
21874 ____________________________________________________________________________
21875 [ 11502] By: jhi                                   on 2001/07/30  13:45:27
21876         Log: Doubly guard against invoking CPAN if no extras defined,
21877              pointed out by H. Merijn Brand.
21878      Branch: perl
21879            ! Makefile.SH
21880 ____________________________________________________________________________
21881 [ 11501] By: pudge                                 on 2001/07/30  12:57:56
21882         Log: Fix O_RDONLY check to check for O_RDONLY.
21883      Branch: maint-5.6/macperl
21884            ! doio.c
21885 ____________________________________________________________________________
21886 [ 11500] By: pudge                                 on 2001/07/30  12:41:11
21887         Log: Integrate miscellaneous changes from maint-5.6/perl.
21888      Branch: maint-5.6/macperl
21889           !> MANIFEST t/TEST t/harness t/pod/testp2pt.pl t/run/runenv.t
21890 ____________________________________________________________________________
21891 [ 11499] By: nick                                  on 2001/07/30  06:52:42
21892         Log: Integrate mainline
21893      Branch: perlio
21894           +> macos/MacPerlTests.cmd macos/xsubpp.patch os2/perlrexx.c
21895           +> win32/sync_ext.pl
21896            - win32/sncfnmcs.pl
21897           !> (integrate 71 files)
21898 ____________________________________________________________________________
21899 [ 11498] By: jhi                                   on 2001/07/30  03:53:34
21900         Log: Update Changes.
21901      Branch: perl
21902            ! Changes patchlevel.h
21903 ____________________________________________________________________________
21904 [ 11497] By: jhi                                   on 2001/07/30  03:45:32
21905         Log: Now Configure -Dextras=Foo::Bar and "make install" will
21906              fetch and install Foo::Bar.
21907      Branch: perl
21908            ! Makefile.SH
21909 ____________________________________________________________________________
21910 [ 11496] By: jhi                                   on 2001/07/30  03:18:28
21911         Log: Metaconfig unit change for #11495.
21912      Branch: metaconfig/U/perl
21913            ! Extras.U
21914 ____________________________________________________________________________
21915 [ 11495] By: jhi                                   on 2001/07/30  03:18:01
21916         Log: extras.make, extras.test, and extras.install make targets.
21917      Branch: perl
21918            ! Configure Makefile.SH
21919 ____________________________________________________________________________
21920 [ 11494] By: jhi                                   on 2001/07/30  01:37:35
21921         Log: Metaconfig unit change for #11493.
21922      Branch: metaconfig/U/perl
21923            ! Extras.U
21924 ____________________________________________________________________________
21925 [ 11493] By: jhi                                   on 2001/07/30  01:37:14
21926         Log: Better to have the list of extras in $extras than 'define'.
21927      Branch: perl
21928            ! Configure
21929 ____________________________________________________________________________
21930 [ 11492] By: jhi                                   on 2001/07/30  01:33:16
21931         Log: The metaconfig unit change for #11490.
21932      Branch: metaconfig/U/perl
21933            + Extras.U
21934 ____________________________________________________________________________
21935 [ 11491] By: jhi                                   on 2001/07/30  01:32:54
21936         Log: Missed from #11490 (the required dependency).
21937      Branch: perl
21938            ! Makefile.SH
21939 ____________________________________________________________________________
21940 [ 11490] By: jhi                                   on 2001/07/30  01:32:02
21941         Log: Add the support of asking for extra modules or bundles of modules
21942              to be fetched from the CPAN and installed as a part of the Perl
21943              build process.  None of this installation is yet really done;
21944              only the list is asked, and saved away in extras.lst for
21945              the build and installation process to worry about later.
21946      Branch: perl
21947            ! Configure
21948 ____________________________________________________________________________
21949 [ 11489] By: jhi                                   on 2001/07/29  22:15:25
21950         Log: Beginnings of better Inf and NaN support.
21951              At least toke.c and sv.c still need quite a bit of work.
21952      Branch: perl
21953            ! numeric.c perl.h
21954 ____________________________________________________________________________
21955 [ 11488] By: jhi                                   on 2001/07/29  21:18:57
21956         Log: Top-level Makefile didn't honour OPTIMIZE.
21957      Branch: perl
21958            ! Makefile.SH
21959 ____________________________________________________________________________
21960 [ 11487] By: jhi                                   on 2001/07/29  20:56:04
21961         Log: Update Changes.
21962      Branch: perl
21963            ! Changes patchlevel.h
21964 ____________________________________________________________________________
21965 [ 11486] By: jhi                                   on 2001/07/29  20:38:09
21966         Log: Use Search::Dict 1.02 interface for charinfo().
21967      Branch: perl
21968            ! lib/UnicodeCD.pm
21969 ____________________________________________________________________________
21970 [ 11485] By: jhi                                   on 2001/07/29  20:37:11
21971         Log: Now also allow transforming the read lines before comparing them.
21972              (This will help UnicodeCD.) 
21973      Branch: perl
21974            ! lib/Search/Dict.pm
21975 ____________________________________________________________________________
21976 [ 11484] By: jhi                                   on 2001/07/29  20:03:13
21977         Log: Remove tiehandle code.
21978      Branch: perl
21979            ! lib/UnicodeCD.pm
21980 ____________________________________________________________________________
21981 [ 11483] By: jhi                                   on 2001/07/29  19:59:02
21982         Log: Allow specifying a comparison function for Search::Dict::look().
21983      Branch: perl
21984            ! lib/Search/Dict.pm
21985 ____________________________________________________________________________
21986 [ 11482] By: jhi                                   on 2001/07/29  18:55:04
21987         Log: Small UnicodeCD tweaks.
21988      Branch: perl
21989            ! lib/UnicodeCD.pm lib/UnicodeCD.t
21990 ____________________________________________________________________________
21991 [ 11481] By: jhi                                   on 2001/07/29  17:14:19
21992         Log: Subject: [PATCH @11446] UnicodeCD::charinfo
21993              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
21994              Date: Tue, 24 Jul 2001 01:51:32 +0900
21995              Message-Id: <20010724015114.CF4D.BQW10602@nifty.com>
21996      Branch: perl
21997            ! lib/UnicodeCD.pm lib/UnicodeCD.t
21998 ____________________________________________________________________________
21999 [ 11480] By: jhi                                   on 2001/07/29  16:55:58
22000         Log: Subject: [PATCH] installperl
22001              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
22002              Date: Fri, 27 Jul 2001 19:05:04 -0700
22003              Message-Id: <F7912758-82FC-11D5-BFC6-003065D59FBA@thor.sbay.org>
22004      Branch: perl
22005            ! installperl
22006 ____________________________________________________________________________
22007 [ 11479] By: jhi                                   on 2001/07/29  16:52:52
22008         Log: Subject: [PATCH] Set proper compatibility versions in core
22009              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
22010              Date: Fri, 27 Jul 2001 20:01:49 -0700
22011              Message-Id: <E3A6C66A-8304-11D5-BFC6-003065D59FBA@thor.sbay.org>
22012      Branch: perl
22013            ! Makefile.SH
22014 ____________________________________________________________________________
22015 [ 11478] By: jhi                                   on 2001/07/29  16:50:55
22016         Log: Metaconfig unit change for #11477.
22017      Branch: metaconfig/U/perl
22018            ! dlsrc.U
22019 ____________________________________________________________________________
22020 [ 11477] By: jhi                                   on 2001/07/29  16:50:35
22021         Log: Subject: [PATCH] Darwin: -fpic not so good
22022              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
22023              Date: Fri, 27 Jul 2001 18:57:38 -0700
22024              Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org>
22025      Branch: perl
22026            ! Configure
22027 ____________________________________________________________________________
22028 [ 11476] By: jhi                                   on 2001/07/29  16:44:03
22029         Log: Subject: [PATCH] Clean up Darwin hints
22030              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
22031              Date: Fri, 27 Jul 2001 19:13:15 -0700
22032              Message-Id: <1A70CA3F-82FE-11D5-BFC6-003065D59FBA@thor.sbay.org>
22033      Branch: perl
22034            ! hints/darwin.sh
22035 ____________________________________________________________________________
22036 [ 11475] By: jhi                                   on 2001/07/29  16:28:45
22037         Log: Subject: [PATCH split()] split()'s unused captures should be undef, not ''
22038              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
22039              Date: Fri, 27 Jul 2001 14:00:37 -0400 (EDT)
22040              Message-ID: <Pine.GSO.4.21.0107271358310.28213-100000@crusoe.crusoe.net>
22041      Branch: perl
22042            ! pod/perlfunc.pod pp.c t/op/split.t
22043 ____________________________________________________________________________
22044 [ 11474] By: jhi                                   on 2001/07/29  16:27:54
22045         Log: Subject: [PATCH perlvar.pod] $^N foolery as well
22046              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
22047              Date: Thu, 26 Jul 2001 20:03:12 -0400 (EDT)
22048              Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net>
22049      Branch: perl
22050            ! pod/perlvar.pod
22051 ____________________________________________________________________________
22052 [ 11473] By: jhi                                   on 2001/07/29  16:27:00
22053         Log: Subject: [PATCH] fixes to constant.pm documentation
22054              From: Ilmari Karonen <iltzu@sci.fi>
22055              Date: Tue, 24 Jul 2001 16:44:24 +0300 (EET DST)
22056              Message-ID: <Pine.SOL.3.96.1010724163055.6822A-100000@simpukka>
22057      Branch: perl
22058            ! lib/constant.pm
22059 ____________________________________________________________________________
22060 [ 11472] By: jhi                                   on 2001/07/28  18:39:03
22061         Log: Subject: [DOC PATCH bleadperl] perlport.pod and C<..">>"...>
22062              From: "Philip Newton" <Philip.Newton@gmx.net>
22063              Date: Fri, 27 Jul 2001 07:51:10 +0200
22064              Message-Id: <200107270548.f6R5mJL09063@chaos.wustl.edu>
22065      Branch: perl
22066            ! pod/perlport.pod
22067 ____________________________________________________________________________
22068 [ 11471] By: nick                                  on 2001/07/26  06:23:32
22069         Log: Subject:  [PATCH] Doc fix for perlguts / threading
22070              From:  Arthur Bergman <arthur@contiller.se>
22071              Date:  Wed, 25 Jul 2001 11:28:23 +0200
22072              Message-Id:  <B7845DD6.2812%arthur@contiller.se>
22073      Branch: perl
22074            ! pod/perlguts.pod
22075 ____________________________________________________________________________
22076 [ 11470] By: nick                                  on 2001/07/26  06:21:06
22077         Log: Subject:  [DOC PATCH bleadperl] INSTALL: README for Unix systems exist
22078              From:  Philip Newton <Philip.Newton@gmx.net>
22079              Date:  Wed, 25 Jul 2001 08:19:47 +0200
22080              Message-Id:  <E15PHy4-0000cR-00@mserv1f.vianw.co.uk>
22081      Branch: perl
22082            ! INSTALL
22083 ____________________________________________________________________________
22084 [ 11469] By: nick                                  on 2001/07/26  06:20:25
22085         Log: Subject:  [DOC PATCH bleadperl] typo in INSTALL?
22086              From:  Philip Newton <Philip.Newton@gmx.net>
22087              Date:  Wed, 25 Jul 2001 08:12:48 +0200
22088              Message-Id:  <E15PHrJ-00003f-00@mserv1f.vianw.co.uk>
22089      Branch: perl
22090            ! INSTALL
22091 ____________________________________________________________________________
22092 [ 11468] By: jhi                                   on 2001/07/25  01:39:11
22093         Log: More +x.
22094      Branch: perl
22095            ! Porting/makerel
22096 ____________________________________________________________________________
22097 [ 11467] By: jhi                                   on 2001/07/24  16:05:34
22098         Log: Update Changes.
22099      Branch: perl
22100            ! Changes patchlevel.h
22101 ____________________________________________________________________________
22102 [ 11466] By: jhi                                   on 2001/07/24  15:40:28
22103         Log: Subject: [PATCH bleadperl os2/perlrexx.c] my C compiler has no HTML parser
22104              From: "Philip Newton" <Philip.Newton@gmx.net>
22105              Date: Tue, 24 Jul 2001 06:45:55 +0200
22106              Message-ID: <20010724.064500@ID-11583.news.dfncis.de>
22107      Branch: perl
22108            ! os2/perlrexx.c
22109 ____________________________________________________________________________
22110 [ 11465] By: jhi                                   on 2001/07/24  15:37:48
22111         Log: Subject: [PATCH: perl@11446] add io/fs.t to vmsperl test suite
22112              From: Peter Prymmer <pvhp@forte.com>
22113              Date: Mon, 23 Jul 2001 16:58:30 -0700 (PDT)
22114              Message-ID: <Pine.OSF.4.10.10107231643480.401242-100000@aspara.forte.com>
22115      Branch: perl
22116            ! pod/perlport.pod t/io/fs.t vms/test.com
22117 ____________________________________________________________________________
22118 [ 11464] By: jhi                                   on 2001/07/24  02:58:20
22119         Log: Workaround on Cwd bootstrap problem.
22120      Branch: perl
22121            ! lib/ExtUtils/MakeMaker.pm
22122 ____________________________________________________________________________
22123 [ 11463] By: jhi                                   on 2001/07/23  23:11:41
22124         Log: When in Rome, quote like the Romans do.
22125      Branch: perl
22126            ! cflags.SH
22127 ____________________________________________________________________________
22128 [ 11462] By: jhi                                   on 2001/07/23  23:04:02
22129         Log: Subject: [PATCH 5.7.2] OS/2 multi-architecture
22130              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22131              Date: Mon, 23 Jul 2001 19:29:49 -0400
22132              Message-ID: <20010723192949.A14802@math.ohio-state.edu>
22133      Branch: perl
22134            + os2/perlrexx.c
22135            ! MANIFEST configpm makedef.pl mg.c os2/Makefile.SHs
22136            ! os2/OS2/REXX/t/rx_vrexx.t os2/os2.c os2/os2ish.h perl.c
22137            ! t/op/write.t
22138 ____________________________________________________________________________
22139 [ 11461] By: jhi                                   on 2001/07/23  22:58:15
22140         Log: Subject: [PATCH 5.7.2] MakeMaker FIRST_MAKEFILE and subdir
22141              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22142              Date: Mon, 23 Jul 2001 18:43:42 -0400
22143              Message-ID: <20010723184342.A14494@math.ohio-state.edu>
22144      Branch: perl
22145            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
22146 ____________________________________________________________________________
22147 [ 11460] By: jhi                                   on 2001/07/23  22:54:52
22148         Log: Subject: [PATCH 5.7.2] MakeMaker subdir
22149              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22150              Date: Mon, 23 Jul 2001 18:33:16 -0400
22151              Message-ID: <20010723183316.A14298@math.ohio-state.edu>
22152      Branch: perl
22153            ! lib/ExtUtils/MakeMaker.pm
22154 ____________________________________________________________________________
22155 [ 11459] By: jhi                                   on 2001/07/23  22:52:02
22156         Log: Subject: [PATCH 5.7.2] OPTIMIZE= during perl make
22157              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22158              Date: Mon, 23 Jul 2001 18:20:35 -0400
22159              Message-ID: <20010723182035.A14192@math.ohio-state.edu>
22160      Branch: perl
22161            ! Makefile.SH cflags.SH
22162 ____________________________________________________________________________
22163 [ 11458] By: jhi                                   on 2001/07/23  22:41:19
22164         Log: Subject: [PATCH] Print CONFIGURE params in ExtUtils::MakeMaker output
22165              From: "David D. Kilzer" <ddkilzer@lubricants-oil.com>
22166              Date: Mon, 23 Jul 2001 11:32:17 -0500
22167              Message-ID: <20010723113217.A28614@elbonia.lubricants-oil.com>
22168      Branch: perl
22169            ! lib/ExtUtils/MakeMaker.pm
22170 ____________________________________________________________________________
22171 [ 11457] By: jhi                                   on 2001/07/23  21:22:36
22172         Log: Subject: [PATCH 5.7.2] debug reloading selfloaded stuff
22173              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22174              Date: Mon, 23 Jul 2001 18:13:20 -0400
22175              Message-ID: <20010723181320.A14005@math.ohio-state.edu>
22176      Branch: perl
22177            ! lib/perl5db.pl
22178 ____________________________________________________________________________
22179 [ 11456] By: jhi                                   on 2001/07/23  21:19:28
22180         Log: Subject: [PATCH 5.7.2] debugging selfloaded stuff
22181              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22182              Date: Mon, 23 Jul 2001 18:07:40 -0400
22183              Message-ID: <20010723180740.A13960@math.ohio-state.edu>
22184      Branch: perl
22185            ! op.c
22186 ____________________________________________________________________________
22187 [ 11455] By: jhi                                   on 2001/07/23  21:13:12
22188         Log: Subject: [PATCH perl@11446] util.c: return required in Perl_my_fork
22189              From: "Craig A. Berry" <craigberry@mac.com>
22190              Date: Mon, 23 Jul 2001 15:35:06 -0500
22191              Message-Id: <5.1.0.14.0.20010723152732.02ad4470@exchi01>
22192      Branch: perl
22193            ! util.c
22194 ____________________________________________________________________________
22195 [ 11454] By: jhi                                   on 2001/07/23  21:09:13
22196         Log: Subject: [PATCH perlfaq9.pod typo]
22197              From: "Larry Shatzer, Jr." <lshatzer@islanddata.com>
22198              Date: Mon, 23 Jul 2001 07:49:05 -0700
22199              Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER>
22200      Branch: perl
22201            ! pod/perlfaq9.pod
22202 ____________________________________________________________________________
22203 [ 11453] By: jhi                                   on 2001/07/23  21:06:42
22204         Log: Subject: win32\sncfnmcs.pl corrections
22205              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
22206              Date: Mon, 23 Jul 2001 12:56:54 +0200
22207              Message-ID: <E3FB32585BF1D411B9E900805FF51A080C1C5D@RU0022EXCH001U>
22208              
22209              Rename the script a little bit more sensibly.
22210      Branch: perl
22211            + win32/sync_ext.pl
22212            - win32/sncfnmcs.pl
22213            ! MANIFEST README.win32
22214 ____________________________________________________________________________
22215 [ 11452] By: jhi                                   on 2001/07/23  17:22:37
22216         Log: Test tweak.
22217      Branch: perl
22218            ! ext/B/Deparse.t
22219 ____________________________________________________________________________
22220 [ 11451] By: jhi                                   on 2001/07/23  17:10:52
22221         Log: Metaconfig unit tweak for #11450.
22222      Branch: metaconfig/U/perl
22223            ! Mksymlinks.U
22224 ____________________________________________________________________________
22225 [ 11450] By: jhi                                   on 2001/07/23  17:09:46
22226         Log: Too volatile failsafe check.
22227      Branch: perl
22228            ! Configure
22229 ____________________________________________________________________________
22230 [ 11449] By: jhi                                   on 2001/07/23  16:53:59
22231         Log: Further doc tweaks.
22232      Branch: perl
22233            ! lib/UnicodeCD.pm
22234 ____________________________________________________________________________
22235 [ 11448] By: jhi                                   on 2001/07/23  05:26:50
22236         Log: Doc tweaks.
22237      Branch: perl
22238            ! lib/UnicodeCD.pm
22239 ____________________________________________________________________________
22240 [ 11447] By: jhi                                   on 2001/07/23  04:57:49
22241         Log: Doc tweakery from Abhijit.
22242      Branch: perl
22243            ! Porting/repository.pod
22244 ____________________________________________________________________________
22245 [ 11446] By: jhi                                   on 2001/07/22  15:41:02
22246         Log: An accidental empty line.
22247      Branch: perl
22248            ! MANIFEST
22249 ____________________________________________________________________________
22250 [ 11445] By: jhi                                   on 2001/07/22  15:38:30
22251         Log: Missing MANIFESTations.
22252      Branch: perl
22253            ! MANIFEST
22254 ____________________________________________________________________________
22255 [ 11444] By: jhi                                   on 2001/07/22  15:30:10
22256         Log: Update Changes.
22257      Branch: perl
22258            ! Changes patchlevel.h
22259 ____________________________________________________________________________
22260 [ 11443] By: jhi                                   on 2001/07/22  15:02:11
22261         Log: Subject: Re: Typo in Porting/pumpkin/pod ?
22262              From: Mike Guy <mjtg@cam.ac.uk>
22263              Date: Fri, 20 Jul 2001 16:12:49 +0100
22264              Message-Id: <E15NbxR-0006HD-00@draco.cus.cam.ac.uk>
22265      Branch: perl
22266            ! Porting/pumpkin.pod
22267 ____________________________________________________________________________
22268 [ 11442] By: jhi                                   on 2001/07/22  14:58:33
22269         Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
22270              From: Peter Prymmer <pvhp@forte.com>
22271              Date: Fri, 20 Jul 2001 17:04:55 -0700 (PDT)
22272              Message-ID: <Pine.OSF.4.10.10107201650510.144528-100000@aspara.forte.com>
22273      Branch: perl
22274            ! pod/perlhack.pod
22275 ____________________________________________________________________________
22276 [ 11441] By: jhi                                   on 2001/07/22  14:54:29
22277         Log: Subject: [PATCH Test.pm] Getting rid of the expected "UNEXPECTEDLY SUCCEEDED"
22278              From: Michael G Schwern <schwern@pobox.com>
22279              Date: Fri, 20 Jul 2001 20:22:35 -0400
22280              Message-ID: <20010720202235.O4498@blackrider>
22281      Branch: perl
22282            ! lib/Test.pm lib/Test/t/mix.t lib/Test/t/success.t
22283            ! lib/Test/t/todo.t
22284 ____________________________________________________________________________
22285 [ 11440] By: jhi                                   on 2001/07/22  14:51:14
22286         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
22287              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
22288              Message-Id: <200107210559.WAA09160@ventrue.corp.yahoo.com>
22289              Date: Fri, 20 Jul 2001 22:59:25 -0700 (PDT)
22290      Branch: perl
22291            ! ext/POSIX/POSIX.pod
22292 ____________________________________________________________________________
22293 [ 11439] By: jhi                                   on 2001/07/22  14:49:25
22294         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]? 
22295              From: Mark-Jason Dominus <mjd@plover.com>
22296              Date: Fri, 20 Jul 2001 23:16:54 -0400
22297              Message-ID: <20010721031654.21877.qmail@plover.com>
22298      Branch: perl
22299            ! ext/POSIX/POSIX.pod
22300 ____________________________________________________________________________
22301 [ 11438] By: jhi                                   on 2001/07/22  14:41:58
22302         Log: Subject: Re: [PATCH O.pm] avoid to clutter output with -l
22303              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22304              Date: Sun, 22 Jul 2001 14:56:09 +0200
22305              Message-ID: <20010722145609.A766@rafael>
22306      Branch: perl
22307            ! ext/B/O.pm
22308 ____________________________________________________________________________
22309 [ 11437] By: jhi                                   on 2001/07/22  14:39:07
22310         Log: Subject: regexec.c #define cleanup
22311              From: Mark-Jason Dominus <mjd@plover.com>
22312              Date: Sat, 21 Jul 2001 18:33:25 -0400
22313              Message-ID: <20010721223325.3069.qmail@plover.com>
22314      Branch: perl
22315            ! regexec.c
22316 ____________________________________________________________________________
22317 [ 11436] By: jhi                                   on 2001/07/22  14:36:43
22318         Log: Subject: [PATCH: perl@11373] Win32 update for t/io/fs.t (may effect NetWare)
22319              From: Prymmer/Kahn <pvhp@best.com>
22320              Date: Sat, 21 Jul 2001 12:08:29 -0700 (PDT)
22321              Message-ID: <Pine.BSF.4.21.0107211156160.17271-100000@shell8.ba.best.com>
22322      Branch: perl
22323            ! t/io/fs.t
22324 ____________________________________________________________________________
22325 [ 11435] By: jhi                                   on 2001/07/22  00:22:51
22326         Log: Typo in #11432.
22327      Branch: perl
22328            ! ext/POSIX/POSIX.t
22329 ____________________________________________________________________________
22330 [ 11434] By: jhi                                   on 2001/07/21  23:12:26
22331         Log: Integrate (manually) change #11424 from macperl.
22332      Branch: perl
22333            ! ext/Filter/t/call.t
22334 ____________________________________________________________________________
22335 [ 11433] By: jhi                                   on 2001/07/21  23:07:43
22336         Log: Integrate change #11408 from macperl.
22337      Branch: perl
22338           !> README.macos pod/perlport.pod
22339 ____________________________________________________________________________
22340 [ 11432] By: jhi                                   on 2001/07/21  23:02:30
22341         Log: Integrate change #11388 from macperl (the *.t parts needed hand massage).
22342      Branch: perl
22343           +> macos/MacPerlTests.cmd macos/xsubpp.patch
22344            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
22345            ! ext/DB_File/t/db-recno.t ext/NDBM_File/ndbm.t
22346            ! ext/POSIX/POSIX.t
22347 ____________________________________________________________________________
22348 [ 11431] By: gsar                                  on 2001/07/21  05:03:44
22349         Log: pod/*.t tests not picked up by t/TEST either
22350      Branch: maint-5.6/perl
22351            ! t/TEST
22352 ____________________________________________________________________________
22353 [ 11430] By: gsar                                  on 2001/07/21  04:58:12
22354         Log: better tweak for change#11429 (windows has both / and \ separated
22355              paths in @INC at that point)
22356      Branch: maint-5.6/perl
22357            ! t/pod/testp2pt.pl
22358 ____________________________________________________________________________
22359 [ 11429] By: gsar                                  on 2001/07/21  04:41:15
22360         Log: MacOS pod test tweak needs \Escape
22361      Branch: maint-5.6/perl
22362            ! t/pod/testp2pt.pl
22363 ____________________________________________________________________________
22364 [ 11428] By: gsar                                  on 2001/07/21  04:39:34
22365         Log: run/runenv.t needs fflushNULL sanity (t/TEST is too dumb to detect
22366              resulting duplicate output, but t/harness isn't)
22367      Branch: maint-5.6/perl
22368            ! t/run/runenv.t
22369 ____________________________________________________________________________
22370 [ 11427] By: gsar                                  on 2001/07/21  04:37:26
22371         Log: t/harness wasn't picking up all the tests
22372      Branch: maint-5.6/perl
22373            ! t/harness
22374 ____________________________________________________________________________
22375 [ 11426] By: gsar                                  on 2001/07/21  04:09:26
22376         Log: update MANIFEST for new file
22377      Branch: maint-5.6/perl
22378            ! MANIFEST
22379 ____________________________________________________________________________
22380 [ 11425] By: gsar                                  on 2001/07/21  04:07:46
22381         Log: integrate maint-5.6/macperl changes into maint-5.6/perl, with
22382              the exception of the macperl/macos/... tree
22383      Branch: maint-5.6/perl
22384           +> t/lib/filefind-taint.t
22385           !> (integrate 72 files)
22386 ____________________________________________________________________________
22387 [ 11424] By: pudge                                 on 2001/07/20  18:55:25
22388         Log: Fix test.
22389      Branch: maint-5.6/macperl
22390            ! macos/bundled_ext/Filter/t/call.t
22391 ____________________________________________________________________________
22392 [ 11423] By: gsar                                  on 2001/07/20  18:38:48
22393         Log: Make perl fork()-safe (in a slightly limited way) even on
22394              platforms that don't have pthread_atfork() (extension of
22395              the fix in change#11151).
22396              
22397              Note that this will not help extensions that call fork()
22398              directly in C, or that link to libraries that call fork()
22399              directly.  Such cases must be fixed to either call
22400              PerlProc_fork(), or call atfork_lock() in parent before the
22401              calling the function that forks and call atfork_unlock()
22402              in both parent and child immediately after the fork().
22403              (There are no worries if C code calls exec() in the child
22404              immediately after a fork().  Only cases where the child
22405              calls perl's API functions (including New()) after the
22406              fork() are problematic.)
22407              
22408              This change also eliminates the use of vfork() from perl,
22409              since all such uses were violating the severe restrictions
22410              on modifying the state of the process between the vfork()
22411              and the exec().
22412              
22413              This is a modified version of patches suggested by Abhijit
22414              Menon-Sen and Richard Soderberg.
22415      Branch: perl
22416            ! embed.h embed.pl global.sym iperlsys.h miniperlmain.c
22417            ! objXSUB.h perl.c perlapi.c pp_sys.c proto.h thread.h util.c
22418 ____________________________________________________________________________
22419 [ 11422] By: pudge                                 on 2001/07/20  18:16:37
22420         Log: Add Filter::Util::Call, Class::ISA, Digest, Filter::Simple,
22421              Switch, and Text::Balanced.
22422      Branch: maint-5.6/macperl
22423            + macos/bundled_ext/Filter/Util/Call/Call.pm
22424            + macos/bundled_ext/Filter/Util/Call/Call.xs
22425            + macos/bundled_ext/Filter/Util/Call/Makefile.PL
22426            + macos/bundled_ext/Filter/t/MyFilter.pm
22427            + macos/bundled_ext/Filter/t/call.t
22428            + macos/bundled_ext/Filter/t/filter-util.pl
22429            + macos/bundled_lib/blib/lib/Class/ISA.pm
22430            + macos/bundled_lib/blib/lib/Digest.pm
22431            + macos/bundled_lib/blib/lib/Filter/Simple.pm
22432            + macos/bundled_lib/blib/lib/Switch.pm
22433            + macos/bundled_lib/blib/lib/Text/Balanced.pm
22434            + macos/bundled_lib/blib/lib/Text/Balanced.pod
22435            + macos/bundled_lib/t/Class/ISA/test.pl
22436            + macos/bundled_lib/t/Digest/Digest.t
22437            + macos/bundled_lib/t/Filter/Simple/test.pl
22438            + macos/bundled_lib/t/Switch/test.pl
22439            + macos/bundled_lib/t/Text/Balanced/t/genxt.t
22440            + macos/bundled_lib/t/Text/Balanced/t/xbrak.t
22441            + macos/bundled_lib/t/Text/Balanced/t/xcode.t
22442            + macos/bundled_lib/t/Text/Balanced/t/xdeli.t
22443            + macos/bundled_lib/t/Text/Balanced/t/xmult.t
22444            + macos/bundled_lib/t/Text/Balanced/t/xquot.t
22445            + macos/bundled_lib/t/Text/Balanced/t/xtagg.t
22446            + macos/bundled_lib/t/Text/Balanced/t/xvari.t
22447 ____________________________________________________________________________
22448 [ 11421] By: pudge                                 on 2001/07/20  18:03:28
22449         Log: Add Filter::Util::Call to config/make files; edit utils
22450              to recognize the module (it was descended too far down).
22451              Bump version to 5.6.1a4.
22452      Branch: maint-5.6/macperl
22453            ! macos/InstallBLIB macos/MPVersion.r macos/Makefile.mk
22454            ! macos/config.sh macos/lib/ExtUtils/MM_MacOS.pm
22455            ! macos/macperl/Makefile.mk macos/xsubpp.patch
22456 ____________________________________________________________________________
22457 [ 11420] By: pudge                                 on 2001/07/20  18:02:05
22458         Log: Make DB_File the default for MLDBM on MacOS.
22459      Branch: maint-5.6/macperl
22460            ! macos/bundled_lib/blib/lib/MLDBM.pm
22461 ____________________________________________________________________________
22462 [ 11419] By: nick                                  on 2001/07/20  14:51:03
22463         Log: Subject:  [PATCH UnicodeCD.pm] Fix erronous documentation
22464              From:  Simon Cozens <simon@netthink.co.uk>
22465              Date:  Fri, 20 Jul 2001 11:42:35 -0400
22466              Message-Id:  <20010720114235.A5235@netthink.co.uk>
22467      Branch: perl
22468            ! lib/UnicodeCD.pm
22469 ____________________________________________________________________________
22470 [ 11418] By: nick                                  on 2001/07/20  14:48:12
22471         Log: Subject:  [PATCH regcomp.h] adds a comment
22472              From:  Abhijit Menon-Sen <ams@wiw.org>
22473              Date:  Fri, 20 Jul 2001 21:05:37 +0530
22474              Message-Id:  <20010720210537.A7678@lustre.dyn.wiw.org>
22475      Branch: perl
22476            ! regcomp.h
22477 ____________________________________________________________________________
22478 [ 11417] By: nick                                  on 2001/07/20  14:16:38
22479         Log: Subject:  [PATCH 5.7.2] INSTALL updates
22480              From:  Andy Dougherty <doughera@lafayette.edu>
22481              Date:  Fri, 20 Jul 2001 11:01:40 -0400 (EDT)
22482              Message-Id:  <Pine.SOL.4.10.10107201059510.16494-100000@maxwell.phys.lafayette.edu>
22483      Branch: perl
22484            ! INSTALL
22485 ____________________________________________________________________________
22486 [ 11416] By: nick                                  on 2001/07/20  06:44:44
22487         Log: Subject:  Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
22488              From:  Russ Allbery <rra@stanford.edu>
22489              Date:  19 Jul 2001 15:52:37 -0700
22490              Message-Id:  <ylvgko4jm2.fsf@windlord.stanford.edu>
22491      Branch: perl
22492            ! lib/Pod/Man.pm
22493 ____________________________________________________________________________
22494 [ 11415] By: nick                                  on 2001/07/20  06:35:11
22495         Log: Subject:  [PATCH] defer op_seq allocation
22496              From:  Abhijit Menon-Sen <ams@wiw.org>
22497              Date:  Thu, 19 Jul 2001 22:12:24 +0530
22498              Message-Id:  <20010719221224.A13786@lustre.dyn.wiw.org>
22499      Branch: perl
22500            ! op.c
22501 ____________________________________________________________________________
22502 [ 11414] By: nick                                  on 2001/07/20  06:23:36
22503         Log: Subject:  [PATCH] prototype for Time::HiRes::sleep()
22504              From:  Abhijit Menon-Sen <ams@wiw.org>
22505              Date:  Fri, 20 Jul 2001 01:18:50 +0530
22506              Message-Id:  <20010720011850.A19650@lustre.dyn.wiw.org>
22507              (Private e-mail)
22508      Branch: perl
22509            ! ext/Time/HiRes/HiRes.xs
22510 ____________________________________________________________________________
22511 [ 11413] By: nick                                  on 2001/07/20  06:18:53
22512         Log: Integrate mainline
22513      Branch: perlio
22514           +> ext/Encode/Encode/euc-jp-0212.enc t/lib/commonsense.t
22515            - t/base/commonsense.t
22516           !> MANIFEST doio.c ext/B/B/Deparse.pm ext/Encode/Encode/Tcl.pm
22517           !> ext/POSIX/POSIX.t ext/Time/HiRes/HiRes.xs gv.c hints/darwin.sh
22518           !> hints/rhapsody.sh numeric.c pod/perlfunc.pod pod/perlhack.pod
22519           !> pod/perlre.pod pp_sys.c sv.c t/README t/op/arith.t
22520           !> t/op/sprintf.t thread.h utils/h2xs.PL win32/perlhost.h
22521           !> win32/win32.c
22522 ____________________________________________________________________________
22523 [ 11412] By: nick                                  on 2001/07/19  06:44:27
22524         Log: Integrate win32/perlhost.h from maintenance branch.
22525              (Rest of $ENV{PATH} / system() fix.)
22526      Branch: perl
22527           !> win32/perlhost.h
22528 ____________________________________________________________________________
22529 [ 11411] By: nick                                  on 2001/07/19  06:41:34
22530         Log: Subject:  [DOC PATCH bleadperl] its vs it's in perlhack.pod
22531              From:  Philip Newton <Philip.Newton@gmx.net>
22532              Date:  Wed, 18 Jul 2001 21:43:57 +0200
22533              Message-Id:  <E15Mx9y-0007Oz-00@mserv1b.vianw.co.uk>
22534      Branch: perl
22535            ! pod/perlhack.pod
22536 ____________________________________________________________________________
22537 [ 11410] By: nick                                  on 2001/07/19  06:39:35
22538         Log: Subject:  Security hole in taint checking in open()
22539              From:  deekoo@tentacle.net
22540              Date:  Thu, 19 Jul 2001 00:03:46 -0700 (PDT)
22541              Message-Id:  <Pine.LNX.4.33.0107182248330.11996-100000@chaos.tentacle.net>
22542      Branch: perl
22543            ! doio.c
22544 ____________________________________________________________________________
22545 [ 11409] By: nick                                  on 2001/07/19  06:28:08
22546         Log: Subject:  [PATCH] Re: Time::HiRes qw(sleep) fails
22547              From:  Abhijit Menon-Sen <ams@wiw.org>
22548              Date:  Thu, 19 Jul 2001 04:30:43 +0530
22549              Message-Id:  <20010719043043.A10327@lustre.dyn.wiw.org>
22550      Branch: perl
22551            ! ext/Time/HiRes/HiRes.xs
22552 ____________________________________________________________________________
22553 [ 11408] By: pudge                                 on 2001/07/19  03:27:36
22554         Log: Update docs with latest implementation information and new URLs.
22555      Branch: maint-5.6/macperl
22556            ! README.macos pod/perlport.pod
22557 ____________________________________________________________________________
22558 [ 11407] By: pudge                                 on 2001/07/19  02:35:46
22559         Log: Add Time::HiRes, and add default Makefile.mk for Digest::MD5.
22560              Fix BuildRules to accept optimization variables.
22561      Branch: maint-5.6/macperl
22562            + macos/bundled_ext/Digest/MD5/Makefile.mk
22563            ! macos/BuildRules.mk macos/Makefile.mk
22564            ! macos/bundled_ext/Time/HiRes/HiRes.xs macos/config.sh
22565            ! macos/macish.c macos/macish.h macos/macperl/Makefile.mk
22566 ____________________________________________________________________________
22567 [ 11406] By: pudge                                 on 2001/07/19  01:11:39
22568         Log: Integrate changes 11399,11401
22569      Branch: maint-5.6/macperl
22570           !> win32/perlhost.h win32/win32.c
22571 ____________________________________________________________________________
22572 [ 11405] By: nick                                  on 2001/07/18  06:50:33
22573         Log: Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes (11399, 11400)
22574              from perl5.6*
22575      Branch: perl
22576           !> win32/perlhost.h win32/win32.c
22577 ____________________________________________________________________________
22578 [ 11404] By: nick                                  on 2001/07/18  06:43:59
22579         Log: Subject:  Re: Perl 5.7.2 Has Been Released 
22580              From:  hv@crypt0.demon.co.uk
22581              Date:  Wed, 18 Jul 2001 05:58:46 +0100
22582              Message-Id:  <200107180458.f6I4wlJ19966@crypt0.demon.co.uk>
22583      Branch: perl
22584            ! ext/POSIX/POSIX.t
22585 ____________________________________________________________________________
22586 [ 11403] By: nick                                  on 2001/07/18  06:38:57
22587         Log: Subject:  Re: [ID 20010716.005] numeric conversions in 5.7.[12] changed from perl5.6.1 (leading whitespace) 
22588              From:  hv@crypt0.demon.co.uk
22589              Date:  Wed, 18 Jul 2001 05:21:54 +0100
22590              Message-Id:  <200107180421.f6I4Ltc00987@crypt0.demon.co.uk>
22591      Branch: perl
22592            ! numeric.c t/op/arith.t
22593 ____________________________________________________________________________
22594 [ 11402] By: nick                                  on 2001/07/18  06:19:17
22595         Log: Subject:  Doc patch: perlre should mention perlrequick and perlretut
22596              From:  mjd@plover.com
22597              Date:  17 Jul 2001 17:59:20 -0000
22598              Message-Id:  <20010717175920.8177.qmail@plover.com>
22599      Branch: perl
22600            ! pod/perlre.pod
22601 ____________________________________________________________________________
22602 [ 11401] By: gsar                                  on 2001/07/17  21:31:31
22603         Log: thinko in change#11400 (duh)
22604      Branch: maint-5.6/perl
22605            ! win32/perlhost.h
22606 ____________________________________________________________________________
22607 [ 11400] By: gsar                                  on 2001/07/17  19:46:34
22608         Log: change#11399 revealed another unrelated bug; this is just a temporary
22609              bandaid
22610      Branch: maint-5.6/perl
22611            ! win32/perlhost.h
22612 ____________________________________________________________________________
22613 [ 11399] By: gsar                                  on 2001/07/17  19:11:57
22614         Log: fix bugs in handling of the virtualized environment under windows;
22615              there were bugs in propagating any changes to %ENV down to the real
22616              environment when such changes happened in the toplevel process
22617              (thanks to Johan Holmberg <holmberg@iar.se> for the excellent
22618              problem identification, and for a part of the fix)
22619      Branch: maint-5.6/perl
22620            ! win32/perlhost.h win32/win32.c
22621 ____________________________________________________________________________
22622 [ 11398] By: nick                                  on 2001/07/17  08:26:35
22623         Log: Subject: Re: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
22624              From: Peter Prymmer <pvhp@forte.com>
22625              Date: Mon, 16 Jul 2001 16:43:14 -0700 (PDT)
22626              Message-Id: <Pine.OSF.4.10.10107161631300.464972-100000@aspara.forte.com>
22627              
22628              Move t/base/commonsense.t to t/lib/commonsense.t - base tests
22629              should not depend on existance of Config.pm
22630      Branch: perl
22631           +> t/lib/commonsense.t
22632            - t/base/commonsense.t
22633            ! MANIFEST t/README
22634 ____________________________________________________________________________
22635 [ 11397] By: nick                                  on 2001/07/17  08:09:58
22636         Log: Subject:  [PATCH pod/perlhack.pod] Sections on writing tests & patching core mods
22637              From:  Michael G Schwern <schwern@pobox.com>
22638              Date:  Mon, 16 Jul 2001 18:20:31 -0400
22639              Message-Id:  <20010716182031.A1128@blackrider>
22640      Branch: perl
22641            ! pod/perlhack.pod
22642 ____________________________________________________________________________
22643 [ 11396] By: nick                                  on 2001/07/17  08:04:11
22644         Log: Subject:  [PATCH perlfunc.pod] make printf refer to sprintf
22645              From:  Gwyn Judd <b.judd@xtra.co.nz>
22646              Date:  Tue, 17 Jul 2001 20:55:58 +1200
22647              Message-Id:  <20010717205558.A3107@thislove>
22648      Branch: perl
22649            ! pod/perlfunc.pod
22650 ____________________________________________________________________________
22651 [ 11395] By: nick                                  on 2001/07/17  08:02:22
22652         Log: Subject:  [PATCH: perl@11373] fix t/op/sprintf.t to not load %Config
22653              From:  Peter Prymmer <pvhp@forte.com>
22654              Date:  Mon, 16 Jul 2001 15:48:33 -0700 (PDT)
22655              Message-Id:  <Pine.OSF.4.10.10107161543400.464972-100000@aspara.forte.com>
22656      Branch: perl
22657            ! t/op/sprintf.t
22658 ____________________________________________________________________________
22659 [ 11394] By: nick                                  on 2001/07/17  07:57:06
22660         Log: Subject:  Re: [PATCH gv.c] allow ${"1f"} to be non-regex var 
22661              From:  Jeff 'Japhy' Pinyan <jeffp@crusoe.net>
22662              Date:  Mon, 16 Jul 2001 18:46:53 -0400 (EDT)
22663              Message-Id:  <Pine.GSO.4.21.0107161829390.1405-100000@crusoe.crusoe.net>
22664      Branch: perl
22665            ! gv.c
22666 ____________________________________________________________________________
22667 [ 11392] By: nick                                  on 2001/07/17  07:50:12
22668         Log: Subject:  [PATCH] fix PTHREAD_ATFORK croaking too early, too often
22669              From:  Coral <coral@moonlight.crystalflame.net>
22670              Date:  Mon, 16 Jul 2001 14:25:19 -0700 (PDT)
22671              Message-Id:  <200107162125.f6GLPJ345261@moonlight.crystalflame.net>
22672      Branch: perl
22673            ! pp_sys.c thread.h
22674 ____________________________________________________________________________
22675 [ 11391] By: nick                                  on 2001/07/17  07:34:28
22676         Log: Subject:  Re: [PATCH h2xs.PL ] use Test::More where appropriate (was Re:   
22677              From:  Jonathan Stowe <gellyfish@gellyfish.com>
22678              Date:  Mon, 16 Jul 2001 18:31:21 +0100 (BST)
22679              Message-Id:  <Pine.LNX.4.33.0107161827570.15520-100000@orpheus.gellyfish.com>
22680      Branch: perl
22681            ! utils/h2xs.PL
22682 ____________________________________________________________________________
22683 [ 11390] By: pudge                                 on 2001/07/16  23:54:44
22684         Log: Add in List::Util, Memoize, NEXT, and a bunch of tests for other
22685              modules.  Also added Mac::BuildTools, Mac::AppleEvents::Simple,
22686              and Mac::Apps::Launch, which don't work, and Time::HiRes and
22687              Time::Piece, which don't yet work.
22688      Branch: maint-5.6/macperl
22689            + (add 154 files)
22690 ____________________________________________________________________________
22691 [ 11389] By: pudge                                 on 2001/07/16  23:13:10
22692         Log: Fix %ENV to be tainted [SF bug #231848, Thomas Wegner].
22693              Also add hack to get around missing setenv for PERL5DB.
22694      Branch: maint-5.6/macperl
22695            ! macos/macish.c macos/macish.h
22696 ____________________________________________________________________________
22697 [ 11388] By: pudge                                 on 2001/07/16  23:11:26
22698         Log: Fix DB_File, and patch tests for it, and NDBM_File, and POSIX.
22699      Branch: maint-5.6/macperl
22700            ! macos/MacPerlTests.cmd macos/xsubpp.patch t/lib/db-btree.t
22701            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/ndbm.t t/lib/posix.t
22702 ____________________________________________________________________________
22703 [ 11387] By: pudge                                 on 2001/07/16  23:05:12
22704         Log: Fix up some configuration and make options, add extra
22705              extensions.
22706      Branch: maint-5.6/macperl
22707            ! macos/ExtBuildRules.mk macos/Makefile.mk macos/config.sh
22708            ! macos/macperl/Makefile.mk
22709 ____________________________________________________________________________
22710 [ 11386] By: pudge                                 on 2001/07/16  21:22:32
22711         Log: From Change 11374 in maintperl.
22712      Branch: maint-5.6/macperl
22713           !> utils/h2ph.PL
22714 ____________________________________________________________________________
22715 [ 11385] By: nick                                  on 2001/07/16  14:12:58
22716         Log: Back out change to h2xs till it passes its test.
22717      Branch: perl
22718            ! utils/h2xs.PL
22719 ____________________________________________________________________________
22720 [ 11384] By: nick                                  on 2001/07/16  14:00:10
22721         Log: Subject:  [PATCH h2xs.PL ] use Test::More where appropriate (was Re: [PATCH]
22722              From:  Jonathan Stowe <gellyfish@gellyfish.com>
22723              Date:  Mon, 16 Jul 2001 08:37:05 +0100 (BST)
22724              Message-Id:  <Pine.LNX.4.33.0107160830480.9915-100000@orpheus.gellyfish.com>
22725      Branch: perl
22726            ! utils/h2xs.PL
22727 ____________________________________________________________________________
22728 [ 11383] By: nick                                  on 2001/07/16  13:53:12
22729         Log: Subject:  [PATCH hints/darwin.sh] Don't override user-specified optimize flag
22730              From:  Robin Houston <robin@kitsite.com>
22731              Date:  Sun, 15 Jul 2001 18:22:31 +0100
22732              Message-Id:  <20010715182230.A11174@robin>
22733      Branch: perl
22734            ! hints/darwin.sh
22735 ____________________________________________________________________________
22736 [ 11382] By: nick                                  on 2001/07/16  13:52:49
22737         Log: Subject:  [PATCH perl@11372] re_dup
22738              From:  Radu Greab <radu@netsoft.ro>
22739              Date:  Sun, 15 Jul 2001 04:50:06 +0300
22740              Message-Id:  <15184.63182.656988.340591@ix.netsoft.ro>
22741      Branch: perl
22742            ! sv.c
22743 ____________________________________________________________________________
22744 [ 11379] By: nick                                  on 2001/07/16  13:35:39
22745         Log: Subject:  [PATCH B::Deparse] formats can't contain formats
22746              From:  Robin Houston <robin@kitsite.com>
22747              Date:  Sat, 14 Jul 2001 14:28:50 +0100
22748              Message-Id:  <20010714142850.A10205@robin>
22749      Branch: perl
22750            ! ext/B/B/Deparse.pm
22751 ____________________________________________________________________________
22752 [ 11378] By: nick                                  on 2001/07/16  13:30:36
22753         Log: Subject:  [PATCH @11359] Encode::Tcl.pm, EUC-JP with jis-x0212
22754              From:  Sadahiro Tomoyuki <BQW10602@nifty.com>
22755              Date:  Sat, 14 Jul 2001 22:17:42 +0900
22756              Message-Id:  <20010714221736.6CA3.BQW10602@nifty.com>
22757      Branch: perl
22758            + ext/Encode/Encode/euc-jp-0212.enc
22759            ! ext/Encode/Encode/Tcl.pm
22760 ____________________________________________________________________________
22761 [ 11377] By: nick                                  on 2001/07/16  13:17:28
22762         Log: Subject:  [PATCH 5.7.2] Remove useless ccflags hints
22763              From:  Andy Dougherty <doughera@lafayette.edu>
22764              Date:  Sun, 15 Jul 2001 22:52:54 -0400 (EDT)
22765              Message-Id:  <Pine.SOL.4.10.10107152250230.10344-100000@maxwell.phys.lafayette.edu>
22766      Branch: perl
22767            ! hints/darwin.sh hints/rhapsody.sh
22768 ____________________________________________________________________________
22769 [ 11376] By: nick                                  on 2001/07/16  09:05:00
22770         Log: Integrate mainline
22771      Branch: perlio
22772           +> ext/Encode/Encode/7bit-greek.enc
22773           +> ext/Encode/Encode/7bit-latin1.enc
22774           +> ext/Encode/Encode/cns11643-1.enc
22775           +> ext/Encode/Encode/cns11643-2.enc
22776           +> ext/Encode/Encode/iso2022-cn.enc
22777           +> ext/Encode/Encode/iso2022-jp1.enc
22778           +> ext/Encode/Encode/iso2022-jp2.enc
22779           !> Changes Configure MANIFEST Makefile.SH
22780           !> ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
22781           !> ext/Encode/Encode/iso2022-kr.enc ext/POSIX/POSIX.pm
22782           !> ext/PerlIO/Via/Via.pm handy.h myconfig.SH patchlevel.h
22783           !> pod/perlhack.pod pod/perlre.pod pod/perltoc.pod regcomp.c sv.c
22784           !> t/op/pat.t t/op/sprintf.t utils/h2ph.PL utils/h2xs.PL
22785 ____________________________________________________________________________
22786 [ 11375] By: gsar                                  on 2001/07/16  02:46:11
22787         Log: integrate change#11374 from maint-5.6
22788              
22789              make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
22790      Branch: perl
22791           !> utils/h2ph.PL
22792 ____________________________________________________________________________
22793 [ 11374] By: gsar                                  on 2001/07/16  02:10:51
22794         Log: make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
22795      Branch: maint-5.6/perl
22796            ! utils/h2ph.PL
22797 ____________________________________________________________________________
22798 [ 11373] By: jhi                                   on 2001/07/14  09:27:10
22799         Log: Update Changes.
22800      Branch: perl
22801            ! Changes patchlevel.h
22802 ____________________________________________________________________________
22803 [ 11372] By: jhi                                   on 2001/07/14  09:19:18
22804         Log: Subject: [PATCH h2xs.PL] use Getopt::Long (was Re: [PATCH] h2xs)
22805              From: Jonathan Stowe <gellyfish@gellyfish.com>
22806              Date: Sat, 14 Jul 2001 10:14:34 +0100 (BST)
22807              Message-ID: <Pine.LNX.4.33.0107141008350.9915-100000@orpheus.gellyfish.com>
22808      Branch: perl
22809            ! utils/h2xs.PL
22810 ____________________________________________________________________________
22811 [ 11371] By: jhi                                   on 2001/07/14  09:18:09
22812         Log: Subject: patch to add DEL to [:cntrl:]
22813              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
22814              Date: Fri, 13 Jul 2001 23:25:12 -0700 (PDT)
22815              Message-Id: <200107140625.XAA01517@ventrue.corp.yahoo.com>
22816      Branch: perl
22817            ! handy.h pod/perlre.pod regcomp.c t/op/pat.t
22818 ____________________________________________________________________________
22819 [ 11370] By: jhi                                   on 2001/07/14  01:33:17
22820         Log: Metaconfig unit change for #11369; plus a dependency nit.
22821      Branch: metaconfig
22822            ! U/compline/nblock_io.U
22823      Branch: metaconfig/U/perl
22824            ! Extensions.U
22825 ____________________________________________________________________________
22826 [ 11369] By: jhi                                   on 2001/07/14  01:32:33
22827         Log: #include <stdlib.h> so that exit() is prototyped,
22828              noticed by Hugo.
22829      Branch: perl
22830            ! Configure
22831 ____________________________________________________________________________
22832 [ 11368] By: jhi                                   on 2001/07/14  01:18:28
22833         Log: Subject: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
22834              From: Peter Prymmer <pvhp@forte.com>
22835              Date: Fri, 13 Jul 2001 19:15:45 -0700 (PDT)
22836              Message-ID: <Pine.OSF.4.10.10107131908370.270775-100000@aspara.forte.com>
22837      Branch: perl
22838            ! t/op/sprintf.t
22839 ____________________________________________________________________________
22840 [ 11367] By: jhi                                   on 2001/07/14  01:07:03
22841         Log: Subject: [PATCH: perl@11359] fixup for Encode/Tcl.t on ruthless filesystems
22842              From: Peter Prymmer <pvhp@forte.com>
22843              Date: Fri, 13 Jul 2001 19:00:20 -0700 (PDT)
22844              Message-ID: <Pine.OSF.4.10.10107131856280.270775-100000@aspara.forte.com>
22845      Branch: perl
22846            ! ext/Encode/Encode/Tcl.t
22847 ____________________________________________________________________________
22848 [ 11366] By: jhi                                   on 2001/07/13  22:48:47
22849         Log: Add information about gcc 3.0 basic block profiling.
22850      Branch: perl
22851            ! Makefile.SH pod/perlhack.pod pod/perltoc.pod
22852 ____________________________________________________________________________
22853 [ 11365] By: jhi                                   on 2001/07/13  21:22:20
22854         Log: Subject: Error in lib/PerlIO/Via.pm ?
22855              From: Mark-Jason Dominus <mjd@plover.com>
22856              Date: Fri, 13 Jul 2001 15:55:41 -0400
22857              Message-ID: <20010713195541.26751.qmail@plover.com>
22858      Branch: perl
22859            ! ext/PerlIO/Via/Via.pm
22860 ____________________________________________________________________________
22861 [ 11364] By: jhi                                   on 2001/07/13  21:21:23
22862         Log: Move both usemymalloc and d_bincompat5005 to the Platfom
22863              section from the Compiler section.
22864      Branch: perl
22865            ! myconfig.SH
22866 ____________________________________________________________________________
22867 [ 11363] By: jhi                                   on 2001/07/13  21:19:34
22868         Log: Handle glibc style of constant definitions using enum
22869              with intervening #defines; from Brendan O'Dea.
22870      Branch: perl
22871            ! utils/h2ph.PL
22872 ____________________________________________________________________________
22873 [ 11362] By: jhi                                   on 2001/07/13  21:17:40
22874         Log: Add LC_MESSAGES to the locale_h export tag (it already is
22875              in the Makefile.PL and thusly eligible for an XS constant)
22876              (see also maintperl #10543)
22877      Branch: perl
22878            ! ext/POSIX/POSIX.pm
22879 ____________________________________________________________________________
22880 [ 11361] By: jhi                                   on 2001/07/13  15:12:37
22881         Log: Subject: Re: [patch] re_dup
22882              From: Abhijit Menon-Sen <ams@wiw.org>
22883              Date: Fri, 13 Jul 2001 21:41:09 +0530
22884              Message-ID: <20010713214109.A3328@lustre.dyn.wiw.org>
22885      Branch: perl
22886            ! sv.c
22887 ____________________________________________________________________________
22888 [ 11360] By: jhi                                   on 2001/07/13  15:11:45
22889         Log: Subject: [patch] re_dup
22890              From: Doug MacEachern <dougm@covalent.net>
22891              Date: Fri, 13 Jul 2001 08:51:24 -0700 (PDT)
22892              Message-ID: <Pine.LNX.4.21.0107130848530.28844-100000@mako.covalent.net>
22893      Branch: perl
22894            ! sv.c
22895 ____________________________________________________________________________
22896 [ 11359] By: jhi                                   on 2001/07/13  14:30:32
22897         Log: Update Changes.
22898      Branch: perl
22899            ! Changes patchlevel.h
22900 ____________________________________________________________________________
22901 [ 11358] By: jhi                                   on 2001/07/13  14:26:36
22902         Log: Subject: [PATCH @11328] Encode::Tcl.pm for iso-2022-(?:jp-[12]|cn)
22903              From: SADAHIRO Tomoyuki <BQW10602@nifty.com> 
22904              Date: Sat, 14 Jul 2001 00:06:30 +0900
22905              Message-Id: <20010713235522.8406.BQW10602@nifty.com>
22906      Branch: perl
22907            + ext/Encode/Encode/7bit-greek.enc
22908            + ext/Encode/Encode/7bit-latin1.enc
22909            + ext/Encode/Encode/cns11643-1.enc
22910            + ext/Encode/Encode/cns11643-2.enc
22911            + ext/Encode/Encode/iso2022-cn.enc
22912            + ext/Encode/Encode/iso2022-jp1.enc
22913            + ext/Encode/Encode/iso2022-jp2.enc
22914            ! MANIFEST ext/Encode/Encode/Tcl.pm
22915            ! ext/Encode/Encode/iso2022-kr.enc
22916 ____________________________________________________________________________
22917 [ 11357] By: nick                                  on 2001/07/13  14:24:06
22918         Log: Blind integrate mainline (as of 5.7.2?)
22919      Branch: perlio
22920           !> AUTHORS Changes Porting/config.sh Porting/config_H
22921           !> README.netware ext/PerlIO/t/encoding.t makedef.pl patchlevel.h
22922           !> pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
22923           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
22924           !> win32/makefile.mk
22925 ____________________________________________________________________________
22926 [ 11355] By: jhi                                   on 2001/07/13  13:13:46
22927         Log: Snip away the devel patchlevel.
22928      Branch: perl
22929            ! patchlevel.h
22930 ____________________________________________________________________________
22931 [ 11354] By: jhi                                   on 2001/07/13  13:12:01
22932         Log: Bump the version to 5.7.2.
22933      Branch: perl
22934            ! Porting/config.sh Porting/config_H patchlevel.h
22935            ! pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
22936            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
22937            ! win32/makefile.mk
22938 ____________________________________________________________________________
22939 [ 11353] By: jhi                                   on 2001/07/13  13:00:00
22940         Log: Update Changes.
22941      Branch: perl
22942            ! Changes
22943 ____________________________________________________________________________
22944 [ 11352] By: jhi                                   on 2001/07/13  12:54:49
22945         Log: Reword.
22946      Branch: perl
22947            ! AUTHORS
22948 ____________________________________________________________________________
22949 [ 11351] By: jhi                                   on 2001/07/13  12:52:47
22950         Log: AUTHORS update.
22951      Branch: perl
22952            ! AUTHORS
22953 ____________________________________________________________________________
22954 [ 11350] By: jhi                                   on 2001/07/13  12:24:36
22955         Log: Ignore PL_regex_pad and PL_regex_padav from symbols
22956              unless ithreads.
22957      Branch: perl
22958            ! makedef.pl
22959 ____________________________________________________________________________
22960 [ 11349] By: jhi                                   on 2001/07/13  11:54:10
22961         Log: Integrate perlio.
22962      Branch: perl
22963           !> win32/distclean.bat
22964 ____________________________________________________________________________
22965 [ 11348] By: jhi                                   on 2001/07/13  11:49:50
22966         Log: Test the encoding transform only iff we have PerlIO,
22967              noticed by H. Merijn Brand.
22968      Branch: perl
22969            ! ext/PerlIO/t/encoding.t
22970 ____________________________________________________________________________
22971 [ 11347] By: jhi                                   on 2001/07/13  11:40:13
22972         Log: README.netware tweaks from Ananth Kesari.
22973      Branch: perl
22974            ! README.netware
22975 ____________________________________________________________________________
22976 [ 11346] By: nick                                  on 2001/07/13  09:18:51
22977         Log: Win32/distclean.bat - Down-case all MANIFEST and File::Find results so 
22978              to avoid /unicode vs /Unicode issues.
22979      Branch: perlio
22980            ! win32/distclean.bat
22981 ____________________________________________________________________________
22982 [ 11345] By: nick                                  on 2001/07/13  06:24:18
22983         Log: Integrate mainline
22984      Branch: perlio
22985           +> README.uts lib/UnicodeCD.pm lib/UnicodeCD.t
22986            - lib/Unicode/UCD.pm lib/Unicode/UCD.t lib/unicode/distinct.pm
22987           !> (integrate 63 files)
22988 ____________________________________________________________________________
22989 [ 11344] By: jhi                                   on 2001/07/13  04:50:22
22990         Log: Add d_bincompat5005 information to perl -V.
22991      Branch: perl
22992            ! myconfig.SH
22993 ____________________________________________________________________________
22994 [ 11343] By: jhi                                   on 2001/07/13  03:42:05
22995         Log: Subject: Re: [PATCH] Re: Memory corruption? Read-only $_?
22996              From: Abhijit Menon-Sen <ams@wiw.org>
22997              Date: Fri, 13 Jul 2001 07:12:36 +0530
22998              Message-ID: <20010713071236.C5669@lustre.dyn.wiw.org>
22999      Branch: perl
23000            ! sv.c
23001 ____________________________________________________________________________
23002 [ 11342] By: jhi                                   on 2001/07/13  03:36:22
23003         Log: Remove unicode::distinct, as per Inaba Hiroto.
23004      Branch: perl
23005            - lib/unicode/distinct.pm
23006            ! MANIFEST hv.c perl.h pod/perlmodlib.pod pod/perltoc.pod sv.c
23007            ! t/lib/1_compile.t
23008 ____________________________________________________________________________
23009 [ 11341] By: jhi                                   on 2001/07/13  00:05:53
23010         Log: Paging for Dr Octothorpe.
23011      Branch: perl
23012            ! pod/perlfaq4.pod
23013 ____________________________________________________________________________
23014 [ 11340] By: jhi                                   on 2001/07/12  23:53:44
23015         Log: cut-n-paste error noticed by mjd.
23016      Branch: perl
23017            ! pod/perlfaq4.pod
23018 ____________________________________________________________________________
23019 [ 11339] By: jhi                                   on 2001/07/12  23:39:42
23020         Log: Subject: [PATCH: perl@11328] update the octal situation in perlfaq4.pod
23021              From: Peter Prymmer <pvhp@forte.com>
23022              Date: Thu, 12 Jul 2001 17:04:22 -0700 (PDT)
23023              Message-ID: <Pine.OSF.4.10.10107121703040.219875-100000@aspara.forte.com>
23024      Branch: perl
23025            ! pod/perlfaq4.pod
23026 ____________________________________________________________________________
23027 [ 11338] By: jhi                                   on 2001/07/12  23:38:49
23028         Log: Subject: Re: [randy@qualcomm.com: Corrections for ' repository - Using the Perl repository ']
23029              From: Randall Gellens <randy@qualcomm.com>
23030              Date: Thu, 12 Jul 2001 16:56:23 -0700
23031              Message-Id: <p05100301b773e9751c04@[129.46.176.61]>
23032      Branch: perl
23033            ! Porting/repository.pod
23034 ____________________________________________________________________________
23035 [ 11337] By: jhi                                   on 2001/07/12  23:35:06
23036         Log: Make PTHREAD_ATFORK() to croak if HAS_FORK, noop otherwise.
23037      Branch: perl
23038            ! thread.h
23039 ____________________________________________________________________________
23040 [ 11336] By: jhi                                   on 2001/07/12  23:23:39
23041         Log: Subject: [PATCH] pthread_atfork on FreeBSD - Part 1: #ifdef HAS_PTHREAD_ATFORK  
23042              From: coral <coral@moonlight.crystalflame.net>
23043              Date: Thu, 12 Jul 2001 16:16:50 -0700 (PDT)
23044              Message-Id: <200107122316.f6CNGoq09171@moonlight.crystalflame.net>
23045      Branch: perl
23046            ! thread.h
23047 ____________________________________________________________________________
23048 [ 11335] By: jhi                                   on 2001/07/12  23:23:14
23049         Log: Metaconfig unit change for #11134.
23050      Branch: metaconfig
23051            + U/threads/d_pthread_atfork.U
23052 ____________________________________________________________________________
23053 [ 11334] By: jhi                                   on 2001/07/12  23:22:42
23054         Log: Add HAS_PTHREAD_ATFORK.
23055      Branch: perl
23056            ! Configure NetWare/config.wc NetWare/config_H.wc
23057            ! Porting/Glossary Porting/config.sh Porting/config_H
23058            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
23059            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.alpha.h
23060            ! vos/config.ga.def vos/config.ga.h win32/config.bc
23061            ! win32/config.gc win32/config.vc win32/config_H.bc
23062            ! win32/config_H.gc win32/config_H.vc
23063 ____________________________________________________________________________
23064 [ 11333] By: jhi                                   on 2001/07/12  22:58:35
23065         Log: Subject: [PATCH] File::Copy fails on tied handles
23066              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
23067              Date: Thu, 12 Jul 2001 15:18:51 -0700
23068              Message-ID: <35A280DF784CD411A06B0008C7B130ADB5505B@sdex04.sd.intuit.com>
23069      Branch: perl
23070            ! lib/File/Copy.pm
23071 ____________________________________________________________________________
23072 [ 11332] By: jhi                                   on 2001/07/12  22:57:04
23073         Log: Subject: [PATCH] Langinfo.t
23074              From: Nicholas Clark <nick@ccl4.org>
23075              Date: Thu, 12 Jul 2001 23:55:38 +0100
23076              Message-ID: <20010712235538.M5827@plum.flirble.org>
23077      Branch: perl
23078            ! ext/I18N/Langinfo/Langinfo.t
23079 ____________________________________________________________________________
23080 [ 11331] By: jhi                                   on 2001/07/12  22:56:09
23081         Log: Subject: [PATCH: perl@11328] informational tweaks to perl572delta.pod
23082              From: Peter Prymmer <pvhp@forte.com>
23083              Date: Thu, 12 Jul 2001 16:38:00 -0700 (PDT)
23084              Message-ID: <Pine.OSF.4.10.10107121633340.219875-100000@aspara.forte.com>
23085      Branch: perl
23086            ! pod/perl572delta.pod
23087 ____________________________________________________________________________
23088 [ 11330] By: jhi                                   on 2001/07/12  22:55:23
23089         Log: Subject: [PATCH] Re: Memory corruption? Read-only $_?
23090              From: Abhijit Menon-Sen <ams@wiw.org>
23091              Date: Fri, 13 Jul 2001 05:21:16 +0530
23092              Message-ID: <20010713052116.B5669@lustre.dyn.wiw.org>
23093      Branch: perl
23094            ! sv.c
23095 ____________________________________________________________________________
23096 [ 11329] By: jhi                                   on 2001/07/12  22:54:39
23097         Log: Subject: [PATCH 20010712.005] Re: Perl bug with "delete" on arrays
23098              From: Abhijit Menon-Sen <ams@wiw.org>
23099              Date: Fri, 13 Jul 2001 03:04:25 +0530
23100              Message-ID: <20010713030425.A5669@lustre.dyn.wiw.org>
23101      Branch: perl
23102            ! av.c
23103 ____________________________________________________________________________
23104 [ 11328] By: gsar                                  on 2001/07/12  19:02:01
23105         Log: s/^M$//g
23106      Branch: perl
23107            ! win32/Makefile win32/makefile.mk
23108 ____________________________________________________________________________
23109 [ 11327] By: jhi                                   on 2001/07/12  18:54:09
23110         Log: Update Changes.
23111      Branch: perl
23112            ! Changes patchlevel.h
23113 ____________________________________________________________________________
23114 [ 11326] By: jhi                                   on 2001/07/12  18:17:18
23115         Log: Typo spotted by Philip Newton.
23116      Branch: perl
23117            ! pod/perl572delta.pod
23118 ____________________________________________________________________________
23119 [ 11325] By: jhi                                   on 2001/07/12  18:11:42
23120         Log: Subject: [PATCH] fixes perl_clone of perl_clone
23121              From: Artur Bergman <artur@contiller.se>
23122              Date: Thu, 12 Jul 2001 20:57:09 +0200
23123              Message-ID: <B773BFA4.236B%artur@contiller.se>
23124      Branch: perl
23125            ! sv.c
23126 ____________________________________________________________________________
23127 [ 11324] By: jhi                                   on 2001/07/12  18:09:17
23128         Log: Add README.uts from Hal Morris.
23129      Branch: perl
23130            + README.uts
23131            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perl572delta.pod
23132            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
23133 ____________________________________________________________________________
23134 [ 11323] By: jhi                                   on 2001/07/12  17:48:33
23135         Log: Subject: Re: AIX 4.3.3 w/ vac 5.0 [ FATAL in B ]
23136              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23137              Date: Thu, 12 Jul 2001 20:32:37 +0200
23138              Message-Id: <20010712201743.E108.H.M.BRAND@hccnet.nl>
23139      Branch: perl
23140            ! hints/aix.sh
23141 ____________________________________________________________________________
23142 [ 11322] By: jhi                                   on 2001/07/12  17:44:29
23143         Log: Subject: Patch: document reg_data.what member
23144              From: Mark-Jason Dominus <mjd@plover.com>
23145              Message-ID: <20010712182532.14821.qmail@plover.com>
23146              Date: Thu, 12 Jul 2001 14:25:32 -0400
23147      Branch: perl
23148            ! regcomp.c regcomp.h
23149 ____________________________________________________________________________
23150 [ 11321] By: jhi                                   on 2001/07/12  17:43:18
23151         Log: Subject: [PATCH] Perl_re_dup()
23152              From: Abhijit Menon-Sen <ams@wiw.org>
23153              Date: Thu, 12 Jul 2001 23:54:32 +0530
23154              Message-ID: <20010712235432.J24707@lustre.dyn.wiw.org>
23155      Branch: perl
23156            ! embed.h embed.pl perlapi.c proto.h sv.c
23157 ____________________________________________________________________________
23158 [ 11320] By: jhi                                   on 2001/07/12  17:18:54
23159         Log: Regen Configure, modlib, toc.
23160      Branch: perl
23161            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
23162            ! pod/perlmodlib.pod pod/perltoc.pod
23163 ____________________________________________________________________________
23164 [ 11319] By: jhi                                   on 2001/07/12  17:08:15
23165         Log: The problem seems to be in PerlIO::Layer::->find() not
23166              accepting the ":encoding(blurflur)" arguments.
23167      Branch: perl
23168            ! lib/PerlIO.pm lib/open.pm
23169 ____________________________________________________________________________
23170 [ 11318] By: jhi                                   on 2001/07/12  16:58:11
23171         Log: AIX doc update.
23172      Branch: perl
23173            ! README.aix pod/perl572delta.pod
23174 ____________________________________________________________________________
23175 [ 11317] By: jhi                                   on 2001/07/12  16:39:11
23176         Log: Subject: AIX README update
23177              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23178              Date: Thu, 12 Jul 2001 19:28:30 +0200
23179              Message-Id: <20010712192620.E0F9.H.M.BRAND@hccnet.nl>
23180      Branch: perl
23181            ! README.aix
23182 ____________________________________________________________________________
23183 [ 11316] By: jhi                                   on 2001/07/12  16:37:15
23184         Log: Subject: [PATCH ext/IO/lib/IO/t/io_unix.t] for QNX6
23185              From: Norton Allen <allen@huarp.harvard.edu>
23186              Date: Thu, 12 Jul 2001 11:30:51 -0400 (edt)
23187              Message-Id: <200107121530.LAA12631@bottesini.harvard.edu>
23188      Branch: perl
23189            ! ext/IO/lib/IO/t/io_unix.t
23190 ____________________________________________________________________________
23191 [ 11315] By: jhi                                   on 2001/07/12  16:35:53
23192         Log: Subject: [PATCH README.qnx hints/qnx.sh]
23193              From: Norton Allen <allen@huarp.harvard.edu>
23194              Date: Thu, 12 Jul 2001 11:29:19 -0400 (edt)
23195              Message-Id: <200107121529.LAA23411@bottesini.harvard.edu>
23196      Branch: perl
23197            ! README.qnx hints/qnx.sh
23198 ____________________________________________________________________________
23199 [ 11314] By: jhi                                   on 2001/07/12  16:13:15
23200         Log: Subject: [patch] faster PM_GETRE
23201              From: Doug MacEachern <dougm@covalent.net>
23202              Date: Thu, 12 Jul 2001 10:13:27 -0700 (PDT)
23203              Message-ID: <Pine.LNX.4.21.0107121011530.28844-100000@mako.covalent.net>
23204      Branch: perl
23205            ! op.h
23206 ____________________________________________________________________________
23207 [ 11313] By: jhi                                   on 2001/07/12  16:12:23
23208         Log: Subject: Re: [PATCH] Threadsafe PMOPs! We might still win this war.
23209              From: Doug MacEachern <dougm@covalent.net>
23210              Date: Thu, 12 Jul 2001 10:11:28 -0700 (PDT)
23211              Message-ID: <Pine.LNX.4.21.0107121010160.28844-100000@mako.covalent.net>
23212      Branch: perl
23213            ! op.c
23214 ____________________________________________________________________________
23215 [ 11312] By: jhi                                   on 2001/07/12  16:07:22
23216         Log: Tell where the nice Estonian database is.
23217      Branch: perl
23218            ! lib/open.pm
23219 ____________________________________________________________________________
23220 [ 11311] By: jhi                                   on 2001/07/12  16:05:31
23221         Log: Retract #11309 since #11310 is a better fix.
23222      Branch: perl
23223            ! t/lib/1_compile.t
23224 ____________________________________________________________________________
23225 [ 11310] By: gsar                                  on 2001/07/12  15:50:40
23226         Log: fix for failing fork.t#12 on windows (win32_execvp() tweak in
23227              change#11300 needs to return the status of failed win32_spawnvp())
23228              
23229              fix various open.pm bugs: '\0' isn't the same as "\0", so it wasn't
23230              splitting correctly; remove unused variables; 'require' at run time
23231              rather than 'use' at compile time for I18N::Langinfo, since it
23232              isn't everyware
23233      Branch: perl
23234            ! lib/open.pm win32/win32.c
23235 ____________________________________________________________________________
23236 [ 11309] By: jhi                                   on 2001/07/12  15:29:55
23237         Log: Temporary workaround.
23238      Branch: perl
23239            ! t/lib/1_compile.t
23240 ____________________________________________________________________________
23241 [ 11308] By: jhi                                   on 2001/07/12  14:44:51
23242         Log: UCD typo in #11306 and add also more known-to-be-tested
23243              modules to the skip list.
23244      Branch: perl
23245            ! t/lib/1_compile.t
23246 ____________________________________________________________________________
23247 [ 11307] By: jhi                                   on 2001/07/12  14:38:38
23248         Log: Rename Unicode::UCD to UnicodeCD to avoid
23249              messups with case-insensitive filesystems.
23250      Branch: perl
23251            + lib/UnicodeCD.pm lib/UnicodeCD.t
23252            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
23253            ! MANIFEST pod/perl572delta.pod t/lib/1_compile.t
23254 ____________________________________________________________________________
23255 [ 11306] By: jhi                                   on 2001/07/12  13:32:05
23256         Log: Subject: [ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT 
23257              From: daniel@biz.bitpusher.com
23258              Date: Wed, 11 Jul 2001 23:25:47 -0700
23259              Message-Id: <200107120625.f6C6PkJ13065@biz.bitpusher.com>
23260      Branch: perl
23261            ! lib/Tie/Array.pm t/op/splice.t
23262 ____________________________________________________________________________
23263 [ 11305] By: jhi                                   on 2001/07/12  13:05:46
23264         Log: Subject: [PATCH] More accurate line numbers in messages
23265              From: Paul Johnson <paul@pjcj.net>
23266              Date: Thu, 12 Jul 2001 04:14:11 +0200
23267              Message-ID: <20010712041411.A3467@pjcj.net>
23268              
23269              (With prototyping and multiplicity tweaks.)
23270      Branch: perl
23271            ! dump.c embed.h embed.pl t/lib/warnings/util util.c
23272 ____________________________________________________________________________
23273 [ 11304] By: nick                                  on 2001/07/12  12:53:40
23274         Log: Integrate mainline
23275      Branch: perlio
23276           !> ext/ByteLoader/bytecode.h hints/aix.sh pod/perl572delta.pod
23277           !> regexec.c thread.h
23278 ____________________________________________________________________________
23279 [ 11303] By: jhi                                   on 2001/07/12  12:46:20
23280         Log: Cut-and-pasto in #11298.
23281      Branch: perl
23282            ! ext/ByteLoader/bytecode.h
23283 ____________________________________________________________________________
23284 [ 11302] By: jhi                                   on 2001/07/12  12:42:35
23285         Log: Update the AIX known problems section.
23286      Branch: perl
23287            ! pod/perl572delta.pod
23288 ____________________________________________________________________________
23289 [ 11301] By: jhi                                   on 2001/07/12  12:36:46
23290         Log: Subject: Re: HiRes on AIX 4.2 in threaded mode
23291              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23292              Date: Thu, 12 Jul 2001 12:16:16 +0200
23293              Message-Id: <20010712114215.E0D9.H.M.BRAND@hccnet.nl>
23294      Branch: perl
23295            ! hints/aix.sh
23296 ____________________________________________________________________________
23297 [ 11300] By: jhi                                   on 2001/07/12  12:35:44
23298         Log: Integrate perlio.
23299      Branch: perl
23300           !> makedef.pl win32/win32.c
23301 ____________________________________________________________________________
23302 [ 11299] By: jhi                                   on 2001/07/12  12:33:57
23303         Log: Subject: [PATCH] fix for PMOP threadness failures
23304              From: Artur Bergman <artur@contiller.se>
23305              Date: Thu, 12 Jul 2001 09:48:06 +0200
23306              Message-ID: <B77322D6.22DD%artur@contiller.se>
23307      Branch: perl
23308            ! regexec.c
23309 ____________________________________________________________________________
23310 [ 11298] By: jhi                                   on 2001/07/12  12:27:47
23311         Log: Subject: RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2
23312              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
23313              Date: Thu, 12 Jul 2001 09:09:48 +0200
23314              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808CE70@RU0022EXCH001U> 
23315              
23316              More parentheses to keep bcc happy.
23317      Branch: perl
23318            ! ext/ByteLoader/bytecode.h
23319 ____________________________________________________________________________
23320 [ 11297] By: jhi                                   on 2001/07/12  12:24:50
23321         Log: Subject: Re: [patch] pthread_atfork bandaid
23322              From: Doug MacEachern <dougm@covalent.net>
23323              Date: Wed, 11 Jul 2001 23:43:17 -0700 (PDT)
23324              Message-ID: <Pine.LNX.4.21.0107112342330.28844-100000@mako.covalent.net>
23325      Branch: perl
23326            ! thread.h
23327 ____________________________________________________________________________
23328 [ 11296] By: nick                                  on 2001/07/12  11:55:48
23329         Log: Exclude reentrant_buffer from .def file
23330      Branch: perlio
23331            ! makedef.pl
23332 ____________________________________________________________________________
23333 [ 11295] By: nick                                  on 2001/07/12  11:11:44
23334         Log: Honour void-ness of my_exit()
23335      Branch: perlio
23336            ! win32/win32.c
23337 ____________________________________________________________________________
23338 [ 11294] By: nick                                  on 2001/07/12  07:51:04
23339         Log: Integrate mainline
23340      Branch: perlio
23341           +> uts/sprintf_wrap.c
23342           !> (integrate 35 files)
23343 ____________________________________________________________________________
23344 [ 11293] By: jhi                                   on 2001/07/12  04:58:08
23345         Log: Retract #11289.
23346      Branch: perl
23347            ! embed.h embed.pl perl.c proto.h thread.h
23348 ____________________________________________________________________________
23349 [ 11292] By: jhi                                   on 2001/07/12  04:47:43
23350         Log: Now the :locale pseudolayer *almost* works...
23351      Branch: perl
23352            ! lib/open.pm
23353 ____________________________________________________________________________
23354 [ 11291] By: jhi                                   on 2001/07/12  04:36:47
23355         Log: Locale encoding tweaks.
23356      Branch: perl
23357            ! lib/open.pm
23358 ____________________________________________________________________________
23359 [ 11290] By: jhi                                   on 2001/07/12  04:25:53
23360         Log: Subject: Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
23361              From: Mark-Jason Dominus <mjd@plover.com>
23362              Date: Thu, 12 Jul 2001 00:59:31 -0400
23363              Message-ID: <20010712045931.8543.qmail@plover.com>
23364              
23365              Remove the chmod/umask leading zero warning.
23366      Branch: perl
23367            ! lib/warnings.pm pod/perldiag.pod pod/perllexwarn.pod
23368            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
23369 ____________________________________________________________________________
23370 [ 11289] By: jhi                                   on 2001/07/12  04:16:41
23371         Log: (Retracted by #11289.)
23372      Branch: perl
23373            ! embed.h embed.pl perl.c proto.h thread.h
23374 ____________________________________________________________________________
23375 [ 11288] By: jhi                                   on 2001/07/12  03:45:11
23376         Log: Needed by #11283.
23377      Branch: perl
23378            ! intrpvar.h
23379 ____________________________________________________________________________
23380 [ 11287] By: jhi                                   on 2001/07/12  03:40:04
23381         Log: Metaconfig unit change for #11286.
23382      Branch: metaconfig/U/perl
23383            ! patchlevel.U
23384 ____________________________________________________________________________
23385 [ 11286] By: jhi                                   on 2001/07/12  03:39:18
23386         Log: Subject: Re: [PATCH Configure] perl -V broken
23387              From: Andy Dougherty <doughera@lafayette.edu>
23388              Date: Wed, 11 Jul 2001 13:30:27 -0400 (EDT)
23389              Message-ID: <Pine.SOL.4.10.10107111329060.2021-100000@maxwell.phys.lafayette.edu>
23390      Branch: perl
23391            ! Configure myconfig.SH
23392 ____________________________________________________________________________
23393 [ 11285] By: jhi                                   on 2001/07/12  03:27:28
23394         Log: Retract #11166 (and #11237).
23395      Branch: perl
23396            ! dump.c embed.h lib/warnings.pm op.c op.h opcode.h opcode.pl
23397            ! pod/perldiag.pod pp.sym pp_proto.h t/lib/warnings/op
23398            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
23399 ____________________________________________________________________________
23400 [ 11284] By: jhi                                   on 2001/07/12  02:36:42
23401         Log: UTS tweaks for Hal Morris.
23402      Branch: perl
23403            + uts/sprintf_wrap.c
23404            ! MANIFEST hints/uts.sh perl.h
23405 ____________________________________________________________________________
23406 [ 11283] By: jhi                                   on 2001/07/12  00:52:36
23407         Log: Subject: [PATCH] Use reentrant API glibc
23408              From: Artur Bergman <artur@contiller.se>
23409              Date: Thu, 12 Jul 2001 00:58:21 +0200
23410              Message-ID: <B772A6AD.2288%artur@contiller.se>
23411      Branch: perl
23412            ! embedvar.h intrpvar.h op.h perl.c perlapi.h pod/perlapi.pod
23413            ! sv.c
23414 ____________________________________________________________________________
23415 [ 11282] By: jhi                                   on 2001/07/12  00:35:27
23416         Log: Subject: Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?
23417              From: barries <barries@slaysys.com>
23418              Date: Wed, 11 Jul 2001 15:11:46 -0400
23419              Message-ID: <20010711151146.G24560@jester.slaysys.com>
23420      Branch: perl
23421            ! pp_sys.c t/lib/warnings/doio win32/win32.c
23422 ____________________________________________________________________________
23423 [ 11281] By: jhi                                   on 2001/07/12  00:32:17
23424         Log: Subject: [patch] pthread_atfork bandaid
23425              From: Doug MacEachern <dougm@covalent.net>
23426              Date: Wed, 11 Jul 2001 08:59:12 -0700 (PDT)
23427              Message-ID: <Pine.LNX.4.21.0107110855070.11688-100000@mako.covalent.net>
23428      Branch: perl
23429            ! miniperlmain.c perl.c
23430 ____________________________________________________________________________
23431 [ 11280] By: jhi                                   on 2001/07/12  00:31:34
23432         Log: Subject: [patch] perl_clone leaks
23433              From: Doug MacEachern <dougm@covalent.net>
23434              Date: Wed, 11 Jul 2001 08:43:32 -0700 (PDT)
23435              Message-ID: <Pine.LNX.4.21.0107110842390.11688-100000@mako.covalent.net>
23436      Branch: perl
23437            ! sv.c
23438 ____________________________________________________________________________
23439 [ 11279] By: nick                                  on 2001/07/11  15:49:38
23440         Log: Integrate mainline
23441      Branch: perlio
23442           +> ext/Encode/Encode/HZ.enc ext/PerlIO/t/encoding.t
23443           +> ext/Time/HiRes/hints/dynixptx.pl lib/Math/BigInt/Calc.pm
23444           +> lib/Math/BigInt/t/bigintc.t lib/Term/ANSIColor/ChangeLog
23445           +> lib/Term/ANSIColor/README
23446           !> (integrate 54 files)
23447 ____________________________________________________________________________
23448 [ 11278] By: jhi                                   on 2001/07/11  13:52:20
23449         Log: Update Changes.
23450      Branch: perl
23451            ! Changes patchlevel.h
23452 ____________________________________________________________________________
23453 [ 11277] By: jhi                                   on 2001/07/11  13:31:43
23454         Log: Subject: blead kit timestamps && the problem with running perl embed.pl
23455              From: Peter Prymmer <pvhp@forte.com>
23456              Date: Tue, 10 Jul 2001 19:33:00 -0700 (PDT)
23457              Message-ID: <Pine.OSF.4.10.10107101906360.137455-100000@aspara.forte.com>
23458              
23459              Backport of embed.pl to 5.003.
23460      Branch: perl
23461            ! embed.pl
23462 ____________________________________________________________________________
23463 [ 11276] By: jhi                                   on 2001/07/11  13:18:07
23464         Log: Subject: Re: POSIX test #14 on UTS 
23465              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
23466              Date: Wed, 11 Jul 2001 03:02:14 +0100
23467              Message-Id: <200107110202.f6B22Ea10727@crypt.compulink.co.uk>
23468      Branch: perl
23469            ! ext/POSIX/POSIX.t
23470 ____________________________________________________________________________
23471 [ 11275] By: jhi                                   on 2001/07/11  13:15:49
23472         Log: Make the I32 an IV to preserve structure alignment and size.
23473      Branch: perl
23474            ! op.h
23475 ____________________________________________________________________________
23476 [ 11274] By: jhi                                   on 2001/07/11  13:13:27
23477         Log: Subject: [PATCH] Threadsafe PMOPs! We might still win this war.
23478              From: "Artur Bergman" <artur@contiller.se>
23479              Date: Wed, 11 Jul 2001 14:23:37 +0200
23480              Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev>
23481              
23482              Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup().
23483      Branch: perl
23484            ! embedvar.h intrpvar.h op.c op.h perl.c perlapi.h
23485            ! pod/perlapi.pod sv.c
23486 ____________________________________________________________________________
23487 [ 11273] By: jhi                                   on 2001/07/11  03:53:28
23488         Log: Tweak until Pod::Parser gets updated.
23489      Branch: perl
23490            ! t/pod/special_seqs.xr
23491 ____________________________________________________________________________
23492 [ 11272] By: jhi                                   on 2001/07/11  00:46:05
23493         Log: File::Spec usage tweak.
23494      Branch: perl
23495            ! lib/ExtUtils.t
23496 ____________________________________________________________________________
23497 [ 11271] By: jhi                                   on 2001/07/11  00:37:19
23498         Log: Integrate #11263 from macperl; macos and macosx updates.
23499      Branch: perl
23500           !> pod/perlport.pod
23501 ____________________________________________________________________________
23502 [ 11270] By: jhi                                   on 2001/07/11  00:33:27
23503         Log: Subject: [PATCH: perl@11238] dynixptx updates for osvers='4.5.2'
23504              From: Peter Prymmer <pvhp@forte.com>
23505              Date: Tue, 10 Jul 2001 15:29:45 -0700 (PDT)
23506              Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com>
23507      Branch: perl
23508            + ext/Time/HiRes/hints/dynixptx.pl
23509            ! MANIFEST hints/dynixptx.sh
23510 ____________________________________________________________________________
23511 [ 11269] By: jhi                                   on 2001/07/11  00:32:16
23512         Log: Subject: [PATCH] ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: report on BS2000 wit h perl@11006))
23513              From: Nicholas Clark <nick@ccl4.org>
23514              Date: Tue, 10 Jul 2001 23:17:43 +0100
23515              Message-ID: <20010710231742.B59620@plum.flirble.org>
23516      Branch: perl
23517            ! lib/ExtUtils.t lib/ExtUtils/Constant.pm
23518 ____________________________________________________________________________
23519 [ 11268] By: jhi                                   on 2001/07/11  00:30:56
23520         Log: Subject: [DOC PATCH] Pluggable runops
23521              From: Paul Johnson <paul@pjcj.net>
23522              Date: Tue, 10 Jul 2001 21:53:28 +0200
23523              Message-ID: <20010710215328.B26577@pjcj.net>
23524      Branch: perl
23525            ! pod/perlguts.pod
23526 ____________________________________________________________________________
23527 [ 11267] By: jhi                                   on 2001/07/11  00:29:59
23528         Log: Subject: [PATCH] Authors
23529              From: Artur Bergman <artur@contiller.se>
23530              Date: Tue, 10 Jul 2001 20:39:12 +0200
23531              Message-ID: <B771186F.21CD%artur@contiller.se>
23532      Branch: perl
23533            ! AUTHORS
23534 ____________________________________________________________________________
23535 [ 11266] By: jhi                                   on 2001/07/11  00:29:13
23536         Log: Subject: Re: [PATCH] Small fix to pp_gmtime
23537              From: Doug MacEachern <dougm@covalent.net>
23538              Date: Tue, 10 Jul 2001 11:19:43 -0700 (PDT)
23539              Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net>
23540      Branch: perl
23541            ! pp_ctl.c
23542 ____________________________________________________________________________
23543 [ 11265] By: jhi                                   on 2001/07/11  00:28:15
23544         Log: Subject: doc patch; times() in scalar context
23545              From: mjd@plover.com
23546              Date: 10 Jul 2001 18:01:17 -0000
23547              Message-ID: <20010710180117.12477.qmail@plover.com>
23548      Branch: perl
23549            ! pod/perlfunc.pod
23550 ____________________________________________________________________________
23551 [ 11264] By: jhi                                   on 2001/07/11  00:27:17
23552         Log: Subject: [PATCH] Small fix to pp_gmtime
23553              From: Artur Bergman <artur@contiller.se>
23554              Date: Tue, 10 Jul 2001 19:54:52 +0200
23555              Message-ID: <B7710E0B.21C5%artur@contiller.se>
23556      Branch: perl
23557            ! pp_sys.c
23558 ____________________________________________________________________________
23559 [ 11263] By: pudge                                 on 2001/07/10  21:06:10
23560         Log: Integrate changes from mainline perl, add notes about
23561              Mac OS X and Mac OS.
23562      Branch: maint-5.6/macperl
23563            ! pod/perlport.pod
23564 ____________________________________________________________________________
23565 [ 11262] By: jhi                                   on 2001/07/10  15:21:26
23566         Log: A proof of the dangers of package; ?
23567      Branch: perl
23568            ! t/lib/warnings/op
23569 ____________________________________________________________________________
23570 [ 11261] By: jhi                                   on 2001/07/10  15:02:27
23571         Log: Regen toc and modlib.
23572      Branch: perl
23573            ! pod/perlmodlib.pod pod/perltoc.pod
23574 ____________________________________________________________________________
23575 [ 11260] By: jhi                                   on 2001/07/10  15:00:37
23576         Log: Add compexcl(), casefold(), and casespec() interfaces;
23577              and make all interfaces to return hash references instead
23578              of hashes. 
23579      Branch: perl
23580            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
23581 ____________________________________________________________________________
23582 [ 11259] By: jhi                                   on 2001/07/10  13:50:17
23583         Log: Subject: [PATCH bleadperl] Math::Big* doc patches (and some code)
23584              From: "Philip Newton" <Philip.Newton@gmx.net>
23585              Date: Tue, 10 Jul 2001 09:55:59 +0200
23586              Message-ID: <20010710.095300@ID-11583.news.dfncis.de>
23587              
23588              Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs
23589              From: "Philip Newton" <Philip.Newton@gmx.net>
23590              Date: Tue, 10 Jul 2001 09:56:37 +0200
23591              Message-ID: <20010710.095600@ID-11583.news.dfncis.de>
23592      Branch: perl
23593            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
23594            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintpm.t
23595 ____________________________________________________________________________
23596 [ 11258] By: jhi                                   on 2001/07/10  13:47:20
23597         Log: Subject: [patch] undef &xsub for 1,2
23598              From: Doug MacEachern <dougm@covalent.net>
23599              Date: Mon, 9 Jul 2001 20:16:49 -0700 (PDT)
23600              Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net>
23601              
23602              (This version of the patch with a comment from Gisle.)
23603      Branch: perl
23604            ! op.c
23605 ____________________________________________________________________________
23606 [ 11257] By: jhi                                   on 2001/07/10  13:45:44
23607         Log: Mention package; deprecation and the Win32 problems.
23608      Branch: perl
23609            ! pod/perl572delta.pod
23610 ____________________________________________________________________________
23611 [ 11256] By: jhi                                   on 2001/07/10  13:45:12
23612         Log: Subject: [PATCH] deprecate package with no arguments
23613              From: Robin Houston <robin@kitsite.com>
23614              Date: Tue, 10 Jul 2001 13:33:40 +0100
23615              Message-ID: <20010710133340.A13452@robin.kitsite.com>
23616      Branch: perl
23617            ! op.c pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/op
23618 ____________________________________________________________________________
23619 [ 11255] By: jhi                                   on 2001/07/10  13:16:11
23620         Log: Upgrade to podlators 1.10.
23621      Branch: perl
23622            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
23623            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
23624            ! pod/pod2man.PL pod/pod2text.PL
23625 ____________________________________________________________________________
23626 [ 11254] By: jhi                                   on 2001/07/10  13:09:34
23627         Log: Upgrade to Term::ANSIColor 1.04.
23628      Branch: perl
23629            + lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README
23630            ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/test.pl
23631 ____________________________________________________________________________
23632 [ 11253] By: jhi                                   on 2001/07/10  12:59:27
23633         Log: Integrate perlio (the right fix for the ":layer(args)")
23634      Branch: perl
23635           !> perlio.c
23636 ____________________________________________________________________________
23637 [ 11252] By: nick                                  on 2001/07/10  06:58:14
23638         Log: Fix open(...,"...:layer(xxx)",...)
23639              - use memEQ not strEQ as there is '(' not '\0'
23640      Branch: perlio
23641            ! perlio.c
23642 ____________________________________________________________________________
23643 [ 11251] By: jhi                                   on 2001/07/10  04:04:18
23644         Log: Telling the number of tests helps.
23645      Branch: perl
23646            ! ext/PerlIO/t/encoding.t
23647 ____________________________________________________________________________
23648 [ 11250] By: jhi                                   on 2001/07/10  03:55:38
23649         Log: Require I18N::Langinfo, not use.
23650      Branch: perl
23651            ! lib/open.pm
23652 ____________________________________________________________________________
23653 [ 11249] By: jhi                                   on 2001/07/10  03:50:18
23654         Log: Add a test for for PerlIO ":encoding(...)" layer.
23655      Branch: perl
23656            + ext/PerlIO/t/encoding.t
23657            ! MANIFEST ext/Encode/Encode.pm
23658 ____________________________________________________________________________
23659 [ 11248] By: jhi                                   on 2001/07/10  02:06:57
23660         Log: PerlIO ":encoding(foobar)" temporary fix.
23661              Not really correct, I think, since the change means
23662              that prefixes match.
23663      Branch: perl
23664            ! perlio.c
23665 ____________________________________________________________________________
23666 [ 11247] By: jhi                                   on 2001/07/10  01:38:11
23667         Log: Update to Math::BigInt 1.36.  The biggest news is
23668              the separation of the backend; now the pure Perl
23669              implementation is in Math::BigInt::Calc, but one
23670              can plugin, say, Math::BigInt::BitVect, and get
23671              considerable speedup.
23672      Branch: perl
23673            + lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
23674            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
23675            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
23676            ! lib/Math/BigInt/t/mbimbf.t
23677 ____________________________________________________________________________
23678 [ 11246] By: jhi                                   on 2001/07/10  01:19:55
23679         Log: Subject: Re: compatibility question
23680              From: Peter Prymmer <pvhp@forte.com>
23681              Date: Mon, 9 Jul 2001 18:04:33 -0700 (PDT)
23682              Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com>
23683      Branch: perl
23684            ! lib/ExtUtils/MM_VMS.pm
23685 ____________________________________________________________________________
23686 [ 11245] By: jhi                                   on 2001/07/10  01:18:04
23687         Log: Subject: [PATCH ext/File/Glob/t/basic.t]
23688              From: Norton Allen <allen@huarp.harvard.edu>
23689              Date: Mon, 9 Jul 2001 17:16:15 -0400 (edt)
23690              Message-Id: <200107092116.RAA12010@bottesini.harvard.edu>
23691      Branch: perl
23692            ! ext/File/Glob/t/basic.t
23693 ____________________________________________________________________________
23694 [ 11244] By: jhi                                   on 2001/07/10  01:16:27
23695         Log: Subject: [PATCH] Encode::Tcl. add "HZ" encoding and bugfix
23696              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
23697              Date: Tue, 10 Jul 2001 00:29:55 +0900
23698              Message-Id: <20010710002756.B497.BQW10602@nifty.com>
23699      Branch: perl
23700            + ext/Encode/Encode/HZ.enc
23701            ! MANIFEST ext/Encode/Encode/7bit-kana.enc
23702            ! ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
23703            ! ext/Encode/Encode/iso2022-jp.enc
23704            ! ext/Encode/Encode/iso2022-kr.enc
23705 ____________________________________________________________________________
23706 [ 11243] By: pudge                                 on 2001/07/09  22:16:12
23707         Log: Add in all them there macos/ files.
23708      Branch: maint-5.6/macperl
23709            + (add 577 files)
23710 ____________________________________________________________________________
23711 [ 11242] By: jhi                                   on 2001/07/09  20:26:04
23712         Log: Add the new modules to the list of having those own tests.
23713      Branch: perl
23714            ! t/lib/1_compile.t
23715 ____________________________________________________________________________
23716 [ 11241] By: jhi                                   on 2001/07/09  19:09:58
23717         Log: Add INOUT to control both ways at the same time.
23718      Branch: perl
23719            ! lib/open.pm
23720 ____________________________________________________________________________
23721 [ 11240] By: nick                                  on 2001/07/09  16:33:50
23722         Log: Integrate mainline
23723      Branch: perlio
23724           +> ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
23725           +> ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
23726           !> (integrate 41 files)
23727 ____________________________________________________________________________
23728 [ 11239] By: jhi                                   on 2001/07/09  16:14:35
23729         Log: More encoding mapping magic.
23730      Branch: perl
23731            ! lib/open.pm
23732 ____________________________________________________________________________
23733 [ 11238] By: jhi                                   on 2001/07/09  14:40:43
23734         Log: Update Changes.
23735      Branch: perl
23736            ! Changes patchlevel.h
23737 ____________________________________________________________________________
23738 [ 11237] By: jhi                                   on 2001/07/09  14:27:27
23739         Log: (Retracted by #11285).
23740              
23741              Subject: [PATCH] OPpCONST_OCTAL fixes
23742              From: Abhijit Menon-Sen <ams@wiw.org>
23743              Date: Mon, 9 Jul 2001 07:38:45 +0530
23744              Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org>
23745      Branch: perl
23746            ! op.c
23747 ____________________________________________________________________________
23748 [ 11236] By: jhi                                   on 2001/07/09  14:10:07
23749         Log: Add a pseudolayer ":locale" to the open pragma which
23750              will get the encoding from the locale.  Yet undocumented
23751              because I can't get the PerlIO :encoding(foobar) to work.
23752      Branch: perl
23753            ! ext/Encode/Encode.pm lib/open.pm
23754 ____________________________________________________________________________
23755 [ 11235] By: jhi                                   on 2001/07/09  13:38:43
23756         Log: Add more encoding mappings.
23757      Branch: perl
23758            ! ext/Encode/Encode.pm
23759 ____________________________________________________________________________
23760 [ 11234] By: jhi                                   on 2001/07/09  13:24:54
23761         Log: Document that using :encoding layer requires using Encode.
23762      Branch: perl
23763            ! ext/Encode/Encode.pm lib/PerlIO.pm
23764 ____________________________________________________________________________
23765 [ 11233] By: jhi                                   on 2001/07/09  13:19:34
23766         Log: Netware tweak from Ananth Kesari.
23767      Branch: perl
23768            ! NetWare/netware.h
23769 ____________________________________________________________________________
23770 [ 11232] By: gsar                                  on 2001/07/09  04:40:07
23771         Log: t/harness doesn't know about run/*.t
23772      Branch: perl
23773            ! t/harness
23774 ____________________________________________________________________________
23775 [ 11231] By: gsar                                  on 2001/07/09  04:36:30
23776         Log: run/exit.t busted on windows
23777      Branch: perl
23778            ! t/run/exit.t
23779 ____________________________________________________________________________
23780 [ 11230] By: gsar                                  on 2001/07/09  04:14:54
23781         Log: fix a couple of UCD.t tests that fail due to bad case
23782      Branch: perl
23783            ! lib/Unicode/UCD.t
23784 ____________________________________________________________________________
23785 [ 11229] By: gsar                                  on 2001/07/09  03:57:06
23786         Log: test skip logic was broken
23787      Branch: perl
23788            ! ext/I18N/Langinfo/Langinfo.t
23789 ____________________________________________________________________________
23790 [ 11228] By: gsar                                  on 2001/07/09  03:42:20
23791         Log: remove *.pdb files on windows upon $(MAKE) clean (fixes
23792              failure of ExtUtils.t#27 when built in debug mode)
23793      Branch: perl
23794            ! lib/ExtUtils/MM_Win32.pm
23795 ____________________________________________________________________________
23796 [ 11227] By: gsar                                  on 2001/07/09  02:11:04
23797         Log: I18N::Langinfo is not available on windows
23798      Branch: perl
23799            ! win32/FindExt.pm
23800 ____________________________________________________________________________
23801 [ 11226] By: gsar                                  on 2001/07/09  01:55:23
23802         Log: save a dTHX
23803      Branch: perl
23804            ! ext/POSIX/POSIX.xs
23805 ____________________________________________________________________________
23806 [ 11225] By: jhi                                   on 2001/07/08  23:42:37
23807         Log: Update Changes.
23808      Branch: perl
23809            ! Changes patchlevel.h
23810 ____________________________________________________________________________
23811 [ 11224] By: jhi                                   on 2001/07/08  23:05:41
23812         Log: Guard the nl_langinfo() with HAS_NL_LANGINFO 
23813              as pointed out by Sarathy.
23814      Branch: perl
23815            ! ext/I18N/Langinfo/Langinfo.xs
23816 ____________________________________________________________________________
23817 [ 11223] By: jhi                                   on 2001/07/08  22:59:01
23818         Log: Retract #11212.
23819      Branch: perl
23820            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
23821 ____________________________________________________________________________
23822 [ 11222] By: jhi                                   on 2001/07/08  17:41:22
23823         Log: Bump up the VERSION of Cwd.xs.
23824      Branch: perl
23825            ! ext/Cwd/Makefile.PL
23826 ____________________________________________________________________________
23827 [ 11221] By: jhi                                   on 2001/07/08  17:13:38
23828         Log: Retract #11220, the problem wasn't the missing leading zero.
23829              Here's the problem:
23830              $ ./perl -we 'chmod(oct("755"), ".")'
23831              Non-octal literal mode (493) specified at -e line 1.
23832              (Did you mean 0493 instead?)
23833      Branch: perl
23834            ! lib/ExtUtils/MM_Unix.pm
23835 ____________________________________________________________________________
23836 [ 11220] By: jhi                                   on 2001/07/08  17:05:55
23837         Log: (Retracted by #11221)
23838              Change the PERM_RW and PERM_RWX to 0644 and 0755
23839              (add the leading zero).
23840      Branch: perl
23841            ! lib/ExtUtils/MM_Unix.pm
23842 ____________________________________________________________________________
23843 [ 11219] By: jhi                                   on 2001/07/08  16:17:32
23844         Log: Integrate changes #11193, 11205, 11209 from macperl.
23845              
23846              Fix up AutoLoader to fudge for Mac paths in import().
23847              
23848              Allow symbols in try_symbol() to begin with "_".
23849              
23850              Small portability fix for Mac OS.
23851      Branch: perl
23852           !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl
23853 ____________________________________________________________________________
23854 [ 11218] By: jhi                                   on 2001/07/08  16:10:30
23855         Log: Metaconfig unit change for #11217.
23856      Branch: metaconfig/U/perl
23857            ! Extensions.U
23858 ____________________________________________________________________________
23859 [ 11217] By: jhi                                   on 2001/07/08  16:10:07
23860         Log: Detypo, problem noticed by Gerrit P. Haase.
23861      Branch: perl
23862            ! Configure config_h.SH
23863 ____________________________________________________________________________
23864 [ 11216] By: jhi                                   on 2001/07/08  15:58:35
23865         Log: Cwd cleanups.
23866      Branch: perl
23867            ! ext/Cwd/Cwd.xs
23868 ____________________________________________________________________________
23869 [ 11215] By: jhi                                   on 2001/07/08  15:52:57
23870         Log: Slight tweaks on #11213.
23871      Branch: perl
23872            ! toke.c
23873 ____________________________________________________________________________
23874 [ 11214] By: jhi                                   on 2001/07/08  14:32:28
23875         Log: A missing dTHX noticed by Gerrit P. Haase.
23876      Branch: perl
23877            ! ext/POSIX/POSIX.xs
23878 ____________________________________________________________________________
23879 [ 11213] By: jhi                                   on 2001/07/08  14:24:44
23880         Log: Subject: [PATCH toke.c] Simplify yytoke()
23881              From: Simon Cozens <simon@netthink.co.uk>
23882              Date: Sun, 8 Jul 2001 13:24:34 +0100
23883              Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror>
23884              
23885              Split out pending_ident().
23886      Branch: perl
23887            ! embed.h embed.pl pod/perlapi.pod proto.h toke.c
23888 ____________________________________________________________________________
23889 [ 11212] By: jhi                                   on 2001/07/08  14:17:10
23890         Log: (Retracted by #11223.)
23891              Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004
23892              Date: Wed, 05 Nov 1997 17:22:34 -0600
23893              From: Graham Barr <gbarr@ti.com>
23894              Message-Id: <3460FFBA.6DA51F46@ti.com>
23895      Branch: perl
23896            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
23897 ____________________________________________________________________________
23898 [ 11211] By: jhi                                   on 2001/07/08  13:53:38
23899         Log: Fix I18N::Langinfo nits noticed but Philip Newton.
23900      Branch: perl
23901            ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
23902            ! pod/perllocale.pod
23903 ____________________________________________________________________________
23904 [ 11210] By: jhi                                   on 2001/07/08  01:34:09
23905         Log: Really do the test under the C locale.
23906      Branch: perl
23907            ! ext/I18N/Langinfo/Langinfo.t
23908 ____________________________________________________________________________
23909 [ 11209] By: pudge                                 on 2001/07/08  01:19:25
23910         Log: Small portability fix for Mac OS.
23911      Branch: maint-5.6/macperl
23912            ! lib/Cwd.pm
23913 ____________________________________________________________________________
23914 [ 11208] By: jhi                                   on 2001/07/08  01:14:58
23915         Log: Metaconfig unit change for #11207.
23916      Branch: metaconfig/U/perl
23917            ! Extensions.U
23918 ____________________________________________________________________________
23919 [ 11207] By: jhi                                   on 2001/07/08  01:14:02
23920         Log: Add I18N::Langinfo, which is basically a wrapper around
23921              nl_langinfo(), which is an additional way to query locale
23922              specific information.
23923      Branch: perl
23924            + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
23925            + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
23926            ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod
23927 ____________________________________________________________________________
23928 [ 11206] By: pudge                                 on 2001/07/08  00:56:29
23929         Log: Bugfixes for some tests.  commonsense.t not in perl 5.6,
23930              used in File::Find tests; replace with if.t.
23931      Branch: maint-5.6/macperl
23932            ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t
23933            ! t/pragma/warn/op
23934 ____________________________________________________________________________
23935 [ 11205] By: pudge                                 on 2001/07/07  23:55:56
23936         Log: Allow symbols in try_symbol() to begin with "_".
23937      Branch: maint-5.6/macperl
23938            ! makedef.pl
23939 ____________________________________________________________________________
23940 [ 11204] By: pudge                                 on 2001/07/07  23:53:37
23941         Log: Sync up the File::Find changes from the rewrite by
23942              Thomas Wegner, et al.
23943      Branch: maint-5.6/macperl
23944            + t/lib/filefind-taint.t
23945            ! lib/File/Find.pm t/lib/filefind.t
23946 ____________________________________________________________________________
23947 [ 11203] By: pudge                                 on 2001/07/07  23:43:06
23948         Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff
23949              From: Thomas Wegner <wegner_thomas@yahoo.com>
23950              Date: Thu, 5 Jul 2001 20:31:25 +0200
23951              Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]>
23952      Branch: maint-5.6/macperl
23953            ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl
23954 ____________________________________________________________________________
23955 [ 11202] By: pudge                                 on 2001/07/07  23:38:36
23956         Log: Some more test portability fixes.
23957      Branch: maint-5.6/macperl
23958            ! t/lib/filecopy.t t/pragma/warn/pp_sys
23959 ____________________________________________________________________________
23960 [ 11201] By: jhi                                   on 2001/07/07  22:52:38
23961         Log: The #11200 removed wrong (non-existent) target.  Duh.
23962      Branch: perl
23963            ! Makefile.SH
23964 ____________________________________________________________________________
23965 [ 11200] By: jhi                                   on 2001/07/07  22:44:14
23966         Log: Zap the lib/re.pm before creating it.
23967      Branch: perl
23968            ! Makefile.SH
23969 ____________________________________________________________________________
23970 [ 11199] By: pudge                                 on 2001/07/07  20:54:35
23971         Log: Another test.  Please ignore.
23972      Branch: maint-5.6/macperl
23973            ! README.macos
23974 ____________________________________________________________________________
23975 [ 11198] By: pudge                                 on 2001/07/07  20:44:12
23976         Log: Portability fixes for a lot of tests, especially IO-related
23977              tests, and warnings, and the harness script.
23978      Branch: maint-5.6/macperl
23979            ! t/harness t/io/argv.t t/io/dup.t t/io/fs.t t/io/inplace.t
23980            ! t/io/iprefix.t t/io/open.t t/io/openpid.t t/lib/filepath.t
23981            ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t
23982            ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t
23983            ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t
23984            ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio
23985            ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys
23986            ! t/pragma/warnings.t
23987 ____________________________________________________________________________
23988 [ 11197] By: jhi                                   on 2001/07/07  20:32:28
23989         Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs)
23990              From: Nicholas Clark <nick@ccl4.org>
23991              Date: Sat, 7 Jul 2001 21:00:17 +0100
23992              Message-ID: <20010707210017.H59620@plum.flirble.org>
23993      Branch: perl
23994            ! lib/h2xs.t
23995 ____________________________________________________________________________
23996 [ 11196] By: jhi                                   on 2001/07/07  20:26:36
23997         Log: The UNICOS/mk SysV IPC problem has been fixed.
23998      Branch: perl
23999            ! pod/perl572delta.pod
24000 ____________________________________________________________________________
24001 [ 11195] By: jhi                                   on 2001/07/07  19:59:51
24002         Log: Slight update tweaks on perlunicode.pod.
24003      Branch: perl
24004            ! pod/perlunicode.pod
24005 ____________________________________________________________________________
24006 [ 11194] By: jhi                                   on 2001/07/07  17:53:03
24007         Log: Subject: Doc patch DB_File.pm: use umask-friendly modes
24008              From: Mark-Jason Dominus <mjd@plover.com>
24009              Date: Sat, 07 Jul 2001 13:04:04 -0400
24010              Message-ID: <20010707170404.32694.qmail@plover.com>
24011      Branch: perl
24012            ! ext/DB_File/DB_File.pm
24013 ____________________________________________________________________________
24014 [ 11193] By: pudge                                 on 2001/07/07  17:26:28
24015         Log: Fix up AutoLoader to fudge for Mac paths in import().
24016      Branch: maint-5.6/macperl
24017            ! lib/AutoLoader.pm
24018 ____________________________________________________________________________
24019 [ 11192] By: jhi                                   on 2001/07/07  17:03:06
24020         Log: Try to force the lib/re.pm to be there before entering
24021              the extensions builds, should help for parallel makes.
24022      Branch: perl
24023            ! Makefile.SH
24024 ____________________________________________________________________________
24025 [ 11191] By: jhi                                   on 2001/07/07  15:26:16
24026         Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
24027              From: Norton Allen <allen@huarp.harvard.edu>
24028              Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt)
24029              Message-Id: <200107061601.MAA00597@bottesini.harvard.edu>
24030      Branch: perl
24031            ! ext/POSIX/POSIX.xs
24032 ____________________________________________________________________________
24033 [ 11190] By: jhi                                   on 2001/07/07  15:22:08
24034         Log: Subject: [PATCH] Re: op/arith.t
24035              From: Nicholas Clark <nick@ccl4.org>
24036              Date: Sat, 7 Jul 2001 13:04:54 +0100
24037              Message-ID: <20010707130454.D59620@plum.flirble.org>
24038      Branch: perl
24039            ! numeric.c toke.c
24040 ____________________________________________________________________________
24041 [ 11189] By: jhi                                   on 2001/07/07  15:20:44
24042         Log: Subject: [PATCH] h2xs
24043              From: Nicholas Clark <nick@ccl4.org>
24044              Date: Fri, 6 Jul 2001 23:25:14 +0100
24045              Message-ID: <20010706232514.X59620@plum.flirble.org>
24046      Branch: perl
24047            ! utils/h2xs.PL
24048 ____________________________________________________________________________
24049 [ 11188] By: jhi                                   on 2001/07/07  15:12:36
24050         Log: Subject: Re: bleedperl perl_alloc..free leakage
24051              From: Radu Greab <radu@netsoft.ro>
24052              Date: Fri, 6 Jul 2001 19:48:54 +0300
24053              Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>
24054              
24055              Leak-be-gone.
24056      Branch: perl
24057            ! op.c
24058 ____________________________________________________________________________
24059 [ 11187] By: pudge                                 on 2001/07/07  02:11:36
24060         Log: Test again.  Please ignore.
24061      Branch: maint-5.6/macperl
24062            ! README.macos
24063 ____________________________________________________________________________
24064 [ 11186] By: pudge                                 on 2001/07/07  02:08:13
24065         Log: Test.  Please ignore.
24066      Branch: maint-5.6/macperl
24067            ! README.macos
24068 ____________________________________________________________________________
24069 [ 11185] By: pudge                                 on 2001/07/06  23:46:57
24070         Log: Include changes already sent in separately as patches,
24071              before branch was created.
24072      Branch: maint-5.6/macperl
24073            ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c
24074            ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm
24075            ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t
24076            ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t
24077            ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t
24078            ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t
24079            ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t
24080            ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t
24081            ! t/op/regexp_noamp.t t/op/split.t t/op/write.t
24082            ! t/pragma/strict.t
24083 ____________________________________________________________________________
24084 [ 11184] By: jhi                                   on 2001/07/06  16:41:30
24085         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
24086              From: Norton Allen <allen@huarp.harvard.edu>
24087              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
24088              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
24089      Branch: perl
24090            ! utf8.h
24091 ____________________________________________________________________________
24092 [ 11183] By: nick                                  on 2001/07/06  16:27:40
24093         Log: Integrate mainline
24094      Branch: perlio
24095           +> (branch 42 files)
24096            - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm
24097            - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t
24098            - win32/bin/mdelete.bat
24099           !> (integrate 215 files)
24100 ____________________________________________________________________________
24101 [ 11182] By: jhi                                   on 2001/07/06  15:57:16
24102         Log: The #11166 needed also these updated.
24103      Branch: perl
24104            ! lib/warnings.pm warnings.h
24105 ____________________________________________________________________________
24106 [ 11181] By: jhi                                   on 2001/07/06  13:24:42
24107         Log: Update Changes.
24108      Branch: perl
24109            ! Changes patchlevel.h
24110 ____________________________________________________________________________
24111 [ 11180] By: jhi                                   on 2001/07/06  13:20:08
24112         Log: Regen toc.
24113      Branch: perl
24114            ! pod/perltoc.pod
24115 ____________________________________________________________________________
24116 [ 11179] By: jhi                                   on 2001/07/06  12:57:13
24117         Log: Nit from Abhijit.
24118      Branch: perl
24119            ! lib/CPAN.pm
24120 ____________________________________________________________________________
24121 [ 11178] By: jhi                                   on 2001/07/06  12:53:04
24122         Log: Retract #11172.
24123      Branch: perl
24124            ! t/op/method.t
24125 ____________________________________________________________________________
24126 [ 11177] By: jhi                                   on 2001/07/06  12:44:51
24127         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
24128              From: Norton Allen <allen@huarp.harvard.edu>
24129              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
24130              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
24131      Branch: perl
24132            ! lib/Cwd.pm
24133 ____________________________________________________________________________
24134 [ 11176] By: jhi                                   on 2001/07/06  12:42:45
24135         Log: (Accidentally empty check-in.)
24136      Branch: perl
24137            ! utf8.h
24138 ____________________________________________________________________________
24139 [ 11175] By: jhi                                   on 2001/07/06  12:29:56
24140         Log: Retract #11165 since Sarathy pointed out it'll not
24141              work properly under threads, the problem should be
24142              solved using "the savestack, either via SSNEW() or
24143              using a newSVpv()+SAVEFREESV() combo."
24144      Branch: perl
24145            ! ext/POSIX/POSIX.xs
24146 ____________________________________________________________________________
24147 [ 11174] By: jhi                                   on 2001/07/06  12:27:31
24148         Log: Retract #11125 since NI-S pointed out it'll not work in
24149              cases where the extension has their own handcrafted INC
24150              et alia.
24151      Branch: perl
24152            ! lib/ExtUtils/MM_Unix.pm
24153 ____________________________________________________________________________
24154 [ 11173] By: jhi                                   on 2001/07/06  12:20:50
24155         Log: Subject: RE: [PATCH] -I and MakeMaker again
24156              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
24157              Date: Fri, 6 Jul 2001 09:18:29 +0200
24158              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>
24159      Branch: perl
24160            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm
24161            ! lib/ExtUtils/MM_Win32.pm
24162 ____________________________________________________________________________
24163 [ 11172] By: jhi                                   on 2001/07/06  12:18:39
24164         Log: (Retracted by #11178)
24165              Subject: [PATCH t/op/method.t] SUPER:: strangeness
24166              From: Piers Cawley <pdcawley@iterative-software.com>
24167              Date: 06 Jul 2001 10:49:01 +0100
24168              Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>
24169      Branch: perl
24170            ! t/op/method.t
24171 ____________________________________________________________________________
24172 [ 11171] By: jhi                                   on 2001/07/06  01:38:55
24173         Log: VOS README update from Paul Green.
24174      Branch: perl
24175            ! README.vos
24176 ____________________________________________________________________________
24177 [ 11170] By: jhi                                   on 2001/07/06  01:19:33
24178         Log: Subject: [PATCH README.qnx hints/qnx.sh]
24179              From: Norton Allen <allen@huarp.harvard.edu>
24180              Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>
24181              Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt)
24182      Branch: perl
24183            ! README.qnx hints/qnx.sh
24184 ____________________________________________________________________________
24185 [ 11169] By: jhi                                   on 2001/07/06  01:17:43
24186         Log: Subject: [PATCH] Doc patch for Tie::Hash
24187              From: Artur Bergman <artur@contiller.se>
24188              Date: Thu, 05 Jul 2001 22:51:18 +0200
24189              Message-ID: <B76A9FE6.1F04%artur@contiller.se>
24190      Branch: perl
24191            ! lib/Tie/Hash.pm
24192 ____________________________________________________________________________
24193 [ 11168] By: jhi                                   on 2001/07/06  01:16:27
24194         Log: Subject: [PATCH] perlfaq4.pod
24195              From: "Liney, Dave" <dave.liney@gbr.conoco.com>
24196              Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
24197              Date: Thu, 5 Jul 2001 18:44:10 +0100 
24198      Branch: perl
24199            ! pod/perlfaq4.pod
24200 ____________________________________________________________________________
24201 [ 11167] By: jhi                                   on 2001/07/06  01:14:41
24202         Log: Subject: [PATCH B::Deparse] Make warnings handling more robust
24203              From: Robin Houston <robin@kitsite.com>
24204              Date: Thu, 5 Jul 2001 18:33:21 +0100
24205              Message-ID: <20010705183321.A27345@robin.kitsite.com>
24206      Branch: perl
24207            ! ext/B/B/Deparse.pm
24208 ____________________________________________________________________________
24209 [ 11166] By: jhi                                   on 2001/07/06  01:11:50
24210         Log: (Retracted by #11285.)
24211              
24212              Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
24213              From: Abhijit Menon-Sen <ams@wiw.org>
24214              Date: Fri, 6 Jul 2001 01:26:32 +0530
24215              Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>
24216      Branch: perl
24217            ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym
24218            ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c
24219            ! warnings.pl
24220 ____________________________________________________________________________
24221 [ 11165] By: jhi                                   on 2001/07/06  00:19:26
24222         Log: (Retracted by #11175)
24223              Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
24224              From: Norton Allen <allen@huarp.harvard.edu>
24225              Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>
24226              Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt)
24227      Branch: perl
24228            ! ext/POSIX/POSIX.xs
24229 ____________________________________________________________________________
24230 [ 11164] By: jhi                                   on 2001/07/06  00:14:57
24231         Log: Unterminated C< (noticed by Richard Hatch), and few other
24232              small Unicode doc tweaks.
24233      Branch: perl
24234            ! pod/perlretut.pod
24235 ____________________________________________________________________________
24236 [ 11163] By: jhi                                   on 2001/07/05  19:33:34
24237         Log: More flexible argument understanding; add charblocks() and
24238              charscripts(); make charblock() and charscript() two-way;
24239              add charinrange(); separate the $Unicode::UCD::VERSION and
24240              the version of the Unicode by adding UnicodeVersion().
24241      Branch: perl
24242            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
24243 ____________________________________________________________________________
24244 [ 11162] By: jhi                                   on 2001/07/05  13:38:36
24245         Log: Update Unicode::UCD on \p{In...}.
24246      Branch: perl
24247            ! lib/Unicode/UCD.pm
24248 ____________________________________________________________________________
24249 [ 11161] By: jhi                                   on 2001/07/05  13:26:00
24250         Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
24251              From: Norton Allen <allen@huarp.harvard.edu>
24252              Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt)
24253              Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>
24254      Branch: perl
24255            ! lib/ExtUtils/MM_Unix.pm
24256 ____________________________________________________________________________
24257 [ 11160] By: jhi                                   on 2001/07/05  13:06:53
24258         Log: POSIX-BC tweaks from Thomas Dorner.
24259      Branch: perl
24260            ! hints/posix-bc.sh perlio.h
24261 ____________________________________________________________________________
24262 [ 11159] By: jhi                                   on 2001/07/05  04:17:18
24263         Log: Module updates for the delta.
24264      Branch: perl
24265            ! pod/perl572delta.pod
24266 ____________________________________________________________________________
24267 [ 11158] By: jhi                                   on 2001/07/05  03:45:19
24268         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX
24269              From: Norton Allen <allen@huarp.harvard.edu>
24270              Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>
24271              Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt)
24272      Branch: perl
24273            ! ext/IO/lib/IO/t/io_sock.t
24274 ____________________________________________________________________________
24275 [ 11157] By: jhi                                   on 2001/07/05  03:44:19
24276         Log: Subject: [PATCH perldiag.pod] Quick fixes
24277              From: Simon Cozens <simon@netthink.co.uk>
24278              Date: Wed, 4 Jul 2001 20:22:12 +0100
24279              Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>
24280      Branch: perl
24281            ! pod/perldiag.pod
24282 ____________________________________________________________________________
24283 [ 11156] By: jhi                                   on 2001/07/05  03:43:28
24284         Log: (retracted by #13533)
24285              
24286              Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match
24287              From: Radu Greab <radu@netsoft.ro>
24288              Date: Wed, 4 Jul 2001 22:13:31 +0300
24289              Message-ID: <15171.27355.895094.128142@ix.netsoft.ro>
24290      Branch: perl
24291            ! op.c sv.c t/op/pos.t
24292 ____________________________________________________________________________
24293 [ 11155] By: jhi                                   on 2001/07/05  03:40:24
24294         Log: Subject: [PATCH] -I and MakeMaker again
24295              From: Michael G Schwern <schwern@pobox.com>
24296              Date: Wed, 4 Jul 2001 15:03:07 -0400
24297              Message-ID: <20010704150307.I20340@blackrider>
24298              
24299              (and retract #11145)
24300      Branch: perl
24301            ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm
24302            ! lib/ExtUtils/MakeMaker.pm
24303 ____________________________________________________________________________
24304 [ 11154] By: jhi                                   on 2001/07/05  03:32:43
24305         Log: Subject: Re: PERFORCE change 11142 for review
24306              From: "Philip Newton" <Philip.Newton@gmx.net>
24307              Date: Wed, 4 Jul 2001 20:46:26 +0200
24308              Message-Id: <200107041841.VAA25380@taas.iki.fi>
24309      Branch: perl
24310            ! lib/ExtUtils/MakeMaker.pm
24311 ____________________________________________________________________________
24312 [ 11153] By: jhi                                   on 2001/07/05  03:29:21
24313         Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
24314              From: Jonathan Stowe <gellyfish@gellyfish.com>
24315              Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST)
24316              Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>
24317      Branch: perl
24318            ! utils/pl2pm.PL
24319 ____________________________________________________________________________
24320 [ 11152] By: gsar                                  on 2001/07/05  00:52:57
24321         Log: fix the binary compatibility issue when building with/without
24322              usemymalloc by exporting Perl_malloc() et al as simple wrappers
24323              around the system functions (this allows most extensions built
24324              using one mode to coexist with perls built in the other mode)
24325              
24326              XXX the Perl_mfree() wrapper might need to do return(free()) on
24327              platforms where Free_t isn't "void"
24328      Branch: perl
24329            ! embed.h embed.pl makedef.pl proto.h util.c
24330 ____________________________________________________________________________
24331 [ 11151] By: gsar                                  on 2001/07/05  00:42:49
24332         Log: perl built with USE_ITHREADS can deadlock during fork() or backticks
24333              since it doesn't ensure threads other than the one calling fork()
24334              aren't holding any locks; the fix is to use pthread_atfork() to
24335              hold global locks
24336              
24337              building perl with -Dusemymalloc exacerbates the problem since
24338              Perl_malloc() holds a mutex, and perl's exec() calls New()
24339              
24340              XXX the code in win32thread.h may be needed on platforms that have
24341              no pthread_atfork()
24342      Branch: perl
24343            ! perl.c thread.h win32/win32thread.h
24344 ____________________________________________________________________________
24345 [ 11150] By: pudge                                 on 2001/07/04  20:07:54
24346         Log: Integrate #11009 from maintperl.
24347      Branch: maint-5.6/macperl
24348           !> lib/ExtUtils/Manifest.pm
24349 ____________________________________________________________________________
24350 [ 11149] By: pudge                                 on 2001/07/04  19:54:46
24351         Log: Flexing my Perforce muscles.
24352      Branch: maint-5.6/macperl
24353            ! README.macos
24354 ____________________________________________________________________________
24355 [ 11148] By: jhi                                   on 2001/07/04  17:14:51
24356         Log: Update Changes.
24357      Branch: perl
24358            ! Changes patchlevel.h
24359 ____________________________________________________________________________
24360 [ 11147] By: jhi                                   on 2001/07/04  16:41:25
24361         Log: Metaconfig unit change for #11146.
24362      Branch: metaconfig/U/perl
24363            ! d_fcntl_can_lock.U
24364 ____________________________________________________________________________
24365 [ 11146] By: jhi                                   on 2001/07/04  16:36:31
24366         Log: Somehow the #ifdefs of the added code (in #11093) made
24367              HP-UX to fail the fcntl locking test, without the ifdefs
24368              the test seems to be working again.  Reason unknown:
24369              HP-UX cc doesn't complain either way.
24370      Branch: perl
24371            ! Configure
24372 ____________________________________________________________________________
24373 [ 11145] By: jhi                                   on 2001/07/04  16:08:00
24374         Log: (Retracted by #11155) PERLRUNINST needed in some spots.
24375      Branch: perl
24376            ! lib/ExtUtils/MM_Unix.pm
24377 ____________________________________________________________________________
24378 [ 11144] By: jhi                                   on 2001/07/04  16:07:35
24379         Log: gcc -Wall nit.
24380      Branch: perl
24381            ! pp_hot.c
24382 ____________________________________________________________________________
24383 [ 11143] By: jhi                                   on 2001/07/04  15:08:26
24384         Log: When removing tests updating the test count is a good idea, too.
24385      Branch: perl
24386            ! lib/Net/t/require.t
24387 ____________________________________________________________________________
24388 [ 11142] By: jhi                                   on 2001/07/04  14:57:51
24389         Log: Document #11134 and add the new symbols to the list of
24390              of MakeMaker known ones.
24391      Branch: perl
24392            ! lib/ExtUtils/MakeMaker.pm
24393 ____________________________________________________________________________
24394 [ 11141] By: jhi                                   on 2001/07/04  14:34:11
24395         Log: Microperl update.
24396      Branch: perl
24397            ! uconfig.h
24398 ____________________________________________________________________________
24399 [ 11140] By: jhi                                   on 2001/07/04  14:32:27
24400         Log: Update the libnet tests as per #11138.
24401      Branch: perl
24402            - lib/Net/t/ph.t
24403            ! MANIFEST lib/Net/t/require.t
24404 ____________________________________________________________________________
24405 [ 11139] By: jhi                                   on 2001/07/04  14:14:33
24406         Log: Regen toc and modlib.
24407      Branch: perl
24408            ! pod/perlmodlib.pod pod/perltoc.pod
24409 ____________________________________________________________________________
24410 [ 11138] By: jhi                                   on 2001/07/04  14:10:38
24411         Log: Remove DummyInetd, PH, and SNPP from the libnet, as per
24412              Graham's request.
24413      Branch: perl
24414            - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm
24415            ! MANIFEST
24416 ____________________________________________________________________________
24417 [ 11137] By: jhi                                   on 2001/07/04  14:06:35
24418         Log: Add the OS/390 harness results to the delta.
24419      Branch: perl
24420            ! pod/perl572delta.pod
24421 ____________________________________________________________________________
24422 [ 11136] By: jhi                                   on 2001/07/04  13:59:01
24423         Log: Avoid the two study tests in OS/390 until the bug has been solved.
24424      Branch: perl
24425            ! t/op/study.t
24426 ____________________________________________________________________________
24427 [ 11135] By: jhi                                   on 2001/07/04  13:49:08
24428         Log: DOS/DJGPP tweaks from Laszlo Molnar.
24429      Branch: perl
24430            ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t
24431 ____________________________________________________________________________
24432 [ 11134] By: jhi                                   on 2001/07/04  13:47:46
24433         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE
24434              From: Michael G Schwern <schwern@pobox.com>
24435              Date: Wed, 4 Jul 2001 00:01:16 -0400
24436              Message-ID: <20010704000116.C591@blackrider>
24437      Branch: perl
24438            ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm
24439 ____________________________________________________________________________
24440 [ 11133] By: jhi                                   on 2001/07/04  01:55:20
24441         Log: The #11132 missed singleton characters (not part
24442              of a unilo..unihi range) in Unicode scripts.
24443      Branch: perl
24444            ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl
24445            ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl
24446            ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
24447            ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl
24448            ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl
24449            ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl
24450            ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl
24451            ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl
24452            ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl
24453            ! lib/unicode/mktables.PL t/op/pat.t
24454 ____________________________________________________________________________
24455 [ 11132] By: jhi                                   on 2001/07/04  01:32:11
24456         Log: Support preferentially the Unicode 'scripts' definition
24457              in the \p{In...} notation since according to Unicode the
24458              scripts concept is more natural for matching than using
24459              the somewhat artificial block names.  The block names are
24460              still available, though, and if there's a name conflict,
24461              the scripts one wins and the blocks one has to do with
24462              'Block' appended to its name.  For more information see
24463              
24464              http://www.unicode.org/unicode/reports/tr24/
24465      Branch: perl
24466            + lib/unicode/In/100.pl lib/unicode/In/101.pl
24467            + lib/unicode/In/102.pl lib/unicode/In/103.pl
24468            + lib/unicode/In/104.pl lib/unicode/In/105.pl
24469            + lib/unicode/In/106.pl lib/unicode/In/107.pl
24470            + lib/unicode/In/108.pl lib/unicode/In/109.pl
24471            + lib/unicode/In/110.pl lib/unicode/In/111.pl
24472            + lib/unicode/In/112.pl lib/unicode/In/113.pl
24473            + lib/unicode/In/114.pl lib/unicode/In/115.pl
24474            + lib/unicode/In/116.pl lib/unicode/In/117.pl
24475            + lib/unicode/In/118.pl lib/unicode/In/119.pl
24476            + lib/unicode/In/120.pl lib/unicode/In/121.pl
24477            + lib/unicode/In/122.pl lib/unicode/In/123.pl
24478            + lib/unicode/In/124.pl lib/unicode/In/125.pl
24479            + lib/unicode/In/126.pl lib/unicode/In/127.pl
24480            + lib/unicode/In/128.pl lib/unicode/In/129.pl
24481            + lib/unicode/In/130.pl lib/unicode/In/131.pl
24482            + lib/unicode/In/132.pl lib/unicode/In/133.pl
24483            + lib/unicode/In/134.pl lib/unicode/In/135.pl
24484            + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl
24485            + lib/unicode/In/99.pl lib/unicode/Scripts.pl
24486            ! (edit 106 files)
24487 ____________________________________________________________________________
24488 [ 11131] By: jhi                                   on 2001/07/03  23:02:02
24489         Log: Better document the difference between a block and a script.
24490      Branch: perl
24491            ! lib/Unicode/UCD.pm
24492 ____________________________________________________________________________
24493 [ 11130] By: jhi                                   on 2001/07/03  22:49:15
24494         Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch
24495              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
24496              Date: Tue, 3 Jul 2001 15:04:23 -0500
24497              Message-ID: <20010703150423.C9787@chaos.wustl.edu>
24498      Branch: perl
24499            ! lib/CPAN.pm
24500 ____________________________________________________________________________
24501 [ 11129] By: jhi                                   on 2001/07/03  22:45:41
24502         Log: Add tests for charscript().
24503      Branch: perl
24504            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
24505 ____________________________________________________________________________
24506 [ 11128] By: jhi                                   on 2001/07/03  20:41:54
24507         Log: Add charscript() to get the UTR#24 script names of characters.
24508      Branch: perl
24509            ! lib/Unicode/UCD.pm
24510 ____________________________________________________________________________
24511 [ 11127] By: jhi                                   on 2001/07/03  19:53:29
24512         Log: Todo updates.
24513      Branch: perl
24514            ! pod/perltodo.pod
24515 ____________________________________________________________________________
24516 [ 11126] By: jhi                                   on 2001/07/03  19:45:30
24517         Log: Unicode::UCD updates.
24518      Branch: perl
24519            ! lib/Unicode/UCD.pm
24520 ____________________________________________________________________________
24521 [ 11125] By: jhi                                   on 2001/07/03  16:12:20
24522         Log: (Retracted by #11174)
24523              Subject: MakeMaker should pass through DEFINE and INC to subdirs
24524              From: Alan Burlison <Alan.Burlison@sun.com>
24525              Date: Tue, 03 Jul 2001 15:20:13 +0100
24526              Message-ID: <3B41D49D.A923D4F9@sun.com>
24527      Branch: perl
24528            ! lib/ExtUtils/MM_Unix.pm
24529 ____________________________________________________________________________
24530 [ 11124] By: jhi                                   on 2001/07/03  16:06:53
24531         Log: Subject: Patch needed for UTS
24532              From: hom00@utsglobal.com (Hal Morris)
24533              Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT)
24534              Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com>
24535              
24536              Replace #11113 with a better version.
24537      Branch: perl
24538            ! perl.h
24539 ____________________________________________________________________________
24540 [ 11123] By: jhi                                   on 2001/07/03  16:04:49
24541         Log: Subject: Re: POINTERRIGOR
24542              From: Andy Dougherty <doughera@lafayette.edu>
24543              Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT)
24544              Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu>
24545      Branch: perl
24546            ! util.c
24547 ____________________________________________________________________________
24548 [ 11122] By: jhi                                   on 2001/07/03  16:03:31
24549         Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files
24550              From: "Philip Newton" <pnewton@gmx.de>
24551              Date: Tue, 3 Jul 2001 17:03:34 +0200
24552              Message-ID: <3B41FAE6.29564.660E117@localhost>
24553      Branch: perl
24554            ! pp_hot.c
24555 ____________________________________________________________________________
24556 [ 11121] By: jhi                                   on 2001/07/03  13:26:08
24557         Log: Typos.
24558      Branch: perl
24559            ! INSTALL
24560 ____________________________________________________________________________
24561 [ 11120] By: jhi                                   on 2001/07/03  11:34:47
24562         Log: Subject: [PATCH 5.6.1] debugger fixes
24563              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24564              Date: Tue, 3 Jul 2001 03:38:18 -0400
24565              Message-ID: <20010703033818.A16788@math.ohio-state.edu>
24566              
24567              The $^S is working again.
24568      Branch: perl
24569            ! lib/perl5db.pl
24570 ____________________________________________________________________________
24571 [ 11119] By: jhi                                   on 2001/07/03  11:33:27
24572         Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements
24573              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24574              Date: Tue, 3 Jul 2001 03:34:06 -0400
24575              Message-ID: <20010703033406.A16776@math.ohio-state.edu>
24576      Branch: perl
24577            ! os2/OS2/Process/Process.pm
24578 ____________________________________________________________________________
24579 [ 11118] By: jhi                                   on 2001/07/03  11:29:54
24580         Log: Subject: [PATCH bleadperl] Bad lishp in change 11084
24581              From: "Philip Newton" <Philip.Newton@gmx.net>
24582              Date: Tue, 3 Jul 2001 09:11:27 +0200
24583              Message-Id: <200107030706.KAA04596@taas.iki.fi>
24584      Branch: perl
24585            ! lib/FindBin.pm
24586 ____________________________________________________________________________
24587 [ 11117] By: jhi                                   on 2001/07/03  11:25:14
24588         Log: Delta delta.
24589      Branch: perl
24590            ! pod/perl572delta.pod
24591 ____________________________________________________________________________
24592 [ 11116] By: jhi                                   on 2001/07/02  23:06:50
24593         Log: Metaconfig unit change for 11115.
24594      Branch: metaconfig
24595            ! U/modified/libc.U
24596 ____________________________________________________________________________
24597 [ 11115] By: jhi                                   on 2001/07/02  23:06:27
24598         Log: Whitespace allowed at the ends of /lib/syscalls.exp lines
24599              (from Richard Hatch) (this was the cause of pipes() and
24600              times() myeteriously not being found)
24601      Branch: perl
24602            ! Configure
24603 ____________________________________________________________________________
24604 [ 11114] By: jhi                                   on 2001/07/02  22:58:41
24605         Log: Retract #10142, the real culprit found by Richard Hatch,
24606              coming soon to Configure near you.
24607      Branch: perl
24608            ! hints/aix.sh
24609 ____________________________________________________________________________
24610 [ 11113] By: jhi                                   on 2001/07/02  22:56:09
24611         Log: (Replaced by #11124) UTS workaround from Hal Morris.
24612      Branch: perl
24613            ! perl.h
24614 ____________________________________________________________________________
24615 [ 11112] By: jhi                                   on 2001/07/02  22:53:29
24616         Log: Subject: [PATCH] grok not grocking correctly
24617              From: Nicholas Clark <nick@ccl4.org>
24618              Date: Tue, 3 Jul 2001 00:19:08 +0100
24619              Message-ID: <20010703001908.H59620@plum.flirble.org>
24620      Branch: perl
24621            ! numeric.c
24622 ____________________________________________________________________________
24623 [ 11111] By: jhi                                   on 2001/07/02  22:48:42
24624         Log: Subject: [PATCH Deparse.t] test just-posted patches
24625              From: Robin Houston <robin@kitsite.com>
24626              Date: Mon, 2 Jul 2001 23:46:15 +0100
24627              Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk>
24628      Branch: perl
24629            ! ext/B/Deparse.t
24630 ____________________________________________________________________________
24631 [ 11110] By: jhi                                   on 2001/07/02  22:27:10
24632         Log: Subject: [PATCH toke.c] autosplit into @F
24633              From: Robin Houston <robin@kitsite.com>
24634              Date: Mon, 2 Jul 2001 23:18:20 +0100
24635              Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk>
24636      Branch: perl
24637            ! perl.c toke.c
24638 ____________________________________________________________________________
24639 [ 11109] By: jhi                                   on 2001/07/02  22:25:03
24640         Log: Subject: [PATCH B::Deparse] hash key auto-quoting
24641              From: Robin Houston <robin@kitsite.com>
24642              Date: Mon, 2 Jul 2001 23:00:48 +0100
24643              Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk>
24644      Branch: perl
24645            ! ext/B/B/Deparse.pm
24646 ____________________________________________________________________________
24647 [ 11108] By: jhi                                   on 2001/07/02  19:21:18
24648         Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/
24649              From: "Philip Newton" <Philip.Newton@gmx.net>
24650              Date: Mon, 2 Jul 2001 22:06:22 +0200
24651              (no Message-Id)
24652      Branch: perl
24653            ! ext/NDBM_File/hints/linux.pl
24654 ____________________________________________________________________________
24655 [ 11107] By: jhi                                   on 2001/07/02  19:19:25
24656         Log: Subject: Re: Fixed pack problem - sort of
24657              From: Nicholas Clark <nick@ccl4.org>
24658              Date: Mon, 2 Jul 2001 20:59:20 +0100
24659              Message-ID: <20010702205919.F59620@plum.flirble.org>
24660      Branch: perl
24661            ! pp_pack.c t/op/pack.t
24662 ____________________________________________________________________________
24663 [ 11106] By: jhi                                   on 2001/07/02  19:18:28
24664         Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd
24665              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24666              Date: Mon, 2 Jul 2001 15:45:41 -0400
24667              Message-ID: <20010702154541.B24295@math.ohio-state.edu>
24668      Branch: perl
24669            ! os2/os2.c
24670 ____________________________________________________________________________
24671 [ 11105] By: jhi                                   on 2001/07/02  19:17:27
24672         Log: (Mistaken retraction)
24673      Branch: perl
24674            ! utils/pl2pm.PL
24675 ____________________________________________________________________________
24676 [ 11104] By: jhi                                   on 2001/07/02  18:56:15
24677         Log: Detypo in #11103.
24678      Branch: perl
24679            ! utils/pl2pm.PL
24680 ____________________________________________________________________________
24681 [ 11103] By: jhi                                   on 2001/07/02  18:54:53
24682         Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
24683              From: Jonathan Stowe <gellyfish@gellyfish.com>
24684              Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST)
24685              Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com>
24686      Branch: perl
24687            ! utils/pl2pm.PL
24688 ____________________________________________________________________________
24689 [ 11102] By: jhi                                   on 2001/07/02  18:16:09
24690         Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak?
24691              From: "Craig A. Berry" <craigberry@mac.com>
24692              Date: Mon, 02 Jul 2001 14:11:23 -0500
24693              Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01>
24694      Branch: perl
24695            ! lib/Unicode/UCD.pm
24696 ____________________________________________________________________________
24697 [ 11101] By: jhi                                   on 2001/07/02  18:14:51
24698         Log: Subject: [PATCH] Re: op/numconvert.t failures
24699              From: Nicholas Clark <nick@ccl4.org>
24700              Date: Mon, 2 Jul 2001 20:10:48 +0100
24701              Message-ID: <20010702201048.E59620@plum.flirble.org>
24702      Branch: perl
24703            ! t/op/numconvert.t
24704 ____________________________________________________________________________
24705 [ 11100] By: jhi                                   on 2001/07/02  17:51:44
24706         Log: Update Changes.
24707      Branch: perl
24708            ! Changes patchlevel.h
24709 ____________________________________________________________________________
24710 [ 11099] By: jhi                                   on 2001/07/02  17:46:31
24711         Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
24712              The real fix must be more involved.  The line of code all the leaky
24713              call stacks seem to go through is op.c:2949, the PmopSTASH_set()
24714              line of Perl_newPMOP().
24715      Branch: perl
24716            ! op.h
24717 ____________________________________________________________________________
24718 [ 11098] By: jhi                                   on 2001/07/02  17:37:44
24719         Log: Based on
24720              
24721              Subject: Re: sizeof(struct sembuf)
24722              From: Nicholas Clark <nick@ccl4.org>
24723              Date: Sun, 1 Jul 2001 22:26:48 +0100
24724              Message-ID: <20010701222648.W59620@plum.flirble.org>
24725              
24726              but do semop() always the slow way.
24727      Branch: perl
24728            ! doio.c
24729 ____________________________________________________________________________
24730 [ 11097] By: jhi                                   on 2001/07/02  17:22:14
24731         Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings
24732              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
24733              Date: Tue, 03 Jul 2001 00:56:30 +0900
24734              Message-Id: <20010703005600.2225.BQW10602@nifty.com>
24735      Branch: perl
24736            ! ext/Encode/Encode/Tcl.t
24737 ____________________________________________________________________________
24738 [ 11096] By: jhi                                   on 2001/07/02  17:11:24
24739         Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences
24740              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
24741              Date: Tue, 03 Jul 2001 00:55:46 +0900
24742              Message-Id: <20010703005516.2222.BQW10602@nifty.com>
24743      Branch: perl
24744            ! ext/Encode/Encode/Tcl.pm
24745 ____________________________________________________________________________
24746 [ 11095] By: jhi                                   on 2001/07/02  17:07:14
24747         Log: Regen api and toc.
24748      Branch: perl
24749            ! pod/perlapi.pod pod/perltoc.pod
24750 ____________________________________________________________________________
24751 [ 11094] By: jhi                                   on 2001/07/02  16:29:42
24752         Log: Metaconfig unit change for #11093.
24753      Branch: metaconfig/U/perl
24754            ! d_fcntl_can_lock.U
24755 ____________________________________________________________________________
24756 [ 11093] By: jhi                                   on 2001/07/02  16:28:56
24757         Log: The fcntl locking test may hang if NFS locking messed up;
24758              break out with alarm(10).
24759      Branch: perl
24760            ! Configure
24761 ____________________________________________________________________________
24762 [ 11092] By: jhi                                   on 2001/07/02  14:11:31
24763         Log: Move the mdelete.bat from win32/bin to win32.
24764      Branch: perl
24765            ! MANIFEST
24766 ____________________________________________________________________________
24767 [ 11091] By: jhi                                   on 2001/07/02  14:10:01
24768         Log: Typo in #11083.
24769      Branch: perl
24770            ! ext/Time/Piece/Piece.t
24771 ____________________________________________________________________________
24772 [ 11090] By: jhi                                   on 2001/07/02  13:36:58
24773         Log: Netware tweaks from Guruprasad.
24774      Branch: perl
24775            - NetWare/perlsdio.h
24776            ! MANIFEST NetWare/Makefile NetWare/interface.c
24777            ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h
24778            ! perlsdio.h
24779 ____________________________________________________________________________
24780 [ 11089] By: jhi                                   on 2001/07/02  13:25:40
24781         Log: Subject: Re: [PATH] shared -> unique;
24782              From: Abhijit Menon-Sen <ams@wiw.org>
24783              Date: Wed, 27 Jun 2001 03:51:27 +0530
24784              Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org>
24785      Branch: perl
24786            ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c
24787 ____________________________________________________________________________
24788 [ 11088] By: jhi                                   on 2001/07/02  13:24:27
24789         Log: Subject: Re: AIX / gcc-3.0
24790              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24791              Date: Mon, 02 Jul 2001 15:20:21 +0200
24792              Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl>
24793      Branch: perl
24794            ! hints/aix.sh
24795 ____________________________________________________________________________
24796 [ 11087] By: jhi                                   on 2001/07/02  13:23:21
24797         Log: Subject: Re: Bug report: split splits on wrong pattern
24798              From: Abhijit Menon-Sen <ams@wiw.org>
24799              Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org>
24800              Date: Mon, 2 Jul 2001 16:31:33 +0530
24801      Branch: perl
24802            ! pp_ctl.c
24803 ____________________________________________________________________________
24804 [ 11086] By: jhi                                   on 2001/07/02  13:22:30
24805         Log: Subject: [PATCH 5.6.1] test harness
24806              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24807              Date: Mon, 2 Jul 2001 06:29:21 -0400
24808              Message-ID: <20010702062921.A1810@math.ohio-state.edu>
24809      Branch: perl
24810            ! lib/Test/Harness.pm
24811 ____________________________________________________________________________
24812 [ 11085] By: jhi                                   on 2001/07/02  13:21:39
24813         Log: Subject: [PATCH 5.6.1] debugger goof
24814              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24815              Date: Mon, 2 Jul 2001 06:27:22 -0400
24816              Message-ID: <20010702062722.A1746@math.ohio-state.edu>
24817      Branch: perl
24818            ! lib/perl5db.pl
24819 ____________________________________________________________________________
24820 [ 11084] By: jhi                                   on 2001/07/02  13:20:50
24821         Log: Subject: [PATCH 5.6.1] OS/2 cwd
24822              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24823              Date: Mon, 2 Jul 2001 06:21:17 -0400
24824              Message-ID: <20010702062117.A1401@math.ohio-state.edu>
24825      Branch: perl
24826            ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c
24827 ____________________________________________________________________________
24828 [ 11083] By: jhi                                   on 2001/07/02  13:19:18
24829         Log: Make #11082 more OS/2-specific.
24830      Branch: perl
24831            ! ext/Time/Piece/Piece.t
24832 ____________________________________________________________________________
24833 [ 11082] By: jhi                                   on 2001/07/02  13:14:36
24834         Log: Subject: [PATCH 5.6.1] OS/2 gmtime()
24835              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24836              Date: Mon, 2 Jul 2001 06:06:34 -0400
24837              Message-ID: <20010702060634.A1356@math.ohio-state.edu>
24838      Branch: perl
24839            ! ext/Time/Piece/Piece.t
24840 ____________________________________________________________________________
24841 [ 11081] By: jhi                                   on 2001/07/02  13:13:08
24842         Log: Subject: [PATCH B::Deparse] version number & changes
24843              From: Robin Houston <robin@kitsite.com>  
24844              Date: Sun, 1 Jul 2001 17:17:29 +0100
24845              Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk>
24846      Branch: perl
24847            ! ext/B/B/Deparse.pm
24848 ____________________________________________________________________________
24849 [ 11080] By: jhi                                   on 2001/07/02  13:11:48
24850         Log: Subject: a small fix.
24851              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
24852              Date: Mon, 2 Jul 2001 12:17:53 +0200
24853              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
24854      Branch: perl
24855            ! ext/Thread/Thread.xs
24856 ____________________________________________________________________________
24857 [ 11079] By: jhi                                   on 2001/07/02  13:10:39
24858         Log: Subject: RE: perl@10907
24859              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
24860              Date: Mon, 2 Jul 2001 12:06:16 +0200
24861              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
24862              
24863              Borland C vs PerlIO.
24864      Branch: perl
24865            ! win32/config.bc win32/config_H.bc
24866 ____________________________________________________________________________
24867 [ 11078] By: jhi                                   on 2001/07/02  13:03:44
24868         Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1
24869              From: "H.M. Brand" <merijn@l1.procura.nl>
24870              Date: Mon, 02 Jul 2001 11:18:57 +0200
24871              Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl>
24872      Branch: perl
24873            ! t/op/write.t
24874 ____________________________________________________________________________
24875 [ 11077] By: jhi                                   on 2001/07/02  12:58:27
24876         Log: Subject: [PATCH] Deleting ext/util/mkbootstrap
24877              From: Michael G Schwern <schwern@pobox.com>
24878              Date: Mon, 2 Jul 2001 00:26:24 -0400
24879              Message-ID: <20010702002624.A18302@blackrider>
24880      Branch: perl
24881            - ext/util/mkbootstrap
24882 ____________________________________________________________________________
24883 [ 11076] By: jhi                                   on 2001/07/02  12:56:20
24884         Log: Subject: [PATCH op.h] v minor comment tweak
24885              From: Robin Houston <robin@puffinry.freeserve.co.uk>
24886              Date: Mon, 2 Jul 2001 00:42:01 +0100
24887              Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
24888      Branch: perl
24889            ! op.h
24890 ____________________________________________________________________________
24891 [ 11075] By: jhi                                   on 2001/07/02  12:53:48
24892         Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
24893      Branch: perl
24894            ! pod/perlfunc.pod
24895 ____________________________________________________________________________
24896 [ 11074] By: jhi                                   on 2001/07/02  12:52:28
24897         Log: Subject: Re: sizeof(struct sembuf)
24898              From: Nicholas Clark <nick@ccl4.org>
24899              Date: Sun, 1 Jul 2001 19:23:16 +0100
24900              Message-ID: <20010701192316.V59620@plum.flirble.org>
24901              
24902              s/signaling/signalling/
24903      Branch: perl
24904            ! pod/perlfunc.pod
24905 ____________________________________________________________________________
24906 [ 11073] By: jhi                                   on 2001/07/02  12:49:51
24907         Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N
24908              From: "Philip Newton" <Philip.Newton@gmx.net>
24909              Date: Sun, 1 Jul 2001 09:37:56 +0200
24910              Message-Id: <200107010733.KAA03920@taas.iki.fi>
24911      Branch: perl
24912            ! pod/perlvar.pod
24913 ____________________________________________________________________________
24914 [ 11072] By: jhi                                   on 2001/07/02  12:48:03
24915         Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
24916              From: "Philip Newton" <Philip.Newton@gmx.net>
24917              Date: Sun, 1 Jul 2001 09:37:56 +0200
24918              Message-Id: <200107010733.KAA03925@taas.iki.fi>
24919      Branch: perl
24920            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
24921 ____________________________________________________________________________
24922 [ 11071] By: jhi                                   on 2001/07/02  12:45:12
24923         Log: Metaconfig unit change for #11070.
24924      Branch: metaconfig
24925            ! U/compline/randfunc.U
24926 ____________________________________________________________________________
24927 [ 11070] By: jhi                                   on 2001/07/02  12:43:58
24928         Log: Subject: [PATCH perlsnap] its --> it's --> its
24929              From: "Philip Newton" <Philip.Newton@gmx.net>
24930              Date: Sun, 1 Jul 2001 09:37:56 +0200
24931              Message-Id: <200107010733.KAA03914@taas.iki.fi>
24932      Branch: perl
24933            ! Porting/config_H
24934 ____________________________________________________________________________
24935 [ 11069] By: jhi                                   on 2001/07/02  12:01:52
24936         Log: Sync with Sarathy; integrate with perlio.
24937      Branch: perl
24938           !> gv.c
24939 ____________________________________________________________________________
24940 [ 11068] By: gsar                                  on 2001/07/02  08:07:54
24941         Log: regenerate win32/config_H.?c files
24942      Branch: perl
24943            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
24944 ____________________________________________________________________________
24945 [ 11067] By: gsar                                  on 2001/07/02  08:03:55
24946         Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
24947              naming discipline
24948              
24949              win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
24950              because of this)
24951              
24952              fix a warning about "fd" being used without being set in Cwd.xs
24953      Branch: perl
24954            ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t
24955            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
24956            ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc
24957            ! win32/config.vc
24958 ____________________________________________________________________________
24959 [ 11066] By: gsar                                  on 2001/07/02  07:12:10
24960         Log: win32 fixes: fix various syntax errors ("no preprocessor directives
24961              within macro arguments") and warnings ("unary minus applied to
24962              unsigned type", among others)
24963      Branch: perl
24964            ! gv.c hv.c op.c pp.c sv.c toke.c
24965 ____________________________________________________________________________
24966 [ 11065] By: gsar                                  on 2001/07/02  06:26:22
24967         Log: win32 fixes: more spurious CRs
24968      Branch: perl
24969            ! win32/mdelete.bat
24970 ____________________________________________________________________________
24971 [ 11064] By: gsar                                  on 2001/07/02  06:25:22
24972         Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
24973              from win32/bin (or it gets deleted by distclean); don't delete
24974              lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
24975              NT (should be made Win9x specific, and added to makefile.mk)
24976      Branch: perl
24977           +> win32/mdelete.bat
24978            - win32/bin/mdelete.bat
24979            ! win32/Makefile win32/makefile.mk
24980 ____________________________________________________________________________
24981 [ 11063] By: nick                                  on 2001/07/01  18:54:09
24982         Log: Quick for for #ifdef mess
24983      Branch: perlio
24984            ! gv.c
24985 ____________________________________________________________________________
24986 [ 11062] By: nick                                  on 2001/07/01  18:47:42
24987         Log: Raw integrate - does not build #if mess in gv.c
24988      Branch: perlio
24989           !> (integrate 29 files)
24990 ____________________________________________________________________________
24991 [ 11061] By: jhi                                   on 2001/07/01  15:20:38
24992         Log: Make 'compile' target a little less broken.
24993              Still very broken, though: -Wall warnings from
24994              the generated code, boot_Foo prototypes missing,
24995              can't autoload Fcntl::SEEK_CUR et alia, ...
24996      Branch: perl
24997            ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile
24998            ! utils/perlcc.PL x2p/Makefile.SH
24999 ____________________________________________________________________________
25000 [ 11060] By: jhi                                   on 2001/07/01  14:04:20
25001         Log: Upgrade to Storable 1.0.12, from Raphael Manfredi.
25002      Branch: perl
25003            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
25004            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
25005 ____________________________________________________________________________
25006 [ 11059] By: jhi                                   on 2001/07/01  05:02:59
25007         Log: Update Changes.
25008      Branch: perl
25009            ! Changes patchlevel.h
25010 ____________________________________________________________________________
25011 [ 11058] By: jhi                                   on 2001/07/01  04:57:05
25012         Log: Still one typo, regen toc.
25013      Branch: perl
25014            ! lib/Unicode/UCD.pm pod/perltoc.pod
25015 ____________________________________________________________________________
25016 [ 11057] By: jhi                                   on 2001/07/01  04:54:35
25017         Log: Detypos and regen toc.
25018      Branch: perl
25019            ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
25020 ____________________________________________________________________________
25021 [ 11056] By: jhi                                   on 2001/07/01  04:26:08
25022         Log: VERSION tweak.
25023      Branch: perl
25024            ! ext/List/Util/lib/List/Util.pm
25025 ____________________________________________________________________________
25026 [ 11055] By: jhi                                   on 2001/06/30  22:18:37
25027         Log: Attempt at plugging the leak under ithreads detected by Doug.
25028      Branch: perl
25029            ! op.h
25030 ____________________________________________________________________________
25031 [ 11054] By: jhi                                   on 2001/06/30  21:33:29
25032         Log: gcc -Wall lint after #11051.
25033      Branch: perl
25034            ! pp_sys.c
25035 ____________________________________________________________________________
25036 [ 11053] By: jhi                                   on 2001/06/30  21:13:55
25037         Log: Integrate perlio.
25038      Branch: perl
25039           !> lib/File/Find/taint.t
25040 ____________________________________________________________________________
25041 [ 11052] By: jhi                                   on 2001/06/30  21:07:38
25042         Log: Don't use the v-strings for module VERSIONs.
25043      Branch: perl
25044            ! lib/Unicode/UCD.pm
25045 ____________________________________________________________________________
25046 [ 11051] By: jhi                                   on 2001/06/30  20:59:57
25047         Log: Code cleanup based on turning off the -woffs in IRIX.
25048              Not all of the gripes cleaned up (hairy code in hv.c and
25049              regcomp.c; unused newsp, gimme, and optype from cop.h macros;
25050              unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
25051              to the IRIX hints)
25052      Branch: perl
25053            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
25054            ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
25055            ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
25056            ! regcomp.c sv.c
25057 ____________________________________________________________________________
25058 [ 11050] By: nick                                  on 2001/06/30  20:46:46
25059         Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
25060      Branch: perlio
25061            ! lib/File/Find/taint.t
25062 ____________________________________________________________________________
25063 [ 11049] By: nick                                  on 2001/06/30  18:13:33
25064         Log: Integrate mainline
25065      Branch: perlio
25066           +> NetWare/nwstdio.h NetWare/perlsdio.h
25067           +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
25068           +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
25069           +> lib/Unicode/UCD.t t/run/exit.t
25070           !> (integrate 60 files)
25071 ____________________________________________________________________________
25072 [ 11048] By: jhi                                   on 2001/06/30  16:23:39
25073         Log: Delta delta.
25074      Branch: perl
25075            ! pod/perl572delta.pod
25076 ____________________________________________________________________________
25077 [ 11047] By: jhi                                   on 2001/06/30  16:03:40
25078         Log: More VERSION tuning: to avoid unnecessary Perl upgrades
25079              by CPAN.pm, use rather _00.
25080      Branch: perl
25081            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
25082            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
25083            ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
25084            ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
25085            ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
25086            ! lib/ExtUtils/Embed.pm lib/Test.pm
25087 ____________________________________________________________________________
25088 [ 11046] By: jhi                                   on 2001/06/30  15:53:22
25089         Log: Add a simple Unicode character database interface, Unicode::UCD.
25090      Branch: perl
25091            + lib/Unicode/UCD.pm lib/Unicode/UCD.t
25092            ! MANIFEST
25093 ____________________________________________________________________________
25094 [ 11045] By: jhi                                   on 2001/06/30  13:42:37
25095         Log: Subject: [PATCH] op/numconver.t
25096              From: Nicholas Clark <nick@ccl4.org>
25097              Date: Sat, 30 Jun 2001 15:40:10 +0100
25098              Message-ID: <20010630154010.I59620@plum.flirble.org>
25099      Branch: perl
25100            ! t/op/numconvert.t
25101 ____________________________________________________________________________
25102 [ 11044] By: jhi                                   on 2001/06/30  13:29:25
25103         Log: The $^N is now taken (by #11038).
25104      Branch: perl
25105            ! t/base/lex.t
25106 ____________________________________________________________________________
25107 [ 11043] By: jhi                                   on 2001/06/30  13:15:59
25108         Log: The #11040 had slipped to a wrong function...
25109      Branch: perl
25110            ! sv.c
25111 ____________________________________________________________________________
25112 [ 11042] By: jhi                                   on 2001/06/30  13:08:25
25113         Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
25114              the Configure library symbol probe mysteriously finds all
25115              symbols but those of pipe() and times().
25116      Branch: perl
25117            ! hints/aix.sh
25118 ____________________________________________________________________________
25119 [ 11041] By: jhi                                   on 2001/06/30  13:01:25
25120         Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
25121              From: Nicholas Clark <nick@ccl4.org>
25122              Date: Fri, 29 Jun 2001 23:49:07 +0100
25123              Message-ID: <20010629234907.D59620@plum.flirble.org>
25124      Branch: perl
25125            ! lib/ExtUtils.t
25126 ____________________________________________________________________________
25127 [ 11040] By: jhi                                   on 2001/06/30  13:00:24
25128         Log: Subject: [PATCH] weakref fix 2, not yet there
25129              From: Artur Bergman <artur@contiller.se>
25130              Date: Sat, 30 Jun 2001 01:18:16 +0200
25131              Message-ID: <B762D957.1CC9%artur@contiller.se>
25132      Branch: perl
25133            ! sv.c
25134 ____________________________________________________________________________
25135 [ 11039] By: jhi                                   on 2001/06/30  12:59:25
25136         Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
25137              From: Michael G Schwern <schwern@pobox.com>
25138              Date: Fri, 29 Jun 2001 19:39:11 -0400
25139              Message-ID: <20010629193910.D25304@blackrider>
25140      Branch: perl
25141            + t/run/exit.t
25142            ! MANIFEST
25143 ____________________________________________________________________________
25144 [ 11038] By: jhi                                   on 2001/06/30  12:58:16
25145         Log: Add support for $^N, the most-recently closed group.
25146      Branch: perl
25147            ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
25148            ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
25149            ! thrdvar.h
25150 ____________________________________________________________________________
25151 [ 11037] By: jhi                                   on 2001/06/30  12:53:40
25152         Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
25153              From: lvirden@cas.org
25154              Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
25155              Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
25156              
25157              Subject: [ID 20010630.002] Another editorial tweak to README.solaris
25158              From: lvirden@cas.org
25159              Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
25160              Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
25161      Branch: perl
25162            ! README.solaris
25163 ____________________________________________________________________________
25164 [ 11036] By: jhi                                   on 2001/06/30  12:51:45
25165         Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
25166              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
25167              Date: Sat, 30 Jun 2001 07:33:37 +0900
25168              Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
25169              
25170              Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
25171              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
25172              Date: Sat, 30 Jun 2001 21:38:14 +0900
25173              Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
25174      Branch: perl
25175            + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
25176            + ext/Encode/Encode/7bit-kr.enc
25177            ! MANIFEST ext/Encode/Encode/Tcl.pm
25178 ____________________________________________________________________________
25179 [ 11035] By: jhi                                   on 2001/06/30  12:44:51
25180         Log: NetWare tweaks from Guruprasad.
25181      Branch: perl
25182            + NetWare/nwstdio.h NetWare/perlsdio.h
25183            ! MANIFEST NetWare/Makefile NetWare/config.wc
25184            ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
25185            ! NetWare/t/Readme.txt
25186 ____________________________________________________________________________
25187 [ 11034] By: jhi                                   on 2001/06/29  23:28:16
25188         Log: More module $VERSION bump-ups.
25189      Branch: perl
25190            ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
25191            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
25192            ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
25193 ____________________________________________________________________________
25194 [ 11033] By: jhi                                   on 2001/06/29  21:25:23
25195         Log: Doc update due to #11032.
25196      Branch: perl
25197            ! pod/perl572delta.pod
25198 ____________________________________________________________________________
25199 [ 11032] By: jhi                                   on 2001/06/29  21:19:44
25200         Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
25201              From: Peter Prymmer <pvhp@forte.com>
25202              Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
25203              Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
25204      Branch: perl
25205            ! ext/Time/HiRes/HiRes.xs
25206 ____________________________________________________________________________
25207 [ 11031] By: jhi                                   on 2001/06/29  14:31:53
25208         Log: -lpthreads missing in AIX.
25209      Branch: perl
25210            ! hints/aix.sh
25211 ____________________________________________________________________________
25212 [ 11030] By: jhi                                   on 2001/06/29  14:08:12
25213         Log: Subject: [PATCH] CLONE && weakrefs
25214              From: Artur Bergman <artur@contiller.se>
25215              Date: Fri, 29 Jun 2001 17:02:00 +0200
25216              Message-ID: <B7626508.1CA0%artur@contiller.se>
25217      Branch: perl
25218            ! sv.c
25219 ____________________________________________________________________________
25220 [ 11029] By: jhi                                   on 2001/06/29  14:06:50
25221         Log: Subject: Re: Bug report: split splits on wrong pattern
25222              From: Radu Greab <radu@netsoft.ro>
25223              Date: Wed, 27 Jun 2001 21:50:52 +0300
25224              Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
25225      Branch: perl
25226            ! pp_ctl.c t/op/split.t
25227 ____________________________________________________________________________
25228 [ 11028] By: jhi                                   on 2001/06/29  13:47:38
25229         Log: Metaconfig unit change for #11027.
25230      Branch: metaconfig/U/perl
25231            ! d_modfl.U
25232 ____________________________________________________________________________
25233 [ 11027] By: jhi                                   on 2001/06/29  13:47:03
25234         Log: I thought this Configure glitch for AIX was just recently fixed?
25235      Branch: perl
25236            ! Configure
25237 ____________________________________________________________________________
25238 [ 11026] By: jhi                                   on 2001/06/29  13:14:07
25239         Log: Update Changes.
25240      Branch: perl
25241            ! Changes patchlevel.h
25242 ____________________________________________________________________________
25243 [ 11025] By: jhi                                   on 2001/06/29  13:07:57
25244         Log: Subject: Re: perl@10967, File::Find, and Cwd
25245              From: Mike Guy <mjtg@cam.ac.uk>
25246              Date: Fri, 29 Jun 2001 14:56:49 +0100
25247              Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
25248      Branch: perl
25249            ! lib/File/Find/taint.t
25250 ____________________________________________________________________________
25251 [ 11024] By: jhi                                   on 2001/06/29  12:39:23
25252         Log: Update the sv_pvprintify() spec.
25253      Branch: perl
25254            ! pod/perltodo.pod
25255 ____________________________________________________________________________
25256 [ 11023] By: jhi                                   on 2001/06/29  12:33:33
25257         Log: Known test failures update.
25258      Branch: perl
25259            ! pod/perl572delta.pod
25260 ____________________________________________________________________________
25261 [ 11022] By: jhi                                   on 2001/06/29  12:24:32
25262         Log: Based on
25263              
25264              Subject: [PATCH @11016] More );) fixes
25265              From: Richard Soderberg <rs@crystalflame.net>
25266              Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
25267              Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com> 
25268      Branch: perl
25269            ! ext/Thread/Thread.xs ext/Thread/typemap
25270 ____________________________________________________________________________
25271 [ 11021] By: jhi                                   on 2001/06/29  12:21:51
25272         Log: Subject: [PATCH @11016] Fixes compile errors in four files
25273              From: Richard Soderberg <rs@crystalflame.net>
25274              Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
25275              Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
25276      Branch: perl
25277            ! mg.c pp.c pp_hot.c util.c
25278 ____________________________________________________________________________
25279 [ 11020] By: jhi                                   on 2001/06/29  12:05:54
25280         Log: AIX hints tweaking continues, from Merijn Brand.
25281      Branch: perl
25282            ! hints/aix.sh
25283 ____________________________________________________________________________
25284 [ 11019] By: jhi                                   on 2001/06/29  12:05:10
25285         Log: HP-UX needs gccversion sooner, from Merijn Brand.
25286      Branch: perl
25287            ! hints/hpux.sh
25288 ____________________________________________________________________________
25289 [ 11018] By: jhi                                   on 2001/06/29  11:52:31
25290         Log: Subject: [PATCH 5.6.1] OS/2 docs
25291              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25292              Date: Fri, 29 Jun 2001 02:34:12 -0400
25293              Message-ID: <20010629023412.A6033@math.ohio-state.edu>
25294      Branch: perl
25295            ! README.os2 os2/Changes
25296 ____________________________________________________________________________
25297 [ 11017] By: nick                                  on 2001/06/29  10:20:30
25298         Log: Integrate mainline
25299      Branch: perlio
25300           +> (branch 37 files)
25301            - ext/ODBM_File/sdbm.t
25302           !> (integrate 211 files)
25303 ____________________________________________________________________________
25304 [ 11016] By: jhi                                   on 2001/06/29  03:38:56
25305         Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
25306              the modules found using a script written by Larry Schatzer Jr.
25307      Branch: perl
25308            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
25309            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
25310            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
25311            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
25312            ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
25313            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
25314            ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
25315            ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
25316            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
25317            ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
25318            ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
25319            ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
25320            ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
25321            ! lib/constant.pm lib/fields.pm lib/strict.pm
25322 ____________________________________________________________________________
25323 [ 11015] By: jhi                                   on 2001/06/29  02:55:58
25324         Log: The latest JPL from the anoncvs.
25325      Branch: perl
25326            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
25327 ____________________________________________________________________________
25328 [ 11014] By: jhi                                   on 2001/06/29  02:16:55
25329         Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
25330      Branch: perl
25331            ! t/op/pat.t
25332 ____________________________________________________________________________
25333 [ 11013] By: jhi                                   on 2001/06/28  23:14:53
25334         Log: Worrying about insecure directories now is a bit too late.
25335      Branch: perl
25336            ! lib/File/Find/taint.t
25337 ____________________________________________________________________________
25338 [ 11012] By: jhi                                   on 2001/06/28  21:36:36
25339         Log: Cannot DIE() in a void function,
25340              from Richard Hatch <rhatch@austin.ibm.com>.
25341      Branch: perl
25342            ! ext/IPC/SysV/SysV.xs
25343 ____________________________________________________________________________
25344 [ 11011] By: jhi                                   on 2001/06/28  19:32:13
25345         Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
25346              From: Peter Prymmer <pvhp@forte.com>
25347              Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
25348              Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
25349              
25350              (unfinished: time/hires tests 3, 5, 14 failing, but better
25351              than wholesale failure)
25352      Branch: perl
25353            ! ext/Time/HiRes/HiRes.xs
25354 ____________________________________________________________________________
25355 [ 11010] By: jhi                                   on 2001/06/28  19:10:54
25356         Log: Subject: [PATCH 5.6.1] OS/2 improvements
25357              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25358              Date: Thu, 28 Jun 2001 16:03:14 -0400
25359              Message-ID: <20010628160314.A17906@math.ohio-state.edu>
25360      Branch: perl
25361            + os2/os2_base.t
25362            ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
25363            ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
25364            ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
25365            ! os2/os2ish.h
25366 ____________________________________________________________________________
25367 [ 11009] By: jhi                                   on 2001/06/28  18:54:14
25368         Log: Subject: Incrementing Extutils::Manifest's $VERSION
25369              From: Michael G Schwern <schwern@pobox.com>
25370              Date: Thu, 28 Jun 2001 13:13:49 -0400
25371              Message-ID: <20010628131349.A14738@blackrider>
25372      Branch: maint-5.6/perl
25373            ! lib/ExtUtils/Manifest.pm
25374 ____________________________________________________________________________
25375 [ 11008] By: jhi                                   on 2001/06/28  18:52:20
25376         Log: AIX tweak from Merijn Brand.
25377      Branch: perl
25378            ! hints/aix.sh
25379 ____________________________________________________________________________
25380 [ 11007] By: jhi                                   on 2001/06/28  17:46:27
25381         Log: Create the macperl branch.
25382      Branch: maint-5.6/macperl
25383           +> (branch 1728 files)
25384 ____________________________________________________________________________
25385 [ 11006] By: jhi                                   on 2001/06/28  14:46:21
25386         Log: Update Changes.
25387      Branch: perl
25388            ! Changes patchlevel.h
25389 ____________________________________________________________________________
25390 [ 11005] By: jhi                                   on 2001/06/28  14:40:11
25391         Log: More Perforce lore.
25392      Branch: perl
25393            ! Porting/repository.pod
25394 ____________________________________________________________________________
25395 [ 11004] By: jhi                                   on 2001/06/28  14:12:50
25396         Log: Metaconfig unit changes for #11003.
25397      Branch: metaconfig/U/perl
25398            + d_nl_langinfo.U i_langinfo.U
25399 ____________________________________________________________________________
25400 [ 11003] By: jhi                                   on 2001/06/28  14:12:27
25401         Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
25402              Expected not to exist in non-UNIX excepting in VMS, where
25403              according to a quick web survey they just might.
25404      Branch: perl
25405            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
25406            ! Porting/config_H config_h.SH configure.com epoc/config.sh
25407            ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
25408            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
25409            ! win32/config.bc win32/config.gc win32/config.vc
25410 ____________________________________________________________________________
25411 [ 11002] By: jhi                                   on 2001/06/28  13:39:11
25412         Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
25413              in AIX is one is doing a 64-bit build.
25414      Branch: perl
25415            ! hints/aix.sh
25416 ____________________________________________________________________________
25417 [ 11001] By: jhi                                   on 2001/06/28  13:28:37
25418         Log: Metaconfig unit changes for #11000.
25419      Branch: metaconfig/U/perl
25420            ! use64bits.U uselfs.U
25421 ____________________________________________________________________________
25422 [ 11000] By: jhi                                   on 2001/06/28  13:21:16
25423         Log: Move use64bitint and use64bitall before uselargefiles.
25424      Branch: perl
25425            ! Configure
25426 ____________________________________________________________________________
25427 [ 10999] By: jhi                                   on 2001/06/28  03:49:07
25428         Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
25429              From: Robert Spier <rspier@pobox.com>
25430              Message-ID: <15162.41164.618712.841415@rls.cx>
25431              Date: Wed, 27 Jun 2001 23:13:16 -0400
25432      Branch: perl
25433            ! doio.c
25434 ____________________________________________________________________________
25435 [ 10998] By: jhi                                   on 2001/06/28  03:42:57
25436         Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
25437              From: Peter Prymmer <pvhp@forte.com>
25438              Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
25439              Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
25440      Branch: perl
25441            ! numeric.c
25442 ____________________________________________________________________________
25443 [ 10997] By: jhi                                   on 2001/06/28  03:42:12
25444         Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
25445              From: Peter Prymmer <pvhp@forte.com>
25446              Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
25447              Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
25448      Branch: perl
25449            ! configure.com ext/Digest/MD5/Makefile.PL
25450 ____________________________________________________________________________
25451 [ 10996] By: jhi                                   on 2001/06/27  20:34:11
25452         Log: Update Changes.
25453      Branch: perl
25454            ! Changes patchlevel.h
25455 ____________________________________________________________________________
25456 [ 10995] By: jhi                                   on 2001/06/27  20:06:28
25457         Log: Tiny EPOC updates.
25458      Branch: perl
25459            ! epoc/config.sh
25460 ____________________________________________________________________________
25461 [ 10994] By: jhi                                   on 2001/06/27  19:55:16
25462         Log: The Test::More and Test::Simple tests required help
25463              thanks to our schizophrenic test scheme.
25464      Branch: perl
25465            ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
25466            ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
25467            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
25468            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
25469            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
25470 ____________________________________________________________________________
25471 [ 10993] By: jhi                                   on 2001/06/27  17:17:30
25472         Log: Upgrade to Test::Simple 0.09.
25473      Branch: perl
25474            + lib/Test/Simple/Changes
25475            ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
25476            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
25477            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
25478            ! lib/Test/Simple/t/plan_is_noplan.t
25479 ____________________________________________________________________________
25480 [ 10992] By: jhi                                   on 2001/06/27  17:11:28
25481         Log: Upgrade to Test::More 0.07.
25482      Branch: perl
25483            + lib/Test/More/Changes
25484            ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
25485            ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
25486            ! lib/Test/More/t/skipall.t
25487 ____________________________________________________________________________
25488 [ 10991] By: jhi                                   on 2001/06/27  17:04:13
25489         Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
25490              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25491              Date: Wed, 27 Jun 2001 18:40:04 +0200
25492              Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
25493      Branch: perl
25494            ! hints/hpux.sh
25495 ____________________________________________________________________________
25496 [ 10990] By: jhi                                   on 2001/06/27  17:02:55
25497         Log: Subject: [PATCH README.qnx hints/qnx.sh]
25498              From: Norton Allen <allen@huarp.harvard.edu>
25499              Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
25500              Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
25501      Branch: perl
25502            ! README.qnx hints/qnx.sh
25503 ____________________________________________________________________________
25504 [ 10989] By: jhi                                   on 2001/06/27  14:33:53
25505         Log: Subject: [PATCH] two little documentation nits
25506              From: Abhijit Menon-Sen <ams@wiw.org>
25507              Date: Wed, 27 Jun 2001 20:07:50 +0530
25508              Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
25509      Branch: perl
25510            ! sv.c sv.h
25511 ____________________________________________________________________________
25512 [ 10988] By: jhi                                   on 2001/06/27  13:33:32
25513         Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
25514              From: Norton Allen <allen@huarp.harvard.edu>
25515              Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
25516              Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
25517      Branch: perl
25518            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
25519 ____________________________________________________________________________
25520 [ 10987] By: jhi                                   on 2001/06/27  12:14:36
25521         Log: Subject: [PATCH vms/test.com] Adding TODO tests (was:  Re: a report on perl@10930 results on a couple of Alphas)
25522              From: Michael G Schwern <schwern@pobox.com>
25523              Date: Wed, 27 Jun 2001 02:34:58 -0400
25524              Message-ID: <20010627023458.K23874@blackrider>
25525      Branch: perl
25526            ! vms/test.com
25527 ____________________________________________________________________________
25528 [ 10986] By: jhi                                   on 2001/06/27  12:01:49
25529         Log: Add perl_clone_host() for Netware.
25530      Branch: perl
25531            ! NetWare/nw5.c
25532 ____________________________________________________________________________
25533 [ 10985] By: jhi                                   on 2001/06/27  11:56:53
25534         Log: GCC 3.0 hints for HP-UX.
25535      Branch: perl
25536            ! hints/hpux.sh
25537 ____________________________________________________________________________
25538 [ 10984] By: jhi                                   on 2001/06/27  11:55:06
25539         Log: In some Linux distributions the libndbm is broken
25540              (no null key support), therefore link with libgdbm
25541              (if available), since it has a working ndbm emulation,
25542              from Jonathan Stowe.
25543      Branch: perl
25544            + ext/NDBM_File/hints/linux.pl
25545            ! MANIFEST
25546 ____________________________________________________________________________
25547 [ 10983] By: jhi                                   on 2001/06/27  11:48:56
25548         Log: Subject: [PATCH perl@10930] find.t hack for VMS
25549              From: "Craig A. Berry" <craigberry@mac.com>
25550              Date: Tue, 26 Jun 2001 23:40:25 -0500
25551              Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
25552      Branch: perl
25553            ! lib/File/Find/find.t
25554 ____________________________________________________________________________
25555 [ 10982] By: jhi                                   on 2001/06/27  11:47:30
25556         Log: AUTHORS updates.
25557      Branch: perl
25558            ! AUTHORS
25559 ____________________________________________________________________________
25560 [ 10981] By: jhi                                   on 2001/06/27  11:46:02
25561         Log: Metaconfig unit change like #10980.
25562      Branch: metaconfig
25563            ! U/compline/d_stdstdio.U
25564 ____________________________________________________________________________
25565 [ 10980] By: jhi                                   on 2001/06/27  11:45:29
25566         Log: "lose the it's", from Abhijit Menon-Sen.
25567              ("It's" not searched, pods not searched.)
25568      Branch: perl
25569            ! Porting/Glossary Porting/config_H README.qnx config_h.SH
25570            ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
25571            ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
25572            ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
25573            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
25574            ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
25575 ____________________________________________________________________________
25576 [ 10979] By: jhi                                   on 2001/06/27  11:36:40
25577         Log: "lose the looses", from Abhijit Menon-Sen.
25578      Branch: perl
25579            ! ext/B/B/Assembler.pm gv.c
25580 ____________________________________________________________________________
25581 [ 10978] By: jhi                                   on 2001/06/27  11:35:38
25582         Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
25583      Branch: perl
25584            ! hints/os390.sh
25585 ____________________________________________________________________________
25586 [ 10977] By: jhi                                   on 2001/06/27  11:33:28
25587         Log: DEC C 5.3 on the VAX simply doesn't seem to like
25588              compiling the MD5 extension, disable it there for now,
25589              from Peter Prymmer.
25590      Branch: perl
25591            ! configure.com
25592 ____________________________________________________________________________
25593 [ 10976] By: jhi                                   on 2001/06/26  21:35:40
25594         Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
25595              From: Jonathan Stowe <gellyfish@gellyfish.com>
25596              Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
25597              Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
25598      Branch: perl
25599            ! pod/perlfaq3.pod
25600 ____________________________________________________________________________
25601 [ 10975] By: jhi                                   on 2001/06/26  21:32:41
25602         Log: Subject: [PATCH 5.6.1] perlxs misprints
25603              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25604              Date: Tue, 26 Jun 2001 17:20:00 -0400
25605              Message-ID: <20010626172000.A26951@math.ohio-state.edu>
25606      Branch: perl
25607            ! pod/perlxs.pod
25608 ____________________________________________________________________________
25609 [ 10974] By: jhi                                   on 2001/06/26  21:31:51
25610         Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
25611              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25612              Date: Tue, 26 Jun 2001 17:27:07 -0400
25613              Message-ID: <20010626172707.A27097@math.ohio-state.edu>
25614      Branch: perl
25615            ! lib/ExtUtils/MM_Unix.pm
25616 ____________________________________________________________________________
25617 [ 10973] By: jhi                                   on 2001/06/26  21:27:05
25618         Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
25619              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25620              Date: Tue, 26 Jun 2001 17:23:24 -0400
25621              Message-ID: <20010626172324.A27003@math.ohio-state.edu>
25622      Branch: perl
25623            ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
25624 ____________________________________________________________________________
25625 [ 10972] By: jhi                                   on 2001/06/26  20:27:19
25626         Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
25627              by Olaf Flebbe.
25628      Branch: perl
25629            ! perl.h
25630 ____________________________________________________________________________
25631 [ 10971] By: jhi                                   on 2001/06/26  19:59:41
25632         Log: Detypo.
25633      Branch: perl
25634            ! lib/Memoize/t/tie_sdbm.t
25635 ____________________________________________________________________________
25636 [ 10970] By: jhi                                   on 2001/06/26  19:10:19
25637         Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
25638      Branch: perl
25639            ! win32/perllib.c
25640 ____________________________________________________________________________
25641 [ 10969] By: jhi                                   on 2001/06/26  17:21:31
25642         Log: Subject: [patch] perl_clone+CvFILE
25643              From: Doug MacEachern <dougm@covalent.net>
25644              Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
25645              Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
25646      Branch: perl
25647            ! sv.c
25648 ____________________________________________________________________________
25649 [ 10968] By: jhi                                   on 2001/06/26  16:48:32
25650         Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
25651              From: Mark-Jason Dominus <mjd@plover.com>
25652              Date: Tue, 26 Jun 2001 12:33:01 -0400
25653              Message-ID: <20010626163301.31298.qmail@plover.com>
25654      Branch: perl
25655            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
25656 ____________________________________________________________________________
25657 [ 10967] By: jhi                                   on 2001/06/26  14:21:49
25658         Log: Update Changes.
25659      Branch: perl
25660            ! Changes patchlevel.h
25661 ____________________________________________________________________________
25662 [ 10966] By: jhi                                   on 2001/06/26  14:08:34
25663         Log: Also catfile() needs now to explicitly exported.
25664      Branch: perl
25665            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
25666 ____________________________________________________________________________
25667 [ 10965] By: jhi                                   on 2001/06/26  13:57:54
25668         Log: Regen toc.
25669      Branch: perl
25670            ! pod/perltoc.pod
25671 ____________________________________________________________________________
25672 [ 10964] By: jhi                                   on 2001/06/26  13:56:11
25673         Log: Nonexistent pod command.
25674      Branch: perl
25675            ! pod/perl572delta.pod
25676 ____________________________________________________________________________
25677 [ 10963] By: jhi                                   on 2001/06/26  13:50:53
25678         Log: Be more portable in the quest for tmpdir.
25679      Branch: perl
25680            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
25681 ____________________________________________________________________________
25682 [ 10962] By: jhi                                   on 2001/06/26  13:43:51
25683         Log: Be more portable in finding out the home directory,
25684              and use File::Spec to do the concat.
25685              (Come to think of it, couldn't File::Spec provide
25686              for a ->homedir method?)
25687      Branch: perl
25688            ! lib/Net/Config.pm
25689 ____________________________________________________________________________
25690 [ 10961] By: jhi                                   on 2001/06/26  13:37:30
25691         Log: Doc patch for #10959.
25692      Branch: perl
25693            ! pod/perlfunc.pod
25694 ____________________________________________________________________________
25695 [ 10960] By: jhi                                   on 2001/06/26  13:33:07
25696         Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
25697              From: "Philip Newton" <pnewton@gmx.de>
25698              Date: Tue, 26 Jun 2001 16:26:47 +0200
25699              Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
25700      Branch: perl
25701            ! pod/perldata.pod
25702 ____________________________________________________________________________
25703 [ 10959] By: jhi                                   on 2001/06/26  13:31:57
25704         Log: Subject: [PATH] shared -> unique;
25705              From: "Artur Bergman" <artur@contiller.se>
25706              Date: Tue, 26 Jun 2001 16:18:40 +0200
25707              Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
25708              
25709              Because "shared" isn't: it's read-only.
25710      Branch: perl
25711            ! toke.c xsutils.c
25712 ____________________________________________________________________________
25713 [ 10958] By: jhi                                   on 2001/06/26  13:28:27
25714         Log: Escape multiline croak messages.
25715      Branch: perl
25716            ! t/op/ver.t
25717 ____________________________________________________________________________
25718 [ 10957] By: jhi                                   on 2001/06/26  13:18:34
25719         Log: No more pragma/*.t for minitest.
25720      Branch: perl
25721            ! Makefile.SH
25722 ____________________________________________________________________________
25723 [ 10956] By: jhi                                   on 2001/06/26  13:18:00
25724         Log: AUTHORS updates.
25725      Branch: perl
25726            ! AUTHORS
25727 ____________________________________________________________________________
25728 [ 10955] By: jhi                                   on 2001/06/26  13:17:05
25729         Log: delta updates.
25730      Branch: perl
25731            ! pod/perl572delta.pod
25732 ____________________________________________________________________________
25733 [ 10954] By: jhi                                   on 2001/06/26  12:36:07
25734         Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
25735              From: Artur Bergman <artur@contiller.se> 
25736              Date: Tue, 26 Jun 2001 15:32:53 +0200
25737              Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
25738      Branch: perl
25739            ! makedef.pl sv.c sv.h win32/perllib.c
25740 ____________________________________________________________________________
25741 [ 10953] By: jhi                                   on 2001/06/26  12:33:55
25742         Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
25743              From: Jonathan Stowe <gellyfish@gellyfish.com>
25744              Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
25745              Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
25746              
25747              SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
25748      Branch: perl
25749            + ext/Time/HiRes/hints/sco.pl
25750            ! MANIFEST
25751 ____________________________________________________________________________
25752 [ 10952] By: jhi                                   on 2001/06/26  11:57:44
25753         Log: Subject: [PATCH 5.6.1] static build
25754              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25755              Date: Tue, 26 Jun 2001 04:22:25 -0400
25756              Message-ID: <20010626042225.A2604@math.ohio-state.edu>
25757      Branch: perl
25758            ! ext/List/Util/Makefile.PL lib/ExtUtils.t
25759            ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
25760 ____________________________________________________________________________
25761 [ 10951] By: jhi                                   on 2001/06/26  11:55:59
25762         Log: DJGPP patches from Laszlo Molnar.
25763      Branch: perl
25764            ! djgpp/djgpp.c perl.c util.c
25765 ____________________________________________________________________________
25766 [ 10950] By: jhi                                   on 2001/06/26  11:54:32
25767         Log: Netware patches from Ananth Kesari.
25768      Branch: perl
25769            ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
25770            ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
25771            ! NetWare/nwtinfo.h
25772 ____________________________________________________________________________
25773 [ 10949] By: jhi                                   on 2001/06/26  11:49:09
25774         Log: Detypo.
25775      Branch: perl
25776            ! ext/Errno/Errno_pm.PL
25777 ____________________________________________________________________________
25778 [ 10948] By: jhi                                   on 2001/06/26  03:44:29
25779         Log: There seems to be two ways of spelling the $^O in *STEP.
25780      Branch: perl
25781            ! ext/Errno/Errno_pm.PL
25782 ____________________________________________________________________________
25783 [ 10947] By: jhi                                   on 2001/06/26  03:01:01
25784         Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
25785              the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
25786      Branch: perl
25787            ! ext/Errno/Errno_pm.PL
25788 ____________________________________________________________________________
25789 [ 10946] By: jhi                                   on 2001/06/26  02:50:46
25790         Log: Known bugs update.
25791      Branch: perl
25792            ! pod/perl572delta.pod
25793 ____________________________________________________________________________
25794 [ 10945] By: jhi                                   on 2001/06/26  01:15:39
25795         Log: The default installation of Cygwin has 500 as root's uid.
25796      Branch: perl
25797            ! lib/User/pwent.t
25798 ____________________________________________________________________________
25799 [ 10944] By: jhi                                   on 2001/06/26  01:12:39
25800         Log: Be even more relaxed (re-allow having only one entry).
25801      Branch: perl
25802            ! t/op/grent.t t/op/pwent.t
25803 ____________________________________________________________________________
25804 [ 10943] By: jhi                                   on 2001/06/26  01:03:30
25805         Log: Test failure updates.
25806      Branch: perl
25807            ! pod/perl572delta.pod
25808 ____________________________________________________________________________
25809 [ 10942] By: jhi                                   on 2001/06/25  23:32:05
25810         Log: MPE/iX test tweaks from Mark Bixby.
25811      Branch: perl
25812            ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
25813            ! t/io/fs.t t/op/stat.t
25814 ____________________________________________________________________________
25815 [ 10941] By: jhi                                   on 2001/06/25  22:18:31
25816         Log: Microperl findings.
25817      Branch: perl
25818            ! perl.h pp_sys.c
25819 ____________________________________________________________________________
25820 [ 10940] By: jhi                                   on 2001/06/25  21:59:29
25821         Log: Touch uconfig.h.
25822      Branch: perl
25823            ! uconfig.h
25824 ____________________________________________________________________________
25825 [ 10939] By: jhi                                   on 2001/06/25  21:32:52
25826         Log: Subject: [PATCH] Proposed fix for Pod::Man
25827              From: Rob Napier <rnapier@employees.org>
25828              Date: Mon, 25 Jun 2001 15:49:24 -0400
25829              Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
25830              
25831              Cater for Solaris nroff brokenness (shortchanges daisywheel
25832              printers, but hey, we also no more support PDPs.)
25833      Branch: perl
25834            ! lib/Pod/Man.pm
25835 ____________________________________________________________________________
25836 [ 10938] By: jhi                                   on 2001/06/25  21:14:41
25837         Log: Typo in #10937.
25838      Branch: perl
25839            ! ext/POSIX/sigaction.t
25840 ____________________________________________________________________________
25841 [ 10937] By: jhi                                   on 2001/06/25  19:42:02
25842         Log: SIGCONT not trappable in VMS.
25843      Branch: perl
25844            ! ext/POSIX/sigaction.t
25845 ____________________________________________________________________________
25846 [ 10936] By: jhi                                   on 2001/06/25  19:28:13
25847         Log: Subject: [DRAFT] Encode-Tcl.t
25848              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
25849              Date: Tue, 26 Jun 2001 03:38:08 +0900
25850              Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
25851      Branch: perl
25852            + ext/Encode/Encode/Tcl.t
25853            ! MANIFEST ext/Encode/Encode/Tcl.pm
25854 ____________________________________________________________________________
25855 [ 10935] By: jhi                                   on 2001/06/25  18:40:03
25856         Log: Because of #10932 retract also the perlfunc hunk of #10910.
25857      Branch: perl
25858            ! pod/perlfunc.pod
25859 ____________________________________________________________________________
25860 [ 10934] By: jhi                                   on 2001/06/25  18:27:19
25861         Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
25862              by Ilya Zakharevich in
25863              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
25864      Branch: perl
25865            ! XSUB.h
25866 ____________________________________________________________________________
25867 [ 10933] By: jhi                                   on 2001/06/25  18:25:26
25868         Log: Typo in #10889.
25869      Branch: perl
25870            ! hints/uts.sh
25871 ____________________________________________________________________________
25872 [ 10932] By: jhi                                   on 2001/06/25  18:23:30
25873         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
25874              From: Abhijit Menon-Sen <ams@wiw.org>
25875              Date: Mon, 25 Jun 2001 23:45:45 +0530
25876              Message-ID: <20010625234545.A5022@lustre.linux.in>
25877      Branch: perl
25878            ! lib/overload.t opcode.h opcode.pl t/op/flip.t
25879 ____________________________________________________________________________
25880 [ 10931] By: jhi                                   on 2001/06/25  17:50:38
25881         Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
25882              From: Michael G Schwern <schwern@pobox.com>
25883              Date: Mon, 25 Jun 2001 14:35:51 -0400
25884              Message-ID: <20010625143551.H13819@blackrider>
25885      Branch: perl
25886            ! lib/Test.pm
25887 ____________________________________________________________________________
25888 [ 10930] By: jhi                                   on 2001/06/25  14:33:46
25889         Log: Update Changes.
25890      Branch: perl
25891            ! Changes patchlevel.h
25892 ____________________________________________________________________________
25893 [ 10929] By: jhi                                   on 2001/06/25  14:17:57
25894         Log: Regen toc and modlib.
25895      Branch: perl
25896            ! pod/perlmodlib.pod pod/perltoc.pod
25897 ____________________________________________________________________________
25898 [ 10928] By: jhi                                   on 2001/06/25  14:13:09
25899         Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
25900              for the benefit of C++ compilers, as suggested by Guruprasad.
25901      Branch: perl
25902            ! embed.pl proto.h
25903 ____________________________________________________________________________
25904 [ 10927] By: jhi                                   on 2001/06/25  14:11:59
25905         Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
25906              From: Jonathan Stowe <gellyfish@gellyfish.com>
25907              Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
25908              Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
25909      Branch: perl
25910            ! pod/perlfaq5.pod
25911 ____________________________________________________________________________
25912 [ 10926] By: jhi                                   on 2001/06/25  14:04:07
25913         Log: Missed from #10925.
25914      Branch: perl
25915            ! gv.c
25916 ____________________________________________________________________________
25917 [ 10925] By: jhi                                   on 2001/06/25  14:00:06
25918         Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
25919              From: Robin Houston <robin@kitsite.com>
25920              Date: Sat, 19 May 2001 16:19:34 +0100
25921              Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
25922      Branch: perl
25923            ! cv.h gv.h op.c
25924 ____________________________________________________________________________
25925 [ 10924] By: jhi                                   on 2001/06/25  13:58:18
25926         Log: Netware README tweak.
25927      Branch: perl
25928            ! README.netware
25929 ____________________________________________________________________________
25930 [ 10923] By: jhi                                   on 2001/06/25  13:57:13
25931         Log: Subject: [PATCH] Re: overload.t fails
25932              From: Abhijit Menon-Sen <ams@wiw.org>
25933              Date: Mon, 25 Jun 2001 14:52:20 +0530
25934              Message-ID: <20010625145220.A24114@lustre.linux.in>
25935      Branch: perl
25936            ! lib/overload.t
25937 ____________________________________________________________________________
25938 [ 10922] By: jhi                                   on 2001/06/25  13:56:20
25939         Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
25940              From: Mike Guy <mjtg@cam.ac.uk>
25941              Date: Mon, 25 Jun 2001 11:43:23 +0100
25942              Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
25943      Branch: perl
25944            ! lib/Carp.pm
25945 ____________________________________________________________________________
25946 [ 10921] By: jhi                                   on 2001/06/25  13:50:02
25947         Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
25948              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25949              Date: Sun, 24 Jun 2001 05:17:05 -0400
25950              Message-ID: <20010624051704.A27604@math.ohio-state.edu>
25951      Branch: perl
25952            ! os2/os2ish.h
25953 ____________________________________________________________________________
25954 [ 10920] By: jhi                                   on 2001/06/25  13:49:13
25955         Log: Subject: [PATCH 5.6.1] crypt() on OS/2
25956              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25957              Date: Mon, 25 Jun 2001 05:52:27 -0400
25958              Message-ID: <20010625055227.A24635@math.ohio-state.edu>
25959      Branch: perl
25960            ! hints/os2.sh
25961 ____________________________________________________________________________
25962 [ 10919] By: jhi                                   on 2001/06/25  13:48:30
25963         Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
25964              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25965              Date: Mon, 25 Jun 2001 05:23:35 -0400
25966              Message-ID: <20010625052334.A24320@math.ohio-state.edu>
25967      Branch: perl
25968            ! os2/os2.c
25969 ____________________________________________________________________________
25970 [ 10918] By: jhi                                   on 2001/06/25  13:47:46
25971         Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
25972              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25973              Date: Mon, 25 Jun 2001 05:04:32 -0400
25974              Message-ID: <20010625050432.A24128@math.ohio-state.edu>
25975      Branch: perl
25976            ! os2/OS2/REXX/DLL/DLL.pm
25977 ____________________________________________________________________________
25978 [ 10917] By: jhi                                   on 2001/06/25  13:44:14
25979         Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
25980              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25981              Date: Mon, 25 Jun 2001 05:02:36 -0400
25982              Message-ID: <20010625050235.A24046@math.ohio-state.edu>
25983      Branch: perl
25984            ! mg.c os2/dl_os2.c os2/os2.c
25985 ____________________________________________________________________________
25986 [ 10916] By: jhi                                   on 2001/06/25  13:41:20
25987         Log: Subject: Re: [PATCH 5.6.1] misprints
25988              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25989              Date: Mon, 25 Jun 2001 04:50:50 -0400
25990              Message-ID: <20010625045049.A23965@math.ohio-state.edu>
25991      Branch: perl
25992            ! os2/os2.c pp_sys.c
25993 ____________________________________________________________________________
25994 [ 10915] By: jhi                                   on 2001/06/25  13:39:59
25995         Log: Add Test::More and Test::Simple to the delta.
25996      Branch: perl
25997            ! pod/perl572delta.pod
25998 ____________________________________________________________________________
25999 [ 10914] By: jhi                                   on 2001/06/25  13:38:08
26000         Log: Add Test::More, from Michael G Schwern.
26001      Branch: perl
26002            + lib/Test/More.pm lib/Test/More/t/More.t
26003            + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
26004            + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
26005            + t/lib/Test/More/Catch.pm
26006            ! MANIFEST
26007 ____________________________________________________________________________
26008 [ 10913] By: jhi                                   on 2001/06/25  13:35:41
26009         Log: Add Test::Simple from Michael G Schwern.
26010      Branch: perl
26011            + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
26012            + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
26013            + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
26014            + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
26015            + t/lib/Test/Simple/Catch.pm
26016            + t/lib/Test/Simple/sample_tests/death.plx
26017            + t/lib/Test/Simple/sample_tests/death_in_eval.plx
26018            + t/lib/Test/Simple/sample_tests/extras.plx
26019            + t/lib/Test/Simple/sample_tests/five_fail.plx
26020            + t/lib/Test/Simple/sample_tests/last_minute_death.plx
26021            + t/lib/Test/Simple/sample_tests/one_fail.plx
26022            + t/lib/Test/Simple/sample_tests/require.plx
26023            + t/lib/Test/Simple/sample_tests/success.plx
26024            + t/lib/Test/Simple/sample_tests/too_few.plx
26025            + t/lib/Test/Simple/sample_tests/two_fail.plx
26026            ! MANIFEST
26027 ____________________________________________________________________________
26028 [ 10912] By: jhi                                   on 2001/06/25  13:31:57
26029         Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
26030              From: "Craig A. Berry" <craigberry@mac.com>
26031              Date: Sun, 24 Jun 2001 23:41:36 -0500
26032              Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
26033      Branch: perl
26034            ! pp_sys.c
26035 ____________________________________________________________________________
26036 [ 10911] By: jhi                                   on 2001/06/25  13:05:00
26037         Log: Upgrade to Attribute::Handlers 0.70.
26038      Branch: perl
26039            + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
26040            ! MANIFEST lib/Attribute/Handlers.pm
26041 ____________________________________________________________________________
26042 [ 10910] By: jhi                                   on 2001/06/25  00:09:27
26043         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
26044              From: Abhijit Menon-Sen <ams@wiw.org>
26045              Date: Sat, 23 Jun 2001 05:17:44 +0530
26046              Message-ID: <20010623051744.A18583@lustre.linux.in>
26047              
26048              (Can't think of a good place to put tests.)
26049      Branch: perl
26050            ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
26051 ____________________________________________________________________________
26052 [ 10909] By: jhi                                   on 2001/06/24  23:45:13
26053         Log: Subject: [PATCH] t/op/pat.t typo fix
26054              From: Richard Soderberg <rs@crystalflame.net>
26055              Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
26056              Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
26057      Branch: perl
26058            ! t/op/pat.t
26059 ____________________________________________________________________________
26060 [ 10908] By: jhi                                   on 2001/06/24  22:24:49
26061         Log: Move the pack warnings to their own file, as pointed
26062              out by Spider.
26063      Branch: perl
26064            + t/lib/warnings/pp_pack
26065            ! MANIFEST t/lib/warnings/pp
26066 ____________________________________________________________________________
26067 [ 10907] By: jhi                                   on 2001/06/24  19:55:15
26068         Log: Update Changes.
26069      Branch: perl
26070            ! Changes patchlevel.h
26071 ____________________________________________________________________________
26072 [ 10906] By: jhi                                   on 2001/06/24  19:50:40
26073         Log: Partially fix a problem noticed by IRIX compiler:
26074              the initialization of parse_start was bypassed by
26075              several gotos.  Now initialized to zero, which may
26076              not be the best choice.
26077      Branch: perl
26078            ! regcomp.c
26079 ____________________________________________________________________________
26080 [ 10905] By: jhi                                   on 2001/06/24  19:43:25
26081         Log: Relax the group and password tests back to moaning only
26082              if no matches at all are found.  (Even with a small sample
26083              I could find many sites where there are, umm, anomalies in
26084              the said databases.)       
26085      Branch: perl
26086            ! t/op/grent.t t/op/pwent.t
26087 ____________________________________________________________________________
26088 [ 10904] By: jhi                                   on 2001/06/24  18:45:55
26089         Log: Argh.  How hard it can be to re-apply a patch manually? :-)
26090      Branch: perl
26091            ! pp_ctl.c
26092 ____________________________________________________________________________
26093 [ 10903] By: jhi                                   on 2001/06/24  18:40:52
26094         Log: De-cut-and-pasto in #10902.
26095      Branch: perl
26096            ! pp_ctl.c
26097 ____________________________________________________________________________
26098 [ 10902] By: jhi                                   on 2001/06/24  18:35:18
26099         Log: The #10771 didn't take?
26100      Branch: perl
26101            ! pp_ctl.c
26102 ____________________________________________________________________________
26103 [ 10901] By: jhi                                   on 2001/06/24  18:29:50
26104         Log: Undo the filetests part of #10900, under multiplicity
26105              weird errors take place.
26106      Branch: perl
26107            ! pp_sys.c
26108 ____________________________________________________________________________
26109 [ 10900] By: jhi                                   on 2001/06/24  18:20:36
26110         Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
26111      Branch: perl
26112            ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
26113 ____________________________________________________________________________
26114 [ 10899] By: jhi                                   on 2001/06/24  17:00:34
26115         Log: (Replaced by #10922)
26116              
26117              Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
26118              From: Tony Bowden <tony@kasei.com>
26119              Date: Sun, 24 Jun 2001 17:32:40 +0100
26120              Message-ID: <20010624173240.A16293@blackstar.co.uk>
26121              
26122              Document (well, mention) shortmess() and longmess()
26123              to rob people of their fun of reinventing the weel.
26124      Branch: perl
26125            ! lib/Carp.pm
26126 ____________________________________________________________________________
26127 [ 10898] By: jhi                                   on 2001/06/24  16:51:40
26128         Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
26129              From: Brian Jepson <bjepson@oreilly.com>
26130              Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
26131              Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
26132      Branch: perl
26133            ! pp_sys.c
26134 ____________________________________________________________________________
26135 [ 10897] By: jhi                                   on 2001/06/24  16:38:23
26136         Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
26137              From: Robin Barker <rmb1@cise.npl.co.uk> 
26138              Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
26139              Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
26140      Branch: perl
26141            ! lib/CPAN.pm
26142 ____________________________________________________________________________
26143 [ 10896] By: jhi                                   on 2001/06/24  16:36:32
26144         Log: Memoize patch from mjd.
26145      Branch: perl
26146            ! lib/Memoize/t/tie_storable.t
26147 ____________________________________________________________________________
26148 [ 10895] By: jhi                                   on 2001/06/24  16:33:59
26149         Log: Spec the sv_pvprintify() a bit more.
26150      Branch: perl
26151            ! pod/perltodo.pod
26152 ____________________________________________________________________________
26153 [ 10894] By: jhi                                   on 2001/06/24  14:43:36
26154         Log: Upgrade to Memoize 0.65.
26155      Branch: perl
26156            + lib/Memoize/t/array_confusion.t
26157            ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
26158            ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
26159            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
26160            ! lib/Memoize/README lib/Memoize/SDBM_File.pm
26161            ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
26162            ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
26163            ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
26164            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
26165            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
26166            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
26167            ! lib/Memoize/t/tie_storable.t
26168 ____________________________________________________________________________
26169 [ 10893] By: jhi                                   on 2001/06/24  14:21:09
26170         Log: Metaconfig unit change for #10892.
26171      Branch: metaconfig
26172            ! U/modified/Options.U
26173 ____________________________________________________________________________
26174 [ 10892] By: jhi                                   on 2001/06/24  14:20:38
26175         Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
26176              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26177              Date: Sun, 24 Jun 2001 05:24:40 -0400
26178              Message-ID: <20010624052440.A27698@math.ohio-state.edu>
26179      Branch: perl
26180            ! Configure hints/os2.sh
26181 ____________________________________________________________________________
26182 [ 10891] By: jhi                                   on 2001/06/24  13:50:26
26183         Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of 
26184              From: Mike Guy <mjtg@cam.ac.uk>
26185              Date: Sun, 24 Jun 2001 15:28:39 +0100
26186              Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
26187              
26188              Fix an ancient (5.002) bug.
26189      Branch: perl
26190            ! lib/Carp/Heavy.pm
26191 ____________________________________________________________________________
26192 [ 10890] By: jhi                                   on 2001/06/24  13:44:43
26193         Log: The #10881 was too vigorous in pp_system() in moving 'unused'
26194              variables.
26195      Branch: perl
26196            ! pp_sys.c
26197 ____________________________________________________________________________
26198 [ 10889] By: jhi                                   on 2001/06/24  13:24:00
26199         Log: Make UTS as per #10888.
26200      Branch: perl
26201            ! hints/uts.sh
26202 ____________________________________________________________________________
26203 [ 10888] By: jhi                                   on 2001/06/24  13:21:23
26204         Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
26205      Branch: perl
26206            ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
26207            ! mpeix/mpeixish.h perl.h unixish.h
26208 ____________________________________________________________________________
26209 [ 10887] By: jhi                                   on 2001/06/24  13:15:45
26210         Log: AUTHORS update.
26211      Branch: perl
26212            ! AUTHORS
26213 ____________________________________________________________________________
26214 [ 10886] By: jhi                                   on 2001/06/24  13:14:31
26215         Log: Subject: Encode::Tcl for multibyte doesnot work
26216              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
26217              Date: Sun, 24 Jun 2001 22:48:21 +0900
26218              Message-Id: <20010624223252.6658.BQW10602@nifty.com>
26219      Branch: perl
26220            ! ext/Encode/Encode/Tcl.pm
26221 ____________________________________________________________________________
26222 [ 10885] By: jhi                                   on 2001/06/24  13:12:46
26223         Log: Subject: [PATCH] Remove tautology in error messages
26224              From: Mike Guy <mjtg@cam.ac.uk>
26225              Date: Sun, 24 Jun 2001 13:31:00 +0100
26226              Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
26227      Branch: perl
26228            ! pp_sys.c
26229 ____________________________________________________________________________
26230 [ 10884] By: jhi                                   on 2001/06/24  13:11:36
26231         Log: Darwin needs -traditional-cpp for cppflags to build Errno. 
26232      Branch: perl
26233            ! hints/darwin.sh
26234 ____________________________________________________________________________
26235 [ 10883] By: jhi                                   on 2001/06/24  13:09:55
26236         Log: Subject: Re: [PATCH 5.6.1] test suite
26237              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26238              Date: Sun, 24 Jun 2001 05:47:05 -0400
26239              Message-ID: <20010624054705.A27890@math.ohio-state.edu>
26240              
26241              Test suite fixes.
26242      Branch: perl
26243            ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
26244 ____________________________________________________________________________
26245 [ 10882] By: jhi                                   on 2001/06/24  13:07:46
26246         Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
26247              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26248              Date: Sun, 24 Jun 2001 05:37:19 -0400
26249              Message-ID: <20010624053719.A27866@math.ohio-state.edu>
26250      Branch: perl
26251            ! os2/dl_os2.c os2/os2.c os2/os2ish.h
26252 ____________________________________________________________________________
26253 [ 10881] By: jhi                                   on 2001/06/24  13:05:24
26254         Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
26255              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26256              Date: Sun, 24 Jun 2001 05:34:50 -0400
26257              Message-ID: <20010624053450.A27856@math.ohio-state.edu>
26258              
26259              Pacify compiler warnings.
26260      Branch: perl
26261            ! pp_sys.c
26262 ____________________________________________________________________________
26263 [ 10880] By: jhi                                   on 2001/06/24  13:02:30
26264         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
26265              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26266              Date: Sun, 24 Jun 2001 05:21:18 -0400
26267              Message-ID: <20010624052118.A27615@math.ohio-state.edu>
26268              
26269              Enable compression of executables during link time.
26270      Branch: perl
26271            ! hints/os2.sh
26272 ____________________________________________________________________________
26273 [ 10879] By: jhi                                   on 2001/06/24  13:00:47
26274         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
26275              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26276              Date: Sun, 24 Jun 2001 05:15:11 -0400
26277              Message-ID: <20010624051511.A27544@math.ohio-state.edu>
26278              
26279              Add ordinals to the export list for Perl DLL.
26280              (Breaks intra-version DLL compatibility.)
26281      Branch: perl
26282            ! makedef.pl
26283 ____________________________________________________________________________
26284 [ 10878] By: jhi                                   on 2001/06/24  02:12:04
26285         Log: Allow (displaying and) re-editing the Subject in perlbug.
26286              Also abstract the Subject quality control into a function.
26287      Branch: perl
26288            ! utils/perlbug.PL
26289 ____________________________________________________________________________
26290 [ 10877] By: jhi                                   on 2001/06/24  01:40:53
26291         Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
26292      Branch: perl
26293            ! utils/perlbug.PL
26294 ____________________________________________________________________________
26295 [ 10876] By: jhi                                   on 2001/06/24  01:37:05
26296         Log: Regen toc and modlib.
26297      Branch: perl
26298            ! pod/perlmodlib.pod pod/perltoc.pod
26299 ____________________________________________________________________________
26300 [ 10875] By: jhi                                   on 2001/06/24  01:29:33
26301         Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
26302              by John Peacock.  (Can be 'ntea' which means emulate UNIX file
26303              attribute semantics as much as possible, or 'ntsec' which uses
26304              native NTFS semantics.)  (See also #10877.)
26305      Branch: perl
26306            ! perl.c
26307 ____________________________________________________________________________
26308 [ 10874] By: jhi                                   on 2001/06/23  23:57:28
26309         Log: (Retracted by #11586)
26310              
26311              Hack to get rid of the UNEXPECTEDLY succeeded message for now.
26312      Branch: perl
26313            ! lib/Test/Harness.pm
26314 ____________________________________________________________________________
26315 [ 10873] By: jhi                                   on 2001/06/23  23:36:56
26316         Log: Just zap the -uPerlio.
26317      Branch: perl
26318            ! ext/B/Stash.t
26319 ____________________________________________________________________________
26320 [ 10872] By: jhi                                   on 2001/06/23  21:29:10
26321         Log: Do not test PerlIO if PerlIO not used.
26322      Branch: perl
26323            ! ext/PerlIO/PerlIO.t
26324 ____________________________________________________________________________
26325 [ 10871] By: jhi                                   on 2001/06/23  21:12:49
26326         Log: Regen perlapi.
26327      Branch: perl
26328            ! pod/perlapi.pod
26329 ____________________________________________________________________________
26330 [ 10870] By: jhi                                   on 2001/06/23  21:03:31
26331         Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
26332              From: Nicholas Clark <nick@ccl4.org>
26333              Date: Sat, 23 Jun 2001 22:55:47 +0100
26334              Message-ID: <20010623225547.Z98663@plum.flirble.org>
26335      Branch: perl
26336            ! numeric.c
26337 ____________________________________________________________________________
26338 [ 10869] By: jhi                                   on 2001/06/23  17:13:21
26339         Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
26340              From: Prymmer/Kahn <pvhp@best.com>
26341              Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
26342              Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
26343      Branch: perl
26344            ! lib/h2xs.t
26345 ____________________________________________________________________________
26346 [ 10868] By: jhi                                   on 2001/06/23  16:04:38
26347         Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
26348              cygwin does not taint cwd, just like win32.
26349      Branch: perl
26350            ! lib/File/Find/taint.t t/op/taint.t
26351 ____________________________________________________________________________
26352 [ 10867] By: jhi                                   on 2001/06/23  15:39:15
26353         Log: Retract #10865, the patch should be unnecessary.
26354              (But seemingly helpful in Cygwin?  Strange.)
26355      Branch: perl
26356            ! lib/Memoize/t/tie_ndbm.t
26357 ____________________________________________________________________________
26358 [ 10866] By: jhi                                   on 2001/06/23  15:06:30
26359         Log: Misplaced test file; plus Cygwin filesystem semantics.
26360      Branch: perl
26361            + ext/SDBM_File/sdbm.t
26362            - ext/ODBM_File/sdbm.t
26363            ! MANIFEST
26364 ____________________________________________________________________________
26365 [ 10865] By: jhi                                   on 2001/06/23  15:01:02
26366         Log: (Retracted by #10867.)
26367      Branch: perl
26368            ! lib/Memoize/t/tie_ndbm.t
26369 ____________________________________________________________________________
26370 [ 10864] By: jhi                                   on 2001/06/23  14:25:43
26371         Log: Metaconfig unit change for #10863.
26372      Branch: metaconfig/U/perl
26373            ! Extensions.U
26374 ____________________________________________________________________________
26375 [ 10863] By: jhi                                   on 2001/06/23  14:25:20
26376         Log: In Cygwin do not build NDBM_File and ODBM_File unless
26377              -lndbm and -ldbm are available.
26378      Branch: perl
26379            ! Configure config_h.SH
26380 ____________________________________________________________________________
26381 [ 10862] By: jhi                                   on 2001/06/23  14:02:14
26382         Log: More Cygwin filesystem semantics.
26383      Branch: perl
26384            ! t/io/fs.t t/op/stat.t
26385 ____________________________________________________________________________
26386 [ 10861] By: jhi                                   on 2001/06/23  13:38:00
26387         Log: More DOSish permission semantics for Cygwin.
26388      Branch: perl
26389            ! lib/AnyDBM_File.t
26390 ____________________________________________________________________________
26391 [ 10860] By: jhi                                   on 2001/06/23  13:32:41
26392         Log: Cygwin too has different permission semantics.
26393      Branch: perl
26394            ! ext/GDBM_File/gdbm.t
26395 ____________________________________________________________________________
26396 [ 10859] By: jhi                                   on 2001/06/23  13:30:06
26397         Log: The group (and assumedly passwd) databases can have
26398              only one entry (this is the case in cygwin).
26399      Branch: perl
26400            ! t/op/grent.t t/op/pwent.t
26401 ____________________________________________________________________________
26402 [ 10858] By: jhi                                   on 2001/06/23  13:16:26
26403         Log: Also in Cygwin use Socket to figure out domainname
26404              (if any) (avoids trying to call external 'domainname',
26405              which doesn't at the moment exist in Cygwin)
26406      Branch: perl
26407            ! lib/Net/Domain.pm
26408 ____________________________________________________________________________
26409 [ 10857] By: jhi                                   on 2001/06/23  12:48:32
26410         Log: Remove also the lib$Foo.def, not just $Foo.def.
26411      Branch: perl
26412            ! lib/ExtUtils/MM_Unix.pm
26413 ____________________________________________________________________________
26414 [ 10856] By: jhi                                   on 2001/06/23  12:21:53
26415         Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
26416      Branch: perl
26417            ! unixish.h
26418 ____________________________________________________________________________
26419 [ 10855] By: jhi                                   on 2001/06/23  12:14:15
26420         Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
26421              to match the whole isprint(), only the space character.
26422      Branch: perl
26423            ! handy.h pod/perlre.pod t/op/pat.t
26424 ____________________________________________________________________________
26425 [ 10854] By: nick                                  on 2001/06/23  08:09:33
26426         Log: Integrate mainline
26427      Branch: perlio
26428           !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
26429           !> lib/ExtUtils.t lib/File/Find/taint.t
26430           !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
26431           !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
26432           !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
26433 ____________________________________________________________________________
26434 [ 10853] By: jhi                                   on 2001/06/23  03:48:09
26435         Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
26436              with its floats    in os390 and s390 (UTS).
26437      Branch: perl
26438            ! lib/Math/BigInt/t/bigintpm.t
26439 ____________________________________________________________________________
26440 [ 10852] By: jhi                                   on 2001/06/23  03:38:53
26441         Log: Add also UTS (s390) to the non-IEEE float platforms.
26442      Branch: perl
26443            ! t/op/sprintf.t
26444 ____________________________________________________________________________
26445 [ 10851] By: jhi                                   on 2001/06/23  03:36:04
26446         Log: Subject: RFC: what are applicable standards for exponent sizes?
26447              From: Peter Prymmer <pvhp@forte.com>
26448              Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
26449              Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
26450      Branch: perl
26451            ! t/op/sprintf.t
26452 ____________________________________________________________________________
26453 [ 10850] By: jhi                                   on 2001/06/23  03:29:04
26454         Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
26455              From: Peter Prymmer <pvhp@forte.com>
26456              Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
26457              Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
26458      Branch: perl
26459            ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
26460 ____________________________________________________________________________
26461 [ 10849] By: jhi                                   on 2001/06/23  03:27:21
26462         Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
26463              From: Peter Prymmer <pvhp@forte.com>
26464              Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
26465              Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
26466      Branch: perl
26467            ! lib/ExtUtils.t
26468 ____________________________________________________________________________
26469 [ 10848] By: jhi                                   on 2001/06/22  21:51:31
26470         Log: Retract #10845.
26471      Branch: perl
26472            ! lib/File/Find/taint.t
26473 ____________________________________________________________________________
26474 [ 10847] By: jhi                                   on 2001/06/22  21:50:38
26475         Log: Yet another error message.
26476      Branch: perl
26477            ! t/op/mkdir.t
26478 ____________________________________________________________________________
26479 [ 10846] By: jhi                                   on 2001/06/22  21:48:39
26480         Log: The croak message for nonexistent socket functions may vary.
26481      Branch: perl
26482            ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
26483 ____________________________________________________________________________
26484 [ 10845] By: jhi                                   on 2001/06/22  21:42:38
26485         Log: (Retracted by #10848.)
26486      Branch: perl
26487            ! lib/File/Find/taint.t
26488 ____________________________________________________________________________
26489 [ 10844] By: jhi                                   on 2001/06/22  21:32:58
26490         Log: Integrate perlio.
26491      Branch: perl
26492           !> lib/File/Find/taint.t t/op/write.t
26493 ____________________________________________________________________________
26494 [ 10843] By: nick                                  on 2001/06/22  21:24:51
26495         Log: Back out debug in taint.t
26496      Branch: perlio
26497            ! lib/File/Find/taint.t
26498 ____________________________________________________________________________
26499 [ 10842] By: jhi                                   on 2001/06/22  21:20:02
26500         Log: setitimer() does not exist in Unicos, despite of what
26501              Configure thinks, from Mark P. Lutz.
26502      Branch: perl
26503            ! hints/unicos.sh
26504 ____________________________________________________________________________
26505 [ 10841] By: nick                                  on 2001/06/22  21:19:36
26506         Log: Skip cwd test on Win32 ???
26507      Branch: perlio
26508            ! lib/File/Find/taint.t
26509 ____________________________________________________________________________
26510 [ 10840] By: jhi                                   on 2001/06/22  21:17:34
26511         Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
26512              and Tru64 gcc -Wall happy.
26513      Branch: perl
26514            ! mg.c
26515 ____________________________________________________________________________
26516 [ 10839] By: jhi                                   on 2001/06/22  21:15:32
26517         Log: The packs must be done in native shorts, fix from Mark P. Lutz.
26518      Branch: perl
26519            ! ext/IPC/SysV/Semaphore.pm
26520 ____________________________________________________________________________
26521 [ 10838] By: jhi                                   on 2001/06/22  21:12:02
26522         Log: Metaconfig unit change for #10837.
26523      Branch: metaconfig/U/perl
26524            ! Cross.U
26525 ____________________________________________________________________________
26526 [ 10837] By: jhi                                   on 2001/06/22  21:09:42
26527         Log: Cleanup of the cross-compilation unit.
26528      Branch: perl
26529            ! Configure
26530 ____________________________________________________________________________
26531 [ 10836] By: nick                                  on 2001/06/22  20:45:12
26532         Log: Skip |- based op/write.t on Win32 as well as VMS
26533      Branch: perlio
26534            ! t/op/write.t
26535 ____________________________________________________________________________
26536 [ 10835] By: jhi                                   on 2001/06/22  20:44:20
26537         Log: Integrate perlio.
26538      Branch: perl
26539           !> util.c
26540 ____________________________________________________________________________
26541 [ 10834] By: nick                                  on 2001/06/22  20:41:54
26542         Log: Integrate mainline
26543      Branch: perlio
26544           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
26545           !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
26546           !> vos/config.ga.h
26547 ____________________________________________________________________________
26548 [ 10833] By: nick                                  on 2001/06/22  20:22:58
26549         Log: Patcho fix.
26550      Branch: perlio
26551            ! util.c
26552 ____________________________________________________________________________
26553 [ 10832] By: jhi                                   on 2001/06/22  20:13:02
26554         Log: Metaconfig unit changes for #10831.
26555      Branch: metaconfig
26556            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
26557 ____________________________________________________________________________
26558 [ 10831] By: jhi                                   on 2001/06/22  20:12:29
26559         Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
26560              From: Andy Dougherty <doughera@lafayette.edu>
26561              Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
26562              Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
26563      Branch: perl
26564            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26565            ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
26566 ____________________________________________________________________________
26567 [ 10830] By: jhi                                   on 2001/06/22  19:50:15
26568         Log: MPE/iX prototype nits from Mark Bixby.
26569      Branch: perl
26570            ! pp_sys.c
26571 ____________________________________________________________________________
26572 [ 10829] By: jhi                                   on 2001/06/22  16:25:16
26573         Log: Detypo.
26574      Branch: perl
26575            ! util.c
26576 ____________________________________________________________________________
26577 [ 10828] By: nick                                  on 2001/06/22  15:33:37
26578         Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
26579      Branch: perlio
26580           +> lib/h2xs.t
26581           !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
26582           !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
26583           !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
26584           !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
26585           !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
26586           !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
26587           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
26588           !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
26589           !> vms/vmsish.h
26590 ____________________________________________________________________________
26591 [ 10827] By: jhi                                   on 2001/06/22  14:15:26
26592         Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
26593              Date: Fri, 22 Jun 2001 10:08:35 -0500
26594              From: "Craig A. Berry" <craigberry@mac.com>
26595              Message-Id: <a05101001b75908704194@[192.168.56.145]>
26596      Branch: perl
26597            ! vms/vms.c vms/vmsish.h
26598 ____________________________________________________________________________
26599 [ 10826] By: jhi                                   on 2001/06/22  13:35:37
26600         Log: NetWare scripts tweak from Ananth Kesari.
26601      Branch: perl
26602            ! NetWare/t/NWScripts.pl
26603 ____________________________________________________________________________
26604 [ 10825] By: jhi                                   on 2001/06/22  13:00:55
26605         Log: Update Changes.
26606      Branch: perl
26607            ! Changes patchlevel.h
26608 ____________________________________________________________________________
26609 [ 10824] By: jhi                                   on 2001/06/22  12:46:56
26610         Log: Add .i and .s targets.
26611      Branch: perl
26612            ! Makefile.SH
26613 ____________________________________________________________________________
26614 [ 10823] By: jhi                                   on 2001/06/22  12:25:20
26615         Log: Upgrade to Locale::Maketext 1.03.
26616      Branch: perl
26617            ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
26618            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
26619 ____________________________________________________________________________
26620 [ 10822] By: jhi                                   on 2001/06/22  12:23:57
26621         Log: Upgrade to I18N::LangTags 0.26.
26622      Branch: perl
26623            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
26624            ! lib/I18N/LangTags/test.pl
26625 ____________________________________________________________________________
26626 [ 10821] By: jhi                                   on 2001/06/22  12:16:41
26627         Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
26628              Philip Newton.
26629      Branch: perl
26630            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
26631            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
26632 ____________________________________________________________________________
26633 [ 10820] By: jhi                                   on 2001/06/22  12:13:37
26634         Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
26635              From: Prymmer/Kahn <pvhp@best.com>
26636              Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
26637              Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
26638      Branch: perl
26639            + lib/h2xs.t
26640            ! MANIFEST utils/h2xs.PL
26641 ____________________________________________________________________________
26642 [ 10819] By: jhi                                   on 2001/06/22  12:11:56
26643         Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
26644              From: Prymmer/Kahn <pvhp@best.com>
26645              Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
26646              Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
26647      Branch: perl
26648            ! lib/ExtUtils.t
26649 ____________________________________________________________________________
26650 [ 10818] By: jhi                                   on 2001/06/22  12:11:08
26651         Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
26652              From: Prymmer/Kahn <pvhp@best.com>
26653              Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
26654              Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
26655      Branch: perl
26656            ! t/pod/plainer.t
26657 ____________________________________________________________________________
26658 [ 10817] By: jhi                                   on 2001/06/22  12:10:05
26659         Log: AUTHORS update.
26660      Branch: perl
26661            ! AUTHORS
26662 ____________________________________________________________________________
26663 [ 10816] By: jhi                                   on 2001/06/22  12:08:24
26664         Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
26665              From: "Craig A. Berry" <craigberry@mac.com>
26666              Date: Thu, 21 Jun 2001 18:20:38 -0500
26667              Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
26668      Branch: perl
26669            ! ext/POSIX/POSIX.xs
26670 ____________________________________________________________________________
26671 [ 10815] By: jhi                                   on 2001/06/22  12:07:19
26672         Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
26673              From: "Craig A. Berry" <craigberry@mac.com>
26674              Date: Thu, 21 Jun 2001 09:58:52 -0500
26675              Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
26676      Branch: perl
26677            ! ext/B/Deparse.t t/op/write.t
26678 ____________________________________________________________________________
26679 [ 10814] By: nick                                  on 2001/06/22  08:13:09
26680         Log: Integrate mainline.
26681      Branch: perlio
26682           !> (integrate 46 files)
26683 ____________________________________________________________________________
26684 [ 10813] By: jhi                                   on 2001/06/22  02:48:58
26685         Log: Change the prefixes only if $prefix is unset,
26686              as originally patched by Marcel Grunauer.
26687      Branch: perl
26688            ! hints/darwin.sh hints/rhapsody.sh
26689 ____________________________________________________________________________
26690 [ 10812] By: jhi                                   on 2001/06/22  02:44:41
26691         Log: Subject: Re: Patch for hints/darwin.sh
26692              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
26693              Date: Thu, 21 Jun 2001 11:23:46 -0700
26694              Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
26695      Branch: perl
26696            ! hints/darwin.sh hints/rhapsody.sh
26697 ____________________________________________________________________________
26698 [ 10811] By: jhi                                   on 2001/06/22  02:34:27
26699         Log: Add .PHONY targets for non-file targets,
26700              from Wilfredo Sánchez.  Should help saying
26701              "make install" on case-insensitive filesystems.
26702      Branch: perl
26703            ! Makefile.SH
26704 ____________________________________________________________________________
26705 [ 10810] By: jhi                                   on 2001/06/22  02:01:23
26706         Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
26707              From: Doug MacEachern <dougm@covalent.net>
26708              Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
26709              Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
26710              
26711              plus reword the getcwd() comment, plus use getcwd() buffer
26712              size minus one.
26713      Branch: perl
26714            ! util.c
26715 ____________________________________________________________________________
26716 [ 10809] By: jhi                                   on 2001/06/22  01:16:58
26717         Log: More gprofing from Doug MacEachern.
26718      Branch: perl
26719            ! Makefile.SH
26720 ____________________________________________________________________________
26721 [ 10808] By: jhi                                   on 2001/06/22  01:15:11
26722         Log: Metaconfig unit change for #10807.
26723      Branch: metaconfig/U/perl
26724            ! d_sfio.U
26725 ____________________________________________________________________________
26726 [ 10807] By: jhi                                   on 2001/06/22  01:14:43
26727         Log: Tell that you are removing the unneeded -lsfio.
26728      Branch: perl
26729            ! Configure
26730 ____________________________________________________________________________
26731 [ 10806] By: jhi                                   on 2001/06/22  01:03:14
26732         Log: More MPE/iX tweaks from Mark Bixby.
26733      Branch: perl
26734            ! perl.c t/op/magic.t
26735 ____________________________________________________________________________
26736 [ 10805] By: jhi                                   on 2001/06/21  22:41:11
26737         Log: The fchdir() proto is supposed to live in <unistd.h>.
26738      Branch: perl
26739            ! ext/Cwd/Cwd.xs
26740 ____________________________________________________________________________
26741 [ 10804] By: jhi                                   on 2001/06/21  22:24:42
26742         Log: This town is too small for the Cwd extension and me,
26743              it would seem...
26744      Branch: perl
26745            ! ext/Cwd/Cwd.xs
26746 ____________________________________________________________________________
26747 [ 10803] By: jhi                                   on 2001/06/21  21:54:00
26748         Log: Metaconfig unit change for #10802.
26749      Branch: metaconfig/U/perl
26750            ! d_modfl.U
26751 ____________________________________________________________________________
26752 [ 10802] By: jhi                                   on 2001/06/21  21:53:37
26753         Log: More d'ohs.
26754      Branch: perl
26755            ! Configure
26756 ____________________________________________________________________________
26757 [ 10801] By: jhi                                   on 2001/06/21  21:38:38
26758         Log: Off-by-one.  I'm so classic.
26759      Branch: perl
26760            ! util.c
26761 ____________________________________________________________________________
26762 [ 10800] By: jhi                                   on 2001/06/21  20:10:19
26763         Log: Update Changes.
26764      Branch: perl
26765            ! Changes patchlevel.h
26766 ____________________________________________________________________________
26767 [ 10799] By: jhi                                   on 2001/06/21  20:03:54
26768         Log: Subject: Documentation patch for Net::FTP
26769              From: Marcel Grunauer <marcel@codewerk.com>
26770              Date: Wed, 20 Jun 2001 23:03:26 +0200
26771              Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
26772      Branch: perl
26773            ! lib/Net/FTP.pm
26774 ____________________________________________________________________________
26775 [ 10798] By: jhi                                   on 2001/06/21  20:01:14
26776         Log: Retract the #10417 mg.c and embed.pl parts because of
26777              strange SEGVs in 64bit x86 FreeBSD observed by
26778              Nicholas Clark.
26779      Branch: perl
26780            ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
26781 ____________________________________________________________________________
26782 [ 10797] By: jhi                                   on 2001/06/21  19:40:34
26783         Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
26784      Branch: perl
26785            ! Configure NetWare/config.wc NetWare/config_H.wc
26786            ! Porting/Glossary Porting/config.sh Porting/config_H
26787            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
26788            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
26789            ! vos/config.ga.h win32/config.bc win32/config.gc
26790            ! win32/config.vc win32/config_H.bc win32/config_H.gc
26791            ! win32/config_H.vc
26792 ____________________________________________________________________________
26793 [ 10796] By: jhi                                   on 2001/06/21  19:08:28
26794         Log: Cwd tweak from Doug MacEachern.
26795      Branch: perl
26796            ! ext/Cwd/Cwd.xs
26797 ____________________________________________________________________________
26798 [ 10795] By: jhi                                   on 2001/06/21  19:03:48
26799         Log: Protect the fchdir() and lstat() with ifdefs.
26800              fchdir() needs a Configure probe.
26801      Branch: perl
26802            ! ext/Cwd/Cwd.xs
26803 ____________________________________________________________________________
26804 [ 10794] By: nick                                  on 2001/06/21  17:11:35
26805         Log: Integrate mainline
26806      Branch: perlio
26807           +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
26808           +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
26809           +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
26810           +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
26811           +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
26812           +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
26813           +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
26814           +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
26815            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
26816            - lib/File/Glob/case.t lib/File/Glob/global.t
26817            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
26818            - lib/File/Temp/posix.t lib/File/Temp/security.t
26819            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
26820            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
26821            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
26822            - lib/Text/Wrap/wrap.t
26823           !> (integrate 41 files)
26824 ____________________________________________________________________________
26825 [ 10793] By: jhi                                   on 2001/06/21  17:01:26
26826         Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
26827              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
26828              Date: Thu, 21 Jun 2001 13:04:54 -0500
26829              Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
26830      Branch: perl
26831            ! ext/Cwd/Cwd.xs
26832 ____________________________________________________________________________
26833 [ 10792] By: jhi                                   on 2001/06/21  16:13:57
26834         Log: Subject: [PATCH pod] overlong =item
26835              From: Robin Barker <rmb1@cise.npl.co.uk>
26836              Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
26837              Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
26838      Branch: perl
26839            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
26840            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
26841 ____________________________________________________________________________
26842 [ 10791] By: jhi                                   on 2001/06/21  16:10:51
26843         Log: Subject: [PATCH perlio.c] format 
26844              From: Robin Barker <rmb1@cise.npl.co.uk>
26845              Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
26846              Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
26847      Branch: perl
26848            ! perlio.c
26849 ____________________________________________________________________________
26850 [ 10790] By: jhi                                   on 2001/06/21  15:52:04
26851         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
26852              From: Radu Greab <radu@netsoft.ro>
26853              Date: Thu, 21 Jun 2001 19:06:02 +0300
26854              Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
26855      Branch: perl
26856            ! pod/perlapi.pod sv.c
26857 ____________________________________________________________________________
26858 [ 10789] By: jhi                                   on 2001/06/21  14:48:25
26859         Log: The metaconfig unit changes for #10788.
26860      Branch: metaconfig/U/perl
26861            ! Cross.U fflushall.U
26862 ____________________________________________________________________________
26863 [ 10788] By: jhi                                   on 2001/06/21  14:47:48
26864         Log: Cross-configuration changes: make $from to rm the files
26865              before copying them over (this means that he rm can be
26866              removed from the fflushall test), create $targetmkdir      
26867              (not documented in install since it is supposed to internal
26868              use only), make $run to copy over the executable only if
26869              a stamp file .xok doesn't already exist (to avoid unnecessary
26870              copying of the executable)
26871      Branch: perl
26872            ! Configure Makefile.SH
26873 ____________________________________________________________________________
26874 [ 10787] By: nick                                  on 2001/06/21  14:16:18
26875         Log: Integrate mainline
26876      Branch: perlio
26877           +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
26878           +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
26879           +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
26880            - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
26881           !> (integrate 34 files)
26882 ____________________________________________________________________________
26883 [ 10786] By: jhi                                   on 2001/06/21  13:59:32
26884         Log: Re-add the files as text.
26885      Branch: perl
26886            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
26887 ____________________________________________________________________________
26888 [ 10785] By: jhi                                   on 2001/06/21  13:57:55
26889         Log: Delete the binary files.
26890      Branch: perl
26891            - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
26892 ____________________________________________________________________________
26893 [ 10784] By: jhi                                   on 2001/06/21  13:49:47
26894         Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
26895              From: Andy Dougherty <doughera@lafayette.edu>
26896              Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
26897              Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
26898      Branch: perl
26899            ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
26900            ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
26901            ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
26902            ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
26903 ____________________________________________________________________________
26904 [ 10783] By: jhi                                   on 2001/06/21  13:46:50
26905         Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
26906              From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
26907              Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST) 
26908              Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
26909              
26910              Setting umask to something friendlier.
26911      Branch: perl
26912            ! installman installperl
26913 ____________________________________________________________________________
26914 [ 10782] By: jhi                                   on 2001/06/21  13:42:17
26915         Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
26916              Resort MANIFEST with sort -f, looks much better.
26917      Branch: perl
26918            + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
26919            + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
26920            + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
26921            + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
26922            + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
26923            + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
26924            + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
26925            + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
26926            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
26927            - lib/File/Glob/case.t lib/File/Glob/global.t
26928            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
26929            - lib/File/Temp/posix.t lib/File/Temp/security.t
26930            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
26931            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
26932            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
26933            - lib/Text/Wrap/wrap.t
26934            ! MANIFEST
26935 ____________________________________________________________________________
26936 [ 10781] By: jhi                                   on 2001/06/21  13:16:04
26937         Log: Upgrade to I18N::LangTags 0.25.
26938      Branch: perl
26939            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
26940            ! lib/I18N/LangTags/List.pm
26941 ____________________________________________________________________________
26942 [ 10780] By: jhi                                   on 2001/06/21  13:12:54
26943         Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
26944              From: Richard Soderberg <rs@crystalflame.net>
26945              Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
26946              Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
26947      Branch: perl
26948            ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
26949            ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
26950 ____________________________________________________________________________
26951 [ 10779] By: jhi                                   on 2001/06/21  12:59:57
26952         Log: Test obsoleted by change #10777.
26953      Branch: perl
26954            ! t/op/sub_lval.t
26955 ____________________________________________________________________________
26956 [ 10778] By: jhi                                   on 2001/06/21  12:52:37
26957         Log: Case of confused test numbering.
26958      Branch: perl
26959            ! t/op/pat.t
26960 ____________________________________________________________________________
26961 [ 10777] By: jhi                                   on 2001/06/21  12:30:57
26962         Log: Subject: Re: Opinion on undef lvalue
26963              From: Abhijit Menon-Sen <ams@wiw.org>
26964              Date: Sun, 17 Jun 2001 13:04:46 +0530
26965              Message-ID: <20010617130446.B27925@lustre.linux.in>
26966              
26967              Allow lvalue subs to return undef in array context.
26968      Branch: perl
26969            ! pp_hot.c
26970 ____________________________________________________________________________
26971 [ 10776] By: jhi                                   on 2001/06/21  12:27:48
26972         Log: Just a guess that using the same hack for cygwin as
26973              for win32 might help.
26974      Branch: perl
26975            ! lib/File/Find/find.t
26976 ____________________________________________________________________________
26977 [ 10775] By: jhi                                   on 2001/06/21  12:25:58
26978         Log: NetWare tweaks from Guruprasad.
26979      Branch: perl
26980            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
26981            ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
26982            ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
26983            ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
26984 ____________________________________________________________________________
26985 [ 10774] By: jhi                                   on 2001/06/21  12:21:17
26986         Log: Subject: Re: perl@10722: Bogus warnings on REs 
26987              From: Hugo <hv@crypt.compulink.co.uk>
26988              Date: Thu, 21 Jun 2001 09:51:17 +0100
26989              Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
26990              
26991              Unroll to avoid a UTS compiler bug.
26992      Branch: perl
26993            ! regcomp.c
26994 ____________________________________________________________________________
26995 [ 10773] By: jhi                                   on 2001/06/21  12:13:13
26996         Log: Subject: Re: [PATCH] Make /o work under i?threads
26997              From: Artur Bergman <artur@contiller.se>
26998              Date: Thu, 21 Jun 2001 14:38:03 +0200
26999              Message-ID: <B757B74A.184D%artur@contiller.se>
27000      Branch: perl
27001            ! t/op/pat.t
27002 ____________________________________________________________________________
27003 [ 10772] By: jhi                                   on 2001/06/21  12:12:23
27004         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
27005              From: Artur Bergman <artur@contiller.se> 
27006              Date: Thu, 21 Jun 2001 14:27:33 +0200
27007              Message-ID: <B757B4D4.1849%artur@contiller.se>
27008              
27009              Plus extra parentheses.
27010      Branch: perl
27011            ! op.h
27012 ____________________________________________________________________________
27013 [ 10771] By: jhi                                   on 2001/06/21  12:10:29
27014         Log: Subject: [PATCH] Make /o work under i?threads
27015              From: Richard Soderberg <rs@crystalflame.net>
27016              Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
27017              Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
27018      Branch: perl
27019            ! pp_ctl.c
27020 ____________________________________________________________________________
27021 [ 10770] By: jhi                                   on 2001/06/21  12:09:28
27022         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
27023              From: Artur Bergman <artur@contiller.se>
27024              Date: Thu, 21 Jun 2001 14:04:54 +0200
27025              Message-ID: <B757AF86.1842%artur@contiller.se>
27026      Branch: perl
27027            ! op.h
27028 ____________________________________________________________________________
27029 [ 10769] By: jhi                                   on 2001/06/21  12:08:03
27030         Log: Subject: Re: perl@10765: sv.c not OK on win32
27031              From: Artur Bergman <artur@contiller.se>
27032              Date: Thu, 21 Jun 2001 10:31:06 +0200
27033              Message-ID: <B7577D69.182C%artur@contiller.se>
27034      Branch: perl
27035            ! sv.c
27036 ____________________________________________________________________________
27037 [ 10768] By: jhi                                   on 2001/06/21  12:03:56
27038         Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
27039              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27040              Date: Thu, 21 Jun 2001 06:23:56 -0400
27041              Message-ID: <20010621062356.A8619@math.ohio-state.edu>
27042              
27043              Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
27044              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27045              Date: Thu, 21 Jun 2001 06:32:21 -0400
27046              Message-ID: <20010621063221.A8823@math.ohio-state.edu>
27047      Branch: perl
27048            ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
27049 ____________________________________________________________________________
27050 [ 10767] By: jhi                                   on 2001/06/21  12:00:07
27051         Log: Subject: [PATCH] make syslog test more verbose
27052              From: Robert Spier <rspier@pobox.com>
27053              Date: Thu, 21 Jun 2001 00:54:32 -0400
27054              Message-ID: <15153.32264.295807.333073@rls.cx>
27055      Branch: perl
27056            ! ext/Sys/Syslog/syslog.t
27057 ____________________________________________________________________________
27058 [ 10766] By: jhi                                   on 2001/06/20  23:27:57
27059         Log: Subject: op/study.t refinements
27060              From: Hugo <hv@crypt.compulink.co.uk>
27061              Date: Thu, 21 Jun 2001 00:29:07 +0100
27062              Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
27063      Branch: perl
27064            ! t/op/study.t
27065 ____________________________________________________________________________
27066 [ 10765] By: jhi                                   on 2001/06/20  19:51:47
27067         Log: Update Changes.
27068      Branch: perl
27069            ! Changes patchlevel.h
27070 ____________________________________________________________________________
27071 [ 10764] By: jhi                                   on 2001/06/20  19:00:23
27072         Log: Subject: Re: [PATCH] djgpp updates
27073              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
27074              Date: Wed, 20 Jun 2001 10:05:15 +0200
27075              Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
27076      Branch: perl
27077            ! djgpp/config.over
27078 ____________________________________________________________________________
27079 [ 10763] By: jhi                                   on 2001/06/20  18:58:06
27080         Log: Fix for ID 20010619.002 "When building hash, hash keys that
27081              are function calls are not being called", from Abhijit.
27082      Branch: perl
27083            ! t/base/lex.t toke.c
27084 ____________________________________________________________________________
27085 [ 10762] By: jhi                                   on 2001/06/20  18:45:00
27086         Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
27087      Branch: perl
27088            + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
27089            + lib/Locale/Maketext/test.pl
27090            - lib/Locale/Maketext.t
27091            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
27092            ! lib/Locale/Maketext/TPJ13.pod
27093 ____________________________________________________________________________
27094 [ 10761] By: jhi                                   on 2001/06/20  18:44:15
27095         Log: Metaconfig unit change for #10760.
27096      Branch: metaconfig
27097            ! U/modified/Cppsym.U
27098 ____________________________________________________________________________
27099 [ 10760] By: jhi                                   on 2001/06/20  18:42:04
27100         Log: Do not remove the ccsym* Cppsym* files since
27101              they are useful for metaconfig units coming after us.
27102              (This is the Configure nit mentioned in #10752.)
27103      Branch: perl
27104            ! Configure
27105 ____________________________________________________________________________
27106 [ 10759] By: jhi                                   on 2001/06/20  18:02:18
27107         Log: Update to I18N::LangTags 0.24, from Sean Burke.
27108      Branch: perl
27109            + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
27110            + lib/I18N/LangTags/README
27111            - lib/I18N/LangTags/List.pod
27112            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
27113 ____________________________________________________________________________
27114 [ 10758] By: jhi                                   on 2001/06/20  17:34:43
27115         Log: Regen headers.
27116      Branch: perl
27117            ! embed.h embedvar.h global.sym perlapi.c perlapi.h
27118            ! pod/perlapi.pod proto.h
27119 ____________________________________________________________________________
27120 [ 10757] By: jhi                                   on 2001/06/20  17:23:08
27121         Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
27122              From: Artur Bergman <artur@contiller.se>
27123              Date: Wed, 20 Jun 2001 11:31:32 +0200
27124              Message-ID: <B7563A14.17D8%artur@contiller.se>
27125      Branch: perl
27126            ! embed.pl hv.c intrpvar.h sv.c sv.h
27127 ____________________________________________________________________________
27128 [ 10756] By: jhi                                   on 2001/06/20  17:13:26
27129         Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
27130              From: Tim Sweetman <tim@aldigital.co.uk> 
27131              Date: Wed, 13 Jun 2001 14:25:17 +0100 
27132              Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk> 
27133      Branch: perl
27134            ! ext/POSIX/POSIX.t lib/AutoLoader.pm
27135 ____________________________________________________________________________
27136 [ 10755] By: nick                                  on 2001/06/20  16:12:37
27137         Log: Integrate mainline
27138      Branch: perlio
27139           !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
27140           !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
27141           !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
27142           !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
27143           !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
27144           !> t/op/study.t util.c
27145 ____________________________________________________________________________
27146 [ 10754] By: gsar                                  on 2001/06/20  15:22:27
27147         Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
27148              but not Makefile)
27149      Branch: maint-5.6/perl
27150            ! win32/Makefile
27151 ____________________________________________________________________________
27152 [ 10753] By: jhi                                   on 2001/06/20  14:03:20
27153         Log: Security tweak on readlink().
27154      Branch: perl
27155            ! pp_sys.c
27156 ____________________________________________________________________________
27157 [ 10752] By: jhi                                   on 2001/06/20  14:00:23
27158         Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
27159      Branch: perl
27160            ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
27161            ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
27162            ! mpeix/relink t/op/pwent.t
27163 ____________________________________________________________________________
27164 [ 10751] By: jhi                                   on 2001/06/20  13:57:27
27165         Log: Reinstate #10725 (with probe for alarm()).
27166      Branch: perl
27167            ! t/op/study.t
27168 ____________________________________________________________________________
27169 [ 10750] By: jhi                                   on 2001/06/20  13:53:46
27170         Log: Replace our implementation of realpath() with OpenBSD's
27171              (src/lib/libc/stdlib/realpath.c 1.4).
27172      Branch: perl
27173            ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
27174            ! pod/perldiag.pod proto.h util.c
27175 ____________________________________________________________________________
27176 [ 10749] By: jhi                                   on 2001/06/20  13:07:49
27177         Log: Integrate perlio.
27178      Branch: perl
27179           !> perlio.c
27180 ____________________________________________________________________________
27181 [ 10748] By: jhi                                   on 2001/06/20  13:07:18
27182         Log: No point in going into memory-saving contortions
27183              with getcwd() since there's a danger of buffer overflow.
27184              Also make the POSIX extension to use sv_getcwd().
27185              Finally, a missed proto.h fragment.
27186      Branch: perl
27187            ! ext/POSIX/POSIX.xs proto.h util.c
27188 ____________________________________________________________________________
27189 [ 10747] By: nick                                  on 2001/06/20  12:38:26
27190         Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
27191      Branch: perlio
27192            ! perlio.c
27193 ____________________________________________________________________________
27194 [ 10746] By: jhi                                   on 2001/06/20  11:51:10
27195         Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
27196              From: Graham Barr <gbarr@pobox.com>
27197              Date: Wed, 20 Jun 2001 11:05:49 +0100
27198              Message-ID: <20010620110549.I19188@pobox.com>
27199              
27200              reported in        
27201              
27202              Subject: Bug in IO::Socket::INET module (repeat)
27203              From: "Harmon S. Nine" <hnine@netarx.com>
27204              Date: Tue, 19 Jun 2001 09:41:35 -0400
27205              Message-ID: <3B2F568F.8080605@netarx.com>
27206              
27207              The bug was that the IO::Socket::INET constructor
27208              did not allow a 'LocalPort' of 0.
27209      Branch: perl
27210            ! ext/IO/lib/IO/Socket/INET.pm
27211 ____________________________________________________________________________
27212 [ 10745] By: nick                                  on 2001/06/20  08:56:39
27213         Log: Integrate mainline.
27214      Branch: perlio
27215           !> (integrate 37 files)
27216 ____________________________________________________________________________
27217 [ 10744] By: jhi                                   on 2001/06/20  04:54:53
27218         Log: After some reading I don't think we can blindly
27219              use systems' realpath().  Too many security problems,
27220              too many buggy implementations.
27221              
27222              TODO: the realpath() emulation code in util.c doesn't
27223              seem fully operational?  (readlink(), for example?)
27224      Branch: perl
27225            ! Configure Makefile.micro Porting/Glossary Porting/config.sh
27226            ! Porting/config_H config_h.SH embed.h embed.pl global.sym
27227            ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
27228            ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
27229            ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
27230            ! win32/config_H.gc win32/config_H.vc
27231 ____________________________________________________________________________
27232 [ 10743] By: jhi                                   on 2001/06/20  00:48:48
27233         Log: Metaconfig unit change for #10738.
27234      Branch: metaconfig
27235            ! U/compline/d_gconvert.U
27236 ____________________________________________________________________________
27237 [ 10742] By: jhi                                   on 2001/06/20  00:48:20
27238         Log: Integrate change #10739 from maintperl:
27239              
27240              C<eval "/x$\r\n/x"> fails to compile correctly 
27241      Branch: perl
27242           !> t/op/pat.t toke.c
27243 ____________________________________________________________________________
27244 [ 10741] By: jhi                                   on 2001/06/20  00:41:05
27245         Log: Retract #10725 (Hugo asked NOT to apply the patch)
27246      Branch: perl
27247            ! t/op/study.t
27248 ____________________________________________________________________________
27249 [ 10740] By: jhi                                   on 2001/06/19  23:58:25
27250         Log: The test.third results were funnily named because of the
27251              new test scheme.
27252      Branch: perl
27253            ! t/TEST
27254 ____________________________________________________________________________
27255 [ 10739] By: gsar                                  on 2001/06/19  23:49:15
27256         Log: C<eval "/x$\r\n/x"> fails to compile correctly
27257      Branch: maint-5.6/perl
27258            ! t/op/pat.t toke.c
27259 ____________________________________________________________________________
27260 [ 10738] By: jhi                                   on 2001/06/19  23:04:15
27261         Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED) 
27262              From: Spider Boardman <spider@Orb.Nashua.NH.US>
27263              Date: Tue, 19 Jun 2001 19:15:40 -0400
27264              Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
27265              
27266              The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
27267              because "1e+129" being expected but "1.e+129" being returned.
27268              The culprit (at least in Tru64) is the use of gcvt().
27269      Branch: perl
27270            ! Configure
27271 ____________________________________________________________________________
27272 [ 10737] By: jhi                                   on 2001/06/19  22:56:52
27273         Log: Subject: [PATCH perl@10722] test hunting on VMS
27274              From: "Craig A. Berry" <craigberry@mac.com>
27275              Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
27276              Date: Tue, 19 Jun 2001 18:59:01 -0500
27277      Branch: perl
27278            ! vms/test.com
27279 ____________________________________________________________________________
27280 [ 10736] By: jhi                                   on 2001/06/19  21:32:29
27281         Log: Subject: [PATCH] s/typos//
27282              From: Abhijit Menon-Sen <ams@wiw.org>
27283              Date: Wed, 20 Jun 2001 02:15:02 +0530
27284              Message-ID: <20010620021502.A14541@lustre.linux.in>
27285              
27286              Without the op.h s/bearword/bareword/ hunk, see
27287              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
27288      Branch: perl
27289            ! util.c
27290 ____________________________________________________________________________
27291 [ 10735] By: jhi                                   on 2001/06/19  21:26:43
27292         Log: Metaconfig unit change for #10732 and #10733.
27293      Branch: metaconfig/U/perl
27294            ! fflushall.U
27295 ____________________________________________________________________________
27296 [ 10734] By: jhi                                   on 2001/06/19  21:24:41
27297         Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
27298              From: "Craig A. Berry" <craigberry@mac.com>
27299              Date: Tue, 19 Jun 2001 17:19:48 -0500
27300              Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
27301      Branch: perl
27302            ! configure.com vms/descrip_mms.template
27303 ____________________________________________________________________________
27304 [ 10733] By: jhi                                   on 2001/06/19  19:57:44
27305         Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
27306              From: Spider Boardman <spider@Orb.Nashua.NH.US>
27307              Date: Tue, 19 Jun 2001 16:48:07 -0400
27308              Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
27309              
27310              Further fixes to fflush(NULL) detection.
27311      Branch: perl
27312            ! Configure
27313 ____________________________________________________________________________
27314 [ 10732] By: jhi                                   on 2001/06/19  19:38:20
27315         Log: AIX test -s hangs with non-existent files?
27316              (A genuine logic bug in Configure, but AIX also broken?)
27317      Branch: perl
27318            ! Configure
27319 ____________________________________________________________________________
27320 [ 10731] By: jhi                                   on 2001/06/19  19:17:35
27321         Log: AUTHORS updates.
27322      Branch: perl
27323            ! AUTHORS
27324 ____________________________________________________________________________
27325 [ 10730] By: jhi                                   on 2001/06/19  19:03:07
27326         Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
27327              From: Spider Boardman <spider@Orb.Nashua.NH.US>
27328              Date: Tue, 19 Jun 2001 15:33:25 -0400
27329              Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
27330      Branch: perl
27331            ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
27332            ! t/lib/warnings/pp
27333 ____________________________________________________________________________
27334 [ 10729] By: jhi                                   on 2001/06/19  18:34:10
27335         Log: Integrate perlio.
27336      Branch: perl
27337           !> lib/File/Find/find.t win32/distclean.bat
27338 ____________________________________________________________________________
27339 [ 10728] By: nick                                  on 2001/06/19  18:24:53
27340         Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
27341      Branch: perlio
27342            ! lib/File/Find/find.t win32/distclean.bat
27343 ____________________________________________________________________________
27344 [ 10727] By: jhi                                   on 2001/06/19  18:07:31
27345         Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
27346              also add information how to find out whether one has PerlIO.
27347      Branch: perl
27348            ! pod/perlfunc.pod
27349 ____________________________________________________________________________
27350 [ 10726] By: jhi                                   on 2001/06/19  17:59:30
27351         Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
27352              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
27353              Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
27354              Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
27355      Branch: perl
27356            ! pod/perlfunc.pod
27357 ____________________________________________________________________________
27358 [ 10725] By: jhi                                   on 2001/06/19  17:28:30
27359         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
27360              From: Hugo <hv@crypt.compulink.co.uk>
27361              Date: Tue, 19 Jun 2001 12:37:30 +0100
27362              Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
27363      Branch: perl
27364            ! t/op/study.t
27365 ____________________________________________________________________________
27366 [ 10724] By: jhi                                   on 2001/06/19  17:22:20
27367         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
27368              From: Hugo <hv@crypt.compulink.co.uk>
27369              Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
27370              Date: Tue, 19 Jun 2001 13:15:17 +0100
27371      Branch: perl
27372            ! util.c
27373 ____________________________________________________________________________
27374 [ 10723] By: nick                                  on 2001/06/19  14:46:15
27375         Log: Integrate mainline
27376      Branch: perlio
27377           +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
27378           +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
27379           +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
27380           +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
27381           +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
27382           +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
27383            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
27384            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
27385            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
27386            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
27387            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
27388            - ext/Thread/unsync4.t
27389           !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
27390           !> djgpp/config.over djgpp/fixpmain
27391           !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
27392           !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
27393           !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
27394 ____________________________________________________________________________
27395 [ 10722] By: jhi                                   on 2001/06/19  11:55:30
27396         Log: Update Changes.
27397      Branch: perl
27398            ! Changes patchlevel.h
27399 ____________________________________________________________________________
27400 [ 10721] By: jhi                                   on 2001/06/19  11:29:34
27401         Log: The existence shall be MANIFESted.
27402      Branch: perl
27403            ! MANIFEST
27404 ____________________________________________________________________________
27405 [ 10720] By: jhi                                   on 2001/06/19  10:58:09
27406         Log: The old libnet.cfg is first searched from the current directory,
27407              only then from the module path.
27408      Branch: perl
27409            ! utils/libnetcfg.PL
27410 ____________________________________________________________________________
27411 [ 10719] By: jhi                                   on 2001/06/19  10:55:59
27412         Log: NetWare tweaks from Guruprasad.
27413      Branch: perl
27414            ! NetWare/Makefile NetWare/config.wc
27415 ____________________________________________________________________________
27416 [ 10718] By: jhi                                   on 2001/06/19  10:54:22
27417         Log: Subject: [PATCH] djgpp updates
27418              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
27419              Date: Tue, 19 Jun 2001 10:59:06 +0200
27420              Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
27421      Branch: perl
27422            ! djgpp/config.over djgpp/fixpmain
27423 ____________________________________________________________________________
27424 [ 10717] By: jhi                                   on 2001/06/19  10:53:20
27425         Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
27426              From: Prymmer/Kahn <pvhp@best.com>
27427              Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
27428              Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
27429      Branch: perl
27430            ! win32/Makefile
27431 ____________________________________________________________________________
27432 [ 10716] By: jhi                                   on 2001/06/19  10:52:25
27433         Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
27434              to happen right after the inclusion of <inttypes.h>,
27435              from Edward Moy.
27436      Branch: perl
27437            ! handy.h perl.h
27438 ____________________________________________________________________________
27439 [ 10715] By: jhi                                   on 2001/06/19  10:49:21
27440         Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
27441              From: Doug MacEachern <dougm@covalent.net>
27442              Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
27443              Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
27444      Branch: perl
27445            ! ext/DynaLoader/DynaLoader_pm.PL
27446 ____________________________________________________________________________
27447 [ 10714] By: jhi                                   on 2001/06/19  10:48:19
27448         Log: Revert #10656 for perfomance reasons but leave in the
27449              use of Hv*() macros -- in comments, so that grepping the
27450              source is easier, from Abhijit.  (Also add the ENV_HV_NAME speedup
27451              suggested by Sarathy, also by Abhijit.)
27452      Branch: perl
27453            ! hv.c
27454 ____________________________________________________________________________
27455 [ 10713] By: jhi                                   on 2001/06/19  10:46:08
27456         Log: Subject: [patch] .s MakeMaker suffix
27457              From: Doug MacEachern <dougm@covalent.net>
27458              Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
27459              Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
27460      Branch: perl
27461            ! lib/ExtUtils/MM_Unix.pm
27462 ____________________________________________________________________________
27463 [ 10712] By: jhi                                   on 2001/06/19  10:34:35
27464         Log: One test lost in the big shuffle restored.
27465      Branch: perl
27466            + ext/IPC/SysV/ipcsysv.t
27467            ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
27468 ____________________________________________________________________________
27469 [ 10711] By: jhi                                   on 2001/06/19  10:25:46
27470         Log: Rename the old non-standard threads tests so that
27471              they won't be invoked.
27472      Branch: perl
27473            + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
27474            + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
27475            + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
27476            + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
27477            + ext/Thread/unsync.tx ext/Thread/unsync2.tx
27478            + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
27479            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
27480            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
27481            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
27482            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
27483            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
27484            - ext/Thread/unsync4.t
27485            ! MANIFEST
27486 ____________________________________________________________________________
27487 [ 10710] By: jhi                                   on 2001/06/19  10:18:41
27488         Log: Integrate perlio.
27489      Branch: perl
27490           !> win32/config_sh.PL
27491 ____________________________________________________________________________
27492 [ 10709] By: nick                                  on 2001/06/19  08:18:18
27493         Log: Integrate mainline
27494      Branch: perlio
27495           +> (branch 40 files)
27496            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
27497            - lib/strict/subs lib/strict/vars lib/warnings/1global
27498            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
27499            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
27500            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
27501            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
27502            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
27503            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
27504            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
27505            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
27506            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
27507            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
27508            - lib/warnings/utf8 lib/warnings/util
27509           !> (integrate 57 files)
27510 ____________________________________________________________________________
27511 [ 10708] By: nick                                  on 2001/06/19  07:57:10
27512         Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
27513      Branch: perlio
27514            ! win32/config_sh.PL
27515 ____________________________________________________________________________
27516 [ 10707] By: nick                                  on 2001/06/19  07:05:07
27517         Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
27518      Branch: perl
27519            ! perly.c perly.y perly_c.diff vms/perly_c.vms
27520 ____________________________________________________________________________
27521 [ 10706] By: jhi                                   on 2001/06/19  02:58:26
27522         Log: More perl572delta tweaks.
27523      Branch: perl
27524            ! pod/perl572delta.pod
27525 ____________________________________________________________________________
27526 [ 10705] By: jhi                                   on 2001/06/19  01:53:40
27527         Log: Update perl572delta.
27528      Branch: perl
27529            ! pod/perl572delta.pod
27530 ____________________________________________________________________________
27531 [ 10704] By: jhi                                   on 2001/06/19  01:28:40
27532         Log: VOS updates from Paul Green.
27533      Branch: perl
27534            ! vos/Changes vos/build.cm vos/perl.bind
27535 ____________________________________________________________________________
27536 [ 10703] By: jhi                                   on 2001/06/19  01:03:53
27537         Log: Update the vos/config.*.* files.
27538      Branch: perl
27539            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
27540            ! vos/config.ga.h
27541 ____________________________________________________________________________
27542 [ 10702] By: jhi                                   on 2001/06/19  01:03:32
27543         Log: Add a makefile for more painless adding of symbols to the
27544              VOS headers while in UNIX (in VOS the vos/configure_perl.cm
27545              takes care of the adding)
27546      Branch: perl
27547            + vos/Makefile
27548 ____________________________________________________________________________
27549 [ 10701] By: jhi                                   on 2001/06/19  00:51:44
27550         Log: Make libnetcfg by default display the libnet configuration,
27551              -c to change, add -i for old config, document all options,
27552              regen toc.
27553      Branch: perl
27554            ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
27555 ____________________________________________________________________________
27556 [ 10700] By: jhi                                   on 2001/06/18  23:45:12
27557         Log: gcc -Wall sweep.
27558      Branch: perl
27559            ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
27560 ____________________________________________________________________________
27561 [ 10699] By: jhi                                   on 2001/06/18  23:19:53
27562         Log: So there.
27563      Branch: perl
27564            ! universal.c
27565 ____________________________________________________________________________
27566 [ 10698] By: jhi                                   on 2001/06/18  23:10:22
27567         Log: Document the need for sv_printify().
27568              
27569              Document that 'use utf8' has been considered.
27570              
27571              (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
27572      Branch: perl
27573            ! pod/perltodo.pod universal.c
27574 ____________________________________________________________________________
27575 [ 10697] By: jhi                                   on 2001/06/18  22:50:53
27576         Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
27577              From: Nicholas Clark <nick@ccl4.org>
27578              Date: Mon, 18 Jun 2001 23:29:23 +0100
27579              Message-ID: <20010618232923.I98663@plum.flirble.org>
27580      Branch: perl
27581            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
27582            ! ext/Sys/Syslog/Makefile.PL
27583 ____________________________________________________________________________
27584 [ 10696] By: jhi                                   on 2001/06/18  22:39:32
27585         Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
27586              From: Scott.L.Miller@Compaq.com
27587              Date: Mon, 18 Jun 2001 10:12:27 -0500
27588              Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
27589      Branch: perl
27590            ! lib/perl5db.pl pod/perldebug.pod
27591 ____________________________________________________________________________
27592 [ 10695] By: jhi                                   on 2001/06/18  22:35:13
27593         Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
27594              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
27595              Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
27596              Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
27597      Branch: perl
27598            ! lib/Carp/Heavy.pm
27599 ____________________________________________________________________________
27600 [ 10694] By: jhi                                   on 2001/06/18  22:34:06
27601         Log: Subject: [PATCH] Documentation changes for CLONE
27602              From: Artur Bergman <artur@contiller.se>
27603              Date: Mon, 18 Jun 2001 22:06:37 +0200
27604              Message-ID: <B7542BEC.1719%artur@contiller.se>
27605      Branch: perl
27606            ! pod/perlmod.pod pod/perlsub.pod
27607 ____________________________________________________________________________
27608 [ 10693] By: jhi                                   on 2001/06/18  22:31:38
27609         Log: Subject: Re: configure.com
27610              From: "Craig A. Berry" <craigberry@mac.com>
27611              Date: Mon, 18 Jun 2001 16:04:38 -0500
27612              Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
27613      Branch: perl
27614            ! configure.com
27615 ____________________________________________________________________________
27616 [ 10692] By: jhi                                   on 2001/06/18  22:30:43
27617         Log: Subject: PL_nullstash + perl_clone()
27618              From: Doug MacEachern <dougm@covalent.net>
27619              Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
27620              Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
27621      Branch: perl
27622            ! sv.c
27623 ____________________________________________________________________________
27624 [ 10691] By: jhi                                   on 2001/06/18  22:26:20
27625         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
27626              From: davem@fdgroup.co.uk
27627              Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
27628              Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
27629      Branch: perl
27630            ! embed.pl pod/perlapi.pod
27631 ____________________________________________________________________________
27632 [ 10690] By: jhi                                   on 2001/06/18  22:17:05
27633         Log: More cross-compilation defaults gleaned from -Dcc
27634              if it is CPU-OS-gcc.
27635      Branch: metaconfig
27636            ! U/modified/libc.U
27637      Branch: metaconfig/U/perl
27638            ! Cross.U
27639      Branch: perl
27640            ! Configure INSTALL
27641 ____________________________________________________________________________
27642 [ 10689] By: jhi                                   on 2001/06/18  13:59:47
27643         Log: Update Changes.
27644      Branch: perl
27645            ! Changes patchlevel.h
27646 ____________________________________________________________________________
27647 [ 10688] By: jhi                                   on 2001/06/18  13:44:18
27648         Log: Subject: [PATCH 5.7.1] sv.c documentation
27649              From: davem@fdgroup.co.uk
27650              Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
27651              Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
27652      Branch: perl
27653            ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
27654            ! sv.c sv.h
27655 ____________________________________________________________________________
27656 [ 10687] By: jhi                                   on 2001/06/18  13:38:03
27657         Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
27658              From: "Jon Gunnip" <jongunnip@hotmail.com>
27659              Date: Sun, 17 Jun 2001 18:24:29 -0400
27660              Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
27661      Branch: perl
27662            ! pod/perlvar.pod
27663 ____________________________________________________________________________
27664 [ 10686] By: jhi                                   on 2001/06/18  13:32:13
27665         Log: Move the locale/strict/warnings helper files back
27666              under the t/lib; this way the amount of non-installabled
27667              stuff under lib/ stays smaller.
27668      Branch: perl
27669            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
27670            + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
27671            + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
27672            + t/lib/warnings/5nolint t/lib/warnings/6default
27673            + t/lib/warnings/7fatal t/lib/warnings/8signal
27674            + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
27675            + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
27676            + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
27677            + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
27678            + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
27679            + t/lib/warnings/pp_sys t/lib/warnings/regcomp
27680            + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
27681            + t/lib/warnings/taint t/lib/warnings/toke
27682            + t/lib/warnings/universal t/lib/warnings/utf8
27683            + t/lib/warnings/util
27684            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
27685            - lib/strict/subs lib/strict/vars lib/warnings/1global
27686            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
27687            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
27688            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
27689            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
27690            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
27691            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
27692            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
27693            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
27694            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
27695            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
27696            - lib/warnings/utf8 lib/warnings/util
27697            ! MANIFEST installperl lib/locale.t lib/strict.t
27698 ____________________________________________________________________________
27699 [ 10685] By: jhi                                   on 2001/06/18  13:11:49
27700         Log: Split off the pack/unpack code, from Nicholas Clark.
27701      Branch: perl
27702            + pp_pack.c
27703            ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
27704            ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
27705            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
27706 ____________________________________________________________________________
27707 [ 10684] By: jhi                                   on 2001/06/18  12:25:55
27708         Log: Guard the SysV IPC tests against being invoked in
27709              SysV-IPC-less places.
27710      Branch: perl
27711            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
27712 ____________________________________________________________________________
27713 [ 10683] By: nick                                  on 2001/06/18  12:24:42
27714         Log: Integrate mainline (new test scheme now ok on Linux).
27715      Branch: perlio
27716           +> lib/warnings.t
27717           !> dump.c sv.c
27718 ____________________________________________________________________________
27719 [ 10682] By: jhi                                   on 2001/06/18  12:20:50
27720         Log: Add the locale.c and numeric.c to the microperl sources.
27721      Branch: perl
27722            ! Makefile.micro win32/Makefile
27723 ____________________________________________________________________________
27724 [ 10681] By: jhi                                   on 2001/06/18  11:57:45
27725         Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
27726              From: Abhijit Menon-Sen <ams@wiw.org>
27727              Date: Mon, 18 Jun 2001 14:23:44 +0530
27728              Message-ID: <20010618142344.A13136@lustre.linux.in>
27729      Branch: perl
27730            ! dump.c
27731 ____________________________________________________________________________
27732 [ 10680] By: jhi                                   on 2001/06/18  11:56:12
27733         Log: Subject: Re: [PATCH] more anonymous stash cleanups
27734              From: Abhijit Menon-Sen <ams@wiw.org>
27735              Date: Mon, 18 Jun 2001 15:50:32 +0530
27736              Message-ID: <20010618155032.A13223@lustre.linux.in>
27737              
27738              Plus the comment left in as suggested by NI-S.
27739      Branch: perl
27740            ! sv.c
27741 ____________________________________________________________________________
27742 [ 10679] By: jhi                                   on 2001/06/18  11:49:27
27743         Log: One missed file.
27744      Branch: perl
27745            + lib/warnings.t
27746 ____________________________________________________________________________
27747 [ 10678] By: nick                                  on 2001/06/18  08:05:29
27748         Log: Integrate mainline (part2 - the deletes)
27749      Branch: perlio
27750            - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
27751            - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
27752            - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
27753            - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
27754            - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
27755            - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
27756            - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
27757            - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
27758            - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
27759            - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
27760            - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
27761 ____________________________________________________________________________
27762 [ 10677] By: nick                                  on 2001/06/18  08:04:44
27763         Log: Integrate mainline (part1)
27764      Branch: perlio
27765           +> (branch 376 files)
27766            - (delete 219 files)
27767           !> (integrate 151 files)
27768 ____________________________________________________________________________
27769 [ 10676] By: jhi                                   on 2001/06/18  04:17:15
27770         Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
27771              No doubt I made some mistakes like missed some files or
27772              misnamed some files.  The naming rules were more or less:
27773              (1) if the module is from CPAN, follows its ways, be it
27774              t/*.t or test.pl.
27775              (2) otherwise if there are multiple tests for a module
27776              put them in a t/
27777              (3) otherwise if there's only one test put it in Module.t
27778              (4) helper files go to module/ (locale, strict, warnings)
27779              (5) use longer filenames now that we can (but e.g. the
27780              compat-0.6.t and the Text::Balanced test files still
27781              were renamed to be more civil against the 8.3 people)
27782              installperl was updated appropriately not to install the
27783              *.t files or the help files from under lib.
27784              
27785              TODO: some helper files still remain under t/ that could
27786              follow their 'masters'.  UPDATE: On second thoughts, why
27787              should they.  They can continue to live under t/lib, and
27788              in fact the locale/strict/warnings helpers that were moved
27789              could be moved back.  This way the amount of non-installable
27790              stuff under lib/ stays smaller.
27791      Branch: perl
27792            + (add 253 files)
27793            - (delete 254 files)
27794            ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
27795 ____________________________________________________________________________
27796 [ 10675] By: jhi                                   on 2001/06/18  03:15:02
27797         Log: The warning no more comes from util.c, it comes from numeric.c.
27798      Branch: perl
27799            ! README.tru64
27800 ____________________________________________________________________________
27801 [ 10674] By: jhi                                   on 2001/06/18  00:56:22
27802         Log: Subject: Re: anyone good at casting spells?
27803              From: Spider Boardman <spider@Orb.Nashua.NH.US>
27804              Date: Sun, 17 Jun 2001 21:21:04 -0400
27805              Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US> 
27806      Branch: perl
27807            ! ext/POSIX/POSIX.xs hv.h
27808 ____________________________________________________________________________
27809 [ 10673] By: jhi                                   on 2001/06/17  22:24:53
27810         Log: Protect the (original) thread tests against testing if no 5.005
27811              threads have been configured.
27812      Branch: perl
27813            ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
27814            ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
27815            ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
27816            ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
27817            ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
27818            ! ext/Thread/unsync4.t
27819 ____________________________________________________________________________
27820 [ 10672] By: jhi                                   on 2001/06/17  22:09:28
27821         Log: Try the new test scanning scheme on Text::Abbrev.
27822      Branch: perl
27823            + lib/Text/Abbrev.t
27824            - lib/Text/Abbrev/t/abbrev.t
27825            ! MANIFEST
27826 ____________________________________________________________________________
27827 [ 10671] By: jhi                                   on 2001/06/17  22:07:08
27828         Log: Change the scan policy of the *.t and test.pl files,
27829              now the *.t do not need to live in a t/ directory.
27830      Branch: perl
27831            ! t/TEST t/harness
27832 ____________________________________________________________________________
27833 [ 10670] By: jhi                                   on 2001/06/17  20:32:35
27834         Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
27835              From: Ilmari Karonen <iltzu@sci.fi>
27836              Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
27837              Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
27838      Branch: perl
27839            ! pod/perlfaq7.pod
27840 ____________________________________________________________________________
27841 [ 10669] By: jhi                                   on 2001/06/17  20:30:22
27842         Log: Quench the warnings from Tru64; the HP-UX is still
27843              broken because it really, REALLY, doesn't like the
27844              HvARRAY() being lvalue:
27845              
27846              cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
27847              cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
27848      Branch: perl
27849            ! hv.c
27850 ____________________________________________________________________________
27851 [ 10668] By: jhi                                   on 2001/06/17  19:13:24
27852         Log: Integrate change #10667 from maintperl:
27853              
27854              change#10449 broke the special-case that makes lexicals inside the
27855              eval"" within DB::DB() visible
27856      Branch: perl
27857           !> op.c
27858 ____________________________________________________________________________
27859 [ 10667] By: gsar                                  on 2001/06/17  19:08:27
27860         Log: change#10449 broke the special-case that makes lexicals inside the
27861              eval"" within DB::DB() visible
27862      Branch: maint-5.6/perl
27863            ! op.c
27864 ____________________________________________________________________________
27865 [ 10666] By: jhi                                   on 2001/06/17  17:50:07
27866         Log: Still spurious output; indent the code a bit.
27867              
27868              TODO1: separate the utility functions like MkDir
27869              into a helper script?
27870              
27871              TODO2: I see a lot of repetition in the filepath()
27872              and dirpath() calls.
27873      Branch: perl
27874            ! t/lib/filefind.t t/lib/findtaint.t
27875 ____________________________________________________________________________
27876 [ 10665] By: jhi                                   on 2001/06/17  16:59:42
27877         Log: Regen modlib, toc.
27878      Branch: perl
27879            ! pod/perlmodlib.pod pod/perltoc.pod
27880 ____________________________________________________________________________
27881 [ 10664] By: jhi                                   on 2001/06/17  16:55:28
27882         Log: Add libnetcfg to perlutil.
27883      Branch: perl
27884            ! pod/perlutil.pod
27885 ____________________________________________________________________________
27886 [ 10663] By: jhi                                   on 2001/06/17  16:53:29
27887         Log: Initial integration of libnet-1.0703.
27888              The Configure script renamed as libnetcfg, will be
27889              installed along other utilities.
27890      Branch: perl
27891            + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
27892            + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
27893            + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
27894            + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
27895            + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
27896            + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
27897            + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
27898            + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
27899            + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
27900            + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
27901            + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
27902            + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
27903            + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
27904            + utils/libnetcfg.PL
27905            ! MANIFEST utils.lst utils/Makefile
27906 ____________________________________________________________________________
27907 [ 10662] By: jhi                                   on 2001/06/17  15:37:32
27908         Log: Less potentially test-harness-confusing output.
27909      Branch: perl
27910            ! lib/Memoize/t/expire_module_t.t
27911 ____________________________________________________________________________
27912 [ 10661] By: jhi                                   on 2001/06/17  15:31:04
27913         Log: The final print annoys make test.
27914      Branch: perl
27915            ! t/lib/filefind.t t/lib/findtaint.t
27916 ____________________________________________________________________________
27917 [ 10660] By: jhi                                   on 2001/06/17  14:00:21
27918         Log: Add an option for handling dangling symbolic links.
27919      Branch: perl
27920            ! lib/File/Find.pm t/lib/filefind.t
27921 ____________________________________________________________________________
27922 [ 10659] By: jhi                                   on 2001/06/17  13:45:48
27923         Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS  etc.
27924              From: Thomas Wegner <wegner_thomas@yahoo.com>
27925              Date: Sun, 17 Jun 2001 14:43:11 +0200
27926              Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
27927      Branch: perl
27928            + t/lib/findtaint.t
27929            ! MANIFEST lib/File/Find.pm t/lib/filefind.t
27930 ____________________________________________________________________________
27931 [ 10658] By: jhi                                   on 2001/06/17  13:13:25
27932         Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
27933              From: Jonathan Stowe <gellyfish@gellyfish.com>
27934              Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
27935              Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
27936      Branch: perl
27937            ! lib/ExtUtils/MM_Unix.pm
27938 ____________________________________________________________________________
27939 [ 10657] By: jhi                                   on 2001/06/17  13:12:25
27940         Log: Subject: [PATCH] more anonymous stash cleanups
27941              From: Abhijit Menon-Sen <ams@wiw.org>
27942              Date: Sun, 17 Jun 2001 11:44:06 +0530
27943              Message-ID: <20010617114406.A25203@lustre.linux.in>
27944      Branch: perl
27945            ! op.c
27946 ____________________________________________________________________________
27947 [ 10656] By: jhi                                   on 2001/06/17  13:11:11
27948         Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
27949              From: Abhijit Menon-Sen <ams@wiw.org>
27950              Date: Sun, 17 Jun 2001 08:02:59 +0530
27951              Message-ID: <20010617080259.A28776@lustre.linux.in>
27952              
27953              Subject: [PATCH #2/7] xhv_eiter
27954              From: Abhijit Menon-Sen <ams@wiw.org>
27955              Date: Sun, 17 Jun 2001 08:13:18 +0530
27956              Message-ID: <20010617081318.B28776@lustre.linux.in>
27957              
27958              Subject: [PATCH #3/7] xhv_fill
27959              From: Abhijit Menon-Sen <ams@wiw.org>
27960              Date: Sun, 17 Jun 2001 08:25:16 +0530
27961              Message-ID: <20010617082516.C28776@lustre.linux.in>
27962              
27963              Subject: [PATCH #4/7] xhv_keys
27964              From: Abhijit Menon-Sen <ams@wiw.org>
27965              Date: Sun, 17 Jun 2001 08:36:17 +0530
27966              Message-ID: <20010617083617.D28776@lustre.linux.in>
27967              
27968              Subject: [PATCH #5/7] xhv_max
27969              From: Abhijit Menon-Sen <ams@wiw.org>
27970              Date: Sun, 17 Jun 2001 08:39:48 +0530
27971              Message-ID: <20010617083948.E28776@lustre.linux.in>
27972              
27973              Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
27974              From: Abhijit Menon-Sen <ams@wiw.org>
27975              Date: Sun, 17 Jun 2001 08:51:11 +0530
27976              Message-ID: <20010617085111.F28776@lustre.linux.in>
27977      Branch: perl
27978            ! hv.c
27979 ____________________________________________________________________________
27980 [ 10655] By: jhi                                   on 2001/06/16  23:32:03
27981         Log: Update Changes.
27982      Branch: perl
27983            ! Changes patchlevel.h
27984 ____________________________________________________________________________
27985 [ 10654] By: jhi                                   on 2001/06/16  23:18:37
27986         Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
27987              From: Abhijit Menon-Sen <ams@wiw.org>
27988              Date: Sat, 16 Jun 2001 07:41:19 +0530
27989              Message-ID: <20010616074119.A24720@lustre.linux.in>
27990      Branch: perl
27991            ! hv.c perl.c vms/vmsish.h win32/win32.h
27992 ____________________________________________________________________________
27993 [ 10653] By: jhi                                   on 2001/06/16  23:15:11
27994         Log: Document tests failing when threaded, since we now have more.
27995      Branch: perl
27996            ! pod/perl572delta.pod
27997 ____________________________________________________________________________
27998 [ 10652] By: jhi                                   on 2001/06/16  23:12:19
27999         Log: -Wall cleanup.
28000      Branch: perl
28001            ! ext/Thread/Thread.xs
28002 ____________________________________________________________________________
28003 [ 10651] By: jhi                                   on 2001/06/16  23:06:55
28004         Log: pthread_attr_setstacksize() isn't absolutely necessary
28005              to call, only iff THREAD_CREATE_NEEDS_STACK.
28006      Branch: perl
28007            ! ext/Thread/Thread.xs
28008 ____________________________________________________________________________
28009 [ 10650] By: jhi                                   on 2001/06/16  22:58:48
28010         Log: -Wall strays.
28011      Branch: perl
28012            ! perl.c util.c
28013 ____________________________________________________________________________
28014 [ 10649] By: jhi                                   on 2001/06/16  22:47:40
28015         Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
28016              (and INT64_MIN) brokenness.
28017      Branch: perl
28018            ! hints/darwin.sh perl.h
28019 ____________________________________________________________________________
28020 [ 10648] By: jhi                                   on 2001/06/16  22:27:48
28021         Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
28022              From: Nicholas Clark <nick@ccl4.org>
28023              Date: Sun, 17 Jun 2001 00:16:05 +0100
28024              Message-ID: <20010617001605.V98663@plum.flirble.org>
28025      Branch: perl
28026            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
28027            ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
28028            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
28029 ____________________________________________________________________________
28030 [ 10647] By: jhi                                   on 2001/06/16  22:24:47
28031         Log: Add perlnetware to docs; regen toc; supply skeleton
28032              docs for some Memoize submodules.
28033      Branch: perl
28034            ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
28035            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
28036            ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
28037            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
28038            ! win32/Makefile win32/makefile.mk
28039 ____________________________________________________________________________
28040 [ 10646] By: jhi                                   on 2001/06/16  22:06:52
28041         Log: pod cleanup.
28042      Branch: perl
28043            ! README.netware
28044 ____________________________________________________________________________
28045 [ 10645] By: jhi                                   on 2001/06/16  21:47:00
28046         Log: Integrate Memoize 0.64.  Few tweaks were required in
28047              the test scripts.  Note that the speed and expire*
28048              tests take several dozen seconds to run.
28049      Branch: perl
28050            + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
28051            + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
28052            + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
28053            + lib/Memoize/README lib/Memoize/SDBM_File.pm
28054            + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
28055            + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
28056            + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
28057            + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
28058            + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
28059            + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
28060            + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
28061            + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
28062            + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
28063            + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
28064            ! MANIFEST t/lib/1_compile.t
28065 ____________________________________________________________________________
28066 [ 10644] By: jhi                                   on 2001/06/16  20:35:49
28067         Log: Document the cross-compilation options.
28068      Branch: perl
28069            ! Cross/README INSTALL
28070 ____________________________________________________________________________
28071 [ 10643] By: jhi                                   on 2001/06/16  19:46:38
28072         Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
28073      Branch: perl
28074            + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
28075            + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
28076            + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
28077            + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
28078            + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
28079            + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
28080            + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
28081            + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
28082            + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
28083            + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
28084            + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
28085            + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
28086            + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
28087            + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
28088            + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
28089            + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
28090            + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
28091            + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
28092            + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
28093            + lib/ExtUtils/MM_NW5.pm
28094            ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
28095            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
28096            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
28097            ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
28098            ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
28099            ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
28100            ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
28101            ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
28102            ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
28103            ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
28104            ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
28105            ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
28106            ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
28107            ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
28108            ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
28109            ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
28110            ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
28111            ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
28112            ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
28113            ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
28114            ! util.h x2p/a2py.c
28115 ____________________________________________________________________________
28116 [ 10642] By: jhi                                   on 2001/06/16  19:16:04
28117         Log: Resort MANIFEST.
28118      Branch: perl
28119            ! MANIFEST
28120 ____________________________________________________________________________
28121 [ 10641] By: jhi                                   on 2001/06/16  18:52:26
28122         Log: Integrate perlio.
28123      Branch: perl
28124           +> win32/win32io.c
28125           !> MANIFEST perlio.c perliol.h win32/makefile.mk
28126 ____________________________________________________________________________
28127 [ 10640] By: nick                                  on 2001/06/16  18:38:31
28128         Log: Disable :win32 layer as default till I get it working
28129      Branch: perlio
28130            ! MANIFEST perlio.c
28131 ____________________________________________________________________________
28132 [ 10639] By: jhi                                   on 2001/06/16  18:35:46
28133         Log: Try the new scheme by moving the Text::Abbrev test
28134              to a new place under lib.
28135      Branch: perl
28136            + lib/Text/Abbrev/t/abbrev.t
28137            - t/lib/abbrev.t
28138            ! MANIFEST
28139 ____________________________________________________________________________
28140 [ 10638] By: jhi                                   on 2001/06/16  18:34:30
28141         Log: Make the code even more dynamical so that testname
28142              suffix length can change.
28143      Branch: perl
28144            ! lib/Test/Harness.pm t/TEST
28145 ____________________________________________________________________________
28146 [ 10637] By: jhi                                   on 2001/06/16  18:16:28
28147         Log: Allow for deeper t/ and also a single test.pl.
28148      Branch: perl
28149            ! t/TEST t/harness
28150 ____________________________________________________________________________
28151 [ 10636] By: jhi                                   on 2001/06/16  18:13:59
28152         Log: #define fix from Nicholas Clark.
28153      Branch: perl
28154            ! ext/POSIX/POSIX.xs
28155 ____________________________________________________________________________
28156 [ 10635] By: jhi                                   on 2001/06/16  17:50:43
28157         Log: Initialization is nice.
28158      Branch: perl
28159            ! lib/Test/Harness.pm
28160 ____________________________________________________________________________
28161 [ 10634] By: jhi                                   on 2001/06/16  17:38:53
28162         Log: Make t/TEST and t/harness to test also the t/ tests
28163              under the main lib/ and ext/ directories.  Fix Test::Harness
28164              to dynamically change the width of its "foo/bar....ok" output.
28165      Branch: perl
28166            ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
28167 ____________________________________________________________________________
28168 [ 10633] By: jhi                                   on 2001/06/16  16:58:57
28169         Log: Subject: [PATCH] Re: perl@10611 
28170              From: Nicholas Clark <nick@ccl4.org>
28171              Date: Sat, 16 Jun 2001 16:52:47 +0100
28172              Message-ID: <20010616165247.O98663@plum.flirble.org>
28173              
28174              The .xs parts, too.
28175      Branch: perl
28176            ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
28177            ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
28178 ____________________________________________________________________________
28179 [ 10632] By: nick                                  on 2001/06/16  16:44:35
28180         Log: Work-in-progress win32 layer semi-functional, checking 
28181              for UNIX breakage.
28182      Branch: perlio
28183            ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
28184 ____________________________________________________________________________
28185 [ 10631] By: jhi                                   on 2001/06/16  16:40:30
28186         Log: Subject: [PATCH] Re: perl@10611 
28187              From: Nicholas Clark <nick@ccl4.org>
28188              Date: Sat, 16 Jun 2001 16:52:47 +0100
28189              Message-ID: <20010616165247.O98663@plum.flirble.org>
28190      Branch: perl
28191            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
28192            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
28193            ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
28194            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
28195            ! lib/ExtUtils/Constant.pm
28196 ____________________________________________________________________________
28197 [ 10630] By: jhi                                   on 2001/06/16  15:11:38
28198         Log: Metaconfig unit change for #10629.
28199      Branch: metaconfig
28200            ! U/modified/Finish.U
28201 ____________________________________________________________________________
28202 [ 10629] By: jhi                                   on 2001/06/16  15:11:10
28203         Log: The extraction changed directories.
28204      Branch: perl
28205            ! Configure
28206 ____________________________________________________________________________
28207 [ 10628] By: jhi                                   on 2001/06/16  14:59:38
28208         Log: Math::BigInt 1.35 from Tels.
28209      Branch: perl
28210            + t/lib/mbimbf.t
28211            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
28212            ! t/lib/bigfltpm.t t/lib/bigintpm.t
28213 ____________________________________________________________________________
28214 [ 10627] By: nick                                  on 2001/06/16  14:54:52
28215         Log: Work in progress UNIX-side edit of win32 PerLIO layer
28216      Branch: perlio
28217            + win32/win32io.c
28218            ! perlio.c win32/makefile.mk
28219 ____________________________________________________________________________
28220 [ 10626] By: jhi                                   on 2001/06/16  14:01:50
28221         Log: Subject: [PATCH 5.6.1] os2/diff-configure
28222              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28223              Date: Fri, 15 Jun 2001 01:19:36 -0400
28224              Message-ID: <20010615011936.A26982@math.ohio-state.edu>
28225              
28226              Empty all of it because I think #10624 made even the
28227              last patch hunk unnecessary.
28228      Branch: perl
28229            ! os2/diff.configure
28230 ____________________________________________________________________________
28231 [ 10625] By: jhi                                   on 2001/06/16  13:58:34
28232         Log: Metaconfig unit change for 10624.
28233      Branch: metaconfig
28234            ! U/modified/libc.U
28235      Branch: perl
28236            ! config_h.SH
28237 ____________________________________________________________________________
28238 [ 10624] By: jhi                                   on 2001/06/16  13:58:13
28239         Log: Move the initialization of libnames to the beginning so
28240              that can one 'seed' it (as OS/2 does.)
28241      Branch: perl
28242            ! Configure
28243 ____________________________________________________________________________
28244 [ 10623] By: jhi                                   on 2001/06/16  13:47:54
28245         Log: Subject: [PATCH 5.6.1] OS2::DLL patch
28246              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28247              Date: Fri, 15 Jun 2001 19:10:57 -0400
28248              Message-ID: <20010615191057.A8050@math.ohio-state.edu>
28249      Branch: perl
28250            ! os2/OS2/REXX/DLL/DLL.pm
28251 ____________________________________________________________________________
28252 [ 10622] By: jhi                                   on 2001/06/16  13:29:42
28253         Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring 
28254              From: "Craig A. Berry" <craigberry@mac.com>
28255              Date: Fri, 15 Jun 2001 17:00:03 -0500
28256              Message-Id: <a05101007b750342599be@[172.16.52.1]>
28257      Branch: perl
28258            ! vms/descrip_mms.template
28259 ____________________________________________________________________________
28260 [ 10621] By: jhi                                   on 2001/06/16  13:28:37
28261         Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
28262              From: "Craig A. Berry" <craigberry@mac.com>
28263              Date: Fri, 15 Jun 2001 18:39:42 -0500
28264              Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
28265      Branch: perl
28266            ! lib/File/Spec/VMS.pm t/lib/extutils.t
28267 ____________________________________________________________________________
28268 [ 10620] By: jhi                                   on 2001/06/16  13:25:06
28269         Log: Integrate perlio.
28270      Branch: perl
28271           !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
28272           !> t/io/utf8.t t/lib/io_scalar.t
28273 ____________________________________________________________________________
28274 [ 10619] By: nick                                  on 2001/06/15  21:05:19
28275         Log: Generated files
28276      Branch: perlio
28277            ! embed.h proto.h
28278 ____________________________________________________________________________
28279 [ 10618] By: nick                                  on 2001/06/15  20:27:42
28280         Log: Fix open.pm to work via XS-implemented method calls rather
28281              than *open::layers variables which caused all the HV/AV hassle.
28282      Branch: perlio
28283            ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
28284            ! t/lib/io_scalar.t
28285 ____________________________________________________________________________
28286 [ 10617] By: jhi                                   on 2001/06/15  18:50:53
28287         Log: Integrate perlio.
28288      Branch: perl
28289           !> lib/ExtUtils/Constant.pm
28290 ____________________________________________________________________________
28291 [ 10616] By: nick                                  on 2001/06/15  18:46:47
28292         Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
28293      Branch: perlio
28294            ! lib/ExtUtils/Constant.pm
28295 ____________________________________________________________________________
28296 [ 10615] By: jhi                                   on 2001/06/15  18:36:43
28297         Log: Integrate perlio.
28298      Branch: perl
28299           !> ext/Socket/Socket.xs
28300 ____________________________________________________________________________
28301 [ 10614] By: nick                                  on 2001/06/15  18:33:37
28302         Log: MULTIPLICITY fix for Socket.xs
28303      Branch: perlio
28304            ! ext/Socket/Socket.xs
28305 ____________________________________________________________________________
28306 [ 10613] By: jhi                                   on 2001/06/15  16:34:06
28307         Log: Subject: Re: perl@10611
28308              From: Doug MacEachern <dougm@covalent.net>
28309              Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
28310              Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
28311      Branch: perl
28312            ! ext/Socket/Socket.xs
28313 ____________________________________________________________________________
28314 [ 10612] By: nick                                  on 2001/06/15  16:14:38
28315         Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
28316      Branch: perlio
28317           !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
28318           !> ext/Socket/Socket.pm ext/Socket/Socket.xs
28319           !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
28320           !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
28321           !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
28322           !> utils/h2ph.PL
28323 ____________________________________________________________________________
28324 [ 10611] By: jhi                                   on 2001/06/15  14:29:04
28325         Log: Update Changes.
28326      Branch: perl
28327            ! Changes patchlevel.h
28328 ____________________________________________________________________________
28329 [ 10610] By: jhi                                   on 2001/06/15  14:20:33
28330         Log: Upping the test count.
28331      Branch: perl
28332            ! t/lib/filefind.t
28333 ____________________________________________________________________________
28334 [ 10609] By: jhi                                   on 2001/06/15  14:13:29
28335         Log: Integrate perlio.
28336      Branch: perl
28337           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
28338 ____________________________________________________________________________
28339 [ 10608] By: jhi                                   on 2001/06/15  14:12:31
28340         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
28341              From: andreas.koenig@anima.de (Andreas J. Koenig)
28342              Date: 15 Jun 2001 13:30:39 +0200
28343              Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
28344              
28345              Record the grim history.
28346      Branch: perl
28347            ! lib/File/Find.pm
28348 ____________________________________________________________________________
28349 [ 10607] By: jhi                                   on 2001/06/15  14:08:19
28350         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
28351              From: Brian McCauley <nobull@mail.com>
28352              Date: 15 Jun 2001 07:51:26 +0100
28353              Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
28354      Branch: perl
28355            ! lib/File/Find.pm t/lib/filefind.t
28356 ____________________________________________________________________________
28357 [ 10606] By: nick                                  on 2001/06/15  14:00:08
28358         Log: regen_config_h for Win32.
28359      Branch: perlio
28360            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
28361 ____________________________________________________________________________
28362 [ 10605] By: jhi                                   on 2001/06/15  13:49:55
28363         Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
28364              From: Peter Prymmer <pvhp@forte.com>
28365              Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
28366              Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
28367      Branch: perl
28368            ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
28369 ____________________________________________________________________________
28370 [ 10604] By: jhi                                   on 2001/06/15  13:45:03
28371         Log: Some filesystems require writability for rename/unlink.
28372      Branch: perl
28373            ! opcode.pl
28374 ____________________________________________________________________________
28375 [ 10603] By: jhi                                   on 2001/06/15  13:41:34
28376         Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report 
28377              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
28378              Date: Fri, 15 Jun 2001 12:08:53 +0200
28379              Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
28380      Branch: perl
28381            ! perlio.c
28382 ____________________________________________________________________________
28383 [ 10602] By: jhi                                   on 2001/06/15  13:27:04
28384         Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
28385              From: Mike Guy <mjtg@cam.ac.uk>
28386              Date: Fri, 15 Jun 2001 14:11:49 +0100
28387              Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
28388      Branch: perl
28389            ! opcode.pl
28390 ____________________________________________________________________________
28391 [ 10601] By: jhi                                   on 2001/06/15  13:21:18
28392         Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
28393              From: Nicholas Clark <nick@ccl4.org>
28394              Date: Thu, 14 Jun 2001 23:52:56 +0100
28395              Message-ID: <20010614235256.G98663@plum.flirble.org>
28396      Branch: perl
28397            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
28398            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
28399 ____________________________________________________________________________
28400 [ 10600] By: jhi                                   on 2001/06/15  13:16:56
28401         Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
28402              From: Russ Allbery <rra@stanford.edu>
28403              Date: 14 Jun 2001 13:24:43 -0700
28404              Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
28405      Branch: perl
28406            ! ext/GDBM_File/GDBM_File.pm
28407 ____________________________________________________________________________
28408 [ 10599] By: jhi                                   on 2001/06/15  13:15:26
28409         Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
28410              From: Nicholas Clark <nick@ccl4.org>
28411              Date: Thu, 14 Jun 2001 20:37:47 +0100
28412              Message-ID: <20010614203747.F98663@plum.flirble.org>
28413      Branch: perl
28414            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
28415            ! t/lib/gdbm.t
28416 ____________________________________________________________________________
28417 [ 10598] By: jhi                                   on 2001/06/15  13:13:13
28418         Log: Integrate perlio.
28419      Branch: perl
28420           !> makedef.pl sv.c
28421 ____________________________________________________________________________
28422 [ 10597] By: nick                                  on 2001/06/15  11:08:13
28423         Log: Check that HVs with HvNAME() != NULL are really stashes before
28424              treating them as such. Also be more defensive on the GvCV.
28425              Win32 fork and dprof now working again. 
28426      Branch: perlio
28427            ! sv.c
28428 ____________________________________________________________________________
28429 [ 10596] By: nick                                  on 2001/06/15  10:11:20
28430         Log: Integrate mainline.
28431      Branch: perlio
28432           +> Cross/README
28433           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
28434           !> Porting/config_H config_h.SH configure.com epoc/config.sh
28435           !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
28436           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
28437           !> vos/config.ga.h win32/config.bc win32/config.gc
28438           !> win32/config.vc win32/config_H.bc win32/config_H.gc
28439           !> win32/config_H.vc
28440 ____________________________________________________________________________
28441 [ 10595] By: nick                                  on 2001/06/15  09:37:17
28442         Log: Skip Perl_my_bcopy in .def file as we do not provide it.
28443              - Win32 (VC++) now builds but fails:
28444              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
28445              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
28446              write.t    - open(...,"|-") not implemented on Win32 
28447      Branch: perlio
28448            ! makedef.pl
28449 ____________________________________________________________________________
28450 [ 10594] By: jhi                                   on 2001/06/15  00:17:16
28451         Log: Integrate perlio.
28452      Branch: perl
28453           !> perlio.c win32/makefile.mk
28454 ____________________________________________________________________________
28455 [ 10593] By: jhi                                   on 2001/06/15  00:16:44
28456         Log: Metaconfig unit changes for #10592.
28457      Branch: metaconfig
28458            + U/modified/i_varhdr.U U/modified/startsh.U
28459            - U/a_dvisory/crosscompile.U U/target/Target.U
28460            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
28461            ! U/compline/bitpbyte.U U/compline/byteorder.U
28462            ! U/compline/ccflags.U U/compline/charsize.U
28463            ! U/compline/d_casti32.U U/compline/d_castneg.U
28464            ! U/compline/d_closedir.U U/compline/d_fd_set.U
28465            ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
28466            ! U/compline/d_keepsig.U U/compline/d_open3.U
28467            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
28468            ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
28469            ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
28470            ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
28471            ! U/compline/doublesize.U U/compline/floatsize.U
28472            ! U/compline/nblock_io.U U/compline/orderlib.U
28473            ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
28474            ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
28475            ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
28476            ! U/modified/d_longlong.U U/modified/d_setpgrp.U
28477            ! U/modified/d_strtoul.U U/modified/d_union_semun.U
28478            ! U/modified/spitshell.U U/threads/archname.U
28479            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
28480            ! U/typedefs/gidsize.U U/typedefs/lseektype.U
28481            ! U/typedefs/pidsign.U U/typedefs/pidsize.U
28482            ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
28483            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
28484      Branch: metaconfig/U/perl
28485            + Cross.U
28486            ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
28487            ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
28488            ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
28489            ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
28490            ! stdio_streams.U uselfs.U
28491 ____________________________________________________________________________
28492 [ 10592] By: jhi                                   on 2001/06/15  00:15:52
28493         Log: The first steps towards cross-compilation.
28494              
28495              Abstract execution of compiled test executables with $run,
28496              and abstract transfer of files with $to and $from.
28497              
28498              Under cross-compilation the $run, $to, and $from will point
28499              to appropriate wrapper scripts, by default ssh and scp,
28500              but also rsh, rcp, and cp are supported.  If not
28501              cross-compiling, they will be set to '', ':', and ':',
28502              respectively.
28503              
28504              With these patches I was able to get Configure for
28505              iPAQ ARM Linux on an Intel Linux about 95% right
28506              (only a few tests failed to execute or they produced
28507              incorrect results), and I was able to compile
28508              a functional miniperl.
28509              
28510              The symbol crosscompile renamed to be usecrosscompile,
28511              the corresponding C symbol from CROSSCOMPILE to
28512              USE_CROSS_COMPILE.
28513      Branch: perl
28514            ! Configure Cross/README Makefile.SH Porting/Glossary
28515            ! Porting/config.sh Porting/config_H config_h.SH configure.com
28516            ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
28517            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
28518            ! vos/config.ga.def vos/config.ga.h win32/config.bc
28519            ! win32/config.gc win32/config.vc win32/config_H.bc
28520            ! win32/config_H.gc win32/config_H.vc
28521 ____________________________________________________________________________
28522 [ 10591] By: nick                                  on 2001/06/14  20:00:12
28523         Log: Steps along the road toward Win32 building again.
28524      Branch: perlio
28525            ! perlio.c win32/makefile.mk
28526 ____________________________________________________________________________
28527 [ 10590] By: jhi                                   on 2001/06/14  16:11:11
28528         Log: Integrate perlio.
28529      Branch: perl
28530           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
28531 ____________________________________________________________________________
28532 [ 10589] By: nick                                  on 2001/06/14  13:54:07
28533         Log: Routine regen_config_h for Win32
28534      Branch: perlio
28535            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
28536 ____________________________________________________________________________
28537 [ 10588] By: jhi                                   on 2001/06/14  12:30:46
28538         Log: Integrate perlio.
28539      Branch: perl
28540           +> perlyline.pl
28541           !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
28542 ____________________________________________________________________________
28543 [ 10587] By: jhi                                   on 2001/06/14  12:23:24
28544         Log: A placeholder.
28545      Branch: perl
28546            + Cross/README
28547 ____________________________________________________________________________
28548 [ 10586] By: nick                                  on 2001/06/14  08:25:07
28549         Log: Add new step to run_byacc which:
28550              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
28551              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
28552      Branch: perlio
28553            + perlyline.pl
28554            ! MANIFEST Makefile.SH perly.c
28555 ____________________________________________________________________________
28556 [ 10585] By: nick                                  on 2001/06/14  08:22:29
28557         Log: Integrate mainline
28558      Branch: perlio
28559           +> locale.c numeric.c
28560           !> Changes cygwin/Makefile.SHs embed.h embed.pl
28561           !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
28562           !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
28563           !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
28564           !> x2p/Makefile.SH
28565 ____________________________________________________________________________
28566 [ 10584] By: nick                                  on 2001/06/14  08:05:53
28567         Log: Hack to remove insecure directories from PATH so test will run.
28568      Branch: perlio
28569            ! t/lib/filefind.t
28570 ____________________________________________________________________________
28571 [ 10583] By: jhi                                   on 2001/06/14  03:11:16
28572         Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
28573      Branch: perl
28574            - t/lib/mbimbf.t
28575            ! MANIFEST
28576 ____________________________________________________________________________
28577 [ 10582] By: jhi                                   on 2001/06/14  03:04:51
28578         Log: Detypo.
28579      Branch: perl
28580            ! x2p/Makefile.SH
28581 ____________________________________________________________________________
28582 [ 10581] By: jhi                                   on 2001/06/14  03:03:14
28583         Log: de-$CONFIG continues.
28584      Branch: perl
28585            ! cygwin/Makefile.SHs x2p/Makefile.SH
28586 ____________________________________________________________________________
28587 [ 10580] By: jhi                                   on 2001/06/13  23:56:59
28588         Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
28589              From: Nicholas Clark <nick@ccl4.org>
28590              Date: Wed, 13 Jun 2001 21:20:13 +0100
28591              Message-ID: <20010613212013.D98663@plum.flirble.org>
28592      Branch: perl
28593            ! opcode.pl
28594 ____________________________________________________________________________
28595 [ 10579] By: jhi                                   on 2001/06/13  23:55:29
28596         Log: Subject: splitting util.c
28597              From: Hugo <hv@crypt.compulink.co.uk>
28598              Date: Thu, 14 Jun 2001 00:41:08 +0100
28599              Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
28600      Branch: perl
28601            + locale.c numeric.c
28602            ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
28603            ! pod/perlapi.pod proto.h util.c
28604 ____________________________________________________________________________
28605 [ 10578] By: jhi                                   on 2001/06/13  23:45:11
28606         Log: Upgrade to Math::BigInt 1.34 from Tels.
28607      Branch: perl
28608            + t/lib/mbimbf.t
28609            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
28610            ! t/lib/bigfltpm.t t/lib/bigintpm.t
28611 ____________________________________________________________________________
28612 [ 10577] By: nick                                  on 2001/06/13  19:02:48
28613         Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
28614      Branch: perlio
28615           !> (integrate 125 files)
28616 ____________________________________________________________________________
28617 [ 10576] By: jhi                                   on 2001/06/13  18:10:01
28618         Log: Update Changes.
28619      Branch: perl
28620            ! Changes patchlevel.h
28621 ____________________________________________________________________________
28622 [ 10575] By: jhi                                   on 2001/06/13  18:05:09
28623         Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
28624              From: "Craig A. Berry" <craigberry@mac.com>
28625              Date: Wed, 13 Jun 2001 13:24:28 -0500
28626              Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
28627      Branch: perl
28628            ! ext/re/Makefile.PL
28629 ____________________________________________________________________________
28630 [ 10574] By: jhi                                   on 2001/06/13  17:34:36
28631         Log: Mc.u.c. for #10573.
28632      Branch: metaconfig
28633            ! U/threads/usethreads.U
28634 ____________________________________________________________________________
28635 [ 10573] By: jhi                                   on 2001/06/13  17:34:00
28636         Log: It would be also be good if I could type.
28637      Branch: perl
28638            ! Configure
28639 ____________________________________________________________________________
28640 [ 10572] By: jhi                                   on 2001/06/13  17:26:29
28641         Log: Metaconfig unit change for #10571.
28642      Branch: metaconfig
28643            ! U/threads/usethreads.U
28644 ____________________________________________________________________________
28645 [ 10571] By: jhi                                   on 2001/06/13  17:26:05
28646         Log: A non-empty default is a good thing.
28647      Branch: perl
28648            ! Configure
28649 ____________________________________________________________________________
28650 [ 10570] By: jhi                                   on 2001/06/13  17:15:16
28651         Log: Metaconfig unit change for #10569.
28652      Branch: metaconfig
28653            ! U/threads/usethreads.U
28654 ____________________________________________________________________________
28655 [ 10569] By: jhi                                   on 2001/06/13  17:14:17
28656         Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
28657              extremely experimental, not even prompted for.
28658      Branch: perl
28659            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
28660            ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
28661            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
28662            ! win32/config.bc win32/config.gc win32/config.vc
28663 ____________________________________________________________________________
28664 [ 10568] By: jhi                                   on 2001/06/13  16:22:27
28665         Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
28666      Branch: perl
28667            ! pod/perlfaq6.pod
28668 ____________________________________________________________________________
28669 [ 10567] By: jhi                                   on 2001/06/13  16:20:23
28670         Log: Integrate perlio; conflicts, accept Nick's versions.
28671      Branch: perl
28672           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
28673           !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
28674 ____________________________________________________________________________
28675 [ 10566] By: jhi                                   on 2001/06/13  16:17:42
28676         Log: Subject: Re: ext/ + -Wall
28677              From: Doug MacEachern <dougm@covalent.net>
28678              Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
28679              Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
28680      Branch: perl
28681            ! XSUB.h lib/ExtUtils/xsubpp perl.h
28682 ____________________________________________________________________________
28683 [ 10565] By: jhi                                   on 2001/06/13  16:16:07
28684         Log: Similar logic as DB_File.xs, using the modern macros and
28685              defines them to older ones for older Perls where PERL_VERSION
28686              is not defined, from Doug MacEachern.
28687      Branch: perl
28688            ! ext/Storable/Storable.xs
28689 ____________________________________________________________________________
28690 [ 10564] By: nick                                  on 2001/06/13  15:22:01
28691         Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
28692              and using that instead (name lookups are sequential search for now).
28693      Branch: perlio
28694            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
28695            ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
28696 ____________________________________________________________________________
28697 [ 10563] By: jhi                                   on 2001/06/13  14:07:43
28698         Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
28699              From: "Richard Soderberg" <rs@crystalflame.net>
28700              Date: Sat, 26 May 2001 06:44:20 -0700
28701              Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
28702      Branch: perl
28703            ! sv.c t/op/glob.t
28704 ____________________________________________________________________________
28705 [ 10562] By: jhi                                   on 2001/06/13  13:55:10
28706         Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
28707              From: "Craig A. Berry" <craigberry@mac.com>
28708              Date: Tue, 12 Jun 2001 23:55:26 -0500
28709              Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
28710      Branch: perl
28711            ! ext/re/Makefile.PL ext/re/re.xs
28712 ____________________________________________________________________________
28713 [ 10561] By: jhi                                   on 2001/06/13  13:44:58
28714         Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
28715              suggested by NI-S.
28716      Branch: perl
28717            ! XSUB.h malloc.c perl.h
28718 ____________________________________________________________________________
28719 [ 10560] By: jhi                                   on 2001/06/13  13:35:42
28720         Log: Regen toc.
28721      Branch: perl
28722            ! pod/perltoc.pod
28723 ____________________________________________________________________________
28724 [ 10559] By: jhi                                   on 2001/06/13  12:53:18
28725         Log: Subject: [patch] perl.gprof control
28726              From: Doug MacEachern <dougm@covalent.net>
28727              Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
28728              Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
28729      Branch: perl
28730            ! miniperlmain.c perl.h
28731 ____________________________________________________________________________
28732 [ 10558] By: jhi                                   on 2001/06/13  12:51:47
28733         Log: Subject: Re: ext/ + -Wall
28734              From: Doug MacEachern <dougm@covalent.net>
28735              Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
28736              Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
28737              
28738              Document ax and break up dXSARGS.
28739      Branch: perl
28740            ! XSUB.h pod/perlapi.pod
28741 ____________________________________________________________________________
28742 [ 10557] By: jhi                                   on 2001/06/13  12:39:55
28743         Log: More AIX tweakage from Merijn.
28744      Branch: perl
28745            ! hints/aix.sh
28746 ____________________________________________________________________________
28747 [ 10556] By: jhi                                   on 2001/06/13  03:26:58
28748         Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
28749              From: "Craig A. Berry" <craigberry@mac.com>
28750              Date: Tue, 12 Jun 2001 22:57:45 -0500
28751              Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
28752      Branch: perl
28753            ! vms/descrip_mms.template
28754 ____________________________________________________________________________
28755 [ 10555] By: jhi                                   on 2001/06/13  02:50:43
28756         Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
28757              From: "Craig A. Berry" <craigberry@mac.com>
28758              Date: Tue, 12 Jun 2001 22:21:39 -0500
28759              Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
28760      Branch: perl
28761            ! configure.com util.c
28762 ____________________________________________________________________________
28763 [ 10554] By: jhi                                   on 2001/06/13  02:23:16
28764         Log: New AIX dynaloading code from Jens-Uwe Mager.
28765              Does break binary compatibility.
28766      Branch: perl
28767            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
28768 ____________________________________________________________________________
28769 [ 10553] By: jhi                                   on 2001/06/13  02:10:16
28770         Log: VMS DEC C compiler found nits by Peter Prymmer.
28771      Branch: perl
28772            ! util.c
28773 ____________________________________________________________________________
28774 [ 10552] By: jhi                                   on 2001/06/13  01:36:12
28775         Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
28776              From: Peter Prymmer <pvhp@forte.com>
28777              Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
28778              Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
28779      Branch: perl
28780            ! t/lib/filecomp.t
28781 ____________________________________________________________________________
28782 [ 10551] By: jhi                                   on 2001/06/13  01:26:53
28783         Log: I wonder how many $CONFIGs still lurk in the shadows.
28784      Branch: perl
28785            ! pod/Makefile.SH x2p/cflags.SH
28786 ____________________________________________________________________________
28787 [ 10550] By: jhi                                   on 2001/06/13  01:25:12
28788         Log: Grok three kinds of line endings, should fix [ID 20010612.003]
28789      Branch: perl
28790            ! pod/checkpods.PL
28791 ____________________________________________________________________________
28792 [ 10549] By: jhi                                   on 2001/06/13  01:05:28
28793         Log: Use __attribute__((unused)) to silence -Wall on unused ax.
28794      Branch: perl
28795            ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
28796 ____________________________________________________________________________
28797 [ 10548] By: jhi                                   on 2001/06/13  00:41:28
28798         Log: Subject: [patch] rid local_patches warnings
28799              From: Doug MacEachern <dougm@covalent.net>
28800              Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
28801              Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
28802      Branch: perl
28803            ! ext/List/Util/Util.xs ext/Storable/Storable.xs
28804 ____________________________________________________________________________
28805 [ 10547] By: jhi                                   on 2001/06/13  00:40:29
28806         Log: Subject: Re: ext/ + -Wall
28807              From: Doug MacEachern <dougm@covalent.net>
28808              Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
28809              Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
28810      Branch: perl
28811            ! ext/attrs/attrs.xs
28812 ____________________________________________________________________________
28813 [ 10546] By: jhi                                   on 2001/06/13  00:39:06
28814         Log: Subject: [PATCH] perlretut.pod: unterminated C<>
28815              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
28816              Date: Tue, 12 Jun 2001 14:36:20 -0400
28817              Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
28818      Branch: perl
28819            ! pod/perlretut.pod
28820 ____________________________________________________________________________
28821 [ 10545] By: jhi                                   on 2001/06/13  00:38:02
28822         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
28823              From: Mike Guy <mjtg@cam.ac.uk>
28824              Date: Tue, 12 Jun 2001 19:10:31 +0100
28825              Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
28826              
28827              Subject: Re: [ID 20010612.001] out of memory during regex compilation
28828              From: Mike Guy <mjtg@cam.ac.uk>
28829              Date: Tue, 12 Jun 2001 19:21:01 +0100
28830              Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
28831      Branch: perl
28832            ! pod/perlop.pod
28833 ____________________________________________________________________________
28834 [ 10544] By: jhi                                   on 2001/06/13  00:34:39
28835         Log: AIX tweaks from Merijn H. Brand.
28836      Branch: perl
28837            ! hints/aix.sh
28838 ____________________________________________________________________________
28839 [ 10543] By: jhi                                   on 2001/06/13  00:11:42
28840         Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
28841              From: "Brendan O'Dea" <bod@compusol.com.au>
28842              Date: Wed, 13 Jun 2001 05:16:47 +1000
28843              Message-ID: <20010613051647.A8945@compusol.com.au>
28844      Branch: maint-5.6/perl
28845            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
28846 ____________________________________________________________________________
28847 [ 10542] By: jhi                                   on 2001/06/13  00:07:50
28848         Log: Subject: Small bcopy cleanup
28849              From: Andy Dougherty <doughera@lafayette.edu>
28850              Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
28851              Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
28852      Branch: perl
28853            ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
28854 ____________________________________________________________________________
28855 [ 10541] By: jhi                                   on 2001/06/13  00:05:18
28856         Log: Subject: [PATCH] Re: ext/ + -Wall
28857              From: Nicholas Clark <nick@ccl4.org>
28858              Date: Wed, 13 Jun 2001 00:04:30 +0100
28859              Message-ID: <20010613000430.M5901@plum.flirble.org>
28860      Branch: perl
28861            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
28862 ____________________________________________________________________________
28863 [ 10540] By: jhi                                   on 2001/06/13  00:02:25
28864         Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
28865              From: Nicholas Clark <nick@ccl4.org>
28866              Date: Tue, 12 Jun 2001 23:53:07 +0100
28867              Message-ID: <20010612235307.L5901@plum.flirble.org>
28868      Branch: perl
28869            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
28870 ____________________________________________________________________________
28871 [ 10539] By: jhi                                   on 2001/06/12  23:59:10
28872         Log: MPE/iX tweaks from Mark Bixby.
28873      Branch: perl
28874            ! hints/mpeix.sh mpeix/mpeixish.h util.c
28875 ____________________________________________________________________________
28876 [ 10538] By: jhi                                   on 2001/06/12  14:16:15
28877         Log: Update Changes.
28878      Branch: perl
28879            ! Changes patchlevel.h
28880 ____________________________________________________________________________
28881 [ 10537] By: jhi                                   on 2001/06/12  14:11:26
28882         Log: One less -Wall whine (found under DEBUGGING).
28883      Branch: perl
28884            ! x2p/Makefile.SH x2p/a2p.c
28885 ____________________________________________________________________________
28886 [ 10536] By: jhi                                   on 2001/06/12  13:32:09
28887         Log: s/case-independent/case-insensitive/g
28888      Branch: perl
28889            ! pod/perldebug.pod
28890 ____________________________________________________________________________
28891 [ 10535] By: jhi                                   on 2001/06/12  13:27:28
28892         Log: As suggested in    
28893              
28894              Subject: Re: ext/ + -Wall
28895              From: Gurusamy Sarathy <gsar@ActiveState.com>
28896              Date: Mon, 11 Jun 2001 23:34:31 -0700
28897              Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
28898      Branch: perl
28899            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
28900            ! perl.h
28901 ____________________________________________________________________________
28902 [ 10534] By: jhi                                   on 2001/06/12  13:13:27
28903         Log: Subject: ext/ + -Wall
28904              From: Doug MacEachern <dougm@covalent.net>
28905              Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
28906              Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
28907      Branch: perl
28908            ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
28909            ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
28910            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
28911            ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
28912            ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
28913            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
28914            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
28915            ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
28916            ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
28917            ! lib/ExtUtils/xsubpp
28918 ____________________________________________________________________________
28919 [ 10533] By: jhi                                   on 2001/06/12  12:52:57
28920         Log: Subject: [PATCH] anonymous stashes
28921              From: Abhijit Menon-Sen <ams@wiw.org>
28922              Date: Tue, 12 Jun 2001 12:47:04 +0530
28923              Message-ID: <20010612124704.A29029@lustre.linux.in>
28924      Branch: perl
28925            ! dump.c gv.c sv.c xsutils.c
28926 ____________________________________________________________________________
28927 [ 10532] By: jhi                                   on 2001/06/12  12:37:36
28928         Log: One more test for $^S.
28929      Branch: perl
28930            ! t/op/magic.t
28931 ____________________________________________________________________________
28932 [ 10531] By: jhi                                   on 2001/06/12  12:35:02
28933         Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
28934              From: Abhijit Menon-Sen <ams@wiw.org>
28935              Date: Tue, 12 Jun 2001 17:35:55 +0530
28936              Message-ID: <20010612173555.A32426@lustre.linux.in>
28937      Branch: perl
28938            ! mg.c t/op/magic.t
28939 ____________________________________________________________________________
28940 [ 10530] By: jhi                                   on 2001/06/12  12:31:11
28941         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
28942              From: Mike Guy <mjtg@cam.ac.uk>
28943              Date: Tue, 12 Jun 2001 13:14:15 +0100
28944              Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
28945      Branch: perl
28946            ! pod/perlop.pod
28947 ____________________________________________________________________________
28948 [ 10529] By: jhi                                   on 2001/06/12  12:21:06
28949         Log: AUTHORS updates.
28950      Branch: perl
28951            ! AUTHORS
28952 ____________________________________________________________________________
28953 [ 10528] By: jhi                                   on 2001/06/12  12:19:47
28954         Log: Subject: [PATCH] rhapsody/darwin minor cleanup
28955              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
28956              Content-Transfer-Encoding: 7bit
28957              Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
28958      Branch: perl
28959            ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
28960 ____________________________________________________________________________
28961 [ 10527] By: jhi                                   on 2001/06/12  11:58:53
28962         Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
28963              From: "Philip Newton" <Philip.Newton@gmx.net>
28964              Date: Mon, 11 Jun 2001 07:08:03 +0200
28965              Message-Id: <200106120802.LAA08992@taas.iki.fi>
28966      Branch: perl
28967            ! t/base/term.t
28968 ____________________________________________________________________________
28969 [ 10526] By: jhi                                   on 2001/06/12  01:35:34
28970         Log: Cleanup the a2p.c for -Wall.
28971      Branch: perl
28972            ! x2p/Makefile.SH x2p/a2p.c
28973 ____________________________________________________________________________
28974 [ 10525] By: jhi                                   on 2001/06/12  01:10:56
28975         Log: File::Find update for MacOS from Chris Nandor.
28976      Branch: perl
28977            ! lib/File/Find.pm t/lib/filefind.t
28978 ____________________________________________________________________________
28979 [ 10524] By: jhi                                   on 2001/06/12  00:29:20
28980         Log: gcc -Wall nits picked out by a non-UNIX system
28981              (courtesy of Mark Bixby)
28982      Branch: perl
28983            ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
28984            ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
28985            ! pp_sys.c util.c
28986 ____________________________________________________________________________
28987 [ 10523] By: jhi                                   on 2001/06/11  22:34:03
28988         Log: Metaconfig unit change for #10522.  (The d_modfl changes
28989              placate metalint.)
28990      Branch: metaconfig/U/perl
28991            ! d_modfl.U d_u32align.U
28992 ____________________________________________________________________________
28993 [ 10522] By: jhi                                   on 2001/06/11  22:33:00
28994         Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
28995              be "./try 2>&1 >/dev/null".
28996      Branch: perl
28997            ! Configure
28998 ____________________________________________________________________________
28999 [ 10521] By: jhi                                   on 2001/06/11  19:49:54
29000         Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
29001              From: "Craig A. Berry" <craigberry@mac.com>
29002              Date: Mon, 11 Jun 2001 14:00:32 -0500
29003              Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
29004      Branch: perl
29005            ! configure.com
29006 ____________________________________________________________________________
29007 [ 10520] By: jhi                                   on 2001/06/11  17:55:47
29008         Log: Move the full \p\P lists to perlunicode.
29009      Branch: perl
29010            ! pod/perlretut.pod pod/perlunicode.pod
29011 ____________________________________________________________________________
29012 [ 10519] By: jhi                                   on 2001/06/11  17:10:00
29013         Log: VOS build tweak for 5.6.1 from Paul Green.
29014      Branch: maint-5.6/perl
29015            ! vos/build.cm
29016 ____________________________________________________________________________
29017 [ 10518] By: jhi                                   on 2001/06/11  17:07:03
29018         Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
29019              From: "Craig A. Berry" <craigberry@mac.com>
29020              Date: Fri, 8 Jun 2001 18:08:18 -0500
29021              Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
29022      Branch: perl
29023            ! vms/vms.c
29024 ____________________________________________________________________________
29025 [ 10517] By: jhi                                   on 2001/06/11  14:52:01
29026         Log: Update Changes.
29027      Branch: perl
29028            ! Changes patchlevel.h
29029 ____________________________________________________________________________
29030 [ 10516] By: jhi                                   on 2001/06/11  14:46:33
29031         Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
29032      Branch: perl
29033            ! vos/config.alpha.h vos/config.ga.h
29034 ____________________________________________________________________________
29035 [ 10515] By: jhi                                   on 2001/06/11  14:39:05
29036         Log: VOS updates from Paul Green for @10476.
29037      Branch: perl
29038            ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
29039            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
29040            ! vos/config.ga.h vos/configure_perl.cm
29041 ____________________________________________________________________________
29042 [ 10514] By: jhi                                   on 2001/06/11  12:58:43
29043         Log: Subject: [PATCH] Not many people know this ...
29044              From: Mike Guy <mjtg@cam.ac.uk>
29045              Date: Mon, 11 Jun 2001 14:55:15 +0100
29046              Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
29047      Branch: perl
29048            ! pod/perldebug.pod
29049 ____________________________________________________________________________
29050 [ 10513] By: jhi                                   on 2001/06/11  12:30:06
29051         Log: Add final commas to lists as suggested by Philip Newton.
29052      Branch: perl
29053            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
29054 ____________________________________________________________________________
29055 [ 10512] By: jhi                                   on 2001/06/11  12:28:49
29056         Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
29057              Date: Sun, 10 Jun 2001 23:35:38 -0400
29058              From: Chris Nandor <pudge@pobox.com>
29059              Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
29060      Branch: perl
29061            ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
29062            ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
29063            ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
29064            ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
29065            ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
29066            ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
29067            ! t/op/write.t t/pragma/strict.t
29068 ____________________________________________________________________________
29069 [ 10511] By: jhi                                   on 2001/06/11  12:13:31
29070         Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
29071              From: Chris Nandor <pudge@pobox.com>
29072              Date: Mon, 11 Jun 2001 08:24:28 -0400
29073              Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
29074      Branch: perl
29075            ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
29076            ! t/lib/io_dir.t
29077 ____________________________________________________________________________
29078 [ 10510] By: jhi                                   on 2001/06/11  12:03:16
29079         Log: One more run_byacc (a hand-tweaked version had slipped in).
29080      Branch: perl
29081            ! perly.c vms/perly_c.vms
29082 ____________________________________________________________________________
29083 [ 10509] By: nick                                  on 2001/06/11  07:49:15
29084         Log: Integrate mainline
29085      Branch: perlio
29086           !> Makefile.SH embed.h embed.pl global.sym
29087           !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
29088           !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
29089           !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
29090           !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
29091 ____________________________________________________________________________
29092 [ 10508] By: jhi                                   on 2001/06/10  22:38:05
29093         Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
29094              From: Mike Guy <mjtg@cam.ac.uk>
29095              Reply-To: mjtg@cam.ac.uk
29096              Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
29097      Branch: perl
29098            ! lib/ExtUtils/Manifest.pm
29099 ____________________________________________________________________________
29100 [ 10507] By: jhi                                   on 2001/06/10  22:37:16
29101         Log: Subject: [PATCH] ExtUtils::Constant
29102              From: Nicholas Clark <nick@ccl4.org>
29103              Date: Sun, 10 Jun 2001 23:25:41 +0100
29104              Message-ID: <20010610232540.C76396@plum.flirble.org>
29105      Branch: perl
29106            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
29107 ____________________________________________________________________________
29108 [ 10506] By: jhi                                   on 2001/06/10  20:57:20
29109         Log: Integrate perlio.
29110      Branch: perl
29111           !> iperlsys.h
29112 ____________________________________________________________________________
29113 [ 10505] By: jhi                                   on 2001/06/10  18:37:57
29114         Log: Move the grok_number and its lieutenant grok_numeric_radix
29115              from sv.c statics to util.c and public.
29116      Branch: perl
29117            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
29118            ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
29119 ____________________________________________________________________________
29120 [ 10504] By: nick                                  on 2001/06/10  17:47:06
29121         Log: Fix (valid) -Wall warnings in perlio.c
29122      Branch: perlio
29123            ! iperlsys.h
29124 ____________________________________________________________________________
29125 [ 10503] By: jhi                                   on 2001/06/10  17:38:28
29126         Log: Update perly_c.diff, update perly.fixer to edit away
29127              some of the -Wall noise.
29128      Branch: perl
29129            ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
29130 ____________________________________________________________________________
29131 [ 10502] By: jhi                                   on 2001/06/10  17:09:42
29132         Log: Check the version of byacc.
29133      Branch: perl
29134            ! Makefile.SH
29135 ____________________________________________________________________________
29136 [ 10501] By: jhi                                   on 2001/06/10  17:00:08
29137         Log: Subject: [PATCH] perly.y overhaul
29138              From: Simon Cozens <simon@netthink.co.uk>
29139              Date: Sun, 10 Jun 2001 16:56:54 +0100
29140              Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
29141              
29142              Plus make run_byacc.
29143      Branch: perl
29144            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
29145 ____________________________________________________________________________
29146 [ 10500] By: jhi                                   on 2001/06/10  16:07:28
29147         Log: Integrate perlio.
29148      Branch: perl
29149           !> perlio.c perlsfio.h
29150 ____________________________________________________________________________
29151 [ 10499] By: nick                                  on 2001/06/10  15:01:08
29152         Log: Integrate mainline
29153      Branch: perlio
29154           !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
29155           !> t/pragma/locale.t util.c
29156 ____________________________________________________________________________
29157 [ 10498] By: jhi                                   on 2001/06/10  13:49:23
29158         Log: Put some meat on the perl572delta bones.  The list of
29159              selected bug fixes needs more work, as does still the
29160              whole document.
29161      Branch: perl
29162            ! pod/perl572delta.pod
29163 ____________________________________________________________________________
29164 [ 10497] By: nick                                  on 2001/06/10  12:27:51
29165         Log: Paper over a crack or two with USE_SFIO
29166      Branch: perlio
29167            ! perlio.c perlsfio.h
29168 ____________________________________________________________________________
29169 [ 10496] By: jhi                                   on 2001/06/10  11:04:22
29170         Log: Update Changes.
29171      Branch: perl
29172            ! Changes patchlevel.h
29173 ____________________________________________________________________________
29174 [ 10495] By: jhi                                   on 2001/06/10  10:55:34
29175         Log: Subject: Re: pragma/locale.t #107
29176              From: Hugo <hv@crypt.compulink.co.uk>
29177              Date: Sun, 10 Jun 2001 11:23:30 +0100
29178              Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
29179              
29180              Encapsulate the scan of the decimal radix separator.
29181      Branch: perl
29182            ! embed.h embed.pl proto.h sv.c
29183 ____________________________________________________________________________
29184 [ 10494] By: jhi                                   on 2001/06/10  03:00:17
29185         Log: Try to grok numbers both with the locale specific separator
29186              and with the usual "." (if different from the lss); add a test
29187              to locale.t to do also a little bit of math in addition to just
29188              equalness testing; remove extraneous logic as suggested in
29189              
29190              Subject: Re: pragma/locale.t #107
29191              From: Nicholas Clark <nick@ccl4.org>
29192              Date: Sat, 9 Jun 2001 22:37:36 +0100
29193              Message-ID: <20010609223735.Y76396@plum.flirble.org>
29194      Branch: perl
29195            ! sv.c t/pragma/locale.t
29196 ____________________________________________________________________________
29197 [ 10493] By: jhi                                   on 2001/06/10  01:25:23
29198         Log: Metaconfig unit change for #10492.
29199      Branch: metaconfig/U/perl
29200            ! Extensions.U
29201 ____________________________________________________________________________
29202 [ 10492] By: jhi                                   on 2001/06/10  01:23:59
29203         Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
29204              From: Artur Bergman <artur@contiller.se> 
29205              Date: Sat, 09 Jun 2001 21:03:51 +0200
29206              Message-ID: <B7483FB6.1398%artur@contiller.se>
29207      Branch: perl
29208            ! Configure
29209 ____________________________________________________________________________
29210 [ 10491] By: jhi                                   on 2001/06/10  01:15:40
29211         Log: Integrate perlio.
29212      Branch: perl
29213           !> perlsfio.h
29214 ____________________________________________________________________________
29215 [ 10490] By: jhi                                   on 2001/06/10  01:08:26
29216         Log: Do locale specific separator if only in locale.
29217      Branch: perl
29218            ! util.c
29219 ____________________________________________________________________________
29220 [ 10489] By: nick                                  on 2001/06/09  19:13:25
29221         Log: Make XS/Typemap compile (but fail) with sfio
29222      Branch: perlio
29223            ! perlsfio.h
29224 ____________________________________________________________________________
29225 [ 10488] By: nick                                  on 2001/06/09  19:12:51
29226         Log: Re-integrate mainline
29227      Branch: perlio
29228           !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
29229           !> proto.h sv.c util.c
29230 ____________________________________________________________________________
29231 [ 10487] By: nick                                  on 2001/06/09  16:26:29
29232         Log: Integrate mainline
29233      Branch: perlio
29234           !> (integrate 31 files)
29235 ____________________________________________________________________________
29236 [ 10486] By: jhi                                   on 2001/06/09  16:11:51
29237         Log: Subject: [PATCH] New attempt to clone callack
29238              From: Artur Bergman <artur@contiller.se> 
29239              Date: Thu, 07 Jun 2001 11:52:16 +0200
29240              Message-ID: <B7451B6F.12B7%artur@contiller.se>
29241      Branch: perl
29242            ! embedvar.h intrpvar.h perlapi.h sv.c
29243 ____________________________________________________________________________
29244 [ 10485] By: jhi                                   on 2001/06/09  15:23:52
29245         Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
29246      Branch: perl
29247            ! embed.h embed.pl perl.h proto.h sv.c util.c
29248 ____________________________________________________________________________
29249 [ 10484] By: jhi                                   on 2001/06/09  14:47:25
29250         Log: Subject: Re: pragma/locale.t #107
29251              From: Nicholas Clark <nick@ccl4.org>
29252              Date: Sat, 9 Jun 2001 16:26:10 +0100
29253              Message-ID: <20010609162609.V76396@plum.flirble.org>
29254              
29255              A missing NVification.
29256      Branch: perl
29257            ! sv.c
29258 ____________________________________________________________________________
29259 [ 10483] By: jhi                                   on 2001/06/08  19:40:32
29260         Log: Redo the #10482, there already was a test script for formats.
29261      Branch: perl
29262            - t/io/format.t
29263            ! MANIFEST t/op/write.t
29264 ____________________________________________________________________________
29265 [ 10482] By: jhi                                   on 2001/06/08  19:34:45
29266         Log: Twisted format testing, from Merijn.
29267      Branch: perl
29268            + t/io/format.t
29269            ! MANIFEST
29270 ____________________________________________________________________________
29271 [ 10481] By: jhi                                   on 2001/06/08  19:21:56
29272         Log: More \p{In...} testing, combined with \N{...}.
29273      Branch: perl
29274            ! lib/utf8_heavy.pl t/op/pat.t
29275 ____________________________________________________________________________
29276 [ 10480] By: jhi                                   on 2001/06/08  14:16:06
29277         Log: Metaconfig changes for #10479.
29278      Branch: metaconfig
29279            ! U/Glossary.patch
29280      Branch: metaconfig/U/perl
29281            ! d_modfl.U
29282 ____________________________________________________________________________
29283 [ 10479] By: jhi                                   on 2001/06/08  14:15:32
29284         Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
29285      Branch: perl
29286            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29287            ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
29288            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
29289            ! win32/config.bc win32/config.gc win32/config.vc
29290 ____________________________________________________________________________
29291 [ 10478] By: jhi                                   on 2001/06/08  12:20:41
29292         Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
29293              From: "Craig A. Berry" <craigberry@mac.com>
29294              Date: Thu, 7 Jun 2001 14:27:20 -0500
29295              Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
29296      Branch: perl
29297            ! vms/perlvms.pod
29298 ____________________________________________________________________________
29299 [ 10477] By: jhi                                   on 2001/06/08  12:19:00
29300         Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
29301              From: Gisle Aas <gisle@ActiveState.com>
29302              Date: 07 Jun 2001 17:04:29 -0700
29303              Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
29304      Branch: perl
29305            ! ext/re/re.xs
29306 ____________________________________________________________________________
29307 [ 10476] By: jhi                                   on 2001/06/08  01:35:42
29308         Log: Update Changes.
29309      Branch: perl
29310            ! Changes patchlevel.h
29311 ____________________________________________________________________________
29312 [ 10475] By: jhi                                   on 2001/06/08  00:53:45
29313         Log: Regen Glossary et alia.
29314      Branch: perl
29315            ! Porting/Glossary Porting/config.sh Porting/config_H
29316 ____________________________________________________________________________
29317 [ 10474] By: jhi                                   on 2001/06/07  22:06:38
29318         Log: Metaconfig unit changes for #10473.
29319      Branch: metaconfig/U/perl
29320            ! d_modfl.U
29321 ____________________________________________________________________________
29322 [ 10473] By: jhi                                   on 2001/06/07  22:06:16
29323         Log: Harumph, also AIX will spill its guts (i.e. dump core)
29324              if an executable contains modfl() but it hasn't been
29325              compiled right (in the case of AIX, with cc -qlongdouble).
29326      Branch: perl
29327            ! Configure
29328 ____________________________________________________________________________
29329 [ 10472] By: gsar                                  on 2001/06/07  20:04:28
29330         Log: integrate change#10471 from mainline
29331              
29332              in change#10451, check that CvOUTSIDE is a CV before looking in
29333              (it can apparently be SVt_NULL during global destruction)
29334      Branch: maint-5.6/perl
29335           !> op.c
29336 ____________________________________________________________________________
29337 [ 10471] By: gsar                                  on 2001/06/07  20:01:31
29338         Log: in change#10451, check that CvOUTSIDE is a CV before looking in
29339              (it can apparently be SVt_NULL during global destruction)
29340      Branch: perl
29341            ! op.c
29342 ____________________________________________________________________________
29343 [ 10470] By: jhi                                   on 2001/06/07  12:17:51
29344         Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
29345              From: Robin Barker <rmb1@cise.npl.co.uk>
29346              Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
29347              Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
29348      Branch: perl
29349            ! lib/diagnostics.pm pod/perldiag.pod
29350 ____________________________________________________________________________
29351 [ 10469] By: jhi                                   on 2001/06/07  12:16:12
29352         Log: Subject: [PATCH perl@10439] long =item
29353              From: Robin Barker <rmb1@cise.npl.co.uk>
29354              Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
29355              Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
29356      Branch: perl
29357            ! README.amiga lib/Attribute/Handlers.pm
29358            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
29359 ____________________________________________________________________________
29360 [ 10468] By: jhi                                   on 2001/06/07  12:08:56
29361         Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
29362              Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
29363              Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
29364              Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
29365      Branch: perl
29366            ! pod/perlguts.pod
29367 ____________________________________________________________________________
29368 [ 10467] By: jhi                                   on 2001/06/07  12:04:26
29369         Log: Integrate perlio.
29370      Branch: perl
29371           !> sv.c
29372 ____________________________________________________________________________
29373 [ 10466] By: nick                                  on 2001/06/07  10:25:40
29374         Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
29375              whitespace tweaks.
29376              Still coredumps in pragma/overload.t - what a nice hard fail that is...
29377      Branch: perlio
29378            ! sv.c
29379 ____________________________________________________________________________
29380 [ 10465] By: nick                                  on 2001/06/07  08:41:58
29381         Log: Raw integrate of mainline for S_grok_number debug
29382              (sv.c has MULTIPLICITY issues as well as whatever else ...)
29383      Branch: perlio
29384            - plan9/perlplan9.doc plan9/perlplan9.pod
29385           !> (integrate 46 files)
29386 ____________________________________________________________________________
29387 [ 10464] By: jhi                                   on 2001/06/06  23:33:58
29388         Log: The proper prototyping for #10463.
29389      Branch: perl
29390            ! embed.h embed.pl proto.h sv.c
29391 ____________________________________________________________________________
29392 [ 10463] By: jhi                                   on 2001/06/06  23:15:30
29393         Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
29394              From: Nicholas Clark <nick@ccl4.org>
29395              Date: Thu, 7 Jun 2001 00:29:59 +0100
29396              Message-ID: <20010607002959.Z76396@plum.flirble.org>
29397      Branch: perl
29398            ! sv.c
29399 ____________________________________________________________________________
29400 [ 10462] By: jhi                                   on 2001/06/06  23:13:19
29401         Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
29402              From: "Craig A. Berry" <craigberry@mac.com>
29403              Date: Wed, 06 Jun 2001 17:54:30 -0500
29404              Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
29405      Branch: perl
29406            ! vms/perlvms.pod
29407 ____________________________________________________________________________
29408 [ 10461] By: jhi                                   on 2001/06/06  23:10:00
29409         Log: Podify the remaining README.platform files;
29410              merge README.plan9 and plan9/perlplan9.pod;
29411              delete plan9/perlplan9.* (the perlplan.doc needs to
29412              be regenerated in Plan 9); make the =head1 and =head2
29413              in the README.platform to be a little more verbose
29414              (skipped README.os2 not to anger Ilya) so that they
29415              look better in the toc; regen toc.
29416      Branch: perl
29417            - plan9/perlplan9.doc plan9/perlplan9.pod
29418            ! MANIFEST README.aix README.amiga README.apollo README.beos
29419            ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
29420            ! README.hpux README.hurd README.machten README.macos
29421            ! README.micro README.mint README.mpeix README.os390
29422            ! README.plan9 README.qnx README.solaris README.threads
29423            ! README.tru64 README.vmesa README.vms README.vos README.win32
29424            ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
29425            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
29426 ____________________________________________________________________________
29427 [ 10460] By: jhi                                   on 2001/06/06  20:58:53
29428         Log: Subject: [PATCH] Re: Bug in perlguts documentation?
29429              From: Mike Guy <mjtg@cam.ac.uk>
29430              Reply-To: mjtg@cam.ac.uk
29431              Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
29432      Branch: perl
29433            ! pod/perlguts.pod
29434 ____________________________________________________________________________
29435 [ 10459] By: jhi                                   on 2001/06/06  20:58:15
29436         Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
29437              From: Mike Guy <mjtg@cam.ac.uk>
29438              Reply-To: mjtg@cam.ac.uk
29439              Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
29440      Branch: perl
29441            ! pod/perlsec.pod
29442 ____________________________________________________________________________
29443 [ 10458] By: jhi                                   on 2001/06/06  20:56:04
29444         Log: Disable long doubles from pre-5.0 Tru64s.
29445      Branch: perl
29446            ! README.tru64 hints/dec_osf.sh
29447 ____________________________________________________________________________
29448 [ 10457] By: jhi                                   on 2001/06/06  20:49:23
29449         Log: The #10455 exposed that modfl() is fundamentally busted
29450              (as in: dumps core) in pre-5.0 Tru64, so better avoid even
29451              testing it.
29452      Branch: perl
29453            ! hints/dec_osf.sh
29454 ____________________________________________________________________________
29455 [ 10456] By: jhi                                   on 2001/06/06  20:48:35
29456         Log: Metaconfig unit change for #10455.
29457      Branch: metaconfig/U/perl
29458            ! d_modfl.U
29459 ____________________________________________________________________________
29460 [ 10455] By: jhi                                   on 2001/06/06  20:48:09
29461         Log: Configure check for geborken modfl(), inspired by
29462              
29463              Subject: Re: [20010118.017] op/int.t failure 
29464              From: Hugo <hv@crypt.compulink.co.uk>
29465              Date: Tue, 05 Jun 2001 13:43:27 +0100
29466              Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
29467      Branch: perl
29468            ! Configure
29469 ____________________________________________________________________________
29470 [ 10454] By: jhi                                   on 2001/06/06  11:45:08
29471         Log: Integrate changes #10450 and #10451 from maintperl:
29472              
29473              optimize change#10448 slightly (don't repeat search in eval""s lexical
29474              scope, since that has already been searched)
29475              
29476              change#9108 needs subtler treatment for case of closures created
29477              within eval""
29478      Branch: perl
29479           !> op.c t/op/misc.t
29480 ____________________________________________________________________________
29481 [ 10453] By: jhi                                   on 2001/06/06  11:42:10
29482         Log: MakeMaker magic to compile (when no dynamic loading)
29483              List/Util.xsc as (ListUtil.c and) ListUtil.o since
29484              POSIX-BC (BS2000) linker has an evil limitation of
29485              being unable to include in the same executable several
29486              object files with the same name - case-insensitively -
29487              because otherwise we conflict with util.c.
29488              Strictly speaking currently required only in POSIX-BC
29489              but probably will do no harm elsewhere where static
29490              linking is required.
29491      Branch: perl
29492            ! ext/List/Util/Makefile.PL
29493 ____________________________________________________________________________
29494 [ 10452] By: nick                                  on 2001/06/06  08:59:51
29495         Log: Integrate mainline.
29496      Branch: perlio
29497           +> lib/Attribute/Handlers/demo/Demo.pm
29498           +> lib/Attribute/Handlers/demo/Descriptions.pm
29499           +> lib/Attribute/Handlers/demo/MyClass.pm
29500           +> lib/Attribute/Handlers/demo/demo.pl
29501           +> lib/Attribute/Handlers/demo/demo2.pl
29502           +> lib/Attribute/Handlers/demo/demo3.pl
29503           +> lib/Attribute/Handlers/demo/demo4.pl
29504           +> lib/Attribute/Handlers/demo/demo_call.pl
29505           +> lib/Attribute/Handlers/demo/demo_chain.pl
29506           +> lib/Attribute/Handlers/demo/demo_cycle.pl
29507           +> lib/Attribute/Handlers/demo/demo_hashdir.pl
29508           +> lib/Attribute/Handlers/demo/demo_phases.pl
29509           +> lib/Attribute/Handlers/demo/demo_range.pl
29510           +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
29511           +> uts/strtol_wrap.c
29512           !> (integrate 91 files)
29513 ____________________________________________________________________________
29514 [ 10451] By: gsar                                  on 2001/06/06  07:11:36
29515         Log: change#9108 needs subtler treatment for case of closures created
29516              within eval""
29517      Branch: maint-5.6/perl
29518            ! op.c t/op/misc.t
29519 ____________________________________________________________________________
29520 [ 10450] By: gsar                                  on 2001/06/06  05:47:25
29521         Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
29522              scope, since that has already been searched)
29523      Branch: maint-5.6/perl
29524            ! op.c
29525 ____________________________________________________________________________
29526 [ 10449] By: jhi                                   on 2001/06/06  01:33:31
29527         Log: Integrate change #10448 from maintperl; lexicals
29528              outside an eval"" weren't resolved correctly inside a subroutine
29529              definition inside the eval"" if they were not already referenced
29530              in the toplevel of the eval""-ed code
29531      Branch: perl
29532           !> cop.h op.c pp_ctl.c t/op/misc.t
29533 ____________________________________________________________________________
29534 [ 10448] By: gsar                                  on 2001/06/06  01:03:26
29535         Log: fix yet another bug of hoary vintage found by change#10394: lexicals
29536              outside an eval"" weren't resolved correctly inside a subroutine
29537              definition inside the eval"" if they were not already referenced
29538              in the toplevel of the eval""-ed code
29539      Branch: maint-5.6/perl
29540            ! cop.h op.c pp_ctl.c t/op/misc.t
29541 ____________________________________________________________________________
29542 [ 10447] By: jhi                                   on 2001/06/06  00:51:04
29543         Log: Subject: [PATCH] perl570delta.pod
29544              From: Peter Scott <Peter@PSDT.com> 
29545              Date: Tue, 05 Jun 2001 18:51:02 -0700
29546              Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
29547      Branch: perl
29548            ! pod/perl570delta.pod
29549 ____________________________________________________________________________
29550 [ 10446] By: jhi                                   on 2001/06/05  23:45:05
29551         Log: The fudge factor is no more needed.  I hope.
29552      Branch: perl
29553            ! t/lib/posix.t
29554 ____________________________________________________________________________
29555 [ 10445] By: jhi                                   on 2001/06/05  23:19:19
29556         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms 
29557              From: Hugo <hv@crypt.compulink.co.uk>
29558              Date: Tue, 05 Jun 2001 12:58:19 +0100
29559              Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
29560      Branch: perl
29561            ! util.c
29562 ____________________________________________________________________________
29563 [ 10444] By: jhi                                   on 2001/06/05  11:09:01
29564         Log: Make up prototypes only for those who have the functions
29565              but not the prototypes.
29566      Branch: perl
29567            ! perl.h
29568 ____________________________________________________________________________
29569 [ 10443] By: jhi                                   on 2001/06/05  11:02:13
29570         Log: Subject: Re: Not OK: perl@10439 on win32 
29571              From: Prymmer/Kahn <pvhp@best.com> 
29572              Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
29573              Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
29574      Branch: perl
29575            ! perl.h util.c
29576 ____________________________________________________________________________
29577 [ 10442] By: jhi                                   on 2001/06/05  00:55:46
29578         Log: The metaconfig units changes for #10441.
29579      Branch: metaconfig
29580            ! U/modified/Extract.U U/modified/Extractall.U
29581            ! U/modified/Finish.U
29582 ____________________________________________________________________________
29583 [ 10441] By: jhi                                   on 2001/06/05  00:55:17
29584         Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
29585      Branch: perl
29586            ! Configure
29587 ____________________________________________________________________________
29588 [ 10440] By: jhi                                   on 2001/06/05  00:28:27
29589         Log: Unnecessary fuzziness undone, noted by Mike Guy.
29590      Branch: perl
29591            ! t/op/tr.t
29592 ____________________________________________________________________________
29593 [ 10439] By: jhi                                   on 2001/06/04  17:14:31
29594         Log: Update Changes.
29595      Branch: perl
29596            ! Changes patchlevel.h
29597 ____________________________________________________________________________
29598 [ 10438] By: jhi                                   on 2001/06/04  17:10:16
29599         Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
29600              bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
29601              leakage patch.
29602      Branch: perl
29603            ! t/op/misc.t
29604 ____________________________________________________________________________
29605 [ 10437] By: jhi                                   on 2001/06/04  17:01:06
29606         Log: Test case for #10433/#10424.
29607      Branch: perl
29608            ! t/op/misc.t
29609 ____________________________________________________________________________
29610 [ 10436] By: jhi                                   on 2001/06/04  16:54:21
29611         Log: Subject: One fix for strtoul not setting errno
29612              From: hom00@utsglobal.com (Hal Morris)
29613              Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
29614              Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
29615      Branch: perl
29616            + uts/strtol_wrap.c
29617            ! MANIFEST hints/uts.sh
29618 ____________________________________________________________________________
29619 [ 10435] By: jhi                                   on 2001/06/04  16:54:01
29620         Log: Metaconfig units changes for #10434.
29621      Branch: metaconfig
29622            ! U/modified/Cppsym.U
29623      Branch: metaconfig/U/perl
29624            + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
29625            + d_syscallproto.U d_usleepproto.U
29626            ! longdblfio.U quadfio.U
29627 ____________________________________________________________________________
29628 [ 10434] By: jhi                                   on 2001/06/04  16:48:33
29629         Log: Configure tweaks; add prototype probes, make the cpp symbols
29630              probe to cast, not whine; test for %Ld and %Lf before %lld and
29631              %llf because the L is the ANSI way.
29632      Branch: perl
29633            ! Configure config_h.SH configure.com epoc/config.sh
29634            ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
29635            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
29636            ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
29637 ____________________________________________________________________________
29638 [ 10433] By: jhi                                   on 2001/06/04  16:45:23
29639         Log: Sigh.  This is what #10424 was supposed to check in.
29640      Branch: perl
29641            ! op.c sv.c sv.h
29642 ____________________________________________________________________________
29643 [ 10432] By: jhi                                   on 2001/06/04  16:29:40
29644         Log: More verbose failure.
29645      Branch: perl
29646            ! t/op/ver.t
29647 ____________________________________________________________________________
29648 [ 10431] By: jhi                                   on 2001/06/04  16:21:55
29649         Log: The .pm changes to go with #10428.
29650      Branch: perl
29651            ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
29652            ! ext/Sys/Syslog/Syslog.pm
29653 ____________________________________________________________________________
29654 [ 10430] By: jhi                                   on 2001/06/04  16:05:20
29655         Log: On second thoughts show to utf8 skippage message only
29656              on failures, it's too confusing otherwise,
29657      Branch: perl
29658            ! t/pragma/locale.t
29659 ____________________________________________________________________________
29660 [ 10429] By: jhi                                   on 2001/06/04  14:47:50
29661         Log: Do not import anything from Encode.
29662      Branch: perl
29663            ! ext/MIME/Base64/QuotedPrint.pm
29664 ____________________________________________________________________________
29665 [ 10428] By: jhi                                   on 2001/06/04  14:45:47
29666         Log: The #10402 didn't take.  Weird.
29667      Branch: perl
29668            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
29669            ! ext/Sys/Syslog/Syslog.xs
29670 ____________________________________________________________________________
29671 [ 10427] By: jhi                                   on 2001/06/04  12:55:39
29672         Log: Eradicate traces of 'asciirange' re subpragma.
29673      Branch: perl
29674            ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
29675            ! pod/perldiag.pod
29676 ____________________________________________________________________________
29677 [ 10426] By: jhi                                   on 2001/06/04  12:44:05
29678         Log: use is a compile-time thing.
29679      Branch: perl
29680            ! ext/MIME/Base64/QuotedPrint.pm
29681 ____________________________________________________________________________
29682 [ 10425] By: jhi                                   on 2001/06/04  12:39:44
29683         Log: Subject: [PATCH perl@10419] -Wall casting patch
29684              From: Robin Barker <rmb1@cise.npl.co.uk>
29685              Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
29686              Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
29687      Branch: perl
29688            ! ext/Devel/DProf/DProf.xs mg.c
29689 ____________________________________________________________________________
29690 [ 10424] By: jhi                                   on 2001/06/04  12:23:30
29691         Log: Subject: [PATCH #2] introducing SVpad_TYPED
29692              From: Abhijit Menon-Sen <ams@wiw.org>
29693              Date: Mon, 4 Jun 2001 12:26:02 +0530
29694              Message-ID: <20010604122602.A5775@lustre.linux.in>
29695      Branch: perl
29696            ! op.c sv.c sv.h
29697 ____________________________________________________________________________
29698 [ 10423] By: gsar                                  on 2001/06/04  05:12:18
29699         Log: testsuite for change#10192 (from Gisle Aas)
29700      Branch: perl
29701            + t/op/override.t
29702            ! MANIFEST
29703 ____________________________________________________________________________
29704 [ 10422] By: gsar                                  on 2001/06/04  02:32:03
29705         Log: integrate changes#10414-10416 from mainline
29706              
29707              Potential buffer overrun if the radix separator is more than
29708              one byte.  Also, under locales, prefer the locale-specific
29709              separator over the old boring ".".
29710              
29711              "10.", that is, decimal numbers can have no decimal part at all.
29712              
29713              The non-locale places need love, too.
29714      Branch: maint-5.6/perl
29715           !> perl.h sv.c
29716 ____________________________________________________________________________
29717 [ 10421] By: jhi                                   on 2001/06/04  02:25:53
29718         Log: Missed from #10420.
29719      Branch: perl
29720            ! epoc/config.sh
29721 ____________________________________________________________________________
29722 [ 10420] By: jhi                                   on 2001/06/04  02:19:58
29723         Log: Missed HAS_SETRESGID_PROTO.  No serious harm done since
29724              often this prototype goes with HAS_SETRESUID_PROTO.
29725      Branch: perl
29726            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29727            ! config_h.SH configure.com perl.h uconfig.h
29728 ____________________________________________________________________________
29729 [ 10419] By: jhi                                   on 2001/06/04  00:24:55
29730         Log: Update Changes.
29731      Branch: perl
29732            ! Changes patchlevel.h
29733 ____________________________________________________________________________
29734 [ 10418] By: jhi                                   on 2001/06/03  23:58:04
29735         Log: -Wall "subscript has type `char'" cleanup.
29736      Branch: perl
29737            ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
29738 ____________________________________________________________________________
29739 [ 10417] By: jhi                                   on 2001/06/03  23:37:17
29740         Log: Various "cast to pointer from integer of different size"
29741              picked up by gcc -Wall (in Tru64 where pointers are 64 bits
29742              wide but I32 (int) only 32 bits wide).
29743              
29744              WARNING: the classnum and tagnum changes in Storable.xs
29745              may not be wise, they may be breaking binary compatibility
29746              (in 64-bit platforms), asked Raphael Manfredi about the changes.
29747      Branch: perl
29748            ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
29749            ! mg.c proto.h
29750 ____________________________________________________________________________
29751 [ 10416] By: jhi                                   on 2001/06/03  23:15:24
29752         Log: The non-locale places need love, too.
29753      Branch: perl
29754            ! perl.h
29755 ____________________________________________________________________________
29756 [ 10415] By: jhi                                   on 2001/06/03  23:10:55
29757         Log: "10.", that is, decimal numbers can have no decimal part at all.
29758      Branch: perl
29759            ! perl.h
29760 ____________________________________________________________________________
29761 [ 10414] By: jhi                                   on 2001/06/03  22:49:55
29762         Log: Potential buffer overrun if the radix separator is more than
29763              one byte.  Also, under locales, prefer the locale-specific
29764              separator over the old boring ".".
29765      Branch: perl
29766            ! perl.h sv.c
29767 ____________________________________________________________________________
29768 [ 10413] By: jhi                                   on 2001/06/03  22:42:10
29769         Log: Integrate change #10412 from maintperl; locale is now
29770              per-cop, not per-op; plus retweak the locale.t to always
29771              list the skipped utf8 locales.
29772      Branch: perl
29773            ! t/pragma/locale.t
29774           !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
29775           !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
29776 ____________________________________________________________________________
29777 [ 10412] By: gsar                                  on 2001/06/03  22:23:16
29778         Log: rationalize locale handling to fix the bugs uncovered by change#10394
29779              
29780              the major issue was that the runtime was looking at PL_hints rather
29781              than op_private to notice whether locale was enabled
29782              
29783              the secondary issue was that many locale-sensitive numeric ops didn't
29784              have HINT_LOCALE propagated into their op_private
29785              
29786              HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
29787              instead of per-op, just like HINT_BYTE and the hints for lexical
29788              warnings (this makes the hint available to every op via PL_curcop)
29789              
29790              pragma/locale.t may need to be reworked with these fixes in mind
29791              (it currently passes its tests)
29792      Branch: maint-5.6/perl
29793            ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
29794            ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
29795 ____________________________________________________________________________
29796 [ 10411] By: jhi                                   on 2001/06/03  17:50:49
29797         Log: More verbose debugging.
29798      Branch: perl
29799            ! t/pragma/locale.t
29800 ____________________________________________________________________________
29801 [ 10410] By: jhi                                   on 2001/06/03  17:36:40
29802         Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
29803              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
29804              Date: Sat, 2 Jun 2001 22:53:33 +0100
29805              Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
29806      Branch: perl
29807            ! regcomp.c t/pragma/warn/regcomp
29808 ____________________________________________________________________________
29809 [ 10409] By: jhi                                   on 2001/06/03  17:27:13
29810         Log: Mention that lexicalizing $a or $b is a bad idea if one
29811              wants to use sort().
29812      Branch: perl
29813            ! pod/perlvar.pod
29814 ____________________________________________________________________________
29815 [ 10408] By: jhi                                   on 2001/06/03  16:52:41
29816         Log: Tweak the test to be happy if the accuracy is 'good enough'.
29817      Branch: perl
29818            ! t/lib/posix.t
29819 ____________________________________________________________________________
29820 [ 10407] By: jhi                                   on 2001/06/03  16:50:33
29821         Log: Upgrade to Attribute::Handlers 0.70.
29822              
29823              NOTE: this unearthed the "too late for CHECK block" bug,
29824              that's why the 1_compile.t change.
29825      Branch: perl
29826            + lib/Attribute/Handlers/demo/Demo.pm
29827            + lib/Attribute/Handlers/demo/Descriptions.pm
29828            + lib/Attribute/Handlers/demo/MyClass.pm
29829            + lib/Attribute/Handlers/demo/demo.pl
29830            + lib/Attribute/Handlers/demo/demo2.pl
29831            + lib/Attribute/Handlers/demo/demo3.pl
29832            + lib/Attribute/Handlers/demo/demo4.pl
29833            + lib/Attribute/Handlers/demo/demo_call.pl
29834            + lib/Attribute/Handlers/demo/demo_chain.pl
29835            + lib/Attribute/Handlers/demo/demo_cycle.pl
29836            + lib/Attribute/Handlers/demo/demo_hashdir.pl
29837            + lib/Attribute/Handlers/demo/demo_phases.pl
29838            + lib/Attribute/Handlers/demo/demo_range.pl
29839            + lib/Attribute/Handlers/demo/demo_rawdata.pl
29840            ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
29841            ! t/lib/attrhand.t
29842 ____________________________________________________________________________
29843 [ 10406] By: jhi                                   on 2001/06/03  16:40:03
29844         Log: One less -Wall whine.
29845      Branch: perl
29846            ! regcomp.c
29847 ____________________________________________________________________________
29848 [ 10405] By: jhi                                   on 2001/06/03  16:30:34
29849         Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
29850      Branch: perl
29851           !> t/op/eval.t
29852 ____________________________________________________________________________
29853 [ 10404] By: gsar                                  on 2001/06/03  16:23:07
29854         Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
29855              aren't "normally" visible inside eval""s contained in subs unless
29856              a cloned reference to them already exists)
29857              
29858              strangely enough, t/harness didn't show this up as a failure
29859              (harness needs fixing?)
29860      Branch: maint-5.6/perl
29861            ! t/op/eval.t
29862 ____________________________________________________________________________
29863 [ 10403] By: jhi                                   on 2001/06/03  16:22:59
29864         Log: Update to Text::Balanced 1.85.
29865      Branch: perl
29866            ! lib/Text/Balanced.pm t/lib/tb-xvari.t
29867 ____________________________________________________________________________
29868 [ 10402] By: jhi                                   on 2001/06/03  16:18:09
29869         Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
29870              From: Nicholas Clark <nick@ccl4.org>
29871              Date: Sun, 3 Jun 2001 17:54:36 +0100
29872              Message-ID: <20010603175436.E76396@plum.flirble.org> 
29873      Branch: perl
29874            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
29875            ! ext/Sys/Syslog/Syslog.xs
29876 ____________________________________________________________________________
29877 [ 10401] By: jhi                                   on 2001/06/03  16:09:33
29878         Log: Unused variables.
29879      Branch: perl
29880            ! util.c
29881 ____________________________________________________________________________
29882 [ 10400] By: jhi                                   on 2001/06/03  16:04:26
29883         Log: Subject: [PATCH] APIfy op_clear 
29884              From: Simon Cozens <simon@netthink.co.uk>
29885              Date: Sun, 3 Jun 2001 13:51:46 +0100
29886              Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
29887              
29888              (despite the subject line, op_null is APIfied by the patch)
29889      Branch: perl
29890            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
29891 ____________________________________________________________________________
29892 [ 10399] By: jhi                                   on 2001/06/03  15:51:35
29893         Log: Subject: [PATCH] t/lib/extutils.t
29894              From: Nicholas Clark <nick@ccl4.org>
29895              Date: Sat, 2 Jun 2001 23:57:05 +0100
29896              Message-ID: <20010602235705.Q12698@plum.flirble.org>
29897      Branch: perl
29898            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
29899 ____________________________________________________________________________
29900 [ 10398] By: jhi                                   on 2001/06/03  15:34:11
29901         Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
29902              From: Prymmer/Kahn <pvhp@best.com>
29903              Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
29904              Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
29905      Branch: perl
29906            ! win32/Makefile win32/makefile.mk
29907 ____________________________________________________________________________
29908 [ 10397] By: jhi                                   on 2001/06/03  15:12:13
29909         Log: Subject: Re: 'decimal digits' macro? 
29910              From: Hugo <hv@crypt.compulink.co.uk>
29911              Date: Sun, 03 Jun 2001 04:26:36 +0100
29912              Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
29913      Branch: perl
29914            ! handy.h t/lib/posix.t t/op/tr.t
29915 ____________________________________________________________________________
29916 [ 10396] By: jhi                                   on 2001/06/03  15:10:49
29917         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
29918              From: Hugo <hv@crypt.compulink.co.uk>
29919              Date: Sun, 03 Jun 2001 14:56:30 +0100
29920              Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
29921      Branch: perl
29922            ! util.c
29923 ____________________________________________________________________________
29924 [ 10395] By: jhi                                   on 2001/06/03  14:59:41
29925         Log: Integrate change #10394 from maintperl; lexical file scope leakage.
29926      Branch: perl
29927           !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
29928           !> vms/perly_c.vms
29929 ____________________________________________________________________________
29930 [ 10394] By: gsar                                  on 2001/06/03  03:05:43
29931         Log: fix leakage of lexicals at file scope into subroutines that were
29932              declared before them; this appears to be a longstanding bug that
29933              meant that lexicals at file scope were never "deintroduced", meaning
29934              their scope range was never properly closed, and their visibility
29935              extended to all subsequent eval""s or requires
29936              
29937              added a test case
29938              
29939              seems to also fix a case of bogus duplicate warnings
29940      Branch: maint-5.6/perl
29941            ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
29942            ! vms/perly_c.vms
29943 ____________________________________________________________________________
29944 [ 10393] By: jhi                                   on 2001/06/02  16:55:03
29945         Log: More VMS tweaks from Craig A. Berry.
29946      Branch: perl
29947            ! configure.com t/lib/extutils.t
29948 ____________________________________________________________________________
29949 [ 10392] By: jhi                                   on 2001/06/02  16:48:26
29950         Log: -Wall cleanup continues.
29951      Branch: perl
29952            ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
29953            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
29954            ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
29955            ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
29956            ! run.c toke.c util.c
29957 ____________________________________________________________________________
29958 [ 10391] By: jhi                                   on 2001/06/02  13:29:47
29959         Log: The metaconfig unit change for #10390.
29960      Branch: metaconfig/U/perl
29961            ! gccvers.U
29962 ____________________________________________________________________________
29963 [ 10390] By: jhi                                   on 2001/06/02  13:29:12
29964         Log: Drop the -ansi from the default gcc flags.
29965              
29966              Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
29967              that struct cannot be compared with a flat integer, such as STRLEN.
29968              The -ansi will also cause a lot of noise in Solaris because of:
29969              /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
29970      Branch: perl
29971            ! Configure
29972 ____________________________________________________________________________
29973 [ 10389] By: jhi                                   on 2001/06/02  13:14:57
29974         Log: Integrate perlio.
29975      Branch: perl
29976           !> pod/perlapi.pod util.c
29977 ____________________________________________________________________________
29978 [ 10388] By: nick                                  on 2001/06/02  08:01:12
29979         Log: Integrate mainline
29980      Branch: perlio
29981           +> lib/Attribute/Handlers.pm t/lib/attrhand.t
29982           !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
29983           !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
29984           !> t/lib/1_compile.t t/lib/mimeqp.t
29985 ____________________________________________________________________________
29986 [ 10387] By: nick                                  on 2001/06/02  07:39:17
29987         Log: Tweak util.c's atof2 for MULTIPLICITY
29988      Branch: perlio
29989            ! util.c
29990 ____________________________________________________________________________
29991 [ 10386] By: nick                                  on 2001/06/02  07:38:33
29992         Log: Integrate mainline
29993      Branch: perlio
29994           !> (integrate 41 files)
29995 ____________________________________________________________________________
29996 [ 10385] By: jhi                                   on 2001/06/01  22:12:48
29997         Log: Add Attribute::Handlers 0.61 from Damian Conway.
29998      Branch: perl
29999            + lib/Attribute/Handlers.pm t/lib/attrhand.t
30000            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
30001 ____________________________________________________________________________
30002 [ 10384] By: jhi                                   on 2001/06/01  21:53:14
30003         Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
30004              From: Peter Prymmer <pvhp@forte.com>
30005              Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
30006              Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
30007      Branch: perl
30008            ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
30009 ____________________________________________________________________________
30010 [ 10383] By: jhi                                   on 2001/06/01  21:36:11
30011         Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
30012              From: Jeff Pinyan <jeffp@crusoe.net>
30013              Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
30014              Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
30015      Branch: perl
30016            ! lib/File/Find.pm
30017 ____________________________________________________________________________
30018 [ 10382] By: jhi                                   on 2001/06/01  21:35:02
30019         Log: Subject: [PATCH perl@10381] configure.com tweaks
30020              From: "Craig A. Berry" <craigberry@mac.com>
30021              Date: Fri, 1 Jun 2001 13:55:43 -0500
30022              Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
30023      Branch: perl
30024            ! configure.com
30025 ____________________________________________________________________________
30026 [ 10381] By: jhi                                   on 2001/06/01  16:37:21
30027         Log: Update Changes.
30028      Branch: perl
30029            ! Changes patchlevel.h
30030 ____________________________________________________________________________
30031 [ 10380] By: jhi                                   on 2001/06/01  16:19:18
30032         Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
30033              From: Mike Guy <mjtg@cam.ac.uk>
30034              Date: Fri, 01 Jun 2001 18:17:02 +0100
30035              Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
30036      Branch: perl
30037            ! lib/perl5db.pl
30038 ____________________________________________________________________________
30039 [ 10379] By: jhi                                   on 2001/06/01  16:13:28
30040         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
30041              From: Hugo <hv@crypt.compulink.co.uk>
30042              Date: Thu, 31 May 2001 20:49:48 +0100
30043              Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
30044      Branch: perl
30045            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
30046            ! util.c
30047 ____________________________________________________________________________
30048 [ 10378] By: jhi                                   on 2001/06/01  15:56:35
30049         Log: Zero() is not available in x2p (or, rather, some of its
30050              implementations like memzero() might not be available.)
30051      Branch: perl
30052            ! x2p/hash.c
30053 ____________________________________________________________________________
30054 [ 10377] By: jhi                                   on 2001/06/01  15:44:48
30055         Log: Subject: [PATCH x2p/hash.c] bzero -> memset
30056              From: Michael G Schwern <schwern@pobox.com>
30057              Date: Fri, 1 Jun 2001 12:00:29 +0100
30058              Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
30059              
30060              (But use Zero() instead of memset.)
30061      Branch: perl
30062            ! x2p/hash.c
30063 ____________________________________________________________________________
30064 [ 10376] By: jhi                                   on 2001/06/01  15:39:52
30065         Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
30066              From: Jeff Pinyan <jeffp@crusoe.net>
30067              Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
30068              Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
30069      Branch: perl
30070            ! pod/perldiag.pod regcomp.c t/op/pat.t
30071 ____________________________________________________________________________
30072 [ 10375] By: jhi                                   on 2001/06/01  15:36:35
30073         Log: Retract #10324 and #10333; not needed.
30074      Branch: perl
30075            ! hints/irix_6.sh hints/linux.sh
30076 ____________________________________________________________________________
30077 [ 10374] By: jhi                                   on 2001/06/01  15:35:19
30078         Log: The #10370 wasn't quite right.
30079      Branch: perl
30080            ! ext/XS/Typemap/Typemap.xs
30081 ____________________________________________________________________________
30082 [ 10373] By: jhi                                   on 2001/06/01  15:34:49
30083         Log: The metaconfig units changes for #10372.
30084      Branch: metaconfig/U/perl
30085            + d_realpath.U d_sresgproto.U d_sresuproto.U
30086            ! gccvers.U i_db.U
30087 ____________________________________________________________________________
30088 [ 10372] By: jhi                                   on 2001/06/01  15:34:24
30089         Log: Configure tweaks; record the Berkeley DB version,
30090              probe for realpath(), for setresuid() and setresgid()
30091              prototypes; use realpath() (try to be paranoid enough),
30092              use the setres[ug]id prototypes because glibc has the functions
30093              but not their prototypes; add -Wall -ansi to gcc ccflags;
30094              regen toc.
30095      Branch: perl
30096            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
30097            ! config_h.SH configure.com epoc/config.sh
30098            ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
30099            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
30100            ! vos/config.ga.def win32/config.bc win32/config.gc
30101            ! win32/config.vc
30102 ____________________________________________________________________________
30103 [ 10371] By: jhi                                   on 2001/06/01  12:50:05
30104         Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
30105              From: Michael G Schwern <schwern@pobox.com>
30106              Date: Fri, 1 Jun 2001 11:28:14 +0100
30107              Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
30108      Branch: perl
30109            ! lib/attributes.pm xsutils.c
30110 ____________________________________________________________________________
30111 [ 10370] By: jhi                                   on 2001/06/01  12:48:55
30112         Log: Subject: [PATCH] Fix -Wall on XS::Typemap
30113              From: Tim Jenness <t.jenness@jach.hawaii.edu>
30114              Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
30115              Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
30116      Branch: perl
30117            ! ext/XS/Typemap/Typemap.xs
30118 ____________________________________________________________________________
30119 [ 10369] By: jhi                                   on 2001/06/01  12:47:21
30120         Log: Subject: [patch] Cwd.xs optimizations/abstraction
30121              From: Doug MacEachern <dougm@covalent.net>
30122              Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
30123              Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> 
30124      Branch: perl
30125            ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
30126            ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
30127 ____________________________________________________________________________
30128 [ 10368] By: jhi                                   on 2001/06/01  12:32:00
30129         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!])
30130              From: Nicholas Clark <nick@ccl4.org>
30131              Date: Thu, 31 May 2001 23:56:40 +0100
30132              Message-ID: <20010531235640.F12698@plum.flirble.org>
30133              
30134              Make the test work also under only static extensions
30135              (sh Configure -Uusedl fakes this nicely)
30136      Branch: perl
30137            ! t/lib/extutils.t
30138 ____________________________________________________________________________
30139 [ 10367] By: jhi                                   on 2001/06/01  12:27:53
30140         Log: Subject: [PATCH hv.c] Eliminating trigraph
30141              From: Michael G Schwern <schwern@pobox.com>
30142              Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
30143              Date: Fri, 1 Jun 2001 11:49:56 +0100
30144      Branch: perl
30145            ! hv.c
30146 ____________________________________________________________________________
30147 [ 10366] By: jhi                                   on 2001/06/01  12:14:57
30148         Log: Subject: Re: [PATCH] Tests for File::Compare 
30149              From: "Philip Newton" <Philip.Newton@gmx.net>
30150              Date: Thu, 31 May 2001 19:44:05 +0200
30151              Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
30152              
30153              Unnecessary "quotation marks".
30154      Branch: perl
30155            ! t/lib/filecomp.t
30156 ____________________________________________________________________________
30157 [ 10365] By: jhi                                   on 2001/06/01  12:13:26
30158         Log: Integrate perlio.
30159      Branch: perl
30160           !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
30161 ____________________________________________________________________________
30162 [ 10364] By: nick                                  on 2001/06/01  10:13:31
30163         Log: Cleanup dll.base and dll.exp created by GCC builds.
30164      Branch: perlio
30165            ! lib/ExtUtils/MM_Win32.pm
30166 ____________________________________________________________________________
30167 [ 10363] By: nick                                  on 2001/06/01  10:02:17
30168         Log: Make filecomp test work on CRLF platforms by adding binmode.
30169      Branch: perlio
30170            ! t/lib/filecomp.t
30171 ____________________________________________________________________________
30172 [ 10362] By: nick                                  on 2001/06/01  08:37:17
30173         Log: Integrate mainline
30174      Branch: perlio
30175           !> Changes Configure patchlevel.h perlio.c
30176 ____________________________________________________________________________
30177 [ 10361] By: jhi                                   on 2001/05/31  15:09:34
30178         Log: panic:claustrophobia.
30179      Branch: perl
30180            ! perlio.c
30181 ____________________________________________________________________________
30182 [ 10360] By: jhi                                   on 2001/05/31  13:04:25
30183         Log: Update Changes.
30184      Branch: perl
30185            ! Changes patchlevel.h
30186 ____________________________________________________________________________
30187 [ 10359] By: nick                                  on 2001/05/31  12:35:50
30188         Log: Integrate mainline.
30189      Branch: perlio
30190           +> t/lib/filecomp.t
30191           !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
30192           !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
30193 ____________________________________________________________________________
30194 [ 10358] By: jhi                                   on 2001/05/31  12:35:05
30195         Log: Integrate perlio.
30196      Branch: perl
30197           !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
30198           !> win32/config_H.vc
30199 ____________________________________________________________________________
30200 [ 10357] By: jhi                                   on 2001/05/31  12:34:04
30201         Log: Metaconfig unit change for #10356.
30202      Branch: metaconfig
30203            ! U/installdirs/inc_version_list.U
30204 ____________________________________________________________________________
30205 [ 10356] By: jhi                                   on 2001/05/31  12:33:41
30206         Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
30207              (idea from Sarathy; implementation from Andy)
30208      Branch: perl
30209            ! Configure
30210 ____________________________________________________________________________
30211 [ 10355] By: jhi                                   on 2001/05/31  12:18:06
30212         Log: More AUTHORS.
30213      Branch: perl
30214            ! AUTHORS
30215 ____________________________________________________________________________
30216 [ 10354] By: jhi                                   on 2001/05/31  12:16:24
30217         Log: Subject: Re: [PATCH] Tests for File::Compare
30218              From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
30219              Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
30220              Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
30221      Branch: perl
30222            + t/lib/filecomp.t
30223            ! MANIFEST t/lib/1_compile.t
30224 ____________________________________________________________________________
30225 [ 10353] By: jhi                                   on 2001/05/31  12:11:24
30226         Log: Subject: [PATCH] DEBUG_* macro cleanups
30227              From: Abhijit Menon-Sen <ams@wiw.org>
30228              Date: Thu, 31 May 2001 12:16:22 +0530
30229              Message-ID: <20010531121622.B4829@lustre.linux.in>
30230              
30231              Subject: Re: [PATCH] DEBUG_* macro cleanups
30232              From: Abhijit Menon-Sen <ams@wiw.org>
30233              Date: Thu, 31 May 2001 13:57:01 +0530
30234              Message-ID: <20010531135701.A21775@lustre.linux.in>
30235              
30236              (The DEBUG_ definitions in perl.h changed to use the
30237              STMT_START and STMT_END.)
30238      Branch: perl
30239            ! perl.h pp_ctl.c sv.c toke.c
30240 ____________________________________________________________________________
30241 [ 10352] By: jhi                                   on 2001/05/31  11:53:31
30242         Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
30243              From: Abhijit Menon-Sen <ams@wiw.org>
30244              Date: Thu, 31 May 2001 08:27:55 +0530
30245              Message-ID: <20010531082755.A10018@lustre.linux.in>
30246      Branch: perl
30247            ! ext/Storable/Storable.xs gv.c perl.c
30248 ____________________________________________________________________________
30249 [ 10351] By: jhi                                   on 2001/05/31  11:45:16
30250         Log: Subject: [PATCH] AUTHORS
30251              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
30252              Date: Thu, 31 May 2001 01:27:59 -0500
30253              Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
30254              
30255              Subject: Re: [PATCH] AUTHORS
30256              From: "Philip Newton" <Philip.Newton@gmx.net>
30257              Date: Thu, 31 May 2001 10:08:06 +0200
30258              (Message-Id missing?)
30259      Branch: perl
30260            ! AUTHORS
30261 ____________________________________________________________________________
30262 [ 10350] By: nick                                  on 2001/05/31  11:40:43
30263         Log: win32 - dmake regen_config_h
30264      Branch: perlio
30265            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
30266 ____________________________________________________________________________
30267 [ 10349] By: jhi                                   on 2001/05/31  11:38:27
30268         Log: Subject: Re: [PATCH util.c] More warning cleanups.
30269              From: "Philip Newton" <Philip.Newton@gmx.net>
30270              Date: Thu, 31 May 2001 07:41:36 +0200
30271              Message-Id: <200105310538.IAA25458@taku.hut.fi>
30272              
30273              Undo C++-ism that snekt in.
30274      Branch: perl
30275            ! util.c
30276 ____________________________________________________________________________
30277 [ 10348] By: nick                                  on 2001/05/31  11:36:46
30278         Log: Tolerate Win32 numerics
30279      Branch: perlio
30280            ! t/pragma/warn/toke
30281 ____________________________________________________________________________
30282 [ 10347] By: jhi                                   on 2001/05/31  11:29:40
30283         Log: Integrate perlio.
30284      Branch: perl
30285           !> perlio.c win32/win32.h
30286 ____________________________________________________________________________
30287 [ 10346] By: nick                                  on 2001/05/31  10:54:55
30288         Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
30289              perlio.c change 10255.
30290      Branch: perlio
30291            ! perlio.c
30292 ____________________________________________________________________________
30293 [ 10345] By: nick                                  on 2001/05/31  10:01:57
30294         Log: Conditionaly put back some "unused" dTHX which are used
30295              with PERL_IMPLICIT_SYS
30296      Branch: perlio
30297            ! perlio.c
30298 ____________________________________________________________________________
30299 [ 10344] By: nick                                  on 2001/05/31  10:00:59
30300         Log: Fix Win32 for new spelling IN_BYTES 
30301      Branch: perlio
30302            ! win32/win32.h
30303 ____________________________________________________________________________
30304 [ 10343] By: nick                                  on 2001/05/31  08:01:32
30305         Log: perlio.c -Wall cleaner under MULTIPLICITY
30306              - still minor noise with linux stdio
30307      Branch: perlio
30308            ! perlio.c
30309 ____________________________________________________________________________
30310 [ 10342] By: nick                                  on 2001/05/31  07:52:23
30311         Log: Integrate mainline.
30312      Branch: perlio
30313           !> (integrate 42 files)
30314 ____________________________________________________________________________
30315 [ 10341] By: jhi                                   on 2001/05/31  01:39:02
30316         Log: AUTHORS updates.
30317      Branch: perl
30318            ! AUTHORS
30319 ____________________________________________________________________________
30320 [ 10340] By: jhi                                   on 2001/05/31  00:19:29
30321         Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
30322              From: Peter Prymmer <pvhp@forte.com>
30323              Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
30324              Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
30325      Branch: perl
30326            ! t/lib/md5-file.t
30327 ____________________________________________________________________________
30328 [ 10339] By: jhi                                   on 2001/05/31  00:16:44
30329         Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
30330              patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
30331              to match the pragma name; various robustness cleanups.
30332      Branch: perl
30333            ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
30334            ! sv.c toke.c utf8.c utf8.h utfebcdic.h
30335 ____________________________________________________________________________
30336 [ 10338] By: jhi                                   on 2001/05/30  23:56:14
30337         Log: More -Wall sweeping.
30338      Branch: perl
30339            ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
30340            ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
30341            ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
30342            ! regcomp.c sv.c toke.c utf8.c
30343 ____________________________________________________________________________
30344 [ 10337] By: jhi                                   on 2001/05/30  23:20:23
30345         Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
30346              From: Nicholas Clark <nick@ccl4.org>
30347              Date: Wed, 30 May 2001 22:34:41 +0100
30348              Message-ID: <20010530223441.Y86445@plum.flirble.org>
30349      Branch: perl
30350            ! t/op/cmp.t
30351 ____________________________________________________________________________
30352 [ 10336] By: jhi                                   on 2001/05/30  23:18:48
30353         Log: It's is not, it isn't ain't, and it's it's, not its,
30354              if you mean it is. If you don't, it's its. Then too,
30355              it's hers. It isn't her's. It isn't our's either.
30356              It's ours, and likewise yours and theirs.
30357              -- Oxford University Press, Edpress News
30358      Branch: perl
30359            ! lib/autouse.pm
30360 ____________________________________________________________________________
30361 [ 10335] By: jhi                                   on 2001/05/30  23:12:30
30362         Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
30363      Branch: perl
30364            ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
30365            ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
30366            ! x2p/str.c x2p/walk.c xsutils.c
30367 ____________________________________________________________________________
30368 [ 10334] By: jhi                                   on 2001/05/30  22:52:41
30369         Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
30370              From: Michael G Schwern <schwern@pobox.com>
30371              Date: Wed, 30 May 2001 17:10:38 +0100
30372              Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
30373              
30374              Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
30375              From: Abhijit Menon-Sen <ams@wiw.org>
30376              Date: Wed, 30 May 2001 23:16:13 +0530
30377              Message-ID: <20010530231613.A31933@lustre.linux.in>
30378      Branch: perl
30379            ! perl.c t/run/runenv.t
30380 ____________________________________________________________________________
30381 [ 10333] By: jhi                                   on 2001/05/30  22:25:02
30382         Log: (Retracted by #10375.)
30383              
30384              IRIX hints patch from Merijn Broeren.
30385              
30386              TODO: (this and the earlier Linux hints patch) should be solved
30387              at Configure level.  Merijn: -ldb should not be used on any platform
30388              for perl, just when linking DBFile itself. Trying to be helpful here
30389              is counterproductive.
30390      Branch: perl
30391            ! hints/irix_6.sh
30392 ____________________________________________________________________________
30393 [ 10332] By: jhi                                   on 2001/05/30  22:11:13
30394         Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
30395              From: Nicholas Clark <nick@ccl4.org>
30396              Date: Wed, 30 May 2001 23:20:58 +0100
30397              Message-ID: <20010530232058.B86445@plum.flirble.org>
30398      Branch: perl
30399            ! doop.c
30400 ____________________________________________________________________________
30401 [ 10331] By: jhi                                   on 2001/05/30  22:09:49
30402         Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
30403              From: Michael G Schwern <schwern@pobox.com> 
30404              Date: Wed, 30 May 2001 15:24:20 +0100
30405              Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
30406      Branch: perl
30407            ! t/pragma/autouse.t
30408 ____________________________________________________________________________
30409 [ 10330] By: jhi                                   on 2001/05/30  22:02:21
30410         Log: The regex trick wasn't a good idea.
30411      Branch: perl
30412            ! pod/perlfaq4.pod
30413 ____________________________________________________________________________
30414 [ 10329] By: nick                                  on 2001/05/30  18:34:35
30415         Log: Integrate mainline
30416      Branch: perlio
30417           !> (integrate 40 files)
30418 ____________________________________________________________________________
30419 [ 10328] By: jhi                                   on 2001/05/30  14:28:39
30420         Log: Update Changes.
30421      Branch: perl
30422            ! Changes patchlevel.h
30423 ____________________________________________________________________________
30424 [ 10327] By: jhi                                   on 2001/05/30  14:07:01
30425         Log: The metaconfig unit change for #10325.
30426      Branch: metaconfig
30427            + U/modified/afs.U
30428 ____________________________________________________________________________
30429 [ 10326] By: jhi                                   on 2001/05/30  14:06:36
30430         Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
30431              is now wrong.
30432      Branch: perl
30433            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
30434 ____________________________________________________________________________
30435 [ 10325] By: jhi                                   on 2001/05/30  14:04:28
30436         Log: Introduce $Config{afsroot}.
30437      Branch: perl
30438            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
30439            ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
30440            ! win32/config.gc win32/config.vc
30441 ____________________________________________________________________________
30442 [ 10324] By: jhi                                   on 2001/05/30  13:49:44
30443         Log: (Retracted by #10375.)
30444              
30445              Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
30446      Branch: perl
30447            ! hints/linux.sh
30448 ____________________________________________________________________________
30449 [ 10323] By: jhi                                   on 2001/05/30  13:49:29
30450         Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
30451              (Also Configure tweaks needed; coming up soon.)
30452      Branch: perl
30453            ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
30454 ____________________________________________________________________________
30455 [ 10322] By: jhi                                   on 2001/05/30  13:37:56
30456         Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
30457              From: Michael G Schwern <schwern@pobox.com>
30458              Date: Sun, 27 May 2001 10:29:43 +0100
30459              Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
30460      Branch: perl
30461            ! lib/perl5db.pl
30462 ____________________________________________________________________________
30463 [ 10321] By: jhi                                   on 2001/05/30  13:36:28
30464         Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
30465              and Abhijit Menon-Sen.
30466      Branch: perl
30467            ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
30468            ! perl.c pp_sys.c regcomp.c
30469 ____________________________________________________________________________
30470 [ 10320] By: jhi                                   on 2001/05/30  13:35:27
30471         Log: Fix the BOOT section to call myU2time properly.
30472      Branch: perl
30473            ! ext/Time/HiRes/HiRes.xs
30474 ____________________________________________________________________________
30475 [ 10319] By: jhi                                   on 2001/05/30  13:06:09
30476         Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
30477              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
30478              Date: Wed, 30 May 2001 09:44:29 -0400
30479              Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
30480              
30481              Detypo; plus add one more trick.
30482      Branch: perl
30483            ! pod/perlfaq4.pod
30484 ____________________________________________________________________________
30485 [ 10318] By: jhi                                   on 2001/05/30  12:47:11
30486         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)
30487              From: Michael G Schwern <schwern@pobox.com>
30488              Date: Wed, 30 May 2001 14:39:06 +0100
30489              Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
30490      Branch: perl
30491            ! lib/autouse.pm t/pragma/autouse.t
30492 ____________________________________________________________________________
30493 [ 10317] By: jhi                                   on 2001/05/30  12:46:02
30494         Log: Subject: Re: AIX and gcc (moving targets)
30495              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30496              Date: Wed, 30 May 2001 15:25:08 +0200
30497              Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
30498      Branch: perl
30499            ! ext/Time/HiRes/HiRes.xs
30500 ____________________________________________________________________________
30501 [ 10316] By: jhi                                   on 2001/05/30  12:40:46
30502         Log: Subject: [PATCH t/TEST] sorting tests
30503              From: Michael G Schwern <schwern@pobox.com>
30504              Date: Wed, 30 May 2001 10:24:02 +0100
30505              Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
30506      Branch: perl
30507            ! t/TEST
30508 ____________________________________________________________________________
30509 [ 10315] By: jhi                                   on 2001/05/30  12:37:43
30510         Log: Subject: [ID 20010529.002] typos in man page perlre
30511              From: bart@cg681574-a.adubn1.nj.home.com 
30512              Date: Tue, 29 May 2001 13:58:59 -0500
30513              Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
30514      Branch: perl
30515            ! pod/perlre.pod
30516 ____________________________________________________________________________
30517 [ 10314] By: jhi                                   on 2001/05/30  12:33:53
30518         Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
30519              From: "Craig A. Berry" <craigberry@mac.com>
30520              Date: Tue, 29 May 2001 23:23:45 -0500
30521              Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
30522      Branch: perl
30523            ! t/lib/extutils.t t/pragma/autouse.t
30524 ____________________________________________________________________________
30525 [ 10313] By: jhi                                   on 2001/05/30  12:32:17
30526         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)
30527              From: David Dyck <dcd@tc.fluke.com>
30528              Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
30529              Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
30530      Branch: perl
30531            ! t/lib/filefind.t
30532 ____________________________________________________________________________
30533 [ 10312] By: jhi                                   on 2001/05/30  12:31:02
30534         Log: AIX hints update for gcc from Merijn H. Brand.
30535      Branch: perl
30536            ! hints/aix.sh
30537 ____________________________________________________________________________
30538 [ 10311] By: jhi                                   on 2001/05/30  12:18:20
30539         Log: Retract #10295 and #10296: a more generic solution
30540              is needed (there's something funny with gcc on AIX).
30541      Branch: perl
30542            ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
30543 ____________________________________________________________________________
30544 [ 10310] By: jhi                                   on 2001/05/30  12:08:07
30545         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
30546              From: Hugo <hv@crypt.compulink.co.uk>
30547              Date: Wed, 30 May 2001 11:59:19 +0100
30548              Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
30549              
30550              localizing $@ has unfortunate semantics - if you die past
30551              a local $@, the die message is lost.
30552      Branch: perl
30553            ! lib/utf8_heavy.pl
30554 ____________________________________________________________________________
30555 [ 10309] By: nick                                  on 2001/05/30  08:23:02
30556         Log: Integrate mainline (autouse works again.)
30557      Branch: perlio
30558           !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
30559           !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
30560           !> pod/perlvar.pod t/op/cmp.t
30561 ____________________________________________________________________________
30562 [ 10308] By: jhi                                   on 2001/05/30  01:55:02
30563         Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
30564              From: David Dyck <dcd@tc.fluke.com>
30565              Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
30566              Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
30567      Branch: perl
30568            ! lib/File/Find.pm
30569 ____________________________________________________________________________
30570 [ 10307] By: jhi                                   on 2001/05/30  01:47:22
30571         Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
30572              From: Nicholas Clark <nick@ccl4.org>
30573              Date: Tue, 29 May 2001 23:16:09 +0100
30574              Message-ID: <20010529231609.U86445@plum.flirble.org>
30575              
30576              Make the test output slightly clearer by distinguishing
30577              between '' and undef.
30578      Branch: perl
30579            ! t/op/cmp.t
30580 ____________________________________________________________________________
30581 [ 10306] By: jhi                                   on 2001/05/30  01:45:12
30582         Log: Subject: [PATCH 5.6.1] flushNULL OS/2
30583              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30584              Date: Tue, 29 May 2001 19:15:19 -0400
30585              Message-ID: <20010529191519.A16020@math.ohio-state.edu>
30586      Branch: perl
30587            ! hints/os2.sh
30588 ____________________________________________________________________________
30589 [ 10305] By: jhi                                   on 2001/05/30  01:42:36
30590         Log: Subject: perlvar.pod addition
30591              From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
30592              Date: Fri, 25 May 2001 20:23:12 +0200
30593              Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
30594              
30595              Subject: Re: perlvar.pod addition
30596              From: "Abigail" <abigail@foad.org> 
30597              Date: Fri, 25 May 2001 22:00:39 +0200
30598              Message-ID: <20010525200039.28029.qmail@foad.org>
30599              
30600              Mention $a and $b in perlvar.
30601      Branch: perl
30602            ! pod/perlvar.pod
30603 ____________________________________________________________________________
30604 [ 10304] By: jhi                                   on 2001/05/30  01:36:37
30605         Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
30606              From: Jeff Pinyan <jeffp@crusoe.net>
30607              Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
30608              Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
30609      Branch: perl
30610            ! pod/perlvar.pod
30611 ____________________________________________________________________________
30612 [ 10303] By: jhi                                   on 2001/05/30  01:35:31
30613         Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
30614              From: Jeff Pinyan <jeffp@crusoe.net>
30615              Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
30616              Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
30617      Branch: perl
30618            ! pod/perlfaq6.pod
30619 ____________________________________________________________________________
30620 [ 10302] By: jhi                                   on 2001/05/29  20:18:49
30621         Log: Mention Time::localtime and Time::gmtime.
30622      Branch: perl
30623            ! ext/Time/Piece/Piece.pm
30624 ____________________________________________________________________________
30625 [ 10301] By: jhi                                   on 2001/05/29  20:13:54
30626         Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
30627              From: Michael G Schwern <schwern@pobox.com>
30628              Date: Tue, 29 May 2001 18:51:32 +0100
30629              Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
30630      Branch: perl
30631            ! pod/perlfaq4.pod
30632 ____________________________________________________________________________
30633 [ 10300] By: jhi                                   on 2001/05/29  20:12:09
30634         Log: Retract #10243.
30635      Branch: perl
30636            ! lib/autouse.pm
30637 ____________________________________________________________________________
30638 [ 10299] By: nick                                  on 2001/05/29  18:41:19
30639         Log: Post weekend integrate mainline (fails one test pragma/autouse).
30640      Branch: perlio
30641           +> (branch 29 files)
30642           !> (integrate 91 files)
30643 ____________________________________________________________________________
30644 [ 10298] By: jhi                                   on 2001/05/29  16:29:19
30645         Log: Update Changes.
30646      Branch: perl
30647            ! Changes patchlevel.h
30648 ____________________________________________________________________________
30649 [ 10297] By: jhi                                   on 2001/05/29  16:25:47
30650         Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
30651              before Perl_load_module/Perl_call_method and restore the value
30652              after if !SvTRUE(ERRSV).  (from Inaba Hiroto)
30653      Branch: perl
30654            ! utf8.c
30655 ____________________________________________________________________________
30656 [ 10296] By: jhi                                   on 2001/05/29  16:01:53
30657         Log: Subject: Re: AIX and gcc (moving targets)
30658              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30659              Date: Tue, 29 May 2001 17:59:40 +0200
30660              Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
30661      Branch: perl
30662            ! ext/Storable/Makefile.PL
30663 ____________________________________________________________________________
30664 [ 10295] By: jhi                                   on 2001/05/29  15:59:05
30665         Log: Subject: Re: AIX and gcc (moving targets)
30666              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30667              Date: Tue, 29 May 2001 12:32:57 +0200
30668              Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
30669      Branch: perl
30670            ! ext/POSIX/Makefile.PL
30671 ____________________________________________________________________________
30672 [ 10294] By: jhi                                   on 2001/05/29  15:53:43
30673         Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
30674              From: Michael G Schwern <schwern@pobox.com>
30675              Date: Tue, 29 May 2001 09:53:29 +0100
30676              Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
30677              
30678              (#10280 retracted)
30679      Branch: perl
30680            ! lib/Test/Harness.pm t/lib/test-harness.t
30681 ____________________________________________________________________________
30682 [ 10293] By: jhi                                   on 2001/05/29  15:46:10
30683         Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
30684              From: Michael G Schwern <schwern@pobox.com>
30685              Date: Tue, 29 May 2001 09:19:52 +0100
30686              Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
30687      Branch: perl
30688            + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
30689            + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
30690            + t/lib/Test/todo.t
30691            ! MANIFEST lib/Test.pm t/TEST
30692 ____________________________________________________________________________
30693 [ 10292] By: jhi                                   on 2001/05/29  15:34:08
30694         Log: From: Michael G Schwern <schwern@pobox.com>
30695              Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
30696              Date: Tue, 29 May 2001 08:26:09 +0100
30697              Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
30698      Branch: perl
30699            ! t/TEST
30700 ____________________________________________________________________________
30701 [ 10291] By: jhi                                   on 2001/05/29  15:29:37
30702         Log: Add tests for Time::gmtime and Time::localtime.
30703      Branch: perl
30704            + t/lib/time-gmtime.t t/lib/time-localtime.t
30705            ! MANIFEST t/lib/1_compile.t
30706 ____________________________________________________________________________
30707 [ 10290] By: jhi                                   on 2001/05/29  15:15:44
30708         Log: Add test for File::stat.
30709      Branch: perl
30710            + t/lib/filestat.t
30711            ! MANIFEST t/lib/1_compile.t
30712 ____________________________________________________________________________
30713 [ 10289] By: jhi                                   on 2001/05/29  15:05:38
30714         Log: Add test for Net::servent.
30715      Branch: perl
30716            + t/lib/net-sent.t
30717            ! MANIFEST t/lib/1_compile.t
30718 ____________________________________________________________________________
30719 [ 10288] By: jhi                                   on 2001/05/29  14:57:15
30720         Log: Add test for Net::protoent.
30721      Branch: perl
30722            + t/lib/net-pent.t
30723            ! MANIFEST t/lib/1_compile.t
30724 ____________________________________________________________________________
30725 [ 10287] By: jhi                                   on 2001/05/29  14:53:10
30726         Log: Add test for Net::netent.
30727      Branch: perl
30728            + t/lib/net-nent.t
30729            ! MANIFEST t/lib/1_compile.t
30730 ____________________________________________________________________________
30731 [ 10286] By: jhi                                   on 2001/05/29  14:31:57
30732         Log: Add test for User::grent.  Portability doubtful.
30733      Branch: perl
30734            + t/lib/user-grent.t
30735            ! MANIFEST t/lib/1_compile.t
30736 ____________________________________________________________________________
30737 [ 10285] By: jhi                                   on 2001/05/29  14:24:20
30738         Log: Add test for User::pwent.
30739              Probably will fall down somewhere for portability reasons.
30740      Branch: perl
30741            + t/lib/user-pwent.t
30742            ! MANIFEST t/lib/1_compile.t
30743 ____________________________________________________________________________
30744 [ 10284] By: jhi                                   on 2001/05/29  13:26:43
30745         Log: Metaconfig units changes for #10283.
30746      Branch: metaconfig
30747            ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
30748            ! U/installdirs/siteman1.U U/installdirs/siteman3.U
30749            ! U/installdirs/sitescript.U U/modified/Signal.U
30750 ____________________________________________________________________________
30751 [ 10283] By: jhi                                   on 2001/05/29  13:26:24
30752         Log: Subject: [PATCH 5.6.1] signal names in Configure
30753              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30754              Date: Tue, 29 May 2001 03:52:25 -0400
30755              Message-ID: <20010529035225.A9400@math.ohio-state.edu>
30756              
30757              Subject: [PATCH 5.6.1] older perl in Configure
30758              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30759              Date: Tue, 29 May 2001 03:55:40 -0400
30760              Message-ID: <20010529035539.A9411@math.ohio-state.edu>
30761              
30762              Subject: [PATCH 5.6.1] goofs in Configure
30763              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30764              Date: Tue, 29 May 2001 04:13:07 -0400
30765              Message-ID: <20010529041307.A9658@math.ohio-state.edu>
30766              
30767              Configure portability tweaks.
30768      Branch: perl
30769            ! Configure
30770 ____________________________________________________________________________
30771 [ 10282] By: jhi                                   on 2001/05/29  12:41:41
30772         Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
30773              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30774              Date: Tue, 29 May 2001 04:07:06 -0400
30775              Message-ID: <20010529040706.A9579@math.ohio-state.edu>
30776      Branch: perl
30777            ! os2/os2.c
30778 ____________________________________________________________________________
30779 [ 10281] By: jhi                                   on 2001/05/29  12:40:31
30780         Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
30781              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30782              Date: Tue, 29 May 2001 04:01:38 -0400
30783              Message-ID: <20010529040138.A9482@math.ohio-state.edu>
30784      Branch: perl
30785            ! hints/os2.sh os2/Makefile.SHs
30786 ____________________________________________________________________________
30787 [ 10280] By: jhi                                   on 2001/05/29  12:38:48
30788         Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
30789              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30790              Date: Tue, 29 May 2001 03:50:18 -0400
30791              Message-ID: <20010529035018.A9387@math.ohio-state.edu>
30792      Branch: perl
30793            ! lib/Test/Harness.pm
30794 ____________________________________________________________________________
30795 [ 10279] By: jhi                                   on 2001/05/29  12:34:53
30796         Log: Additional safeguard against $@ getting trampled; idea from Hugo.
30797      Branch: perl
30798            ! lib/utf8_heavy.pl
30799 ____________________________________________________________________________
30800 [ 10278] By: jhi                                   on 2001/05/29  02:15:24
30801         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
30802              From: Hugo <hv@crypt.compulink.co.uk>
30803              Date: Tue, 29 May 2001 03:03:45 +0100
30804              Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
30805              
30806              Explanation why the $@ always gets the UTF8 flag when under use utf8--
30807              because we told it to have the flag when under use utf8.
30808      Branch: perl
30809            ! pp_ctl.c
30810 ____________________________________________________________________________
30811 [ 10277] By: jhi                                   on 2001/05/29  00:51:34
30812         Log: At least a partial fix for 20010528.004.
30813      Branch: perl
30814            ! lib/utf8_heavy.pl
30815 ____________________________________________________________________________
30816 [ 10276] By: jhi                                   on 2001/05/29  00:42:59
30817         Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
30818              From: Nicholas Clark <nick@ccl4.org> 
30819              Date: Mon, 28 May 2001 23:39:38 +0100
30820              Message-ID: <20010528233938.M86445@plum.flirble.org>
30821              
30822              More portable non-zero UV.
30823      Branch: perl
30824            ! t/lib/extutils.t
30825 ____________________________________________________________________________
30826 [ 10275] By: jhi                                   on 2001/05/29  00:40:28
30827         Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
30828              From: Nicholas Clark <nick@ccl4.org>
30829              Date: Mon, 28 May 2001 22:46:09 +0100
30830              Message-ID: <20010528224608.L86445@plum.flirble.org>
30831              
30832              Test also "make clean".
30833      Branch: perl
30834            ! t/lib/extutils.t
30835 ____________________________________________________________________________
30836 [ 10274] By: jhi                                   on 2001/05/29  00:39:18
30837         Log: Subject: Re: Would -Wno-unused -Wall be better?
30838              From: Michael G Schwern <schwern@pobox.com>
30839              Date: Tue, 29 May 2001 00:55:54 +0100
30840              Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
30841      Branch: perl
30842            ! pp.h
30843 ____________________________________________________________________________
30844 [ 10273] By: jhi                                   on 2001/05/29  00:36:06
30845         Log: Add a test for 20010528.007, fixed in #10272.
30846      Branch: perl
30847            ! t/op/misc.t toke.c
30848 ____________________________________________________________________________
30849 [ 10272] By: jhi                                   on 2001/05/29  00:21:12
30850         Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space 
30851              From: Hugo <hv@crypt.compulink.co.uk>
30852              Date: Tue, 29 May 2001 00:23:23 +0100
30853              Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
30854      Branch: perl
30855            ! toke.c
30856 ____________________________________________________________________________
30857 [ 10271] By: jhi                                   on 2001/05/28  22:52:11
30858         Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
30859              From: Michael G Schwern <schwern@pobox.com>
30860              Date: Tue, 29 May 2001 00:42:59 +0100
30861              Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
30862      Branch: perl
30863            ! t/pragma/autouse.t
30864 ____________________________________________________________________________
30865 [ 10270] By: jhi                                   on 2001/05/28  21:44:06
30866         Log: Some shells seemingly arrange the signal handlers differently
30867              (bug id 20010521.004).
30868      Branch: perl
30869            ! t/lib/sigaction.t
30870 ____________________________________________________________________________
30871 [ 10269] By: jhi                                   on 2001/05/28  20:34:21
30872         Log: Regen perlmodlib.
30873      Branch: perl
30874            ! pod/perlmodlib.pod
30875 ____________________________________________________________________________
30876 [ 10268] By: jhi                                   on 2001/05/28  19:08:45
30877         Log: Update Changes.
30878      Branch: perl
30879            ! Changes patchlevel.h
30880 ____________________________________________________________________________
30881 [ 10267] By: jhi                                   on 2001/05/28  19:03:54
30882         Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
30883              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
30884              Date: Mon, 28 May 2001 14:56:35 -0500
30885              Message-ID: <20010528145635.L8487@chaos.wustl.edu>
30886      Branch: perl
30887            ! pod/perlnewmod.pod
30888 ____________________________________________________________________________
30889 [ 10266] By: jhi                                   on 2001/05/28  18:35:03
30890         Log: Regen toc.
30891      Branch: perl
30892            ! pod/perltoc.pod
30893 ____________________________________________________________________________
30894 [ 10265] By: jhi                                   on 2001/05/28  18:33:32
30895         Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array) 
30896              From: "Richard Soderberg" <rs@crystalflame.net>
30897              Date: Mon, 28 May 2001 12:31:23 -0700
30898              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
30899      Branch: perl
30900            ! t/op/splice.t
30901 ____________________________________________________________________________
30902 [ 10264] By: jhi                                   on 2001/05/28  17:59:00
30903         Log: The #10260 was too bold: locales and utf8 still do not mix.
30904      Branch: perl
30905            ! t/pragma/locale.t
30906 ____________________________________________________________________________
30907 [ 10263] By: jhi                                   on 2001/05/28  17:52:25
30908         Log: Subject: [PATCH] Pod nitpicks
30909              From: "Richard Soderberg" <rs@crystalflame.net>
30910              Date: Mon, 28 May 2001 10:08:58 -0700
30911              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
30912      Branch: perl
30913            ! pod/perl571delta.pod pod/perlapi.pod sv.h
30914 ____________________________________________________________________________
30915 [ 10262] By: jhi                                   on 2001/05/28  17:50:05
30916         Log: Upgrade to I18N::LangTags 0.22.
30917      Branch: perl
30918            + lib/I18N/LangTags/List.pod
30919            ! MANIFEST lib/I18N/LangTags.pm
30920 ____________________________________________________________________________
30921 [ 10261] By: jhi                                   on 2001/05/28  17:23:40
30922         Log: A slightly more serious bug found by -Mutf8; op/misc and
30923              lib/complex dumped core.
30924      Branch: perl
30925            ! regexec.c
30926 ____________________________________________________________________________
30927 [ 10260] By: jhi                                   on 2001/05/28  16:58:11
30928         Log: Various buglets shaken out by -Mutf8.
30929      Branch: perl
30930            ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
30931            ! t/pragma/locale.t
30932 ____________________________________________________________________________
30933 [ 10259] By: jhi                                   on 2001/05/28  15:48:46
30934         Log: STDERR looks much like STDOUT.  (Subtest #2 wasn't really okay.)
30935      Branch: perl
30936            ! t/lib/carp.t
30937 ____________________________________________________________________________
30938 [ 10258] By: jhi                                   on 2001/05/28  15:32:41
30939         Log: Subject: [PATCH] todo patch
30940              From: Artur Bergman <artur@contiller.se> 
30941              Date: Mon, 28 May 2001 17:03:51 +0200
30942              Message-ID: <B7383577.F34%artur@contiller.se>
30943      Branch: perl
30944            ! pod/perltodo.pod
30945 ____________________________________________________________________________
30946 [ 10257] By: jhi                                   on 2001/05/28  15:31:25
30947         Log: Subject: typo in perlguts.pod
30948              From: "John P. Linderman" <jpl@research.att.com>
30949              Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
30950              Message-Id: <200105281335.JAA27851@raptor.research.att.com>
30951      Branch: perl
30952            ! pod/perlguts.pod
30953 ____________________________________________________________________________
30954 [ 10256] By: jhi                                   on 2001/05/28  15:30:42
30955         Log: Subject: AIX and gcc (moving targets)
30956              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30957              Date: Mon, 28 May 2001 12:54:04 +0200
30958              Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
30959      Branch: perl
30960            ! hints/aix.sh
30961 ____________________________________________________________________________
30962 [ 10255] By: jhi                                   on 2001/05/28  15:28:55
30963         Log: Subject: Re: perlio + multiple perl_alloc..destruct
30964              From: Doug MacEachern <dougm@covalent.net>
30965              Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
30966              Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
30967      Branch: perl
30968            ! perlio.c
30969 ____________________________________________________________________________
30970 [ 10254] By: jhi                                   on 2001/05/28  15:27:49
30971         Log: The #10251 wasn't quite up-to-the-code.
30972      Branch: perl
30973            ! t/op/misc.t
30974 ____________________________________________________________________________
30975 [ 10253] By: jhi                                   on 2001/05/28  15:26:39
30976         Log: Test case for bug 20010526.004, fixed in #10252.
30977      Branch: perl
30978            ! t/op/taint.t
30979 ____________________________________________________________________________
30980 [ 10252] By: jhi                                   on 2001/05/28  15:26:14
30981         Log: Subject: Re: [ID 20010526.004] Taint looses value
30982              From: Hugo <hv@crypt.compulink.co.uk>
30983              Date: Sun, 27 May 2001 20:39:32 +0100
30984              Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
30985      Branch: perl
30986            ! sv.c
30987 ____________________________________________________________________________
30988 [ 10251] By: jhi                                   on 2001/05/28  15:13:40
30989         Log: Test case for 20010422.005, fixed by #10250.
30990      Branch: perl
30991            ! t/op/misc.t
30992 ____________________________________________________________________________
30993 [ 10250] By: jhi                                   on 2001/05/28  15:11:16
30994         Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD 
30995              From: Spider Boardman <spider@Orb.Nashua.NH.US>
30996              Date: Mon, 28 May 2001 06:39:12 -0400
30997              Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
30998      Branch: perl
30999            ! toke.c
31000 ____________________________________________________________________________
31001 [ 10249] By: jhi                                   on 2001/05/28  15:09:24
31002         Log: Linerewrapping.
31003      Branch: perl
31004            ! lib/open.pm
31005 ____________________________________________________________________________
31006 [ 10248] By: jhi                                   on 2001/05/28  15:09:07
31007         Log: Updates on the modules list.
31008      Branch: perl
31009            ! t/lib/1_compile.t
31010 ____________________________________________________________________________
31011 [ 10247] By: jhi                                   on 2001/05/28  15:03:35
31012         Log: Add a test for PerlIO.
31013              
31014              (I probably got the crlf/raw thing wrong for clrfy platforms...)
31015      Branch: perl
31016            + t/lib/perlio.t
31017            ! MANIFEST lib/PerlIO.pm
31018 ____________________________________________________________________________
31019 [ 10246] By: jhi                                   on 2001/05/28  14:24:08
31020         Log: Add a test for carp et alia.
31021      Branch: perl
31022            + t/lib/carp.t
31023            ! MANIFEST
31024 ____________________________________________________________________________
31025 [ 10245] By: jhi                                   on 2001/05/28  13:42:55
31026         Log: Adding the new test would be swell.
31027      Branch: perl
31028            + t/pragma/autouse.t
31029 ____________________________________________________________________________
31030 [ 10244] By: jhi                                   on 2001/05/28  13:42:34
31031         Log: Add a test for the autouse pragma.
31032      Branch: perl
31033            ! MANIFEST
31034 ____________________________________________________________________________
31035 [ 10243] By: jhi                                   on 2001/05/28  13:26:25
31036         Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
31037              From: dLux <dlux@spam.sch.bme.hu>
31038              Date: Sun, 27 May 2001 16:14:26 +0200
31039              Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
31040      Branch: perl
31041            ! lib/autouse.pm
31042 ____________________________________________________________________________
31043 [ 10242] By: jhi                                   on 2001/05/28  13:21:50
31044         Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
31045              From: "Richard Soderberg" <rs@crystalflame.net>
31046              Date: Mon, 28 May 2001 03:56:36 -0700
31047              Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
31048      Branch: perl
31049            ! utils/dprofpp.PL
31050 ____________________________________________________________________________
31051 [ 10241] By: jhi                                   on 2001/05/28  13:18:56
31052         Log: Subject: Re: [ID 20010522.003] Time::Local module bug
31053              From: "Stephen P. Potter" <spp@spotter.yi.org>
31054              Date: Tue, 22 May 2001 11:40:25 -0400
31055              Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
31056              
31057              Subject: Re: [ID 20010522.003] Time::Local module bug
31058              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 
31059              Date: Tue, 22 May 2001 11:50:19 -0400
31060              Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
31061      Branch: perl
31062            ! lib/Time/Local.pm
31063 ____________________________________________________________________________
31064 [ 10240] By: jhi                                   on 2001/05/27  22:44:49
31065         Log: The PERL_DL_NONLAZY can have whitespace in front.
31066      Branch: perl
31067            ! t/lib/extutils.t
31068 ____________________________________________________________________________
31069 [ 10239] By: jhi                                   on 2001/05/27  21:23:21
31070         Log: Document strftime() and strptime().
31071      Branch: perl
31072            ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
31073 ____________________________________________________________________________
31074 [ 10238] By: jhi                                   on 2001/05/27  20:29:07
31075         Log: Make Time::Piece::strptime() to be a function, not a method.
31076      Branch: perl
31077            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
31078 ____________________________________________________________________________
31079 [ 10237] By: jhi                                   on 2001/05/27  20:22:09
31080         Log: Tweak the test to be more portable.
31081      Branch: perl
31082            ! t/lib/extutils.t
31083 ____________________________________________________________________________
31084 [ 10236] By: jhi                                   on 2001/05/27  19:15:54
31085         Log: Subject: PATCH: Re: Re: Attributes that tie
31086              From: Leon Brocard <acme@astray.com>
31087              Date: Sun, 27 May 2001 12:37:29 +0100
31088              Message-ID: <20010527123729.A22663@ns0.astray.com>
31089              
31090              Document that variable attributes are not currently usable
31091              for tieing.  (An ugly limitation that should be fixed.)
31092      Branch: perl
31093            ! lib/attributes.pm
31094 ____________________________________________________________________________
31095 [ 10235] By: jhi                                   on 2001/05/27  19:03:31
31096         Log: Microperl tweaks.
31097      Branch: perl
31098            ! Makefile.micro uconfig.h uconfig.sh
31099 ____________________________________________________________________________
31100 [ 10234] By: jhi                                   on 2001/05/27  18:22:09
31101         Log: Add make target for microperl (kind of silly, but convenient).
31102      Branch: perl
31103            ! Makefile.SH
31104 ____________________________________________________________________________
31105 [ 10233] By: jhi                                   on 2001/05/27  18:18:56
31106         Log: O_APPEND and O_TRUNC are not portable.  (Not available e.g.
31107              for microperl.)
31108      Branch: perl
31109            ! doio.c
31110 ____________________________________________________________________________
31111 [ 10232] By: jhi                                   on 2001/05/27  17:57:18
31112         Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files  
31113              From: rspier@pobox.com (Robert Spier)
31114              Date: Sat, 26 May 2001 20:05:23 -0400
31115              Message-ID: <15120.17603.148648.12430@rls.cx>
31116              
31117              Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
31118              From: rspier@pobox.com (Robert Spier)
31119              Date: Sun, 27 May 2001 00:23:12 -0400
31120              Message-ID: <15120.33072.511966.767230@rls.cx>
31121      Branch: perl
31122            ! doio.c pod/perlfunc.pod
31123 ____________________________________________________________________________
31124 [ 10231] By: jhi                                   on 2001/05/27  15:45:20
31125         Log: Regen toc.  (And add the README.tru64 from #10230 to MANIFEST.)
31126      Branch: perl
31127            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
31128 ____________________________________________________________________________
31129 [ 10230] By: jhi                                   on 2001/05/27  15:41:06
31130         Log: Add README.tru64.
31131      Branch: perl
31132            + README.tru64
31133 ____________________________________________________________________________
31134 [ 10229] By: jhi                                   on 2001/05/27  13:50:57
31135         Log: Integrate Locale::Maketext 1.01 from Sean Burke.
31136      Branch: perl
31137            + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
31138            + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
31139            ! MANIFEST
31140 ____________________________________________________________________________
31141 [ 10228] By: jhi                                   on 2001/05/27  13:43:38
31142         Log: Integrate I18N::LangTags from Sean Burke.
31143              
31144              TODO: the language list from RFC 3066 needs to be integrated
31145              and made available somehow.  The list is included in the
31146              I18N-LangTags 0.21 distribution, but it is undocumented
31147              and unconnected to the module.
31148      Branch: perl
31149            + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
31150            ! MANIFEST
31151 ____________________________________________________________________________
31152 [ 10227] By: jhi                                   on 2001/05/27  01:41:33
31153         Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
31154              envisioned by Sarathy.
31155      Branch: perl
31156            ! t/op/ver.t toke.c
31157 ____________________________________________________________________________
31158 [ 10226] By: jhi                                   on 2001/05/27  00:28:34
31159         Log: Subject: [ID 20010525.001] Pod typo nits fixed
31160              From: lvirden@cas.org
31161              Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
31162              Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
31163              
31164              minus the perlsolaris decimation plus the
31165              
31166              Subject: Re: [ID 20010525.001] Pod typo nits fixed
31167              From: "Philip Newton" <Philip.Newton@gmx.net>
31168              Date: Fri, 25 May 2001 18:05:55 +0200
31169              Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
31170      Branch: perl
31171            ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
31172            ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
31173            ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
31174            ! pod/perlutil.pod pod/perlxstut.pod
31175 ____________________________________________________________________________
31176 [ 10225] By: jhi                                   on 2001/05/26  22:38:16
31177         Log: return clauses are nice.
31178      Branch: perl
31179            ! sv.c
31180 ____________________________________________________________________________
31181 [ 10224] By: jhi                                   on 2001/05/26  22:35:31
31182         Log: Subject: change 10199 backwards?
31183              From: Doug MacEachern <dougm@covalent.net>
31184              Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
31185              Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
31186      Branch: perl
31187            ! sv.c
31188 ____________________________________________________________________________
31189 [ 10223] By: jhi                                   on 2001/05/26  22:31:46
31190         Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
31191              From: Hugo <hv@crypt.compulink.co.uk>
31192              Date: Sat, 26 May 2001 17:05:12 +0100
31193              Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
31194      Branch: perl
31195            + t/op/gmagic.t
31196            ! MANIFEST doop.c embed.h embed.pl global.sym
31197            ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
31198            ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
31199 ____________________________________________________________________________
31200 [ 10222] By: jhi                                   on 2001/05/26  22:10:38
31201         Log: Regen headers for #10221.
31202      Branch: perl
31203            ! global.sym objXSUB.h perlapi.c
31204 ____________________________________________________________________________
31205 [ 10221] By: jhi                                   on 2001/05/26  22:06:06
31206         Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
31207              From: Juha Laiho <juha.laiho@Elma.Net>
31208              Date: Thu, 3 May 2001 09:51:30 +0300
31209              Message-Id: <200105030651.JAA327254@tokka.elma.fi>
31210      Branch: perl
31211            ! embed.pl
31212 ____________________________________________________________________________
31213 [ 10220] By: jhi                                   on 2001/05/26  22:01:30
31214         Log: Subject: Re: [PATCH] Re: stability of sort()?
31215              From: "John P. Linderman" <jpl@research.att.com>
31216              Date: Sat, 26 May 2001 13:27:19 -0400
31217              Message-Id: <200105261727.NAA06654@raptor.research.att.com>
31218      Branch: perl
31219            ! pod/perlfunc.pod
31220 ____________________________________________________________________________
31221 [ 10219] By: jhi                                   on 2001/05/26  14:02:34
31222         Log: Integrate perlio.
31223      Branch: perl
31224           !> pod/perlguts.pod
31225 ____________________________________________________________________________
31226 [ 10218] By: jhi                                   on 2001/05/26  13:39:52
31227         Log: Subject: [PATCH perl@10210] PerlIO for VMS
31228              From: "Craig A. Berry" <craigberry@mac.com>
31229              Date: Sat, 26 May 2001 09:34:11 -0500
31230              Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
31231      Branch: perl
31232            ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
31233            ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
31234            ! vms/vmsish.h
31235 ____________________________________________________________________________
31236 [ 10217] By: jhi                                   on 2001/05/26  13:19:05
31237         Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12  doesn't stop on breakpoints
31238              From: David Dyck <dcd@tc.fluke.com>
31239              Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
31240              Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
31241      Branch: perl
31242            ! lib/perl5db.pl
31243 ____________________________________________________________________________
31244 [ 10216] By: jhi                                   on 2001/05/26  13:17:47
31245         Log: Subject: utf8 regexp tests
31246              From: Hugo <hv@crypt.compulink.co.uk>
31247              Date: Fri, 25 May 2001 22:35:01 +0100
31248              Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
31249      Branch: perl
31250            ! t/op/regexp.t
31251 ____________________________________________________________________________
31252 [ 10215] By: jhi                                   on 2001/05/26  13:15:40
31253         Log: Subject: [PATCH] Re: stability of sort()?
31254              From: Nicholas Clark <nick@ccl4.org>
31255              Date: Fri, 25 May 2001 22:40:19 +0100
31256              Message-ID: <20010525224019.B86445@plum.flirble.org>
31257      Branch: perl
31258            ! pod/perlfunc.pod
31259 ____________________________________________________________________________
31260 [ 10214] By: jhi                                   on 2001/05/26  13:14:30
31261         Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
31262              From: John Peacock <jpeacock@rowman.com>
31263              Date: Thu, 24 May 2001 22:14:01 -0400
31264              Message-ID: <3B0DBFE9.A7C49084@rowman.com>
31265      Branch: perl
31266            ! mg.c scope.c sv.c
31267 ____________________________________________________________________________
31268 [ 10213] By: jhi                                   on 2001/05/26  13:08:56
31269         Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
31270              From: Nicholas Clark <nick@ccl4.org>
31271              Date: Sun, 20 May 2001 19:24:13 +0100
31272              Message-ID: <20010520192413.G83222@plum.flirble.org>
31273      Branch: perl
31274            + lib/ExtUtils/Constant.pm t/lib/extutils.t
31275            ! MANIFEST utils/h2xs.PL
31276 ____________________________________________________________________________
31277 [ 10212] By: nick                                  on 2001/05/26  09:49:28
31278         Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
31279              add a few more notes there on use of mortals on the stack.
31280      Branch: perlio
31281            ! pod/perlguts.pod
31282 ____________________________________________________________________________
31283 [ 10211] By: nick                                  on 2001/05/26  09:05:36
31284         Log: Integrate mainline
31285      Branch: perlio
31286           +> t/lib/fcntl.t t/pragma/vars.t
31287           !> (integrate 49 files)
31288 ____________________________________________________________________________
31289 [ 10210] By: jhi                                   on 2001/05/25  12:29:16
31290         Log: Update Changes.
31291      Branch: perl
31292            ! Changes patchlevel.h
31293 ____________________________________________________________________________
31294 [ 10209] By: jhi                                   on 2001/05/25  12:24:45
31295         Log: Based on
31296              
31297              Subject: [PATCH pp.c] Wrapping pack("C",256)
31298              From: Simon Cozens <simon@netthink.co.uk>
31299              Date: Sat, 12 May 2001 17:58:41 +0100
31300              Message-ID: <20010512175841.A6132@netthink.co.uk>
31301      Branch: perl
31302            ! pod/perldiag.pod pp.c t/pragma/warn/pp
31303 ____________________________________________________________________________
31304 [ 10208] By: jhi                                   on 2001/05/25  01:37:03
31305         Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
31306              From: "Brendan O'Dea" <bod@compusol.com.au>
31307              Date: Fri, 25 May 2001 11:18:29 +1000
31308              Message-ID: <20010525111829.A28411@compusol.com.au>
31309              
31310              (Slightly modified.)
31311      Branch: perl
31312            ! lib/Term/Cap.pm
31313 ____________________________________________________________________________
31314 [ 10207] By: jhi                                   on 2001/05/25  01:12:14
31315         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string 
31316              From: Hugo <hv@crypt.compulink.co.uk>
31317              Date: Fri, 25 May 2001 02:13:25 +0100
31318              Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
31319      Branch: perl
31320            ! t/op/misc.t
31321 ____________________________________________________________________________
31322 [ 10206] By: jhi                                   on 2001/05/25  01:07:59
31323         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
31324              From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
31325              Date: Fri, 25 May 2001 10:25:36 +0900
31326              Message-Id: <200105250124.KAA19571@toshiba.co.jp> 
31327      Branch: perl
31328            ! regcomp.c regexec.c
31329 ____________________________________________________________________________
31330 [ 10205] By: jhi                                   on 2001/05/25  01:07:00
31331         Log: Subject: [PATCH #2] stash autovivification and method call error messages
31332              From: Ilmari Karonen <iltzu@sci.fi>
31333              Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
31334              Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
31335      Branch: perl
31336            ! gv.c pp_hot.c t/op/method.t
31337 ____________________________________________________________________________
31338 [ 10204] By: jhi                                   on 2001/05/25  01:03:50
31339         Log: Add make target and documentation for gprof profiling.
31340      Branch: perl
31341            ! Makefile.SH pod/perlhack.pod
31342 ____________________________________________________________________________
31343 [ 10203] By: jhi                                   on 2001/05/24  21:09:36
31344         Log: Subject: Don't think about UTF8 
31345              From: Mike Guy <mjtg@cam.ac.uk> 
31346              Date: Tue, 22 May 2001 14:35:39 +0100
31347              Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
31348      Branch: perl
31349            ! sv.h
31350 ____________________________________________________________________________
31351 [ 10202] By: jhi                                   on 2001/05/24  21:07:25
31352         Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
31353              From: Geraint A Edwards <gedge@serf.org> 
31354              Date: Thu, 24 May 2001 22:51:24 +0100
31355              Message-Id: <20010524225124.A34981@cymru.serf.org>
31356      Branch: perl
31357            ! x2p/find2perl.PL
31358 ____________________________________________________________________________
31359 [ 10201] By: jhi                                   on 2001/05/24  21:02:30
31360         Log: DB_File has its own attribute story.
31361      Branch: perl
31362            ! ext/DB_File/DB_File.xs
31363 ____________________________________________________________________________
31364 [ 10200] By: jhi                                   on 2001/05/24  19:54:21
31365         Log: Subject: Re: Making perl with -Wall
31366              From: Andy Dougherty <doughera@lafayette.edu>
31367              Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
31368              Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
31369      Branch: perl
31370            ! perl.h
31371 ____________________________________________________________________________
31372 [ 10199] By: jhi                                   on 2001/05/24  15:15:03
31373         Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
31374              From: "Richard Soderberg" <rs@crystalflame.net>
31375              Date: Thu, 24 May 2001 08:58:16 -0700
31376              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
31377      Branch: perl
31378            ! sv.c
31379 ____________________________________________________________________________
31380 [ 10198] By: jhi                                   on 2001/05/24  15:10:04
31381         Log: IV/UV casting fixes from Nicholas Clark.
31382      Branch: perl
31383            ! perl.h pp_sys.c util.c
31384 ____________________________________________________________________________
31385 [ 10197] By: jhi                                   on 2001/05/24  14:19:44
31386         Log: Subject: Re: Making perl with -Wall
31387              From: Michael G Schwern <schwern@pobox.com>
31388              Date: Thu, 24 May 2001 15:40:28 +0100
31389              Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
31390      Branch: perl
31391            ! malloc.c perl.h
31392 ____________________________________________________________________________
31393 [ 10196] By: jhi                                   on 2001/05/24  14:04:41
31394         Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync 
31395              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
31396              Date: Tue, 22 May 2001 11:49:37 +0200
31397              Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
31398      Branch: metaconfig
31399            ! U/modified/Oldsym.U
31400      Branch: metaconfig/U/perl
31401            ! patchlevel.U
31402      Branch: perl
31403            ! Configure config_h.SH myconfig.SH
31404 ____________________________________________________________________________
31405 [ 10195] By: jhi                                   on 2001/05/24  13:25:04
31406         Log: Under versiononly install also the scripts with the version suffix.
31407              (e.g. .../bin/h2xs5.7.1)
31408      Branch: perl
31409            ! installperl
31410 ____________________________________________________________________________
31411 [ 10194] By: jhi                                   on 2001/05/24  13:02:49
31412         Log: Subject: [PATCH] Stop segfault in mg.c:636
31413              From: "Richard Soderberg" <rs@crystalflame.net>
31414              Date: Thu, 24 May 2001 05:51:52 -0700
31415              Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
31416      Branch: perl
31417            ! mg.c
31418 ____________________________________________________________________________
31419 [ 10193] By: jhi                                   on 2001/05/24  12:37:13
31420         Log: Iteration continues; hopefully convergently.
31421      Branch: perl
31422            ! t/lib/b-stash.t
31423 ____________________________________________________________________________
31424 [ 10192] By: jhi                                   on 2001/05/24  12:36:35
31425         Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
31426              From: Gisle Aas <gisle@ActiveState.com>
31427              Date: 23 May 2001 16:13:10 -0700
31428              Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
31429      Branch: perl
31430            ! op.c toke.c
31431 ____________________________________________________________________________
31432 [ 10191] By: jhi                                   on 2001/05/24  12:25:12
31433         Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
31434              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
31435              Date: Thu, 24 May 2001 05:05:22 -0500
31436              Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
31437      Branch: perl
31438            ! lib/dumpvar.pl lib/perl5db.pl
31439 ____________________________________________________________________________
31440 [ 10190] By: jhi                                   on 2001/05/24  12:24:07
31441         Log: Subject: Re: [ID 20010524.001] perl5db.pl   x @INC  doesn't work like it used to
31442              From: David Dyck <dcd@tc.fluke.com>
31443              Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
31444              Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
31445      Branch: perl
31446            ! lib/perl5db.pl
31447 ____________________________________________________________________________
31448 [ 10189] By: jhi                                   on 2001/05/23  22:43:31
31449         Log: Tiny pod nits on READMEs, mostly whitespace issues.
31450      Branch: perl
31451            ! README.amiga README.dos README.macos README.mpeix README.vmesa
31452            ! README.win32
31453 ____________________________________________________________________________
31454 [ 10188] By: jhi                                   on 2001/05/23  22:26:03
31455         Log: The DG/UX part of the 20010521.005.
31456      Branch: perl
31457            ! README.dgux
31458 ____________________________________________________________________________
31459 [ 10187] By: jhi                                   on 2001/05/23  22:04:05
31460         Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems 
31461              From: Hugo <hv@crypt.compulink.co.uk>
31462              Date: Mon, 21 May 2001 16:32:02 +0100
31463              Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
31464      Branch: perl
31465            ! regcomp.c t/op/misc.t
31466 ____________________________________________________________________________
31467 [ 10186] By: jhi                                   on 2001/05/23  21:42:15
31468         Log: Subject: [PATCH] Extra UNIVERSAL tests
31469              From: Mike Guy <mjtg@cam.ac.uk>
31470              Date: Wed, 23 May 2001 12:29:20 +0100
31471              Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
31472      Branch: perl
31473            ! t/op/universal.t
31474 ____________________________________________________________________________
31475 [ 10185] By: jhi                                   on 2001/05/23  21:38:48
31476         Log: Subject: [PATCH] Remove EQ keyword
31477              From: Mike Guy <mjtg@cam.ac.uk>
31478              Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
31479              Date: Wed, 23 May 2001 11:17:29 +0100
31480      Branch: perl
31481            ! keywords.h keywords.pl
31482 ____________________________________________________________________________
31483 [ 10184] By: jhi                                   on 2001/05/23  21:29:41
31484         Log: Subject: [PATCH] lib/perl5db.pl
31485              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
31486              Date: Wed, 23 May 2001 02:18:03 -0500
31487              Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
31488      Branch: perl
31489            ! lib/perl5db.pl
31490 ____________________________________________________________________________
31491 [ 10183] By: jhi                                   on 2001/05/23  21:27:54
31492         Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
31493              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
31494              Date: Tue, 22 May 2001 23:34:41 -0500
31495              Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
31496      Branch: perl
31497            ! lib/Term/Cap.pm
31498 ____________________________________________________________________________
31499 [ 10182] By: jhi                                   on 2001/05/23  21:24:30
31500         Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
31501              From: davem@fdgroup.co.uk
31502              Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
31503              Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
31504      Branch: perl
31505            ! emacs/e2ctags.pl
31506 ____________________________________________________________________________
31507 [ 10181] By: jhi                                   on 2001/05/23  21:23:29
31508         Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
31509              From: Michael G Schwern <schwern@pobox.com>
31510              Date: Tue, 22 May 2001 14:15:09 +0100
31511              Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
31512      Branch: perl
31513            ! lib/vars.pm
31514 ____________________________________________________________________________
31515 [ 10180] By: jhi                                   on 2001/05/23  21:22:14
31516         Log: Subject: [PATCH lib/vars.pm] Odd code nit
31517              From: Michael G Schwern <schwern@pobox.com>
31518              Date: Tue, 22 May 2001 14:14:28 +0100
31519              Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
31520      Branch: perl
31521            ! lib/vars.pm
31522 ____________________________________________________________________________
31523 [ 10179] By: jhi                                   on 2001/05/23  21:19:51
31524         Log: Use the new use vars feature.
31525      Branch: perl
31526            ! t/lib/b-stash.t
31527 ____________________________________________________________________________
31528 [ 10178] By: jhi                                   on 2001/05/23  21:19:28
31529         Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
31530              From: Mike Guy <mjtg@cam.ac.uk>
31531              Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
31532              Date: Tue, 22 May 2001 13:11:39 +0100
31533      Branch: perl
31534            + t/pragma/vars.t
31535            ! MANIFEST lib/vars.pm t/lib/1_compile.t
31536 ____________________________________________________________________________
31537 [ 10177] By: jhi                                   on 2001/05/23  21:01:48
31538         Log: -qlongdouble considered harmful by Merijn.
31539      Branch: perl
31540            ! hints/aix.sh
31541 ____________________________________________________________________________
31542 [ 10176] By: jhi                                   on 2001/05/21  13:21:21
31543         Log: Update Changes.
31544      Branch: perl
31545            ! Changes patchlevel.h
31546 ____________________________________________________________________________
31547 [ 10175] By: jhi                                   on 2001/05/21  13:17:28
31548         Log: Add a test of its very own for Fcntl.  Hopefully portable.
31549      Branch: perl
31550            + t/lib/fcntl.t
31551            ! MANIFEST
31552 ____________________________________________________________________________
31553 [ 10174] By: jhi                                   on 2001/05/21  12:45:41
31554         Log: Must be trickier for 'minitest' not to die.
31555      Branch: perl
31556            ! t/op/taint.t
31557 ____________________________________________________________________________
31558 [ 10173] By: jhi                                   on 2001/05/21  11:24:43
31559         Log: Can't declare other people's variables.
31560      Branch: perl
31561            ! t/lib/b-stash.t
31562 ____________________________________________________________________________
31563 [ 10172] By: jhi                                   on 2001/05/20  20:33:08
31564         Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
31565      Branch: perl
31566            ! doio.c t/op/taint.t
31567 ____________________________________________________________________________
31568 [ 10171] By: jhi                                   on 2001/05/20  20:18:45
31569         Log: The OS/2 variable needs to be declared.
31570      Branch: perl
31571            ! t/lib/b-stash.t
31572 ____________________________________________________________________________
31573 [ 10170] By: nick                                  on 2001/05/20  16:48:29
31574         Log: Integrate mainline
31575      Branch: perlio
31576           !> (integrate 41 files)
31577 ____________________________________________________________________________
31578 [ 10169] By: jhi                                   on 2001/05/20  11:50:20
31579         Log: Small perlsec updates: clarify the taintedness of filename
31580              globbing; suggest using Scalar::Util::tainted().
31581      Branch: perl
31582            ! pod/perlsec.pod
31583 ____________________________________________________________________________
31584 [ 10168] By: jhi                                   on 2001/05/20  11:24:11
31585         Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
31586              From: Dave Mitchell <davem@fdgroup.co.uk>
31587              Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
31588              Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
31589      Branch: perl
31590            ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
31591            ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
31592            ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
31593            ! xsutils.c
31594 ____________________________________________________________________________
31595 [ 10167] By: jhi                                   on 2001/05/20  11:12:14
31596         Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
31597              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31598              Date: Sat, 19 May 2001 04:08:46 -0400
31599              Message-ID: <20010519040846.A16969@math.ohio-state.edu>
31600      Branch: perl
31601            ! lib/ExtUtils/Mksymlists.pm makedef.pl
31602 ____________________________________________________________________________
31603 [ 10166] By: jhi                                   on 2001/05/20  11:08:27
31604         Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
31605              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31606              Date: Sat, 19 May 2001 04:30:45 -0400
31607              Message-ID: <20010519043045.A17033@math.ohio-state.edu>
31608      Branch: perl
31609            ! os2/os2.c
31610 ____________________________________________________________________________
31611 [ 10165] By: jhi                                   on 2001/05/20  11:07:06
31612         Log: Subject: [PATCH 5.6.1] build bugs OS/2
31613              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31614              Date: Sat, 19 May 2001 04:35:28 -0400
31615              Message-ID: <20010519043528.A17363@math.ohio-state.edu>
31616      Branch: perl
31617            ! os2/Makefile.SHs os2/os2.c
31618 ____________________________________________________________________________
31619 [ 10164] By: jhi                                   on 2001/05/20  11:06:01
31620         Log: Subject: [PATCH 5.6.1] Mis-Failing tests
31621              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31622              Date: Sat, 19 May 2001 04:04:23 -0400
31623              Message-ID: <20010519040423.A16861@math.ohio-state.edu>
31624              
31625              (In bleadperl patched b-stash.t instead of b.t)
31626      Branch: perl
31627            ! t/lib/b-stash.t t/lib/bigfltpm.t
31628 ____________________________________________________________________________
31629 [ 10163] By: jhi                                   on 2001/05/20  10:59:46
31630         Log: Subject: [PATCH 5.6.1] perl5db
31631              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31632              Date: Sat, 19 May 2001 03:49:09 -0400
31633              Message-ID: <20010519034909.A14902@math.ohio-state.edu>
31634      Branch: perl
31635            ! lib/perl5db.pl
31636 ____________________________________________________________________________
31637 [ 10162] By: jhi                                   on 2001/05/20  10:58:18
31638         Log: Subject: [PATCH] require $mod where $mod has touched numeric context
31639              From: Gisle Aas <gisle@ActiveState.com>
31640              Date: 18 May 2001 14:24:51 -0700
31641              Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
31642      Branch: perl
31643            ! pp_ctl.c
31644 ____________________________________________________________________________
31645 [ 10161] By: jhi                                   on 2001/05/20  10:57:00
31646         Log: Subject: [PATCH] Chomp should not always stringify
31647              From: Gisle Aas <gisle@ActiveState.com>
31648              Date: 18 May 2001 07:55:25 -0700
31649              Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
31650      Branch: perl
31651            ! doop.c t/op/chop.t
31652 ____________________________________________________________________________
31653 [ 10160] By: jhi                                   on 2001/05/20  10:49:40
31654         Log: Integrate perlio.
31655      Branch: perl
31656           !> pod/perlfunc.pod
31657 ____________________________________________________________________________
31658 [ 10159] By: nick                                  on 2001/05/20  09:39:46
31659         Log: Document some more of open's features.
31660      Branch: perlio
31661            ! pod/perlfunc.pod
31662 ____________________________________________________________________________
31663 [ 10158] By: gsar                                  on 2001/05/18  18:43:38
31664         Log: back out change#10153 (it has compatibility issues such as the
31665              changed behavior of /[~%@+-]/, and after talking to Jarkko, the
31666              benefit for 5.6.x doesn't seem worth the risk)
31667      Branch: maint-5.6/perl
31668            ! toke.c
31669 ____________________________________________________________________________
31670 [ 10157] By: jhi                                   on 2001/05/18  17:05:40
31671         Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
31672      Branch: perl
31673            ! x2p/s2p.PL
31674 ____________________________________________________________________________
31675 [ 10156] By: jhi                                   on 2001/05/18  12:06:40
31676         Log: Update Changes.
31677      Branch: perl
31678            ! Changes patchlevel.h
31679 ____________________________________________________________________________
31680 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
31681         Log: Integrate change #10144 from maintperl.
31682              
31683              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
31684      Branch: perl
31685           !> win32/config.bc win32/config.gc win32/config.vc
31686           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
31687 ____________________________________________________________________________
31688 [ 10154] By: nick                                  on 2001/05/18  07:23:03
31689         Log: Integrate mainline.
31690      Branch: perlio
31691           +> README.dgux t/lib/i18n-collate.t utils.lst
31692           !> (integrate 49 files)
31693 ____________________________________________________________________________
31694 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
31695         Log: Integrate change #7224 from mainline into maintperl.
31696              
31697              Allow @+ and @- to be doublequoted, from Simon Cozens. 
31698              (Approved by Larry, see Tom's comment in 20000830.005.)
31699      Branch: maint-5.6/perl
31700           !> toke.c
31701 ____________________________________________________________________________
31702 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
31703         Log: Subject: [PATCH bleadperl] small lookbehind fix
31704              From: Hugo <hv@crypt.compulink.co.uk>
31705              Date: Fri, 18 May 2001 00:07:19 +0100
31706              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
31707      Branch: perl
31708            ! regexec.c
31709 ____________________________________________________________________________
31710 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
31711         Log: Detypos.
31712      Branch: perl
31713            ! installman utils.lst
31714 ____________________________________________________________________________
31715 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
31716         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
31717              in 20001222.001.
31718      Branch: perl
31719            ! t/lib/glob-basic.t
31720 ____________________________________________________________________________
31721 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
31722         Log: Subject: [PATCH] Test for bug 20010515.004
31723              From: Benjamin Sugars <bsugars@canoe.ca>
31724              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
31725              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
31726      Branch: perl
31727            ! t/op/misc.t
31728 ____________________________________________________________________________
31729 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
31730         Log: Integrate #10145 from maintperl.
31731              
31732              fix for ID 20010515.004 (needs test)
31733      Branch: perl
31734           !> pp_hot.c
31735 ____________________________________________________________________________
31736 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
31737         Log: Thinko noticed by Doug MacEachern.
31738      Branch: perl
31739            ! thread.h
31740 ____________________________________________________________________________
31741 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
31742         Log: Subject: Re: [PATCH] HERE mark in regex
31743              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
31744              Date: Thu, 17 May 2001 12:20:33 -0400
31745              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
31746      Branch: perl
31747            ! t/op/re_tests
31748 ____________________________________________________________________________
31749 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
31750         Log: fix for ID 20010515.004 (needs test)
31751      Branch: maint-5.6/perl
31752            ! pp_hot.c
31753 ____________________________________________________________________________
31754 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
31755         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
31756      Branch: maint-5.6/perl
31757            ! win32/config.bc win32/config.gc win32/config.vc
31758            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
31759 ____________________________________________________________________________
31760 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
31761         Log: Macrofy the getspecific (and use it also in util.c)
31762      Branch: perl
31763            ! thread.h util.c
31764 ____________________________________________________________________________
31765 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
31766         Log: Use the unchecked thread-specific key fetch also in Tru64.
31767      Branch: perl
31768            ! thread.h
31769 ____________________________________________________________________________
31770 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
31771         Log: Subject: [PATCH 5.6.1]Quick thread speedup
31772              From: Dan Sugalski <dan@sidhe.org> 
31773              Date: Wed, 16 May 2001 18:05:19 -0400
31774              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
31775      Branch: perl
31776            ! thread.h util.c
31777 ____________________________________________________________________________
31778 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
31779         Log: I think this is quite enough testing for a deprecated feature.
31780      Branch: perl
31781            + t/lib/i18n-collate.t
31782            ! MANIFEST t/lib/1_compile.t
31783 ____________________________________________________________________________
31784 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
31785         Log: More HP-UX lore from Jeff Okamoto.
31786      Branch: perl
31787            ! README.hpux
31788 ____________________________________________________________________________
31789 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
31790         Log: Sort utils.lst for easier maintenance.
31791      Branch: perl
31792            ! utils.lst
31793 ____________________________________________________________________________
31794 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
31795         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
31796              From: Tim Jenness <t.jenness@jach.hawaii.edu>
31797              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
31798              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
31799              
31800              Add pod2latex to utils.lst.
31801      Branch: perl
31802            ! MANIFEST utils.lst
31803 ____________________________________________________________________________
31804 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
31805         Log: Subject: Re: [PATCH] HERE mark in regex
31806              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
31807              Date: Wed, 16 May 2001 13:04:43 -0400
31808              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
31809      Branch: perl
31810            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
31811            ! t/op/regmesg.t t/pragma/warn/regcomp
31812 ____________________________________________________________________________
31813 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
31814         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
31815              From: Simon Cozens <simon@netthink.co.uk>
31816              Date: Wed, 16 May 2001 18:02:08 +0100
31817              Message-ID: <20010516180208.A6458@netthink.co.uk>
31818      Branch: perl
31819            ! installman utils.lst
31820 ____________________________________________________________________________
31821 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
31822         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
31823              From: "Philip Newton" <pnewton@gmx.de>
31824              Date: Tue, 15 May 2001 15:09:30 +0200
31825              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
31826              
31827              Test case for #10128.
31828      Branch: perl
31829            ! t/pragma/warn/pp_hot
31830 ____________________________________________________________________________
31831 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
31832         Log: Update Changes.
31833      Branch: perl
31834            ! Changes patchlevel.h
31835 ____________________________________________________________________________
31836 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
31837         Log: Deprecate pseudo-hashes.
31838      Branch: perl
31839            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
31840 ____________________________________________________________________________
31841 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
31842         Log: HP-UX hints update from Merijn.
31843      Branch: perl
31844            ! hints/hpux.sh
31845 ____________________________________________________________________________
31846 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
31847         Log: README.hpux update from Merijn.
31848      Branch: perl
31849            ! README.hpux
31850 ____________________________________________________________________________
31851 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
31852         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
31853              From: Simon Cozens <simon@netthink.co.uk>
31854              Date: Wed, 16 May 2001 15:57:55 +0100
31855              Message-ID: <20010516155755.A4728@netthink.co.uk>
31856      Branch: perl
31857            + utils.lst
31858            ! MANIFEST installman installperl
31859 ____________________________________________________________________________
31860 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
31861         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
31862              From: "Philip Newton" <pnewton@gmx.de>
31863              Date: Tue, 15 May 2001 16:31:05 +0200
31864              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
31865              
31866              Fix PERL_Y2KWARN test to check before rather than after appending.
31867      Branch: perl
31868            ! pp_hot.c
31869 ____________________________________________________________________________
31870 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
31871         Log: Regen Porting stuff.
31872      Branch: perl
31873            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31874            ! config_h.SH
31875 ____________________________________________________________________________
31876 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
31877         Log: Metaconfig unit change for #10125.
31878      Branch: metaconfig
31879            ! U/modified/Oldconfig.U
31880 ____________________________________________________________________________
31881 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
31882         Log: Use OSVERS.
31883      Branch: perl
31884            ! Configure config_h.SH perl.c
31885 ____________________________________________________________________________
31886 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
31887         Log: Regen toc.
31888      Branch: perl
31889            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
31890 ____________________________________________________________________________
31891 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
31892         Log: Adding the README.dgux to the MANIFEST would be a good idea.
31893      Branch: perl
31894            ! MANIFEST
31895 ____________________________________________________________________________
31896 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
31897         Log: Move the stack desire definition to thread.h.
31898      Branch: perl
31899            ! ext/Thread/Thread.xs thread.h
31900 ____________________________________________________________________________
31901 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
31902         Log: DG-UX threading patches, including a README.dgux,
31903              from Takis Psarogiannakopoulos.
31904      Branch: perl
31905            + README.dgux
31906            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
31907 ____________________________________________________________________________
31908 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
31909         Log: Subject: [PATCH B::Deparse] More on /x regexes
31910              From: Robin Houston <robin@kitsite.com>
31911              Date: Tue, 15 May 2001 19:09:35 +0100
31912              Message-ID: <20010515190935.A27268@penderel>
31913      Branch: perl
31914            ! ext/B/B/Deparse.pm
31915 ____________________________________________________________________________
31916 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
31917         Log: Document that the core time() may be rounding rather
31918              than truncating, would have saved at least my confusion.
31919      Branch: perl
31920            ! ext/Time/HiRes/HiRes.pm
31921 ____________________________________________________________________________
31922 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
31923         Log: Subject: perl-current/t/time-hires.t
31924              From: John Peacock <jpeacock@rowman.com>
31925              Date: Fri, 11 May 2001 14:09:41 -0400
31926              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
31927      Branch: perl
31928            ! t/lib/time-hires.t
31929 ____________________________________________________________________________
31930 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
31931         Log: Subject: [PATCH dump.c] Op private flags
31932              From: Simon Cozens <simon@netthink.co.uk>
31933              Date: Sun, 13 May 2001 20:20:36 +0100
31934              Message-ID: <20010513202036.A21896@netthink.co.uk>
31935      Branch: perl
31936            ! dump.c
31937 ____________________________________________________________________________
31938 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
31939         Log: Upgrade to Switch 2.03.
31940      Branch: perl
31941            ! lib/Switch.pm
31942 ____________________________________________________________________________
31943 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
31944         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
31945              to PERL_CONFIG_SH and use it consistently.
31946      Branch: maint-5.6/perl
31947           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
31948           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
31949           !> myconfig.SH writemain.SH
31950 ____________________________________________________________________________
31951 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
31952         Log: Metaconfig units changes for #10113.
31953      Branch: metaconfig
31954            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
31955 ____________________________________________________________________________
31956 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
31957         Log: The problem described in 20010514.031 still wasn't
31958              fully cured, there were remnants of $CONFIG when
31959              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
31960              to avoid future conflicts.
31961      Branch: perl
31962            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
31963            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
31964            ! myconfig.SH writemain.SH
31965 ____________________________________________________________________________
31966 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
31967         Log: Half of #10107 got lost.
31968      Branch: perl
31969            ! ext/B/B/Deparse.pm
31970 ____________________________________________________________________________
31971 [ 10111] By: nick                                  on 2001/05/15  08:39:14
31972         Log: Integrate mainline.
31973      Branch: perlio
31974           +> ext/POSIX/hints/uts.pl
31975            - Todo Todo-5.6 t/camel-III/vstring.t
31976           !> (integrate 48 files)
31977 ____________________________________________________________________________
31978 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
31979         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
31980              From: Robin Houston <robin@kitsite.com>
31981              Date: Mon, 14 May 2001 22:27:08 +0100
31982              Message-ID: <20010514222708.A22963@penderel>
31983      Branch: perl
31984            ! t/TestInit.pm
31985 ____________________________________________________________________________
31986 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
31987         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
31988              From: Robin Houston <robin@kitsite.com>
31989              Date: Mon, 14 May 2001 22:16:43 +0100
31990              Message-ID: <20010514221643.A22437@penderel>
31991      Branch: perl
31992            ! ext/B/B/Deparse.pm
31993 ____________________________________________________________________________
31994 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
31995         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
31996              From: Robin Houston <robin@kitsite.com>
31997              Date: Mon, 14 May 2001 22:03:44 +0100
31998              Message-ID: <20010514220344.A20643@penderel>
31999      Branch: perl
32000            ! ext/B/B/Deparse.pm
32001 ____________________________________________________________________________
32002 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
32003         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
32004              From: Robin Houston <robin@kitsite.com>
32005              Date: Mon, 14 May 2001 22:10:07 +0100
32006              Message-ID: <20010514221007.A21118@penderel>
32007      Branch: perl
32008            ! ext/B/B/Deparse.pm
32009 ____________________________________________________________________________
32010 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
32011         Log: Fix for 20010514.037; substr() didn't invalidate the locale
32012              collation magic.
32013      Branch: perl
32014            ! pp.c
32015 ____________________________________________________________________________
32016 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
32017         Log: Update Changes.
32018      Branch: perl
32019            ! Changes patchlevel.h
32020 ____________________________________________________________________________
32021 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
32022         Log: Retract #10094.
32023      Branch: perl
32024            ! lib/Pod/Text.pm
32025 ____________________________________________________________________________
32026 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
32027         Log: Integrate change #10100 from maintperl.
32028              
32029              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
32030              bug ID 20010514.027)
32031      Branch: perl
32032           !> mg.c pp_ctl.c
32033 ____________________________________________________________________________
32034 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
32035         Log: Document the deprecatedness of suidperl.
32036      Branch: perl
32037            ! INSTALL pod/perlfaq1.pod
32038 ____________________________________________________________________________
32039 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
32040         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
32041              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
32042              Date: Mon, 14 May 2001 09:38:59 -0400
32043              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
32044      Branch: perl
32045            ! lib/ExtUtils/MM_Unix.pm
32046 ____________________________________________________________________________
32047 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
32048         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
32049              bug ID 20010514.027)
32050              
32051              TODO: this needs a testsuite addition
32052      Branch: maint-5.6/perl
32053            ! mg.c pp_ctl.c
32054 ____________________________________________________________________________
32055 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
32056         Log: More DWIMminess for Class::Struct: calling the array or hash
32057              accessors only with one argument, an array or a hash reference,
32058              sets the underlying array or hash.  This mirrors nicely also
32059              the usage in the constructor.
32060              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
32061      Branch: perl
32062            ! lib/Class/Struct.pm t/lib/class-struct.t
32063 ____________________________________________________________________________
32064 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
32065         Log: Reference cmp'ing should go through the whole stringification
32066              process shebang, as pointed out by Sarathy in #10091.
32067      Branch: perl
32068            ! pp.c
32069 ____________________________________________________________________________
32070 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
32071         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
32072              From: Simon Cozens <simon@netthink.co.uk>
32073              Date: Sat, 12 May 2001 16:36:27 +0100
32074              Message-ID: <20010512163627.A5522@netthink.co.uk>
32075              
32076              with some additions salvaged from Todo and Todo-5.6 before
32077              retiring them.
32078      Branch: perl
32079            - Todo Todo-5.6
32080            ! MANIFEST pod/perltodo.pod
32081 ____________________________________________________________________________
32082 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
32083         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
32084              From: "Golubev I. N." <gin@mo.msk.ru>
32085              Date: Mon, 07 May 2001 14:33:34 (GMT)
32086              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
32087      Branch: perl
32088            ! perl.h
32089 ____________________________________________________________________________
32090 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
32091         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
32092              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
32093              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
32094              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
32095      Branch: perl
32096            ! lib/ExtUtils/MM_Unix.pm
32097 ____________________________________________________________________________
32098 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
32099         Log: (Retracted by #10104.)
32100              
32101              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
32102              From: barries <barries@slaysys.com>
32103              Date: Sat, 12 May 2001 01:28:10 -0400
32104              Message-ID: <20010512012810.B26358@jester.slaysys.com>
32105      Branch: perl
32106            ! lib/Pod/Text.pm
32107 ____________________________________________________________________________
32108 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
32109         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
32110              From: Mike Guy <mjtg@cam.ac.uk>
32111              Date: Sat, 12 May 2001 19:24:33 +0100
32112              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
32113      Branch: perl
32114            ! lib/AutoSplit.pm
32115 ____________________________________________________________________________
32116 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
32117         Log: Yet another HP-UX hints tweak from Merijn.
32118      Branch: perl
32119            ! hints/hpux.sh
32120 ____________________________________________________________________________
32121 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
32122         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
32123              isn't defined (changes#9366,9368,9370 from mainline without the
32124              pp_scmp() change)
32125      Branch: maint-5.6/perl
32126            ! pp.c pp.h pp_hot.c
32127 ____________________________________________________________________________
32128 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
32129         Log: The sorting seems to happen now automatically.
32130      Branch: perl
32131            ! t/lib/glob-basic.t
32132 ____________________________________________________________________________
32133 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
32134         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
32135              From: Benjamin Sugars <bsugars@canoe.ca>
32136              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
32137              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
32138      Branch: perl
32139            ! pod/perlfunc.pod
32140 ____________________________________________________________________________
32141 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
32142         Log: Subject: Re: undef(&foo) does not work for XS functions
32143              From: Doug MacEachern <dougm@covalent.net>
32144              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
32145              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
32146      Branch: perl
32147            ! op.c
32148 ____________________________________________________________________________
32149 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
32150         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
32151              From: Peter Prymmer <pvhp@forte.com>
32152              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
32153              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
32154      Branch: perl
32155            ! t/op/append.t
32156 ____________________________________________________________________________
32157 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
32158         Log: Update Changes.
32159      Branch: perl
32160            ! Changes patchlevel.h
32161 ____________________________________________________________________________
32162 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
32163         Log: Remove the 'asciir' re subpragma.  Should instead implement
32164              the 'physical vs logical' range scheme:
32165              
32166              \xAA-\xCC is a native physical range, you want that range of
32167              codepoints in your native encoding.  In EBCDIC the codepoints
32168              in the gaps (between i-j and r-s) should be included.
32169              
32170              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
32171              codepoints in Unicode.
32172              
32173              a-z is a logical range, you want that range of 'logical' codepoints
32174              in your native encoding.  In EBCDIC the codepoints in the gaps
32175              (between i-j and r-s) should not be included.
32176              
32177              Mixed cases (a-\xAA, etc) should either be errors, or maybe
32178              the 'logical' endpoints should be converted to native/Unicode
32179              codepoints, and the range handled as a physical range.
32180              
32181              'Logical endpoints' are to be recognized only in the A-Z, a-z,
32182              and 0-9 ranges.  Probably a warning should be given for mixed
32183              cases like A-z or a-9 (since such expressions are encoding
32184              dependent), with a recommendation to use physical ranges.
32185      Branch: perl
32186            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
32187            ! t/op/regexp.t
32188 ____________________________________________________________________________
32189 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
32190         Log: Make the test to cleanup the test directory tree
32191              both before and after the testing so that we always
32192              have a clean slate to work with.
32193      Branch: perl
32194            ! t/lib/filefind.t
32195 ____________________________________________________________________________
32196 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
32197         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
32198              From: Jon Eveland <jweveland@yahoo.com>
32199              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
32200              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
32201      Branch: perl
32202            ! pod/perlfunc.pod
32203 ____________________________________________________________________________
32204 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
32205         Log: Merge the camel-III/vstring.t with op/ver.t.
32206      Branch: perl
32207            - t/camel-III/vstring.t
32208            ! MANIFEST t/TEST t/harness t/op/ver.t
32209 ____________________________________________________________________________
32210 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
32211         Log: Add test.deparse make target.
32212      Branch: perl
32213            ! Makefile.SH
32214 ____________________________________________________________________________
32215 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
32216         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
32217              From: Robin Houston <robin@kitsite.com>
32218              Date: Fri, 11 May 2001 12:02:22 +0100
32219              Message-ID: <20010511120222.A11529@penderel>
32220      Branch: perl
32221            ! ext/B/B/Deparse.pm t/op/method.t
32222 ____________________________________________________________________________
32223 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
32224         Log: A nicely working combination for UTS from Hal Morris.
32225      Branch: perl
32226            + ext/POSIX/hints/uts.pl
32227            ! MANIFEST hints/uts.sh
32228 ____________________________________________________________________________
32229 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
32230         Log: i_ieeefp=undef for UTS.
32231      Branch: perl
32232            ! hints/uts.sh
32233 ____________________________________________________________________________
32234 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
32235         Log: Subject: RE: rand(0) is rand(1)
32236              From: Larry Shatzer <lshatzer@islanddata.com>
32237              Date: Thu, 10 May 2001 11:09:27 -0700
32238              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
32239      Branch: perl
32240            ! pod/perlfunc.pod
32241 ____________________________________________________________________________
32242 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
32243         Log: Subject: [patch] make op_{clear,null} public
32244              From: Doug MacEachern <dougm@covalent.net>
32245              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
32246              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
32247      Branch: perl
32248            ! embed.h embed.pl op.c proto.h
32249 ____________________________________________________________________________
32250 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
32251         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
32252              From: Robin Houston <robin@kitsite.com>
32253              Date: Thu, 10 May 2001 18:54:59 +0100
32254              Message-ID: <20010510185459.A5995@penderel>
32255      Branch: perl
32256            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
32257 ____________________________________________________________________________
32258 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
32259         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
32260              From: Robin Houston <robin@kitsite.com>
32261              Date: Thu, 10 May 2001 12:56:39 +0100
32262              Message-ID: <20010510125639.A2119@penderel>
32263      Branch: perl
32264            ! ext/B/B/Deparse.pm
32265 ____________________________________________________________________________
32266 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
32267         Log: Retract #10070, not ready yet.
32268      Branch: perl
32269            ! ext/B/B/Deparse.pm
32270 ____________________________________________________________________________
32271 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
32272         Log: The metaconfig unit change for #10071.
32273      Branch: metaconfig
32274            ! U/modified/mallocsrc.U
32275 ____________________________________________________________________________
32276 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
32277         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
32278      Branch: perl
32279            ! Configure
32280 ____________________________________________________________________________
32281 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
32282         Log: (Retracted by #10073)
32283              
32284              Subject: Re: [PATCH t/TEST] B::Deparse tester 
32285              From: Hugo <hv@crypt.compulink.co.uk>
32286              Date: Thu, 10 May 2001 05:48:09 +0100
32287              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
32288      Branch: perl
32289            ! ext/B/B/Deparse.pm
32290 ____________________________________________________________________________
32291 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
32292         Log: Add a for(func()) test.
32293      Branch: perl
32294            ! t/cmd/for.t
32295 ____________________________________________________________________________
32296 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
32297         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
32298              From: Robin Houston <robin@kitsite.com>
32299              Date: Thu, 10 May 2001 13:50:08 +0100
32300              Message-ID: <20010510135008.A2454@penderel>
32301      Branch: perl
32302            ! ext/B/B/Deparse.pm
32303 ____________________________________________________________________________
32304 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
32305         Log: A thinko in #10065.
32306      Branch: perl
32307            ! hv.c
32308 ____________________________________________________________________________
32309 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
32310         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
32311              From: Robin Houston <robin@kitsite.com>
32312              Date: Thu, 10 May 2001 02:10:34 +0100
32313              Message-ID: <20010510021034.A19421@penderel>
32314      Branch: perl
32315            ! ext/B/B.xs ext/B/B/Deparse.pm
32316 ____________________________________________________________________________
32317 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
32318         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
32319              From: Doug MacEachern <dougm@covalent.net>
32320              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
32321              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
32322      Branch: perl
32323            ! hv.c
32324 ____________________________________________________________________________
32325 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
32326         Log: One more workaround for the UTS compiler from Hal Morris.
32327      Branch: perl
32328            ! perl.h
32329 ____________________________________________________________________________
32330 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
32331         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
32332              From: Robin Houston <robin@kitsite.com>
32333              Date: Thu, 10 May 2001 01:02:08 +0100
32334              Message-ID: <20010510010208.A18200@penderel>
32335      Branch: perl
32336            ! ext/B/B/Debug.pm
32337 ____________________________________________________________________________
32338 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
32339         Log: Subject: [PATCH] Simplify deb_curcv() a bit
32340              From: Benjamin Sugars <bsugars@canoe.ca>
32341              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
32342              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
32343      Branch: perl
32344            ! run.c
32345 ____________________________________________________________________________
32346 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
32347         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
32348              From: Benjamin Sugars <bsugars@canoe.ca>
32349              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
32350              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
32351      Branch: perl
32352            ! t/lib/io_scalar.t
32353 ____________________________________________________________________________
32354 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
32355         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
32356              From: Peter Prymmer <pvhp@forte.com>
32357              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
32358              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
32359      Branch: perl
32360            ! t/lib/md5-file.t
32361 ____________________________________________________________________________
32362 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
32363         Log: Subject: [PATCH t/TEST] B::Deparse tester
32364              From: Robin Houston <robin@kitsite.com>
32365              Date: Wed, 9 May 2001 19:17:50 +0100
32366              Message-ID: <20010509191750.A16940@penderel>
32367      Branch: perl
32368            ! ext/B/O.pm t/TEST
32369 ____________________________________________________________________________
32370 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
32371         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
32372              From: Jeff Pinyan <jeffp@crusoe.net>
32373              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
32374              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
32375      Branch: perl
32376            ! lib/Pod/Html.pm
32377 ____________________________________________________________________________
32378 [ 10057] By: nick                                  on 2001/05/09  18:37:56
32379         Log: Integrate mainline.
32380      Branch: perlio
32381           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
32382           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
32383 ____________________________________________________________________________
32384 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
32385         Log: Update Changes.
32386      Branch: perl
32387            ! Changes patchlevel.h
32388 ____________________________________________________________________________
32389 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
32390         Log: Integrate perlio.
32391      Branch: perl
32392           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
32393 ____________________________________________________________________________
32394 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
32395         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
32396              From: Benjamin Sugars <bsugars@canoe.ca>
32397              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
32398              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
32399      Branch: perl
32400            ! perlio.c
32401 ____________________________________________________________________________
32402 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
32403         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
32404              From: Benjamin Sugars <bsugars@canoe.ca>
32405              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
32406              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
32407      Branch: perl
32408            ! ext/PerlIO/Scalar/Scalar.xs
32409 ____________________________________________________________________________
32410 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
32411         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
32412              From: Jeff Pinyan <jeffp@crusoe.net>
32413              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
32414              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
32415      Branch: perl
32416            ! lib/Pod/Html.pm
32417 ____________________________________________________________________________
32418 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
32419         Log: EPOC tweak from Olaf Flebbe.
32420      Branch: perl
32421            ! epoc/epocish.h
32422 ____________________________________________________________________________
32423 [ 10050] By: nick                                  on 2001/05/09  14:37:57
32424         Log: win32, regen_config_h
32425      Branch: perlio
32426            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
32427 ____________________________________________________________________________
32428 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
32429         Log: Integrate perlio.
32430      Branch: perl
32431           !> pp_sys.c
32432 ____________________________________________________________________________
32433 [ 10048] By: nick                                  on 2001/05/09  11:59:50
32434         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
32435              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
32436      Branch: perlio
32437            ! pp_sys.c
32438 ____________________________________________________________________________
32439 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
32440         Log: Integrate perlio.
32441      Branch: perl
32442           !> run.c
32443 ____________________________________________________________________________
32444 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
32445         Log: Subject: Re: Less warnings during configure
32446              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32447              Date: Wed, 09 May 2001 13:12:49 +0200
32448              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
32449      Branch: perl
32450            ! hints/hpux.sh
32451 ____________________________________________________________________________
32452 [ 10045] By: nick                                  on 2001/05/09  09:56:59
32453         Log: MULTIPLICITY/DEBUGGING build fix.
32454      Branch: perlio
32455            ! run.c
32456 ____________________________________________________________________________
32457 [ 10044] By: nick                                  on 2001/05/09  09:46:37
32458         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
32459      Branch: perlio
32460           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
32461            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
32462           !> (integrate 65 files)
32463 ____________________________________________________________________________
32464 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
32465         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
32466              From: Robin Houston <robin@kitsite.com>
32467              Date: Tue, 8 May 2001 19:38:00 +0100
32468              Message-ID: <20010508193800.A4389@penderel>
32469              
32470              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
32471              From: Robin Houston <robin@kitsite.com>
32472              Date: Tue, 8 May 2001 20:03:57 +0100
32473              Message-ID: <20010508200357.A4614@penderel>
32474              
32475              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
32476              From: Robin Houston <robin@kitsite.com>
32477              Date: Wed, 9 May 2001 00:12:05 +0100
32478              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
32479      Branch: perl
32480            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
32481 ____________________________________________________________________________
32482 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
32483         Log: Retract #10031.
32484      Branch: perl
32485            ! pod/perlfunc.pod
32486 ____________________________________________________________________________
32487 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
32488         Log: The metaconfig unit changes for #10040.
32489      Branch: metaconfig/U/perl
32490            ! Checkcc.U d_dlsymun.U dlsrc.U
32491 ____________________________________________________________________________
32492 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
32493         Log: The Configure half of
32494              
32495              Subject: Less warnings during configure
32496              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32497              Date: Tue, 08 May 2001 08:44:02 +0200
32498              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
32499      Branch: perl
32500            ! Configure
32501 ____________________________________________________________________________
32502 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
32503         Log: Subject: Less warnings during configure
32504              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32505              Date: Tue, 08 May 2001 08:44:02 +0200
32506              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
32507      Branch: perl
32508            ! hints/hpux.sh
32509 ____________________________________________________________________________
32510 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
32511         Log: Don't forget to whine about \d__\d.
32512      Branch: perl
32513            ! t/pragma/warn/toke toke.c
32514 ____________________________________________________________________________
32515 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
32516         Log: Allow underscores also in the exponent part.
32517      Branch: perl
32518            ! t/pragma/warn/toke toke.c
32519 ____________________________________________________________________________
32520 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
32521         Log: CodeMagicCD doesn't look like an *I*DE.
32522      Branch: perl
32523            ! pod/perlfaq3.pod
32524 ____________________________________________________________________________
32525 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
32526         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
32527              to be consistently down).
32528      Branch: perl
32529            ! pod/perlfaq3.pod
32530 ____________________________________________________________________________
32531 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
32532         Log: Upgrade to Text::Balanced 1.84.
32533      Branch: perl
32534            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
32535 ____________________________________________________________________________
32536 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
32537         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
32538              From: Benjamin Sugars <bsugars@canoe.ca>
32539              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
32540              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
32541      Branch: perl
32542            ! run.c
32543 ____________________________________________________________________________
32544 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
32545         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
32546              From: Peter Prymmer <pvhp@forte.com>
32547              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
32548              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
32549      Branch: perl
32550            ! t/pod/plainer.t
32551 ____________________________________________________________________________
32552 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
32553         Log: (Retracted by #10042)
32554              
32555              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
32556              From: "Philip Newton" <pnewton@gmx.de>
32557              Date: Tue, 8 May 2001 09:18:10 +0200
32558              Message-ID: <3AF7B9D2.28861.603732@localhost>
32559      Branch: perl
32560            ! pod/perlfunc.pod
32561 ____________________________________________________________________________
32562 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
32563         Log: Subject: [PATCH B::Deparse] Document known bugs
32564              From: Robin Houston <robin@kitsite.com>
32565              Date: Tue, 8 May 2001 01:53:34 +0100
32566              Message-ID: <20010508015334.A32394@penderel>
32567      Branch: perl
32568            ! ext/B/B/Deparse.pm
32569 ____________________________________________________________________________
32570 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
32571         Log: Subject: Re: Perl book, magazine and website updates.
32572              From: "Philip Newton" <pnewton@gmx.de>
32573              Date: Mon, 7 May 2001 17:03:58 +0200
32574              Message-ID: <3AF6D57E.5387.1E29930@localhost>
32575      Branch: perl
32576            ! pod/perlfaq2.pod
32577 ____________________________________________________________________________
32578 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
32579         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
32580              From: Peter Prymmer <pvhp@forte.com>
32581              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
32582              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
32583      Branch: perl
32584            ! t/io/fflush.t
32585 ____________________________________________________________________________
32586 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
32587         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
32588              From: Robin Houston <robin@kitsite.com>
32589              Date: Tue, 8 May 2001 01:14:55 +0100
32590              Message-ID: <20010508011455.A32162@penderel>
32591      Branch: perl
32592            ! ext/B/B/Deparse.pm
32593 ____________________________________________________________________________
32594 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
32595         Log: Typo in #10025.
32596      Branch: perl
32597            ! hints/uts.sh
32598 ____________________________________________________________________________
32599 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
32600         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
32601      Branch: perl
32602            ! hints/uts.sh
32603 ____________________________________________________________________________
32604 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
32605         Log: Subject: Re: [ID 20010506.045] question about hash syntax
32606              From: Peter Scott <Peter@PSDT.com>
32607              Date: Sun, 06 May 2001 13:10:40 -0700
32608              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
32609      Branch: perl
32610            ! pod/perl56delta.pod
32611 ____________________________________________________________________________
32612 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
32613         Log: Configure should figure out the list of dynamic extensions
32614              just fine in UTS-- and in fact it does, as reported by Hal Morris.
32615      Branch: perl
32616            ! hints/uts.sh
32617 ____________________________________________________________________________
32618 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
32619         Log: Update Changes.
32620      Branch: perl
32621            ! Changes patchlevel.h
32622 ____________________________________________________________________________
32623 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
32624         Log: Subject: [PATCH regcomp.c] Insecure regexes
32625              From: Robin Houston <robin@kitsite.com>
32626              Date: Mon, 7 May 2001 21:56:12 +0100
32627              Message-ID: <20010507215612.A31114@penderel>
32628      Branch: perl
32629            ! regcomp.c
32630 ____________________________________________________________________________
32631 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
32632         Log: Drop the foobar.perl.com references for now until Simon
32633              gets them sorted out.
32634      Branch: perl
32635            ! pod/perlfaq2.pod
32636 ____________________________________________________________________________
32637 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
32638         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
32639              From: Prymmer/Kahn <pvhp@best.com>
32640              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
32641              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
32642      Branch: perl
32643            ! lib/Devel/SelfStubber.pm
32644 ____________________________________________________________________________
32645 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
32646         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
32647              From: Prymmer/Kahn <pvhp@best.com>
32648              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
32649              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
32650      Branch: perl
32651            ! win32/Makefile
32652 ____________________________________________________________________________
32653 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
32654         Log: s/WebTechnique's/WebTechniques/
32655      Branch: perl
32656            ! pod/perlfaq2.pod
32657 ____________________________________________________________________________
32658 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
32659         Log: Llama 3 updates from Randal.
32660      Branch: perl
32661            ! pod/perlfaq2.pod
32662 ____________________________________________________________________________
32663 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
32664         Log: Subject: [PATCH] Help -Dt show correct pad variables
32665              From: Benjamin Sugars <ben.sugars@home.com>
32666              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
32667              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
32668      Branch: perl
32669            ! embed.h embed.pl proto.h run.c
32670 ____________________________________________________________________________
32671 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
32672         Log: Subject: [PATCH] Document C<our $foo : shared>
32673              From: Benjamin Sugars <ben.sugars@home.com>
32674              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
32675              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
32676      Branch: perl
32677            ! pod/perlfunc.pod
32678 ____________________________________________________________________________
32679 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
32680         Log: Subject: [PATCH B::Deparse] undefined folded constants
32681              From: Robin Houston <robin@kitsite.com>
32682              Date: Sun, 6 May 2001 17:19:09 +0100
32683              Message-ID: <20010506171909.A7046@penderel>
32684      Branch: perl
32685            ! ext/B/B/Deparse.pm
32686 ____________________________________________________________________________
32687 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
32688         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
32689              From: Robin Houston <robin@kitsite.com>
32690              Message-ID: <20010506164654.A6848@penderel>
32691              Date: Sun, 6 May 2001 16:46:54 +0100
32692      Branch: perl
32693            ! ext/B/B/Deparse.pm
32694 ____________________________________________________________________________
32695 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
32696         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
32697              From: Robin Houston <robin@kitsite.com>
32698              Date: Sun, 6 May 2001 14:47:02 +0100
32699              Message-ID: <20010506144702.A6308@penderel>
32700      Branch: perl
32701            ! t/op/my_stash.t
32702 ____________________________________________________________________________
32703 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
32704         Log: Subject: Perl book, magazine and website updates.
32705              From: Simon Cozens <simon@netthink.co.uk>
32706              Date: Sun, 6 May 2001 16:55:36 +0100
32707              Message-ID: <20010506165536.A1795@netthink.co.uk>
32708      Branch: perl
32709            ! pod/perlbook.pod pod/perlfaq2.pod
32710 ____________________________________________________________________________
32711 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
32712         Log: Tweaks on the Tru64 prof options.
32713      Branch: perl
32714            ! pod/perlhack.pod
32715 ____________________________________________________________________________
32716 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
32717         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
32718              From: Robin Houston <robin@kitsite.com>
32719              Date: Sun, 6 May 2001 14:40:51 +0100
32720              Message-ID: <20010506144051.A6279@penderel>
32721      Branch: perl
32722            ! t/pod/testp2pt.pl
32723 ____________________________________________________________________________
32724 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
32725         Log: Subject: [PATCH B::Deparse] scoping
32726              From: Robin Houston <robin@kitsite.com>
32727              Date: Sun, 6 May 2001 14:36:56 +0100
32728              Message-ID: <20010506143656.A4006@penderel>
32729      Branch: perl
32730            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
32731 ____________________________________________________________________________
32732 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
32733         Log: Document the undefinedness of bitshifting out of range.
32734      Branch: perl
32735            ! pod/perlop.pod
32736 ____________________________________________________________________________
32737 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
32738         Log: Retract #10003 and update the IDE descriptions a bit.
32739      Branch: perl
32740            ! pod/perlfaq3.pod
32741 ____________________________________________________________________________
32742 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
32743         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
32744              From: Prymmer/Kahn <pvhp@best.com>
32745              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
32746              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
32747      Branch: perl
32748            ! win32/Makefile win32/buildext.pl win32/config.bc
32749            ! win32/config.gc win32/config.vc
32750 ____________________________________________________________________________
32751 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
32752         Log: (Retracted by #10005.)
32753      Branch: perl
32754            ! pod/perlfaq3.pod
32755 ____________________________________________________________________________
32756 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
32757         Log: It's "psed", not "sed".
32758      Branch: perl
32759            ! x2p/s2p.PL
32760 ____________________________________________________________________________
32761 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
32762         Log: Update Changes.
32763      Branch: perl
32764            ! Changes patchlevel.h
32765 ____________________________________________________________________________
32766 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
32767         Log: Subject: Re: bleadperl make install fails due to "psed"
32768              From: andreas.koenig@anima.de (Andreas J. Koenig)
32769              Date: 05 May 2001 18:23:28 +0200
32770              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
32771      Branch: perl
32772            ! x2p/Makefile.SH x2p/s2p.PL
32773 ____________________________________________________________________________
32774 [  9999] By: jhi                                   on 2001/05/05  18:28:09
32775         Log: AUTHORS updates.
32776      Branch: perl
32777            ! AUTHORS
32778 ____________________________________________________________________________
32779 [  9998] By: jhi                                   on 2001/05/05  18:16:00
32780         Log: Updates on the pods related to the modules included since 5.6.
32781              
32782              TODO: perltodo really could use major updating.
32783      Branch: perl
32784            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
32785            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
32786            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
32787            ! pod/perlsyn.pod pod/perltodo.pod
32788 ____________________________________________________________________________
32789 [  9997] By: jhi                                   on 2001/05/05  17:35:17
32790         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
32791              from Kurt Skauen.
32792      Branch: perl
32793            + hints/atheos.sh
32794            ! MANIFEST
32795 ____________________________________________________________________________
32796 [  9996] By: jhi                                   on 2001/05/05  17:25:00
32797         Log: Add preemptive #undefs for some of the shorter and more prone
32798              to collision regcomp.h #defines.  (Background: the MASK collided
32799              with a system header #define in Rhapsody.)
32800      Branch: perl
32801            ! regcomp.h
32802 ____________________________________________________________________________
32803 [  9995] By: jhi                                   on 2001/05/05  13:24:21
32804         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
32805              From: Nicholas Clark <nick@ccl4.org>
32806              Date: Sat, 5 May 2001 14:46:39 +0100
32807              Message-ID: <20010505144639.O53513@plum.flirble.org>
32808              
32809              Add a test for the constants (if any) being processed correctly.
32810      Branch: perl
32811            ! utils/h2xs.PL
32812 ____________________________________________________________________________
32813 [  9994] By: jhi                                   on 2001/05/05  02:11:03
32814         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
32815              From: Peter Prymmer <pvhp@forte.com>
32816              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
32817              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
32818      Branch: perl
32819            ! t/lib/b-stash.t
32820 ____________________________________________________________________________
32821 [  9993] By: jhi                                   on 2001/05/05  02:03:49
32822         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
32823              From: Peter Prymmer <pvhp@forte.com>
32824              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
32825              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
32826      Branch: perl
32827            ! perlio.c vms/vmsish.h
32828 ____________________________________________________________________________
32829 [  9992] By: jhi                                   on 2001/05/04  17:21:12
32830         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
32831              From: Robin Barker <rmb1@cise.npl.co.uk>
32832              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
32833              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
32834      Branch: perl
32835            + t/pod/plainer.t
32836            ! MANIFEST
32837 ____________________________________________________________________________
32838 [  9991] By: jhi                                   on 2001/05/04  16:47:45
32839         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
32840              From: Robin Barker <rmb1@cise.npl.co.uk>
32841              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
32842              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
32843      Branch: perl
32844            ! regcomp.c
32845 ____________________________________________________________________________
32846 [  9990] By: jhi                                   on 2001/05/04  14:37:20
32847         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
32848              From: Prymmer/Kahn <pvhp@best.com>
32849              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
32850              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
32851      Branch: perl
32852            ! t/lib/b-stash.t
32853 ____________________________________________________________________________
32854 [  9989] By: jhi                                   on 2001/05/04  14:03:58
32855         Log: Introduce perl572delta, update Todo, add the missing
32856              mention about signal safety since 5.7.1 (though this
32857              requires verification and more details.)
32858      Branch: perl
32859            + pod/perl572delta.pod
32860            ! MANIFEST Todo pod/perl571delta.pod
32861 ____________________________________________________________________________
32862 [  9988] By: jhi                                   on 2001/05/04  12:41:51
32863         Log: Subject: [PATCH perl@9944] long =item
32864              From: Robin Barker <rmb1@cise.npl.co.uk>
32865              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
32866              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
32867      Branch: perl
32868            ! ext/Time/HiRes/HiRes.pm
32869 ____________________________________________________________________________
32870 [  9987] By: jhi                                   on 2001/05/04  12:39:19
32871         Log: The #9901 had removed one line essential for EBCDIC.
32872      Branch: perl
32873            ! regcomp.c
32874 ____________________________________________________________________________
32875 [  9986] By: jhi                                   on 2001/05/04  12:30:23
32876         Log: Subject: cygwin/Makefile.SHs INSTALL patch
32877              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
32878              Date: Mon, 08 Jan 2001 04:59:21 +0200
32879              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
32880      Branch: perl
32881            ! cygwin/Makefile.SHs
32882 ____________________________________________________________________________
32883 [  9985] By: jhi                                   on 2001/05/04  03:51:39
32884         Log: Encode/IO doc tweaks.
32885      Branch: perl
32886            ! ext/Encode/Encode.pm
32887 ____________________________________________________________________________
32888 [  9984] By: jhi                                   on 2001/05/04  03:29:34
32889         Log: Remove GDBM_File from the dynamic extensions for UTS,
32890              GDBM is not a standard feature.
32891      Branch: perl
32892            ! hints/uts.sh
32893 ____________________________________________________________________________
32894 [  9983] By: jhi                                   on 2001/05/04  03:22:59
32895         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
32896      Branch: perl
32897            ! pod/perlretut.pod
32898 ____________________________________________________________________________
32899 [  9982] By: jhi                                   on 2001/05/03  23:21:03
32900         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
32901              From: Benjamin Sugars <bsugars@canoe.ca>
32902              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
32903              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
32904      Branch: perl
32905            ! dump.c
32906 ____________________________________________________________________________
32907 [  9981] By: jhi                                   on 2001/05/03  23:20:05
32908         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
32909              From: Benjamin Sugars <bsugars@canoe.ca>
32910              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
32911              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
32912      Branch: perl
32913            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
32914 ____________________________________________________________________________
32915 [  9980] By: jhi                                   on 2001/05/03  23:15:29
32916         Log: Integrate perlio.
32917      Branch: perl
32918           !> ext/Encode/Encode.pm
32919 ____________________________________________________________________________
32920 [  9979] By: jhi                                   on 2001/05/03  16:54:59
32921         Log: Install psed man page.
32922      Branch: perl
32923            ! installman
32924 ____________________________________________________________________________
32925 [  9978] By: jhi                                   on 2001/05/03  16:45:58
32926         Log: Remove unused files; noted by Sarathy.
32927      Branch: perl
32928            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
32929            ! MANIFEST
32930 ____________________________________________________________________________
32931 [  9977] By: jhi                                   on 2001/05/03  16:42:30
32932         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
32933              From: Andy Dougherty <doughera@lafayette.edu>
32934              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
32935              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
32936      Branch: perl
32937            ! INSTALL
32938 ____________________________________________________________________________
32939 [  9976] By: nick                                  on 2001/05/03  16:40:42
32940         Log: Allow $answer = encode($object,$text); like it says in docs.
32941      Branch: perlio
32942            ! ext/Encode/Encode.pm
32943 ____________________________________________________________________________
32944 [  9975] By: nick                                  on 2001/05/03  16:22:30
32945         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
32946              to be in scope (fair enough), and also a package variable (our) for eval to see it.
32947      Branch: perlio
32948            ! ext/Encode/Encode.pm
32949 ____________________________________________________________________________
32950 [  9974] By: nick                                  on 2001/05/03  15:48:17
32951         Log: Integrate mainline.
32952      Branch: perlio
32953           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
32954           +> t/lib/filter-simple.t t/lib/next.t
32955           !> (integrate 70 files)
32956 ____________________________________________________________________________
32957 [  9973] By: jhi                                   on 2001/05/03  13:09:09
32958         Log: Update Changes.
32959      Branch: perl
32960            ! Changes patchlevel.h
32961 ____________________________________________________________________________
32962 [  9972] By: jhi                                   on 2001/05/03  12:58:33
32963         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
32964              From: Prymmer/Kahn <pvhp@best.com>
32965              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
32966              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
32967      Branch: perl
32968            ! t/io/fflush.t
32969 ____________________________________________________________________________
32970 [  9971] By: jhi                                   on 2001/05/03  12:57:26
32971         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
32972              From: Prymmer/Kahn <pvhp@best.com>
32973              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
32974              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
32975      Branch: perl
32976            ! win32/FindExt.pm
32977 ____________________________________________________________________________
32978 [  9970] By: jhi                                   on 2001/05/03  02:42:46
32979         Log: Can't croak sans thread context, from Doug MacEachern.
32980      Branch: perl
32981            ! toke.c
32982 ____________________________________________________________________________
32983 [  9969] By: jhi                                   on 2001/05/03  01:23:48
32984         Log: Subject: Random input test and Perl
32985              From: Ilya Zakharevich <ilya@math.berkeley.edu>
32986              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
32987              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
32988      Branch: perl
32989            ! toke.c
32990 ____________________________________________________________________________
32991 [  9968] By: jhi                                   on 2001/05/02  22:17:21
32992         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
32993              From: Peter Prymmer <pvhp@forte.com>
32994              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
32995              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
32996      Branch: perl
32997            ! pod/perlfunc.pod pod/perlport.pod
32998 ____________________________________________________________________________
32999 [  9967] By: jhi                                   on 2001/05/02  20:12:45
33000         Log: Workaround for UTS compiler casting bug from Hal Morris.
33001      Branch: perl
33002            ! perl.h
33003 ____________________________________________________________________________
33004 [  9966] By: jhi                                   on 2001/05/02  18:31:37
33005         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
33006              From: Dan Sugalski <dan@sidhe.org>
33007              Date: Wed, 02 May 2001 15:23:22 -0400
33008              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
33009      Branch: perl
33010            ! perl.c vms/vms.c
33011 ____________________________________________________________________________
33012 [  9965] By: jhi                                   on 2001/05/02  18:21:29
33013         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
33014      Branch: perl
33015            ! pod/perlfunc.pod
33016 ____________________________________________________________________________
33017 [  9964] By: jhi                                   on 2001/05/02  18:15:01
33018         Log: Document large files in INSTALL, document also the %x
33019              limitation if not use64bitint, closes bug 20010326.007.
33020      Branch: perl
33021            ! INSTALL
33022 ____________________________________________________________________________
33023 [  9963] By: jhi                                   on 2001/05/02  17:24:47
33024         Log: perlmodlib tweaks; regen pods.
33025      Branch: perl
33026            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
33027            ! pod/perltoc.pod
33028 ____________________________________________________________________________
33029 [  9962] By: jhi                                   on 2001/05/02  17:14:00
33030         Log: Fix for a segfault, from Marc Lehmann.
33031      Branch: perl
33032            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
33033 ____________________________________________________________________________
33034 [  9961] By: jhi                                   on 2001/05/02  15:55:53
33035         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
33036              From: "Philip Newton" <pnewton@gmx.de>
33037              Date: Wed, 2 May 2001 18:39:03 +0200
33038              Message-ID: <3AF05447.15525.173B588@localhost>
33039      Branch: perl
33040            ! pod/perlop.pod
33041 ____________________________________________________________________________
33042 [  9960] By: jhi                                   on 2001/05/02  15:35:37
33043         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
33044              From: Dan Sugalski <dan@sidhe.org>
33045              Date: Wed, 02 May 2001 11:37:27 -0400
33046              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
33047      Branch: perl
33048            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
33049            ! thread.h vms/vms.c vms/vmsish.h
33050 ____________________________________________________________________________
33051 [  9959] By: jhi                                   on 2001/05/02  15:21:08
33052         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
33053              From: Benjamin Sugars <bsugars@canoe.ca>
33054              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
33055              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
33056      Branch: perl
33057            ! ext/PerlIO/Scalar/Scalar.xs
33058 ____________________________________________________________________________
33059 [  9958] By: jhi                                   on 2001/05/02  15:15:53
33060         Log: Bug in #9915, spotted by Mike Guy.
33061      Branch: perl
33062            ! installperl
33063 ____________________________________________________________________________
33064 [  9957] By: jhi                                   on 2001/05/02  13:26:01
33065         Log: Add a test for not griping about references as array
33066              indices if the reference has magic in it (overloaded
33067              methods).
33068      Branch: perl
33069            ! pod/perldiag.pod t/pragma/warn/pp_hot
33070 ____________________________________________________________________________
33071 [  9956] By: jhi                                   on 2001/05/02  13:07:01
33072         Log: Retracted a bit too much in #9952.
33073      Branch: perl
33074            ! t/pragma/sub_lval.t
33075 ____________________________________________________________________________
33076 [  9955] By: jhi                                   on 2001/05/02  13:05:38
33077         Log: Test for #9952.
33078      Branch: perl
33079            ! t/op/tie.t
33080 ____________________________________________________________________________
33081 [  9954] By: jhi                                   on 2001/05/02  11:48:18
33082         Log: Additional note on the encoding example: one cannot
33083              convert string constants in-place.
33084      Branch: perl
33085            ! ext/Encode/Encode.pm
33086 ____________________________________________________________________________
33087 [  9953] By: jhi                                   on 2001/05/02  11:43:51
33088         Log: Note that if you have recent enough Perl you already
33089              have Filter::Util::Call.
33090      Branch: perl
33091            ! lib/Filter/Simple.pm
33092 ____________________________________________________________________________
33093 [  9952] By: jhi                                   on 2001/05/02  11:31:53
33094         Log: Retract changes #8254 and #8255, causes coredump in
33095              'tie FH, "main"', reported by Abigail, culprit found by
33096              Benjamin Sugars.  Mirrors maintperl change #9950.
33097      Branch: perl
33098            ! op.c t/pragma/sub_lval.t
33099 ____________________________________________________________________________
33100 [  9951] By: jhi                                   on 2001/05/02  11:14:29
33101         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
33102      Branch: perl
33103            + t/lib/MyFilter.pm
33104 ____________________________________________________________________________
33105 [  9950] By: gsar                                  on 2001/05/02  03:17:11
33106         Log: revert integration of changes#8254,8255 in change#8620 (causes
33107              a coredump in C<tie FH, 'foo'>; the idea itself may need better
33108              rationalization)
33109      Branch: maint-5.6/perl
33110            ! op.c t/pragma/sub_lval.t
33111 ____________________________________________________________________________
33112 [  9949] By: gsar                                  on 2001/05/02  02:56:32
33113         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
33114              
33115              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
33116              
33117              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
33118      Branch: maint-5.6/perl
33119           !> hints/svr5.sh
33120 ____________________________________________________________________________
33121 [  9948] By: gsar                                  on 2001/05/02  02:49:15
33122         Log: pod/find.t breaks on VMS (from Craig Berry)
33123      Branch: maint-5.6/perl
33124            ! t/pod/find.t
33125 ____________________________________________________________________________
33126 [  9947] By: jhi                                   on 2001/05/02  02:43:09
33127         Log: Add an encoding conversion example.
33128      Branch: perl
33129            ! ext/Encode/Encode.pm
33130 ____________________________________________________________________________
33131 [  9946] By: jhi                                   on 2001/05/02  01:34:22
33132         Log: Another coat of paint but still nowhere finished.
33133              Need to decide on the semantics of strptime(): should
33134              strptime() be a function instead of a method?  To do
33135              the week/monthname-strptiming the i18n/l10n bullet needs
33136              to be bitten with gusto.
33137      Branch: perl
33138            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
33139 ____________________________________________________________________________
33140 [  9945] By: jhi                                   on 2001/05/01  23:40:52
33141         Log: Update Changes.
33142      Branch: perl
33143            ! Changes patchlevel.h
33144 ____________________________________________________________________________
33145 [  9944] By: jhi                                   on 2001/05/01  23:33:37
33146         Log: Add known-to-be-tested modules to the list-to-be-skipped.
33147      Branch: perl
33148            ! t/lib/1_compile.t
33149 ____________________________________________________________________________
33150 [  9943] By: jhi                                   on 2001/05/01  23:24:40
33151         Log: Subject: BorlandC++ fix
33152              From: "Vadim Konovalov" <watman@inbox.ru>
33153              Date: Mon, 30 Apr 2001 20:12:26 -0700
33154              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
33155      Branch: perl
33156            ! win32/makefile.mk
33157 ____________________________________________________________________________
33158 [  9942] By: jhi                                   on 2001/05/01  23:18:02
33159         Log: Update to Filter::Simple 0.60, create a test for it.
33160      Branch: perl
33161            + t/lib/filter-simple.t
33162            ! MANIFEST lib/Filter/Simple.pm
33163 ____________________________________________________________________________
33164 [  9941] By: jhi                                   on 2001/05/01  19:47:24
33165         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
33166              From: Hugo <hv@crypt.compulink.co.uk>
33167              Date: Tue, 01 May 2001 20:12:20 +0100
33168              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
33169      Branch: perl
33170            ! pp_hot.c t/op/re_tests
33171 ____________________________________________________________________________
33172 [  9940] By: jhi                                   on 2001/05/01  19:42:16
33173         Log: Integrate perlio.
33174      Branch: perl
33175           !> lib/base.pm t/lib/fields.t
33176 ____________________________________________________________________________
33177 [  9939] By: jhi                                   on 2001/05/01  19:39:51
33178         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
33179              From: Benjamin Sugars <bsugars@canoe.ca>
33180              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
33181              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
33182      Branch: perl
33183            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
33184 ____________________________________________________________________________
33185 [  9938] By: jhi                                   on 2001/05/01  19:34:09
33186         Log: Add NEXT, a pseudo-class for method redispatching.
33187              <Damian>NEXT.pm probably offers more bang-for-buck
33188              than anything else I've ever written.</Damian>
33189      Branch: perl
33190            + lib/NEXT.pm t/lib/next.t
33191            ! MANIFEST
33192 ____________________________________________________________________________
33193 [  9937] By: jhi                                   on 2001/05/01  19:21:41
33194         Log: Update to Switch 2.02.
33195      Branch: perl
33196            ! lib/Switch.pm t/lib/switch.t
33197 ____________________________________________________________________________
33198 [  9936] By: nick                                  on 2001/05/01  19:09:21
33199         Log: Fix for base.pm clobbering $VERSION
33200      Branch: perlio
33201            ! lib/base.pm
33202 ____________________________________________________________________________
33203 [  9935] By: nick                                  on 2001/05/01  18:54:38
33204         Log: Test for base.pm clobbering $VERSION.
33205      Branch: perlio
33206            ! t/lib/fields.t
33207 ____________________________________________________________________________
33208 [  9934] By: jhi                                   on 2001/05/01  18:39:10
33209         Log: Add information about Scalar::Util::blessed.
33210      Branch: perl
33211            ! pod/perlobj.pod
33212 ____________________________________________________________________________
33213 [  9933] By: jhi                                   on 2001/05/01  18:33:51
33214         Log: Subject: Extra UNIVERSAL documentation
33215              From: Mike Guy <mjtg@cam.ac.uk>
33216              Date: Tue, 01 May 2001 20:12:11 +0100
33217              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
33218      Branch: perl
33219            ! pod/perlobj.pod
33220 ____________________________________________________________________________
33221 [  9932] By: jhi                                   on 2001/05/01  18:26:54
33222         Log: Subject: Autoflush in tests as appropriate
33223              From: Mike Guy <mjtg@cam.ac.uk>
33224              Date: Tue, 01 May 2001 20:05:31 +0100
33225              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
33226      Branch: perl
33227            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
33228            ! t/op/taint.t
33229 ____________________________________________________________________________
33230 [  9931] By: jhi                                   on 2001/05/01  18:02:29
33231         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
33232              From: Benjamin Sugars <bsugars@canoe.ca>
33233              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
33234              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
33235      Branch: perl
33236            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
33237 ____________________________________________________________________________
33238 [  9930] By: jhi                                   on 2001/05/01  15:12:26
33239         Log: Subject: Re: Finally got a round tuit
33240              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33241              Date: Tue, 01 May 2001 14:14:10 +0200
33242              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
33243              
33244              The -DP part, slightly modified.
33245      Branch: perl
33246            ! perl.c
33247 ____________________________________________________________________________
33248 [  9929] By: jhi                                   on 2001/05/01  14:17:15
33249         Log: Subject: Re: Finally got a round tuit
33250              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33251              Date: Tue, 01 May 2001 16:34:06 +0200
33252              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
33253              
33254              cpp and optimization tweaks for HP-UX.
33255      Branch: perl
33256            ! hints/hpux.sh
33257 ____________________________________________________________________________
33258 [  9928] By: jhi                                   on 2001/05/01  13:24:20
33259         Log: Tune the scan_num() comments to reality.
33260      Branch: perl
33261            ! toke.c
33262 ____________________________________________________________________________
33263 [  9927] By: jhi                                   on 2001/05/01  13:14:01
33264         Log: Subject: [PATCH B::Deparse] optimised sort
33265              From: Robin Houston <robin@kitsite.com>
33266              Date: Tue, 1 May 2001 14:07:12 +0100
33267              Message-ID: <20010501140712.A4266@penderel>
33268      Branch: perl
33269            ! ext/B/B/Deparse.pm
33270 ____________________________________________________________________________
33271 [  9926] By: jhi                                   on 2001/05/01  13:10:53
33272         Log: Subject: [PATCH t/lib/b-deparse.t] 
33273              From: Robin Houston <robin@kitsite.com>
33274              Date: Tue, 1 May 2001 13:37:42 +0100
33275              Message-ID: <20010501133742.A4082@penderel>
33276      Branch: perl
33277            ! t/lib/b-deparse.t
33278 ____________________________________________________________________________
33279 [  9925] By: jhi                                   on 2001/05/01  13:10:13
33280         Log: Subject: [PATCH B::Deparse] for(;;), sort
33281              From: Robin Houston <robin@kitsite.com>
33282              Date: Tue, 1 May 2001 13:35:00 +0100
33283              Message-ID: <20010501133500.A4061@penderel>
33284      Branch: perl
33285            ! ext/B/B/Deparse.pm
33286 ____________________________________________________________________________
33287 [  9924] By: jhi                                   on 2001/05/01  13:09:22
33288         Log: Subject: [PATCH B::Deparse] do, warn, use
33289              From: Robin Houston <robin@kitsite.com>
33290              Date: Tue, 1 May 2001 13:31:03 +0100
33291              Message-ID: <20010501133103.A4041@penderel>
33292      Branch: perl
33293            ! ext/B/B/Deparse.pm
33294 ____________________________________________________________________________
33295 [  9923] By: jhi                                   on 2001/05/01  11:45:36
33296         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
33297              From: Benjamin Sugars <ben.sugars@home.com>
33298              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
33299              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
33300      Branch: perl
33301            + t/io/fflush.t
33302            ! MANIFEST
33303 ____________________________________________________________________________
33304 [  9922] By: jhi                                   on 2001/05/01  11:35:42
33305         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
33306              From: Peter Prymmer <pvhp@forte.com>
33307              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
33308              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
33309      Branch: perl
33310            ! t/lib/selfstubber.t
33311 ____________________________________________________________________________
33312 [  9921] By: jhi                                   on 2001/04/30  16:34:33
33313         Log: Subject: [PATCH B::Concise] suppress warning
33314              From: Robin Houston <robin@kitsite.com>
33315              Date: Mon, 30 Apr 2001 16:09:49 +0100
33316              Message-ID: <20010430160949.A25086@penderel>
33317      Branch: perl
33318            ! ext/B/B/Concise.pm
33319 ____________________________________________________________________________
33320 [  9920] By: jhi                                   on 2001/04/30  13:56:04
33321         Log: Strip the *markers* from #9919.
33322      Branch: perl
33323            ! pod/perlfaq.pod pod/perlfaq5.pod
33324 ____________________________________________________________________________
33325 [  9919] By: jhi                                   on 2001/04/30  13:54:04
33326         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
33327              From: Gwyn Judd <b.judd@xtra.co.nz>
33328              Date: Sun, 29 Apr 2001 01:47:49 +1200
33329              Message-ID: <20010429014749.A4418@thislove>
33330      Branch: perl
33331            ! pod/perlfaq.pod pod/perlfaq5.pod
33332 ____________________________________________________________________________
33333 [  9918] By: jhi                                   on 2001/04/30  13:13:54
33334         Log: More_tweakage.
33335      Branch: perl
33336            ! pod/perldata.pod pod/perldiag.pod
33337 ____________________________________________________________________________
33338 [  9917] By: jhi                                   on 2001/04/30  13:01:27
33339         Log: Update Changes.
33340      Branch: perl
33341            ! Changes patchlevel.h
33342 ____________________________________________________________________________
33343 [  9916] By: jhi                                   on 2001/04/30  12:57:03
33344         Log: T_w_e_a_k_a_g_e.
33345      Branch: perl
33346            ! pod/perldata.pod pod/perldiag.pod
33347 ____________________________________________________________________________
33348 [  9915] By: jhi                                   on 2001/04/30  12:39:29
33349         Log: Install s2p also as psed.
33350              
33351              TODO: psed documentation?
33352      Branch: perl
33353            ! installperl
33354 ____________________________________________________________________________
33355 [  9914] By: jhi                                   on 2001/04/30  12:29:21
33356         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
33357              From: Jens Hamisch <jens@Strawberry.COM>
33358              Date: Fri, 27 Apr 2001 17:00:36 +0200
33359              Message-ID: <20010427170036.K1372@Strawberry.COM>
33360              
33361              SOCKS5_VERSION_NAME is the right symbol to detect
33362              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
33363              function called socks5_init() is available, and even that is
33364              not universal, most SOCKS5 installations use SOCKSinit()).
33365      Branch: perl
33366            ! perlio.c
33367 ____________________________________________________________________________
33368 [  9913] By: jhi                                   on 2001/04/30  12:22:15
33369         Log: Allow a zero timeout on IO::Socket accept and connect--
33370              though one really shouldn't do that.  Based on
33371              
33372              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
33373              From: "John Holdsworth" <coldwave@bigfoot.com>
33374              Date: Sun, 4 Feb 2001 12:48:18 +0100
33375              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
33376      Branch: perl
33377            ! ext/IO/lib/IO/Socket.pm
33378 ____________________________________________________________________________
33379 [  9912] By: jhi                                   on 2001/04/30  11:27:27
33380         Log: Save the spot of regprev (see #9911) for binary compatibility;
33381              regen API.
33382      Branch: perl
33383            ! embedvar.h perlapi.h thrdvar.h
33384 ____________________________________________________________________________
33385 [  9911] By: jhi                                   on 2001/04/30  11:22:03
33386         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
33387              From: Hugo <hv@crypt.compulink.co.uk>
33388              Date: Sun, 29 Apr 2001 17:09:30 +0100
33389              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
33390      Branch: perl
33391            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
33392 ____________________________________________________________________________
33393 [  9910] By: jhi                                   on 2001/04/30  11:15:12
33394         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
33395              a dummy for PL_numeric_radix); no pressing reason to break
33396              binary compatibility; regen API.
33397      Branch: perl
33398            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
33399            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
33400 ____________________________________________________________________________
33401 [  9909] By: jhi                                   on 2001/04/30  10:56:08
33402         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
33403              From: Walt Mankowski <waltman@netaxs.com>
33404              Date: Sun, 29 Apr 2001 21:53:48 -0400
33405              Message-ID: <20010429215348.A3971@netaxs.com>
33406      Branch: perl
33407            ! pod/perlfunc.pod
33408 ____________________________________________________________________________
33409 [  9908] By: jhi                                   on 2001/04/30  10:49:40
33410         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
33411      Branch: perl
33412            ! t/lib/selfstubber.t
33413 ____________________________________________________________________________
33414 [  9907] By: nick                                  on 2001/04/30  09:26:50
33415         Log: Integrate mainline.
33416      Branch: perlio
33417           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
33418 ____________________________________________________________________________
33419 [  9906] By: jhi                                   on 2001/04/29  23:24:20
33420         Log: Abigail spotted a thinko in #9905.
33421      Branch: perl
33422            ! pod/perldiag.pod
33423 ____________________________________________________________________________
33424 [  9905] By: jhi                                   on 2001/04/29  15:55:39
33425         Log: Changed the underscore/undebar syntax in numeric constants;
33426              now any grouping will do, as long as the underscores are not
33427              consecutive (so "zero-grouping" is out), and they do not begin
33428              or end the integer or fractional parts.
33429      Branch: perl
33430            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
33431 ____________________________________________________________________________
33432 [  9904] By: nick                                  on 2001/04/29  15:43:22
33433         Log: Integrate mainline.
33434      Branch: perlio
33435           +> (branch 98 files)
33436            - lib/unicode/Block.pl
33437            - lib/unicode/In/AlphabeticPresentationForms.pl
33438            - lib/unicode/In/Arabic.pl
33439            - lib/unicode/In/ArabicPresentationForms-A.pl
33440            - lib/unicode/In/ArabicPresentationForms-B.pl
33441            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
33442            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
33443            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
33444            - lib/unicode/In/BopomofoExtended.pl
33445            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
33446            - lib/unicode/In/CJKCompatibility.pl
33447            - lib/unicode/In/CJKCompatibilityForms.pl
33448            - lib/unicode/In/CJKCompatibilityIdeographs.pl
33449            - lib/unicode/In/CJKRadicalsSupplement.pl
33450            - lib/unicode/In/CJKSymbolsandPunctuation.pl
33451            - lib/unicode/In/CJKUnifiedIdeographs.pl
33452            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
33453            - lib/unicode/In/Cherokee.pl
33454            - lib/unicode/In/CombiningDiacriticalMarks.pl
33455            - lib/unicode/In/CombiningHalfMarks.pl
33456            - lib/unicode/In/CombiningMarksforSymbols.pl
33457            - lib/unicode/In/ControlPictures.pl
33458            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
33459            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
33460            - lib/unicode/In/EnclosedAlphanumerics.pl
33461            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
33462            - lib/unicode/In/Ethiopic.pl
33463            - lib/unicode/In/GeneralPunctuation.pl
33464            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
33465            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
33466            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
33467            - lib/unicode/In/HalfwidthandFullwidthForms.pl
33468            - lib/unicode/In/HangulCompatibilityJamo.pl
33469            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
33470            - lib/unicode/In/Hebrew.pl
33471            - lib/unicode/In/HighPrivateUseSurrogates.pl
33472            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
33473            - lib/unicode/In/IPAExtensions.pl
33474            - lib/unicode/In/IdeographicDescriptionCharacters.pl
33475            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
33476            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
33477            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
33478            - lib/unicode/In/Latin-1Supplement.pl
33479            - lib/unicode/In/LatinExtended-A.pl
33480            - lib/unicode/In/LatinExtended-B.pl
33481            - lib/unicode/In/LatinExtendedAdditional.pl
33482            - lib/unicode/In/LetterlikeSymbols.pl
33483            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
33484            - lib/unicode/In/MathematicalOperators.pl
33485            - lib/unicode/In/MiscellaneousSymbols.pl
33486            - lib/unicode/In/MiscellaneousTechnical.pl
33487            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
33488            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
33489            - lib/unicode/In/OpticalCharacterRecognition.pl
33490            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
33491            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
33492            - lib/unicode/In/SmallFormVariants.pl
33493            - lib/unicode/In/SpacingModifierLetters.pl
33494            - lib/unicode/In/Specials.pl
33495            - lib/unicode/In/SuperscriptsandSubscripts.pl
33496            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
33497            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
33498            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
33499            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
33500            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
33501           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
33502           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
33503           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
33504           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
33505           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
33506           !> utf8.c win32/Makefile
33507 ____________________________________________________________________________
33508 [  9903] By: jhi                                   on 2001/04/29  14:30:53
33509         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
33510              From: Prymmer/Kahn <pvhp@best.com>
33511              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
33512              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
33513      Branch: perl
33514            ! win32/Makefile
33515 ____________________________________________________________________________
33516 [  9902] By: jhi                                   on 2001/04/29  02:52:44
33517         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
33518              From: "Abigail" <abigail@foad.org>
33519              Date: Sun, 29 Apr 2001 03:14:25 +0200
33520              Message-ID: <20010429011425.24503.qmail@foad.org>
33521      Branch: perl
33522            ! ext/IO/lib/IO/Seekable.pm
33523 ____________________________________________________________________________
33524 [  9901] By: jhi                                   on 2001/04/29  02:04:46
33525         Log: In character classes one couldn't have 0x80..0xff characters
33526              at the left hand side if there were 0x100.. characters in the
33527              character class.
33528      Branch: perl
33529            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
33530            ! t/op/pat.t utf8.c
33531 ____________________________________________________________________________
33532 [  9900] By: jhi                                   on 2001/04/28  22:55:04
33533         Log: Forgot the latest mktables.PL from #9899.
33534      Branch: perl
33535            ! lib/unicode/mktables.PL
33536 ____________________________________________________________________________
33537 [  9899] By: jhi                                   on 2001/04/28  22:53:28
33538         Log: Explain the \p{} and \P{} error message better and
33539              have prettier prettyprint in In.pl.
33540      Branch: perl
33541            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
33542            ! pod/perldiag.pod
33543 ____________________________________________________________________________
33544 [  9898] By: jhi                                   on 2001/04/28  21:03:34
33545         Log: Add one possible explanation for the "Invalid [] range" error.
33546      Branch: perl
33547            ! pod/perldiag.pod
33548 ____________________________________________________________________________
33549 [  9897] By: jhi                                   on 2001/04/28  17:18:26
33550         Log: Add a level of indirection to the implementation of \p{InFoo}
33551              so that we don't have to have long filenames.  (Nothing changes
33552              in the user interface.)   The indirection is defined in
33553              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
33554              Also rename some the character classes by removing '-' from
33555              the classnames, and finally renamed Block.pl as Blocks.pl.
33556      Branch: perl
33557            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
33558            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
33559            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
33560            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
33561            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
33562            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
33563            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
33564            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
33565            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
33566            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
33567            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
33568            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
33569            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
33570            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
33571            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
33572            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
33573            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
33574            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
33575            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
33576            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
33577            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
33578            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
33579            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
33580            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
33581            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
33582            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
33583            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
33584            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
33585            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
33586            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
33587            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
33588            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
33589            + lib/unicode/In/94.pl lib/unicode/In/95.pl
33590            - lib/unicode/Block.pl
33591            - lib/unicode/In/AlphabeticPresentationForms.pl
33592            - lib/unicode/In/Arabic.pl
33593            - lib/unicode/In/ArabicPresentationForms-A.pl
33594            - lib/unicode/In/ArabicPresentationForms-B.pl
33595            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
33596            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
33597            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
33598            - lib/unicode/In/BopomofoExtended.pl
33599            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
33600            - lib/unicode/In/CJKCompatibility.pl
33601            - lib/unicode/In/CJKCompatibilityForms.pl
33602            - lib/unicode/In/CJKCompatibilityIdeographs.pl
33603            - lib/unicode/In/CJKRadicalsSupplement.pl
33604            - lib/unicode/In/CJKSymbolsandPunctuation.pl
33605            - lib/unicode/In/CJKUnifiedIdeographs.pl
33606            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
33607            - lib/unicode/In/Cherokee.pl
33608            - lib/unicode/In/CombiningDiacriticalMarks.pl
33609            - lib/unicode/In/CombiningHalfMarks.pl
33610            - lib/unicode/In/CombiningMarksforSymbols.pl
33611            - lib/unicode/In/ControlPictures.pl
33612            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
33613            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
33614            - lib/unicode/In/EnclosedAlphanumerics.pl
33615            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
33616            - lib/unicode/In/Ethiopic.pl
33617            - lib/unicode/In/GeneralPunctuation.pl
33618            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
33619            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
33620            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
33621            - lib/unicode/In/HalfwidthandFullwidthForms.pl
33622            - lib/unicode/In/HangulCompatibilityJamo.pl
33623            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
33624            - lib/unicode/In/Hebrew.pl
33625            - lib/unicode/In/HighPrivateUseSurrogates.pl
33626            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
33627            - lib/unicode/In/IPAExtensions.pl
33628            - lib/unicode/In/IdeographicDescriptionCharacters.pl
33629            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
33630            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
33631            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
33632            - lib/unicode/In/Latin-1Supplement.pl
33633            - lib/unicode/In/LatinExtended-A.pl
33634            - lib/unicode/In/LatinExtended-B.pl
33635            - lib/unicode/In/LatinExtendedAdditional.pl
33636            - lib/unicode/In/LetterlikeSymbols.pl
33637            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
33638            - lib/unicode/In/MathematicalOperators.pl
33639            - lib/unicode/In/MiscellaneousSymbols.pl
33640            - lib/unicode/In/MiscellaneousTechnical.pl
33641            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
33642            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
33643            - lib/unicode/In/OpticalCharacterRecognition.pl
33644            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
33645            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
33646            - lib/unicode/In/SmallFormVariants.pl
33647            - lib/unicode/In/SpacingModifierLetters.pl
33648            - lib/unicode/In/Specials.pl
33649            - lib/unicode/In/SuperscriptsandSubscripts.pl
33650            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
33651            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
33652            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
33653            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
33654            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
33655            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
33656            ! pod/perlunicode.pod
33657 ____________________________________________________________________________
33658 [  9896] By: jhi                                   on 2001/04/28  14:33:17
33659         Log: Update the information on shared library path on HP-UX.
33660      Branch: perl
33661            ! INSTALL
33662 ____________________________________________________________________________
33663 [  9895] By: jhi                                   on 2001/04/28  14:32:30
33664         Log: Because #9894 seems to do the trick, this workaround can be removed.
33665      Branch: perl
33666            ! t/lib/selfstubber.t
33667 ____________________________________________________________________________
33668 [  9894] By: jhi                                   on 2001/04/28  14:26:13
33669         Log: For PerlIO flush the children's file handles (on fork/exec/system).
33670      Branch: perl
33671            ! perl.h
33672 ____________________________________________________________________________
33673 [  9893] By: jhi                                   on 2001/04/28  14:23:15
33674         Log: Test tweak for #9891.
33675      Branch: perl
33676            ! t/lib/b-deparse.t
33677 ____________________________________________________________________________
33678 [  9892] By: jhi                                   on 2001/04/28  14:10:13
33679         Log: New HP-UX hints from Merijn.
33680      Branch: perl
33681            ! hints/hpux.sh
33682 ____________________________________________________________________________
33683 [  9891] By: jhi                                   on 2001/04/28  14:07:27
33684         Log: Subject: [PATCH B::Deparse] non-block scopes
33685              From: Robin Houston <robin@kitsite.com>
33686              Date: Fri, 27 Apr 2001 19:15:14 +0100
33687              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
33688      Branch: perl
33689            ! ext/B/B/Deparse.pm
33690 ____________________________________________________________________________
33691 [  9890] By: nick                                  on 2001/04/27  19:41:25
33692         Log: Integrate mainline
33693      Branch: perlio
33694           +> t/lib/selfstubber.t
33695           !> (integrate 50 files)
33696 ____________________________________________________________________________
33697 [  9889] By: jhi                                   on 2001/04/27  18:23:46
33698         Log: Subject: Re: selfstubber test fail on bleadperl
33699              From: Mike Guy <mjtg@cam.ac.uk>
33700              Date: Fri, 27 Apr 2001 19:31:18 +0100
33701              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
33702      Branch: perl
33703            ! t/lib/selfstubber.t
33704 ____________________________________________________________________________
33705 [  9888] By: jhi                                   on 2001/04/27  16:20:54
33706         Log: Test tweak for #9886.
33707      Branch: perl
33708            ! t/lib/b-deparse.t
33709 ____________________________________________________________________________
33710 [  9887] By: jhi                                   on 2001/04/27  16:16:33
33711         Log: Buffering issue at least in Solaris (even with perlio).
33712      Branch: perl
33713            ! t/lib/selfstubber.t
33714 ____________________________________________________________________________
33715 [  9886] By: jhi                                   on 2001/04/27  14:59:23
33716         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
33717              From: Robin Houston <robin@kitsite.com>
33718              Date: Fri, 27 Apr 2001 16:53:20 +0100
33719              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
33720      Branch: perl
33721            ! ext/B/B/Deparse.pm
33722 ____________________________________________________________________________
33723 [  9885] By: jhi                                   on 2001/04/27  14:23:51
33724         Log: Update Changes.
33725      Branch: perl
33726            ! Changes patchlevel.h
33727 ____________________________________________________________________________
33728 [  9884] By: jhi                                   on 2001/04/27  14:14:12
33729         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
33730              From: "Philip Newton" <pnewton@gmx.de>
33731              Date: Fri, 27 Apr 2001 16:40:13 +0200
33732              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
33733      Branch: perl
33734            ! pod/perldata.pod
33735 ____________________________________________________________________________
33736 [  9883] By: jhi                                   on 2001/04/27  13:28:19
33737         Log: Add LOG_PERROR; prettify the "removed".
33738      Branch: perl
33739            ! ext/Sys/Syslog/Syslog.xs
33740 ____________________________________________________________________________
33741 [  9882] By: jhi                                   on 2001/04/27  13:13:18
33742         Log: h2xs tweaks: use NV instead of double, "quote" the removed
33743              prefixes for clarity (especially when nothing is removed),
33744              slight pod reformats.
33745      Branch: perl
33746            ! utils/h2xs.PL
33747 ____________________________________________________________________________
33748 [  9881] By: jhi                                   on 2001/04/27  12:58:48
33749         Log: Don't bother creating existing directories.
33750      Branch: perl
33751            ! utils/h2xs.PL
33752 ____________________________________________________________________________
33753 [  9880] By: jhi                                   on 2001/04/27  12:45:39
33754         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
33755              From: Mike Schilli <m@perlmeister.com>
33756              Date: Wed, 25 Apr 2001 01:29:21 -0700
33757              Message-id: <3AE68AE1.6A981723@perlmeister.com>
33758      Branch: perl
33759            ! utils/h2xs.PL
33760 ____________________________________________________________________________
33761 [  9879] By: jhi                                   on 2001/04/27  12:40:55
33762         Log: break is not yet Perl.  Added the template license also to README.
33763      Branch: perl
33764            ! utils/h2xs.PL
33765 ____________________________________________________________________________
33766 [  9878] By: jhi                                   on 2001/04/27  03:08:20
33767         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
33768              From: Tim Jenness <t.jenness@jach.hawaii.edu>
33769              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
33770              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
33771      Branch: perl
33772            ! t/lib/xs-typemap.t
33773 ____________________________________________________________________________
33774 [  9877] By: jhi                                   on 2001/04/26  23:54:40
33775         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
33776              From: "Abigail" <abigail@foad.org>
33777              Date: Fri, 27 Apr 2001 01:44:28 +0200
33778              Message-ID: <20010426234428.19786.qmail@foad.org>
33779      Branch: perl
33780            ! utils/h2xs.PL
33781 ____________________________________________________________________________
33782 [  9876] By: jhi                                   on 2001/04/26  23:52:06
33783         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
33784              From: Peter Prymmer <pvhp@forte.com>
33785              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
33786              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
33787      Branch: perl
33788            ! t/lib/selfstubber.t
33789 ____________________________________________________________________________
33790 [  9875] By: jhi                                   on 2001/04/26  23:48:10
33791         Log: Deparse nits.
33792      Branch: perl
33793            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
33794 ____________________________________________________________________________
33795 [  9874] By: jhi                                   on 2001/04/26  22:46:05
33796         Log: Document ANYOF_CLASS.
33797      Branch: perl
33798            ! regcomp.h
33799 ____________________________________________________________________________
33800 [  9873] By: jhi                                   on 2001/04/26  22:35:03
33801         Log: Subject: Re: [PATCH @9846] dumping ANYOF
33802              From: Hugo <hv@crypt.compulink.co.uk>
33803              Date: Thu, 26 Apr 2001 23:33:38 +0100
33804              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
33805      Branch: perl
33806            ! regcomp.c regcomp.h
33807 ____________________________________________________________________________
33808 [  9872] By: jhi                                   on 2001/04/26  22:34:31
33809         Log: Subject: [PATCH] more for Devel::SelfStubber
33810              From: Nicholas Clark <nick@ccl4.org>
33811              Date: Fri, 27 Apr 2001 00:13:52 +0100
33812              Message-ID: <20010427001351.K88186@plum.flirble.org>
33813      Branch: perl
33814            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
33815 ____________________________________________________________________________
33816 [  9871] By: jhi                                   on 2001/04/26  21:59:17
33817         Log: Subject: [PATCH B::Deparse] formats must be flush left
33818              From: Robin Houston <robin@kitsite.com>
33819              Date: Thu, 26 Apr 2001 23:54:29 +0100
33820              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
33821      Branch: perl
33822            ! ext/B/B/Deparse.pm
33823 ____________________________________________________________________________
33824 [  9870] By: jhi                                   on 2001/04/26  21:57:37
33825         Log: If some of the constants are prefixes of others,
33826              the prefixes may never get recognized.  (See 20010426.006.)
33827      Branch: perl
33828            ! utils/h2xs.PL
33829 ____________________________________________________________________________
33830 [  9869] By: jhi                                   on 2001/04/26  21:50:42
33831         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
33832              From: Chris Bongaarts <cab@tc.umn.edu>
33833              Date: Thu, 26 Apr 2001 17:10:31 -0500
33834              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
33835      Branch: perl
33836            ! ext/Sys/Syslog/Syslog.xs
33837 ____________________________________________________________________________
33838 [  9868] By: jhi                                   on 2001/04/26  21:35:12
33839         Log: Further cuts and more docs from Graham Barr.
33840      Branch: perl
33841            ! ext/List/Util/lib/List/Util.pm
33842            ! ext/List/Util/lib/Scalar/Util.pm
33843 ____________________________________________________________________________
33844 [  9867] By: jhi                                   on 2001/04/26  21:18:57
33845         Log: Subject: [PATCH 5.7.1] DB_File-1.77
33846              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
33847              Date: Thu, 26 Apr 2001 22:37:53 +0100
33848              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
33849      Branch: perl
33850            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
33851            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
33852 ____________________________________________________________________________
33853 [  9866] By: jhi                                   on 2001/04/26  21:12:31
33854         Log: Subject: [PATCH B::Deparse] fix easy bugs
33855              From: Robin Houston <robin@kitsite.com>
33856              Date: Thu, 26 Apr 2001 23:03:33 +0100
33857              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
33858      Branch: perl
33859            ! ext/B/B/Deparse.pm
33860 ____________________________________________________________________________
33861 [  9865] By: jhi                                   on 2001/04/26  20:26:13
33862         Log: Update Changes.
33863      Branch: perl
33864            ! Changes patchlevel.h
33865 ____________________________________________________________________________
33866 [  9864] By: jhi                                   on 2001/04/26  19:27:48
33867         Log: Dethinko from Robin Houston.
33868      Branch: perl
33869            ! ext/B/B/Deparse.pm
33870 ____________________________________________________________________________
33871 [  9863] By: jhi                                   on 2001/04/26  19:10:35
33872         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
33873              From: Robin Houston <robin@kitsite.com>
33874              Date: Thu, 26 Apr 2001 21:08:32 +0100
33875              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
33876      Branch: perl
33877            ! ext/B/B/Deparse.pm
33878 ____________________________________________________________________________
33879 [  9862] By: jhi                                   on 2001/04/26  19:04:23
33880         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
33881              From: Robin Houston <robin@kitsite.com>
33882              Date: Thu, 26 Apr 2001 20:52:50 +0100
33883              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
33884      Branch: perl
33885            ! ext/B/B/Deparse.pm
33886 ____________________________________________________________________________
33887 [  9861] By: jhi                                   on 2001/04/26  18:56:14
33888         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
33889              From: Mike Guy <mjtg@cam.ac.uk>
33890              Date: Thu, 26 Apr 2001 14:22:40 +0100
33891              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
33892      Branch: perl
33893            ! pod/perlobj.pod
33894 ____________________________________________________________________________
33895 [  9860] By: jhi                                   on 2001/04/26  18:46:42
33896         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
33897              From: Robin Houston <robin@kitsite.com>
33898              Date: Thu, 26 Apr 2001 20:34:29 +0100
33899              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
33900              
33901              Hashes do not interpolate.
33902      Branch: perl
33903            ! ext/B/B/Deparse.pm
33904 ____________________________________________________________________________
33905 [  9859] By: jhi                                   on 2001/04/26  18:43:51
33906         Log: Subject: The Time::Piece conspiracy unmasked!!!
33907              From: Mike Guy <mjtg@cam.ac.uk>
33908              Date: Thu, 26 Apr 2001 19:02:50 +0100
33909              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
33910              
33911              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
33912              From: Mike Guy <mjtg@cam.ac.uk>
33913              Date: Thu, 26 Apr 2001 19:08:21 +0100
33914              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
33915              
33916              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
33917              From: Graham Barr <gbarr@pobox.com>
33918              Date: Thu, 26 Apr 2001 19:12:03 +0100
33919              Message-ID: <20010426191203.A70835@pobox.com>
33920              
33921              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
33922      Branch: perl
33923            ! ext/List/Util/lib/List/Util.pm
33924            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
33925 ____________________________________________________________________________
33926 [  9858] By: jhi                                   on 2001/04/26  18:17:42
33927         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
33928              From: Robin Houston <robin@kitsite.com>
33929              Date: Thu, 26 Apr 2001 16:09:35 +0100
33930              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
33931      Branch: perl
33932            ! t/comp/proto.t
33933 ____________________________________________________________________________
33934 [  9857] By: jhi                                   on 2001/04/26  18:04:59
33935         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
33936              From: barries <barries@slaysys.com>
33937              Date: Thu, 26 Apr 2001 12:01:10 -0400
33938              Message-ID: <20010426120110.E29698@jester.slaysys.com>
33939      Branch: perl
33940            ! pod/perldiag.pod
33941 ____________________________________________________________________________
33942 [  9856] By: jhi                                   on 2001/04/26  18:03:33
33943         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
33944              Date: Thu, 26 Apr 2001 17:13:41 +0100
33945              From: Robin Houston <robin@kitsite.com>
33946              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
33947              
33948              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
33949              From: Robin Houston <robin@kitsite.com>
33950              Date: Thu, 26 Apr 2001 18:44:29 +0100
33951              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
33952      Branch: perl
33953            ! ext/B/B/Deparse.pm
33954 ____________________________________________________________________________
33955 [  9855] By: jhi                                   on 2001/04/26  17:56:04
33956         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
33957              From: Robin Houston <robin@kitsite.com>
33958              Date: Thu, 26 Apr 2001 17:04:08 +0100
33959              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
33960      Branch: perl
33961            ! ext/B/B/Deparse.pm
33962 ____________________________________________________________________________
33963 [  9854] By: jhi                                   on 2001/04/26  17:47:26
33964         Log: Subject: Re: Short test case for undef %stash:: crash
33965              From: Benjamin Sugars <bsugars@canoe.ca> 
33966              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
33967              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
33968              Changed and moved the perldiag entry.
33969      Branch: perl
33970            ! gv.c pod/perldiag.pod
33971 ____________________________________________________________________________
33972 [  9853] By: jhi                                   on 2001/04/26  14:35:16
33973         Log: Beginnings of strptime().  Do not touch the wet paint.
33974      Branch: perl
33975            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
33976 ____________________________________________________________________________
33977 [  9852] By: jhi                                   on 2001/04/26  13:17:21
33978         Log: Retract #9851, core dumps from pod2man.
33979      Branch: perl
33980            ! regcomp.c
33981 ____________________________________________________________________________
33982 [  9851] By: jhi                                   on 2001/04/26  11:54:41
33983         Log: (Retracted by #9852.)
33984              
33985              Subject: [PATCH @9846] dumping ANYOF
33986              From: Hugo <hv@crypt.compulink.co.uk>
33987              Date: Thu, 26 Apr 2001 05:32:38 +0100
33988              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
33989      Branch: perl
33990            ! regcomp.c
33991 ____________________________________________________________________________
33992 [  9850] By: jhi                                   on 2001/04/26  02:34:44
33993         Log: If ccflags was empty the _previous_ $* containing all the
33994              environment variables and Configure variables was used,
33995              which lead, among other bad things, into $ccflags being your
33996              uname -a output, which lead into test compile with cc failing,
33997              which lead into gcc being selected, which didn't work that well
33998              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
33999              with large files, et cetera.
34000      Branch: perl
34001            ! hints/hpux.sh
34002 ____________________________________________________________________________
34003 [  9849] By: jhi                                   on 2001/04/26  01:44:57
34004         Log: Make selfstubber test more portable.
34005      Branch: perl
34006            ! t/lib/selfstubber.t
34007 ____________________________________________________________________________
34008 [  9848] By: jhi                                   on 2001/04/26  00:50:26
34009         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
34010              From: Benjamin Sugars <ben.sugars@home.com>
34011              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
34012              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
34013      Branch: perl
34014            ! ext/Cwd/Cwd.xs
34015 ____________________________________________________________________________
34016 [  9847] By: jhi                                   on 2001/04/26  00:46:58
34017         Log: Subject: [PATCH: perl@9841] VMS updates
34018              From: Peter Prymmer <pvhp@forte.com>
34019              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
34020              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
34021      Branch: perl
34022            ! README.vms configure.com vms/descrip_mms.template
34023            ! vms/ext/filespec.t
34024 ____________________________________________________________________________
34025 [  9846] By: jhi                                   on 2001/04/26  00:11:56
34026         Log: re 'debug' was broken by #9084.
34027      Branch: perl
34028            ! ext/re/re.xs
34029 ____________________________________________________________________________
34030 [  9845] By: jhi                                   on 2001/04/25  22:33:17
34031         Log: Subject: [PATCH] test for Devel::SelfStubber
34032              From: Nicholas Clark <nick@ccl4.org>
34033              Date: Thu, 26 Apr 2001 00:00:54 +0100
34034              Message-ID: <20010426000054.D89026@plum.flirble.org>
34035      Branch: perl
34036            + t/lib/selfstubber.t
34037            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
34038 ____________________________________________________________________________
34039 [  9844] By: jhi                                   on 2001/04/25  22:29:32
34040         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
34041              From: Paul Johnson <paul@pjcj.net>
34042              Date: Thu, 26 Apr 2001 00:46:08 +0200
34043              Message-ID: <20010426004608.H2338@pjcj.net>
34044      Branch: perl
34045            ! ext/B/B/Concise.pm
34046 ____________________________________________________________________________
34047 [  9843] By: jhi                                   on 2001/04/25  22:28:28
34048         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
34049              From: Peter Prymmer <pvhp@forte.com>
34050              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
34051              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
34052      Branch: perl
34053            ! ext/Cwd/Cwd.xs
34054 ____________________________________________________________________________
34055 [  9842] By: jhi                                   on 2001/04/25  20:58:12
34056         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
34057              From: John Peacock <jpeacock@rowman.com>
34058              Date: Wed, 25 Apr 2001 17:30:26 -0400
34059              Message-ID: <3AE741F2.B3217464@rowman.com>
34060      Branch: perl
34061            ! lib/Math/BigInt.pm t/lib/bigintpm.t
34062 ____________________________________________________________________________
34063 [  9841] By: jhi                                   on 2001/04/25  20:07:05
34064         Log: Update Changes.
34065      Branch: perl
34066            ! Changes patchlevel.h
34067 ____________________________________________________________________________
34068 [  9840] By: jhi                                   on 2001/04/25  19:56:51
34069         Log: Yet another HP-UX hints version from Merijn.
34070      Branch: perl
34071            ! hints/hpux.sh
34072 ____________________________________________________________________________
34073 [  9839] By: jhi                                   on 2001/04/25  19:53:04
34074         Log: abs_path() didn't terminate the filename correctly,
34075              in DIRNAMLENless systems like HP-UX this would fail.
34076      Branch: perl
34077            ! ext/Cwd/Cwd.xs
34078 ____________________________________________________________________________
34079 [  9838] By: jhi                                   on 2001/04/25  16:37:26
34080         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
34081              From: Mike Guy <mjtg@cam.ac.uk>
34082              Date: Wed, 25 Apr 2001 18:31:47 +0100
34083              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
34084      Branch: perl
34085            ! op.c
34086 ____________________________________________________________________________
34087 [  9837] By: jhi                                   on 2001/04/25  16:21:53
34088         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
34089              From: Jon Eveland <jweveland@yahoo.com>
34090              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
34091              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
34092      Branch: perl
34093            ! lib/perl5db.pl
34094 ____________________________________________________________________________
34095 [  9836] By: jhi                                   on 2001/04/25  14:17:50
34096         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
34097              From: "Philip Newton" <pnewton@gmx.de>
34098              Date: Wed, 25 Apr 2001 17:05:58 +0200
34099              Message-ID: <3AE703F6.3234.1833C45@localhost>
34100      Branch: perl
34101            ! Porting/patching.pod
34102 ____________________________________________________________________________
34103 [  9835] By: jhi                                   on 2001/04/25  13:58:07
34104         Log: It would seem that both ar and full_ar need to be overridden
34105              for HP-UX to avoid the GNU ar.
34106      Branch: perl
34107            ! hints/hpux.sh
34108 ____________________________________________________________________________
34109 [  9834] By: jhi                                   on 2001/04/25  13:50:40
34110         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
34111              From: "Philip Newton" <pnewton@gmx.de>
34112              Date: Wed, 25 Apr 2001 16:09:23 +0200
34113              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
34114              
34115              Detypo.
34116      Branch: perl
34117            ! t/op/misc.t
34118 ____________________________________________________________________________
34119 [  9833] By: jhi                                   on 2001/04/25  12:36:11
34120         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
34121      Branch: perl
34122            ! hints/hpux.sh
34123 ____________________________________________________________________________
34124 [  9832] By: jhi                                   on 2001/04/25  12:33:36
34125         Log: New version of HP-UX hints from Merijn.
34126      Branch: perl
34127            ! hints/hpux.sh
34128 ____________________________________________________________________________
34129 [  9831] By: jhi                                   on 2001/04/25  03:39:45
34130         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
34131      Branch: perl
34132            ! hints/hpux.sh
34133 ____________________________________________________________________________
34134 [  9830] By: jhi                                   on 2001/04/25  02:53:25
34135         Log: The tzname[] bit is not needed by util.c -- and causes
34136              heartburn in VMS (and it missing was probably the cause of
34137              the Mac OS X trouble).  Ouch.
34138      Branch: perl
34139            ! ext/POSIX/POSIX.xs util.c
34140 ____________________________________________________________________________
34141 [  9829] By: jhi                                   on 2001/04/25  00:10:06
34142         Log: Metaconfig unit change for #9828.
34143      Branch: metaconfig
34144            ! U/compline/ccflags.U
34145 ____________________________________________________________________________
34146 [  9828] By: jhi                                   on 2001/04/25  00:04:18
34147         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
34148              (which is actually the reason for the change, we need to pass
34149              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
34150              EP/IX, OS/2, and TitanOS, based on the hints files.
34151      Branch: perl
34152            ! Configure config_h.SH
34153 ____________________________________________________________________________
34154 [  9827] By: jhi                                   on 2001/04/24  23:49:20
34155         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
34156              the $cat must have an absolute path.
34157      Branch: perl
34158            ! makedepend.SH
34159 ____________________________________________________________________________
34160 [  9826] By: jhi                                   on 2001/04/24  23:40:53
34161         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
34162      Branch: perl
34163            ! README.amiga
34164 ____________________________________________________________________________
34165 [  9825] By: jhi                                   on 2001/04/24  23:35:35
34166         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
34167              From: "Philip Newton" <pnewton@gmx.de>
34168              Date: Tue, 24 Apr 2001 18:52:49 +0200
34169              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
34170      Branch: perl
34171            ! x2p/find2perl.PL
34172 ____________________________________________________________________________
34173 [  9824] By: jhi                                   on 2001/04/24  23:33:07
34174         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
34175              Some gcc specifics dropped out due to extensive rewriting;
34176              will be put back later as needed.
34177      Branch: perl
34178            ! hints/hpux.sh
34179 ____________________________________________________________________________
34180 [  9823] By: jhi                                   on 2001/04/24  23:27:57
34181         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
34182      Branch: perl
34183            ! ext/POSIX/POSIX.xs
34184 ____________________________________________________________________________
34185 [  9822] By: jhi                                   on 2001/04/24  23:25:21
34186         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
34187              From: Tim Jenness <t.jenness@jach.hawaii.edu>
34188              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
34189              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
34190      Branch: perl
34191            ! ext/XS/Typemap/Typemap.xs
34192 ____________________________________________________________________________
34193 [  9821] By: jhi                                   on 2001/04/24  23:24:10
34194         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
34195              From: "Abigail" <abigail@foad.org>
34196              Date: Tue, 24 Apr 2001 23:12:03 +0200
34197              Message-ID: <20010424211203.7901.qmail@foad.org>
34198      Branch: perl
34199            ! pod/perlport.pod
34200 ____________________________________________________________________________
34201 [  9820] By: jhi                                   on 2001/04/24  23:23:15
34202         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
34203              From: Matt Sergeant <matt@sergeant.org>
34204              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
34205              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
34206      Branch: perl
34207            ! pod/perlfaq4.pod
34208 ____________________________________________________________________________
34209 [  9819] By: nick                                  on 2001/04/24  18:49:43
34210         Log: Integrate mainline.
34211      Branch: perlio
34212           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
34213           !> (integrate 37 files)
34214 ____________________________________________________________________________
34215 [  9818] By: jhi                                   on 2001/04/24  14:35:23
34216         Log: Update Changes.
34217      Branch: perl
34218            ! Changes patchlevel.h
34219 ____________________________________________________________________________
34220 [  9817] By: jhi                                   on 2001/04/24  14:09:17
34221         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
34222              From: "Philip Newton" <pnewton@gmx.de>
34223              Date: Tue, 24 Apr 2001 12:58:12 +0200
34224              Message-ID: <3AE57864.8304.B77A0A@localhost> 
34225              
34226              plus add CPAN to the list of modules that have their own tests.
34227      Branch: perl
34228            ! t/lib/1_compile.t
34229 ____________________________________________________________________________
34230 [  9816] By: jhi                                   on 2001/04/24  14:07:03
34231         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
34232              From: Michael G Schwern <schwern@pobox.com>
34233              Date: Sat, 21 Apr 2001 22:35:00 +0100
34234              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
34235      Branch: perl
34236            ! t/lib/1_compile.t
34237 ____________________________________________________________________________
34238 [  9815] By: jhi                                   on 2001/04/24  13:54:32
34239         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
34240              From: Robin Houston <robin@kitsite.com>
34241              Date: Tue, 24 Apr 2001 15:51:18 +0100
34242              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
34243      Branch: perl
34244            ! ext/B/B/Deparse.pm
34245 ____________________________________________________________________________
34246 [  9814] By: jhi                                   on 2001/04/24  13:17:34
34247         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
34248              From: Bill Glicker <billg@burrelles.com>
34249              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
34250              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
34251      Branch: perl
34252            ! hints/svr5.sh
34253 ____________________________________________________________________________
34254 [  9813] By: jhi                                   on 2001/04/24  12:54:23
34255         Log: Prevent path disclosure (probing for existence of filenames)
34256              using suidperl; bug id 20010322.218.
34257      Branch: perl
34258            ! perl.c pod/perldiag.pod
34259 ____________________________________________________________________________
34260 [  9812] By: jhi                                   on 2001/04/24  12:08:36
34261         Log: Retract #9811.
34262      Branch: perl
34263            ! ext/POSIX/POSIX.xs
34264 ____________________________________________________________________________
34265 [  9811] By: jhi                                   on 2001/04/24  11:57:35
34266         Log: (Retracted by #9812.)
34267      Branch: perl
34268            ! ext/POSIX/POSIX.xs
34269 ____________________________________________________________________________
34270 [  9810] By: jhi                                   on 2001/04/24  03:32:35
34271         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
34272      Branch: perl
34273            ! util.c
34274 ____________________________________________________________________________
34275 [  9809] By: jhi                                   on 2001/04/24  03:16:13
34276         Log: The Math::BigFloat::import() was broken.
34277              (Fixes bug id 20010422.002.)
34278      Branch: perl
34279            ! lib/Math/BigFloat.pm
34280 ____________________________________________________________________________
34281 [  9808] By: jhi                                   on 2001/04/24  01:11:40
34282         Log: Additional dependencies; should help for parallel makes
34283              not to fail on missing lib/lib.pm or lib/re.pm.
34284      Branch: perl
34285            ! Makefile.SH
34286 ____________________________________________________________________________
34287 [  9807] By: jhi                                   on 2001/04/24  00:57:01
34288         Log: Update the test failure disclaimer.
34289      Branch: perl
34290            ! t/pragma/warn/pp_hot
34291 ____________________________________________________________________________
34292 [  9806] By: jhi                                   on 2001/04/24  00:54:04
34293         Log: Add make target "install-all" which is alias for "install"
34294              to cater for case-preserving filesystems like HFS+.
34295      Branch: perl
34296            ! INSTALL Makefile.SH
34297 ____________________________________________________________________________
34298 [  9805] By: jhi                                   on 2001/04/24  00:47:28
34299         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
34300              From: Peter Prymmer <pvhp@forte.com>
34301              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
34302              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
34303              
34304              (Ken William's message forwarded from macosx@perl.org)
34305      Branch: perl
34306            ! hints/darwin.sh
34307 ____________________________________________________________________________
34308 [  9804] By: jhi                                   on 2001/04/23  23:57:35
34309         Log: Cut-and-pasto.
34310      Branch: perl
34311            ! perlio.c
34312 ____________________________________________________________________________
34313 [  9803] By: jhi                                   on 2001/04/23  23:52:25
34314         Log: More PerlIO robustness.
34315      Branch: perl
34316            ! perlio.c
34317 ____________________________________________________________________________
34318 [  9802] By: jhi                                   on 2001/04/23  23:43:35
34319         Log: Make the "STD* opened only for ..." errors more consistent.
34320      Branch: perl
34321            ! doio.c
34322 ____________________________________________________________________________
34323 [  9801] By: jhi                                   on 2001/04/23  23:34:26
34324         Log: Test case for #9800.
34325      Branch: perl
34326            ! t/op/misc.t
34327 ____________________________________________________________________________
34328 [  9800] By: jhi                                   on 2001/04/23  23:14:43
34329         Log: Avoid coredump on 'close STDERR; die' by making
34330              the PerlIO calls more robust.  Also use SETERRNO()
34331              instead of errno = to be more VMS-ready.
34332      Branch: perl
34333            ! perlio.c
34334 ____________________________________________________________________________
34335 [  9799] By: jhi                                   on 2001/04/23  21:41:10
34336         Log: Subject: test for ID 20010423.002
34337              From: Robin Houston <robin@kitsite.com>
34338              Date: Mon, 23 Apr 2001 16:52:21 +0100
34339              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
34340      Branch: perl
34341            ! t/op/avhv.t
34342 ____________________________________________________________________________
34343 [  9798] By: jhi                                   on 2001/04/23  21:40:07
34344         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
34345              From: David Dyck <dcd@tc.fluke.com>
34346              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
34347              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
34348      Branch: perl
34349            ! installperl
34350 ____________________________________________________________________________
34351 [  9797] By: jhi                                   on 2001/04/23  21:37:56
34352         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
34353              From: Benjamin Sugars <bsugars@canoe.ca>
34354              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
34355              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
34356      Branch: perl
34357            ! ext/Cwd/Cwd.xs lib/Cwd.pm
34358 ____________________________________________________________________________
34359 [  9796] By: jhi                                   on 2001/04/23  21:29:24
34360         Log: Synchronize h2xs and pod2man some more on the documentation
34361              templates they propose.
34362      Branch: perl
34363            ! pod/pod2man.PL utils/h2xs.PL
34364 ____________________________________________________________________________
34365 [  9795] By: jhi                                   on 2001/04/23  17:30:40
34366         Log: Add one more naughty test for base64; make encoding logic cleaner.
34367      Branch: perl
34368            ! t/lib/mimeb64.t
34369 ____________________________________________________________________________
34370 [  9794] By: jhi                                   on 2001/04/23  13:51:32
34371         Log: Update Changes.
34372      Branch: perl
34373            ! Changes patchlevel.h
34374 ____________________________________________________________________________
34375 [  9793] By: jhi                                   on 2001/04/23  13:44:18
34376         Log: Duplicate lines.
34377      Branch: perl
34378            ! MANIFEST
34379 ____________________________________________________________________________
34380 [  9792] By: jhi                                   on 2001/04/23  13:39:13
34381         Log: Subject: Re: PATCH 5.7.1
34382              From: Mark-Jason Dominus <mjd@plover.com>
34383              Date: Mon, 23 Apr 2001 10:30:21 -0400
34384              Message-ID: <20010423143021.17335.qmail@plover.com>
34385      Branch: perl
34386            ! perl.h sv.c
34387 ____________________________________________________________________________
34388 [  9791] By: jhi                                   on 2001/04/23  13:32:40
34389         Log: Add the CPAN.pm 1.59_54 tests.
34390      Branch: perl
34391            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
34392            ! MANIFEST
34393 ____________________________________________________________________________
34394 [  9790] By: jhi                                   on 2001/04/23  13:21:55
34395         Log: Subject: Deparse nit
34396              From: Robin Houston <robin@kitsite.com>
34397              Date: Mon, 23 Apr 2001 12:38:20 +0100
34398              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
34399      Branch: perl
34400            ! ext/B/B/Deparse.pm
34401 ____________________________________________________________________________
34402 [  9789] By: jhi                                   on 2001/04/23  13:19:07
34403         Log: Subject: [PATCH] bug 20010423.002
34404              From: Robin Houston <robin@kitsite.com>
34405              Date: Mon, 23 Apr 2001 13:12:30 +0100
34406              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
34407      Branch: perl
34408            ! pp.c
34409 ____________________________________________________________________________
34410 [  9788] By: jhi                                   on 2001/04/23  13:02:49
34411         Log: Subject: PATCH [5.7.1] hv.c unused #define
34412              From: Mark-Jason Dominus <mjd@plover.com>
34413              Date: Sun, 22 Apr 2001 14:17:49 -0400
34414              Message-ID: <20010422181749.26976.qmail@plover.com>
34415      Branch: perl
34416            ! hv.c
34417 ____________________________________________________________________________
34418 [  9787] By: jhi                                   on 2001/04/23  13:02:02
34419         Log: Subject: PATCH 5.7.1
34420              From: Mark-Jason Dominus <mjd@plover.com>
34421              Date: Sun, 22 Apr 2001 15:12:57 -0400
34422              Message-ID: <20010422191258.6539.qmail@plover.com>
34423              
34424              plus Sarathy's STMT_START + STMT_END suggestion.
34425      Branch: perl
34426            ! perl.h
34427 ____________________________________________________________________________
34428 [  9786] By: jhi                                   on 2001/04/23  12:53:25
34429         Log: Fix for
34430              
34431              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
34432              From: dLux <dlux@spam.sch.bme.hu>
34433              Date: Mon, 23 Apr 2001 01:25:26 +0200
34434              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
34435              
34436              (SvGROW really does return a char *.)
34437      Branch: perl
34438            ! pod/perlapi.pod sv.h
34439 ____________________________________________________________________________
34440 [  9785] By: jhi                                   on 2001/04/23  04:34:04
34441         Log: Time::Piece work continues.  $t->day removed since
34442              I think it's too confusing.  Now has normal and
34443              abbreviated length weekday names and month names,
34444              the names change with _names(), not _list().
34445              Now has strftime() in Perl, _strftime() is
34446              the libc version (to which strftime() falls back
34447              if it doesn't know the format.  To do: the reverse
34448              of strftime, strptime(), and the localisation of both.
34449      Branch: perl
34450            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
34451            ! t/lib/time-piece.t
34452 ____________________________________________________________________________
34453 [  9784] By: jhi                                   on 2001/04/23  02:41:46
34454         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
34455              From: andreas.koenig@anima.de (Andreas J. Koenig)
34456              Date: 23 Apr 2001 05:20:55 +0200
34457              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
34458      Branch: perl
34459            ! t/pragma/overload.t
34460 ____________________________________________________________________________
34461 [  9783] By: jhi                                   on 2001/04/22  23:32:42
34462         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
34463              From: Robin Houston <robin@kitsite.com>
34464              Date: Mon, 23 Apr 2001 00:38:18 +0100
34465              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
34466      Branch: perl
34467            ! ext/B/B/Deparse.pm
34468 ____________________________________________________________________________
34469 [  9782] By: jhi                                   on 2001/04/22  20:55:43
34470         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
34471              From: Simon Cozens <simon@netthink.co.uk>
34472              Date: Sun, 22 Apr 2001 18:47:25 +0100
34473              Message-ID: <20010422184725.A14411@netthink.co.uk>
34474      Branch: perl
34475            ! sv.c t/pragma/overload.t
34476 ____________________________________________________________________________
34477 [  9781] By: jhi                                   on 2001/04/22  20:52:13
34478         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
34479              From: Robin Houston <robin@kitsite.com>
34480              Date: Sun, 22 Apr 2001 22:14:50 +0100
34481              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
34482      Branch: perl
34483            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
34484 ____________________________________________________________________________
34485 [  9780] By: nick                                  on 2001/04/22  20:40:31
34486         Log: Integrate mainline.
34487      Branch: perlio
34488           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
34489           +> t/lib/b-stash.t
34490           !> (integrate 38 files)
34491 ____________________________________________________________________________
34492 [  9779] By: jhi                                   on 2001/04/22  15:16:03
34493         Log: Subject: IO::Socket::INET patch
34494              From: andrew deryabin <djsf@technarchy.ru>
34495              Date: Sat, 21 Apr 2001 17:46:52 +0400
34496              Message-ID: <20010421174652.B1426@technarchy>
34497      Branch: perl
34498            ! ext/IO/lib/IO/Socket/INET.pm
34499 ____________________________________________________________________________
34500 [  9778] By: jhi                                   on 2001/04/22  15:14:33
34501         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
34502              From: Mark-Jason Dominus <mjd@plover.com>
34503              Date: Sat, 21 Apr 2001 21:27:49 -0400
34504              Message-ID: <20010422012749.27024.qmail@plover.com>
34505      Branch: perl
34506            ! regcomp.c
34507 ____________________________________________________________________________
34508 [  9777] By: jhi                                   on 2001/04/22  15:10:51
34509         Log: Subject: Re: Regex debugger patch 
34510              From: Mark-Jason Dominus <mjd@plover.com>
34511              Date: Sat, 21 Apr 2001 21:48:51 -0400
34512              Message-ID: <20010422014851.27165.qmail@plover.com>
34513      Branch: perl
34514            ! pod/perldebguts.pod
34515 ____________________________________________________________________________
34516 [  9776] By: jhi                                   on 2001/04/22  15:09:48
34517         Log: Subject: Re: Regex debugger patch
34518              From: Mark-Jason Dominus <mjd@plover.com>
34519              Date: Sat, 21 Apr 2001 14:24:39 -0400
34520              Message-ID: <20010421182439.16508.qmail@plover.com>
34521              
34522              Regex debugger backend.
34523      Branch: perl
34524            ! regcomp.c regexp.h
34525 ____________________________________________________________________________
34526 [  9775] By: jhi                                   on 2001/04/21  16:45:40
34527         Log: Subject: [PATCH] Typo in utf8.h
34528              From: Jesús Quiroga <jquiroga@pobox.com>
34529              Date: Sat, 21 Apr 2001 19:25:33 +0200
34530              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
34531      Branch: perl
34532            ! utf8.h
34533 ____________________________________________________________________________
34534 [  9774] By: jhi                                   on 2001/04/21  16:43:52
34535         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
34536              From: Joe Orton <jorton@redhat.com>
34537              Date: Tue, 17 Apr 2001 15:50:43 +0100
34538              Message-Id: <20010417155043.D19132@eu.c2.net>
34539      Branch: perl
34540            ! hints/svr5.sh
34541 ____________________________________________________________________________
34542 [  9773] By: jhi                                   on 2001/04/21  15:30:15
34543         Log: Subject: Patch utils/h2xs.PL
34544              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
34545              Date: Sat, 21 Apr 2001 10:32:16 -0500
34546              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
34547              
34548              Add MAILING list and LICENSE templates.
34549      Branch: perl
34550            ! utils/h2xs.PL
34551 ____________________________________________________________________________
34552 [  9772] By: jhi                                   on 2001/04/21  15:28:36
34553         Log: Subject: perlfaq2.patch for 5.7.1
34554              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
34555              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
34556              Date: Fri, 20 Apr 2001 16:42:19 -0500
34557              
34558              rm an extra tab, a blurb about the xx.cpan to clarify
34559              which countries actually have that and dejanews is history
34560              as well as most of that nonsensical entry.
34561      Branch: perl
34562            ! pod/perlfaq2.pod
34563 ____________________________________________________________________________
34564 [  9771] By: jhi                                   on 2001/04/21  15:27:17
34565         Log: Subject: perlfaq1.patch for 5.7.1
34566              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
34567              Date: Fri, 20 Apr 2001 16:57:36 -0500
34568              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
34569              
34570              Evil URLs must die. Especially when they are broken.
34571      Branch: perl
34572            ! pod/perlfaq1.pod
34573 ____________________________________________________________________________
34574 [  9770] By: jhi                                   on 2001/04/21  15:23:38
34575         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
34576              From: Michael G Schwern <schwern@pobox.com>
34577              Date: Sat, 21 Apr 2001 16:11:12 +0100
34578              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
34579      Branch: perl
34580            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
34581            + t/lib/b-stash.t
34582            ! MANIFEST ext/B/B.pm t/lib/b.t
34583 ____________________________________________________________________________
34584 [  9769] By: jhi                                   on 2001/04/21  15:03:32
34585         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
34586              From: Michael G Schwern <schwern@pobox.com>
34587              Date: Sat, 21 Apr 2001 09:48:00 +0100
34588              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
34589      Branch: perl
34590            ! utils/h2ph.PL
34591 ____________________________________________________________________________
34592 [  9768] By: jhi                                   on 2001/04/21  14:33:49
34593         Log: PerlIO and Encode doc cleanup and tweaks.
34594      Branch: perl
34595            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
34596            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
34597 ____________________________________________________________________________
34598 [  9767] By: jhi                                   on 2001/04/21  12:40:16
34599         Log: Integrate perlio.
34600      Branch: perl
34601           !> doio.c
34602 ____________________________________________________________________________
34603 [  9766] By: nick                                  on 2001/04/20  18:28:35
34604         Log: Avoid core dump on
34605              open(STDOUT,">",\$foo);
34606      Branch: perlio
34607            ! doio.c
34608 ____________________________________________________________________________
34609 [  9765] By: jhi                                   on 2001/04/20  13:23:43
34610         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
34611              From: Robin Houston <robin@kitsite.com>
34612              Date: Fri, 20 Apr 2001 14:29:22 +0100
34613              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
34614      Branch: perl
34615            ! ext/B/B.pm ext/B/B/Deparse.pm
34616 ____________________________________________________________________________
34617 [  9764] By: jhi                                   on 2001/04/20  13:19:33
34618         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
34619              From: Peter Prymmer <pvhp@forte.com>
34620              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
34621              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
34622      Branch: perl
34623            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
34624            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
34625            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
34626            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
34627 ____________________________________________________________________________
34628 [  9763] By: jhi                                   on 2001/04/20  12:36:39
34629         Log: Subject: Re: A new PerlIO coredump
34630              From: Nick Ing-Simmons <nik@tiuk.ti.com>
34631              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
34632              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
34633      Branch: perl
34634            ! doio.c
34635 ____________________________________________________________________________
34636 [  9762] By: jhi                                   on 2001/04/19  23:02:30
34637         Log: Update Changes.
34638      Branch: perl
34639            ! Changes patchlevel.h
34640 ____________________________________________________________________________
34641 [  9761] By: jhi                                   on 2001/04/19  22:59:19
34642         Log: More cleanup cleanup.
34643      Branch: perl
34644            ! Makefile.SH win32/Makefile win32/makefile.mk
34645 ____________________________________________________________________________
34646 [  9760] By: jhi                                   on 2001/04/19  22:50:31
34647         Log: lib/Time is non-empty, let's not rmdir it.
34648      Branch: perl
34649            ! Makefile.SH
34650 ____________________________________________________________________________
34651 [  9759] By: jhi                                   on 2001/04/19  22:36:51
34652         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
34653              From: Robin Houston <robin@kitsite.com>
34654              Date: Fri, 20 Apr 2001 00:18:53 +0100
34655              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
34656      Branch: perl
34657            ! ext/B/B/Deparse.pm
34658 ____________________________________________________________________________
34659 [  9758] By: jhi                                   on 2001/04/19  22:36:00
34660         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
34661              From: Peter Prymmer <pvhp@forte.com>
34662              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
34663              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
34664      Branch: perl
34665            ! ext/Cwd/Cwd.xs
34666 ____________________________________________________________________________
34667 [  9757] By: nick                                  on 2001/04/19  18:53:54
34668         Log: Blind (untested) integrate of mainline.
34669      Branch: perlio
34670           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
34671           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
34672           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
34673           !> (integrate 53 files)
34674 ____________________________________________________________________________
34675 [  9756] By: jhi                                   on 2001/04/19  16:59:23
34676         Log: Document and test Time::Piece.
34677      Branch: perl
34678            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
34679            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
34680 ____________________________________________________________________________
34681 [  9755] By: jhi                                   on 2001/04/19  12:13:29
34682         Log: A better fix for the \x{12345678} trouble from NI-S.
34683      Branch: perl
34684            ! utf8.c
34685 ____________________________________________________________________________
34686 [  9754] By: jhi                                   on 2001/04/19  11:56:07
34687         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
34688              From: Robin Houston <robin@kitsite.com>
34689              Date: Wed, 18 Apr 2001 17:58:33 +0100
34690              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
34691      Branch: perl
34692            ! ext/B/B/Deparse.pm op.c
34693 ____________________________________________________________________________
34694 [  9753] By: jhi                                   on 2001/04/19  04:21:52
34695         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
34696              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
34697              Date: Thu, 19 Apr 2001 01:11:41 -0400
34698              Message-ID: <20010419011141.A5798@cpan.org>
34699      Branch: perl
34700            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
34701 ____________________________________________________________________________
34702 [  9752] By: jhi                                   on 2001/04/19  02:41:10
34703         Log: The new time utils need to be thread-aware, too.
34704      Branch: perl
34705            ! util.c
34706 ____________________________________________________________________________
34707 [  9751] By: jhi                                   on 2001/04/19  02:26:47
34708         Log: Compilation nit noticed by AIX compiler.
34709      Branch: perl
34710            ! perlio.c
34711 ____________________________________________________________________________
34712 [  9750] By: jhi                                   on 2001/04/19  02:20:06
34713         Log: The new time utils need to be public.
34714      Branch: perl
34715            ! embed.pl
34716 ____________________________________________________________________________
34717 [  9749] By: jhi                                   on 2001/04/19  01:42:39
34718         Log: Regen toc.
34719      Branch: perl
34720            ! pod/perltoc.pod
34721 ____________________________________________________________________________
34722 [  9748] By: jhi                                   on 2001/04/19  01:41:10
34723         Log: Add Time::Piece, a slight rewrite of Time::Object,
34724              from Matt Sergeant.
34725      Branch: perl
34726            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
34727            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
34728            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
34729            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
34730            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
34731            ! win32/makefile.mk
34732 ____________________________________________________________________________
34733 [  9747] By: jhi                                   on 2001/04/19  00:55:35
34734         Log: The new metaconfig unit from strftime.
34735      Branch: metaconfig/U/perl
34736            + d_strftime.U
34737 ____________________________________________________________________________
34738 [  9746] By: jhi                                   on 2001/04/19  00:54:54
34739         Log: Move the strftime() wrapper from POSIX.xs to util.c
34740              as my_strftime(), requires HAS_STRFTIME.
34741      Branch: perl
34742            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34743            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
34744            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
34745            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
34746            ! vos/config.ga.h win32/config.bc win32/config.gc
34747            ! win32/config.vc
34748 ____________________________________________________________________________
34749 [  9745] By: jhi                                   on 2001/04/18  23:11:03
34750         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
34751              in preparation of Time::Piece.
34752      Branch: perl
34753            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
34754 ____________________________________________________________________________
34755 [  9744] By: jhi                                   on 2001/04/18  22:33:12
34756         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
34757              From: Peter Prymmer <pvhp@forte.com>
34758              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
34759              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
34760      Branch: perl
34761            ! t/lib/exporter.t
34762 ____________________________________________________________________________
34763 [  9743] By: jhi                                   on 2001/04/18  22:32:23
34764         Log: Subject: Fwd: pod2html leaves cache files lying around?
34765              From: Rajesh Vaidheeswarran <rv@gnu.org>
34766              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
34767              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
34768      Branch: perl
34769            ! lib/Pod/Html.pm
34770 ____________________________________________________________________________
34771 [  9742] By: jhi                                   on 2001/04/18  20:31:49
34772         Log: Update Changes.
34773      Branch: perl
34774            ! Changes patchlevel.h
34775 ____________________________________________________________________________
34776 [  9741] By: jhi                                   on 2001/04/18  20:23:02
34777         Log: Declare hints only if needed.
34778      Branch: perl
34779            ! ext/B/B/Deparse.pm
34780 ____________________________________________________________________________
34781 [  9740] By: jhi                                   on 2001/04/18  19:06:05
34782         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
34783              bug noticed by Robin Houston; basically the code of detecting
34784              value wraparound was acting differently under different compilers
34785              and platforms.  The workaround is to remove the overflow check
34786              for now, a real fix would be to do the overflow (portably) right.
34787      Branch: perl
34788            ! t/op/pat.t utf8.c
34789 ____________________________________________________________________________
34790 [  9739] By: jhi                                   on 2001/04/18  19:01:23
34791         Log: Subject: [PATCH B::Deparse] some pragma support
34792              From: Robin Houston <robin@kitsite.com>
34793              Date: Wed, 18 Apr 2001 19:32:12 +0100
34794              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
34795      Branch: perl
34796            ! ext/B/B/Deparse.pm
34797 ____________________________________________________________________________
34798 [  9738] By: jhi                                   on 2001/04/18  15:16:37
34799         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
34800              From: Benjamin Sugars <bsugars@canoe.ca>
34801              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
34802              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
34803      Branch: perl
34804            ! t/op/glob.t
34805 ____________________________________________________________________________
34806 [  9737] By: jhi                                   on 2001/04/18  13:24:50
34807         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
34808              From: Tim Jenness <t.jenness@jach.hawaii.edu>
34809              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
34810              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
34811      Branch: perl
34812            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
34813            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
34814 ____________________________________________________________________________
34815 [  9736] By: jhi                                   on 2001/04/18  04:15:14
34816         Log: The #9735 also changes the subtest 12.
34817      Branch: perl
34818            ! t/lib/b.t
34819 ____________________________________________________________________________
34820 [  9735] By: jhi                                   on 2001/04/18  03:55:17
34821         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
34822              From: David Dyck <dcd@tc.fluke.com>
34823              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
34824              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
34825      Branch: perl
34826            ! ext/B/B/Deparse.pm
34827 ____________________________________________________________________________
34828 [  9734] By: jhi                                   on 2001/04/18  03:54:11
34829         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
34830              From: Gisle Aas <gisle@ActiveState.com>
34831              Date: 17 Apr 2001 19:06:45 -0700
34832              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
34833      Branch: perl
34834            ! pp_hot.c t/op/misc.t
34835 ____________________________________________________________________________
34836 [  9733] By: jhi                                   on 2001/04/17  22:25:22
34837         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
34838              From: "Abigail" <abigail@foad.org>
34839              Date: Wed, 18 Apr 2001 01:17:46 +0200
34840              Message-ID: <20010417231746.21657.qmail@foad.org>
34841      Branch: perl
34842            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
34843 ____________________________________________________________________________
34844 [  9732] By: jhi                                   on 2001/04/17  20:47:56
34845         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
34846              From: Robin Houston <robin@kitsite.com>
34847              Date: Tue, 17 Apr 2001 22:37:42 +0100
34848              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
34849      Branch: perl
34850            ! ext/B/B/Deparse.pm
34851 ____________________________________________________________________________
34852 [  9731] By: nick                                  on 2001/04/17  20:46:35
34853         Log: Re-sync for t/lib/b.t fix
34854      Branch: perlio
34855           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
34856 ____________________________________________________________________________
34857 [  9730] By: jhi                                   on 2001/04/17  20:45:29
34858         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
34859              From: Robin Houston <robin@kitsite.com>
34860              Date: Tue, 17 Apr 2001 22:29:36 +0100
34861              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
34862      Branch: perl
34863            ! ext/B/B.xs ext/B/B/Deparse.pm
34864 ____________________________________________________________________________
34865 [  9729] By: jhi                                   on 2001/04/17  20:43:11
34866         Log: Subject: Deparse - parenthesise args to undeclared subs
34867              From: Robin Houston <robin@kitsite.com>
34868              Date: Tue, 17 Apr 2001 21:31:05 +0100
34869              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
34870      Branch: perl
34871            ! ext/B/B/Deparse.pm
34872 ____________________________________________________________________________
34873 [  9728] By: jhi                                   on 2001/04/17  18:57:30
34874         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
34875              From: Benjamin Sugars <ben.sugars@home.com>
34876              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
34877              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
34878      Branch: perl
34879            ! t/lib/cwd.t
34880 ____________________________________________________________________________
34881 [  9727] By: jhi                                   on 2001/04/17  18:20:20
34882         Log: Subject: [PATCH B::Deparse] ambient pragmas
34883              From: Robin Houston <robin@kitsite.com>
34884              Date: Tue, 17 Apr 2001 20:01:59 +0100
34885              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
34886      Branch: perl
34887            ! ext/B/B/Deparse.pm t/lib/b.t
34888 ____________________________________________________________________________
34889 [  9726] By: nick                                  on 2001/04/17  16:33:51
34890         Log: Integrate mainline (t/lib/b.t fails test 2...)
34891      Branch: perlio
34892           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
34893           +> ext/List/Util/README ext/List/Util/Util.xs
34894           +> ext/List/Util/lib/List/Util.pm
34895           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
34896           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
34897           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
34898           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
34899           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
34900           !> (integrate 31 files)
34901 ____________________________________________________________________________
34902 [  9725] By: jhi                                   on 2001/04/17  12:14:24
34903         Log: Subject: multiple B::* changes
34904              From: Robin Houston <robin@kitsite.com>
34905              Date: Thu, 12 Apr 2001 20:12:27 +0100
34906              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
34907      Branch: perl
34908            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
34909 ____________________________________________________________________________
34910 [  9724] By: jhi                                   on 2001/04/17  11:59:05
34911         Log: Thread-awareness from Doug MacEachern.
34912      Branch: perl
34913            ! ext/List/Util/Util.xs
34914 ____________________________________________________________________________
34915 [  9723] By: jhi                                   on 2001/04/17  11:57:41
34916         Log: Make the test more portable.
34917      Branch: perl
34918            ! t/lib/cwd.t
34919 ____________________________________________________________________________
34920 [  9722] By: jhi                                   on 2001/04/17  11:53:50
34921         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
34922              From: Benjamin Sugars <ben.sugars@home.com>
34923              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
34924              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
34925      Branch: perl
34926            ! t/lib/cwd.t
34927 ____________________________________________________________________________
34928 [  9721] By: jhi                                   on 2001/04/17  11:52:17
34929         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
34930              From: Benjamin Sugars <bsugars@canoe.ca>
34931              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
34932              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
34933      Branch: perl
34934            ! op.c
34935 ____________________________________________________________________________
34936 [  9720] By: jhi                                   on 2001/04/17  11:35:42
34937         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
34938              From: Chris Nandor <pudge@pobox.com>
34939              Date: Tue, 17 Apr 2001 00:30:49 -0400
34940              Message-Id: <p05100207b701768712de@[10.0.1.177]>
34941      Branch: perl
34942            ! ext/File/Glob/bsd_glob.c gv.c
34943 ____________________________________________________________________________
34944 [  9719] By: jhi                                   on 2001/04/17  11:32:13
34945         Log: Subject: [PATCH] Tweten->West
34946              From: Casey West <casey@geeknest.com>
34947              Date: Mon, 16 Apr 2001 12:11:22 -0400
34948              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
34949      Branch: perl
34950            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
34951            ! pod/perltie.pod
34952 ____________________________________________________________________________
34953 [  9718] By: jhi                                   on 2001/04/16  03:22:52
34954         Log: Update Changes.
34955      Branch: perl
34956            ! Changes patchlevel.h
34957 ____________________________________________________________________________
34958 [  9717] By: jhi                                   on 2001/04/16  03:06:28
34959         Log: Regen toc.
34960      Branch: perl
34961            ! pod/perltoc.pod
34962 ____________________________________________________________________________
34963 [  9716] By: jhi                                   on 2001/04/16  02:58:42
34964         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
34965              From: Prymmer/Kahn <pvhp@best.com>
34966              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
34967              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
34968      Branch: perl
34969            ! utf8.c
34970 ____________________________________________________________________________
34971 [  9715] By: jhi                                   on 2001/04/15  23:40:35
34972         Log: Subject: Re: Net::Ping patch, adds stream protocol
34973              From: bronson@rinspin.com (Scott Bronson)
34974              Date: Tue, 10 Apr 2001 23:58:33 -0700
34975              Message-ID: <20010410235833.N29719@rinspin.com>
34976      Branch: perl
34977            ! lib/Net/Ping.pm
34978 ____________________________________________________________________________
34979 [  9714] By: jhi                                   on 2001/04/15  23:31:46
34980         Log: Printing out the ok messages helps successful testing.
34981      Branch: perl
34982            ! t/lib/time-hires.t
34983 ____________________________________________________________________________
34984 [  9713] By: jhi                                   on 2001/04/15  21:43:24
34985         Log: Update Douglas Wegscheid's email.
34986      Branch: perl
34987            ! AUTHORS
34988 ____________________________________________________________________________
34989 [  9712] By: jhi                                   on 2001/04/15  21:40:41
34990         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
34991              From: Michael G Schwern <schwern@pobox.com>
34992              Date: Sat, 14 Apr 2001 22:40:50 +0100
34993              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
34994      Branch: perl
34995            + t/lib/exporter.t
34996            ! MANIFEST lib/Exporter/Heavy.pm
34997 ____________________________________________________________________________
34998 [  9711] By: jhi                                   on 2001/04/15  21:39:21
34999         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
35000              From: Michael G Schwern <schwern@pobox.com>
35001              Date: Sat, 14 Apr 2001 22:13:59 +0100
35002              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
35003      Branch: perl
35004            ! t/op/loopctl.t
35005 ____________________________________________________________________________
35006 [  9710] By: jhi                                   on 2001/04/15  21:30:19
35007         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
35008              From: Michael G Schwern <schwern@pobox.com>
35009              Date: Sat, 14 Apr 2001 22:05:32 +0100
35010              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
35011      Branch: perl
35012            ! t/pragma/warnings.t
35013 ____________________________________________________________________________
35014 [  9709] By: jhi                                   on 2001/04/15  19:34:09
35015         Log: Integrate changes #9706,9707 from maintperl into mainline.
35016              
35017              change#7210 broke .packlist generation
35018              
35019              ExtUtils::Installed doesn't quote regex metacharacters in paths
35020              before using them in match; also make it work for dosish platforms
35021      Branch: perl
35022           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
35023 ____________________________________________________________________________
35024 [  9708] By: jhi                                   on 2001/04/15  19:31:01
35025         Log: Test also the scalar aspect of getitimer().
35026      Branch: perl
35027            ! t/lib/time-hires.t
35028 ____________________________________________________________________________
35029 [  9707] By: gsar                                  on 2001/04/15  17:24:20
35030         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
35031              before using them in match; also make it work for dosish platforms
35032      Branch: maint-5.6/perl
35033            ! lib/ExtUtils/Installed.pm
35034 ____________________________________________________________________________
35035 [  9706] By: gsar                                  on 2001/04/15  17:21:59
35036         Log: change#7210 broke .packlist generation (listed only filename
35037              rather than fully qualified path name)
35038      Branch: maint-5.6/perl
35039            ! lib/ExtUtils/Install.pm
35040 ____________________________________________________________________________
35041 [  9705] By: jhi                                   on 2001/04/15  12:36:33
35042         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
35043      Branch: perl
35044            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
35045            ! t/lib/time-hires.t
35046 ____________________________________________________________________________
35047 [  9704] By: jhi                                   on 2001/04/15  10:49:08
35048         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
35049              From: Prymmer/Kahn <pvhp@best.com>
35050              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
35051              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
35052      Branch: perl
35053            ! lib/utf8.pm pod/perlebcdic.pod
35054 ____________________________________________________________________________
35055 [  9703] By: jhi                                   on 2001/04/15  02:26:26
35056         Log: I keep forgetting to sort MANIFEST.
35057      Branch: perl
35058            ! MANIFEST
35059 ____________________________________________________________________________
35060 [  9702] By: jhi                                   on 2001/04/15  02:07:47
35061         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
35062              Now we have blessed, reftype, tainted, first, reduce, ...
35063      Branch: perl
35064            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
35065            + ext/List/Util/README ext/List/Util/Util.xs
35066            + ext/List/Util/lib/List/Util.pm
35067            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
35068            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
35069            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
35070            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
35071            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
35072            ! MANIFEST
35073 ____________________________________________________________________________
35074 [  9701] By: jhi                                   on 2001/04/14  15:05:25
35075         Log: Subject: RE: dprofpp.pl updates 
35076              From: Carl Eklof <CEklof@endeca.com>
35077              Date: Thu, 12 Apr 2001 18:45:46 -0400
35078              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
35079      Branch: perl
35080            ! utils/dprofpp.PL
35081 ____________________________________________________________________________
35082 [  9700] By: jhi                                   on 2001/04/14  14:44:55
35083         Log: Do not just blindly add CR.
35084      Branch: perl
35085            ! Porting/makerel
35086 ____________________________________________________________________________
35087 [  9699] By: jhi                                   on 2001/04/13  13:17:01
35088         Log: Update Changes.
35089      Branch: perl
35090            ! Changes patchlevel.h
35091 ____________________________________________________________________________
35092 [  9698] By: jhi                                   on 2001/04/13  12:44:48
35093         Log: Integrate perlio.
35094      Branch: perl
35095           !> ext/PerlIO/Scalar/Scalar.xs
35096 ____________________________________________________________________________
35097 [  9697] By: jhi                                   on 2001/04/13  12:29:15
35098         Log: Add more debug output to the test.
35099      Branch: perl
35100            ! t/lib/cwd.t
35101 ____________________________________________________________________________
35102 [  9696] By: nick                                  on 2001/04/13  10:14:29
35103         Log: Fix core dump on binmode($fh,'Scalar')
35104      Branch: perlio
35105            ! ext/PerlIO/Scalar/Scalar.xs
35106 ____________________________________________________________________________
35107 [  9695] By: nick                                  on 2001/04/13  09:05:42
35108         Log: Integrate mainline
35109      Branch: perlio
35110           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
35111           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
35112           +> t/lib/time-hires.t
35113           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
35114           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
35115           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
35116           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
35117           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
35118           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
35119           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
35120 ____________________________________________________________________________
35121 [  9694] By: jhi                                   on 2001/04/12  22:23:35
35122         Log: Integrate change #9693 from maintperl into mainline.
35123              
35124              $VERSION and Version() on the same line provokes a warning from
35125              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
35126      Branch: perl
35127           !> lib/Devel/SelfStubber.pm
35128 ____________________________________________________________________________
35129 [  9693] By: gsar                                  on 2001/04/12  21:55:56
35130         Log: $VERSION and Version() on the same line provokes a warning from
35131              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
35132      Branch: maint-5.6/perl
35133            ! lib/Devel/SelfStubber.pm
35134 ____________________________________________________________________________
35135 [  9692] By: jhi                                   on 2001/04/12  13:54:00
35136         Log: This is at least 5.005.
35137      Branch: perl
35138            ! ext/Time/HiRes/HiRes.xs
35139 ____________________________________________________________________________
35140 [  9691] By: jhi                                   on 2001/04/12  13:37:20
35141         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
35142      Branch: perl
35143            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
35144            ! win32/Makefile win32/makefile.mk
35145 ____________________________________________________________________________
35146 [  9690] By: jhi                                   on 2001/04/12  01:34:46
35147         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
35148      Branch: perl
35149            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
35150            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
35151            + t/lib/time-hires.t
35152            ! MANIFEST
35153 ____________________________________________________________________________
35154 [  9689] By: jhi                                   on 2001/04/12  00:28:39
35155         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
35156              From: Gisle Aas <gisle@ActiveState.com>
35157              Date: 11 Apr 2001 16:36:11 -0700
35158              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
35159      Branch: perl
35160            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
35161 ____________________________________________________________________________
35162 [  9688] By: jhi                                   on 2001/04/12  00:27:39
35163         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
35164              From: Gisle Aas <gisle@ActiveState.com>
35165              Date: 11 Apr 2001 11:13:24 -0700
35166              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
35167      Branch: perl
35168            ! ext/MIME/Base64/Base64.xs
35169 ____________________________________________________________________________
35170 [  9687] By: jhi                                   on 2001/04/11  19:51:47
35171         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
35172      Branch: perl
35173            ! Todo-5.6
35174 ____________________________________________________________________________
35175 [  9686] By: jhi                                   on 2001/04/11  16:54:25
35176         Log: Subject: [PATCH opcode.pl] Documentation of table format
35177              From: Simon Cozens <simon@netthink.co.uk>
35178              Date: Wed, 11 Apr 2001 12:59:31 +0100
35179              Message-ID: <20010411125931.A25681@netthink.co.uk>
35180      Branch: perl
35181            ! opcode.pl
35182 ____________________________________________________________________________
35183 [  9685] By: jhi                                   on 2001/04/11  16:53:15
35184         Log: Subject: [PATCH] prototype("CORE::recv")
35185              From: Simon Cozens <simon@netthink.co.uk>
35186              Date: Wed, 11 Apr 2001 13:24:35 +0100
35187              Message-ID: <20010411132435.A26169@netthink.co.uk>
35188      Branch: perl
35189            ! pp.c t/comp/proto.t
35190 ____________________________________________________________________________
35191 [  9684] By: jhi                                   on 2001/04/11  16:47:13
35192         Log: FAQ (and AUTHORS) update from Dan Carson: the information
35193              was several years obsolete, Term::Readkey has been updated
35194              to have the functionality.
35195      Branch: perl
35196            ! AUTHORS pod/perlfaq5.pod
35197 ____________________________________________________________________________
35198 [  9683] By: jhi                                   on 2001/04/11  12:15:46
35199         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
35200              From: Calle Dybedahl <calle@lysator.liu.se>
35201              Date: 10 Apr 2001 16:44:16 +0200
35202              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
35203      Branch: perl
35204            ! ext/MIME/Base64/Base64.xs
35205 ____________________________________________________________________________
35206 [  9682] By: jhi                                   on 2001/04/11  12:12:26
35207         Log: A more minimal fix for 20010410.006 from Hugo.
35208      Branch: perl
35209            ! regexec.c
35210 ____________________________________________________________________________
35211 [  9681] By: jhi                                   on 2001/04/11  11:34:23
35212         Log: Integrate changes #9678,9679 from maintline into mainperl.
35213              
35214              addendum to change#9676
35215              
35216              up $File::Glob::VERSION; add a note pointing out the version of
35217              the OpenBSD glob bsd_glob.c resembles
35218      Branch: perl
35219           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
35220           !> ext/File/Glob/bsd_glob.h
35221 ____________________________________________________________________________
35222 [  9680] By: jhi                                   on 2001/04/11  11:30:38
35223         Log: Bad test numbering in integrate in #9677.
35224              Fixes ID 20010411.001.
35225      Branch: perl
35226            ! t/op/pat.t
35227 ____________________________________________________________________________
35228 [  9679] By: gsar                                  on 2001/04/11  03:38:40
35229         Log: up $File::Glob::VERSION; add a note pointing out the version of
35230              the OpenBSD glob bsd_glob.c resembles
35231      Branch: maint-5.6/perl
35232            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
35233            ! ext/File/Glob/bsd_glob.h
35234 ____________________________________________________________________________
35235 [  9678] By: gsar                                  on 2001/04/11  03:09:48
35236         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
35237              revision 1.8.10.1 found here:
35238              
35239              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
35240      Branch: maint-5.6/perl
35241            ! ext/File/Glob/bsd_glob.c
35242 ____________________________________________________________________________
35243 [  9677] By: jhi                                   on 2001/04/11  02:54:39
35244         Log: Integrate changes #9675,9676 from maintperl into mainline.
35245              
35246              fix for bug 20010410.006, undo change#7115
35247              
35248              port the OpenBSD glob() security patch
35249      Branch: perl
35250           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
35251           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
35252           !> t/op/pat.t
35253 ____________________________________________________________________________
35254 [  9676] By: gsar                                  on 2001/04/11  02:19:02
35255         Log: port the glob() security patch found at:
35256              
35257              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
35258              
35259              CERT advisory for the issue is here:
35260              
35261              http://www.cert.org/advisories/CA-2001-07.html
35262              
35263              Note that the security scare is only relevant for those who are
35264              foolish enough to build suidperl (which is now officially discouraged)
35265      Branch: maint-5.6/perl
35266            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
35267            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
35268 ____________________________________________________________________________
35269 [  9675] By: gsar                                  on 2001/04/10  23:52:11
35270         Log: fix for bug 20010410.006
35271              
35272              undo change#7115 (came into maint-5.6 as change#8156)
35273              
35274              add tests to keep it from coming back
35275      Branch: maint-5.6/perl
35276            ! regexec.c t/op/pat.t
35277 ____________________________________________________________________________
35278 [  9674] By: nick                                  on 2001/04/10  20:39:31
35279         Log: Integrate mainline
35280      Branch: perlio
35281           +> Porting/testall.atom
35282           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
35283           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
35284           !> t/lib/lc-uk.t t/pod/find.t
35285 ____________________________________________________________________________
35286 [  9673] By: nick                                  on 2001/04/10  18:46:14
35287         Log: Integrate against change 9670 aka perl-5.7.1
35288      Branch: perlio
35289           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
35290           !> (integrate 53 files)
35291 ____________________________________________________________________________
35292 [  9672] By: jhi                                   on 2001/04/10  13:45:01
35293         Log: Add a script for doing cumulative profile of the test suite.
35294              (Requires ATOM, that is, Tru64.)
35295      Branch: perl
35296            + Porting/testall.atom
35297            ! MANIFEST
35298 ____________________________________________________________________________
35299 [  9671] By: jhi                                   on 2001/04/10  12:38:53
35300         Log: Missing std block.
35301      Branch: perl
35302            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
35303            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
35304            ! t/pod/find.t
35305 ____________________________________________________________________________
35306 [  9670] By: jhi                                   on 2001/04/10  01:25:58
35307         Log: This is 5.7.1.
35308      Branch: perl
35309            ! patchlevel.h
35310 ____________________________________________________________________________
35311 [  9669] By: jhi                                   on 2001/04/10  01:09:14
35312         Log: Update Changes.
35313      Branch: perl
35314            ! Changes patchlevel.h
35315 ____________________________________________________________________________
35316 [  9668] By: jhi                                   on 2001/04/10  01:00:38
35317         Log: Regen toc.
35318      Branch: perl
35319            ! pod/perltoc.pod
35320 ____________________________________________________________________________
35321 [  9667] By: jhi                                   on 2001/04/10  00:52:16
35322         Log: Update perlhist.
35323      Branch: perl
35324            ! pod/perlhist.pod
35325 ____________________________________________________________________________
35326 [  9666] By: jhi                                   on 2001/04/09  23:38:59
35327         Log: Slight wording tweaks from Damian to #9658.
35328      Branch: perl
35329            ! pod/perlobj.pod
35330 ____________________________________________________________________________
35331 [  9665] By: jhi                                   on 2001/04/09  19:56:06
35332         Log: Subject: [PATCH perlutil.pod] Nit
35333              From: Simon Cozens <simon@netthink.co.uk>
35334              Date: Mon, 9 Apr 2001 20:29:44 +0100
35335              Message-ID: <20010409202944.A14796@the.earth.li>
35336      Branch: perl
35337            ! pod/perlutil.pod
35338 ____________________________________________________________________________
35339 [  9664] By: jhi                                   on 2001/04/09  19:54:42
35340         Log: Subject: Re: perl571delta.pod@9631
35341              From: Mike Guy <mjtg@cam.ac.uk>
35342              Date: Mon, 09 Apr 2001 18:09:14 +0100
35343              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
35344      Branch: perl
35345            ! pod/perl571delta.pod
35346 ____________________________________________________________________________
35347 [  9663] By: jhi                                   on 2001/04/09  13:43:35
35348         Log: Update Changes.
35349      Branch: perl
35350            ! Changes patchlevel.h
35351 ____________________________________________________________________________
35352 [  9662] By: jhi                                   on 2001/04/09  13:24:46
35353         Log: tweak tweak.
35354      Branch: perl
35355            ! AUTHORS pod/perl571delta.pod
35356 ____________________________________________________________________________
35357 [  9661] By: jhi                                   on 2001/04/09  13:15:13
35358         Log: Thinko in manual patch applying.
35359      Branch: perl
35360            ! sv.c
35361 ____________________________________________________________________________
35362 [  9660] By: jhi                                   on 2001/04/09  13:07:53
35363         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
35364              From: Robin Barker <rmb1@cise.npl.co.uk> 
35365              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
35366              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
35367              
35368              (This corrects the case where the "isn't numeric" string contains \0s
35369              and is longer than the temporary buffer, and contains \0 at the point
35370              the string would be truncated by "...".) 
35371      Branch: perl
35372            ! sv.c
35373 ____________________________________________________________________________
35374 [  9659] By: jhi                                   on 2001/04/09  12:57:41
35375         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
35376      Branch: perl
35377            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
35378            ! t/lib/cgi-function.t t/lib/cgi-html.t
35379 ____________________________________________________________________________
35380 [  9658] By: jhi                                   on 2001/04/09  12:48:47
35381         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
35382              From: Ilmari Karonen <iltzu@sci.fi>
35383              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
35384              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
35385              
35386              Rearrange and rewrite the Method Invocation section
35387              to explain the concepts in nicer order.
35388      Branch: perl
35389            ! pod/perlobj.pod
35390 ____________________________________________________________________________
35391 [  9657] By: jhi                                   on 2001/04/09  12:35:58
35392         Log: Upgrade to podlators 1.09, from Russ Allbery.
35393      Branch: perl
35394            ! lib/Pod/Man.pm lib/Pod/Text.pm
35395 ____________________________________________________________________________
35396 [  9656] By: jhi                                   on 2001/04/09  12:31:53
35397         Log: perl571delta.
35398      Branch: perl
35399            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
35400 ____________________________________________________________________________
35401 [  9655] By: jhi                                   on 2001/04/09  12:20:09
35402         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
35403              From: Prymmer/Kahn <pvhp@best.com>
35404              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
35405              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
35406      Branch: perl
35407            ! lib/utf8.pm pod/perlunicode.pod
35408 ____________________________________________________________________________
35409 [  9654] By: gsar                                  on 2001/04/09  03:38:33
35410         Log: here lies 5.6.1
35411      Branch: maint-5.6/perl
35412            ! Changes
35413 ____________________________________________________________________________
35414 [  9653] By: jhi                                   on 2001/04/09  03:25:24
35415         Log: Update perlhist.
35416      Branch: perl
35417            ! pod/perlhist.pod
35418 ____________________________________________________________________________
35419 [  9652] By: jhi                                   on 2001/04/09  03:18:49
35420         Log: perl571delta tweaking continues.
35421      Branch: perl
35422            ! pod/perl571delta.pod
35423 ____________________________________________________________________________
35424 [  9651] By: gsar                                  on 2001/04/09  03:11:19
35425         Log: update Changes, patchlevel.h &c.
35426      Branch: maint-5.6/perl
35427            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
35428            ! pod/perltoc.pod
35429 ____________________________________________________________________________
35430 [  9650] By: jhi                                   on 2001/04/09  02:40:24
35431         Log: Integrate the perlfork half of #9513 from maintperl into mainline
35432              (the perlunicode half is obsolete)
35433      Branch: perl
35434            ! pod/perlfork.pod
35435 ____________________________________________________________________________
35436 [  9649] By: gsar                                  on 2001/04/09  02:35:43
35437         Log: tweak perldelta as suggested by Jarkko
35438      Branch: maint-5.6/perl
35439            ! pod/perldelta.pod
35440 ____________________________________________________________________________
35441 [  9648] By: jhi                                   on 2001/04/09  02:13:04
35442         Log: Integrate change #9646 from maintperl into mainline.
35443              
35444              add note about ithreads and Thread.pm
35445      Branch: perl
35446           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
35447 ____________________________________________________________________________
35448 [  9647] By: jhi                                   on 2001/04/09  02:10:18
35449         Log: Bad assumption that shortsize == 2.
35450      Branch: perl
35451            ! t/lib/xs-typemap.t
35452 ____________________________________________________________________________
35453 [  9646] By: gsar                                  on 2001/04/09  00:48:04
35454         Log: add note about ithreads and Thread.pm (too many people are
35455              confused by the fact that Thread.pm is built and installed
35456              under non-5005threads but doesn't work)
35457      Branch: maint-5.6/perl
35458            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
35459 ____________________________________________________________________________
35460 [  9645] By: gsar                                  on 2001/04/09  00:19:03
35461         Log: update perldelta.pod for changes in 5.6.1
35462      Branch: maint-5.6/perl
35463            ! Changes pod/perldelta.pod
35464 ____________________________________________________________________________
35465 [  9644] By: jhi                                   on 2001/04/08  20:37:00
35466         Log: Integrate change #9639 from maintperl into mainline:
35467              on windows, many of the README.* pods were being copied to
35468              the wrong location
35469      Branch: perl
35470           !> win32/Makefile win32/makefile.mk
35471 ____________________________________________________________________________
35472 [  9643] By: jhi                                   on 2001/04/08  20:07:11
35473         Log: Integrate change #9624 from maintperl into mainline:
35474              the pod tests were not okay.  (t/pod/find.t changes ignored)
35475      Branch: perl
35476           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
35477           !> t/pod/include.t t/pod/included.t t/pod/lref.t
35478           !> t/pod/multiline_items.t t/pod/nested_items.t
35479           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
35480           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
35481 ____________________________________________________________________________
35482 [  9642] By: jhi                                   on 2001/04/08  19:57:17
35483         Log: Integrate change #9638 from maintperl into mainline:
35484              update to latest JPL from the anoncvs repository
35485      Branch: perl
35486           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
35487           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
35488           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
35489 ____________________________________________________________________________
35490 [  9641] By: jhi                                   on 2001/04/08  19:53:30
35491         Log: perl571delta updates.
35492      Branch: perl
35493            ! lib/Filter/Simple.pm pod/perl571delta.pod
35494 ____________________________________________________________________________
35495 [  9640] By: gsar                                  on 2001/04/08  19:20:46
35496         Log: integrate change#9634 from mainline
35497              
35498              Fix the perlmodlib generation (didn't understand separate .pod
35499              files; didn't understand -- as the name-thing separator).
35500              Update the CPAN mirrors list.
35501      Branch: maint-5.6/perl
35502            ! pod/perlmodlib.pod
35503           !> pod/perlmodlib.PL
35504 ____________________________________________________________________________
35505 [  9639] By: gsar                                  on 2001/04/08  18:57:31
35506         Log: on windows, many of the README.* pods were being copied to the wrong
35507              location
35508      Branch: maint-5.6/perl
35509            ! win32/Makefile win32/makefile.mk
35510 ____________________________________________________________________________
35511 [  9638] By: gsar                                  on 2001/04/08  18:38:25
35512         Log: update to latest JPL from the anoncvs repository
35513      Branch: maint-5.6/perl
35514            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
35515            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
35516            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
35517 ____________________________________________________________________________
35518 [  9637] By: jhi                                   on 2001/04/08  17:53:53
35519         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
35520      Branch: perl
35521            ! pod/perl571delta.pod
35522 ____________________________________________________________________________
35523 [  9636] By: jhi                                   on 2001/04/08  17:18:32
35524         Log: Regen toc.
35525      Branch: perl
35526            ! pod/perltoc.pod
35527 ____________________________________________________________________________
35528 [  9635] By: jhi                                   on 2001/04/08  17:16:33
35529         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
35530              From: "Craig A. Berry" <craigberry@mac.com>
35531              Date: Sun, 08 Apr 2001 12:30:16 -0500
35532              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
35533      Branch: perl
35534            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
35535 ____________________________________________________________________________
35536 [  9634] By: jhi                                   on 2001/04/08  17:09:19
35537         Log: Fix the perlmodlib generation (didn't understand separate .pod
35538              files; didn't understand -- as the name-thing separator).
35539              
35540              Update the CPAN mirrors list.
35541      Branch: perl
35542            ! pod/perlmodlib.PL pod/perlmodlib.pod
35543 ____________________________________________________________________________
35544 [  9633] By: jhi                                   on 2001/04/08  16:49:17
35545         Log: Sort MANIFEST.
35546      Branch: perl
35547            ! MANIFEST
35548 ____________________________________________________________________________
35549 [  9632] By: gsar                                  on 2001/04/08  16:36:06
35550         Log: add $Tie::RefHash::VERSION
35551      Branch: maint-5.6/perl
35552            ! lib/Tie/RefHash.pm
35553 ____________________________________________________________________________
35554 [  9631] By: jhi                                   on 2001/04/08  16:10:15
35555         Log: perl571delta updates based on p5p feedback; still needs
35556              lots of examples.
35557      Branch: perl
35558            ! pod/perl571delta.pod
35559 ____________________________________________________________________________
35560 [  9630] By: jhi                                   on 2001/04/08  15:59:13
35561         Log: Update the list of supported platforms to talk about 5.7.1
35562              (and 5.6.1)
35563      Branch: perl
35564            ! pod/perlport.pod
35565 ____________________________________________________________________________
35566 [  9629] By: jhi                                   on 2001/04/08  15:55:41
35567         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
35568              from maintperl into mainline: perlport updates.
35569      Branch: perl
35570            ! pod/perlport.pod
35571 ____________________________________________________________________________
35572 [  9628] By: jhi                                   on 2001/04/08  15:53:17
35573         Log: perlsolaris.pod copied to wrong directory.
35574      Branch: perl
35575            ! win32/makefile.mk
35576 ____________________________________________________________________________
35577 [  9627] By: jhi                                   on 2001/04/08  14:48:18
35578         Log: Subject: Typos in perl571delta.pod
35579              From: "Stephen P. Potter" <spp@spotter.yi.org>
35580              Date: Sat, 07 Apr 2001 20:37:05 -0400
35581              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
35582      Branch: perl
35583            ! pod/perl571delta.pod
35584 ____________________________________________________________________________
35585 [  9626] By: jhi                                   on 2001/04/08  14:39:04
35586         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
35587      Branch: perl
35588            ! gv.c
35589 ____________________________________________________________________________
35590 [  9625] By: nick                                  on 2001/04/08  10:14:23
35591         Log: Integrate mainline
35592      Branch: perlio
35593           +> pod/perl570delta.pod pod/perl571delta.pod
35594           !> (integrate 27 files)
35595 ____________________________________________________________________________
35596 [  9624] By: gsar                                  on 2001/04/08  06:08:17
35597         Log: test in t/pod/* were busted
35598              
35599              these tests are still not enabled in t/{harness,TEST}
35600      Branch: maint-5.6/perl
35601            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
35602            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
35603            ! t/pod/multiline_items.t t/pod/nested_items.t
35604            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
35605            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
35606 ____________________________________________________________________________
35607 [  9623] By: gsar                                  on 2001/04/08  03:37:01
35608         Log: integrate change#9470 from mainline
35609              
35610              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
35611      Branch: maint-5.6/perl
35612           !> ext/Socket/Socket.xs
35613 ____________________________________________________________________________
35614 [  9622] By: jhi                                   on 2001/04/07  22:40:47
35615         Log: Update Changes.
35616      Branch: perl
35617            ! Changes patchlevel.h
35618 ____________________________________________________________________________
35619 [  9621] By: jhi                                   on 2001/04/07  22:34:16
35620         Log: Update AUTHORS.
35621      Branch: perl
35622            ! AUTHORS
35623 ____________________________________________________________________________
35624 [  9620] By: jhi                                   on 2001/04/07  22:12:47
35625         Log: Forgot to bump the number of tests in #9164.
35626      Branch: perl
35627            ! t/op/array.t
35628 ____________________________________________________________________________
35629 [  9619] By: jhi                                   on 2001/04/07  22:09:50
35630         Log: Bump patchlevel to 5.7.1.
35631      Branch: perl
35632            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
35633            ! config_h.SH patchlevel.h
35634 ____________________________________________________________________________
35635 [  9618] By: jhi                                   on 2001/04/07  22:02:41
35636         Log: Populate perl571delta.
35637      Branch: perl
35638            ! pod/perl571delta.pod
35639 ____________________________________________________________________________
35640 [  9617] By: jhi                                   on 2001/04/07  22:01:23
35641         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
35642              to forget it later; do not change patchlevel.h yet or regenerate
35643              Configure yet.
35644      Branch: perl
35645            ! epoc/config.sh win32/Makefile win32/config_H.bc
35646            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
35647 ____________________________________________________________________________
35648 [  9616] By: jhi                                   on 2001/04/07  17:46:33
35649         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
35650      Branch: perl
35651            ! pod/perl571delta.pod
35652 ____________________________________________________________________________
35653 [  9615] By: jhi                                   on 2001/04/07  17:33:21
35654         Log: Change the toc configuration.
35655      Branch: perl
35656            ! pod/buildtoc.PL pod/perl.pod
35657 ____________________________________________________________________________
35658 [  9614] By: jhi                                   on 2001/04/07  17:29:47
35659         Log: Subject: PATCH: $[
35660              From: Robin Houston <robin@kitsite.com>
35661              Date: Fri, 6 Apr 2001 18:10:14 +0100
35662              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
35663      Branch: perl
35664            ! op.c t/op/array.t
35665 ____________________________________________________________________________
35666 [  9613] By: jhi                                   on 2001/04/07  17:28:26
35667         Log: Subject: [PATCH perl@9424] isn't numeric warning
35668              From: Robin Barker <rmb1@cise.npl.co.uk>
35669              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
35670              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
35671      Branch: perl
35672            ! sv.c t/pragma/warn/sv
35673 ____________________________________________________________________________
35674 [  9612] By: jhi                                   on 2001/04/07  17:26:45
35675         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
35676              From: Mike Guy <mjtg@cam.ac.uk>
35677              Date: Fri, 06 Apr 2001 12:47:06 +0100
35678              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
35679      Branch: perl
35680            ! dump.c t/lib/peek.t
35681 ____________________________________________________________________________
35682 [  9611] By: jhi                                   on 2001/04/07  17:21:35
35683         Log: Create perl571delta and seed it off with the perldelta changes
35684              since 5.7.0; remove those changes from perldelta and rename it
35685              as perl570delta; recreate perldelta but leave it almost empty.
35686      Branch: perl
35687            + pod/perl570delta.pod pod/perl571delta.pod
35688            ! MANIFEST pod/perldelta.pod
35689 ____________________________________________________________________________
35690 [  9610] By: jhi                                   on 2001/04/07  16:56:32
35691         Log: Denit.
35692      Branch: perl
35693            ! pod/perldelta.pod
35694 ____________________________________________________________________________
35695 [  9609] By: jhi                                   on 2001/04/07  16:38:32
35696         Log: Retract #9523: needs more thought.
35697      Branch: perl
35698            ! Makefile.SH
35699 ____________________________________________________________________________
35700 [  9608] By: jhi                                   on 2001/04/07  14:59:20
35701         Log: atmark() code cleanaup.
35702      Branch: perl
35703            ! ext/IO/IO.xs
35704 ____________________________________________________________________________
35705 [  9607] By: jhi                                   on 2001/04/07  14:48:14
35706         Log: Integrate change #9605 from maintperl into mainline.
35707              
35708              can't optimize away scope entry if tr/// is present
35709      Branch: perl
35710           !> op.c t/op/tr.t
35711 ____________________________________________________________________________
35712 [  9606] By: jhi                                   on 2001/04/07  14:43:59
35713         Log: Integrate perlio.
35714      Branch: perl
35715           +> win32/FindExt.pm
35716           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
35717           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
35718 ____________________________________________________________________________
35719 [  9605] By: gsar                                  on 2001/04/07  11:52:40
35720         Log: can't optimize away scope entry if tr/// is present
35721      Branch: maint-5.6/perl
35722            ! op.c t/op/tr.t
35723 ____________________________________________________________________________
35724 [  9604] By: nick                                  on 2001/04/07  11:39:45
35725         Log: Split out extension finding code from buildext.pl into FindExt.pm
35726              Use it to get Config.pm's idea of available extensions in line
35727              with what is built.
35728      Branch: perlio
35729            + win32/FindExt.pm
35730            ! MANIFEST win32/buildext.pl win32/config_sh.PL
35731            ! win32/makefile.mk
35732 ____________________________________________________________________________
35733 [  9603] By: nick                                  on 2001/04/07  09:11:38
35734         Log: Cleanup correction for failed :Via() layer, also set an error code.
35735      Branch: perlio
35736            ! ext/PerlIO/Via/Via.xs
35737 ____________________________________________________________________________
35738 [  9602] By: nick                                  on 2001/04/07  08:38:04
35739         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
35740              style. So don't use binmode() on the handles so that Win32 etc. see
35741              same sequence and produce same digests.
35742      Branch: perlio
35743            ! t/lib/md5-file.t
35744 ____________________________________________________________________________
35745 [  9601] By: nick                                  on 2001/04/07  08:36:26
35746         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
35747              Else it complains and so crlf layer (say) does not get pushed.
35748      Branch: perlio
35749            ! perlio.c
35750 ____________________________________________________________________________
35751 [  9600] By: jhi                                   on 2001/04/06  23:00:09
35752         Log: Integrate change #9599 from perlio into mainline.
35753      Branch: perl
35754           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
35755           !> win32/config_H.vc
35756 ____________________________________________________________________________
35757 [  9599] By: nick                                  on 2001/04/06  21:42:43
35758         Log: Quote $VERSION in Encode.pm.
35759              regen_config_h as requested.
35760      Branch: perlio
35761            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
35762            ! win32/config_H.vc
35763 ____________________________________________________________________________
35764 [  9598] By: nick                                  on 2001/04/06  20:34:59
35765         Log: Integrate mainline
35766      Branch: perlio
35767           +> README.macos
35768           !> (integrate 39 files)
35769 ____________________________________________________________________________
35770 [  9597] By: gsar                                  on 2001/04/06  18:06:35
35771         Log: integrate change#9464 from mainline (addendum to change#8313)
35772              
35773              Subject: [PATCH @9452] Better peep()ing for foreach() loops
35774      Branch: maint-5.6/perl
35775           !> op.c
35776 ____________________________________________________________________________
35777 [  9596] By: jhi                                   on 2001/04/06  17:26:03
35778         Log: The d_casti32=undef is good for you even when not use64bitall.
35779      Branch: perl
35780            ! hints/hpux.sh
35781 ____________________________________________________________________________
35782 [  9595] By: gsar                                  on 2001/04/06  14:57:17
35783         Log: add a low-impact fix to accomodate darwin-ism
35784      Branch: maint-5.6/perl
35785            ! ext/Errno/Errno_pm.PL
35786 ____________________________________________________________________________
35787 [  9594] By: jhi                                   on 2001/04/06  14:55:14
35788         Log: Integrate changes #9528,9593 from mainline into maintperl;
35789              tweaking the editor/IDE/shell list.
35790      Branch: maint-5.6/perl
35791           !> pod/perlfaq3.pod
35792 ____________________________________________________________________________
35793 [  9593] By: jhi                                   on 2001/04/06  14:51:39
35794         Log: Make the editor/IDE/shell list a little bit airier.
35795      Branch: perl
35796            ! pod/perlfaq3.pod
35797 ____________________________________________________________________________
35798 [  9592] By: gsar                                  on 2001/04/06  14:45:18
35799         Log: integrate change#9477 from mainline (base.pm doc tweak)
35800              
35801              missing doc entry for fmod()
35802      Branch: maint-5.6/perl
35803            ! lib/Math/BigFloat.pm
35804           !> lib/base.pm
35805 ____________________________________________________________________________
35806 [  9591] By: jhi                                   on 2001/04/06  13:55:48
35807         Log: Regen toc.
35808      Branch: perl
35809            ! pod/perltoc.pod
35810 ____________________________________________________________________________
35811 [  9590] By: jhi                                   on 2001/04/06  13:54:52
35812         Log: Math::BigFloat patches from John Peacock.  The equivalent
35813              of #9586 from maintperl but reworked by John to work with
35814              the bleadperl.
35815      Branch: perl
35816            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
35817 ____________________________________________________________________________
35818 [  9589] By: jhi                                   on 2001/04/06  13:42:23
35819         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
35820      Branch: perl
35821            ! ext/Digest/MD5/Makefile.PL
35822 ____________________________________________________________________________
35823 [  9588] By: jhi                                   on 2001/04/06  13:31:45
35824         Log: Integrate changes #9584,9587 from maintperl into mainline.
35825              
35826              keep eval"" CVs alive until the end of the statement in which
35827              they're called
35828              
35829              add README.macos (from Chris Nandor)
35830              
35831              tyop in change#9555
35832      Branch: perl
35833           +> README.macos
35834           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
35835           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
35836           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
35837           !> win32/makefile.mk
35838 ____________________________________________________________________________
35839 [  9587] By: gsar                                  on 2001/04/06  07:31:30
35840         Log: add README.macos (from Chris Nandor)
35841              
35842              tyop in change#9555
35843      Branch: maint-5.6/perl
35844            + README.macos
35845            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
35846            ! win32/Makefile win32/makefile.mk
35847 ____________________________________________________________________________
35848 [  9586] By: gsar                                  on 2001/04/06  07:08:54
35849         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
35850      Branch: maint-5.6/perl
35851            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
35852 ____________________________________________________________________________
35853 [  9585] By: gsar                                  on 2001/04/06  06:58:44
35854         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
35855              from mainline
35856              
35857              Subject: [PATCH] Base64 update to perlfaq9.pod
35858              
35859              Subject: [PATCH AUTHORS] Housekeeping
35860              
35861              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
35862              Mac OS X (Darwin) has extra pwent fields.
35863              
35864              Subject: [PATCH B::*] print control-character vars readably
35865              Needs EBCDICification.
35866              
35867              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
35868              
35869              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
35870              
35871              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
35872              
35873              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
35874              
35875              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
35876              
35877              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
35878              
35879              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
35880              
35881              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
35882              
35883              FreeBSD hints tweak from Anton Berezin.
35884              
35885              Subject: [PATCH foolperl & bleadperl] README.vms update
35886              
35887              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
35888      Branch: maint-5.6/perl
35889           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
35890           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
35891           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
35892 ____________________________________________________________________________
35893 [  9584] By: gsar                                  on 2001/04/06  04:09:00
35894         Log: keep eval"" CVs alive until the end of the statement in which
35895              they're called; this avoids a coredump ensuing from search for
35896              lexicals in code such as:
35897              
35898              sub bug {
35899              my $s = @_;
35900              eval q[sub { eval 'sub { &$s }' }];
35901              }
35902              bug("x")->()->();
35903              
35904              this code still doesn't work as intended (as it has remained
35905              since time immemorial), but it doesn't provoke a coredump anymore
35906      Branch: maint-5.6/perl
35907            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
35908            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
35909 ____________________________________________________________________________
35910 [  9583] By: jhi                                   on 2001/04/05  23:52:51
35911         Log: Update Changes.
35912      Branch: perl
35913            ! Changes patchlevel.h
35914 ____________________________________________________________________________
35915 [  9582] By: jhi                                   on 2001/04/05  23:11:23
35916         Log: Slight doc tweak.
35917      Branch: perl
35918            ! pod/perlunicode.pod
35919 ____________________________________________________________________________
35920 [  9581] By: jhi                                   on 2001/04/05  23:04:11
35921         Log: Integrate perlio.
35922      Branch: perl
35923           !> pod/perlunicode.pod
35924 ____________________________________________________________________________
35925 [  9580] By: jhi                                   on 2001/04/05  23:03:29
35926         Log: Test for #9579.
35927      Branch: perl
35928            ! t/op/do.t
35929 ____________________________________________________________________________
35930 [  9579] By: jhi                                   on 2001/04/05  22:54:17
35931         Log: Subject: [PATCH] Propagate calling context for do '...'
35932              From: Gisle Aas <gisle@ActiveState.com>
35933              Date: 04 Apr 2001 20:17:29 -0700
35934              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
35935      Branch: perl
35936            ! pod/perlfunc.pod pp_ctl.c
35937 ____________________________________________________________________________
35938 [  9578] By: jhi                                   on 2001/04/05  22:52:51
35939         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
35940              From: Peter Prymmer <pvhp@forte.com>
35941              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
35942              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
35943      Branch: perl
35944            ! README.vms
35945 ____________________________________________________________________________
35946 [  9577] By: jhi                                   on 2001/04/05  22:48:22
35947         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
35948              From: "Craig A. Berry" <craigberry@mac.com>
35949              Date: Thu, 5 Apr 2001 13:43:28 -0500
35950              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
35951      Branch: perl
35952            ! README.vms
35953 ____________________________________________________________________________
35954 [  9576] By: jhi                                   on 2001/04/05  22:31:38
35955         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
35956              From: Michael G Schwern <schwern@pobox.com>
35957              Date: Thu, 5 Apr 2001 21:53:21 +0100
35958              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
35959      Branch: perl
35960            ! lib/base.pm t/lib/fields.t
35961 ____________________________________________________________________________
35962 [  9575] By: jhi                                   on 2001/04/05  22:26:10
35963         Log: FreeBSD hints tweak from Anton Berezin.
35964      Branch: perl
35965            ! hints/freebsd.sh
35966 ____________________________________________________________________________
35967 [  9574] By: jhi                                   on 2001/04/05  22:24:03
35968         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
35969              From: David Dyck <dcd@tc.fluke.com>
35970              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
35971              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
35972      Branch: perl
35973            ! t/op/oct.t
35974 ____________________________________________________________________________
35975 [  9573] By: jhi                                   on 2001/04/05  22:23:06
35976         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
35977              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
35978              From: David Dyck <dcd@tc.fluke.com>
35979              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
35980      Branch: perl
35981            ! pp.c
35982 ____________________________________________________________________________
35983 [  9572] By: jhi                                   on 2001/04/05  22:14:47
35984         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
35985              From: Robin Houston <robin@kitsite.com>
35986              Date: Thu, 5 Apr 2001 20:56:48 +0100
35987              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
35988      Branch: perl
35989            ! ext/B/B/Deparse.pm
35990 ____________________________________________________________________________
35991 [  9571] By: jhi                                   on 2001/04/05  22:12:53
35992         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
35993              From: Robin Houston <robin@kitsite.com>
35994              Date: Thu, 5 Apr 2001 19:55:51 +0100
35995              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
35996      Branch: perl
35997            ! ext/B/B/Deparse.pm
35998 ____________________________________________________________________________
35999 [  9570] By: jhi                                   on 2001/04/05  22:11:06
36000         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
36001              From: Robin Houston <robin@kitsite.com>
36002              Date: Thu, 5 Apr 2001 20:16:29 +0100
36003              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
36004      Branch: perl
36005            ! ext/B/B/Deparse.pm
36006 ____________________________________________________________________________
36007 [  9569] By: nick                                  on 2001/04/05  21:32:26
36008         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
36009      Branch: perlio
36010            ! pod/perlunicode.pod
36011 ____________________________________________________________________________
36012 [  9568] By: nick                                  on 2001/04/05  19:38:09
36013         Log: Integrate mainline
36014      Branch: perlio
36015           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
36016           !> (integrate 35 files)
36017 ____________________________________________________________________________
36018 [  9567] By: jhi                                   on 2001/04/05  18:31:45
36019         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
36020              From: Robin Houston <robin@kitsite.com>
36021              Date: Thu, 5 Apr 2001 18:03:23 +0100
36022              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
36023      Branch: perl
36024            ! ext/B/B/Deparse.pm
36025 ____________________________________________________________________________
36026 [  9566] By: jhi                                   on 2001/04/05  18:29:35
36027         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
36028              From: Robin Houston <robin@kitsite.com>
36029              Date: Thu, 5 Apr 2001 16:45:18 +0100
36030              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
36031      Branch: perl
36032            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
36033 ____________________________________________________________________________
36034 [  9565] By: jhi                                   on 2001/04/05  18:24:23
36035         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
36036              From: Robin Houston <robin@kitsite.com>
36037              Date: Thu, 5 Apr 2001 14:50:09 +0100
36038              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
36039      Branch: perl
36040            ! ext/B/B/Deparse.pm
36041 ____________________________________________________________________________
36042 [  9564] By: jhi                                   on 2001/04/05  18:23:03
36043         Log: Subject: [PATCH B::*] print control-character vars readably
36044              From: Robin Houston <robin@kitsite.com>
36045              Date: Thu, 5 Apr 2001 14:27:38 +0100
36046              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
36047              
36048              Needs EBCDICification.
36049      Branch: perl
36050            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
36051            ! ext/B/B/Terse.pm
36052 ____________________________________________________________________________
36053 [  9563] By: jhi                                   on 2001/04/05  18:20:32
36054         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
36055              Date: Thu, 5 Apr 2001 13:21:42 -0400
36056              From: Paul Schinder <schinder@pobox.com>
36057              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
36058              
36059              Mac OS X (Darwin) has extra pwent fields.
36060      Branch: perl
36061            ! t/op/pwent.t
36062 ____________________________________________________________________________
36063 [  9562] By: jhi                                   on 2001/04/05  17:57:51
36064         Log: Regen toc.
36065      Branch: perl
36066            ! pod/perltoc.pod
36067 ____________________________________________________________________________
36068 [  9561] By: jhi                                   on 2001/04/05  17:47:33
36069         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
36070      Branch: metaconfig
36071            ! U/Glossary.patch
36072      Branch: metaconfig/U/perl
36073            + d_u32align.U
36074            ! d_cmsghdr_s.U d_msghdr_s.U
36075 ____________________________________________________________________________
36076 [  9560] By: jhi                                   on 2001/04/05  17:47:01
36077         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
36078              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
36079              Introduce probes for struct msghdr, struct cmsghdr,
36080              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
36081              ualarm, usleep, for possible later extension work.
36082      Branch: perl
36083            + t/lib/md5-align.t
36084            ! Configure MANIFEST Porting/Glossary Porting/config.sh
36085            ! Porting/config_H config_h.SH configure.com epoc/config.sh
36086            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
36087            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
36088            ! vos/config.ga.h win32/config.bc win32/config.gc
36089            ! win32/config.vc
36090 ____________________________________________________________________________
36091 [  9559] By: jhi                                   on 2001/04/05  13:03:04
36092         Log: Be traditional in your cpp (for the Errno extension).
36093      Branch: perl
36094            ! hints/darwin.sh
36095 ____________________________________________________________________________
36096 [  9558] By: jhi                                   on 2001/04/05  13:00:05
36097         Log: Add $Config{cppflags} to the gcc incantation.
36098      Branch: perl
36099            ! ext/Errno/Errno_pm.PL
36100 ____________________________________________________________________________
36101 [  9557] By: jhi                                   on 2001/04/05  04:22:39
36102         Log: Introduce Sean Burke's Class::ISA 0.32.
36103      Branch: perl
36104            + lib/Class/ISA.pm t/lib/class-isa.t
36105            ! MANIFEST
36106 ____________________________________________________________________________
36107 [  9556] By: jhi                                   on 2001/04/05  04:09:50
36108         Log: Subject: [PATCH AUTHORS] Housekeeping
36109              From: Paul Johnson <paul@pjcj.net> 
36110              Date: Wed, 4 Apr 2001 22:45:47 +0200
36111              Message-ID: <20010404224547.D9548@pjcj.net>
36112      Branch: perl
36113            ! AUTHORS
36114 ____________________________________________________________________________
36115 [  9555] By: jhi                                   on 2001/04/05  04:06:33
36116         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
36117              From: Gisle Aas <gisle@ActiveState.com>
36118              Date: 04 Apr 2001 14:23:04 -0700
36119              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
36120      Branch: perl
36121            ! pod/perlfaq9.pod
36122 ____________________________________________________________________________
36123 [  9554] By: jhi                                   on 2001/04/05  04:05:49
36124         Log: Downgrade also the "Wide character" diagnostic.
36125      Branch: perl
36126            ! pod/perldiag.pod
36127 ____________________________________________________________________________
36128 [  9553] By: jhi                                   on 2001/04/05  04:00:33
36129         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
36130              maintperl into mainline.
36131              
36132              "double" should be "NV"; standard typemap is missing entry
36133              for NV
36134              
36135              s/djSP/dSP/
36136              
36137              Downgrade "Wide character in print" to a warning.
36138              
36139              B::Deparse fix for ${^FOO} and documentation for PVX() method
36140              (from Robin Houston)
36141              
36142              tr/// doesn't null-terminate the result in some situations
36143              (from Gisle Aas)
36144      Branch: perl
36145           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
36146           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
36147           !> t/io/utf8.t t/op/tr.t
36148 ____________________________________________________________________________
36149 [  9552] By: jhi                                   on 2001/04/05  03:52:50
36150         Log: Retract changes #9542 and #9538 (from maintperl, integrated
36151              at #9540), shouldn't be needed because of the perlio changes.
36152      Branch: perl
36153            ! util.c
36154 ____________________________________________________________________________
36155 [  9551] By: gsar                                  on 2001/04/05  00:18:34
36156         Log: tr/// doesn't null-terminate the result in some situations
36157              (from Gisle Aas)
36158      Branch: maint-5.6/perl
36159            ! doop.c t/op/tr.t
36160 ____________________________________________________________________________
36161 [  9550] By: gsar                                  on 2001/04/04  20:04:17
36162         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
36163              (from Robin Houston)
36164      Branch: maint-5.6/perl
36165            ! ext/B/B.pm ext/B/B/Deparse.pm
36166 ____________________________________________________________________________
36167 [  9549] By: nick                                  on 2001/04/04  18:56:15
36168         Log: Downgrade "Wide character in print" to a warning.
36169      Branch: perlio
36170            ! doio.c t/io/utf8.t
36171 ____________________________________________________________________________
36172 [  9548] By: gsar                                  on 2001/04/04  18:51:49
36173         Log: integrate changes#9460,9462,9482,9521,9522
36174              
36175              Subject: PATCH: B::Debug should show LOOP-specific fields
36176              
36177              Subject: B::Deparse precedence bug. (Patch included.)
36178              
36179              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
36180              
36181              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
36182              
36183              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
36184      Branch: maint-5.6/perl
36185           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
36186           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
36187 ____________________________________________________________________________
36188 [  9547] By: gsar                                  on 2001/04/04  18:49:16
36189         Log: s/djSP/dSP/
36190      Branch: maint-5.6/perl
36191            ! ext/Thread/Thread.xs
36192 ____________________________________________________________________________
36193 [  9546] By: nick                                  on 2001/04/04  18:44:00
36194         Log: Integrate mainline.
36195      Branch: perlio
36196           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
36197           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
36198 ____________________________________________________________________________
36199 [  9545] By: gsar                                  on 2001/04/04  18:38:52
36200         Log: integrate change#8837 from mainline
36201              
36202              Subject: [patch] -Wall cleanup round 2
36203      Branch: maint-5.6/perl
36204           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
36205           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
36206           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
36207           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
36208           !> ext/SDBM_File/SDBM_File.xs
36209 ____________________________________________________________________________
36210 [  9544] By: gsar                                  on 2001/04/04  17:49:57
36211         Log: "double" should be "NV"; standard typemap is missing entry
36212              for NV
36213      Branch: maint-5.6/perl
36214            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
36215 ____________________________________________________________________________
36216 [  9543] By: jhi                                   on 2001/04/04  14:13:18
36217         Log: Thou shalt not (just) match for English error messages.
36218      Branch: perl
36219            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
36220            ! os2/OS2/Process/Process.pm
36221 ____________________________________________________________________________
36222 [  9542] By: jhi                                   on 2001/04/04  13:20:39
36223         Log: Make the stdio tricks of fflush_all() to exist only if
36224              stdio is being used.
36225      Branch: perl
36226            ! util.c
36227 ____________________________________________________________________________
36228 [  9541] By: jhi                                   on 2001/04/04  04:20:24
36229         Log: Subject: Re: [PATCH] Lighten up glob
36230              From: Benjamin Sugars <bsugars@canoe.ca>
36231              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
36232              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
36233      Branch: perl
36234            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
36235            ! util.c
36236 ____________________________________________________________________________
36237 [  9540] By: jhi                                   on 2001/04/04  04:03:57
36238         Log: Integrate changes #9538,9539 from maintperl into mainline.
36239              
36240              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
36241              for use with _fwalk() (fix for change#7705)
36242              
36243              another tweak needed for SunOS 4.1.x build (from Mike Guy)
36244              (cp -f is not portable)
36245      Branch: perl
36246           !> Makefile.SH util.c
36247 ____________________________________________________________________________
36248 [  9539] By: gsar                                  on 2001/04/04  03:01:14
36249         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
36250      Branch: maint-5.6/perl
36251            ! Makefile.SH
36252 ____________________________________________________________________________
36253 [  9538] By: gsar                                  on 2001/04/04  01:00:38
36254         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
36255              for use with _fwalk() (fix for change#7705)
36256      Branch: maint-5.6/perl
36257            ! util.c
36258 ____________________________________________________________________________
36259 [  9537] By: nick                                  on 2001/04/03  19:24:55
36260         Log: Integrate mainline
36261      Branch: perlio
36262           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
36263           +> lib/unicode/PropList.html
36264            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
36265           !> (integrate 69 files)
36266 ____________________________________________________________________________
36267 [  9536] By: jhi                                   on 2001/04/03  18:02:31
36268         Log: Integrate change #9533 from maintperl into mainline.
36269              
36270              better fix for change#9517 to accomodate UNC paths like
36271              \\server\share\foo, and paths with trailing backslash
36272              like c:\this\
36273      Branch: perl
36274           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
36275 ____________________________________________________________________________
36276 [  9535] By: jhi                                   on 2001/04/03  17:58:07
36277         Log: Change the push/unshift warning to be of class syntax, not misc.
36278      Branch: perl
36279            ! op.c pod/perldiag.pod t/pragma/warn/op
36280 ____________________________________________________________________________
36281 [  9534] By: jhi                                   on 2001/04/03  15:03:46
36282         Log: Change the push/unshift warning (#9532) to talk about "no values"
36283              instead of "no arguments".
36284      Branch: perl
36285            ! op.c pod/perldiag.pod t/pragma/warn/op
36286 ____________________________________________________________________________
36287 [  9533] By: gsar                                  on 2001/04/03  14:30:07
36288         Log: better fix for change#9517 to accomodate UNC paths like
36289              \\server\share\foo, and paths with trailing backslash
36290              like c:\this\
36291      Branch: maint-5.6/perl
36292            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
36293 ____________________________________________________________________________
36294 [  9532] By: jhi                                   on 2001/04/03  13:11:46
36295         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
36296              From: Robin Houston <robin@kitsite.com>
36297              Date: Mon, 2 Apr 2001 15:03:29 +0100
36298              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
36299      Branch: perl
36300            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
36301 ____________________________________________________________________________
36302 [  9531] By: jhi                                   on 2001/04/03  13:06:34
36303         Log: Integrate change #9530 from maintperl into mainline.
36304              
36305              accomodate VMS "mailbox overflow" quirk in testsuite (from
36306              Craig Berry)
36307      Branch: perl
36308           !> t/lib/socket.t
36309 ____________________________________________________________________________
36310 [  9530] By: gsar                                  on 2001/04/03  04:56:41
36311         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
36312              Craig Berry)
36313      Branch: maint-5.6/perl
36314            ! t/lib/socket.t
36315 ____________________________________________________________________________
36316 [  9529] By: jhi                                   on 2001/04/03  02:34:34
36317         Log: Update Changes.
36318      Branch: perl
36319            ! Changes patchlevel.h
36320 ____________________________________________________________________________
36321 [  9528] By: jhi                                   on 2001/04/03  01:27:57
36322         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
36323              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
36324              To: perl5-porters@perl.org
36325              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
36326      Branch: perl
36327            ! pod/perlfaq3.pod
36328 ____________________________________________________________________________
36329 [  9527] By: jhi                                   on 2001/04/03  01:22:09
36330         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
36331              From: Peter Prymmer <pvhp@forte.com>
36332              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
36333              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
36334      Branch: perl
36335            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
36336 ____________________________________________________________________________
36337 [  9526] By: jhi                                   on 2001/04/03  01:18:25
36338         Log: The metaconfig unit changes for #9525.
36339      Branch: metaconfig
36340            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
36341      Branch: metaconfig/U/perl
36342            ! use64bits.U
36343 ____________________________________________________________________________
36344 [  9525] By: jhi                                   on 2001/04/03  01:17:30
36345         Log: Configure sanity checks:
36346              * if use64bitall is attempted but pointers are only 32-bit,
36347              'downgrade' to use64bitint
36348              * if use64bitint is attempted but there's no quad type,
36349              forget about use64bitint (well, the default for it is 'n',
36350              the user can still override this)
36351              * if pointers are 64 bits, do not try to use Perl's malloc
36352      Branch: perl
36353            ! Configure
36354 ____________________________________________________________________________
36355 [  9524] By: gsar                                  on 2001/04/03  01:09:12
36356         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
36357      Branch: maint-5.6/perl
36358            ! pp_sys.c
36359 ____________________________________________________________________________
36360 [  9523] By: jhi                                   on 2001/04/03  00:02:31
36361         Log: (Retracted by #9609)
36362              
36363              Make it harder for parallel makes to enter 'test' before
36364              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
36365              should be unhappy enough, but sometimes parallel makes seem
36366              to sneak past both in Tru64 and AIX.)
36367      Branch: perl
36368            ! Makefile.SH
36369 ____________________________________________________________________________
36370 [  9522] By: jhi                                   on 2001/04/02  22:35:31
36371         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
36372              Date: Mon, 2 Apr 2001 22:54:10 +0100
36373              From: Robin Houston <robin@kitsite.com>
36374              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
36375      Branch: perl
36376            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
36377 ____________________________________________________________________________
36378 [  9521] By: jhi                                   on 2001/04/02  22:32:23
36379         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
36380              From: Robin Houston <robin@kitsite.com>
36381              Date: Mon, 2 Apr 2001 20:24:03 +0100
36382              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
36383      Branch: perl
36384            ! ext/B/B/Concise.pm
36385 ____________________________________________________________________________
36386 [  9520] By: jhi                                   on 2001/04/02  22:30:43
36387         Log: Subject: [PATCH] REALLY pedantic hv.h nit
36388              From: Simon Cozens <simon@netthink.co.uk>
36389              Date: Mon, 2 Apr 2001 15:43:06 +0100
36390              Message-ID: <20010402154306.A21711@netthink.co.uk>
36391      Branch: perl
36392            ! hv.h
36393 ____________________________________________________________________________
36394 [  9519] By: jhi                                   on 2001/04/02  22:28:04
36395         Log: Based on
36396              
36397              Subject: [foolperl] EPOC fix
36398              From: Olaf Flebbe <O.Flebbe@science-computing.de>
36399              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
36400              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
36401      Branch: perl
36402            ! pp_sys.c
36403 ____________________________________________________________________________
36404 [  9518] By: jhi                                   on 2001/04/02  22:22:34
36405         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
36406              
36407              README.win32 tweaks; add a note about alternative location for
36408              getting a gcc-2.95.2 that will build perl properly on windows
36409              
36410              add some notes about gutsy threading matters
36411              
36412              many of the utilities interpolate literal paths within doublequotes
36413              (fails on dosish platforms where path contains backslashes)
36414      Branch: perl
36415           !> README.win32 pod/perlguts.pod utils/perldoc.PL
36416           !> x2p/find2perl.PL x2p/s2p.PL
36417 ____________________________________________________________________________
36418 [  9517] By: gsar                                  on 2001/04/02  19:52:21
36419         Log: many of the utilities interpolate literal paths within doublequotes
36420              (fails on dosish platforms where path contains backslashes)
36421      Branch: maint-5.6/perl
36422            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
36423 ____________________________________________________________________________
36424 [  9516] By: gsar                                  on 2001/04/02  05:49:37
36425         Log: a foolish release
36426      Branch: maint-5.6/perl
36427            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
36428            ! pod/perltoc.pod
36429 ____________________________________________________________________________
36430 [  9515] By: gsar                                  on 2001/04/02  05:04:29
36431         Log: add missing changelog summaries
36432      Branch: maint-5.6/perl
36433            ! Changes
36434 ____________________________________________________________________________
36435 [  9514] By: gsar                                  on 2001/04/02  04:07:13
36436         Log: add some notes about gutsy threading matters
36437      Branch: maint-5.6/perl
36438            ! pod/perlguts.pod
36439 ____________________________________________________________________________
36440 [  9513] By: gsar                                  on 2001/04/02  03:25:21
36441         Log: add more prominent caveat notices about experimental features
36442      Branch: maint-5.6/perl
36443            ! pod/perlfork.pod pod/perlunicode.pod
36444 ____________________________________________________________________________
36445 [  9512] By: gsar                                  on 2001/04/02  02:54:33
36446         Log: integrate changes#9479,9509 from mainline
36447              
36448              [PATCH] File::Glob stuff for Mac OS
36449              
36450              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
36451      Branch: maint-5.6/perl
36452           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
36453           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
36454           !> t/lib/glob-taint.t
36455 ____________________________________________________________________________
36456 [  9511] By: gsar                                  on 2001/04/02  02:38:24
36457         Log: README.win32 tweaks; add a note about alternative location for
36458              getting a gcc-2.95.2 that will build perl properly on windows
36459      Branch: maint-5.6/perl
36460            ! README.win32
36461 ____________________________________________________________________________
36462 [  9510] By: jhi                                   on 2001/04/01  20:45:10
36463         Log: An ambiguosity warning.
36464      Branch: perl
36465            ! t/lib/trig.t
36466 ____________________________________________________________________________
36467 [  9509] By: jhi                                   on 2001/04/01  19:53:47
36468         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
36469              From: Jonathan Stowe <gellyfish@gellyfish.com>
36470              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
36471              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
36472      Branch: perl
36473            ! ext/File/Glob/bsd_glob.c
36474 ____________________________________________________________________________
36475 [  9508] By: jhi                                   on 2001/04/01  19:35:03
36476         Log: Update Changes.
36477      Branch: perl
36478            ! Changes patchlevel.h
36479 ____________________________________________________________________________
36480 [  9507] By: jhi                                   on 2001/04/01  19:24:01
36481         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
36482              from mainline to maintperl: pod tweaks.
36483      Branch: maint-5.6/perl
36484           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
36485           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
36486           !> pod/perlvar.pod
36487 ____________________________________________________________________________
36488 [  9506] By: jhi                                   on 2001/04/01  19:11:53
36489         Log: Commit Sarathy to April release of 5.6.1 :-)
36490      Branch: perl
36491            ! pod/perlfaq1.pod
36492 ____________________________________________________________________________
36493 [  9505] By: jhi                                   on 2001/04/01  19:03:15
36494         Log: Subject: PATCH 5.6.0 (perldebug.pod)
36495              From: Mark-Jason Dominus <mjd@plover.com>
36496              Date: Sun, 01 Apr 2001 14:25:11 -0400
36497              Message-ID: <20010401182511.9247.qmail@plover.com>
36498      Branch: perl
36499            ! pod/perldebug.pod
36500 ____________________________________________________________________________
36501 [  9504] By: jhi                                   on 2001/04/01  18:43:09
36502         Log: Add great_circle_direction().
36503      Branch: perl
36504            ! lib/Math/Trig.pm t/lib/trig.t
36505 ____________________________________________________________________________
36506 [  9503] By: jhi                                   on 2001/04/01  17:29:12
36507         Log: Unicode ReadMe update for Unicode 3.1.
36508      Branch: perl
36509            ! lib/unicode/ReadMe.txt
36510 ____________________________________________________________________________
36511 [  9502] By: jhi                                   on 2001/04/01  17:18:40
36512         Log: Integrate change #9501 from maintperl into mainline.
36513              
36514              fix the perlembed notes on multiple interpreters
36515              
36516              fix ExtUtils::Embed to work passably on Windows
36517      Branch: perl
36518           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
36519 ____________________________________________________________________________
36520 [  9501] By: gsar                                  on 2001/04/01  07:21:57
36521         Log: fix the perlembed notes on multiple interpreters
36522              
36523              fix ExtUtils::Embed to work passably on Windows
36524      Branch: maint-5.6/perl
36525            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
36526 ____________________________________________________________________________
36527 [  9500] By: jhi                                   on 2001/04/01  05:58:23
36528         Log: Test for #9499.
36529      Branch: perl
36530            ! t/op/tr.t
36531 ____________________________________________________________________________
36532 [  9499] By: jhi                                   on 2001/04/01  05:55:46
36533         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
36534      Branch: perl
36535            ! embed.h embed.pl op.c proto.h
36536 ____________________________________________________________________________
36537 [  9498] By: jhi                                   on 2001/04/01  05:44:34
36538         Log: Protect the workaround hunk more.
36539      Branch: perl
36540            ! toke.c
36541 ____________________________________________________________________________
36542 [  9497] By: jhi                                   on 2001/04/01  00:24:25
36543         Log: Integrate changes #9493,9494,9495,9496 from maintperl
36544              into mainline.
36545              
36546              fix a broken workaround for Borland compiler in change#4739
36547              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
36548              
36549              nits spotted by Borland compiler
36550              
36551              avoid redefinition warnings under Borland 5.02
36552              
36553              various nits identified by the Borland 5.5 compiler; remove suppression
36554              of a few warnings
36555      Branch: perl
36556           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
36557           !> win32/win32.h
36558 ____________________________________________________________________________
36559 [  9496] By: gsar                                  on 2001/03/31  23:22:28
36560         Log: various nits identified by the Borland 5.5 compiler; remove suppression
36561              of a few warnings
36562      Branch: maint-5.6/perl
36563            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
36564 ____________________________________________________________________________
36565 [  9495] By: gsar                                  on 2001/03/31  21:03:08
36566         Log: avoid redefinition warnings under Borland 5.02
36567      Branch: maint-5.6/perl
36568            ! win32/makefile.mk
36569 ____________________________________________________________________________
36570 [  9494] By: gsar                                  on 2001/03/31  20:18:59
36571         Log: nits spotted by Borland compiler
36572      Branch: maint-5.6/perl
36573            ! utf8.h win32/win32.h
36574 ____________________________________________________________________________
36575 [  9493] By: gsar                                  on 2001/03/31  20:18:05
36576         Log: fix a broken workaround for Borland compiler in change#4739
36577              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
36578      Branch: maint-5.6/perl
36579            ! toke.c
36580 ____________________________________________________________________________
36581 [  9492] By: jhi                                   on 2001/03/31  18:36:24
36582         Log: Integrate change #9491 from maintperl into mainline.
36583              
36584              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
36585              directory is relative (need to fetch the full path name *before*
36586              the chdir!)
36587      Branch: perl
36588           !> lib/Cwd.pm
36589 ____________________________________________________________________________
36590 [  9491] By: gsar                                  on 2001/03/31  17:01:56
36591         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
36592              directory is relative (need to fetch the full path name *before*
36593              the chdir!)
36594              
36595              this is a followup patch for change#6749
36596      Branch: maint-5.6/perl
36597            ! lib/Cwd.pm
36598 ____________________________________________________________________________
36599 [  9490] By: jhi                                   on 2001/03/31  15:50:18
36600         Log: Subject: Re: [PATCH] av.h cosmetics
36601              From: Simon Cozens <simon@netthink.co.uk>
36602              Date: Sat, 31 Mar 2001 13:09:59 +0100
36603              Message-ID: <20010331130959.A22000@netthink.co.uk>
36604              
36605              Document AvALLOC.
36606      Branch: perl
36607            ! pod/perlguts.pod
36608 ____________________________________________________________________________
36609 [  9489] By: jhi                                   on 2001/03/31  15:48:44
36610         Log: Subject: [PATCH] Re: Math::Big* v1.21
36611              From: Tels <perl_dummy@bloodgate.com>
36612              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
36613              Message-Id: <200103311125.GAA377738@www08.hway.net>
36614      Branch: perl
36615            ! pod/perlop.pod
36616 ____________________________________________________________________________
36617 [  9488] By: jhi                                   on 2001/03/31  03:39:51
36618         Log: Debug output tweak.
36619      Branch: perl
36620            ! t/lib/cwd.t
36621 ____________________________________________________________________________
36622 [  9487] By: jhi                                   on 2001/03/31  03:33:02
36623         Log: OverVMSification.
36624      Branch: perl
36625            ! t/lib/cwd.t
36626 ____________________________________________________________________________
36627 [  9486] By: jhi                                   on 2001/03/31  03:01:40
36628         Log: Missed MANIFESTations in #9483.
36629      Branch: perl
36630            ! MANIFEST
36631 ____________________________________________________________________________
36632 [  9485] By: jhi                                   on 2001/03/31  02:58:17
36633         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
36634              From: Peter Prymmer <pvhp@forte.com>
36635              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
36636              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
36637      Branch: perl
36638            ! regexec.c t/lib/cwd.t
36639 ____________________________________________________________________________
36640 [  9484] By: jhi                                   on 2001/03/31  01:04:41
36641         Log: Obsolete file (see #3938)
36642      Branch: perl
36643            - lib/unicode/README.Ethiopic
36644            ! MANIFEST
36645 ____________________________________________________________________________
36646 [  9483] By: jhi                                   on 2001/03/31  00:52:42
36647         Log: Update to Unicode 3.1.
36648              (Rename Names.txt to NamesList.txt.)
36649      Branch: perl
36650            + lib/unicode/NamesList.txt lib/unicode/PropList.html
36651            - lib/unicode/Names.txt
36652            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
36653            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
36654            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
36655            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
36656            ! lib/unicode/UCD.html lib/unicode/Unicode.html
36657            ! lib/unicode/rename lib/unicode/version
36658 ____________________________________________________________________________
36659 [  9482] By: jhi                                   on 2001/03/30  23:33:44
36660         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
36661              From: Robin Houston <robin@kitsite.com>
36662              Date: Fri, 30 Mar 2001 20:07:22 +0100
36663              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
36664      Branch: perl
36665            ! ext/B/B/Deparse.pm
36666 ____________________________________________________________________________
36667 [  9481] By: jhi                                   on 2001/03/30  23:20:25
36668         Log: Subject: Re: [PATCH] CwdXS, Take 2
36669              From: Benjamin Sugars <bsugars@canoe.ca>
36670              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
36671              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
36672      Branch: perl
36673            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
36674            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
36675 ____________________________________________________________________________
36676 [  9480] By: jhi                                   on 2001/03/30  22:52:38
36677         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
36678              From: David Dyck <dcd@tc.fluke.com>
36679              Date: Fri, 30 Mar 2001 14:44:13 -0800
36680              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
36681              
36682              The t/rantests flags file creation was accidentally
36683              removed by #9217.
36684      Branch: perl
36685            ! Makefile.SH
36686 ____________________________________________________________________________
36687 [  9479] By: jhi                                   on 2001/03/30  22:45:45
36688         Log: Subject: [PATCH] File::Glob stuff for Mac OS
36689              From: Chris Nandor <pudge@pobox.com>
36690              Date: Fri, 30 Mar 2001 16:51:00 -0500
36691              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
36692      Branch: perl
36693            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
36694            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
36695            ! t/lib/glob-taint.t
36696 ____________________________________________________________________________
36697 [  9478] By: jhi                                   on 2001/03/30  22:43:12
36698         Log: Subject: fix for win32/buildext.pl
36699              From: "Vadim Konovalov" <watman@inbox.ru>
36700              Date: Sat, 31 Mar 2001 00:50:36 +0400
36701              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
36702      Branch: perl
36703            ! win32/buildext.pl
36704 ____________________________________________________________________________
36705 [  9477] By: jhi                                   on 2001/03/30  22:41:16
36706         Log: Subject: small base.pm doc patch
36707              From: Leon Brocard <acme@astray.com>
36708              Date: Fri, 30 Mar 2001 21:49:57 +0100
36709              Message-ID: <20010330214957.B8733@ns0.astray.com>
36710      Branch: perl
36711            ! lib/base.pm
36712 ____________________________________________________________________________
36713 [  9476] By: jhi                                   on 2001/03/30  18:16:57
36714         Log: Subject: [PATCH] av.h cosmetics
36715              From: Simon Cozens <simon@netthink.co.uk>
36716              Date: Fri, 30 Mar 2001 18:12:28 +0100
36717              Message-ID: <20010330181228.A9319@netthink.co.uk>
36718      Branch: perl
36719            ! av.h
36720 ____________________________________________________________________________
36721 [  9475] By: jhi                                   on 2001/03/30  18:15:50
36722         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
36723              From: "Philip Newton" <pnewton@gmx.de>
36724              Date: Fri, 30 Mar 2001 19:06:57 +0200
36725              Message-ID: <3AC4D951.14815.1AC7068@localhost>
36726      Branch: perl
36727            ! pod/perlhack.pod
36728 ____________________________________________________________________________
36729 [  9474] By: jhi                                   on 2001/03/30  18:14:02
36730         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
36731              From: Benjamin Sugars <bsugars@canoe.ca>
36732              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
36733              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
36734      Branch: perl
36735            ! t/lib/glob-basic.t
36736 ____________________________________________________________________________
36737 [  9473] By: jhi                                   on 2001/03/30  16:09:24
36738         Log: Update Changes.
36739      Branch: perl
36740            ! Changes patchlevel.h
36741 ____________________________________________________________________________
36742 [  9472] By: jhi                                   on 2001/03/30  15:16:08
36743         Log: Integrate perlio.
36744      Branch: perl
36745           !> t/lib/cwd.t t/lib/glob-basic.t
36746 ____________________________________________________________________________
36747 [  9471] By: nick                                  on 2001/03/30  14:47:10
36748         Log: Should be (^O eq 'MSWin32') not 'Win32'
36749              Fail #12 seems real - chdir is in wrong dir.
36750      Branch: perlio
36751            ! t/lib/cwd.t
36752 ____________________________________________________________________________
36753 [  9470] By: jhi                                   on 2001/03/30  14:41:11
36754         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
36755              From: Radu Greab <radu@netsoft.ro>
36756              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
36757              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
36758              
36759              Replace #9352.
36760      Branch: perl
36761            ! ext/Socket/Socket.xs pp_sys.c
36762 ____________________________________________________________________________
36763 [  9469] By: jhi                                   on 2001/03/30  14:37:51
36764         Log: Subject: PATCH pod/perldiag.pod
36765              From: Robin Houston <robin@kitsite.com>
36766              Date: Fri, 30 Mar 2001 14:10:36 +0100
36767              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
36768      Branch: perl
36769            ! pod/perldiag.pod t/lib/glob-basic.t
36770 ____________________________________________________________________________
36771 [  9468] By: jhi                                   on 2001/03/30  14:36:36
36772         Log: Subject: Better diagnostic in io/fs.t
36773              From: andreas.koenig@anima.de (Andreas J. Koenig)
36774              Date: 30 Mar 2001 10:11:43 +0200
36775              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
36776      Branch: perl
36777            ! t/io/fs.t
36778 ____________________________________________________________________________
36779 [  9467] By: nick                                  on 2001/03/30  14:25:43
36780         Log: Skip order test of glob if case-ignoring system cannot 
36781              create a.test and A.test
36782      Branch: perlio
36783            ! t/lib/glob-basic.t
36784 ____________________________________________________________________________
36785 [  9466] By: nick                                  on 2001/03/30  13:03:12
36786         Log: Integrate mainline.
36787      Branch: perlio
36788            - ext/re/hints/aix.pl
36789           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
36790           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
36791           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
36792           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
36793 ____________________________________________________________________________
36794 [  9465] By: jhi                                   on 2001/03/30  03:53:37
36795         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
36796              the tests sometimes hang, sometimes not.)
36797      Branch: perl
36798            ! t/lib/io_multihomed.t t/lib/io_sock.t
36799 ____________________________________________________________________________
36800 [  9464] By: jhi                                   on 2001/03/30  02:56:04
36801         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
36802              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
36803              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
36804              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
36805      Branch: perl
36806            ! op.c
36807 ____________________________________________________________________________
36808 [  9463] By: jhi                                   on 2001/03/30  02:34:48
36809         Log: Test for #9462.
36810      Branch: perl
36811            ! t/lib/b.t
36812 ____________________________________________________________________________
36813 [  9462] By: jhi                                   on 2001/03/30  02:29:37
36814         Log: Subject: B::Deparse precedence bug. (Patch included.)
36815              From: Jeremy Madea <jmadea@inktomi.com>
36816              Date: Thu, 29 Mar 2001 12:05:02 -0800
36817              Message-ID: <20010329120502.A24881@dr.inktomi.com>
36818      Branch: perl
36819            ! ext/B/B/Deparse.pm
36820 ____________________________________________________________________________
36821 [  9461] By: jhi                                   on 2001/03/30  02:18:41
36822         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
36823              From: Peter Prymmer <pvhp@forte.com>
36824              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
36825              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
36826      Branch: perl
36827            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
36828            ! t/lib/md5-file.t
36829 ____________________________________________________________________________
36830 [  9460] By: jhi                                   on 2001/03/30  02:17:07
36831         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
36832              From: Robin Houston <robin@kitsite.com>
36833              Date: Thu, 29 Mar 2001 20:47:56 +0100
36834              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
36835      Branch: perl
36836            ! ext/B/B/Debug.pm
36837 ____________________________________________________________________________
36838 [  9459] By: jhi                                   on 2001/03/30  02:16:05
36839         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
36840              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
36841              Date: Wed, 28 Mar 2001 18:02:20 -0600
36842              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
36843      Branch: perl
36844            ! lib/ExtUtils/MM_VMS.pm
36845 ____________________________________________________________________________
36846 [  9458] By: jhi                                   on 2001/03/30  02:07:58
36847         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
36848              From: "Joshua E. Rodd" <jrodd@pbs.org>
36849              Date: Wed, 28 Mar 2001 17:29:12 -0500
36850              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
36851      Branch: perl
36852            ! pod/perlop.pod
36853 ____________________________________________________________________________
36854 [  9457] By: jhi                                   on 2001/03/30  02:04:33
36855         Log: Subject: ext/re/aix.pl can go
36856              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
36857              Date: Thu, 29 Mar 2001 12:03:28 +0200
36858              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
36859      Branch: perl
36860            - ext/re/hints/aix.pl
36861            ! MANIFEST
36862 ____________________________________________________________________________
36863 [  9456] By: jhi                                   on 2001/03/30  02:03:32
36864         Log: Integrate perlio.
36865      Branch: perl
36866           !> ext/Encode/Encode.xs installperl
36867 ____________________________________________________________________________
36868 [  9455] By: nick                                  on 2001/03/29  21:11:46
36869         Log: DLL name has changed so installperl needs to know
36870              (Why isn't it working it out or passed it?)
36871      Branch: perlio
36872            ! installperl
36873 ____________________________________________________________________________
36874 [  9454] By: nick                                  on 2001/03/29  20:56:12
36875         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
36876              and we don't get undef warnings.
36877      Branch: perlio
36878            ! ext/Encode/Encode.xs
36879 ____________________________________________________________________________
36880 [  9453] By: nick                                  on 2001/03/29  17:58:48
36881         Log: Integrate mainline
36882      Branch: perlio
36883           !> Changes patchlevel.h
36884 ____________________________________________________________________________
36885 [  9452] By: jhi                                   on 2001/03/29  16:44:55
36886         Log: Update Changes.
36887      Branch: perl
36888            ! Changes patchlevel.h
36889 ____________________________________________________________________________
36890 [  9451] By: nick                                  on 2001/03/29  16:31:38
36891         Log: Integrate mainline
36892      Branch: perlio
36893           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
36894           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
36895           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
36896           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
36897           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
36898 ____________________________________________________________________________
36899 [  9450] By: jhi                                   on 2001/03/29  16:29:17
36900         Log: Integrate perlio.
36901      Branch: perl
36902           !> win32/buildext.pl
36903 ____________________________________________________________________________
36904 [  9449] By: jhi                                   on 2001/03/29  15:50:01
36905         Log: Update Changes.
36906      Branch: perl
36907            ! Changes patchlevel.h
36908 ____________________________________________________________________________
36909 [  9448] By: nick                                  on 2001/03/29  15:47:15
36910         Log: Make sure buildext.pl finds Errno.pm
36911      Branch: perlio
36912            ! win32/buildext.pl
36913 ____________________________________________________________________________
36914 [  9447] By: jhi                                   on 2001/03/29  15:39:34
36915         Log: Integrate perlio.
36916      Branch: perl
36917           !> win32/makefile.mk
36918 ____________________________________________________________________________
36919 [  9446] By: nick                                  on 2001/03/29  15:30:03
36920         Log: Integrate win32/makefile.mk with mainline.
36921      Branch: perlio
36922           !> win32/makefile.mk
36923 ____________________________________________________________________________
36924 [  9445] By: nick                                  on 2001/03/29  15:27:32
36925         Log: Fix breakage ... 
36926      Branch: perlio
36927            ! win32/makefile.mk
36928 ____________________________________________________________________________
36929 [  9444] By: jhi                                   on 2001/03/29  15:03:08
36930         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
36931              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
36932              Date: Thu, 29 Mar 2001 10:32:59 +0400
36933              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
36934      Branch: perl
36935            ! win32/makefile.mk
36936 ____________________________________________________________________________
36937 [  9443] By: jhi                                   on 2001/03/29  15:02:12
36938         Log: Integrate perlio.
36939      Branch: perl
36940           +> win32/buildext.pl
36941           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
36942           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
36943 ____________________________________________________________________________
36944 [  9442] By: nick                                  on 2001/03/29  14:59:11
36945         Log: Work in progress - determine win32 extensions to build via script.
36946      Branch: perlio
36947            + win32/buildext.pl
36948            ! MANIFEST win32/makefile.mk
36949 ____________________________________________________________________________
36950 [  9441] By: jhi                                   on 2001/03/29  14:51:47
36951         Log: Reintroduce the use of external pwd.
36952      Branch: perl
36953            ! t/lib/cwd.t
36954 ____________________________________________________________________________
36955 [  9440] By: jhi                                   on 2001/03/29  14:42:58
36956         Log: use warnings instead of -w.
36957      Branch: perl
36958            ! utils/h2xs.PL
36959 ____________________________________________________________________________
36960 [  9439] By: jhi                                   on 2001/03/29  14:41:52
36961         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
36962              From: Jonathan Stowe <gellyfish@gellyfish.com>
36963              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
36964              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
36965      Branch: perl
36966            ! utils/h2xs.PL
36967 ____________________________________________________________________________
36968 [  9438] By: jhi                                   on 2001/03/29  14:39:38
36969         Log: Subject: [PATCH perl@9424] minor pod nits
36970              From: Robin Barker <rmb1@cise.npl.co.uk>
36971              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
36972              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
36973      Branch: perl
36974            ! pod/perlhack.pod pod/perliol.pod
36975 ____________________________________________________________________________
36976 [  9437] By: jhi                                   on 2001/03/29  14:29:16
36977         Log: Subject: [PATCH perl@9424] typemap cast warning
36978              From: Robin Barker <rmb1@cise.npl.co.uk>
36979              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
36980              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
36981      Branch: perl
36982            ! lib/ExtUtils/typemap
36983 ____________________________________________________________________________
36984 [  9436] By: jhi                                   on 2001/03/29  14:26:03
36985         Log: Subject: [PATCH perl@9424] printf warning
36986              From: Robin Barker <rmb1@cise.npl.co.uk>
36987              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
36988              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
36989      Branch: perl
36990            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
36991            ! ext/Storable/Storable.xs toke.c
36992 ____________________________________________________________________________
36993 [  9435] By: nick                                  on 2001/03/29  14:23:31
36994         Log: Win32 has name conflict with ERROR
36995      Branch: perlio
36996            ! ext/PerlIO/Via/Via.xs
36997 ____________________________________________________________________________
36998 [  9434] By: jhi                                   on 2001/03/29  14:17:48
36999         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
37000              From: Peter Prymmer <pvhp@forte.com>
37001              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
37002              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
37003      Branch: perl
37004            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
37005 ____________________________________________________________________________
37006 [  9433] By: jhi                                   on 2001/03/29  13:52:44
37007         Log: test-prep target was missing.
37008      Branch: perl
37009            ! Makefile.SH
37010 ____________________________________________________________________________
37011 [  9432] By: nick                                  on 2001/03/29  12:40:03
37012         Log: Make as-shipped compiler default to MSVC6 
37013      Branch: perlio
37014            ! win32/makefile.mk
37015 ____________________________________________________________________________
37016 [  9431] By: nick                                  on 2001/03/29  12:12:16
37017         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
37018              akin to PerlIO::Scalar.
37019      Branch: perlio
37020            ! perlio.c perlio.h
37021 ____________________________________________________________________________
37022 [  9430] By: nick                                  on 2001/03/29  10:56:35
37023         Log: Integrate mainline.
37024      Branch: perlio
37025           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
37026           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
37027           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
37028           !> win32/makefile.mk win32/win32sck.c
37029 ____________________________________________________________________________
37030 [  9429] By: nick                                  on 2001/03/29  09:03:43
37031         Log: Noticed that two tests were skipped as perlio:: package
37032              isn't there any more. Changed the skip condition.
37033              Avoid core-dump if sv_utf8_upgrade() called on something
37034              that does not become SvPOK after SvPV() (e.g. a ref).
37035      Branch: perlio
37036            ! sv.c t/io/utf8.t t/lib/io_scalar.t
37037 ____________________________________________________________________________
37038 [  9428] By: jhi                                   on 2001/03/29  01:31:47
37039         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
37040              From: Benjamin Sugars <bsugars@canoe.ca> 
37041              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
37042              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
37043      Branch: perl
37044            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
37045            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
37046            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
37047 ____________________________________________________________________________
37048 [  9427] By: jhi                                   on 2001/03/29  00:49:30
37049         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
37050              From: "Vadim Konovalov" <watman@inbox.ru>
37051              Date: Thu, 29 Mar 2001 01:50:12 +0400
37052              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
37053      Branch: perl
37054            ! win32/makefile.mk win32/win32sck.c
37055 ____________________________________________________________________________
37056 [  9426] By: gsar                                  on 2001/03/29  00:28:04
37057         Log: dmake can only handle == and != in comparisons; support building
37058              with Borland's VCL libraries (from Vadim Konovalov)
37059      Branch: maint-5.6/perl
37060            ! win32/makefile.mk
37061 ____________________________________________________________________________
37062 [  9425] By: nick                                  on 2001/03/28  19:29:56
37063         Log: Integrate (@snapshot)
37064      Branch: perlio
37065           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
37066 ____________________________________________________________________________
37067 [  9424] By: jhi                                   on 2001/03/28  19:03:16
37068         Log: Update Changes.
37069      Branch: perl
37070            ! Changes patchlevel.h
37071 ____________________________________________________________________________
37072 [  9423] By: jhi                                   on 2001/03/28  18:52:09
37073         Log: Rmdir lib/XS on cleanup.
37074      Branch: perl
37075            ! Makefile.SH
37076 ____________________________________________________________________________
37077 [  9422] By: jhi                                   on 2001/03/28  18:49:34
37078         Log: Integrate perlio.
37079      Branch: perl
37080           !> t/op/utf8decode.t
37081 ____________________________________________________________________________
37082 [  9421] By: nick                                  on 2001/03/28  18:46:44
37083         Log: Loose duplicate chunk.
37084      Branch: perlio
37085            ! t/op/utf8decode.t
37086 ____________________________________________________________________________
37087 [  9420] By: nick                                  on 2001/03/28  18:44:11
37088         Log: Integrate mainline.
37089      Branch: perlio
37090           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
37091           !> vms/vmsish.h
37092 ____________________________________________________________________________
37093 [  9419] By: jhi                                   on 2001/03/28  18:42:05
37094         Log: Can't trust external pwds
37095              (either shell builtins or external programs)
37096      Branch: perl
37097            ! t/lib/cwd.t
37098 ____________________________________________________________________________
37099 [  9418] By: jhi                                   on 2001/03/28  18:34:05
37100         Log: Integrate perlio.
37101      Branch: perl
37102            - lib/perlio.pm
37103           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
37104           !> t/op/utf8decode.t
37105 ____________________________________________________________________________
37106 [  9417] By: nick                                  on 2001/03/28  18:24:02
37107         Log: PerlIO.pm / perlio.pm conflict.
37108              Update some pods.
37109              Make t/op/utf8decode.t a text file.
37110      Branch: perlio
37111            - lib/perlio.pm
37112            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
37113            ! t/op/utf8decode.t
37114 ____________________________________________________________________________
37115 [  9416] By: jhi                                   on 2001/03/28  18:06:07
37116         Log: Integrate change #9409 from mainline to maintperl.
37117              
37118              Yet another tweak on AIX dynaloading.
37119      Branch: maint-5.6/perl
37120           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
37121 ____________________________________________________________________________
37122 [  9415] By: gsar                                  on 2001/03/28  17:13:01
37123         Log: integrate changes#9377,9385,9401 from mainline
37124              
37125              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
37126              
37127              If directory entries compare equal case-insensitively,
37128              retry case-sensitively.
37129              
37130              Subject: [PATCH] B::Terse and warnings
37131      Branch: maint-5.6/perl
37132           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
37133           !> t/pragma/warn/perl
37134 ____________________________________________________________________________
37135 [  9414] By: jhi                                   on 2001/03/28  17:11:12
37136         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
37137              From: "Craig A. Berry" <craigberry@mac.com>
37138              Date: Wed, 28 Mar 2001 10:55:20 -0600
37139              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
37140      Branch: perl
37141            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
37142 ____________________________________________________________________________
37143 [  9413] By: jhi                                   on 2001/03/28  17:03:12
37144         Log: Dup hunk.
37145      Branch: perl
37146            ! t/op/utf8decode.t
37147 ____________________________________________________________________________
37148 [  9412] By: jhi                                   on 2001/03/28  17:02:36
37149         Log: Forced integrate from perlio.
37150      Branch: perl
37151           !> t/op/utf8decode.t
37152 ____________________________________________________________________________
37153 [  9411] By: nick                                  on 2001/03/28  16:50:03
37154         Log: Integrate mainline.
37155      Branch: perlio
37156           +> t/lib/cwd.t
37157           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
37158           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
37159           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
37160           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
37161           !> t/pragma/warn/perl
37162 ____________________________________________________________________________
37163 [  9410] By: jhi                                   on 2001/03/28  16:44:23
37164         Log: Subject: Re: [PATCH] 9403 cannot be tested
37165              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
37166              Date: Wed, 28 Mar 2001 18:33:56 +0200
37167              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
37168      Branch: perl
37169            ! makedef.pl
37170 ____________________________________________________________________________
37171 [  9409] By: jhi                                   on 2001/03/28  16:12:45
37172         Log: Yet another tweak on AIX dynaloading.
37173      Branch: perl
37174            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
37175 ____________________________________________________________________________
37176 [  9408] By: jhi                                   on 2001/03/28  15:52:55
37177         Log: Subject: [PATCH] 9403 cannot be tested
37178              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
37179              Date: Wed, 28 Mar 2001 17:23:00 +0200
37180              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
37181              
37182              A missing symbol.
37183      Branch: perl
37184            ! makedef.pl
37185 ____________________________________________________________________________
37186 [  9407] By: jhi                                   on 2001/03/28  15:47:43
37187         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
37188      Branch: perl
37189            ! t/op/utf8decode.t
37190           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
37191           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
37192 ____________________________________________________________________________
37193 [  9406] By: jhi                                   on 2001/03/28  15:37:08
37194         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
37195              From: Benjamin Sugars <bsugars@canoe.ca> 
37196              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
37197              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
37198      Branch: perl
37199            + t/lib/cwd.t
37200            ! MANIFEST
37201 ____________________________________________________________________________
37202 [  9405] By: jhi                                   on 2001/03/28  15:13:18
37203         Log: pp_ne() needs a CORRECT boolean.
37204      Branch: perl
37205            ! pp.c
37206 ____________________________________________________________________________
37207 [  9404] By: jhi                                   on 2001/03/28  15:09:23
37208         Log: pp_ne() needs a boolean, not an integer.
37209      Branch: perl
37210            ! pp.c
37211 ____________________________________________________________________________
37212 [  9403] By: jhi                                   on 2001/03/28  14:47:43
37213         Log: (Retracted by #9404.)
37214      Branch: perl
37215            ! pp.c
37216 ____________________________________________________________________________
37217 [  9402] By: jhi                                   on 2001/03/28  14:43:59
37218         Log: Subject: Re: [PATCH] Typemap testing
37219              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
37220              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
37221              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
37222      Branch: perl
37223            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
37224            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
37225 ____________________________________________________________________________
37226 [  9401] By: jhi                                   on 2001/03/28  14:42:14
37227         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
37228              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
37229              Date: Sun, 25 Mar 2001 21:59:15 +0100
37230              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
37231              
37232              A variable will be checked for the "use once" warnings if:
37233              
37234              1. It is in the scope of a use warnings 'once'
37235              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
37236              
37237              Otherwise it won't be checked at all.
37238              
37239              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
37240              
37241              The enclosed patch partially fixes this issue. What I didn't
37242              get to work was the case where the "used once" warning is enabled
37243              in any file other than the main file.
37244      Branch: perl
37245            ! gv.c t/pragma/warn/perl
37246 ____________________________________________________________________________
37247 [  9400] By: nick                                  on 2001/03/28  14:38:24
37248         Log: More EBCDIC tweaks:
37249              - one more swash issue &~(0xA0-1) did not do the right thing,
37250              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
37251              - add "use re 'asciirange'" to make [!-~] etc. work
37252              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
37253              - Choose a key for t/op/each.t test which gets encoded.
37254              - Skip utf8decode if this is UTF-EBCDIC.
37255      Branch: perlio
37256            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
37257            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
37258 ____________________________________________________________________________
37259 [  9399] By: jhi                                   on 2001/03/28  14:21:00
37260         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
37261              Andreas Schwab.
37262      Branch: perl
37263            ! pp.c
37264 ____________________________________________________________________________
37265 [  9398] By: jhi                                   on 2001/03/28  00:55:56
37266         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
37267              From: David Dyck <dcd@tc.fluke.com>
37268              Date: Tue, 27 Mar 2001 15:16:24 -0800
37269              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
37270      Branch: perl
37271            ! ext/IO/lib/IO/Socket.pm
37272 ____________________________________________________________________________
37273 [  9397] By: jhi                                   on 2001/03/27  21:52:49
37274         Log: Integrate perlio.
37275      Branch: perl
37276           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
37277           +> ext/PerlIO/Via/Via.xs
37278           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
37279 ____________________________________________________________________________
37280 [  9396] By: nick                                  on 2001/03/27  21:45:13
37281         Log: Integrate mainline.
37282      Branch: perlio
37283           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
37284           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
37285 ____________________________________________________________________________
37286 [  9395] By: nick                                  on 2001/03/27  21:18:58
37287         Log: Outline docs for PerlIO and PerlIO::Scalar
37288      Branch: perlio
37289            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
37290 ____________________________________________________________________________
37291 [  9394] By: nick                                  on 2001/03/27  20:50:13
37292         Log: PerlIO::Via layer (alpha-ish).
37293      Branch: perlio
37294            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
37295            + ext/PerlIO/Via/Via.xs
37296            ! MANIFEST
37297 ____________________________________________________________________________
37298 [  9393] By: jhi                                   on 2001/03/27  20:49:55
37299         Log: Retract #9329 now that 9390 should take care of the matter.
37300      Branch: perl
37301            ! utils/h2xs.PL
37302 ____________________________________________________________________________
37303 [  9390] By: jhi                                   on 2001/03/27  20:47:50
37304         Log: Subject: Autoloading Errno.pm when %! is encountered
37305              From: Robin Houston <robin@kitsite.com>
37306              Date: Tue, 27 Mar 2001 20:57:11 +0100
37307              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
37308      Branch: perl
37309            ! embed.h embed.pl gv.c proto.h t/op/magic.t
37310 ____________________________________________________________________________
37311 [  9389] By: jhi                                   on 2001/03/27  20:24:31
37312         Log: Integrate perlio.
37313      Branch: perl
37314           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
37315           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
37316           !> utf8.c
37317 ____________________________________________________________________________
37318 [  9388] By: jhi                                   on 2001/03/27  20:21:38
37319         Log: Better have a three-element array if one is going to assign
37320              to the third element of that array. (from Tim Jenness)
37321      Branch: perl
37322            ! ext/XS/Typemap/Typemap.xs
37323 ____________________________________________________________________________
37324 [  9387] By: nick                                  on 2001/03/27  20:15:43
37325         Log: Integrate mainline.
37326      Branch: perlio
37327           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
37328           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
37329           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
37330           +> t/lib/xs-typemap.t
37331           !> (integrate 34 files)
37332 ____________________________________________________________________________
37333 [  9386] By: jhi                                   on 2001/03/27  20:04:18
37334         Log: Subject: Re: perl@9359 breaks HTML::Parser
37335              From: Gisle Aas <gisle@ActiveState.com>
37336              Date: 27 Mar 2001 11:30:24 -0800
37337              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
37338              
37339              Clarify the UTF-8 issues of the API docs.
37340              (Slightly reworded and expanded.)
37341      Branch: perl
37342            ! pod/perlapi.pod sv.c sv.h
37343 ____________________________________________________________________________
37344 [  9385] By: jhi                                   on 2001/03/27  19:44:25
37345         Log: If directory entries compare equal case-insensitively,
37346              retry case-sensitively.
37347      Branch: perl
37348            ! ext/File/Glob/bsd_glob.c
37349 ____________________________________________________________________________
37350 [  9384] By: nick                                  on 2001/03/27  19:38:50
37351         Log: Various EBCDIC fixes:
37352              - major revelation that swash code is encoding aware,
37353              (or thought it was) - now it is ;-)
37354              - With that out of the way fix a slab of tr/// cases.
37355              - Fix Encode 'Unicode' to be true Unicode so tests pass.
37356              - As anticipated Base64.xs needed tweaks.
37357              - Until tr/// works right avoid old_encode64 in MIME tests.
37358      Branch: perlio
37359            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
37360            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
37361 ____________________________________________________________________________
37362 [  9383] By: jhi                                   on 2001/03/27  18:34:41
37363         Log: Add the std test suite BEGIN block.
37364      Branch: perl
37365            ! t/lib/xs-typemap.t
37366 ____________________________________________________________________________
37367 [  9382] By: jhi                                   on 2001/03/27  15:16:07
37368         Log: Add debugging output to the test.
37369      Branch: perl
37370            ! t/lib/glob-basic.t
37371 ____________________________________________________________________________
37372 [  9381] By: jhi                                   on 2001/03/27  15:08:10
37373         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
37374      Branch: perl
37375            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
37376            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
37377            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
37378            + t/lib/xs-typemap.t
37379            ! MANIFEST
37380 ____________________________________________________________________________
37381 [  9380] By: jhi                                   on 2001/03/27  14:48:34
37382         Log: Subject: [PATCH] Typemap testing
37383              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
37384              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
37385              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
37386              
37387              (The first part of the patch.)
37388      Branch: perl
37389            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
37390 ____________________________________________________________________________
37391 [  9379] By: jhi                                   on 2001/03/27  14:44:56
37392         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
37393              From: Benjamin Sugars <bsugars@canoe.ca> 
37394              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
37395              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
37396      Branch: perl
37397            ! t/lib/glob-basic.t
37398 ____________________________________________________________________________
37399 [  9378] By: jhi                                   on 2001/03/27  14:42:30
37400         Log: Subject: [PATCH] perlvar nit
37401              From: Simon Cozens <simon@netthink.co.uk>
37402              Date: Tue, 27 Mar 2001 01:12:01 +0100
37403              Message-ID: <20010327011201.A19179@netthink.co.uk>
37404      Branch: perl
37405            ! pod/perlvar.pod
37406 ____________________________________________________________________________
37407 [  9377] By: jhi                                   on 2001/03/27  14:36:26
37408         Log: Subject: [PATCH] B::Terse and warnings
37409              From: Benjamin Sugars <ben.sugars@home.com>
37410              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
37411              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
37412      Branch: perl
37413            ! ext/B/B.pm ext/B/B/Terse.pm
37414 ____________________________________________________________________________
37415 [  9376] By: jhi                                   on 2001/03/27  14:31:31
37416         Log: Document sockatmark() some.
37417      Branch: perl
37418            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
37419            ! pod/perltoc.pod
37420 ____________________________________________________________________________
37421 [  9375] By: jhi                                   on 2001/03/27  14:00:24
37422         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
37423              noted by Gisle and fixed by NI-S.
37424      Branch: perl
37425            ! sv.c
37426 ____________________________________________________________________________
37427 [  9374] By: jhi                                   on 2001/03/27  05:50:01
37428         Log: Regen toc.
37429      Branch: perl
37430            ! pod/perltoc.pod
37431 ____________________________________________________________________________
37432 [  9373] By: jhi                                   on 2001/03/27  05:43:51
37433         Log: Pixie documenting.
37434      Branch: perl
37435            ! Makefile.SH pod/perlhack.pod
37436 ____________________________________________________________________________
37437 [  9372] By: jhi                                   on 2001/03/27  05:29:34
37438         Log: Metaconfig unit changes for #9371.
37439      Branch: metaconfig
37440            ! U/modified/myhostname.U
37441      Branch: metaconfig/U/perl
37442            + d_sockatmark.U
37443            ! gccvers.U
37444 ____________________________________________________________________________
37445 [  9371] By: jhi                                   on 2001/03/27  05:29:07
37446         Log: Add sockatmark() probing.
37447      Branch: perl
37448            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
37449            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
37450            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
37451            ! vos/config.ga.h win32/config.bc win32/config.gc
37452            ! win32/config.vc
37453 ____________________________________________________________________________
37454 [  9370] By: jhi                                   on 2001/03/26  22:01:18
37455         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
37456              Really need to benchmark this.
37457      Branch: perl
37458            ! pp.c
37459 ____________________________________________________________________________
37460 [  9369] By: nick                                  on 2001/03/26  21:59:30
37461         Log: Integrate mainline.
37462      Branch: perlio
37463            ! ext/MIME/Base64/QuotedPrint.pm
37464           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
37465           !> patchlevel.h pod/perlhack.pod pp_sys.c
37466 ____________________________________________________________________________
37467 [  9368] By: jhi                                   on 2001/03/26  21:47:03
37468         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
37469              
37470              TODO1: perlbench.
37471              TODO2: le, lt, ge, gt?  Yech.
37472      Branch: perl
37473            ! pp.c
37474 ____________________________________________________________________________
37475 [  9367] By: jhi                                   on 2001/03/26  21:34:57
37476         Log: Too much cut-and-paste in #9363.
37477      Branch: perl
37478            ! pp_sys.c
37479 ____________________________________________________________________________
37480 [  9366] By: jhi                                   on 2001/03/26  21:20:53
37481         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
37482              From: Andreas Schwab <schwab@suse.de>
37483              Date: 26 Mar 2001 17:29:04 +0200
37484              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
37485              
37486              (The patch for 5.6.0 or so, this is a guess for bleadperl)
37487      Branch: perl
37488            ! pp_hot.c
37489 ____________________________________________________________________________
37490 [  9365] By: jhi                                   on 2001/03/26  21:07:54
37491         Log: Integrate perlio.
37492      Branch: perl
37493           !> perlio.c
37494 ____________________________________________________________________________
37495 [  9364] By: nick                                  on 2001/03/26  20:30:48
37496         Log: REFCNT botch in layer name cache hash.
37497      Branch: perlio
37498            ! perlio.c
37499 ____________________________________________________________________________
37500 [  9363] By: jhi                                   on 2001/03/26  18:44:32
37501         Log: Subject: [PATCH] socket() leaks file descriptors
37502              From: Benjamin Sugars <bsugars@canoe.ca>
37503              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
37504              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
37505              
37506              Also sockpair() fixed similarly.
37507      Branch: perl
37508            ! pp_sys.c
37509 ____________________________________________________________________________
37510 [  9362] By: jhi                                   on 2001/03/26  18:37:52
37511         Log: Integrate perlio.
37512      Branch: perl
37513           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
37514 ____________________________________________________________________________
37515 [  9361] By: nick                                  on 2001/03/26  17:32:06
37516         Log: Implement flush of linebuffered streams on read of a tty.
37517      Branch: perlio
37518            ! perlio.c perliol.h
37519 ____________________________________________________________________________
37520 [  9360] By: nick                                  on 2001/03/26  17:12:32
37521         Log: Memory tweaks and notes for OEMVS.
37522      Branch: perlio
37523            ! README.os390 miniperlmain.c t/op/pat.t
37524 ____________________________________________________________________________
37525 [  9359] By: jhi                                   on 2001/03/26  02:12:54
37526         Log: Update Changes.
37527      Branch: perl
37528            ! Changes patchlevel.h
37529 ____________________________________________________________________________
37530 [  9358] By: jhi                                   on 2001/03/26  02:05:32
37531         Log: Document the most common pixie options.
37532      Branch: perl
37533            ! pod/perlhack.pod
37534 ____________________________________________________________________________
37535 [  9357] By: jhi                                   on 2001/03/26  01:25:28
37536         Log: For perl.pixie check *before* compiling that optimize is -g,
37537              as for perl.third.
37538      Branch: perl
37539            ! Makefile.SH
37540 ____________________________________________________________________________
37541 [  9356] By: jhi                                   on 2001/03/26  01:13:41
37542         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
37543      Branch: perl
37544            ! Makefile.SH
37545 ____________________________________________________________________________
37546 [  9355] By: jhi                                   on 2001/03/26  01:11:19
37547         Log: Remove t/perl.third.
37548      Branch: perl
37549            ! Makefile.SH
37550 ____________________________________________________________________________
37551 [  9354] By: jhi                                   on 2001/03/26  00:23:38
37552         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
37553              IO::Sockatmark().
37554      Branch: perl
37555            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
37556 ____________________________________________________________________________
37557 [  9353] By: jhi                                   on 2001/03/25  22:25:04
37558         Log: Integrate perlio.
37559      Branch: perl
37560           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
37561           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
37562           !> pp_hot.c win32/makefile.mk
37563 ____________________________________________________________________________
37564 [  9352] By: jhi                                   on 2001/03/25  22:21:41
37565         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
37566              From: Radu Greab <radu@netsoft.ro>
37567              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
37568              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
37569      Branch: perl
37570            ! pp_sys.c
37571 ____________________________________________________________________________
37572 [  9351] By: nick                                  on 2001/03/25  22:15:02
37573         Log: Fix readline in list mode to tell rest of world that it has
37574              things on the stack. Otherwise if perl code gets invoked
37575              underneath it it scribbles over results-so-far.
37576              (Why TIEHANDLE has not tripped on this is a mystery.)
37577      Branch: perlio
37578            ! pp_hot.c
37579 ____________________________________________________________________________
37580 [  9350] By: nick                                  on 2001/03/25  22:10:13
37581         Log: win32/makefile.mk typos
37582      Branch: perlio
37583            ! win32/makefile.mk
37584 ____________________________________________________________________________
37585 [  9349] By: nick                                  on 2001/03/25  21:31:14
37586         Log: Integrate now-non-binary file.
37587      Branch: perlio
37588           !> t/lib/mimeqp.t
37589 ____________________________________________________________________________
37590 [  9348] By: nick                                  on 2001/03/25  21:27:24
37591         Log: Make it text
37592      Branch: perlio
37593            ! t/lib/mimeqp.t
37594 ____________________________________________________________________________
37595 [  9347] By: nick                                  on 2001/03/25  21:25:37
37596         Log: Integrate mainline.
37597      Branch: perlio
37598           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
37599           !> lib/Term/ReadLine.pm t/lib/md5-file.t
37600 ____________________________________________________________________________
37601 [  9346] By: nick                                  on 2001/03/25  20:58:15
37602         Log: Add destruct time hook to PerlIO (for work-in-process implementing
37603              layers in perl code. In such cases layers need to be popped before
37604              we loose the ability to run perl code.)
37605              Also back-out "PerlIO::object" hook - it isn't going to work like that...
37606      Branch: perlio
37607            ! perl.c perlio.c perlio.h perliol.h
37608 ____________________________________________________________________________
37609 [  9345] By: nick                                  on 2001/03/25  20:49:11
37610         Log: Avoid at leasy one of undefined warnings in Encode.
37611      Branch: perlio
37612            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
37613 ____________________________________________________________________________
37614 [  9344] By: jhi                                   on 2001/03/25  20:37:43
37615         Log: A workaround for using Term::ReadLine in emacs minibuffer
37616              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
37617              additional tweaks from Ilya Zakharevich.
37618      Branch: perl
37619            ! lib/Term/ReadLine.pm
37620 ____________________________________________________________________________
37621 [  9343] By: nick                                  on 2001/03/25  20:21:14
37622         Log: Missing return value.
37623      Branch: perlio
37624            ! ext/PerlIO/Scalar/Scalar.xs
37625 ____________________________________________________________________________
37626 [  9342] By: jhi                                   on 2001/03/25  16:21:00
37627         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
37628              to equal the CPAN versions since no code changes have been made.
37629      Branch: perl
37630            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
37631            ! t/lib/md5-file.t
37632 ____________________________________________________________________________
37633 [  9341] By: jhi                                   on 2001/03/25  16:01:48
37634         Log: Escape 8-bit characters.
37635      Branch: perl
37636            ! t/lib/mimeqp.t
37637 ____________________________________________________________________________
37638 [  9340] By: gsar                                  on 2001/03/25  15:50:53
37639         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
37640              chars)
37641      Branch: perl
37642            + t/lib/mimeqp.t
37643 ____________________________________________________________________________
37644 [  9339] By: gsar                                  on 2001/03/25  15:48:50
37645         Log: delete mimeqp.t for later add with text mode set
37646      Branch: perl
37647            - t/lib/mimeqp.t
37648 ____________________________________________________________________________
37649 [  9338] By: nick                                  on 2001/03/25  09:01:57
37650         Log: Integrate mainline.
37651      Branch: perlio
37652           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
37653           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
37654           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
37655           +> t/lib/mimeb64u.t t/lib/mimeqp.t
37656           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
37657           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
37658           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
37659 ____________________________________________________________________________
37660 [  9337] By: jhi                                   on 2001/03/25  04:23:24
37661         Log: Add MIME::Base64 here and there.  Again, a lot of
37662              optimism is in the air.
37663      Branch: perl
37664            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
37665            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
37666 ____________________________________________________________________________
37667 [  9336] By: jhi                                   on 2001/03/25  04:12:43
37668         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
37669              this by ear as I do not do Win32 programming.)
37670      Branch: perl
37671            ! win32/Makefile win32/makefile.mk
37672 ____________________________________________________________________________
37673 [  9335] By: jhi                                   on 2001/03/25  04:03:50
37674         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
37675      Branch: perl
37676            ! t/lib/md5-file.t
37677 ____________________________________________________________________________
37678 [  9334] By: jhi                                   on 2001/03/25  03:58:53
37679         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
37680      Branch: perl
37681            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
37682            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
37683            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
37684            + t/lib/mimeb64u.t t/lib/mimeqp.t
37685            ! MANIFEST
37686 ____________________________________________________________________________
37687 [  9333] By: jhi                                   on 2001/03/24  20:14:37
37688         Log: Integrate perlio.
37689      Branch: perl
37690           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
37691 ____________________________________________________________________________
37692 [  9332] By: nick                                  on 2001/03/24  19:40:34
37693         Log: Fix un-init variable leading to spurious "Out of Memory!"
37694      Branch: perlio
37695            ! doio.c
37696 ____________________________________________________________________________
37697 [  9331] By: nick                                  on 2001/03/24  19:09:59
37698         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
37699              and update layers internals doc.
37700      Branch: perlio
37701            ! pod/perlfunc.pod pod/perliol.pod
37702 ____________________________________________________________________________
37703 [  9330] By: jhi                                   on 2001/03/24  18:42:11
37704         Log: The length might be uninitialized garbage if the *svp is the undef.
37705      Branch: perl
37706            ! doio.c
37707 ____________________________________________________________________________
37708 [  9329] By: jhi                                   on 2001/03/24  18:26:57
37709         Log: (Retracted by #9393)
37710              
37711              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
37712              From: Simon Cozens <simon@netthink.co.uk>
37713              Date: Sat, 24 Mar 2001 17:13:17 +0000
37714              Message-ID: <20010324171317.A13406@netthink.co.uk>
37715      Branch: perl
37716            ! utils/h2xs.PL
37717 ____________________________________________________________________________
37718 [  9328] By: nick                                  on 2001/03/24  17:22:02
37719         Log: Integrate mainline.
37720      Branch: perlio
37721           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
37722           !> lib/unicode/version
37723 ____________________________________________________________________________
37724 [  9327] By: nick                                  on 2001/03/24  17:16:02
37725         Log: Integrate mainline.
37726      Branch: perlio
37727           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
37728           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
37729           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
37730           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
37731           +> t/lib/md5-file.t
37732           !> MANIFEST Makefile.SH configure.com djgpp/config.over
37733           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
37734           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
37735           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
37736           !> win32/makefile.mk
37737 ____________________________________________________________________________
37738 [  9326] By: jhi                                   on 2001/03/24  17:00:42
37739         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
37740      Branch: perl
37741            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
37742            ! lib/unicode/version
37743 ____________________________________________________________________________
37744 [  9325] By: jhi                                   on 2001/03/24  16:22:33
37745         Log: Subject: Re: B::Deparse bug (5.6.0)
37746              From: Robin Houston <robin@kitsite.com>
37747              Date: Sat, 24 Mar 2001 14:33:09 +0000
37748              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
37749      Branch: perl
37750            ! op.c pp.c t/lib/b.t t/op/repeat.t
37751 ____________________________________________________________________________
37752 [  9324] By: jhi                                   on 2001/03/24  16:21:56
37753         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
37754              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
37755              these additions may be too optimistic.
37756      Branch: perl
37757            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
37758            ! hints/uwin.sh hints/vmesa.sh
37759 ____________________________________________________________________________
37760 [  9323] By: jhi                                   on 2001/03/24  16:06:01
37761         Log: Integrate perlio.
37762      Branch: perl
37763           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
37764           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
37765            ! Makefile.SH
37766           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
37767           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
37768           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
37769           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
37770           !> win32/makefile.mk win32/perlhost.h win32/win32.c
37771           !> win32/win32iop.h
37772 ____________________________________________________________________________
37773 [  9322] By: nick                                  on 2001/03/24  14:39:12
37774         Log: Routine Win32 regen_config_h - no real changes.
37775      Branch: perlio
37776            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
37777 ____________________________________________________________________________
37778 [  9321] By: nick                                  on 2001/03/24  14:31:49
37779         Log: PerlIO fixups for Win32:
37780              - provide win33_popenlist() - non-functional as yet.
37781              - avoid need for aTHX in PerlIO_debug calls - even if not 
37782              enabled args are still evaluated so Win32 has trouble during fork().
37783              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
37784              - Fixup makedef.pl for latest set of symbols.
37785      Branch: perlio
37786            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
37787            ! win32/perlhost.h win32/win32.c win32/win32iop.h
37788 ____________________________________________________________________________
37789 [  9320] By: nick                                  on 2001/03/24  14:26:58
37790         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
37791              was gibberish - broke it on WIn32 at least.
37792      Branch: perlio
37793            ! ext/POSIX/POSIX.xs
37794 ____________________________________________________________________________
37795 [  9319] By: nick                                  on 2001/03/24  11:29:41
37796         Log: Generated files.
37797      Branch: perlio
37798            ! embed.h global.sym objXSUB.h perlapi.c proto.h
37799 ____________________________________________________________________________
37800 [  9318] By: nick                                  on 2001/03/24  10:29:37
37801         Log: Implement:
37802              1.  open($fh,"+<",undef);  # add test to t/io/open.t
37803              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
37804      Branch: perlio
37805            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
37806            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
37807            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
37808            ! t/io/open.t t/io/utf8.t
37809 ____________________________________________________________________________
37810 [  9317] By: jhi                                   on 2001/03/23  23:41:25
37811         Log: AIX does seems to have optimization problems with its C compilers.
37812      Branch: perl
37813            ! hints/aix.sh
37814 ____________________________________________________________________________
37815 [  9316] By: jhi                                   on 2001/03/23  23:40:46
37816         Log: Integrate perlio.
37817      Branch: perl
37818           +> lib/PerlIO.pm
37819           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
37820           !> perliol.h
37821 ____________________________________________________________________________
37822 [  9315] By: jhi                                   on 2001/03/23  22:16:30
37823         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
37824      Branch: perl
37825            ! t/lib/md5-file.t
37826 ____________________________________________________________________________
37827 [  9314] By: nick                                  on 2001/03/23  20:49:02
37828         Log: Perlio internals re-organized.
37829              - open process creates AV of layer/arg pairs
37830              (appends layers from open() or open.pm to default list).
37831              - push arg is now an SV.
37832              - layer ->Open get passed the AV
37833              - open is no longer mandatory method.
37834              - topmost layer that has ->Open method does the open
37835              - any layers above are pushed once that returns.
37836              - vtable re-ordered so dummy layers need only provide push/pop methods.
37837      Branch: perlio
37838            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
37839 ____________________________________________________________________________
37840 [  9313] By: nick                                  on 2001/03/23  16:27:41
37841         Log: Check in a stable (working) version before next round of tweaks.
37842              Changes include:
37843              - Move default layers code out of doio.c and into perlio.c
37844              - Single routine for parsing layer specification strings.
37845              - Skeleton support for demand loading of layers
37846              - Core-dump avoidance if PERLIO environment specifies loadable layer
37847              (does not _work_ as need IO to load and need load to do IO ...)
37848      Branch: perlio
37849            + lib/PerlIO.pm
37850            ! MANIFEST doio.c perlio.c
37851 ____________________________________________________________________________
37852 [  9312] By: gsar                                  on 2001/03/23  16:25:25
37853         Log: add execute bit to files with shebang lines in the repository;
37854              avoid clobbering execute bit in Porting/makerel 
37855      Branch: maint-5.6/perl
37856            ! (edit 144 files)
37857 ____________________________________________________________________________
37858 [  9311] By: jhi                                   on 2001/03/23  14:25:35
37859         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
37860      Branch: perl
37861            ! MANIFEST
37862 ____________________________________________________________________________
37863 [  9310] By: jhi                                   on 2001/03/23  13:45:04
37864         Log: Subject: [PATCH] Net::Ping
37865              From: Colin McMillen <mcmi0037@tc.umn.edu>
37866              Date: Thu, 22 Mar 2001 19:30:31 -0600
37867              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
37868      Branch: perl
37869            ! lib/Net/Ping.pm
37870 ____________________________________________________________________________
37871 [  9309] By: jhi                                   on 2001/03/23  13:39:13
37872         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
37873      Branch: perl
37874            ! t/lib/md5-aaa.t t/lib/md5-file.t
37875 ____________________________________________________________________________
37876 [  9308] By: jhi                                   on 2001/03/23  13:20:34
37877         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
37878              - bump the version to 2.14
37879              - drop the base64 tests since they require MIME::Base64
37880              - drop the rfc1321.txt
37881              - drop the hints/dec_osf.pl since it's only needed for
37882              pre-5.005_03 Perls
37883              Todo:
37884              - the U32 alignment testing is now removed; it needs to
37885              be reintroduced as as a Config variable (meaning also
37886              as a Configure test)
37887              - get the new EBCDIC md5sum for MD5.pm
37888              - test in Win32 to see how badly I botched the makefiles
37889      Branch: perl
37890            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
37891            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
37892            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
37893            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
37894            + t/lib/md5-file.t
37895            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
37896            ! win32/Makefile win32/makefile.mk
37897 ____________________________________________________________________________
37898 [  9307] By: jhi                                   on 2001/03/23  12:56:14
37899         Log: Integrate change #9306 from maintperl into mainline,
37900              AIX dynaloader for AIXes without <load.h>.
37901      Branch: perl
37902           !> ext/DynaLoader/hints/aix.pl
37903 ____________________________________________________________________________
37904 [  9306] By: jhi                                   on 2001/03/23  12:51:36
37905         Log: There are AIXes without /usr/include/load.h,
37906              patch from H.Merijn Brand.
37907      Branch: maint-5.6/perl
37908            ! ext/DynaLoader/hints/aix.pl
37909 ____________________________________________________________________________
37910 [  9305] By: nick                                  on 2001/03/23  11:00:42
37911         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
37912      Branch: perlio
37913            ! ext/Encode/Encode.xs perlio.c perlio.h
37914 ____________________________________________________________________________
37915 [  9304] By: nick                                  on 2001/03/23  10:20:46
37916         Log: Render -Duseperlio functional again.
37917              - this is "quick fix" which calls PerlIO_apply_layers after opening,
37918              which is what old scheme did. New scheme needs to change that
37919              to make open(...,\$scalar) etc. work but this will do for now.
37920      Branch: perlio
37921            ! perlio.c
37922 ____________________________________________________________________________
37923 [  9303] By: nick                                  on 2001/03/23  09:53:20
37924         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
37925              -Uuseperlio now works again.
37926              -Duseperlio is still poorly. Don't merge yet...
37927      Branch: perlio
37928            ! doio.c perlio.h
37929 ____________________________________________________________________________
37930 [  9302] By: nick                                  on 2001/03/22  22:26:51
37931         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
37932              type code.
37933              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
37934              is its main caller. In particular now has access to "extra" args, and
37935              can tell when an open handle is "reopened" (or duped?).
37936              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
37937              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
37938              PerlIO_open() et. al. (i.e. other way round).
37939              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
37940              with args close to PerlIO_openn().
37941      Branch: perlio
37942            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
37943 ____________________________________________________________________________
37944 [  9301] By: jhi                                   on 2001/03/22  20:58:04
37945         Log: Integrate perlio.
37946      Branch: perl
37947           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
37948           !> t/io/open.t util.c
37949 ____________________________________________________________________________
37950 [  9300] By: nick                                  on 2001/03/22  17:36:32
37951         Log: Don't include $@ in not ok message.
37952      Branch: perlio
37953            ! t/io/open.t
37954 ____________________________________________________________________________
37955 [  9299] By: gsar                                  on 2001/03/22  16:53:45
37956         Log: back out changes#7532,7521 for now (appears to have problems
37957              on IRIX)
37958      Branch: maint-5.6/perl
37959            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
37960            ! ext/POSIX/typemap pod/perlvar.pod
37961 ____________________________________________________________________________
37962 [  9298] By: nick                                  on 2001/03/22  14:35:46
37963         Log: Give a meaning to '&' in n-arg open case:
37964              open($fh,"<&",$scalar);
37965              $scalar can be:
37966              - an integer which does "fdopen"
37967              open($fh,"<&",2); # like open($fh,"<&2")
37968              - something that will yield a file handle via sv_2io()
37969              useful for dup'ing anonymous handles.
37970              e.g.:
37971              open(my $fh,"<&",\*STDIN);
37972              open(my $dup,"<&",$fh);
37973      Branch: perlio
37974            ! doio.c t/io/open.t
37975 ____________________________________________________________________________
37976 [  9297] By: nick                                  on 2001/03/22  13:34:35
37977         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
37978      Branch: perlio
37979            ! util.c
37980 ____________________________________________________________________________
37981 [  9296] By: nick                                  on 2001/03/22  12:51:20
37982         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
37983      Branch: perlio
37984            ! perl.c
37985 ____________________________________________________________________________
37986 [  9295] By: nick                                  on 2001/03/22  11:59:44
37987         Log: If stdin, stdout or stderr get opened in unexpected read/write state
37988              then warn at time of open not at time of use.
37989      Branch: perlio
37990            ! doio.c pp_hot.c pp_sys.c
37991 ____________________________________________________________________________
37992 [  9294] By: nick                                  on 2001/03/22  10:54:35
37993         Log: Die on n-arg open(...,"",xxx,yyy,...)
37994              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
37995              - die on read/write cases so we can decide what it means later.
37996      Branch: perlio
37997            ! doio.c embed.pl iperlsys.h util.c
37998 ____________________________________________________________________________
37999 [  9293] By: nick                                  on 2001/03/22  09:02:45
38000         Log: perlio tweaks (reported by Nick Clark)
38001              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
38002              error check in Pendinf_read().
38003      Branch: perlio
38004            ! perlio.c
38005 ____________________________________________________________________________
38006 [  9292] By: gsar                                  on 2001/03/22  07:12:00
38007         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
38008              fixes)
38009      Branch: maint-5.6/perl
38010           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
38011 ____________________________________________________________________________
38012 [  9291] By: jhi                                   on 2001/03/22  06:06:44
38013         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
38014      Branch: perl
38015            ! t/op/re_tests
38016 ____________________________________________________________________________
38017 [  9290] By: jhi                                   on 2001/03/22  05:57:01
38018         Log: Move MacOS Classic higher in the list of supported platforms.
38019      Branch: maint-5.6/perl
38020            ! pod/perlport.pod
38021 ____________________________________________________________________________
38022 [  9289] By: gsar                                  on 2001/03/22  05:35:04
38023         Log: revert part of change#6438 for compatibility (av_reify()
38024              appears to be needed to implement av_splice()ish things
38025              in XS)
38026      Branch: maint-5.6/perl
38027            ! embed.pl global.sym objXSUB.h perlapi.c
38028 ____________________________________________________________________________
38029 [  9288] By: gsar                                  on 2001/03/22  03:09:19
38030         Log: update copyright year
38031      Branch: maint-5.6/perl
38032            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
38033            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
38034            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
38035            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
38036            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
38037            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
38038            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
38039            ! x2p/walk.c
38040 ____________________________________________________________________________
38041 [  9287] By: jhi                                   on 2001/03/21  20:30:54
38042         Log: Integrate perlio.
38043      Branch: perl
38044           !> ext/Data/Dumper/Dumper.xs
38045 ____________________________________________________________________________
38046 [  9286] By: gsar                                  on 2001/03/21  19:49:54
38047         Log: makefile.mk tweak
38048      Branch: maint-5.6/perl
38049            ! win32/Makefile win32/makefile.mk
38050 ____________________________________________________________________________
38051 [  9285] By: nick                                  on 2001/03/21  19:07:13
38052         Log: Multiplicity fix for Dumper.
38053      Branch: perlio
38054            ! ext/Data/Dumper/Dumper.xs
38055 ____________________________________________________________________________
38056 [  9284] By: nick                                  on 2001/03/21  19:01:07
38057         Log: Integrate mainline - (does not build xTHX issue in Dumper).
38058      Branch: perlio
38059           !> (integrate 27 files)
38060 ____________________________________________________________________________
38061 [  9283] By: jhi                                   on 2001/03/21  17:17:35
38062         Log: Integrate change #9282 from mainline into maintperl,
38063              4-arg UTF-8 substr().
38064      Branch: maint-5.6/perl
38065           !> pp.c
38066 ____________________________________________________________________________
38067 [  9282] By: jhi                                   on 2001/03/21  17:15:43
38068         Log: The #9270 would have leaked a scalar if pp_substr()
38069              returned early.
38070      Branch: perl
38071            ! pp.c
38072 ____________________________________________________________________________
38073 [  9281] By: gsar                                  on 2001/03/21  17:03:14
38074         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
38075      Branch: maint-5.6/perl
38076            ! win32/makefile.mk
38077 ____________________________________________________________________________
38078 [  9280] By: gsar                                  on 2001/03/21  17:01:20
38079         Log: some tweaks to change#9278 (fork() emulation should be enabled
38080              by setting BUILD_FLAVOR instead of changing the defaults)
38081      Branch: maint-5.6/perl
38082            ! win32/makefile.mk
38083 ____________________________________________________________________________
38084 [  9279] By: gsar                                  on 2001/03/21  16:47:19
38085         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
38086      Branch: maint-5.6/perl
38087            ! ext/File/Glob/Glob.pm
38088           !> lib/Cwd.pm
38089 ____________________________________________________________________________
38090 [  9278] By: jhi                                   on 2001/03/21  14:35:10
38091         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
38092              From: "Vadim Konovalov" <watman@inbox.ru>
38093              Date: Wed, 21 Mar 2001 01:53:51 +0300
38094              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
38095      Branch: maint-5.6/perl
38096            ! win32/makefile.mk win32/win32sck.c
38097 ____________________________________________________________________________
38098 [  9277] By: jhi                                   on 2001/03/21  13:58:28
38099         Log: Integrate change #9270 from mainline to maintperl:
38100              continued 4-arg UTF-8 substr() fixing.
38101      Branch: maint-5.6/perl
38102           !> pp.c t/op/substr.t
38103 ____________________________________________________________________________
38104 [  9276] By: jhi                                   on 2001/03/21  13:33:00
38105         Log: More pixie cleaning.
38106      Branch: perl
38107            ! Makefile.SH
38108 ____________________________________________________________________________
38109 [  9275] By: jhi                                   on 2001/03/21  03:54:17
38110         Log: Update Changes.
38111      Branch: perl
38112            ! Changes patchlevel.h
38113 ____________________________________________________________________________
38114 [  9274] By: jhi                                   on 2001/03/21  03:48:24
38115         Log: First stab at making Data::Dumper to grok Unicode.
38116              
38117              TODO: tests, EBCDICify.
38118      Branch: perl
38119            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
38120 ____________________________________________________________________________
38121 [  9273] By: jhi                                   on 2001/03/21  02:23:00
38122         Log: Fix for
38123              
38124              Subject: Memory leak in unquoted print   
38125              From: Benjamin Sugars <bsugars@canoe.ca> 
38126              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
38127              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
38128      Branch: perl
38129            ! perlio.c
38130 ____________________________________________________________________________
38131 [  9272] By: jhi                                   on 2001/03/21  01:33:17
38132         Log: Subject: Re: [PATCH] POSIX::getcwd()
38133              From: Benjamin Sugars <bsugars@canoe.ca> 
38134              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
38135              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
38136      Branch: perl
38137            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
38138 ____________________________________________________________________________
38139 [  9271] By: jhi                                   on 2001/03/21  01:22:52
38140         Log: Subject: [PATCH] Cwd.pm docs
38141              From: Benjamin Sugars <bsugars@canoe.ca>
38142              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
38143              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
38144      Branch: perl
38145            ! lib/Cwd.pm
38146 ____________________________________________________________________________
38147 [  9270] By: jhi                                   on 2001/03/21  01:16:29
38148         Log: Continue 4-arg substr() UTF-8 fixage.
38149      Branch: perl
38150            ! pp.c t/op/substr.t
38151 ____________________________________________________________________________
38152 [  9269] By: jhi                                   on 2001/03/21  00:46:14
38153         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
38154              
38155              revert the leak fix in change#9142 (problem needs a more experimental
38156              fix unsuitable for 5.6.1)
38157              
38158              do alphabetical sorting by default (for csh compatibility)
38159              
38160              cut-n-paste goof in change#9264
38161              
38162              VMS piping fixes (from Charles Lane)
38163      Branch: perl
38164           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
38165           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
38166           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
38167 ____________________________________________________________________________
38168 [  9268] By: jhi                                   on 2001/03/21  00:37:04
38169         Log: Integrate perlio.
38170      Branch: perl
38171           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
38172           !> utf8.c utf8.h utfebcdic.h
38173 ____________________________________________________________________________
38174 [  9267] By: nick                                  on 2001/03/20  20:04:39
38175         Log: More EBCDIC stuff:
38176              - Loose the extra level of function on ASCII.
38177              - spotted a chr(0) issue in sv.c
38178              - re-work of UTF-X tr/// ranges to work in Unicode
38179              space. Still issues with the "0xff is illegal UTF-8" hack.
38180              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
38181              (why do it once when you can do it all over the place :-(
38182              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
38183              need utf8.pm for swashes.
38184              - Simplified and commented scan_const() in toke.c
38185              Still something wrong regexp and tr (swashes?).
38186      Branch: perlio
38187            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
38188            ! utf8.c utf8.h utfebcdic.h
38189 ____________________________________________________________________________
38190 [  9266] By: gsar                                  on 2001/03/20  19:16:43
38191         Log: VMS piping fixes (from Charles Lane)
38192      Branch: maint-5.6/perl
38193            ! vms/vms.c vms/vmspipe.com
38194 ____________________________________________________________________________
38195 [  9265] By: gsar                                  on 2001/03/20  17:53:52
38196         Log: cut-n-paste goof in change#9264
38197      Branch: maint-5.6/perl
38198            ! ext/File/Glob/Glob.xs
38199 ____________________________________________________________________________
38200 [  9264] By: gsar                                  on 2001/03/20  17:43:47
38201         Log: do alphabetical sorting by default (for csh compatibility);
38202              bsd_glob() does ASCII sort by default as usual, unless
38203              GLOB_ALPHASORT was specified
38204      Branch: maint-5.6/perl
38205            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
38206            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
38207            ! ext/File/Glob/bsd_glob.h
38208 ____________________________________________________________________________
38209 [  9263] By: gsar                                  on 2001/03/20  16:40:08
38210         Log: integrate change#9255 from mainline (unicode fix)
38211              
38212              substr($bytestr, i, n, $charstr)
38213      Branch: maint-5.6/perl
38214           !> Todo-5.6 pp.c t/op/substr.t
38215 ____________________________________________________________________________
38216 [  9262] By: gsar                                  on 2001/03/20  15:57:41
38217         Log: revert the leak fix in change#9142 (problem needs a more experimental
38218              fix unsuitable for 5.6.1)
38219      Branch: maint-5.6/perl
38220            ! scope.c
38221 ____________________________________________________________________________
38222 [  9261] By: jhi                                   on 2001/03/20  14:26:25
38223         Log: Integrate changes #9259,9260 from maintperl into mainline.
38224              
38225              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
38226              
38227              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
38228      Branch: perl
38229           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
38230 ____________________________________________________________________________
38231 [  9260] By: jhi                                   on 2001/03/20  14:05:46
38232         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
38233              From: Robin Barker <rmb1@cise.npl.co.uk>
38234              Date: Tue, 20 Mar 2001 10:12:04 GMT
38235              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
38236      Branch: maint-5.6/perl
38237            ! run.c
38238 ____________________________________________________________________________
38239 [  9259] By: jhi                                   on 2001/03/20  14:04:39
38240         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
38241              From: Chris Nandor <pudge@pobox.com>
38242              Date: Tue, 20 Mar 2001 00:40:56 -0500
38243              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
38244      Branch: maint-5.6/perl
38245            ! ext/POSIX/POSIX.xs lib/File/Path.pm
38246 ____________________________________________________________________________
38247 [  9258] By: jhi                                   on 2001/03/20  05:09:34
38248         Log: Update Changes.
38249      Branch: perl
38250            ! Changes patchlevel.h
38251 ____________________________________________________________________________
38252 [  9257] By: jhi                                   on 2001/03/20  05:04:25
38253         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
38254      Branch: perl
38255            ! t/op/tr.t
38256 ____________________________________________________________________________
38257 [  9256] By: jhi                                   on 2001/03/20  04:43:12
38258         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
38259              From: Peter Prymmer <pvhp@forte.com>
38260              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
38261              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
38262      Branch: maint-5.6/perl
38263            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
38264 ____________________________________________________________________________
38265 [  9255] By: jhi                                   on 2001/03/19  23:17:17
38266         Log: substr($bytestr, i, n, $charstr)
38267              
38268              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
38269      Branch: perl
38270            ! Todo-5.6 pp.c t/op/substr.t
38271 ____________________________________________________________________________
38272 [  9254] By: jhi                                   on 2001/03/19  22:25:09
38273         Log: Rearrange the make test target prerequisites so that
38274              in a parallel make 'all' is finished before 'test'.
38275      Branch: perl
38276            ! Makefile.SH
38277 ____________________________________________________________________________
38278 [  9253] By: jhi                                   on 2001/03/19  21:48:07
38279         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
38280              From: Robin Houston <robin@kitsite.com>
38281              Date: Mon, 19 Mar 2001 15:48:41 +0000
38282              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
38283      Branch: perl
38284            ! pp_ctl.c
38285 ____________________________________________________________________________
38286 [  9252] By: jhi                                   on 2001/03/19  21:42:27
38287         Log: Integrate perlio.
38288      Branch: perl
38289           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
38290           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
38291           !> utfebcdic.h vms/perly_c.vms
38292 ____________________________________________________________________________
38293 [  9251] By: jhi                                   on 2001/03/19  21:31:28
38294         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
38295              
38296              Dynaloading in 64-bit AIX with vac.
38297      Branch: perl
38298           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
38299           !> hints/aix.sh
38300 ____________________________________________________________________________
38301 [  9250] By: jhi                                   on 2001/03/19  21:18:00
38302         Log: A more robust solution for the 64bitall AIX dynaloading
38303              problem, from Jens-Uwe Mager.
38304      Branch: maint-5.6/perl
38305            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
38306 ____________________________________________________________________________
38307 [  9249] By: nick                                  on 2001/03/19  20:59:37
38308         Log: Integrate mainline.
38309      Branch: perlio
38310           !> (integrate 42 files)
38311 ____________________________________________________________________________
38312 [  9248] By: nick                                  on 2001/03/19  20:22:07
38313         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
38314              (Building on OS390 uses native YACC and YYDEBUG has other
38315              side effects.)
38316      Branch: perlio
38317            ! perly.c perly.y vms/perly_c.vms
38318 ____________________________________________________________________________
38319 [  9247] By: jhi                                   on 2001/03/19  19:59:53
38320         Log: 64-bit AIX dynaloading problem (see #9244) idea
38321              from Jens-Uwe Mager.
38322      Branch: maint-5.6/perl
38323            ! ext/DynaLoader/dl_aix.xs
38324 ____________________________________________________________________________
38325 [  9246] By: nick                                  on 2001/03/19  19:27:57
38326         Log: More EBCDIC fixes.
38327      Branch: perlio
38328            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
38329            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
38330 ____________________________________________________________________________
38331 [  9245] By: jhi                                   on 2001/03/19  19:05:19
38332         Log: Integrate change #9243 from mainline into maintperl.
38333              
38334              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
38335      Branch: maint-5.6/perl
38336           !> README.vmesa
38337 ____________________________________________________________________________
38338 [  9244] By: jhi                                   on 2001/03/19  19:03:15
38339         Log: Get 64bitall AIX building, but still does not test okay:
38340              dynaloading anything fails, for example for op/defins:
38341              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
38342              (update: fixed by #9247,9250)
38343      Branch: maint-5.6/perl
38344            ! hints/aix.sh
38345 ____________________________________________________________________________
38346 [  9243] By: jhi                                   on 2001/03/19  19:00:16
38347         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
38348              From: Robin Barker <rmb1@cise.npl.co.uk>
38349              Date: Mon, 19 Mar 2001 18:01:57 GMT
38350              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
38351      Branch: perl
38352            ! README.vmesa
38353 ____________________________________________________________________________
38354 [  9242] By: jhi                                   on 2001/03/19  18:58:43
38355         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
38356              
38357              TODO: tests.
38358      Branch: perl
38359            ! doop.c op.c
38360 ____________________________________________________________________________
38361 [  9241] By: gsar                                  on 2001/03/19  17:34:46
38362         Log: VMSify tests (from Charles Lane)
38363      Branch: maint-5.6/perl
38364            ! t/lib/filehand.t t/lib/texttabs.t
38365 ____________________________________________________________________________
38366 [  9240] By: jhi                                   on 2001/03/19  14:24:26
38367         Log: Integrate change #9233 from maintperl into mainline.
38368              
38369              some refcounts were incorrect in perl_clone()
38370      Branch: perl
38371           !> sv.c
38372 ____________________________________________________________________________
38373 [  9239] By: gsar                                  on 2001/03/19  09:23:17
38374         Log: this is 5.6.1-trial3
38375      Branch: maint-5.6/perl
38376            ! Changes
38377 ____________________________________________________________________________
38378 [  9238] By: gsar                                  on 2001/03/19  08:47:04
38379         Log: some new symbols are only available under ithreads
38380      Branch: maint-5.6/perl
38381            ! makedef.pl
38382 ____________________________________________________________________________
38383 [  9237] By: gsar                                  on 2001/03/19  08:42:28
38384         Log: update patchlevel.h, Changes, &c.
38385      Branch: maint-5.6/perl
38386            ! Changes patchlevel.h pod/perlhist.pod
38387           !> AUTHORS
38388 ____________________________________________________________________________
38389 [  9236] By: gsar                                  on 2001/03/19  08:17:49
38390         Log: integrate changes#8068,8717 from mainline
38391              
38392              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
38393              
38394              [PATCH CPAN 1.59_51] warning message (not!)
38395      Branch: maint-5.6/perl
38396           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
38397           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
38398           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
38399           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
38400           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
38401 ____________________________________________________________________________
38402 [  9235] By: gsar                                  on 2001/03/19  08:07:09
38403         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
38404              
38405              [PATCH] Add missing CV flags to dump.c
38406              
38407              Re: [patch] Re: PL_ptr_table
38408              
38409              Fixup non-ithread build after 8713
38410              
38411              Generated files form 8713 etc.
38412              
38413              Correct the correction :-(
38414              
38415              Documenting coderef @INC (Re: CPAN "make this script work" feature)
38416              
38417              Subject: Re: sync sync sync: have I missed any patches?
38418              Replace djSP with dSP.
38419      Branch: maint-5.6/perl
38420           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
38421           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
38422           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
38423           !> sv.c sv.h win32/perlhost.h
38424 ____________________________________________________________________________
38425 [  9234] By: gsar                                  on 2001/03/19  07:22:05
38426         Log: revert the change#9090 integrate for now (change looks somewhat
38427              incomplete in that [ha]v_exists() need something similar; lacks
38428              tests; &c.)
38429      Branch: maint-5.6/perl
38430            ! hv.c
38431 ____________________________________________________________________________
38432 [  9233] By: gsar                                  on 2001/03/19  07:10:01
38433         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
38434              destruction when there are unreferenced scalars (SvREFCNT==0)
38435      Branch: maint-5.6/perl
38436            ! sv.c
38437 ____________________________________________________________________________
38438 [  9232] By: jhi                                   on 2001/03/19  05:11:02
38439         Log: Regen api and toc.
38440      Branch: maint-5.6/perl
38441            ! pod/perlapi.pod pod/perltoc.pod
38442 ____________________________________________________________________________
38443 [  9231] By: jhi                                   on 2001/03/19  04:06:03
38444         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
38445              add a lost line in pp.c:pp_chop(), update to new op/chop.
38446              
38447              Clarify the description differentiating for and while; inspired by
38448              
38449              Subject: [ID 20010306.004] || != named unary operator
38450              
38451              The $Is_MacOS needs to be declared.
38452      Branch: maint-5.6/perl
38453            ! pp.c t/op/chop.t
38454           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
38455 ____________________________________________________________________________
38456 [  9230] By: jhi                                   on 2001/03/19  03:48:16
38457         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
38458              9079,9083,9089,9090,9091 from mainline to maintperl.
38459              
38460              Quieten some noise in Win32 builds
38461              
38462              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
38463              
38464              The perlretut was still talking about the old \p and \P
38465              definitions.
38466              
38467              More tweakage on the Unicode character class descriptions.
38468              
38469              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
38470              
38471              Subject: 'no *POSIX' Patch speeding up make on BS2000 
38472              
38473              Subject: [PATCH] perldata.pod here-doc docs
38474              
38475              Add /sbin and /usr/sbin to the list of directories scanned
38476              for setuid programs.  Takes care of bug id 20010309.003.
38477              
38478              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
38479              
38480              In op/stat #35 better to scan all the potential directories
38481              for setuids, not just the first one.
38482      Branch: maint-5.6/perl
38483            ! Makefile.SH
38484           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
38485           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
38486           !> t/op/stat.t toke.c win32/win32.h
38487 ____________________________________________________________________________
38488 [  9229] By: jhi                                   on 2001/03/19  02:31:50
38489         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
38490              From: Chris Nandor <pudge@pobox.com>
38491              Date: Sat, 10 Mar 2001 14:22:19 -0500
38492              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
38493      Branch: maint-5.6/perl
38494            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
38495            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
38496            ! t/lib/b.t t/lib/errno.t
38497 ____________________________________________________________________________
38498 [  9228] By: jhi                                   on 2001/03/19  02:29:59
38499         Log: Integrate changes #9113,9122 from mainline into maintperl.
38500              
38501              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?)
38502      Branch: maint-5.6/perl
38503           !> Configure README.os390 hints/os390.sh
38504 ____________________________________________________________________________
38505 [  9227] By: jhi                                   on 2001/03/19  02:22:35
38506         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
38507              into maintperl.
38508              
38509              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
38510              
38511              Forgot to check-in the larger part of #9120, duh.
38512              
38513              Subject: Another patch for integer.pm POD 
38514              
38515              h2ph strictness and cleanliness from Kurt Starsinic.
38516              
38517              Borland filename case problem.
38518              
38519              h2ph strictness and cleanliness from Kurt Starsinic.
38520              
38521              Subject: [PATCH] the uncontroversial doc patches
38522      Branch: maint-5.6/perl
38523           +> win32/sncfnmcs.pl
38524           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
38525           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
38526           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
38527           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
38528           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
38529           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
38530           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
38531 ____________________________________________________________________________
38532 [  9226] By: jhi                                   on 2001/03/19  02:10:21
38533         Log: Integrate changes #9207,9214 from mainline into maintperl.
38534              
38535              podchecker relaxations: =over has an *optional* number after it,
38536              and whitespace in L<> is okay.
38537      Branch: maint-5.6/perl
38538           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
38539           !> t/pod/poderrs.xr
38540 ____________________________________________________________________________
38541 [  9225] By: jhi                                   on 2001/03/19  02:07:38
38542         Log: Integrate change #9219 from maintperl into mainline.
38543              
38544              remove duplicated tests
38545      Branch: perl
38546           !> t/op/re_tests
38547 ____________________________________________________________________________
38548 [  9224] By: jhi                                   on 2001/03/19  02:06:11
38549         Log: Integrate change #9223 from mainline to maintperl.
38550              
38551              Document -Dmksymlinks.
38552      Branch: maint-5.6/perl
38553           !> INSTALL
38554 ____________________________________________________________________________
38555 [  9223] By: jhi                                   on 2001/03/19  02:01:25
38556         Log: Document -Dmksymlinks.
38557      Branch: perl
38558            ! INSTALL
38559 ____________________________________________________________________________
38560 [  9222] By: jhi                                   on 2001/03/19  01:15:35
38561         Log: The -Dmksymlinks wasn't working for maintperl.
38562      Branch: maint-5.6/perl
38563            ! Configure
38564 ____________________________________________________________________________
38565 [  9221] By: jhi                                   on 2001/03/19  00:49:43
38566         Log: Cleanup pixie residue.
38567      Branch: perl
38568            ! Makefile.SH
38569 ____________________________________________________________________________
38570 [  9220] By: jhi                                   on 2001/03/19  00:44:47
38571         Log: Document the use of pixie/prof; create make targets for it.
38572              
38573              TODO: make t/TEST pixie-aware.
38574      Branch: perl
38575            ! Makefile.SH pod/perlhack.pod
38576 ____________________________________________________________________________
38577 [  9219] By: gsar                                  on 2001/03/19  00:16:55
38578         Log: remove duplicated tests
38579      Branch: maint-5.6/perl
38580            ! t/op/re_tests
38581 ____________________________________________________________________________
38582 [  9218] By: jhi                                   on 2001/03/18  23:59:31
38583         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
38584      Branch: perl
38585            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
38586 ____________________________________________________________________________
38587 [  9217] By: jhi                                   on 2001/03/18  23:25:20
38588         Log: Rewrite the tests section of Makefile to be less redundant
38589              and to allow for more flexible test targets, many recursive
38590              make calls introduced.
38591      Branch: perl
38592            ! Makefile.SH
38593 ____________________________________________________________________________
38594 [  9216] By: jhi                                   on 2001/03/18  22:30:04
38595         Log: Document the use of Third Degree (sparsely).
38596      Branch: perl
38597            ! pod/perlhack.pod t/TEST
38598 ____________________________________________________________________________
38599 [  9215] By: jhi                                   on 2001/03/18  22:10:30
38600         Log: Make targets for testing with Third Degree.
38601      Branch: perl
38602            ! Makefile.SH
38603 ____________________________________________________________________________
38604 [  9214] By: jhi                                   on 2001/03/18  21:08:53
38605         Log: The podchecker relaxations need to mirrored also at the tests.
38606      Branch: perl
38607            ! t/pod/poderrs.xr
38608 ____________________________________________________________________________
38609 [  9213] By: jhi                                   on 2001/03/18  20:56:21
38610         Log: Update Changes.
38611      Branch: perl
38612            ! Changes patchlevel.h
38613 ____________________________________________________________________________
38614 [  9212] By: jhi                                   on 2001/03/18  20:36:59
38615         Log: Looking for config.sh in parent directories isn't
38616              very useful for the toplevel Makefile.
38617      Branch: perl
38618            ! Makefile.SH
38619 ____________________________________________________________________________
38620 [  9211] By: jhi                                   on 2001/03/18  20:33:37
38621         Log: On "make clean" take care of Third Degree droppings.
38622      Branch: perl
38623            ! Makefile.SH
38624 ____________________________________________________________________________
38625 [  9210] By: jhi                                   on 2001/03/18  20:21:34
38626         Log: Add a hook for running the tests under the Third Degree
38627              debugging tool (set $ENV{PERL_3LOG} to non-zero)
38628              
38629              TODO: Document the use of Third Degree.
38630      Branch: perl
38631            ! t/TEST
38632 ____________________________________________________________________________
38633 [  9209] By: jhi                                   on 2001/03/18  20:19:07
38634         Log: Regen toc and api pods.
38635      Branch: perl
38636            ! pod/perlapi.pod pod/perltoc.pod
38637 ____________________________________________________________________________
38638 [  9208] By: jhi                                   on 2001/03/18  20:12:12
38639         Log: Integrate changes #8128,9132 from mainline into maintperl,
38640              Tie::SubstrHash fixes.
38641      Branch: maint-5.6/perl
38642           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
38643 ____________________________________________________________________________
38644 [  9207] By: jhi                                   on 2001/03/18  20:07:43
38645         Log: podchecker relaxations from Michael Stevens.
38646      Branch: perl
38647            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
38648 ____________________________________________________________________________
38649 [  9206] By: jhi                                   on 2001/03/18  20:04:24
38650         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
38651      Branch: perl
38652            ! lib/Locale/Constants.pm lib/Locale/Country.pm
38653            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
38654            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
38655 ____________________________________________________________________________
38656 [  9205] By: jhi                                   on 2001/03/18  19:54:45
38657         Log: Integrate changes #9161,9162 from maintperl to mainline.
38658              
38659              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
38660              results
38661      Branch: perl
38662           !> t/op/magic.t
38663 ____________________________________________________________________________
38664 [  9204] By: jhi                                   on 2001/03/18  19:37:46
38665         Log: Make perl.third checks more understandable to the builder.
38666      Branch: perl
38667            ! Makefile.SH
38668 ____________________________________________________________________________
38669 [  9203] By: jhi                                   on 2001/03/18  19:20:54
38670         Log: Re-integrate #9138 from maintperl to mainline,
38671              the squelching of the unneeded "Scalars leaked" messages.
38672      Branch: perl
38673           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
38674           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
38675           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
38676 ____________________________________________________________________________
38677 [  9202] By: jhi                                   on 2001/03/18  18:48:36
38678         Log: More robust and more paranoid perl.third target.
38679      Branch: perl
38680            ! Makefile.SH
38681 ____________________________________________________________________________
38682 [  9201] By: jhi                                   on 2001/03/18  18:39:21
38683         Log: Integrate change #9197 from maintperl to mainline.
38684              
38685              more thorough cleaning of arenas.
38686      Branch: perl
38687           !> embed.pl perl.c proto.h sv.c t/op/sort.t
38688 ____________________________________________________________________________
38689 [  9200] By: jhi                                   on 2001/03/18  18:25:17
38690         Log: Integrate perlio.
38691      Branch: perl
38692           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
38693           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
38694           !> t/lib/encode.t toke.c universal.c utf8.c
38695 ____________________________________________________________________________
38696 [  9199] By: nick                                  on 2001/03/18  15:23:51
38697         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
38698              is the sense of the test being done. Avoid some magical 127 and 128 values
38699              by using macros.
38700      Branch: perlio
38701            ! doop.c pp_ctl.c sv.c toke.c
38702 ____________________________________________________________________________
38703 [  9198] By: nick                                  on 2001/03/18  14:18:12
38704         Log: UTF-X encoding invariance for Encode:
38705              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
38706              - move the XS code for those to universal.c (so in miniperl)
38707              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
38708              - change ext/Encode/compile to use above.
38709              - Fix t/lib/encode.t for above
38710              - Teach t/lib/b.t to expect -uutf8
38711              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
38712              utf8.pm is needed.
38713      Branch: perlio
38714            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
38715            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
38716 ____________________________________________________________________________
38717 [  9197] By: gsar                                  on 2001/03/18  12:15:57
38718         Log: more thorough cleaning of arenas--keep going until no more
38719              SvREFCNT_dec()s occur (this fixes the problem that causes the
38720              pesky "Scalars leaked" warnings)
38721      Branch: maint-5.6/perl
38722            ! embed.pl perl.c proto.h sv.c t/op/sort.t
38723 ____________________________________________________________________________
38724 [  9196] By: nick                                  on 2001/03/18  10:57:29
38725         Log: Fix pragma/utf8.t # 15
38726              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
38727              are SvUTF8 as well.
38728      Branch: perlio
38729            ! toke.c
38730 ____________________________________________________________________________
38731 [  9195] By: nick                                  on 2001/03/18  09:27:06
38732         Log: Integrate mainline
38733      Branch: perlio
38734           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
38735           !> t/op/pat.t
38736 ____________________________________________________________________________
38737 [  9194] By: jhi                                   on 2001/03/18  05:29:59
38738         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
38739              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
38740      Branch: perl
38741            ! op.c op.h t/op/misc.t t/op/pat.t
38742 ____________________________________________________________________________
38743 [  9193] By: jhi                                   on 2001/03/18  05:15:06
38744         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
38745      Branch: perl
38746            ! mg.c t/op/pat.t
38747 ____________________________________________________________________________
38748 [  9192] By: jhi                                   on 2001/03/18  04:22:43
38749         Log: tr/// UTF-8 patches from Inaba Hiroto.
38750      Branch: perl
38751            ! doop.c op.c
38752 ____________________________________________________________________________
38753 [  9191] By: jhi                                   on 2001/03/18  04:21:17
38754         Log: Integrate perlio.
38755      Branch: perl
38756           !> utf8.c utfebcdic.h
38757 ____________________________________________________________________________
38758 [  9190] By: nick                                  on 2001/03/17  20:32:01
38759         Log: Correct #if EBCDIC side typos.
38760              Builds and passes many tests on OS390.
38761      Branch: perlio
38762            ! utf8.c utfebcdic.h
38763 ____________________________________________________________________________
38764 [  9189] By: jhi                                   on 2001/03/17  18:55:49
38765         Log: Add prerequisites for the perl.third target.
38766      Branch: perl
38767            ! Makefile.SH
38768 ____________________________________________________________________________
38769 [  9188] By: jhi                                   on 2001/03/17  18:46:00
38770         Log: Integrate perlio.
38771      Branch: perl
38772           +> utfebcdic.h
38773           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
38774 ____________________________________________________________________________
38775 [  9187] By: jhi                                   on 2001/03/17  18:38:47
38776         Log: Add a make rule for perl.third (the Third Degree memory debugging
38777              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
38778      Branch: perl
38779            ! Makefile.SH
38780 ____________________________________________________________________________
38781 [  9186] By: nick                                  on 2001/03/17  18:34:48
38782         Log: MANIFEST addition :-(
38783      Branch: perlio
38784            ! MANIFEST
38785 ____________________________________________________________________________
38786 [  9185] By: nick                                  on 2001/03/17  18:29:50
38787         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
38788              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
38789              a superset of ASCII are invariant under the encoding. This is EBCDIC
38790              friendly as an encoded string can be looked at as being EBCDIC by lexer
38791              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
38792              ASCII on ASCII machines.
38793              
38794              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
38795              seperate.
38796              - Add some more macros to comprehend different shift amounts and
38797              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
38798              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
38799              and conditionaly #include it.
38800              
38801              EBCDIC build as yet untested.  ASCII still fails the one test.
38802      Branch: perlio
38803            + utfebcdic.h
38804            ! utf8.c utf8.h
38805 ____________________________________________________________________________
38806 [  9184] By: nick                                  on 2001/03/17  17:44:16
38807         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
38808      Branch: perlio
38809            ! doop.c perl.h pp.c utf8.h
38810 ____________________________________________________________________________
38811 [  9183] By: jhi                                   on 2001/03/17  15:55:42
38812         Log: Integrate perlio.
38813      Branch: perl
38814            ! MANIFEST
38815           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
38816 ____________________________________________________________________________
38817 [  9182] By: nick                                  on 2001/03/17  09:16:06
38818         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
38819      Branch: perlio
38820            ! t/op/pat.t
38821 ____________________________________________________________________________
38822 [  9181] By: nick                                  on 2001/03/17  09:15:11
38823         Log: Integrate mainline.
38824      Branch: perlio
38825           +> lib/Locale/Constants.pm lib/Locale/Country.pm
38826           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
38827           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
38828           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
38829           !> (integrate 83 files)
38830 ____________________________________________________________________________
38831 [  9180] By: nick                                  on 2001/03/16  17:23:21
38832         Log: EBCDIC Fixes.
38833      Branch: perlio
38834            ! perl.h sv.c toke.c utf8.c utf8.h
38835 ____________________________________________________________________________
38836 [  9179] By: jhi                                   on 2001/03/16  14:10:12
38837         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
38838              a change needed to work around an AIX compiler bug.
38839      Branch: perl
38840            ! ext/Storable/Storable.xs
38841 ____________________________________________________________________________
38842 [  9178] By: jhi                                   on 2001/03/16  03:19:59
38843         Log: With Damian's approval synchronize damian's modules'
38844              licensing with Perl's standard module licensing.
38845      Branch: perl
38846            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
38847 ____________________________________________________________________________
38848 [  9177] By: jhi                                   on 2001/03/16  03:15:34
38849         Log: Make the Filter::Util:Call files have their own copies
38850              of the Perl standard module licensing, from Paul Marquess.
38851      Branch: perl
38852            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
38853 ____________________________________________________________________________
38854 [  9176] By: jhi                                   on 2001/03/16  02:56:04
38855         Log: Subject: [PATCH] more pod patches
38856              From: Michael Stevens <michael@etla.org>
38857              Date: Thu, 15 Mar 2001 21:25:18 +0000
38858              Message-ID: <20010315212518.A18870@firedrake.org>
38859      Branch: perl
38860            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
38861            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
38862            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
38863            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
38864            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
38865            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
38866            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
38867            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
38868            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
38869            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
38870            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
38871            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
38872            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
38873            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
38874            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
38875            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
38876            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
38877            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
38878            ! lib/Locale/Country.pm lib/Locale/Language.pm
38879            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
38880            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
38881            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
38882            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
38883            ! os2/OS2/Process/Process.pm
38884 ____________________________________________________________________________
38885 [  9175] By: jhi                                   on 2001/03/16  02:53:32
38886         Log: Subject: [PATCH] the uncontroversial doc patches
38887              From: Michael Stevens <michael@etla.org>
38888              Date: Thu, 15 Mar 2001 20:01:12 +0000
38889              Message-ID: <20010315200112.A7636@firedrake.org>
38890      Branch: perl
38891            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
38892            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
38893            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
38894            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
38895            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
38896 ____________________________________________________________________________
38897 [  9174] By: jhi                                   on 2001/03/16  02:50:49
38898         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
38899              From: Paul Lindner <lindner@inuus.com>
38900              Date: Fri, 16 Mar 2001 11:28:03 -0800
38901              Message-ID: <20010316112803.A7577@inuus.com>
38902      Branch: perl
38903            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
38904 ____________________________________________________________________________
38905 [  9173] By: nick                                  on 2001/03/15  20:21:03
38906         Log: 1st day's EBCDIC fixes:
38907              - toke.c's parsing of strings needed attention
38908              needed to conditionally e2a if string was already UTF-8
38909              - e2a/a2e tables where wrong way round.
38910              - new macros in utf8.h
38911      Branch: perlio
38912            ! perl.h toke.c utf8.h
38913 ____________________________________________________________________________
38914 [  9172] By: jhi                                   on 2001/03/15  15:17:17
38915         Log: Update Changes.
38916      Branch: perl
38917            ! Changes patchlevel.h
38918 ____________________________________________________________________________
38919 [  9171] By: jhi                                   on 2001/03/15  15:09:32
38920         Log: Subject: Re: Another Borland C++ problem.
38921              From: "Vadim Konovalov" <watman@inbox.ru>
38922              Date: Sat, 10 Mar 2001 19:26:07 +0300
38923              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
38924              
38925              Borland filename case problem.
38926      Branch: perl
38927            + win32/sncfnmcs.pl
38928            ! MANIFEST README.win32
38929 ____________________________________________________________________________
38930 [  9170] By: jhi                                   on 2001/03/15  14:54:23
38931         Log: Add Locale::Codes 1.06, from Neil Bowers.
38932      Branch: perl
38933            + lib/Locale/Constants.pm lib/Locale/Country.pm
38934            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
38935            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
38936            + t/lib/lc-language.t t/lib/lc-uk.t
38937            ! MANIFEST
38938 ____________________________________________________________________________
38939 [  9169] By: jhi                                   on 2001/03/15  14:19:01
38940         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
38941      Branch: perl
38942            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
38943            ! ext/Storable/Storable.xs
38944 ____________________________________________________________________________
38945 [  9168] By: jhi                                   on 2001/03/15  14:13:22
38946         Log: Integrate changes #9120,9167 from mainline to maintperl.
38947              
38948              Subject: [PATCH 5.6.1] OS/2 docs
38949              
38950              Subject: [PATCH 5.6.1] perldoc
38951      Branch: maint-5.6/perl
38952           !> os2/Changes utils/perldoc.PL
38953 ____________________________________________________________________________
38954 [  9167] By: jhi                                   on 2001/03/15  14:07:42
38955         Log: Subject: [PATCH 5.6.1] perldoc
38956              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38957              Date: Wed, 14 Mar 2001 23:46:52 -0500
38958              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
38959      Branch: perl
38960            ! utils/perldoc.PL
38961 ____________________________________________________________________________
38962 [  9166] By: jhi                                   on 2001/03/15  13:53:15
38963         Log: sigaction test condition tweakage.
38964      Branch: perl
38965            ! t/lib/sigaction.t
38966 ____________________________________________________________________________
38967 [  9165] By: alanbur                               on 2001/03/15  03:49:17
38968         Log: Resynchronised with parent
38969      Branch: maint-5.6/pureperl
38970           +> os2/os2add.sym t/op/anonsub.t
38971           !> (integrate 72 files)
38972 ____________________________________________________________________________
38973 [  9164] By: jhi                                   on 2001/03/15  01:05:01
38974         Log: Avoid stomping off the beginning of an array in tr///.
38975      Branch: perl
38976            ! op.c
38977 ____________________________________________________________________________
38978 [  9163] By: jhi                                   on 2001/03/15  00:58:57
38979         Log: h2ph strictness and cleanliness from Kurt Starsinic.
38980      Branch: perl
38981            ! utils/h2ph.PL
38982 ____________________________________________________________________________
38983 [  9162] By: gsar                                  on 2001/03/15  00:56:53
38984         Log: avoid warnings
38985      Branch: maint-5.6/perl
38986            ! t/op/magic.t
38987 ____________________________________________________________________________
38988 [  9161] By: gsar                                  on 2001/03/15  00:52:09
38989         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
38990              results
38991      Branch: maint-5.6/perl
38992            ! t/op/magic.t
38993 ____________________________________________________________________________
38994 [  9160] By: jhi                                   on 2001/03/14  22:02:10
38995         Log: Do not use the Perl malloc in IRIX, suggested by
38996              Helmus Jarausch.
38997      Branch: perl
38998            ! hints/irix_6.sh
38999 ____________________________________________________________________________
39000 [  9159] By: nick                                  on 2001/03/14  21:45:59
39001         Log: Integrate mainline
39002      Branch: perlio
39003           +> t/op/loopctl.t
39004           !> (integrate 41 files)
39005 ____________________________________________________________________________
39006 [  9158] By: jhi                                   on 2001/03/14  21:10:09
39007         Log: The Day of the Retractions continues: the #9138
39008              (integrated in #9144) doesn't work well in mainline.
39009      Branch: perl
39010            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
39011            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
39012            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
39013 ____________________________________________________________________________
39014 [  9157] By: jhi                                   on 2001/03/14  20:58:12
39015         Log: The #9145 CANNOT be enabled: the clear_pmop code still
39016              dumps core all over in Tru64.
39017      Branch: perl
39018            ! op.c op.h t/op/pat.t
39019 ____________________________________________________________________________
39020 [  9156] By: jhi                                   on 2001/03/14  20:48:06
39021         Log: Integrate change #9154 from maintperl to mainline.
39022              
39023              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
39024              (caused Storable 1.0.10 to break on windows)
39025      Branch: perl
39026           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
39027           !> perlapi.c proto.h
39028 ____________________________________________________________________________
39029 [  9155] By: jhi                                   on 2001/03/14  20:23:53
39030         Log: Retract #9136: breaks threading (and binary compatibility).
39031      Branch: perl
39032            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
39033 ____________________________________________________________________________
39034 [  9154] By: gsar                                  on 2001/03/14  17:48:18
39035         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
39036              (caused Storable 1.0.10 to break on windows)
39037      Branch: maint-5.6/perl
39038            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
39039            ! perlapi.c proto.h
39040 ____________________________________________________________________________
39041 [  9153] By: jhi                                   on 2001/03/14  13:35:21
39042         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
39043      Branch: perl
39044            ! t/lib/sigaction.t
39045 ____________________________________________________________________________
39046 [  9152] By: gsar                                  on 2001/03/14  07:29:40
39047         Log: back out changes#9012,9010,9009 and parts of change#9016
39048              (causes ABRs under purify, and some prerequisites don't
39049              seem to be there in 5.6.x)
39050      Branch: maint-5.6/perl
39051            ! doop.c op.c t/op/tr.t toke.c
39052 ____________________________________________________________________________
39053 [  9151] By: gsar                                  on 2001/03/14  07:01:29
39054         Log: reenable change#9145 (the test was busted due to a missing
39055              C<print "ok 27\n">)
39056      Branch: perl
39057            ! op.c op.h t/op/pat.t
39058 ____________________________________________________________________________
39059 [  9150] By: jhi                                   on 2001/03/14  06:38:36
39060         Log: Retract #9145.
39061      Branch: perl
39062            ! op.c op.h t/op/pat.t
39063 ____________________________________________________________________________
39064 [  9149] By: jhi                                   on 2001/03/14  06:14:56
39065         Log: Retract #9143.
39066      Branch: perl
39067            ! op.c
39068 ____________________________________________________________________________
39069 [  9148] By: gsar                                  on 2001/03/14  06:13:02
39070         Log: Uninitialized Memory Read in regexec.c
39071      Branch: perl
39072            ! regexec.c
39073 ____________________________________________________________________________
39074 [  9147] By: jhi                                   on 2001/03/14  04:59:54
39075         Log: Subject: PATCH: make goto work in nested eval ""
39076              From: Robin Houston <robin@kitsite.com>
39077              Date: Wed, 14 Mar 2001 04:16:10 +0000
39078              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
39079      Branch: perl
39080            ! pp_ctl.c t/op/goto.t
39081 ____________________________________________________________________________
39082 [  9146] By: jhi                                   on 2001/03/14  04:42:54
39083         Log: Preserve the #ifdef PERL_CORE in perly.h.
39084      Branch: perl
39085            ! perly.fixer
39086 ____________________________________________________________________________
39087 [  9145] By: jhi                                   on 2001/03/14  03:57:41
39088         Log: (Retracted by #9150.)
39089      Branch: perl
39090            ! op.c op.h t/op/pat.t
39091 ____________________________________________________________________________
39092 [  9144] By: jhi                                   on 2001/03/14  03:50:38
39093         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
39094              
39095              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
39096              
39097              remove squelch controls for "Scalars leaked" messages in most places
39098              (these are now cured)
39099              
39100              fix another memory leak reported by purify (tie callbacks that
39101              croak can leak when wiping out magic)
39102      Branch: perl
39103           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
39104           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
39105           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
39106           !> t/pragma/warnings.t
39107 ____________________________________________________________________________
39108 [  9143] By: jhi                                   on 2001/03/14  03:37:53
39109         Log: (Retracted by #9149.)
39110      Branch: perl
39111            ! op.c
39112 ____________________________________________________________________________
39113 [  9142] By: gsar                                  on 2001/03/14  03:20:48
39114         Log: fix another memory leak reported by purify (tie callbacks that
39115              croak can leak when wiping out magic)
39116      Branch: maint-5.6/perl
39117            ! scope.c
39118 ____________________________________________________________________________
39119 [  9141] By: jhi                                   on 2001/03/14  02:55:00
39120         Log: Subject: PATCH for [ID 20010305.003]
39121              From: Robin Houston <robin@kitsite.com>
39122              Date: Wed, 14 Mar 2001 02:45:51 +0000
39123              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
39124      Branch: perl
39125            ! pp_ctl.c t/op/eval.t
39126 ____________________________________________________________________________
39127 [  9140] By: jhi                                   on 2001/03/14  02:41:54
39128         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
39129              Date: Wed, 14 Mar 2001 01:52:51 +0000
39130              From: Robin Houston <robin@kitsite.com>
39131              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
39132              
39133              Fix for 2000313.004.
39134      Branch: perl
39135            ! pp_ctl.c t/op/goto.t
39136 ____________________________________________________________________________
39137 [  9139] By: jhi                                   on 2001/03/14  02:40:50
39138         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
39139              From: Robin Houston <robin@kitsite.com>
39140              Date: Wed, 14 Mar 2001 00:43:45 +0000
39141              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
39142      Branch: perl
39143            + t/op/loopctl.t
39144            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
39145            ! vms/perly_c.vms
39146 ____________________________________________________________________________
39147 [  9138] By: gsar                                  on 2001/03/14  01:18:00
39148         Log: remove squelch controls for "Scalars leaked" messages in most places
39149              (these are now cured)
39150      Branch: maint-5.6/perl
39151            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
39152            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
39153            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
39154 ____________________________________________________________________________
39155 [  9137] By: gsar                                  on 2001/03/14  00:57:04
39156         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
39157      Branch: maint-5.6/perl
39158            ! regcomp.c
39159 ____________________________________________________________________________
39160 [  9136] By: jhi                                   on 2001/03/13  23:12:24
39161         Log: (Retracted by #9155)
39162              
39163              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
39164              From: Jens-Uwe Mager <jum@helios.de>
39165              Date: Wed, 21 Feb 2001 21:32:04 +0100
39166              Message-ID: <20010221213203.A18340@ans.helios.de>
39167      Branch: perl
39168            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
39169 ____________________________________________________________________________
39170 [  9135] By: jhi                                   on 2001/03/13  22:50:05
39171         Log: Integrate perlio.
39172      Branch: perl
39173           !> pp.c
39174 ____________________________________________________________________________
39175 [  9134] By: jhi                                   on 2001/03/13  22:49:05
39176         Log: Integrate change #9131 from maintperl into mainline.
39177              
39178              make the error text look more consistent in hints/hpux.sh
39179      Branch: perl
39180           !> hints/hpux.sh
39181 ____________________________________________________________________________
39182 [  9133] By: gsar                                  on 2001/03/13  22:46:20
39183         Log: integrate change#9067 from mainline
39184              
39185              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
39186      Branch: maint-5.6/perl
39187           !> lib/ExtUtils/MM_Unix.pm
39188 ____________________________________________________________________________
39189 [  9132] By: jhi                                   on 2001/03/13  22:41:21
39190         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
39191              From: "John P. Linderman" <jpl@research.att.com>
39192              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
39193              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
39194              
39195              A more correct prime finder.
39196      Branch: perl
39197            ! lib/Tie/SubstrHash.pm
39198 ____________________________________________________________________________
39199 [  9131] By: gsar                                  on 2001/03/13  22:30:42
39200         Log: make the error text look more consistent in hints/hpux.sh
39201      Branch: maint-5.6/perl
39202            ! hints/hpux.sh
39203 ____________________________________________________________________________
39204 [  9130] By: jhi                                   on 2001/03/13  22:23:44
39205         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
39206              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39207              Date: Tue, 13 Mar 2001 18:41:26 +0100
39208              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
39209              
39210              If the test is run non-interactively the default handler
39211              is different.
39212      Branch: perl
39213            ! t/lib/sigaction.t
39214 ____________________________________________________________________________
39215 [  9129] By: jhi                                   on 2001/03/13  22:20:21
39216         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
39217              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
39218              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
39219              Date:     Tue, 13 Mar 2001 16:44:32 EST
39220      Branch: perl
39221            ! t/lib/1_compile.t
39222 ____________________________________________________________________________
39223 [  9128] By: jhi                                   on 2001/03/13  22:18:34
39224         Log: Subject: Another patch for integer.pm POD 
39225              From: "John L. Allen" <allen@grumman.com>
39226              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
39227              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
39228      Branch: perl
39229            ! lib/integer.pm
39230 ____________________________________________________________________________
39231 [  9127] By: nick                                  on 2001/03/13  21:26:30
39232         Log: Integrate mainline.
39233      Branch: perlio
39234           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
39235           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
39236           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
39237           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
39238           !> Changes Configure MANIFEST README.os2 README.os390
39239           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
39240           !> os2/Changes patchlevel.h win32/perlhost.h
39241 ____________________________________________________________________________
39242 [  9126] By: nick                                  on 2001/03/13  20:39:51
39243         Log: #ifdef'ed out code to make packed side of pack/unpack
39244              octets. (i.e. pack('U') => encode_utf8).
39245      Branch: perlio
39246            ! pp.c
39247 ____________________________________________________________________________
39248 [  9125] By: jhi                                   on 2001/03/13  15:07:16
39249         Log: Update Changes.
39250      Branch: perl
39251            ! Changes patchlevel.h
39252 ____________________________________________________________________________
39253 [  9124] By: jhi                                   on 2001/03/13  14:22:45
39254         Log: Workaround for the buggy ("internal compiler error")
39255              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
39256              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
39257              of Andreas König.
39258      Branch: perl
39259            ! ext/re/Makefile.PL hints/aix.sh
39260 ____________________________________________________________________________
39261 [  9123] By: jhi                                   on 2001/03/13  03:24:34
39262         Log: Typo in #9114.
39263      Branch: metaconfig
39264            ! U/modified/myhostname.U
39265 ____________________________________________________________________________
39266 [  9122] By: jhi                                   on 2001/03/13  03:24:06
39267         Log: Typo in #9113.
39268      Branch: perl
39269            ! Configure
39270 ____________________________________________________________________________
39271 [  9121] By: jhi                                   on 2001/03/13  01:53:05
39272         Log: Forgot to check-in the larger part of #9120, duh.
39273      Branch: perl
39274            ! README.os2
39275 ____________________________________________________________________________
39276 [  9120] By: jhi                                   on 2001/03/13  01:51:31
39277         Log: Subject: [PATCH 5.6.1] OS/2 docs
39278              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39279              Date: Mon, 12 Mar 2001 03:27:32 -0500
39280              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
39281      Branch: perl
39282            ! os2/Changes
39283 ____________________________________________________________________________
39284 [  9119] By: jhi                                   on 2001/03/13  01:49:41
39285         Log: Integrate change #9116 from maintperl into mainline.
39286              
39287              Win32::GetCwd() returns C: instead of C:\ in the root directory
39288              under ithreads
39289      Branch: perl
39290           !> win32/perlhost.h
39291 ____________________________________________________________________________
39292 [  9118] By: jhi                                   on 2001/03/13  01:13:39
39293         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
39294      Branch: perl
39295            + lib/Switch.pm t/lib/switch.t
39296            ! MANIFEST
39297 ____________________________________________________________________________
39298 [  9117] By: jhi                                   on 2001/03/13  01:03:17
39299         Log: Add Text::Balanced 1.83.
39300      Branch: perl
39301            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
39302            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
39303            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
39304            + t/lib/tb-xvari.t
39305            ! MANIFEST
39306 ____________________________________________________________________________
39307 [  9116] By: gsar                                  on 2001/03/13  00:55:53
39308         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
39309              under ithreads
39310      Branch: maint-5.6/perl
39311            ! win32/perlhost.h
39312 ____________________________________________________________________________
39313 [  9115] By: jhi                                   on 2001/03/13  00:54:09
39314         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
39315              From: "John L. Allen" <allen@grumman.com>
39316              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
39317              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
39318              
39319              use integer document clarification.
39320      Branch: perl
39321            ! lib/integer.pm
39322 ____________________________________________________________________________
39323 [  9114] By: jhi                                   on 2001/03/13  00:38:54
39324         Log: Metaconfig unit change for #9113.
39325      Branch: metaconfig
39326            ! U/modified/myhostname.U
39327 ____________________________________________________________________________
39328 [  9113] By: jhi                                   on 2001/03/13  00:38:35
39329         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?)
39330              From: Peter Prymmer <pvhp@forte.com>
39331              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
39332              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
39333      Branch: perl
39334            ! Configure README.os390 hints/os390.sh
39335 ____________________________________________________________________________
39336 [  9112] By: jhi                                   on 2001/03/13  00:29:00
39337         Log: Integrate perlio.
39338      Branch: perl
39339           !> sv.c utf8.h
39340 ____________________________________________________________________________
39341 [  9111] By: nick                                  on 2001/03/12  21:16:33
39342         Log: Integrate mainline.
39343      Branch: perlio
39344           +> t/op/anonsub.t
39345           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
39346           !> proto.h sv.c
39347 ____________________________________________________________________________
39348 [  9110] By: nick                                  on 2001/03/12  21:00:13
39349         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
39350      Branch: perlio
39351            ! sv.c utf8.h
39352 ____________________________________________________________________________
39353 [  9109] By: jhi                                   on 2001/03/12  16:04:47
39354         Log: Integrate change #9108 from maintperl to mainline.
39355              
39356              fix memory leak in C<sub X { sub {} }> arising from a refcount
39357              loop between the outer sub and the inner prototype anonsub
39358              
39359              this also enables closures returned by subroutines that
39360              subsequently get redefined to work without generating coredumps :)
39361              
39362              completely removed the free_closures() hack--it shouldn't be
39363              needed anymore
39364      Branch: perl
39365           +> t/op/anonsub.t
39366           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
39367           !> proto.h sv.c
39368 ____________________________________________________________________________
39369 [  9108] By: gsar                                  on 2001/03/12  10:21:31
39370         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
39371              loop between the outer sub and the inner prototype anonsub
39372              
39373              this also enables closures returned by subroutines that
39374              subsequently get redefined to work without generating coredumps :)
39375              
39376              completely removed the free_closures() hack--it shouldn't be
39377              needed anymore
39378      Branch: maint-5.6/perl
39379            + t/op/anonsub.t
39380            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
39381            ! proto.h sv.c
39382 ____________________________________________________________________________
39383 [  9107] By: jhi                                   on 2001/03/12  05:15:31
39384         Log: Integrate perlio.
39385      Branch: perl
39386           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
39387 ____________________________________________________________________________
39388 [  9106] By: nick                                  on 2001/03/11  20:10:12
39389         Log: regcomp.c is working in native space, not Unicode space (if different)
39390              as it is doing compare against 'W' in \W etc.
39391      Branch: perlio
39392            ! regcomp.c
39393 ____________________________________________________________________________
39394 [  9105] By: nick                                  on 2001/03/11  19:39:34
39395         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
39396              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
39397      Branch: perlio
39398            ! regcomp.c toke.c utf8.c
39399 ____________________________________________________________________________
39400 [  9104] By: nick                                  on 2001/03/11  18:15:44
39401         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
39402      Branch: perlio
39403            ! sv.c
39404 ____________________________________________________________________________
39405 [  9103] By: nick                                  on 2001/03/11  18:03:28
39406         Log: Integrate mainline (for regexp stuff).
39407      Branch: perlio
39408           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
39409           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
39410           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
39411           !> t/lib/errno.t t/op/pat.t
39412 ____________________________________________________________________________
39413 [  9102] By: nick                                  on 2001/03/11  17:44:20
39414         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
39415              - exclude layer syms in makedef.pl for sfio
39416              - also inhibit Encode from trying to build ":encode()" layer.
39417      Branch: perlio
39418            ! ext/Encode/Encode.xs makedef.pl
39419 ____________________________________________________________________________
39420 [  9101] By: jhi                                   on 2001/03/10  22:38:13
39421         Log: The $Is_MacOS needs to be declared.
39422      Branch: perl
39423            ! lib/ExtUtils/Manifest.pm
39424 ____________________________________________________________________________
39425 [  9100] By: jhi                                   on 2001/03/10  22:14:29
39426         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
39427              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
39428              pollute the symbolspace if using sfio.
39429      Branch: perl
39430            ! ext/Encode/Encode.xs
39431 ____________________________________________________________________________
39432 [  9099] By: jhi                                   on 2001/03/10  21:58:48
39433         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
39434              Date: Sat, 10 Mar 2001 14:23:55 -0500
39435              From: Chris Nandor <pudge@pobox.com>
39436              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
39437      Branch: perl
39438            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
39439            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
39440            ! t/lib/errno.t
39441 ____________________________________________________________________________
39442 [  9098] By: jhi                                   on 2001/03/10  21:38:30
39443         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
39444      Branch: perl
39445            ! regcomp.c regexec.c t/op/pat.t
39446 ____________________________________________________________________________
39447 [  9097] By: jhi                                   on 2001/03/10  14:38:07
39448         Log: Integrate perlio.
39449      Branch: perl
39450           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
39451           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
39452           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
39453 ____________________________________________________________________________
39454 [  9096] By: nick                                  on 2001/03/10  11:55:43
39455         Log: EBCDIC sanity - phase I
39456              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
39457              - use utf8n_xxxx (c.f. pvn) for forms which take length.
39458              - back out vN.N and $^V exceptions to e2a/a2e
39459              - make "locale" isxxx macros be uvchr (may be redundant?)
39460              
39461              Not clear yet that toUPPER_uni et. al. return being handled correctly.
39462              The tr// and rexexp stuff still needs an audit, assumption is they are working
39463              in Unicode space.
39464              
39465              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
39466      Branch: perlio
39467            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
39468            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
39469            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
39470 ____________________________________________________________________________
39471 [  9095] By: jhi                                   on 2001/03/09  22:10:01
39472         Log: Integrate perlio.
39473      Branch: perl
39474           !> dump.c
39475 ____________________________________________________________________________
39476 [  9094] By: nick                                  on 2001/03/09  17:36:38
39477         Log: Builds an passes all tests after integrate and this tweak.
39478      Branch: perlio
39479            ! dump.c
39480 ____________________________________________________________________________
39481 [  9093] By: nick                                  on 2001/03/09  17:16:03
39482         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
39483      Branch: perlio
39484           +> lib/unicode/Scripts.txt t/lib/sigaction.t
39485           !> (integrate 79 files)
39486 ____________________________________________________________________________
39487 [  9092] By: jhi                                   on 2001/03/09  15:28:26
39488         Log: Update Changes.
39489      Branch: perl
39490            ! Changes patchlevel.h
39491 ____________________________________________________________________________
39492 [  9091] By: jhi                                   on 2001/03/09  15:25:05
39493         Log: In op/stat #35 better to scan all the potential directories
39494              for setuids, not just the first one.
39495      Branch: perl
39496            ! t/op/stat.t
39497 ____________________________________________________________________________
39498 [  9090] By: jhi                                   on 2001/03/09  15:01:27
39499         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
39500              From: rspier@pobox.com (Robert Spier)
39501              Date: Fri, 9 Mar 2001 03:30:20 -0500
39502              Message-ID: <15016.38044.381174.160189@rls.cx>
39503              
39504              EXISTS() returning undef mistakenly triggered a FETCH().
39505      Branch: perl
39506            ! hv.c
39507 ____________________________________________________________________________
39508 [  9089] By: jhi                                   on 2001/03/09  14:59:02
39509         Log: Add /sbin and /usr/sbin to the list of directories scanned
39510              for setuid programs.  Takes care of bug id 20010309.003.
39511      Branch: perl
39512            ! t/op/stat.t
39513 ____________________________________________________________________________
39514 [  9088] By: jhi                                   on 2001/03/09  14:48:32
39515         Log: Regen perlapi, perltoc.
39516      Branch: perl
39517            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
39518 ____________________________________________________________________________
39519 [  9087] By: jhi                                   on 2001/03/09  14:38:56
39520         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
39521              From: David Mitchell <davem@fdgroup.co.uk>
39522              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
39523              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
39524      Branch: perl
39525            ! dump.c perl.c perl.h pod/perlrun.pod
39526 ____________________________________________________________________________
39527 [  9086] By: jhi                                   on 2001/03/09  01:47:16
39528         Log: A modified version of
39529              
39530              Subject: [ID 20010307.005] POSIX::sigaction has various problems
39531              From: anders@broadcom.com
39532              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
39533              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
39534              
39535              Currently the sigaction.t test #6 fails (and is fudged to look
39536              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
39537              This may well be a genuine bug in Linux sigaction() (since at
39538              least Tru64, Solaris, and HP-UX disagree with Linux).
39539              Anyone with POSIX / SUSv2 tome handy?  The problem is that
39540              the flags of the oldaction don't match with the flags in
39541              the previously installed disposition.
39542      Branch: perl
39543            + t/lib/sigaction.t
39544            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
39545 ____________________________________________________________________________
39546 [  9085] By: jhi                                   on 2001/03/09  01:30:13
39547         Log: Subject: Re: mission impossible for the day
39548              From: Alex Gough <alex@rcon.org>
39549              Date: Thu, 08 Mar 2001 17:18:19 +0000
39550              Message-ID: <3AA7BEDB.8070409@rcon.org>
39551              
39552              If references (are overloaded) and can be directly stringified,
39553              show that instead of "stringified".
39554              
39555              (The problem, infinite mutual recursion caused by overloaded bool
39556              in Switch.pm, tracked by David Mitchell)
39557      Branch: perl
39558            ! lib/Carp/Heavy.pm
39559 ____________________________________________________________________________
39560 [  9084] By: jhi                                   on 2001/03/09  01:20:39
39561         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
39562              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
39563              From: David Mitchell <davem@fdgroup.co.uk>
39564              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
39565      Branch: perl
39566            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
39567            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
39568 ____________________________________________________________________________
39569 [  9083] By: jhi                                   on 2001/03/09  01:16:51
39570         Log: Subject: [PATCH] perldata.pod here-doc docs
39571              From: Jeff Pinyan <jeffp@crusoe.net>
39572              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
39573              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
39574      Branch: perl
39575            ! pod/perldata.pod
39576 ____________________________________________________________________________
39577 [  9082] By: jhi                                   on 2001/03/09  01:01:27
39578         Log: Subject: Re: Unicode/EBCDIC
39579              From: Peter Prymmer <pvhp@forte.com>
39580              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
39581              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
39582      Branch: perl
39583            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
39584 ____________________________________________________________________________
39585 [  9081] By: jhi                                   on 2001/03/08  13:41:30
39586         Log: Subject: Ooops, wrong 'no *POSIX' Patch
39587              From: Dorner Thomas <Thomas.Dorner@start.de>
39588              Date: Thu, 8 Mar 2001 08:43:28 +0100
39589              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
39590      Branch: perl
39591            ! hints/posix-bc.sh
39592 ____________________________________________________________________________
39593 [  9080] By: jhi                                   on 2001/03/08  13:11:42
39594         Log: It's Scripts.txt, not Script.txt.
39595      Branch: perl
39596            ! MANIFEST
39597 ____________________________________________________________________________
39598 [  9079] By: jhi                                   on 2001/03/08  12:59:05
39599         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
39600              From: Dorner Thomas <Thomas.Dorner@start.de>
39601              Date: Wed, 7 Mar 2001 14:13:31 +0100
39602              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
39603      Branch: perl
39604            ! makedepend.SH
39605 ____________________________________________________________________________
39606 [  9078] By: jhi                                   on 2001/03/08  12:57:43
39607         Log: Retract #9069, wrong patch.
39608      Branch: perl
39609            ! Makefile.SH
39610 ____________________________________________________________________________
39611 [  9077] By: jhi                                   on 2001/03/08  01:06:13
39612         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
39613      Branch: perl
39614            + lib/unicode/Scripts.txt
39615            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
39616            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
39617            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
39618            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
39619            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
39620            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
39621            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
39622            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
39623            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
39624            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
39625            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
39626            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
39627            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
39628            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
39629            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
39630            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
39631            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
39632            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
39633            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
39634            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
39635            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
39636            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
39637            ! lib/unicode/version
39638 ____________________________________________________________________________
39639 [  9076] By: jhi                                   on 2001/03/07  22:59:39
39640         Log: Integrate change #7784 from mainline into maintperl.
39641              
39642              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
39643      Branch: maint-5.6/perl
39644           !> pp_ctl.c t/op/pat.t
39645 ____________________________________________________________________________
39646 [  9075] By: jhi                                   on 2001/03/07  22:05:11
39647         Log: More UTF-8 test tweaks.
39648      Branch: perl
39649            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
39650 ____________________________________________________________________________
39651 [  9074] By: nick                                  on 2001/03/07  21:39:29
39652         Log: Integrate mainline.
39653      Branch: perlio
39654           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
39655           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
39656           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
39657           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
39658           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
39659 ____________________________________________________________________________
39660 [  9073] By: jhi                                   on 2001/03/07  16:37:09
39661         Log: Update Changes.
39662      Branch: perl
39663            ! Changes patchlevel.h
39664 ____________________________________________________________________________
39665 [  9072] By: jhi                                   on 2001/03/07  16:32:30
39666         Log: Subject: [ID 20010306.004] || != named unary operator
39667              From: abela@geneanet.org
39668              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
39669              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
39670      Branch: perl
39671            ! pod/perlop.pod
39672 ____________________________________________________________________________
39673 [  9071] By: jhi                                   on 2001/03/07  15:14:11
39674         Log: Subject: downgrading to bytes for common functions
39675              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
39676              Date: Wed, 7 Mar 2001 02:36:55 -0500
39677              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
39678      Branch: perl
39679            ! pp_sys.c
39680 ____________________________________________________________________________
39681 [  9070] By: jhi                                   on 2001/03/07  15:04:58
39682         Log: Clarify the description differentiating for and while; inspired by
39683              
39684              Subject: [ID 20010306.002] for/while difference in for definition
39685              From: abela@geneanet.org
39686              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
39687              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
39688      Branch: perl
39689            ! pod/perlsyn.pod
39690 ____________________________________________________________________________
39691 [  9069] By: jhi                                   on 2001/03/07  14:55:30
39692         Log: (Retracted by #9078.)
39693      Branch: perl
39694            ! Makefile.SH
39695 ____________________________________________________________________________
39696 [  9068] By: jhi                                   on 2001/03/07  14:51:17
39697         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
39698              From: Radu Greab <radu@netsoft.ro>
39699              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
39700              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
39701      Branch: perl
39702            ! pp.c t/op/chop.t
39703 ____________________________________________________________________________
39704 [  9067] By: jhi                                   on 2001/03/07  14:48:57
39705         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
39706              From: Simon Cozens <simon@netthink.co.uk>
39707              Date: Wed, 7 Mar 2001 13:59:28 +0000
39708              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
39709              
39710              In order to allow MakeMaker to build correct Makefiles,
39711              you need to change the order of the arguments in MM_Unix.pm
39712              as well. (Unless you have C89_CCMODE set, but we're trying
39713              to be POSIXly correct)
39714              
39715              Thanks to Merijn Broeren for tracking this down.
39716      Branch: perl
39717            ! lib/ExtUtils/MM_Unix.pm
39718 ____________________________________________________________________________
39719 [  9066] By: jhi                                   on 2001/03/07  14:30:02
39720         Log: Floating point too messy.
39721      Branch: perl
39722            ! t/camel-III/vstring.t
39723 ____________________________________________________________________________
39724 [  9065] By: jhi                                   on 2001/03/07  14:17:44
39725         Log: Integrate change #9064 from maintperl into mainline.
39726              
39727              fix memory leak in pack("Bb",...)
39728      Branch: perl
39729           !> perl.c
39730 ____________________________________________________________________________
39731 [  9064] By: gsar                                  on 2001/03/07  06:29:24
39732         Log: fix memory leak in pack("Bb",...)
39733      Branch: maint-5.6/perl
39734            ! perl.c
39735 ____________________________________________________________________________
39736 [  9063] By: jhi                                   on 2001/03/07  00:55:04
39737         Log: Major utf8 test reorganisation and rewrite.
39738              Hopefully no tests were lost in the shuffle.
39739              (The beginning of pragma/utf8 was lost intentionally,
39740              the tests were rather bogus and incomplete.)
39741      Branch: perl
39742            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
39743            ! t/pragma/utf8.t
39744 ____________________________________________________________________________
39745 [  9062] By: jhi                                   on 2001/03/07  00:41:16
39746         Log: More tweakage on the Unicode character class descriptions.
39747      Branch: perl
39748            ! lib/unicode/mktables.PL pod/perlretut.pod
39749 ____________________________________________________________________________
39750 [  9061] By: jhi                                   on 2001/03/06  23:12:38
39751         Log: The perlretut was still talking about the old \p and \P
39752              definitions.
39753      Branch: perl
39754            ! pod/perlretut.pod
39755 ____________________________________________________________________________
39756 [  9060] By: nick                                  on 2001/03/06  20:52:37
39757         Log: Integrate mainline (make test works again now).
39758      Branch: perlio
39759           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
39760 ____________________________________________________________________________
39761 [  9059] By: jhi                                   on 2001/03/06  15:36:14
39762         Log: 0.999... does equal 1.0, doesn't it?
39763      Branch: perl
39764            ! t/camel-III/vstring.t
39765 ____________________________________________________________________________
39766 [  9058] By: jhi                                   on 2001/03/06  15:34:00
39767         Log: Make /x{abcd}/ to work without use utf8.
39768      Branch: perl
39769            ! regcomp.c
39770 ____________________________________________________________________________
39771 [  9057] By: jhi                                   on 2001/03/06  03:02:36
39772         Log: Easier to outcomment all the three reset() tests for now.
39773      Branch: perl
39774            ! t/op/pat.t
39775 ____________________________________________________________________________
39776 [  9056] By: jhi                                   on 2001/03/06  02:30:02
39777         Log: Comment out the deadly reset; until the 20010301.005
39778              is finally fixed.
39779      Branch: perl
39780            ! t/op/pat.t
39781 ____________________________________________________________________________
39782 [  9055] By: jhi                                   on 2001/03/06  02:21:26
39783         Log: Integrate the change #9054 from mainline:
39784              retract the PMOP cleanup patch pending further investigation.
39785      Branch: maint-5.6/perl
39786           !> op.c op.h
39787 ____________________________________________________________________________
39788 [  9054] By: jhi                                   on 2001/03/06  02:19:57
39789         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
39790              with oddly familiar stack traces.
39791      Branch: perl
39792            ! op.c op.h
39793 ____________________________________________________________________________
39794 [  9053] By: jhi                                   on 2001/03/05  23:20:28
39795         Log: Integrate perlio.
39796      Branch: perl
39797           +> ext/Encode/Encode/koi8-r.ucm
39798           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
39799           !> makedef.pl
39800 ____________________________________________________________________________
39801 [  9052] By: nick                                  on 2001/03/05  23:08:17
39802         Log: skipping USE_PERLIO symbols correction.
39803      Branch: perlio
39804            ! makedef.pl
39805 ____________________________________________________________________________
39806 [  9051] By: nick                                  on 2001/03/05  22:35:07
39807         Log: More Encode alias tidying.
39808      Branch: perlio
39809            + ext/Encode/Encode/koi8-r.ucm
39810            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
39811 ____________________________________________________________________________
39812 [  9050] By: jhi                                   on 2001/03/05  21:44:29
39813         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
39814              Sarathy's fix for ID 20010301.005.
39815      Branch: maint-5.6/perl
39816           !> op.c op.h
39817 ____________________________________________________________________________
39818 [  9049] By: nick                                  on 2001/03/05  19:54:04
39819         Log: Integrate Jarkko's Encode.pm tweak.
39820      Branch: perlio
39821           !> ext/Encode/Encode.pm
39822 ____________________________________________________________________________
39823 [  9048] By: nick                                  on 2001/03/05  19:47:57
39824         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
39825      Branch: perlio
39826           +> os2/os2add.sym
39827           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
39828           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
39829           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
39830           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
39831           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
39832 ____________________________________________________________________________
39833 [  9047] By: jhi                                   on 2001/03/05  19:25:26
39834         Log: Regen perlapi.
39835      Branch: perl
39836            ! pod/perlapi.pod
39837 ____________________________________________________________________________
39838 [  9046] By: jhi                                   on 2001/03/05  19:12:14
39839         Log: Integrate perlio.
39840      Branch: perl
39841           +> t/camel-III/vstring.t
39842           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
39843 ____________________________________________________________________________
39844 [  9045] By: jhi                                   on 2001/03/05  19:10:36
39845         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
39846      Branch: perl
39847            ! ext/Encode/Encode.pm
39848 ____________________________________________________________________________
39849 [  9044] By: jhi                                   on 2001/03/05  18:49:12
39850         Log: Forgot the other half of the PMOP patch (#9033).
39851      Branch: perl
39852            ! op.h
39853 ____________________________________________________________________________
39854 [  9043] By: nick                                  on 2001/03/05  18:14:47
39855         Log: Update MANIFEST for new test.
39856      Branch: perlio
39857            ! MANIFEST
39858 ____________________________________________________________________________
39859 [  9042] By: nick                                  on 2001/03/05  18:12:41
39860         Log: Some tests for Camel 3rd edition features.
39861              Make gethostbyaddr() test in above work.
39862      Branch: perlio
39863            + t/camel-III/vstring.t
39864            ! pp.h pp_sys.c t/TEST t/harness
39865 ____________________________________________________________________________
39866 [  9041] By: jhi                                   on 2001/03/05  17:41:48
39867         Log: Add more ISO 8859 encoding aliases.
39868      Branch: perl
39869            ! ext/Encode/Encode.pm
39870 ____________________________________________________________________________
39871 [  9040] By: jhi                                   on 2001/03/05  17:30:43
39872         Log: Integrate perlio.
39873      Branch: perl
39874           !> MANIFEST sv.c
39875 ____________________________________________________________________________
39876 [  9039] By: nick                                  on 2001/03/05  17:11:36
39877         Log: Missed added file.
39878      Branch: perlio
39879            ! MANIFEST
39880 ____________________________________________________________________________
39881 [  9038] By: jhi                                   on 2001/03/05  15:58:01
39882         Log: Add tr tests for EBCDIC, from Karsten Sperling.
39883      Branch: perl
39884            ! t/op/tr.t
39885 ____________________________________________________________________________
39886 [  9037] By: nick                                  on 2001/03/05  15:56:35
39887         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
39888              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
39889              
39890              Make SvPVbyte*() symetric with respect to SvPVutf8*() in that:
39891              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
39892              - uses SvPV() rather than sv_2pv() in case it isn't a string.
39893      Branch: perlio
39894            ! sv.c
39895 ____________________________________________________________________________
39896 [  9036] By: jhi                                   on 2001/03/05  15:49:15
39897         Log: Add matching tests currently failing in EBCDIC,
39898              suggested by Karsten Sperling.
39899      Branch: perl
39900            ! t/op/pat.t
39901 ____________________________________________________________________________
39902 [  9035] By: jhi                                   on 2001/03/05  15:36:55
39903         Log: The #9034 needs a MANIFESTation.
39904      Branch: perl
39905            ! MANIFEST
39906 ____________________________________________________________________________
39907 [  9034] By: jhi                                   on 2001/03/05  15:35:14
39908         Log: Integrate perlio.
39909      Branch: perl
39910           +> ext/Encode/Encode/Tcl.pm
39911           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
39912           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
39913           !> ext/Encode/Encode/iso8859-1.ucm
39914           !> ext/Encode/Encode/iso8859-10.ucm
39915           !> ext/Encode/Encode/iso8859-13.ucm
39916           !> ext/Encode/Encode/iso8859-14.ucm
39917           !> ext/Encode/Encode/iso8859-15.ucm
39918           !> ext/Encode/Encode/iso8859-16.ucm
39919           !> ext/Encode/Encode/iso8859-2.ucm
39920           !> ext/Encode/Encode/iso8859-3.ucm
39921           !> ext/Encode/Encode/iso8859-4.ucm
39922           !> ext/Encode/Encode/iso8859-5.ucm
39923           !> ext/Encode/Encode/iso8859-6.ucm
39924           !> ext/Encode/Encode/iso8859-7.ucm
39925           !> ext/Encode/Encode/iso8859-8.ucm
39926           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
39927           !> t/lib/encode.t
39928 ____________________________________________________________________________
39929 [  9033] By: jhi                                   on 2001/03/05  15:33:18
39930         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
39931              From: Gurusamy Sarathy <gsar@ActiveState.com>
39932              Date: Sun, 04 Mar 2001 22:33:15 -0800
39933              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
39934              
39935              PMOPs need to remember their own stash so that they can
39936              gracefully remove themselves from their linked list.
39937      Branch: perl
39938            ! op.c
39939 ____________________________________________________________________________
39940 [  9032] By: nick                                  on 2001/03/05  14:51:50
39941         Log: Encode implementation "completion"
39942              Implement and document define_encoding()
39943              Implement and document encoding aliases including define_alias()
39944              Make Encode::XS use define_encoding() rather than back-door.
39945              Move run-time *.enc to separate Encode::Tcl module.
39946              Make 'compile' honour <codeset_name>
39947              Change canonical names of to iso-8859-* and US-ascii.
39948      Branch: perlio
39949            + ext/Encode/Encode/Tcl.pm
39950            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
39951            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
39952            ! ext/Encode/Encode/iso8859-1.ucm
39953            ! ext/Encode/Encode/iso8859-10.ucm
39954            ! ext/Encode/Encode/iso8859-13.ucm
39955            ! ext/Encode/Encode/iso8859-14.ucm
39956            ! ext/Encode/Encode/iso8859-15.ucm
39957            ! ext/Encode/Encode/iso8859-16.ucm
39958            ! ext/Encode/Encode/iso8859-2.ucm
39959            ! ext/Encode/Encode/iso8859-3.ucm
39960            ! ext/Encode/Encode/iso8859-4.ucm
39961            ! ext/Encode/Encode/iso8859-5.ucm
39962            ! ext/Encode/Encode/iso8859-6.ucm
39963            ! ext/Encode/Encode/iso8859-7.ucm
39964            ! ext/Encode/Encode/iso8859-8.ucm
39965            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
39966            ! t/lib/encode.t
39967 ____________________________________________________________________________
39968 [  9031] By: jhi                                   on 2001/03/05  13:51:17
39969         Log: Integrate change #9030 from maintperl into mainline.
39970              
39971              Subject: [PATCH 5.6.1] OS/2 cleanup
39972      Branch: perl
39973           +> os2/os2add.sym
39974           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
39975           !> makedef.pl os2/Changes os2/Makefile.SHs
39976           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
39977           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
39978           !> os2/os2.sym os2/os2ish.h
39979 ____________________________________________________________________________
39980 [  9030] By: jhi                                   on 2001/03/05  13:46:49
39981         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
39982              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39983              Date: Mon, 5 Mar 2001 02:29:44 -0500
39984              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
39985      Branch: maint-5.6/perl
39986            + os2/os2add.sym
39987            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
39988            ! makedef.pl os2/Changes os2/Makefile.SHs
39989            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
39990            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
39991            ! os2/os2.sym os2/os2ish.h
39992 ____________________________________________________________________________
39993 [  9029] By: jhi                                   on 2001/03/05  13:40:35
39994         Log: Integrate change #9028 from maintperl into mainline.
39995              
39996              various nits in MM_Unix.pm found by disabling SelfLoader
39997      Branch: perl
39998           !> lib/ExtUtils/MM_Unix.pm
39999 ____________________________________________________________________________
40000 [  9028] By: gsar                                  on 2001/03/05  09:58:38
40001         Log: various nits in MM_Unix.pm found by disabling SelfLoader
40002      Branch: maint-5.6/perl
40003            ! lib/ExtUtils/MM_Unix.pm
40004 ____________________________________________________________________________
40005 [  9027] By: nick                                  on 2001/03/05  08:35:22
40006         Log: Integrate mainline
40007      Branch: perlio
40008           !> (integrate 28 files)
40009 ____________________________________________________________________________
40010 [  9026] By: jhi                                   on 2001/03/05  02:14:59
40011         Log: Integrate change #9025 from mainline to maintperl,
40012              retract \N{U+HHHH}.
40013      Branch: maint-5.6/perl
40014           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
40015           !> t/lib/charnames.t toke.c
40016 ____________________________________________________________________________
40017 [  9025] By: jhi                                   on 2001/03/05  02:13:09
40018         Log: Retracting \N{U+HHHH}.
40019      Branch: perl
40020            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
40021            ! t/lib/charnames.t toke.c
40022 ____________________________________________________________________________
40023 [  9024] By: jhi                                   on 2001/03/04  20:51:07
40024         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
40025              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
40026              Date: Fri, 02 Mar 2001 18:25:26 +0100
40027              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
40028              
40029              Casting problem.
40030      Branch: perl
40031            ! ext/Storable/Storable.xs
40032 ____________________________________________________________________________
40033 [  9023] By: jhi                                   on 2001/03/04  19:46:45
40034         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
40035              From: nick@talking.bollo.cx
40036              Date: Sat, 03 Mar 2001 21:41:33 +0000
40037              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
40038              
40039              Revert the workaround.
40040      Branch: perl
40041            ! perlio.c
40042 ____________________________________________________________________________
40043 [  9022] By: jhi                                   on 2001/03/04  19:36:28
40044         Log: Update Changes.
40045      Branch: perl
40046            ! Changes patchlevel.h
40047 ____________________________________________________________________________
40048 [  9021] By: jhi                                   on 2001/03/04  18:41:00
40049         Log: makedef.pl updates suggested by Chris Nandor; double-checking
40050              the changes in AIX, OS/2 Win32 would be nice.
40051      Branch: perl
40052            ! makedef.pl
40053 ____________________________________________________________________________
40054 [  9020] By: jhi                                   on 2001/03/04  18:23:58
40055         Log: Integrate change #9012 from maintperl into mainline,
40056              quench a compiler warning.
40057      Branch: perl
40058           !> toke.c
40059 ____________________________________________________________________________
40060 [  9019] By: jhi                                   on 2001/03/04  18:18:43
40061         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
40062              
40063              \N{U+HHHH} fix.
40064              
40065              pattern in G_ARRAY context
40066      Branch: maint-5.6/perl
40067           !> pp_hot.c t/op/pat.t toke.c
40068 ____________________________________________________________________________
40069 [  9018] By: jhi                                   on 2001/03/04  18:07:48
40070         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
40071              From: Jeff Pinyan <jeffp@crusoe.net>
40072              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
40073              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
40074      Branch: perl
40075            ! pp_hot.c t/op/pat.t
40076 ____________________________________________________________________________
40077 [  9017] By: jhi                                   on 2001/03/04  18:06:21
40078         Log: I thought I tested the #9014.
40079      Branch: perl
40080            ! toke.c
40081 ____________________________________________________________________________
40082 [  9016] By: jhi                                   on 2001/03/04  17:41:22
40083         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
40084              
40085              Tweak the get*ent() OS/2 prototypes.
40086              
40087              Add the \N{U+HHHH} syntax.
40088              
40089              More tr/// UTF-8 fixes from Inaba Hiroto.
40090      Branch: maint-5.6/perl
40091           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
40092           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
40093 ____________________________________________________________________________
40094 [  9015] By: jhi                                   on 2001/03/04  17:36:04
40095         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
40096      Branch: perl
40097            ! doop.c t/op/tr.t
40098 ____________________________________________________________________________
40099 [  9014] By: jhi                                   on 2001/03/04  17:24:49
40100         Log: Add the \N{U+HHHH} syntax.
40101      Branch: perl
40102            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
40103            ! t/lib/charnames.t toke.c
40104 ____________________________________________________________________________
40105 [  9013] By: jhi                                   on 2001/03/04  17:20:45
40106         Log: Tweak the get*ent() OS/2 prototypes.
40107      Branch: perl
40108            ! os2/os2.c
40109 ____________________________________________________________________________
40110 [  9012] By: gsar                                  on 2001/03/04  06:26:14
40111         Log: avoid warning (nit in change#9009)
40112      Branch: maint-5.6/perl
40113            ! toke.c
40114 ____________________________________________________________________________
40115 [  9011] By: gsar                                  on 2001/03/04  06:15:24
40116         Log: lib/charnames.t fails in 5.6.x because of older Unicode
40117              data
40118              
40119              TODO: need to revisit this after updating lib/unicode/...
40120      Branch: maint-5.6/perl
40121            ! t/lib/charnames.t
40122 ____________________________________________________________________________
40123 [  9010] By: gsar                                  on 2001/03/04  06:08:36
40124         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
40125      Branch: maint-5.6/perl
40126            ! toke.c
40127 ____________________________________________________________________________
40128 [  9009] By: jhi                                   on 2001/03/03  19:27:20
40129         Log: Integrate change #9008 from mainline to maintperl,
40130              UTF-8 tr/// fixes from Inaba Hiroto.
40131      Branch: maint-5.6/perl
40132           !> doop.c op.c t/op/tr.t toke.c
40133 ____________________________________________________________________________
40134 [  9008] By: jhi                                   on 2001/03/03  19:19:42
40135         Log: UTF8 tr/// fixes from Inaba Hiroto.
40136      Branch: perl
40137            ! doop.c op.c t/op/tr.t toke.c
40138 ____________________________________________________________________________
40139 [  9007] By: jhi                                   on 2001/03/03  19:00:30
40140         Log: Integrate change #9006 from maintperl to mainline,
40141              more robust quest for the infinite.
40142      Branch: perl
40143           !> lib/Math/Complex.pm
40144 ____________________________________________________________________________
40145 [  9006] By: jhi                                   on 2001/03/03  18:58:06
40146         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
40147              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40148              Date: Sat, 3 Mar 2001 12:51:50 -0500
40149              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
40150              
40151              Be more robust in our quest for the infinite.
40152      Branch: maint-5.6/perl
40153            ! lib/Math/Complex.pm
40154 ____________________________________________________________________________
40155 [  9005] By: jhi                                   on 2001/03/03  17:55:50
40156         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
40157      Branch: maint-5.6/perl
40158            ! doio.c
40159 ____________________________________________________________________________
40160 [  9004] By: jhi                                   on 2001/03/03  17:40:14
40161         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
40162              so that picky compilers like IRIX won't get huffy about
40163              "statements without effect" (like 1;).
40164      Branch: perl
40165            ! toke.c
40166 ____________________________________________________________________________
40167 [  9003] By: jhi                                   on 2001/03/03  17:15:52
40168         Log: Integrate change #9002 from mainline to maintperl.
40169              
40170              Subject: [perl-5.6.x, perl-current] accept for EPOC
40171      Branch: maint-5.6/perl
40172           !> pp_sys.c
40173 ____________________________________________________________________________
40174 [  9002] By: jhi                                   on 2001/03/03  17:14:30
40175         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
40176              From: Olaf Flebbe <O.Flebbe@science-computing.de>
40177              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
40178              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
40179      Branch: perl
40180            ! pp_sys.c
40181 ____________________________________________________________________________
40182 [  9001] By: jhi                                   on 2001/03/03  17:13:13
40183         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
40184              From: "Craig A. Berry" <craigberry@mac.com>
40185              Date: Fri, 02 Mar 2001 17:44:40 -0600
40186              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
40187      Branch: perl
40188            ! t/pod/find.t
40189 ____________________________________________________________________________
40190 [  9000] By: jhi                                   on 2001/03/03  17:11:55
40191         Log: Integrate changes #8997,8999 from maintperl.
40192              
40193              Subject: [PATCH 5.6.1] compiling on OS/2
40194              (Better error message from hints/os2.sh)
40195              
40196              Subject: [PATCH 5.6.1] syslog.t
40197      Branch: perl
40198           !> hints/os2.sh t/lib/syslog.t
40199 ____________________________________________________________________________
40200 [  8999] By: jhi                                   on 2001/03/03  17:09:28
40201         Log: Subject: [PATCH 5.6.1] syslog.t
40202              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40203              Date: Sat, 3 Mar 2001 02:11:17 -0500
40204              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
40205      Branch: maint-5.6/perl
40206            ! t/lib/syslog.t
40207 ____________________________________________________________________________
40208 [  8998] By: jhi                                   on 2001/03/03  17:07:50
40209         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
40210              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40211              Date: Sat, 3 Mar 2001 01:53:52 -0500
40212              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
40213      Branch: maint-5.6/perl
40214            ! opcode.pl os2/os2.c
40215 ____________________________________________________________________________
40216 [  8997] By: jhi                                   on 2001/03/03  17:03:30
40217         Log: Subject: [PATCH 5.6.1] compiling on OS/2
40218              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40219              Date: Sat, 3 Mar 2001 01:59:59 -0500
40220              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
40221      Branch: maint-5.6/perl
40222            ! hints/os2.sh
40223 ____________________________________________________________________________
40224 [  8996] By: jhi                                   on 2001/03/03  00:55:58
40225         Log: Regen files for mainline.
40226      Branch: perl
40227            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
40228            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
40229 ____________________________________________________________________________
40230 [  8995] By: jhi                                   on 2001/03/03  00:35:22
40231         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
40232              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
40233              to maintperl.
40234              
40235              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
40236              
40237              Add Configure option -Dmksymlinks which will create a symlink
40238              forest if the current/build differs from the source directory.
40239              (8218,8220,8221,8317,8318,8971)
40240              
40241              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
40242              (Document APPLLIB_EXP in INSTALL.)
40243              
40244              If running byacc write-enable also perly.h.
40245              
40246              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
40247              
40248              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
40249              
40250              Sanity check for conflicting thread flavours.
40251              
40252              Fix the sys/fcntl.h problem reported by Peter Prymmer.
40253              
40254              Add few CPUs/architectures to the Cppsym scan,
40255              add -perlio to archname if so selected (modified 8890)
40256              
40257              Be more helpful for devel builders, suggested by John L. Allen.
40258              (admittedly pointless change for maintperl, but the usedevel
40259              code is there already)
40260      Branch: maint-5.6/perl
40261           !> Configure INSTALL Makefile.SH Porting/Glossary
40262           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
40263           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
40264           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
40265           !> win32/config.bc win32/config.gc win32/config.vc
40266 ____________________________________________________________________________
40267 [  8994] By: jhi                                   on 2001/03/02  23:31:41
40268         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
40269      Branch: metaconfig/U/perl
40270            ! gccvers.U
40271 ____________________________________________________________________________
40272 [  8993] By: jhi                                   on 2001/03/02  23:22:12
40273         Log: Regenerate various files for maint.
40274      Branch: maint-5.6/perl
40275            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
40276            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
40277 ____________________________________________________________________________
40278 [  8992] By: alanbur                               on 2001/03/02  22:48:34
40279         Log: Resync wuth parent
40280      Branch: maint-5.6/pureperl
40281           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
40282           !> (integrate 60 files)
40283 ____________________________________________________________________________
40284 [  8991] By: jhi                                   on 2001/03/02  21:00:08
40285         Log: Retract the #8742 part of #8986, backward compat.
40286      Branch: maint-5.6/perl
40287            ! embed.pl
40288 ____________________________________________________________________________
40289 [  8990] By: jhi                                   on 2001/03/02  20:40:07
40290         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
40291      Branch: maint-5.6/perl
40292            ! hv.c
40293 ____________________________________________________________________________
40294 [  8989] By: jhi                                   on 2001/03/02  19:59:56
40295         Log: Update Changes.
40296      Branch: perl
40297            ! Changes patchlevel.h
40298 ____________________________________________________________________________
40299 [  8988] By: jhi                                   on 2001/03/02  19:57:08
40300         Log: Integrate perlio.
40301      Branch: perl
40302           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
40303           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
40304           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
40305           !> ext/Encode/Encode/iso8859-10.ucm
40306           !> ext/Encode/Encode/iso8859-13.ucm
40307           !> ext/Encode/Encode/iso8859-14.ucm
40308           !> ext/Encode/Encode/iso8859-15.ucm
40309           !> ext/Encode/Encode/iso8859-16.ucm
40310           !> ext/Encode/Encode/iso8859-2.ucm
40311           !> ext/Encode/Encode/iso8859-3.ucm
40312           !> ext/Encode/Encode/iso8859-4.ucm
40313           !> ext/Encode/Encode/iso8859-5.ucm
40314           !> ext/Encode/Encode/iso8859-6.ucm
40315           !> ext/Encode/Encode/iso8859-7.ucm
40316           !> ext/Encode/Encode/iso8859-8.ucm
40317           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
40318           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
40319 ____________________________________________________________________________
40320 [  8987] By: jhi                                   on 2001/03/02  19:43:40
40321         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
40322              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
40323              8950,8952,8955 from mainline to maintperl.
40324              
40325              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
40326              
40327              Put to rest the 20010205.001, the email address checking (not) regex.
40328              
40329              fork() not everywhere, cleanup temp files.
40330              
40331              The #8843 wasn't quite right: %Config needs to imported.
40332              
40333              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
40334              (#8849: the glob-basic hunk needed massaging as it depended
40335              on Schwern's large-scale (unintegrated) patches)
40336              
40337              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
40338              
40339              Upgrade to CGI.pm 2.752, from Lincoln Stein.
40340              (Note: there were some conflicts due to EBCDIC and EPOC
40341              patches, in general I preferred the repository code.)
40342              (When 2.753 comes out, we need to synchronize.)
40343              
40344              Subject: [PATCH] fix for charnames above FFFF
40345              
40346              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
40347              
40348              If no sfio, no -lsfio.
40349              
40350              Run run/*.t also in minitest.
40351              
40352              Subject:  [PATCH perl 5.7.0] malloc message address offset
40353              
40354              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
40355              
40356              Subject: fix for parameter -Dm (for perl@8867)
40357              
40358              Subject: [PATCH: perl@8892] was Re: hashing order difference?
40359              (make the test more portable)
40360              
40361              Subject: Re: [PATCH] fix for charnames above FFFF
40362              
40363              Subject: Re: I'm losing the war...
40364              (hv_store() not working correctly in ENV_IS_CASELESS case.)
40365              
40366              Subject: Modified README.bs2000 
40367              
40368              Subject: [PATCH: perl@8935] -Dt padsv($var)
40369              
40370              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
40371              
40372              Subject: PATCH: extra tests to check on negative float to unsigned cast
40373              
40374              Subject: [PATCH] XPUSH[insp] was Re: progress
40375              
40376              Subject: Re: Compile with perlcc..
40377      Branch: maint-5.6/perl
40378           !> (integrate 36 files)
40379 ____________________________________________________________________________
40380 [  8986] By: jhi                                   on 2001/03/02  18:51:25
40381         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
40382              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
40383              to maintperl.
40384              
40385              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
40386              
40387              Subject: [DOC PATCH] overload.pm nits
40388              
40389              Add header for LIB$ prototypes (C. Berry)
40390              
40391              Convert fwrite()s to sockets to write()s, since some socket stacks
40392              don't take kindly to stdio.
40393              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
40394              (for often optional LNMs)
40395              Correct a few typos
40396              (C. Bailey)
40397              
40398              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
40399              
40400              De-cut-and-pasto.
40401              
40402              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
40403              
40404              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
40405              
40406              Upgrade to CPAN 1.59_54, from Andreas König.
40407              
40408              Bogus shebang.
40409              
40410              Subject: [PATCH] Document makepatch in Porting/patching
40411              
40412              UTF-8 documentation.
40413              
40414              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
40415              
40416              Sort the MANIFEST.
40417              
40418              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
40419              
40420              Subject: [PATCH @8807] toke.c cleanup: scan_str()
40421              
40422              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
40423              
40424              Add run/*.t to testables.
40425              
40426              TODO: integrate #8784.
40427      Branch: maint-5.6/perl
40428           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
40429           !> (integrate 28 files)
40430 ____________________________________________________________________________
40431 [  8985] By: nick                                  on 2001/03/02  18:15:45
40432         Log: Integrate mainline
40433      Branch: perlio
40434           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
40435           !> vms/vms.c
40436 ____________________________________________________________________________
40437 [  8984] By: jhi                                   on 2001/03/02  16:00:17
40438         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
40439              
40440              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
40441              5.004_05, and mention the suidperl August 2000 security problem.
40442              (#8978,#8981)
40443              
40444              Subject: [ID 20010301.004] Technically speaking in perldata
40445              
40446              Subject: [PATCH] File::Copy for bleadperl, maintperl
40447              
40448              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
40449              
40450              (The #8982, fix for 20010221.005 and 20010221.008,
40451              would be nice too but it didn't integrate cleanly.)
40452      Branch: maint-5.6/perl
40453           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
40454 ____________________________________________________________________________
40455 [  8983] By: jhi                                   on 2001/03/02  15:51:16
40456         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
40457              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
40458              Date:     Thu, 1 Mar 2001 15:54:09 EST
40459              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
40460      Branch: perl
40461            ! vms/vms.c
40462 ____________________________________________________________________________
40463 [  8982] By: jhi                                   on 2001/03/02  15:43:31
40464         Log: Subject: Re: sync sync sync: have I missed any patches?
40465              From: Radu Greab <radu@netsoft.ro> 
40466              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
40467              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
40468              
40469              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
40470              was checking argv[0] regardless of whether a different pathname
40471              will actually be executed."  Test case not supplied because 
40472              drafting that, ironically enough, revealed another bug
40473              (or a feature).
40474      Branch: perl
40475            ! doio.c
40476 ____________________________________________________________________________
40477 [  8981] By: jhi                                   on 2001/03/02  15:28:03
40478         Log: Misdate in #8978.
40479      Branch: perl
40480            ! pod/perlfaq1.pod
40481 ____________________________________________________________________________
40482 [  8980] By: jhi                                   on 2001/03/02  15:24:20
40483         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
40484              From: Chris Nandor <pudge@pobox.com>
40485              Date: Wed, 28 Feb 2001 22:10:15 -0500
40486              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
40487      Branch: perl
40488            ! lib/File/Copy.pm
40489 ____________________________________________________________________________
40490 [  8979] By: jhi                                   on 2001/03/02  15:17:16
40491         Log: Subject: [ID 20010301.004] Technically speaking in perldata
40492              From: abela@geneanet.org
40493              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
40494              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
40495      Branch: perl
40496            ! pod/perldata.pod
40497 ____________________________________________________________________________
40498 [  8978] By: jhi                                   on 2001/03/02  15:15:27
40499         Log: Subject: [ID 20010301.003] ref to 5.004
40500              From: abela@geneanet.org
40501              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
40502              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
40503              
40504              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
40505              and mention the suidperl August 2000 security problem.
40506      Branch: perl
40507            ! pod/perlfaq1.pod
40508 ____________________________________________________________________________
40509 [  8977] By: alanbur                               on 2001/03/02  14:17:45
40510         Log: Resynchronised with parent
40511      Branch: maint-5.6/pureperl
40512           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
40513           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
40514           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
40515           !> vms/descrip_mms.template win32/win32.c win32/win32.h
40516           !> win32/win32iop.h
40517 ____________________________________________________________________________
40518 [  8976] By: nick                                  on 2001/03/01  23:25:30
40519         Log: Integrate mainline.
40520      Branch: perlio
40521            - t/op/qu.t
40522           !> (integrate 55 files)
40523 ____________________________________________________________________________
40524 [  8975] By: jhi                                   on 2001/03/01  16:51:34
40525         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
40526      Branch: perl
40527           !> toke.c
40528 ____________________________________________________________________________
40529 [  8974] By: gsar                                  on 2001/03/01  16:28:21
40530         Log: fix for bugid 20010226.008
40531              
40532              the problem was that some of the pointers (PL_last_lop and
40533              PL_last_uni specifically) into the lex buffers weren't correctly
40534              being invalidated when the buffer changed; this would leave the
40535              pointers pointing at an arbitrary location in the buffer if
40536              the buffer didn't need to be reallocated, or point into freed
40537              memory if the buffer had to be realloced
40538              
40539              TODO item for bugdb maintainers: check other seemingly random
40540              parser-related bugs--they might be cured by this
40541      Branch: maint-5.6/perl
40542            ! toke.c
40543 ____________________________________________________________________________
40544 [  8973] By: jhi                                   on 2001/03/01  02:23:25
40545         Log: Retract #8970 because of a completely mysterious core dump:
40546              adding the tests 241..244 causes op/pat dump core at test #25.
40547              The test needs a lot of whittling down before the bug can be solved.
40548      Branch: perl
40549            ! t/op/pat.t
40550 ____________________________________________________________________________
40551 [  8972] By: jhi                                   on 2001/03/01  01:58:38
40552         Log: Regen perlapi.
40553      Branch: perl
40554            ! pod/perlapi.pod
40555 ____________________________________________________________________________
40556 [  8971] By: jhi                                   on 2001/03/01  01:34:09
40557         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))
40558              From: Nicholas Clark <nick@ccl4.org>
40559              Date: Wed, 28 Feb 2001 23:28:49 +0000
40560              Message-ID: <20010228232849.A55187@plum.flirble.org>
40561              
40562              Allow a completely write protected source code tree
40563              when using the Configure -Dmksymlinks.
40564      Branch: perl
40565            ! embed.pl warnings.pl
40566 ____________________________________________________________________________
40567 [  8970] By: jhi                                   on 2001/03/01  01:32:04
40568         Log: Add back the EBCDIC character range tests (for matching).
40569      Branch: perl
40570            ! t/op/pat.t
40571 ____________________________________________________________________________
40572 [  8969] By: nick                                  on 2001/02/28  18:18:01
40573         Log: Add charname comments to .ucm files writen by 'compile',
40574              also order charmaps in those files by source encoding.
40575              regenerate distrubuted .ucm files
40576      Branch: perlio
40577            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
40578            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
40579            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
40580            ! ext/Encode/Encode/iso8859-10.ucm
40581            ! ext/Encode/Encode/iso8859-13.ucm
40582            ! ext/Encode/Encode/iso8859-14.ucm
40583            ! ext/Encode/Encode/iso8859-15.ucm
40584            ! ext/Encode/Encode/iso8859-16.ucm
40585            ! ext/Encode/Encode/iso8859-2.ucm
40586            ! ext/Encode/Encode/iso8859-3.ucm
40587            ! ext/Encode/Encode/iso8859-4.ucm
40588            ! ext/Encode/Encode/iso8859-5.ucm
40589            ! ext/Encode/Encode/iso8859-6.ucm
40590            ! ext/Encode/Encode/iso8859-7.ucm
40591            ! ext/Encode/Encode/iso8859-8.ucm
40592            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
40593            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
40594 ____________________________________________________________________________
40595 [  8968] By: jhi                                   on 2001/02/28  16:26:37
40596         Log: Expand usemorebits early if d_casti32 needs to be undefined.
40597      Branch: perl
40598            ! hints/hpux.sh hints/irix_6.sh
40599 ____________________________________________________________________________
40600 [  8967] By: jhi                                   on 2001/02/28  16:22:26
40601         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
40602              retract toke.c/qu parts of #8583, retract #8485, retract
40603              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
40604              op/length.t, and MANIFEST, and delete t/op/qu.t.
40605      Branch: perl
40606            - t/op/qu.t
40607            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
40608            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
40609            ! t/op/length.t toke.c
40610 ____________________________________________________________________________
40611 [  8966] By: jhi                                   on 2001/02/28  15:00:27
40612         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
40613              by not changing from pre-Unicode days into being Unicode-aware.
40614              Sniff.
40615      Branch: perl
40616            ! pp.c t/op/pack.t t/op/qu.t
40617 ____________________________________________________________________________
40618 [  8965] By: jhi                                   on 2001/02/28  14:37:55
40619         Log: Subject: Re: Errors in core PODs
40620              From: Michael Stevens <michael@etla.org> 
40621              Date: Fri, 23 Feb 2001 15:47:56 +0000
40622              Message-ID: <20010223154756.A7723@firedrake.org> 
40623      Branch: perl
40624            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
40625            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
40626            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
40627            ! x2p/a2p.pod
40628 ____________________________________________________________________________
40629 [  8964] By: jhi                                   on 2001/02/28  14:35:35
40630         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
40631              (The #8961 was too bold.)
40632      Branch: perl
40633            ! hints/hpux.sh hints/irix_6.sh
40634 ____________________________________________________________________________
40635 [  8963] By: jhi                                   on 2001/02/28  14:33:39
40636         Log: Subject: Re: sync sync sync: have I missed any patches?
40637              From: Tim Jenness <t.jenness@jach.hawaii.edu>
40638              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
40639              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
40640              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
40641              
40642              Replace djSP with dSP.
40643      Branch: perl
40644            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
40645            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
40646            ! win32/perlhost.h
40647 ____________________________________________________________________________
40648 [  8962] By: jhi                                   on 2001/02/27  23:21:14
40649         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
40650      Branch: perl
40651            ! lib/Filter/Simple.pm
40652 ____________________________________________________________________________
40653 [  8961] By: jhi                                   on 2001/02/27  22:55:26
40654         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
40655              and this would be it.
40656      Branch: perl
40657            ! hints/hpux.sh hints/irix_6.sh
40658 ____________________________________________________________________________
40659 [  8960] By: jhi                                   on 2001/02/27  22:51:33
40660         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
40661              From: "Craig A. Berry" <craigberry@mac.com>
40662              Date: Tue, 27 Feb 2001 16:11:44 -0600
40663              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
40664      Branch: maint-5.6/perl
40665            ! configure.com vms/descrip_mms.template
40666 ____________________________________________________________________________
40667 [  8959] By: jhi                                   on 2001/02/27  22:47:23
40668         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
40669              From: "Craig A. Berry" <craigberry@mac.com>
40670              Date: Tue, 27 Feb 2001 16:11:44 -0600
40671              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
40672      Branch: perl
40673            ! configure.com vms/descrip_mms.template
40674 ____________________________________________________________________________
40675 [  8958] By: jhi                                   on 2001/02/27  15:16:42
40676         Log: Update Changes.
40677      Branch: perl
40678            ! Changes patchlevel.h
40679 ____________________________________________________________________________
40680 [  8957] By: jhi                                   on 2001/02/27  06:15:07
40681         Log: Subject: [5.6.x] EPOC additions
40682              From: Olaf Flebbe <O.Flebbe@science-computing.de>
40683              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
40684              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
40685      Branch: maint-5.6/perl
40686            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
40687 ____________________________________________________________________________
40688 [  8956] By: jhi                                   on 2001/02/27  06:12:11
40689         Log: Subject: [perl-current] EPOC 
40690              From: Olaf Flebbe <O.Flebbe@science-computing.de>
40691              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
40692              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
40693      Branch: perl
40694            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
40695            ! epoc/epocish.c epoc/epocish.h pp_sys.c
40696 ____________________________________________________________________________
40697 [  8955] By: jhi                                   on 2001/02/27  05:59:50
40698         Log: Subject: Re: Compile with perlcc..
40699              From: Edward Peschko <edwardp@excitehome.net>
40700              Date: Mon, 26 Feb 2001 18:51:58 -0800
40701              Message-ID: <20010226185158.A9871@excitehome.net>
40702              
40703              plus add a simple usage message if no arguments given.
40704      Branch: perl
40705            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
40706            ! utils/Makefile utils/perlcc.PL win32/pod.mak
40707 ____________________________________________________________________________
40708 [  8954] By: nick                                  on 2001/02/26  21:02:59
40709         Log: Integrate mainline
40710      Branch: perlio
40711           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
40712           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
40713           !> t/op/sprintf.t
40714 ____________________________________________________________________________
40715 [  8953] By: jhi                                   on 2001/02/26  14:43:54
40716         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
40717              From: Nicholas Clark <nick@ccl4.org>
40718              Date: Mon, 26 Feb 2001 00:42:07 +0000
40719              Message-ID: <20010226004207.F23333@plum.flirble.org>
40720      Branch: perl
40721            ! pp_ctl.c
40722 ____________________________________________________________________________
40723 [  8952] By: jhi                                   on 2001/02/26  14:42:13
40724         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
40725              From: Simon Cozens <simon@netthink.co.uk>
40726              Date: Mon, 26 Feb 2001 12:23:48 +0000
40727              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
40728      Branch: perl
40729            ! pod/perlguts.pod
40730 ____________________________________________________________________________
40731 [  8951] By: jhi                                   on 2001/02/26  14:39:15
40732         Log: Subject: [PATCH] perlio - unknown layer
40733              From: Nicholas Clark <nick@ccl4.org>
40734              Date: Mon, 26 Feb 2001 00:27:19 +0000
40735              Message-ID: <20010226002719.E23333@plum.flirble.org>
40736      Branch: perl
40737            ! perlio.c
40738 ____________________________________________________________________________
40739 [  8950] By: jhi                                   on 2001/02/26  14:38:04
40740         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
40741              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
40742              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
40743              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
40744      Branch: perl
40745            ! t/op/bop.t
40746 ____________________________________________________________________________
40747 [  8949] By: jhi                                   on 2001/02/26  14:37:07
40748         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
40749              From: Peter Prymmer <pvhp@forte.com>
40750              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
40751              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
40752      Branch: perl
40753            ! lib/Test.pm
40754 ____________________________________________________________________________
40755 [  8948] By: jhi                                   on 2001/02/26  14:35:53
40756         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
40757              From: Radu Greab <radu@netsoft.ro>
40758              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
40759              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
40760      Branch: perl
40761            ! pod/perlop.pod
40762 ____________________________________________________________________________
40763 [  8947] By: jhi                                   on 2001/02/26  14:34:46
40764         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
40765              From: David Mitchell <davem@fdgroup.co.uk>
40766              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
40767              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
40768      Branch: perl
40769            ! run.c
40770 ____________________________________________________________________________
40771 [  8946] By: jhi                                   on 2001/02/26  14:32:37
40772         Log: Subject: Modified README.bs2000 
40773              From: Dorner Thomas <Thomas.Dorner@start.de>
40774              Date: Mon, 26 Feb 2001 09:22:17 +0100
40775              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
40776      Branch: perl
40777            ! README.bs2000
40778 ____________________________________________________________________________
40779 [  8945] By: jhi                                   on 2001/02/26  14:19:53
40780         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
40781              to maintperl, listing the known failures on the tests 129 and 130.
40782      Branch: maint-5.6/perl
40783           !> t/op/sprintf.t
40784 ____________________________________________________________________________
40785 [  8944] By: jhi                                   on 2001/02/26  14:14:15
40786         Log: Add more known sprintf failures.
40787      Branch: perl
40788            ! t/op/sprintf.t
40789 ____________________________________________________________________________
40790 [  8943] By: jhi                                   on 2001/02/26  13:56:22
40791         Log: perlglob.exe needs to be found in Win32, patch from
40792              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
40793              which needs external glob at mini-perl time."
40794      Branch: perl
40795            ! ext/Encode/compile
40796 ____________________________________________________________________________
40797 [  8942] By: jhi                                   on 2001/02/26  13:52:19
40798         Log: A missing dTHX from Vadim Konovalov.
40799      Branch: perl
40800            ! perlio.c
40801 ____________________________________________________________________________
40802 [  8941] By: jhi                                   on 2001/02/26  13:37:05
40803         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
40804      Branch: perl
40805            ! op.c
40806 ____________________________________________________________________________
40807 [  8940] By: jhi                                   on 2001/02/26  13:35:40
40808         Log: Integrate perlio.
40809      Branch: perl
40810           !> ext/Encode/Encode.pm
40811 ____________________________________________________________________________
40812 [  8939] By: nick                                  on 2001/02/25  23:47:09
40813         Log: Integrate mainline.
40814      Branch: perlio
40815           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
40816           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
40817 ____________________________________________________________________________
40818 [  8938] By: nick                                  on 2001/02/25  19:36:28
40819         Log: Encode implementations docs.
40820      Branch: perlio
40821            ! ext/Encode/Encode.pm
40822 ____________________________________________________________________________
40823 [  8937] By: jhi                                   on 2001/02/25  19:26:16
40824         Log: Script wasn't aligned with reality.
40825      Branch: perl
40826            ! t/pod/find.t
40827 ____________________________________________________________________________
40828 [  8936] By: jhi                                   on 2001/02/25  18:54:55
40829         Log: Update Changes.
40830      Branch: perl
40831            ! Changes patchlevel.h
40832 ____________________________________________________________________________
40833 [  8935] By: jhi                                   on 2001/02/25  18:46:36
40834         Log: Retract #8929,8930,8932,8933 for now.
40835      Branch: perl
40836            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
40837 ____________________________________________________________________________
40838 [  8934] By: jhi                                   on 2001/02/25  17:34:35
40839         Log: Integrate perlio.
40840      Branch: perl
40841           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
40842           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
40843           !> t/lib/encode.t
40844 ____________________________________________________________________________
40845 [  8933] By: jhi                                   on 2001/02/25  17:33:12
40846         Log: (Retracted by #8395.)
40847              
40848              Slight tweaks in scan_const(), not fixes yet, it seems like
40849              lots of work remains to be done...
40850      Branch: perl
40851            ! toke.c
40852 ____________________________________________________________________________
40853 [  8932] By: jhi                                   on 2001/02/25  17:27:11
40854         Log: (Retracted by #8395.)
40855              
40856              Missing from #8930.
40857      Branch: perl
40858            ! perl.h
40859 ____________________________________________________________________________
40860 [  8931] By: jhi                                   on 2001/02/25  17:26:19
40861         Log: A comment tweak.
40862      Branch: perl
40863            ! utf8.c
40864 ____________________________________________________________________________
40865 [  8930] By: jhi                                   on 2001/02/25  17:25:47
40866         Log: (Retracted by #8395.)
40867              
40868              Attempt to fix the EBCDIC character range problwm with //.
40869      Branch: perl
40870            ! regcomp.c
40871 ____________________________________________________________________________
40872 [  8929] By: jhi                                   on 2001/02/25  17:23:45
40873         Log: (Retracted by #8395.)
40874              
40875              Expand the EBCDIC character range tests, and add few nasty
40876              tr tests from Karsten Sperling.
40877      Branch: perl
40878            ! t/op/pat.t t/op/tr.t
40879 ____________________________________________________________________________
40880 [  8928] By: jhi                                   on 2001/02/25  17:18:49
40881         Log: Missing check-in.
40882      Branch: perl
40883            ! lib/Pod/Find.pm
40884 ____________________________________________________________________________
40885 [  8927] By: nick                                  on 2001/02/25  11:30:22
40886         Log: Change method names in Encode implementation classes to something
40887              less confusing (preparing to "go public").
40888      Branch: perlio
40889            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
40890 ____________________________________________________________________________
40891 [  8926] By: nick                                  on 2001/02/25  10:53:24
40892         Log: GCC __atribute__ / printf fix
40893      Branch: perlio
40894            ! perl.h
40895 ____________________________________________________________________________
40896 [  8925] By: nick                                  on 2001/02/25  10:52:25
40897         Log: Checked in the wrong one ...
40898      Branch: perlio
40899            ! ext/Encode/Encode.pm
40900 ____________________________________________________________________________
40901 [  8924] By: nick                                  on 2001/02/24  18:46:51
40902         Log: Integrate mainline - to see what Jarkko has in ...
40903      Branch: perlio
40904           +> t/pod/testpods/lib/Pod/Stuff.pm
40905           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
40906 ____________________________________________________________________________
40907 [  8923] By: nick                                  on 2001/02/24  17:05:23
40908         Log: Encode API documentation nd tidy up.
40909              Minor additions to test.
40910              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
40911              Adds STRLEN to standard typemap.
40912      Branch: perlio
40913            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
40914            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
40915 ____________________________________________________________________________
40916 [  8922] By: jhi                                   on 2001/02/24  16:38:12
40917         Log: Add a test for the "character range should match in EBCDIC
40918              if specified using explicit numerics" bug found by Karsten
40919              Sperling.
40920      Branch: perl
40921            ! t/op/pat.t
40922 ____________________________________________________________________________
40923 [  8921] By: jhi                                   on 2001/02/24  16:30:16
40924         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
40925              From: schwern@pobox.com
40926              Date: Fri, 23 Feb 2001 03:21:37 -0500
40927              Message-ID: <20010223032137.A26022@magnonel.guild.net>
40928              
40929              plus Charles Lane's fixes, plus tweaks.
40930      Branch: perl
40931            + t/pod/testpods/lib/Pod/Stuff.pm
40932            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
40933 ____________________________________________________________________________
40934 [  8920] By: nick                                  on 2001/02/24  10:30:11
40935         Log: Integrate mainline
40936      Branch: perlio
40937           !> (integrate 33 files)
40938 ____________________________________________________________________________
40939 [  8919] By: jhi                                   on 2001/02/24  00:23:35
40940         Log: Subject: Re: I'm losing the war...
40941              From: "Vadim Konovalov" <watman@inbox.ru>
40942              Date: Sat, 24 Feb 2001 00:10:14 +0300
40943              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
40944              
40945              hv_store() not working correctly in ENV_IS_CASELESS case.
40946      Branch: perl
40947            ! hv.c
40948 ____________________________________________________________________________
40949 [  8918] By: jhi                                   on 2001/02/24  00:20:09
40950         Log: Subject: Re: [PATCH] fix for charnames above FFFF
40951              From: andreas.koenig@anima.de (Andreas J. Koenig)
40952              Date: 23 Feb 2001 02:39:03 +0100
40953              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
40954              
40955              A further efficiency tweak.
40956      Branch: perl
40957            ! lib/charnames.pm
40958 ____________________________________________________________________________
40959 [  8917] By: jhi                                   on 2001/02/23  20:27:51
40960         Log: Integrate change #8916 from mainline,
40961              do away with USE_WIN32_RTL_ENV.
40962      Branch: maint-5.6/perl
40963           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
40964 ____________________________________________________________________________
40965 [  8916] By: jhi                                   on 2001/02/23  20:02:25
40966         Log: Abolish USE_WIN32_RTL_ENV.
40967      Branch: perl
40968            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
40969 ____________________________________________________________________________
40970 [  8915] By: jhi                                   on 2001/02/23  19:36:00
40971         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
40972              later protected by some #define.
40973      Branch: perl
40974            ! gv.c
40975 ____________________________________________________________________________
40976 [  8914] By: jhi                                   on 2001/02/23  19:31:38
40977         Log: Retract #8902 for now, requested by Charles Lane, the correct
40978              fix will be something else.
40979      Branch: perl
40980            ! op.c
40981 ____________________________________________________________________________
40982 [  8913] By: jhi                                   on 2001/02/23  19:11:36
40983         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
40984              From: Peter Prymmer <pvhp@forte.com>
40985              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
40986              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
40987      Branch: perl
40988            ! t/op/lex_assign.t
40989 ____________________________________________________________________________
40990 [  8912] By: jhi                                   on 2001/02/23  18:38:20
40991         Log: Subject: [patch] perlio + useithreads
40992              From: Doug MacEachern <dougm@covalent.net>
40993              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
40994              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
40995              
40996              Gets things running but not complete.
40997      Branch: perl
40998            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
40999 ____________________________________________________________________________
41000 [  8911] By: jhi                                   on 2001/02/23  04:20:02
41001         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
41002              
41003              Duplicated environment freeing, File::Temp 0.12,
41004              op/append portability (EBCDIC) tweak.
41005      Branch: maint-5.6/perl
41006           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
41007           !> t/op/append.t
41008 ____________________________________________________________________________
41009 [  8910] By: jhi                                   on 2001/02/23  02:07:33
41010         Log: Integrate change #8909 from mainline, a better Borland
41011              putenv() workaround.
41012      Branch: maint-5.6/perl
41013           !> perl.c
41014 ____________________________________________________________________________
41015 [  8909] By: jhi                                   on 2001/02/23  02:05:46
41016         Log: A better workaround for Borland putenv() brokenness from Sarathy.
41017      Branch: perl
41018            ! perl.c
41019 ____________________________________________________________________________
41020 [  8908] By: jhi                                   on 2001/02/23  02:04:14
41021         Log: Subject: fix for parameter -Dm (for perl@8867)
41022              From: "Vadim Konovalov" <watman@inbox.ru>
41023              Date: Thu, 22 Feb 2001 17:30:12 +0300
41024              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
41025      Branch: perl
41026            ! perl.h
41027 ____________________________________________________________________________
41028 [  8907] By: jhi                                   on 2001/02/23  01:58:20
41029         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
41030              From: Peter Prymmer <pvhp@forte.com>
41031              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
41032              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
41033      Branch: perl
41034            ! t/op/append.t
41035 ____________________________________________________________________________
41036 [  8906] By: jhi                                   on 2001/02/23  01:48:34
41037         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
41038      Branch: perl
41039            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
41040 ____________________________________________________________________________
41041 [  8905] By: jhi                                   on 2001/02/23  01:43:30
41042         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
41043              From: Peter Prymmer <pvhp@forte.com>
41044              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
41045              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
41046      Branch: perl
41047            ! t/lib/st-06compat.t
41048 ____________________________________________________________________________
41049 [  8904] By: jhi                                   on 2001/02/23  01:42:39
41050         Log: Metaconfig unit change for #8903.
41051      Branch: metaconfig/U/perl
41052            ! Devel.U
41053 ____________________________________________________________________________
41054 [  8903] By: jhi                                   on 2001/02/23  01:42:12
41055         Log: Be more helpful for devel builders, suggested by John L. Allen.
41056      Branch: perl
41057            ! Configure
41058 ____________________________________________________________________________
41059 [  8902] By: jhi                                   on 2001/02/23  01:37:41
41060         Log: (Retracted by #8914)
41061              (Wrongly, reinstated by #8941)
41062              
41063              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
41064              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
41065              Date:     Thu, 22 Feb 2001 09:43:57 EST
41066              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
41067      Branch: perl
41068            ! op.c
41069 ____________________________________________________________________________
41070 [  8901] By: jhi                                   on 2001/02/23  01:20:32
41071         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
41072              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
41073              Date:     Thu, 22 Feb 2001 08:01:35 EST
41074              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
41075      Branch: perl
41076            ! malloc.c
41077 ____________________________________________________________________________
41078 [  8900] By: jhi                                   on 2001/02/23  01:18:02
41079         Log: Integrate changes #8898,8899 from mainline, environ handling.
41080      Branch: maint-5.6/perl
41081           !> perl.c
41082 ____________________________________________________________________________
41083 [  8899] By: jhi                                   on 2001/02/23  01:16:25
41084         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
41085              putenv() is not to be relied on, they are either broken or leaky
41086              or both.)
41087      Branch: perl
41088            ! perl.c
41089 ____________________________________________________________________________
41090 [  8898] By: jhi                                   on 2001/02/22  23:36:59
41091         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
41092              and safesysfree() must be used.
41093      Branch: perl
41094            ! perl.c
41095 ____________________________________________________________________________
41096 [  8897] By: jhi                                   on 2001/02/22  23:25:45
41097         Log: With environ one must use safesysmalloc()/safesysfree().
41098      Branch: perl
41099            ! perl.c
41100 ____________________________________________________________________________
41101 [  8896] By: jhi                                   on 2001/02/22  22:13:18
41102         Log: If we have a duplicated environment free it
41103              if PERL_DESTRUCT_LEVEL.
41104      Branch: perl
41105            ! perl.c
41106 ____________________________________________________________________________
41107 [  8895] By: alanbur                               on 2001/02/22  19:31:57
41108         Log: Synchronised with parent
41109      Branch: maint-5.6/pureperl
41110           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
41111 ____________________________________________________________________________
41112 [  8894] By: gsar                                  on 2001/02/22  19:06:18
41113         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
41114              
41115              fix memory leak in method call optimization (change#3768);
41116              made C<eval "$x->foo()"> leak
41117              
41118              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
41119      Branch: maint-5.6/perl
41120           !> op.c
41121 ____________________________________________________________________________
41122 [  8893] By: jhi                                   on 2001/02/22  18:35:27
41123         Log: (Retracted by #8915.)
41124              
41125              Third Degree finding:
41126              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
41127      Branch: perl
41128            ! gv.c
41129 ____________________________________________________________________________
41130 [  8892] By: jhi                                   on 2001/02/22  14:28:32
41131         Log: Update Changes.
41132      Branch: perl
41133            ! Changes patchlevel.h
41134 ____________________________________________________________________________
41135 [  8891] By: jhi                                   on 2001/02/22  13:22:45
41136         Log: Metaconfig unit changes for #8890.
41137      Branch: metaconfig
41138            ! U/modified/Cppsym.U U/threads/archname.U
41139 ____________________________________________________________________________
41140 [  8890] By: jhi                                   on 2001/02/22  13:22:12
41141         Log: Add -stdio to the archname if no perlio selected,
41142              no -perlio added since that is now the default.
41143              
41144              Add few CPUs/architectures to the Cppsym scan.
41145      Branch: perl
41146            ! Configure config_h.SH
41147 ____________________________________________________________________________
41148 [  8889] By: jhi                                   on 2001/02/22  13:05:59
41149         Log: Metaconfig unit change for #8888.
41150      Branch: metaconfig/U/perl
41151            ! useperlio.U
41152 ____________________________________________________________________________
41153 [  8888] By: jhi                                   on 2001/02/22  13:05:28
41154         Log: *drum roll*  Make perlio the default.
41155      Branch: perl
41156            ! Configure config_h.SH
41157 ____________________________________________________________________________
41158 [  8887] By: jhi                                   on 2001/02/22  12:50:52
41159         Log: Integrate change #8665 from maintperl to mainline,
41160              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
41161      Branch: perl
41162           !> ext/POSIX/POSIX.xs
41163 ____________________________________________________________________________
41164 [  8886] By: jhi                                   on 2001/02/22  12:49:24
41165         Log: Integrate changes #8883,8884 from mainline to maintperl.
41166              
41167              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
41168              Subject: Re: File::Temp::_gettemp warning
41169      Branch: maint-5.6/perl
41170           !> embed.h embed.pl lib/File/Temp.pm
41171 ____________________________________________________________________________
41172 [  8885] By: jhi                                   on 2001/02/22  12:43:59
41173         Log: Based on
41174              
41175              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
41176              From: schwab@suse.de
41177              Date: Thu, 22 Feb 2001 13:08:09 +0100
41178              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
41179              
41180              but the fix done slightly differently because the other
41181              half was already done in #8664.
41182      Branch: maint-5.6/perl
41183            ! ext/POSIX/POSIX.xs
41184 ____________________________________________________________________________
41185 [  8884] By: jhi                                   on 2001/02/22  12:37:15
41186         Log: Subject: Re: File::Temp::_gettemp warning
41187              From: Tim Jenness <t.jenness@jach.hawaii.edu>
41188              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
41189              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
41190              
41191              This patch to File::Temp does two things:
41192              
41193              1. Fixes the problem with CGI::Carp when determining
41194              the Fcntl constants
41195              
41196              2. Removes most of the carps and consolidates them so that all the
41197              reasons are included in a single die that is caught by the test. This
41198              means that the correct skipping behaviour is displayed by the test.
41199      Branch: perl
41200            ! lib/File/Temp.pm
41201 ____________________________________________________________________________
41202 [  8883] By: jhi                                   on 2001/02/22  12:29:19
41203         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
41204              From: Peter Prymmer <pvhp@forte.com>
41205              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
41206              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
41207      Branch: perl
41208            ! embed.h embed.pl
41209 ____________________________________________________________________________
41210 [  8882] By: jhi                                   on 2001/02/21  19:41:33
41211         Log: Integrate change #8881 from mainlin to maintperl.
41212              
41213              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
41214      Branch: maint-5.6/perl
41215           !> op.c
41216 ____________________________________________________________________________
41217 [  8881] By: jhi                                   on 2001/02/21  19:38:57
41218         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
41219              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
41220              Date:     Wed, 21 Feb 2001 13:08:03 EST
41221              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
41222      Branch: perl
41223            ! op.c
41224 ____________________________________________________________________________
41225 [  8880] By: jhi                                   on 2001/02/21  19:34:34
41226         Log: Retract #8875, cannot let go of the old semantics of unpack U
41227              without rethinking utf8decode.t.
41228      Branch: perl
41229            ! pp.c t/op/pack.t
41230 ____________________________________________________________________________
41231 [  8879] By: jhi                                   on 2001/02/21  19:08:02
41232         Log: Run run/*.t also in minitest.
41233      Branch: perl
41234            ! Makefile.SH
41235 ____________________________________________________________________________
41236 [  8878] By: nick                                  on 2001/02/21  18:55:37
41237         Log: Integrate mainline
41238      Branch: perlio
41239           !> (integrate 76 files)
41240 ____________________________________________________________________________
41241 [  8877] By: jhi                                   on 2001/02/21  15:09:33
41242         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
41243      Branch: metaconfig
41244            ! U/compline/nblock_io.U
41245      Branch: perl
41246            ! Configure config_h.SH
41247 ____________________________________________________________________________
41248 [  8876] By: jhi                                   on 2001/02/21  14:54:45
41249         Log: If no sfio, no -lsfio.
41250      Branch: metaconfig/U/perl
41251            ! d_sfio.U
41252      Branch: perl
41253            ! Configure config_h.SH
41254 ____________________________________________________________________________
41255 [  8875] By: jhi                                   on 2001/02/21  14:54:00
41256         Log: Make unpack C and unpack U truly equivalent.
41257      Branch: perl
41258            ! pp.c t/op/pack.t
41259 ____________________________________________________________________________
41260 [  8874] By: jhi                                   on 2001/02/21  14:26:02
41261         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
41262              From: Peter Prymmer <pvhp@forte.com>
41263              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
41264              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
41265      Branch: perl
41266            ! pod/perlport.pod
41267 ____________________________________________________________________________
41268 [  8873] By: jhi                                   on 2001/02/21  14:24:31
41269         Log: Subject: [PATCH] fix for charnames above FFFF
41270              From: andreas.koenig@anima.de (Andreas J. Koenig)
41271              Date: 21 Feb 2001 07:05:45 +0100
41272              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
41273      Branch: perl
41274            ! lib/charnames.pm t/lib/charnames.t
41275 ____________________________________________________________________________
41276 [  8872] By: jhi                                   on 2001/02/21  14:15:25
41277         Log: Integrate change #8868 from pureperl to mainline.
41278              
41279              Fixed reference count loop caused by sv_magic.
41280      Branch: perl
41281           !> sv.c
41282 ____________________________________________________________________________
41283 [  8871] By: jhi                                   on 2001/02/21  14:07:29
41284         Log: Integrate change #8868 from pureperl to maintperl.
41285              
41286              Fixed reference count loop caused by sv_magic.
41287      Branch: maint-5.6/perl
41288           !> sv.c
41289 ____________________________________________________________________________
41290 [  8870] By: jhi                                   on 2001/02/21  14:04:41
41291         Log: Put back the #8840, it was innocent.
41292      Branch: perl
41293            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
41294            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
41295 ____________________________________________________________________________
41296 [  8869] By: jhi                                   on 2001/02/21  14:00:03
41297         Log: unpack("C", ...) was left slightly unfinished by #8865.
41298      Branch: perl
41299            ! pp.c t/op/pack.t
41300 ____________________________________________________________________________
41301 [  8868] By: alanbur                               on 2001/02/21  01:33:45
41302         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
41303              from gv_fetchpv to create single-character magic variables (e.g. $!),
41304              and it is passed a sv and the gv that contains the sv as the mg_obj
41305              value.  When sv_magic stores the mg_obj pointer it increments the gv
41306              refcount, thus causing a sv-gv pair that can't be freed.  There is
41307              already a check for sv == obj which is used to prevent such reference
41308              loops.  This change extends the check to cover the case described above.
41309      Branch: maint-5.6/pureperl
41310            ! sv.c
41311 ____________________________________________________________________________
41312 [  8867] By: jhi                                   on 2001/02/21  00:52:39
41313         Log: Update Changes.
41314      Branch: perl
41315            ! Changes patchlevel.h
41316 ____________________________________________________________________________
41317 [  8866] By: jhi                                   on 2001/02/21  00:34:20
41318         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
41319              (Note: there were some conflicts due to EBCDIC and EPOC
41320              patches, in general I preferred the repository code.)
41321              (When 2.753 comes out, we need to synchronize.)
41322      Branch: perl
41323            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
41324            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
41325            ! t/lib/cgi-html.t
41326 ____________________________________________________________________________
41327 [  8865] By: jhi                                   on 2001/02/21  00:24:22
41328         Log: Make pack("C", 0x100) to create Unicode, unless under the
41329              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
41330              will understand Unicode, unless you under know what.
41331      Branch: perl
41332            ! pp.c t/op/pack.t t/op/qu.t
41333 ____________________________________________________________________________
41334 [  8864] By: alanbur                               on 2001/02/20  22:35:34
41335         Log: Resynchronised with parent
41336      Branch: maint-5.6/pureperl
41337           !> README.win32 ext/GDBM_File/GDBM_File.pm
41338           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
41339           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
41340           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
41341           !> t/lib/sdbm.t util.c
41342 ____________________________________________________________________________
41343 [  8863] By: jhi                                   on 2001/02/20  20:55:11
41344         Log: Integrate change #8860,8861 from mainline into maintperl.
41345              
41346              "pseudo-literal j"
41347              
41348              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
41349      Branch: maint-5.6/perl
41350           !> lib/Test.pm pod/perlop.pod
41351 ____________________________________________________________________________
41352 [  8862] By: jhi                                   on 2001/02/20  20:30:07
41353         Log: Don't do casting between pointers pointing to differently sized
41354              integers.
41355      Branch: perl
41356            ! hv.c sv.c
41357 ____________________________________________________________________________
41358 [  8861] By: jhi                                   on 2001/02/20  19:53:44
41359         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
41360              From: Peter Prymmer <pvhp@forte.com>
41361              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
41362              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
41363      Branch: perl
41364            ! lib/Test.pm
41365 ____________________________________________________________________________
41366 [  8860] By: jhi                                   on 2001/02/20  19:48:02
41367         Log: "pseudo-literal j", a documentation glitch reported to Debian.
41368              The text recovered from Perl 5.005_03, and pseudo-literal replaced
41369              by "backtick string".
41370      Branch: perl
41371            ! pod/perlop.pod
41372 ____________________________________________________________________________
41373 [  8859] By: jhi                                   on 2001/02/20  19:15:46
41374         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
41375              from Chris Nandor.
41376      Branch: perl
41377            ! makedef.pl
41378 ____________________________________________________________________________
41379 [  8858] By: jhi                                   on 2001/02/20  17:36:53
41380         Log: Integrate pureperl changes #8844,8845,8850 to mainline
41381              (via maintperl #8855).
41382              
41383              Fixed %^H scoping bug
41384              
41385              Removed GV <-> CV refcount loop
41386              
41387              Removed %ENV refcount loop
41388      Branch: perl
41389           !> gv.c op.c perl.c pp.c scope.c
41390 ____________________________________________________________________________
41391 [  8857] By: jhi                                   on 2001/02/20  17:34:32
41392         Log: Integrate changes #8853,8854 from maintperl to mainline.
41393              
41394              EBDIC fixes, README.win32 Borland update.
41395      Branch: perl
41396           !> README.win32 handy.h util.c
41397 ____________________________________________________________________________
41398 [  8856] By: jhi                                   on 2001/02/20  17:33:16
41399         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
41400      Branch: maint-5.6/perl
41401           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
41402           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
41403           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
41404 ____________________________________________________________________________
41405 [  8855] By: jhi                                   on 2001/02/20  17:32:13
41406         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
41407              
41408              Fixed %^H scoping bug
41409              
41410              Removed GV <-> CV refcount loop
41411              
41412              Removed %ENV refcount loop
41413      Branch: maint-5.6/perl
41414           !> gv.c op.c perl.c pp.c scope.c
41415 ____________________________________________________________________________
41416 [  8854] By: jhi                                   on 2001/02/20  17:25:06
41417         Log: Subject: Addition to readme.win32 for Borland C++ compilers
41418              Date: Tue, 20 Feb 2001 02:15:25 +0300
41419              From: "Vadim Konovalov" <watman@inbox.ru>
41420              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
41421              
41422              Document Borland compiler misbehaviour.
41423      Branch: maint-5.6/perl
41424            ! README.win32
41425 ____________________________________________________________________________
41426 [  8853] By: jhi                                   on 2001/02/20  17:22:25
41427         Log: The assimilation of ebcdic.c didn't quite work at the first try,
41428              patches from Thomas Dorner.
41429      Branch: maint-5.6/perl
41430            ! handy.h util.c
41431 ____________________________________________________________________________
41432 [  8852] By: jhi                                   on 2001/02/20  17:20:15
41433         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
41434              From: Chris Nandor <pudge@pobox.com>
41435              Date: Tue, 20 Feb 2001 08:32:45 -0500
41436              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
41437      Branch: maint-5.6/perl
41438            ! makedef.pl mg.c
41439 ____________________________________________________________________________
41440 [  8851] By: jhi                                   on 2001/02/20  17:15:52
41441         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
41442      Branch: perl
41443            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
41444            ! t/lib/filter-util.t
41445 ____________________________________________________________________________
41446 [  8850] By: alanbur                               on 2001/02/20  17:12:40
41447         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
41448              and the magic pointer points back to the GV that contains the
41449              %ENV hash.  This creates a refcount loop that prevents members
41450              of %ENV from being freed correctly.  This change removes the
41451              refcount loop - the magic pointer was never used anyway, the
41452              only use of the magic was to check the type ('E') so that the
41453              appropriate environment manipulation code is called when %ENV
41454              is modified.
41455      Branch: maint-5.6/pureperl
41456            ! perl.c
41457 ____________________________________________________________________________
41458 [  8849] By: jhi                                   on 2001/02/20  17:12:20
41459         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
41460              From: "Craig A. Berry" <craigberry@mac.com>
41461              Date: Mon, 19 Feb 2001 23:36:12 -0600
41462              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
41463              
41464              Case-forgiving systems match TestInit.pm with TES*.
41465      Branch: perl
41466            ! t/lib/glob-basic.t
41467 ____________________________________________________________________________
41468 [  8848] By: jhi                                   on 2001/02/20  17:10:02
41469         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
41470      Branch: perl
41471            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
41472            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
41473            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
41474 ____________________________________________________________________________
41475 [  8847] By: jhi                                   on 2001/02/20  15:34:41
41476         Log: The #8843 wasn't quite right: %Config needs to imported.
41477      Branch: perl
41478            ! t/run/runenv.t
41479 ____________________________________________________________________________
41480 [  8846] By: jhi                                   on 2001/02/20  15:31:50
41481         Log: Retract the #8838 and #8840 for now because of
41482              the DB_File tie problem.
41483      Branch: perl
41484            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
41485            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
41486            ! proto.h sv.c
41487 ____________________________________________________________________________
41488 [  8845] By: alanbur                               on 2001/02/20  14:25:41
41489         Log: Removed GV <-> CV refcount loop
41490              CvGV(mycv) points to the parent GV of the CV, and was previously
41491              refcounted.  The pointer remains, but the refcounting has been removed
41492              as it causes a refcount loop between the CV and GV that means the CV
41493              can't ever be deleted.
41494      Branch: maint-5.6/pureperl
41495            ! gv.c op.c pp.c
41496 ____________________________________________________________________________
41497 [  8844] By: alanbur                               on 2001/02/20  14:23:13
41498         Log: Fixed %^H scoping bug
41499      Branch: maint-5.6/pureperl
41500            ! scope.c
41501 ____________________________________________________________________________
41502 [  8843] By: jhi                                   on 2001/02/19  13:38:08
41503         Log: fork() not everywhere, cleanup temp files.
41504      Branch: perl
41505            ! t/run/runenv.t
41506 ____________________________________________________________________________
41507 [  8842] By: alanbur                               on 2001/02/19  12:42:07
41508         Log: Resynchronised with parent
41509      Branch: maint-5.6/pureperl
41510           !> pod/perlfaq4.pod sv.c utf8.c
41511 ____________________________________________________________________________
41512 [  8841] By: jhi                                   on 2001/02/19  03:35:51
41513         Log: Update Changes.
41514      Branch: perl
41515            ! Changes patchlevel.h
41516 ____________________________________________________________________________
41517 [  8840] By: jhi                                   on 2001/02/19  00:23:41
41518         Log: Subject: [patch] add sv_setref_uv
41519              From: Doug MacEachern <dougm@covalent.net>
41520              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
41521              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
41522      Branch: perl
41523            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
41524            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
41525 ____________________________________________________________________________
41526 [  8839] By: jhi                                   on 2001/02/19  00:01:38
41527         Log: Put to rest the 20010205.001, the email address checking (not) regex.
41528      Branch: perl
41529            ! pod/perlfaq9.pod
41530 ____________________________________________________________________________
41531 [  8838] By: jhi                                   on 2001/02/18  22:17:54
41532         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
41533              From: Doug MacEachern <dougm@covalent.net>
41534              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
41535              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
41536      Branch: perl
41537            ! lib/ExtUtils/xsubpp
41538 ____________________________________________________________________________
41539 [  8837] By: jhi                                   on 2001/02/18  22:16:50
41540         Log: Subject: [patch] -Wall cleanup round 2
41541              From: Doug MacEachern <dougm@covalent.net>
41542              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
41543              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
41544      Branch: perl
41545            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
41546            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
41547            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
41548            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
41549            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
41550            ! ext/SDBM_File/SDBM_File.xs
41551 ____________________________________________________________________________
41552 [  8836] By: jhi                                   on 2001/02/18  22:11:20
41553         Log: Misapplied regex optimizations when \C is present.
41554              Fixes 20001230.002.
41555              
41556              What still remains broken is that the submatches that
41557              have \C in them get their UTF8 flag on because their
41558              parent SV has it on.  This will result in malformed
41559              UTF8 if a \C happened to match a non-ASCII byte.
41560      Branch: perl
41561            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
41562            ! t/pragma/utf8.t
41563 ____________________________________________________________________________
41564 [  8835] By: jhi                                   on 2001/02/18  20:12:02
41565         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
41566              
41567              The hash key got wrongly UTF8fied.
41568      Branch: perl
41569            ! pod/perlapi.pod toke.c utf8.c
41570 ____________________________________________________________________________
41571 [  8834] By: jhi                                   on 2001/02/18  19:44:25
41572         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
41573              don't warn on magical or overloaded things.
41574      Branch: perl
41575            ! pp_hot.c
41576 ____________________________________________________________________________
41577 [  8833] By: nick                                  on 2001/02/18  19:31:22
41578         Log: Integrate mainline
41579      Branch: perlio
41580           +> t/TestInit.pm t/run/runenv.t
41581            - t/UTEST
41582           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
41583           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
41584           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
41585           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
41586           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
41587           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
41588           !> utf8.c
41589 ____________________________________________________________________________
41590 [  8832] By: jhi                                   on 2001/02/18  19:21:18
41591         Log: Integrate perlio.
41592      Branch: perl
41593           !> perlio.c pod/perldiag.pod
41594 ____________________________________________________________________________
41595 [  8831] By: jhi                                   on 2001/02/18  19:14:20
41596         Log: Integrate change #8827 from mainline.
41597              
41598              UTF8 tweaks.
41599      Branch: maint-5.6/perl
41600           !> sv.c utf8.c
41601 ____________________________________________________________________________
41602 [  8830] By: nick                                  on 2001/02/18  19:10:34
41603         Log: Apply the spirit of patch from Nick Clark:
41604              Subject: [PATCH] Re: extensions that provide layers
41605              From: Nicholas Clark <nick@ccl4.org>
41606              Date: Mon, 12 Feb 2001 16:43:51 +0000
41607              Message-Id: <20010212164350.Q3652@plum.flirble.org>
41608      Branch: perlio
41609            ! perlio.c pod/perldiag.pod
41610 ____________________________________________________________________________
41611 [  8829] By: jhi                                   on 2001/02/18  19:03:25
41612         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
41613              From: schwern@pobox.com 
41614              Date: Sun, 18 Feb 2001 13:44:35 -0500
41615              Message-ID: <20010218134435.A17544@magnonel.guild.net>
41616              
41617              Applied, but as t/TestInit.pm.
41618      Branch: perl
41619            + t/TestInit.pm
41620            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
41621            ! t/op/subst_wamp.t
41622 ____________________________________________________________________________
41623 [  8828] By: jhi                                   on 2001/02/18  18:43:52
41624         Log: Integrate perlio.
41625      Branch: perl
41626           !> perlio.c
41627 ____________________________________________________________________________
41628 [  8827] By: jhi                                   on 2001/02/18  18:41:33
41629         Log: UTF-8 tweaks.
41630      Branch: perl
41631            ! sv.c utf8.c
41632 ____________________________________________________________________________
41633 [  8826] By: nick                                  on 2001/02/18  17:40:59
41634         Log: Fix [ID 20010217.002]
41635              open FOO, "<:raw:perlio", ...
41636              :raw now inserts default base layer below itself.
41637              Also
41638              open FOO, "<:unix", ...
41639              works as well - but leaves buffer layer on stack under the unix layer.
41640      Branch: perlio
41641            ! perlio.c
41642 ____________________________________________________________________________
41643 [  8825] By: jhi                                   on 2001/02/18  17:15:39
41644         Log: Integrate perlio.
41645      Branch: perl
41646           !> perlio.c perliol.h
41647 ____________________________________________________________________________
41648 [  8824] By: jhi                                   on 2001/02/18  17:10:53
41649         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
41650              From: schwern@pobox.com
41651              Date: Sun, 18 Feb 2001 01:48:50 -0500
41652              Message-ID: <20010218014850.C19957@magnonel.guild.net>
41653      Branch: perl
41654            ! lib/Test/Harness.pm t/TEST t/op/chop.t
41655 ____________________________________________________________________________
41656 [  8823] By: jhi                                   on 2001/02/18  17:01:06
41657         Log: Add run/*.t to testables.
41658      Branch: perl
41659            ! t/TEST
41660 ____________________________________________________________________________
41661 [  8822] By: jhi                                   on 2001/02/18  16:58:58
41662         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
41663              From: schwern@pobox.com
41664              Date: Sun, 18 Feb 2001 01:11:35 -0500
41665              Message-ID: <20010218011135.A19957@magnonel.guild.net>
41666              
41667              Revive mjd's and Simon's PERL5OPT fix.
41668      Branch: perl
41669            + t/run/runenv.t
41670            ! MANIFEST perl.c
41671 ____________________________________________________________________________
41672 [  8821] By: jhi                                   on 2001/02/18  16:53:46
41673         Log: Subject: Re: Why t/TEST and not Test::Harness?
41674              From: schwern@pobox.com
41675              Date: Sat, 17 Feb 2001 22:44:44 -0500
41676              Message-ID: <20010217224444.A6679@magnonel.guild.net>
41677              
41678              Replace UTEST with TEST -utf8.
41679      Branch: perl
41680            - t/UTEST
41681            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
41682            ! t/lib/glob-basic.t
41683 ____________________________________________________________________________
41684 [  8820] By: nick                                  on 2001/02/18  13:06:16
41685         Log: Clean up a few core dumps when layers are used in unexpected ways.
41686              (Still not "right"...)
41687      Branch: perlio
41688            ! perlio.c perliol.h
41689 ____________________________________________________________________________
41690 [  8819] By: jhi                                   on 2001/02/18  02:25:55
41691         Log: Integrate change #8818 from maintperl, a FAQ nit.
41692      Branch: perl
41693           !> pod/perlfaq4.pod
41694 ____________________________________________________________________________
41695 [  8818] By: jhi                                   on 2001/02/18  02:24:50
41696         Log: FAQ nit from Chris Fedde.
41697      Branch: maint-5.6/perl
41698            ! pod/perlfaq4.pod
41699 ____________________________________________________________________________
41700 [  8817] By: nick                                  on 2001/02/17  18:20:14
41701         Log: Integrate mainline
41702      Branch: perlio
41703           +> lib/unicode/UCD.html lib/unicode/Unicode.html
41704           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
41705           +> pod/perlclib.pod
41706            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
41707            - lib/unicode/Unicode.301
41708           !> (integrate 324 files)
41709 ____________________________________________________________________________
41710 [  8816] By: jhi                                   on 2001/02/17  16:56:58
41711         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
41712      Branch: perl
41713            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
41714            ! ext/Storable/Storable.xs t/lib/st-06compat.t
41715            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
41716 ____________________________________________________________________________
41717 [  8815] By: jhi                                   on 2001/02/17  16:40:07
41718         Log: Subject: [patch] -Wall
41719              From: Doug MacEachern <dougm@covalent.net>
41720              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
41721              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
41722      Branch: perl
41723            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
41724            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
41725 ____________________________________________________________________________
41726 [  8814] By: jhi                                   on 2001/02/16  19:27:18
41727         Log: Document qu better.
41728      Branch: perl
41729            ! pod/perlop.pod
41730 ____________________________________________________________________________
41731 [  8813] By: jhi                                   on 2001/02/15  13:54:37
41732         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
41733              From: Hugo <hv@crypt.compulink.co.uk>
41734              Date: Thu, 15 Feb 2001 13:39:49 +0000
41735              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
41736      Branch: perl
41737            ! toke.c
41738 ____________________________________________________________________________
41739 [  8812] By: alanbur                               on 2001/02/15  13:52:16
41740         Log: Resynchronised with parent
41741      Branch: maint-5.6/pureperl
41742            - ebcdic.c
41743           !> (integrate 36 files)
41744 ____________________________________________________________________________
41745 [  8811] By: jhi                                   on 2001/02/15  13:51:16
41746         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
41747              
41748              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
41749              From: Jan Dubois <JanD@ActiveState.com>
41750              Date: Wed, 31 Jan 2001 21:17:03 -0800
41751              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
41752              
41753              tweak change#8659 to keep it simple
41754              
41755              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
41756              From: Russ Allbery <rra@stanford.edu>
41757              Date: 14 Feb 2001 10:15:41 -0800
41758              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
41759              
41760              (8809 empty)
41761              
41762              Upgrade to podlators 1.08, from Russ Allbery.
41763      Branch: perl
41764           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
41765           !> utils/perldoc.PL
41766 ____________________________________________________________________________
41767 [  8810] By: jhi                                   on 2001/02/15  13:35:08
41768         Log: Upgrade to podlators 1.08, from Russ Allbery.
41769      Branch: maint-5.6/perl
41770            ! lib/Pod/Man.pm lib/Pod/Text.pm
41771 ____________________________________________________________________________
41772 [  8809] By: jhi                                   on 2001/02/15  13:26:38
41773         Log: (accidentally empty check-in)
41774      Branch: maint-5.6/perl
41775            ! lib/Test/Harness.pm
41776 ____________________________________________________________________________
41777 [  8808] By: jhi                                   on 2001/02/15  13:23:47
41778         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
41779              From: Russ Allbery <rra@stanford.edu>
41780              Date: 14 Feb 2001 10:15:41 -0800
41781              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
41782              
41783              perldoc was hardcoding $Config{installscript}, which breaks
41784              when install* isn't where Perl ends up (such as with AFS).
41785              
41786              Use $Config{scriptdir} instead.
41787      Branch: maint-5.6/perl
41788            ! utils/perldoc.PL
41789 ____________________________________________________________________________
41790 [  8807] By: jhi                                   on 2001/02/14  14:37:27
41791         Log: Update Changes.
41792      Branch: perl
41793            ! Changes patchlevel.h
41794 ____________________________________________________________________________
41795 [  8806] By: jhi                                   on 2001/02/14  14:25:31
41796         Log: Integrate changes #8803,8804,8805 from mainline.
41797              
41798              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
41799              
41800              Don't skip too much of the locale error message if no environ array,
41801              from Chris Nandor.
41802              
41803              More MacOS Classic fixes from Chris Nandor.
41804      Branch: maint-5.6/perl
41805           !> doop.c lib/Cwd.pm perl.c perl.h util.c
41806 ____________________________________________________________________________
41807 [  8805] By: jhi                                   on 2001/02/14  03:29:01
41808         Log: More MacOS Classic fixes from Chris Nandor.
41809      Branch: perl
41810            ! doop.c lib/Cwd.pm
41811 ____________________________________________________________________________
41812 [  8804] By: jhi                                   on 2001/02/14  03:18:35
41813         Log: Don't skip too much of the locale error message if no environ array,
41814              from Chris Nandor.
41815      Branch: perl
41816            ! util.c
41817 ____________________________________________________________________________
41818 [  8803] By: jhi                                   on 2001/02/14  03:14:14
41819         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
41820      Branch: perl
41821            ! perl.c perl.h
41822 ____________________________________________________________________________
41823 [  8802] By: jhi                                   on 2001/02/13  18:31:33
41824         Log: AUTHORS update.
41825      Branch: perl
41826            ! AUTHORS
41827 ____________________________________________________________________________
41828 [  8801] By: jhi                                   on 2001/02/13  17:55:19
41829         Log: Integrate change #8792 from mainline.
41830              
41831              Subject: buncha MacPerl patches for bleadperl
41832              From: Chris Nandor <pudge@pobox.com>
41833              Date: Tue, 13 Feb 2001 00:02:43 -0500
41834              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
41835      Branch: maint-5.6/perl
41836           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
41837           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
41838           !> t/lib/basename.t toke.c util.h
41839 ____________________________________________________________________________
41840 [  8800] By: jhi                                   on 2001/02/13  17:46:43
41841         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
41842              to be forced to Off_t.
41843              
41844              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
41845              From: nick@ccl4.org
41846              Date: Thu, 1 Feb 2001 12:01:04 +0000
41847              Message-Id: <20010201120103.E11401@plum.flirble.org>
41848      Branch: maint-5.6/perl
41849            ! iperlsys.h perlio.c
41850 ____________________________________________________________________________
41851 [  8799] By: jhi                                   on 2001/02/13  16:52:51
41852         Log: Duplex duplex hunk hunk.
41853      Branch: maint-5.6/perl
41854            ! Makefile.SH
41855 ____________________________________________________________________________
41856 [  8797] By: jhi                                   on 2001/02/13  14:52:04
41857         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
41858              From: "Craig A. Berry" <craigberry@mac.com>
41859              Date: Mon, 12 Feb 2001 11:05:25 -0600
41860              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
41861      Branch: perl
41862            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
41863 ____________________________________________________________________________
41864 [  8796] By: jhi                                   on 2001/02/13  14:36:47
41865         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
41866              From: simon.cozens@pembroke.oxford.ac.uk 
41867              Date: Sat, 10 Feb 2001 17:57:02 +0000
41868              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
41869              
41870              Now it does include.
41871      Branch: perl
41872            ! pod/perldiag.pod
41873 ____________________________________________________________________________
41874 [  8795] By: jhi                                   on 2001/02/13  14:30:11
41875         Log: Sort the MANIFEST.
41876      Branch: perl
41877            ! MANIFEST
41878 ____________________________________________________________________________
41879 [  8794] By: jhi                                   on 2001/02/13  14:26:51
41880         Log: Integrate change #8793 from mainline, FAQ updates.
41881      Branch: maint-5.6/perl
41882           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
41883 ____________________________________________________________________________
41884 [  8793] By: jhi                                   on 2001/02/13  14:25:13
41885         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
41886      Branch: perl
41887            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
41888 ____________________________________________________________________________
41889 [  8792] By: jhi                                   on 2001/02/13  14:22:50
41890         Log: Subject: buncha MacPerl patches for bleadperl
41891              From: Chris Nandor <pudge@pobox.com>
41892              Date: Tue, 13 Feb 2001 00:02:43 -0500
41893              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
41894      Branch: perl
41895            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
41896            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
41897            ! t/lib/basename.t toke.c util.h
41898 ____________________________________________________________________________
41899 [  8791] By: jhi                                   on 2001/02/13  14:10:39
41900         Log: Integrate change #8790 from mainline.
41901              
41902              environ array wrongly assumed in Perl_init_i18nl10n(),
41903      Branch: maint-5.6/perl
41904           !> util.c
41905 ____________________________________________________________________________
41906 [  8790] By: jhi                                   on 2001/02/13  14:06:15
41907         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
41908              noticed by Chris Nandor in MacOS Classic.
41909      Branch: perl
41910            ! util.c
41911 ____________________________________________________________________________
41912 [  8789] By: jhi                                   on 2001/02/13  13:58:07
41913         Log: Integrate changes #8373,8487,8544,8783 from mainline.
41914              
41915              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
41916              hints files, the dynaloading, assimilate ebcdic into util.c.
41917      Branch: maint-5.6/perl
41918            - ebcdic.c
41919            ! MANIFEST hints/posix-bc.sh
41920           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
41921           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
41922           !> perlapi.c proto.h util.c
41923 ____________________________________________________________________________
41924 [  8788] By: alanbur                               on 2001/02/13  10:33:13
41925         Log: Integrated changes from maint-5.6
41926      Branch: maint-5.6/pureperl
41927           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
41928           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
41929           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
41930           !> vos/config.ga.h vos/configure_perl.cm
41931 ____________________________________________________________________________
41932 [  8787] By: jhi                                   on 2001/02/13  05:56:36
41933         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
41934      Branch: perl
41935           !> Makefile.SH
41936 ____________________________________________________________________________
41937 [  8786] By: jhi                                   on 2001/02/13  05:54:34
41938         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
41939              From: Dorner Thomas <Thomas.Dorner@start.de>
41940              Date: Mon, 12 Feb 2001 15:06:26 +0100
41941              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
41942      Branch: maint-5.6/perl
41943            ! Makefile.SH
41944 ____________________________________________________________________________
41945 [  8785] By: jhi                                   on 2001/02/13  05:29:04
41946         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
41947      Branch: perl
41948           !> hints/openbsd.sh
41949 ____________________________________________________________________________
41950 [  8784] By: jhi                                   on 2001/02/13  02:25:24
41951         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
41952              From: Peter Prymmer <pvhp@forte.com>
41953              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
41954              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
41955      Branch: perl
41956            ! pod/perlclib.pod
41957 ____________________________________________________________________________
41958 [  8783] By: jhi                                   on 2001/02/13  02:22:36
41959         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
41960      Branch: perl
41961            - ebcdic.c
41962            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
41963            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
41964            ! util.c
41965 ____________________________________________________________________________
41966 [  8782] By: jhi                                   on 2001/02/13  02:00:07
41967         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
41968      Branch: maint-5.6/perl
41969            ! pod/perlport.pod
41970 ____________________________________________________________________________
41971 [  8781] By: jhi                                   on 2001/02/13  01:58:44
41972         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
41973      Branch: maint-5.6/perl
41974            ! hints/openbsd.sh
41975 ____________________________________________________________________________
41976 [  8780] By: jhi                                   on 2001/02/13  01:57:33
41977         Log: Synchronize the regexp tests between maintperl and mainline.
41978      Branch: maint-5.6/perl
41979           !> t/op/re_tests
41980 ____________________________________________________________________________
41981 [  8779] By: jhi                                   on 2001/02/13  01:49:35
41982         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
41983              From: Hugo <hv@crypt.compulink.co.uk>
41984              Date: Tue, 13 Feb 2001 00:11:11 +0000
41985              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
41986      Branch: perl
41987            ! regcomp.c t/op/re_tests
41988 ____________________________________________________________________________
41989 [  8778] By: jhi                                   on 2001/02/13  00:23:10
41990         Log: Comments do not nest.
41991      Branch: perl
41992            ! perl.h
41993 ____________________________________________________________________________
41994 [  8777] By: jhi                                   on 2001/02/13  00:17:54
41995         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
41996              From: Hugo <hv@crypt.compulink.co.uk>
41997              Date: Tue, 13 Feb 2001 00:11:11 +0000
41998              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
41999      Branch: maint-5.6/perl
42000            ! regcomp.c t/op/re_tests
42001 ____________________________________________________________________________
42002 [  8776] By: jhi                                   on 2001/02/12  23:25:52
42003         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
42004      Branch: maint-5.6/perl
42005            ! pod/perlport.pod
42006 ____________________________________________________________________________
42007 [  8775] By: jhi                                   on 2001/02/12  23:04:28
42008         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
42009      Branch: maint-5.6/perl
42010            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
42011            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
42012            ! vos/configure_perl.cm
42013 ____________________________________________________________________________
42014 [  8774] By: jhi                                   on 2001/02/12  22:59:11
42015         Log: Subject: Re: [patch] context for 'U' magic functions
42016              From: Doug MacEachern <dougm@covalent.net>
42017              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
42018              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
42019              
42020              plus the suggestion by Nick Ing-Simmons to name the macro
42021              as PERL_MG_UFUNC to avoid namespace pollution, plus add
42022              the advice by Doug for XS writers to perl.h
42023      Branch: perl
42024            ! mg.c perl.h
42025 ____________________________________________________________________________
42026 [  8773] By: jhi                                   on 2001/02/11  20:14:12
42027         Log: Update Changes.
42028      Branch: perl
42029            ! Changes patchlevel.h
42030 ____________________________________________________________________________
42031 [  8772] By: jhi                                   on 2001/02/11  18:47:52
42032         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
42033              From: Simon Cozens <simon@cozens.net>
42034              Date: Wed, 31 Jan 2001 16:31:43 +0000
42035              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
42036      Branch: perl
42037            + pod/perlclib.pod
42038            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
42039            ! pod/perltoc.pod
42040 ____________________________________________________________________________
42041 [  8771] By: jhi                                   on 2001/02/11  18:36:48
42042         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
42043              
42044              Blocks-4d3.beta.txt
42045              CaseFolding-3d4.beta.txt
42046              CompositionExclusions-3d6.beta.txt
42047              EastAsianWidth-4d4.beta.txt
42048              LineBreak-6d3.beta.txt
42049              NamesList-3.1.0d1.beta.txt
42050              PropList-3.1.0d4.beta.txt
42051              SpecialCasing-4d1.beta.txt
42052              UnicodeData-3.1.0d6.beta.txt
42053      Branch: perl
42054            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
42055           +> lib/unicode/UCD.html lib/unicode/Unicode.html
42056            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
42057            - lib/unicode/Unicode.301
42058            ! (edit 257 files)
42059 ____________________________________________________________________________
42060 [  8770] By: jhi                                   on 2001/02/11  17:26:22
42061         Log: UTF-8 documentation.
42062      Branch: perl
42063            ! utf8.h
42064 ____________________________________________________________________________
42065 [  8769] By: jhi                                   on 2001/02/11  17:12:49
42066         Log: Retract #8762.
42067      Branch: perl
42068            ! regexec.c
42069 ____________________________________________________________________________
42070 [  8768] By: jhi                                   on 2001/02/11  16:54:45
42071         Log: Subject: [PATCH] Test::Harness
42072              From: andreas.koenig@anima.de (Andreas J. Koenig)
42073              Date: 11 Feb 2001 14:37:00 +0100
42074              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
42075      Branch: perl
42076            ! lib/Test/Harness.pm
42077 ____________________________________________________________________________
42078 [  8767] By: jhi                                   on 2001/02/11  16:53:52
42079         Log: Subject: [PATCH] Document makepatch in Porting/patching
42080              From: andreas.koenig@anima.de (Andreas J. Koenig)
42081              Date: 11 Feb 2001 16:46:28 +0100
42082              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
42083      Branch: perl
42084            ! Porting/patching.pod
42085 ____________________________________________________________________________
42086 [  8766] By: jhi                                   on 2001/02/11  06:30:23
42087         Log: Subject: Re: [patch] GvSHARED
42088              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
42089              From: Doug MacEachern <dougm@covalent.net>
42090              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
42091              
42092              Subject: Re: [patch] GvSHARED
42093              From: Doug MacEachern <dougm@covalent.net>
42094              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
42095              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
42096              
42097              Subject: [patch] attributes.pm support for `shared'
42098              From: Doug MacEachern <dougm@covalent.net>
42099              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
42100              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
42101              
42102              our() attributes were ignored, our :shared pieces missing,
42103              allow attributes.pm to turn on shared.
42104      Branch: perl
42105            ! op.c t/op/attrs.t toke.c xsutils.c
42106 ____________________________________________________________________________
42107 [  8765] By: alanbur                               on 2001/02/10  23:11:19
42108         Log: Resync with parent (hopefully sucessfully this time)
42109      Branch: maint-5.6/pureperl
42110           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
42111           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
42112           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
42113           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
42114           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
42115           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
42116           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
42117 ____________________________________________________________________________
42118 [  8764] By: jhi                                   on 2001/02/10  22:54:38
42119         Log: Make TEST and UTEST more verbose in case something goes
42120              wrong in running/compiling a script, suggested by Doug
42121              MacEachern.
42122      Branch: perl
42123            ! t/TEST t/UTEST
42124 ____________________________________________________________________________
42125 [  8763] By: jhi                                   on 2001/02/10  22:11:34
42126         Log: Bogus shebang.
42127      Branch: perl
42128            ! t/lib/texttabs.t
42129 ____________________________________________________________________________
42130 [  8762] By: jhi                                   on 2001/02/10  21:56:02
42131         Log: (Retracted by #8769)
42132      Branch: perl
42133            ! regexec.c
42134 ____________________________________________________________________________
42135 [  8761] By: jhi                                   on 2001/02/10  21:26:15
42136         Log: Subject: Re: [patch] GvSHARED 
42137              From: Doug MacEachern <dougm@covalent.net>
42138              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
42139              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
42140              
42141              our @EXPORT : shared = (...);
42142      Branch: perl
42143            ! toke.c
42144 ____________________________________________________________________________
42145 [  8760] By: jhi                                   on 2001/02/10  21:25:07
42146         Log: Subject: [patch] GvSHARED
42147              From: Doug MacEachern <dougm@covalent.net>
42148              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
42149              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
42150      Branch: perl
42151            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
42152 ____________________________________________________________________________
42153 [  8759] By: alanbur                               on 2001/02/10  21:24:27
42154         Log: Backed out mismerge.
42155      Branch: maint-5.6/pureperl
42156            ! MANIFEST README.hpux README.vmesa gv.c installhtml
42157            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
42158            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
42159            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
42160            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
42161            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
42162            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
42163 ____________________________________________________________________________
42164 [  8758] By: jhi                                   on 2001/02/10  18:01:17
42165         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
42166              
42167              Fixed UMRs and leak in Perl_pmtrans()
42168              
42169              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
42170              associated UTFied tr/// code.  Also fixed scoping leak of
42171              PL_reg_start_tmp.
42172              
42173              newATTRSUB leaks when an attempt to redefine the active sort sub is
42174              made.
42175      Branch: maint-5.6/perl
42176           !> op.c regcomp.c
42177 ____________________________________________________________________________
42178 [  8757] By: alanbur                               on 2001/02/10  17:56:46
42179         Log: Resynchronised with parent
42180      Branch: maint-5.6/pureperl
42181           +> README.bs2000
42182            - README.posix-bc
42183            ! gv.c perl.c sv.c
42184           !> MANIFEST README.hpux README.vmesa installhtml
42185           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
42186           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
42187           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
42188           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
42189           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
42190           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
42191 ____________________________________________________________________________
42192 [  8756] By: alanbur                               on 2001/02/10  17:51:15
42193         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
42194              made.
42195      Branch: maint-5.6/pureperl
42196            ! op.c
42197 ____________________________________________________________________________
42198 [  8755] By: jhi                                   on 2001/02/09  22:41:35
42199         Log: Upgrade to CPAN 1.59_54, from Andreas König.
42200      Branch: perl
42201            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
42202 ____________________________________________________________________________
42203 [  8754] By: jhi                                   on 2001/02/09  22:29:20
42204         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
42205              
42206              Didn't upgrade the fill.t since it has a dependency to File::Slurp
42207              purely for debugging purposes, the actual test hasn't changed.
42208      Branch: perl
42209            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
42210            ! t/lib/textwrap.t
42211 ____________________________________________________________________________
42212 [  8753] By: jhi                                   on 2001/02/09  20:17:50
42213         Log: Integrate change #8682 from maintperl.
42214              
42215              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
42216              to work correctly.
42217      Branch: perl
42218           !> hints/irix_6.sh
42219 ____________________________________________________________________________
42220 [  8752] By: jhi                                   on 2001/02/09  20:00:46
42221         Log: Update Changes.
42222      Branch: perl
42223            ! Changes patchlevel.h
42224 ____________________________________________________________________________
42225 [  8751] By: nick                                  on 2001/02/09  19:48:37
42226         Log: Integrate mainline
42227      Branch: perlio
42228           +> README.bs2000 t/lib/cgi-esc.t
42229            - README.posix-bc
42230           !> (integrate 53 files)
42231 ____________________________________________________________________________
42232 [  8750] By: nick                                  on 2001/02/09  19:25:16
42233         Log: Subject: RE: Biannual Competition to Improve Hashing Function
42234              From: Fisher Mark <fisherm@tce.com>
42235              Date: Thu, 8 Feb 2001 10:44:00 -0500
42236              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
42237              Date: Thu, 8 Feb 2001 15:02:47 -0500
42238              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
42239      Branch: perl
42240            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
42241 ____________________________________________________________________________
42242 [  8749] By: jhi                                   on 2001/02/09  19:02:35
42243         Log: Forgotten fragment.
42244      Branch: perl
42245            ! pod/perlapi.pod
42246 ____________________________________________________________________________
42247 [  8748] By: jhi                                   on 2001/02/09  18:31:34
42248         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
42249              plus manual tweakage.
42250              
42251              Sync the perlfaq2 between mainline and maintperl.
42252      Branch: maint-5.6/perl
42253            ! pod/perlfaq2.pod
42254      Branch: perl
42255           !> pod/perlfaq2.pod
42256 ____________________________________________________________________________
42257 [  8747] By: jhi                                   on 2001/02/09  18:12:04
42258         Log: Subject: versiononly and installperl
42259              From: abigail@foad.org
42260              Date: Wed, 7 Feb 2001 22:43:12 +0100
42261              Message-ID: <20010207214312.7045.qmail@foad.org>    
42262              
42263              Add +v flag to force a normal install of the perl binary
42264              and the utilities.
42265              
42266              Subject: [PATCH] installperl
42267              From: Nicholas Clark <nick@ccl4.org>
42268              Date: Fri, 9 Feb 2001 16:28:57 +0000
42269              Message-ID: <20010209162857.B10931@plum.flirble.org>
42270              
42271              Add -A flag which also hardlinks the binary with
42272              the full architecture name.
42273      Branch: perl
42274            ! installperl
42275 ____________________________________________________________________________
42276 [  8746] By: jhi                                   on 2001/02/09  18:03:43
42277         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
42278              
42279              Subject: perlfaq2, re: perlmongers
42280              
42281              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
42282              
42283              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
42284              
42285              Subject: [ID 20010205.001] typo in perlfaq9
42286              
42287              Subject: [ID 20010208.002] unordered explanation in perlcall
42288      Branch: maint-5.6/perl
42289           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
42290           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
42291           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
42292 ____________________________________________________________________________
42293 [  8745] By: jhi                                   on 2001/02/09  17:59:09
42294         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
42295              From: abela@geneanet.org
42296              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
42297              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
42298      Branch: perl
42299            ! pod/perlcall.pod
42300 ____________________________________________________________________________
42301 [  8744] By: jhi                                   on 2001/02/09  17:48:16
42302         Log: Subject: [ID 20010205.001] typo in perlfaq9
42303              From: eserte@vran.herceg.de
42304              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
42305              Message-Id: <200102042244.XAA21926@vran.herceg.de>
42306      Branch: perl
42307            ! pod/perlfaq9.pod
42308 ____________________________________________________________________________
42309 [  8743] By: jhi                                   on 2001/02/09  17:25:12
42310         Log: Integrate change #8695 from maintperl.
42311              
42312              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
42313      Branch: perl
42314           !> thread.h
42315 ____________________________________________________________________________
42316 [  8742] By: jhi                                   on 2001/02/09  17:21:22
42317         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
42318              From: Andy Dougherty <doughera@lafayette.edu>
42319              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
42320              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
42321      Branch: perl
42322            ! embed.pl
42323 ____________________________________________________________________________
42324 [  8741] By: jhi                                   on 2001/02/09  17:05:19
42325         Log: Integrate changes #8738,8739,8740 from maintperl.
42326              
42327              Html files will be installed in a more logical and easier to
42328              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
42329              
42330              Html files will be generated with a header to make them look
42331              a little less bare.
42332              
42333              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
42334      Branch: perl
42335           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
42336 ____________________________________________________________________________
42337 [  8740] By: jhi                                   on 2001/02/09  17:03:46
42338         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
42339              From: "Brendan O'Dea" <bod@compusol.com.au>
42340              Date: Sun, 4 Feb 2001 11:17:56 +1100
42341              Message-ID: <20010204111756.A16301@compusol.com.au>
42342      Branch: maint-5.6/perl
42343            ! pod/perlfaq3.pod
42344 ____________________________________________________________________________
42345 [  8739] By: jhi                                   on 2001/02/09  17:01:59
42346         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
42347              From: "Indy Singh" <indy@nusphere.com>
42348              Date: Fri, 2 Feb 2001 15:09:59 -0500
42349              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
42350              
42351              Html files will be generated with a header to make them look
42352              a little less bare.
42353      Branch: maint-5.6/perl
42354            ! installhtml
42355 ____________________________________________________________________________
42356 [  8738] By: jhi                                   on 2001/02/09  16:58:48
42357         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
42358              From: "Indy Singh" <indy@nusphere.com>
42359              Date: Fri, 2 Feb 2001 15:08:23 -0500
42360              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
42361              
42362              Html files will be installed in a more logical and easier to
42363              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
42364      Branch: maint-5.6/perl
42365            ! win32/Makefile win32/makefile.mk
42366 ____________________________________________________________________________
42367 [  8737] By: jhi                                   on 2001/02/09  16:46:54
42368         Log: Integrate changes #8687,8736 from maintperl.
42369              
42370              HP-UX thread patches from Merijn H. Brand.
42371              
42372              Latin nit from Philip Newton.
42373      Branch: perl
42374           !> README.hpux hints/hpux.sh
42375 ____________________________________________________________________________
42376 [  8736] By: jhi                                   on 2001/02/09  16:42:31
42377         Log: Latin nit from Philip Newton.
42378      Branch: maint-5.6/perl
42379            ! README.hpux
42380 ____________________________________________________________________________
42381 [  8735] By: jhi                                   on 2001/02/09  16:24:03
42382         Log: Integrate changes #8704,8710 from pureperl.
42383              
42384              Fixed UMRs and leak in Perl_pmtrans()
42385              
42386              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
42387              associated UTFied tr/// code.  Also fixed scoping leak of
42388              PL_reg_start_tmp.
42389      Branch: perl
42390           !> op.c regcomp.c
42391 ____________________________________________________________________________
42392 [  8734] By: jhi                                   on 2001/02/09  15:40:21
42393         Log: Integrate change #8733 from maintperl.
42394              
42395              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
42396      Branch: perl
42397           !> pod/perlre.pod
42398 ____________________________________________________________________________
42399 [  8733] By: jhi                                   on 2001/02/09  15:35:47
42400         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
42401              From: Prymmer/Kahn <pvhp@best.com>
42402              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
42403              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
42404      Branch: maint-5.6/perl
42405            ! pod/perlre.pod
42406 ____________________________________________________________________________
42407 [  8732] By: jhi                                   on 2001/02/09  15:26:17
42408         Log: Rename README.posix-bc to README.bs2000 (to avoid the
42409              confusion of a "perlposix-bc.pod"), add a few missing
42410              arch pods, regen toc.
42411      Branch: maint-5.6/perl
42412           +> README.bs2000
42413            - README.posix-bc
42414            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
42415            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
42416 ____________________________________________________________________________
42417 [  8731] By: jhi                                   on 2001/02/09  15:23:39
42418         Log: De-cut-and-pasto.
42419      Branch: perl
42420            ! pod/perl.pod
42421 ____________________________________________________________________________
42422 [  8730] By: jhi                                   on 2001/02/09  15:11:13
42423         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
42424              when people think that perlposix-bc.pod tells anything about
42425              Perl and POSIX.  Regen toc.
42426      Branch: perl
42427           +> README.bs2000
42428            - README.posix-bc
42429            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
42430            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
42431 ____________________________________________________________________________
42432 [  8729] By: jhi                                   on 2001/02/09  14:52:28
42433         Log: The README.vmesa part of #8712 from maintperl.
42434      Branch: perl
42435            ! README.vmesa
42436 ____________________________________________________________________________
42437 [  8728] By: jhi                                   on 2001/02/09  14:46:06
42438         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
42439              From: Peter Prymmer <pvhp@forte.com>
42440              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
42441              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
42442      Branch: maint-5.6/perl
42443            ! README.vmesa win32/Makefile win32/makefile.mk
42444 ____________________________________________________________________________
42445 [  8727] By: jhi                                   on 2001/02/09  14:33:25
42446         Log: Integrate change #8712 from mainline.
42447              
42448              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
42449      Branch: maint-5.6/perl
42450           !> lib/Pod/Find.pm
42451 ____________________________________________________________________________
42452 [  8726] By: jhi                                   on 2001/02/09  14:30:28
42453         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
42454              From: Peter Prymmer <pvhp@forte.com>
42455              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
42456              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
42457      Branch: perl
42458            + t/lib/cgi-esc.t
42459            ! MANIFEST lib/CGI/Util.pm
42460 ____________________________________________________________________________
42461 [  8725] By: jhi                                   on 2001/02/09  04:56:47
42462         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
42463      Branch: maint-5.6/perl
42464            ! pod/perlport.pod
42465 ____________________________________________________________________________
42466 [  8724] By: jhi                                   on 2001/02/09  04:40:59
42467         Log: Integrate changes 7819,7820 from vmsperl into mainline.
42468              
42469              Add header for LIB$ prototypes (C. Berry)
42470              
42471              Convert fwrite()s to sockets to write()s, since some socket stacks
42472              don't take kindly to stdio.
42473              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
42474              (for often optional LNMs)
42475              Correct a few typos
42476              (C. Bailey)
42477      Branch: perl
42478           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
42479 ____________________________________________________________________________
42480 [  8723] By: jhi                                   on 2001/02/09  03:29:29
42481         Log: Integrate change #8722 from mainline.
42482              
42483              The Im() function wasn't returning zero for non-Math::Complex
42484              arguments.  The bug reported by John Gamble.
42485      Branch: maint-5.6/perl
42486           !> lib/Math/Complex.pm
42487 ____________________________________________________________________________
42488 [  8722] By: jhi                                   on 2001/02/09  03:28:33
42489         Log: The Im() function wasn't returning zero for non-Math::Complex
42490              arguments.  The bug reported by John Gamble.
42491      Branch: perl
42492            ! lib/Math/Complex.pm
42493 ____________________________________________________________________________
42494 [  8721] By: nick                                  on 2001/02/08  22:11:35
42495         Log: Correct the correction :-(
42496      Branch: perl
42497            ! perl.c
42498 ____________________________________________________________________________
42499 [  8720] By: bailey                                on 2001/02/08  20:59:22
42500         Log: Convert frwite()s to sockets to write()s, since some socket stacks
42501              don't take kindly to stdio.
42502              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
42503              (for often optional LNMs)
42504              Correct a few typos
42505              (C. Bailey)
42506      Branch: vmsperl
42507            ! vms/vms.c vms/vmsish.h
42508 ____________________________________________________________________________
42509 [  8719] By: bailey                                on 2001/02/08  20:51:02
42510         Log: Add header for LIB$ prototypes (C. Berry)
42511      Branch: vmsperl
42512            ! ext/Devel/DProf/DProf.xs
42513 ____________________________________________________________________________
42514 [  8718] By: bailey                                on 2001/02/08  20:49:00
42515         Log: SYN SYN
42516      Branch: vmsperl
42517           +> pod/perliol.pod t/lib/sample-tests/bailout
42518           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
42519           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
42520           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
42521           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
42522           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
42523           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
42524            - lib/unicode/Is/DCinital.pl
42525           !> (integrate 101 files)
42526 ____________________________________________________________________________
42527 [  8717] By: nick                                  on 2001/02/08  19:38:48
42528         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
42529              From: Robin Barker <rmb1@cise.npl.co.uk>
42530              Date: Thu, 8 Feb 2001 14:38:07 GMT
42531              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
42532      Branch: perl
42533            ! lib/CPAN.pm
42534 ____________________________________________________________________________
42535 [  8716] By: nick                                  on 2001/02/08  19:29:07
42536         Log: Generated files form 8713 etc.
42537      Branch: perl
42538            ! embed.h global.sym objXSUB.h perlapi.c proto.h
42539 ____________________________________________________________________________
42540 [  8715] By: nick                                  on 2001/02/08  19:26:08
42541         Log: Fixup non-ithread build after 8713
42542      Branch: perl
42543            ! perl.c
42544 ____________________________________________________________________________
42545 [  8714] By: nick                                  on 2001/02/08  19:17:45
42546         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
42547              From: nick@ccl4.org
42548              Date: Wed, 7 Feb 2001 00:27:47 +0000
42549              Message-Id: <20010207002747.B63724@plum.flirble.org>
42550      Branch: perl
42551            ! sv.c toke.c
42552 ____________________________________________________________________________
42553 [  8713] By: nick                                  on 2001/02/08  19:15:58
42554         Log: Subject: Re: [patch] Re: PL_ptr_table
42555              From: Doug Maceachern <dougm@covalent.net>
42556              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
42557              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
42558      Branch: perl
42559            ! embed.pl perl.c sv.c sv.h
42560 ____________________________________________________________________________
42561 [  8712] By: nick                                  on 2001/02/08  19:12:47
42562         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
42563              From: Peter Prymmer <pvhp@forte.com>
42564              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
42565              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
42566      Branch: perl
42567            ! lib/Pod/Find.pm
42568 ____________________________________________________________________________
42569 [  8711] By: nick                                  on 2001/02/07  21:06:11
42570         Log: Manually applied version for dev branch of Alan/Sarathy 5.6 patch.
42571              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
42572              From: Alan Burlison <Alan.Burlison@uk.sun.com>
42573              Date: Tue, 06 Feb 2001 23:37:01 +0000
42574              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
42575      Branch: perl
42576            ! regcomp.c
42577 ____________________________________________________________________________
42578 [  8710] By: alanbur                               on 2001/02/07  00:22:04
42579         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
42580              associated UTFied tr/// code.  Also fixed scoping leak of
42581              PL_reg_start_tmp.
42582      Branch: maint-5.6/pureperl
42583            ! op.c regcomp.c
42584 ____________________________________________________________________________
42585 [  8709] By: nick                                  on 2001/02/06  21:16:49
42586         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
42587              From: Michael G Schwern <schwern@pobox.com>
42588              Date: Sun, 4 Feb 2001 19:47:14 -0500
42589              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
42590      Branch: perl
42591            ! pod/perlapi.pod pod/perlmodlib.PL
42592 ____________________________________________________________________________
42593 [  8708] By: nick                                  on 2001/02/06  20:41:20
42594         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
42595              From: Michael G Schwern <schwern@pobox.com>
42596              Date: Sun, 4 Feb 2001 21:17:49 -0500
42597              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
42598      Branch: perl
42599            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
42600            ! pod/perltootc.pod
42601 ____________________________________________________________________________
42602 [  8707] By: nick                                  on 2001/02/06  20:29:11
42603         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
42604              From: Michael G Schwern <schwern@pobox.com>
42605              Date: Tue, 6 Feb 2001 05:54:30 -0500
42606              Message-Id: <20010206055430.A951@blackrider.aocn.com>
42607      Branch: perl
42608            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
42609 ____________________________________________________________________________
42610 [  8706] By: nick                                  on 2001/02/06  20:21:40
42611         Log: Subject: RE: some win32 fixes
42612              Date: Tue, 6 Feb 2001 09:23:20 +0300
42613              From: Vadim Konovalov <vkonovalov@lucent.com>
42614              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
42615      Branch: perl
42616            ! toke.c win32/Makefile win32/config.bc win32/config.gc
42617            ! win32/config.vc win32/config_H.bc win32/makefile.mk
42618 ____________________________________________________________________________
42619 [  8705] By: alanbur                               on 2001/02/06  15:00:03
42620         Log: Synchronised with parent
42621      Branch: maint-5.6/pureperl
42622            ! regexec.c
42623           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
42624           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
42625 ____________________________________________________________________________
42626 [  8704] By: alanbur                               on 2001/02/06  14:55:24
42627         Log: Fixed UMRs and leak in Perl_pmtrans()
42628      Branch: maint-5.6/pureperl
42629            ! op.c
42630 ____________________________________________________________________________
42631 [  8703] By: gsar                                  on 2001/02/06  02:29:37
42632         Log: $(MAKE) distclean doesn't clean up properly on windows
42633      Branch: maint-5.6/perl
42634            ! win32/Makefile win32/makefile.mk
42635 ____________________________________________________________________________
42636 [  8702] By: gsar                                  on 2001/02/06  01:00:46
42637         Log: tweak change#8659 to keep it simple
42638      Branch: maint-5.6/perl
42639            ! utils/perldoc.PL
42640 ____________________________________________________________________________
42641 [  8701] By: gsar                                  on 2001/02/05  22:45:41
42642         Log: change#8693 was missing testsuite changes
42643      Branch: maint-5.6/perl
42644           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
42645 ____________________________________________________________________________
42646 [  8700] By: nick                                  on 2001/02/05  20:32:52
42647         Log: Integrate mainline
42648      Branch: perlio
42649           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
42650           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
42651           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
42652           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
42653           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
42654           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
42655           +> t/lib/test-harness.t
42656           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
42657           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
42658           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
42659           !> pod/perlutil.pod t/TEST utils/h2xs.PL
42660 ____________________________________________________________________________
42661 [  8699] By: nick                                  on 2001/02/05  19:41:07
42662         Log: Subject: perlfaq2, re: perlmongers
42663              From: David H. Adler <dha@panix.com>
42664              Date: Sun, 4 Feb 2001 23:48:23 -0500
42665              Message-Id: <20010204234823.A13429@panix.com>
42666      Branch: perl
42667            ! pod/perlfaq2.pod
42668 ____________________________________________________________________________
42669 [  8698] By: nick                                  on 2001/02/05  19:39:31
42670         Log: Missed file f#rom the testharness mess.
42671      Branch: perl
42672            + t/lib/test-harness.t
42673 ____________________________________________________________________________
42674 [  8697] By: nick                                  on 2001/02/05  19:37:21
42675         Log: Subject: [DOC PATCH] overload.pm nits
42676              From: John Tobey <jtobey@john-edwin-tobey.org>
42677              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
42678              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
42679      Branch: perl
42680            ! lib/overload.pm
42681 ____________________________________________________________________________
42682 [  8696] By: alanbur                               on 2001/02/05  11:56:00
42683         Log: Sync with parent
42684      Branch: maint-5.6/pureperl
42685           !> thread.h
42686 ____________________________________________________________________________
42687 [  8695] By: gsar                                  on 2001/02/05  03:27:34
42688         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
42689      Branch: maint-5.6/perl
42690            ! thread.h
42691 ____________________________________________________________________________
42692 [  8694] By: alanbur                               on 2001/02/05  00:07:47
42693         Log: Initial branch creation from //depot/maint-5.6/perl
42694      Branch: maint-5.6/pureperl
42695           +> (branch 1719 files)
42696 ____________________________________________________________________________
42697 [  8693] By: gsar                                  on 2001/02/04  22:38:49
42698         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
42699              changes)
42700      Branch: maint-5.6/perl
42701           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
42702           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
42703           !> ext/DB_File/version.c
42704 ____________________________________________________________________________
42705 [  8692] By: nick                                  on 2001/02/04  18:15:57
42706         Log: The missed t/TEST part of the grand testharness upgrade.
42707      Branch: perl
42708            ! t/TEST
42709 ____________________________________________________________________________
42710 [  8691] By: nick                                  on 2001/02/04  18:05:17
42711         Log: New improved test harness
42712              Subject: Re: [PATCH Test::Harness] Third time's a charm?
42713              From: Michael G Schwern <schwern@pobox.com>
42714              Date: Sun, 4 Feb 2001 08:01:20 -0500
42715              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
42716      Branch: perl
42717            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
42718            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
42719            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
42720            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
42721            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
42722            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
42723            ! MANIFEST lib/Test/Harness.pm
42724 ____________________________________________________________________________
42725 [  8690] By: nick                                  on 2001/02/04  17:57:51
42726         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
42727              From: Jonathan Stowe <gellyfish@gellyfish.com>
42728              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
42729              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
42730      Branch: perl
42731            ! utils/h2xs.PL
42732 ____________________________________________________________________________
42733 [  8689] By: nick                                  on 2001/02/04  17:55:24
42734         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
42735              From: Michael G Schwern <schwern@pobox.com>
42736              Date: Sat, 3 Feb 2001 22:46:38 -0500
42737              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
42738      Branch: perl
42739            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
42740            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
42741 ____________________________________________________________________________
42742 [  8688] By: nick                                  on 2001/02/04  17:43:55
42743         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
42744              length byfailing to spot lack of closing )
42745              From: nick@talking.bollo.cx
42746              Date: Sat, 03 Feb 2001 23:53:16 +0000
42747              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
42748      Branch: perl
42749            ! perlio.c pod/perldiag.pod
42750 ____________________________________________________________________________
42751 [  8687] By: jhi                                   on 2001/02/03  17:11:42
42752         Log: HP-UX thread patches from Merijn H. Brand.
42753      Branch: maint-5.6/perl
42754            ! README.hpux hints/hpux.sh
42755 ____________________________________________________________________________
42756 [  8686] By: jhi                                   on 2001/02/03  16:40:12
42757         Log: Metaconfig changes for #8685.
42758      Branch: metaconfig
42759            ! U/installdirs/instubperl.U
42760      Branch: metaconfig/U/perl
42761            ! Devel.U versiononly.U
42762 ____________________________________________________________________________
42763 [  8685] By: jhi                                   on 2001/02/03  16:39:49
42764         Log: For -Dusedevel builds turn off installusrbinperl and turn on
42765              versiononly, a combined idea of Richard Soderberg and Merijn
42766              H. Brand.  You can still override both of these from the command
42767              line if you need to, -Dinstallusrbinperl and -Uversiononly.
42768      Branch: perl
42769            ! Configure
42770 ____________________________________________________________________________
42771 [  8684] By: jhi                                   on 2001/02/03  16:16:34
42772         Log: Metaconfig unit fix for #8683.
42773      Branch: metaconfig
42774            ! U/compline/nblock_io.U
42775 ____________________________________________________________________________
42776 [  8683] By: jhi                                   on 2001/02/03  16:16:12
42777         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
42778              reported by Peter Prymmer for 5.6-TRIAL1.
42779      Branch: perl
42780            ! Configure
42781 ____________________________________________________________________________
42782 [  8682] By: jhi                                   on 2001/02/03  05:52:11
42783         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
42784              to work correctly.
42785      Branch: maint-5.6/perl
42786            ! hints/irix_6.sh
42787 ____________________________________________________________________________
42788 [  8681] By: jhi                                   on 2001/02/03  05:47:33
42789         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
42790      Branch: maint-5.6/perl
42791            ! pod/perlport.pod
42792 ____________________________________________________________________________
42793 [  8680] By: jhi                                   on 2001/02/02  21:39:49
42794         Log: perlport update from Peter Prymmer.
42795      Branch: maint-5.6/perl
42796            ! pod/perlport.pod
42797 ____________________________________________________________________________
42798 [  8679] By: nick                                  on 2001/02/02  20:50:48
42799         Log: Integrate mainline
42800      Branch: perlio
42801           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
42802           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
42803           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
42804 ____________________________________________________________________________
42805 [  8678] By: gsar                                  on 2001/02/02  16:02:12
42806         Log: note about bincompat, slightly modified (from Lupe Christoph)
42807      Branch: maint-5.6/perl
42808            ! README.solaris
42809 ____________________________________________________________________________
42810 [  8677] By: jhi                                   on 2001/02/02  15:46:20
42811         Log: Supported platforms updates.
42812      Branch: maint-5.6/perl
42813            ! pod/perlport.pod
42814 ____________________________________________________________________________
42815 [  8676] By: jhi                                   on 2001/02/02  03:41:26
42816         Log: A couple more perlfaq2 tweaks.
42817      Branch: maint-5.6/perl
42818            ! pod/perlfaq2.pod
42819 ____________________________________________________________________________
42820 [  8675] By: jhi                                   on 2001/02/02  03:17:44
42821         Log: Misedit in #8661.
42822      Branch: maint-5.6/perl
42823            ! Configure
42824 ____________________________________________________________________________
42825 [  8674] By: jhi                                   on 2001/02/02  03:14:38
42826         Log: Damien again.
42827      Branch: maint-5.6/perl
42828            ! pod/perlfaq2.pod
42829 ____________________________________________________________________________
42830 [  8673] By: jhi                                   on 2001/02/02  03:12:40
42831         Log: perlfaq update from Elaine Ashton.
42832      Branch: maint-5.6/perl
42833            ! pod/perlfaq2.pod
42834 ____________________________________________________________________________
42835 [  8672] By: jhi                                   on 2001/02/02  03:07:08
42836         Log: UTF-8 s/// patch from Inaba Hiroto.
42837      Branch: maint-5.6/perl
42838            ! pp_ctl.c pp_hot.c
42839 ____________________________________________________________________________
42840 [  8671] By: jhi                                   on 2001/02/01  22:34:31
42841         Log: Update Changes.
42842      Branch: perl
42843            ! Changes patchlevel.h
42844 ____________________________________________________________________________
42845 [  8670] By: jhi                                   on 2001/02/01  22:15:29
42846         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
42847              from maintperl.
42848              
42849              Upgrade to Getopt::Long 2.25, from Johan Vromans.
42850              
42851              more files need to be writable in the source distribution
42852              
42853              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
42854              
42855              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
42856              
42857              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
42858              
42859              Allow the float to be fuzzier.
42860              
42861              need to use INT2PTR instead of a straight cast or ia64 fails
42862              
42863              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
42864              
42865              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
42866      Branch: perl
42867           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
42868           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
42869           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
42870 ____________________________________________________________________________
42871 [  8669] By: jhi                                   on 2001/02/01  21:57:02
42872         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
42873              From: Robin Barker <rmb1@cise.npl.co.uk>
42874              Date: Thu, 1 Feb 2001 16:59:05 GMT
42875              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
42876      Branch: maint-5.6/perl
42877            ! pod/perlmodlib.PL
42878 ____________________________________________________________________________
42879 [  8668] By: nick                                  on 2001/02/01  19:41:40
42880         Log: Integrate mainline
42881      Branch: perlio
42882           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
42883           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
42884           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
42885 ____________________________________________________________________________
42886 [  8667] By: gsar                                  on 2001/02/01  16:59:11
42887         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
42888      Branch: maint-5.6/perl
42889            ! embed.pl embedvar.h
42890 ____________________________________________________________________________
42891 [  8666] By: gsar                                  on 2001/02/01  16:34:51
42892         Log: add missing entries to win32/config.?c
42893      Branch: maint-5.6/perl
42894            ! win32/config.bc win32/config.gc win32/config.vc
42895            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
42896 ____________________________________________________________________________
42897 [  8665] By: jhi                                   on 2001/02/01  14:58:51
42898         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
42899              From: "Stephen P. Potter" <spp@spotter.yi.org>
42900              Date: Thu, 01 Feb 2001 10:45:46 -0500
42901              Message-Id: <200102011545.KAA31479@spotter.yi.org>
42902      Branch: maint-5.6/perl
42903            ! pod/perlfunc.pod
42904 ____________________________________________________________________________
42905 [  8664] By: gsar                                  on 2001/02/01  14:52:37
42906         Log: need to use INT2PTR instead of a straight cast or ia64 fails
42907              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
42908      Branch: maint-5.6/perl
42909            ! ext/POSIX/POSIX.xs
42910 ____________________________________________________________________________
42911 [  8663] By: jhi                                   on 2001/02/01  14:09:13
42912         Log: Allow the float to be fuzzier.
42913      Branch: maint-5.6/perl
42914            ! t/lib/peek.t
42915 ____________________________________________________________________________
42916 [  8662] By: jhi                                   on 2001/02/01  13:59:00
42917         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
42918              From: Robin Barker <rmb1@cise.npl.co.uk>
42919              Date: Thu, 1 Feb 2001 13:05:39 GMT
42920              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
42921      Branch: maint-5.6/perl
42922            ! pod/perlmodlib.pod
42923 ____________________________________________________________________________
42924 [  8661] By: jhi                                   on 2001/02/01  13:57:38
42925         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
42926              Date: Thu, 01 Feb 2001 14:15:41 +0100
42927              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
42928              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
42929              
42930              Have the $ccflags in the gcc version test (strange, this change
42931              is claimed to be have been integrated already)
42932      Branch: maint-5.6/perl
42933            ! Configure
42934 ____________________________________________________________________________
42935 [  8660] By: jhi                                   on 2001/02/01  13:44:10
42936         Log: Integrate changes #7950,7964,7962 from mainline.
42937              
42938              Find the stdchar signedness using cpp, should fix some of
42939              the Solaris compiler warnings reported by Alan Burlison.
42940      Branch: maint-5.6/perl
42941           !> Configure config_h.SH
42942 ____________________________________________________________________________
42943 [  8659] By: jhi                                   on 2001/02/01  05:35:32
42944         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
42945              From: Jan Dubois <JanD@ActiveState.com>
42946              Date: Wed, 31 Jan 2001 21:17:03 -0800
42947              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
42948      Branch: maint-5.6/perl
42949            ! utils/perldoc.PL
42950 ____________________________________________________________________________
42951 [  8658] By: jhi                                   on 2001/02/01  04:33:17
42952         Log: Integrate the README.os390 and README.posix-bc parts of mainline
42953              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
42954              installperl parts were taken care of by #8657.)
42955      Branch: maint-5.6/perl
42956           !> README.os390 README.posix-bc
42957 ____________________________________________________________________________
42958 [  8657] By: jhi                                   on 2001/02/01  04:29:21
42959         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
42960              From: Peter Prymmer <pvhp@forte.com>
42961              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
42962              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
42963      Branch: maint-5.6/perl
42964            + ext/DynaLoader/dl_dllload.xs
42965            ! MANIFEST Makefile.SH hints/os390.sh installperl
42966 ____________________________________________________________________________
42967 [  8656] By: jhi                                   on 2001/02/01  04:25:45
42968         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
42969              From: Peter Prymmer <pvhp@forte.com>
42970              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
42971              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
42972      Branch: maint-5.6/perl
42973            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
42974 ____________________________________________________________________________
42975 [  8655] By: jhi                                   on 2001/02/01  04:14:47
42976         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
42977              From: troc@netrus.net
42978              Date: Wed, 31 Jan 2001 22:31:26 -0500
42979              Message-Id: <200102010331.WAA117.85@rocco.homenet>
42980      Branch: maint-5.6/perl
42981            ! os2/os2.c
42982 ____________________________________________________________________________
42983 [  8654] By: jhi                                   on 2001/02/01  04:12:52
42984         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
42985              as reported by Alan Burlison.
42986      Branch: maint-5.6/perl
42987            ! pp.h
42988 ____________________________________________________________________________
42989 [  8653] By: jhi                                   on 2001/02/01  04:05:12
42990         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
42991              From: dsugalski@northernlight.com
42992              Date: Wed, 31 Jan 2001 18:54:11 -0500
42993              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
42994      Branch: maint-5.6/perl
42995            ! configure.com
42996 ____________________________________________________________________________
42997 [  8652] By: jhi                                   on 2001/02/01  04:03:11
42998         Log: Misplaced #endif.
42999              
43000              Subject: [perl-5-6-1-trial2] patches for EPOC
43001              From: Olaf Flebbe <O.Flebbe@science-computing.de>
43002              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
43003              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
43004      Branch: maint-5.6/perl
43005            ! epoc/epocish.c
43006 ____________________________________________________________________________
43007 [  8651] By: jhi                                   on 2001/02/01  04:00:25
43008         Log: Integrate changes #8647,8648,8650 from mainline.
43009              
43010              Macrofy a magic UTF-8 test.
43011              
43012              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
43013              
43014              Watch out for cross compiling for EPOC (usually done on linux).
43015      Branch: maint-5.6/perl
43016           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
43017 ____________________________________________________________________________
43018 [  8650] By: jhi                                   on 2001/02/01  03:56:20
43019         Log: Watch out for cross compiling for EPOC (usually done on linux)
43020              
43021              Subject: [perl-5-6-1-trial2] patches for EPOC
43022              From: Olaf Flebbe <O.Flebbe@science-computing.de>
43023              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
43024              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
43025      Branch: perl
43026            ! ext/Errno/Errno_pm.PL
43027 ____________________________________________________________________________
43028 [  8649] By: gsar                                  on 2001/02/01  00:46:00
43029         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
43030      Branch: maint-5.6/perl
43031            ! sv.c
43032 ____________________________________________________________________________
43033 [  8648] By: jhi                                   on 2001/01/31  23:35:36
43034         Log: All the uses of PL_numeric_radix must be protected by
43035              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
43036              
43037              Subject: [perl-5-6-1-trial2] patches for EPOC
43038              From: Olaf Flebbe <O.Flebbe@science-computing.de>
43039              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
43040              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
43041      Branch: perl
43042            ! sv.c
43043 ____________________________________________________________________________
43044 [  8647] By: jhi                                   on 2001/01/31  22:56:16
43045         Log: Macrofy a magic UTF-8 test.
43046      Branch: perl
43047            ! utf8.c utf8.h
43048 ____________________________________________________________________________
43049 [  8646] By: gsar                                  on 2001/01/31  15:55:12
43050         Log: update Changes
43051      Branch: maint-5.6/perl
43052            ! Changes
43053 ____________________________________________________________________________
43054 [  8645] By: gsar                                  on 2001/01/31  15:10:14
43055         Log: Configure tweak suggested by Peter Prymmer
43056      Branch: maint-5.6/perl
43057            ! Configure
43058 ____________________________________________________________________________
43059 [  8644] By: gsar                                  on 2001/01/31  15:06:32
43060         Log: more files need to be writable in the source distribution
43061      Branch: maint-5.6/perl
43062            ! Porting/makerel
43063 ____________________________________________________________________________
43064 [  8643] By: jhi                                   on 2001/01/31  14:59:46
43065         Log: Integrate changes #8258,8278,8279 from mainline.
43066              
43067              Make the large file tests more robust/talkative.
43068      Branch: maint-5.6/perl
43069           !> t/lib/syslfs.t t/op/lfs.t
43070 ____________________________________________________________________________
43071 [  8642] By: gsar                                  on 2001/01/31  14:53:48
43072         Log: integrate changes#8311,8334 from mainline
43073              
43074              Add a new MakeMaker variable PM_FILTER that defines a Unix
43075              filter to be run on each .pm during the pm_to_blib() phase,
43076              a fixed version of
43077              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
43078              
43079              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
43080              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
43081              accurate reading of the "atime".  
43082      Branch: maint-5.6/perl
43083           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
43084           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
43085           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
43086 ____________________________________________________________________________
43087 [  8641] By: jhi                                   on 2001/01/31  14:46:37
43088         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
43089      Branch: maint-5.6/perl
43090            ! lib/Getopt/Long.pm
43091 ____________________________________________________________________________
43092 [  8640] By: gsar                                  on 2001/01/31  14:40:24
43093         Log: make regen_all
43094      Branch: maint-5.6/perl
43095            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
43096 ____________________________________________________________________________
43097 [  8639] By: gsar                                  on 2001/01/31  14:37:25
43098         Log: refresh windows config files
43099      Branch: maint-5.6/perl
43100            ! win32/Makefile win32/config_H.bc win32/config_H.gc
43101            ! win32/config_H.vc win32/makefile.mk
43102 ____________________________________________________________________________
43103 [  8638] By: gsar                                  on 2001/01/31  14:28:10
43104         Log: makefile tweaks for windows: introduce a bulk-switch to enable
43105              same options as ActivePerl; sync changes with makefile.mk
43106      Branch: maint-5.6/perl
43107            ! win32/Makefile win32/makefile.mk
43108 ____________________________________________________________________________
43109 [  8637] By: jhi                                   on 2001/01/31  04:41:30
43110         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
43111              From: Nicholas Clark <nick@ccl4.org>
43112              Date: Tue, 30 Jan 2001 19:51:05 +0000
43113              Message-ID: <20010130195105.R76607@plum.flirble.org> 
43114              
43115              op/inc cure.
43116      Branch: perl
43117            ! pp.c pp.h pp_hot.c t/op/arith.t
43118 ____________________________________________________________________________
43119 [  8636] By: jhi                                   on 2001/01/31  02:38:32
43120         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
43121              no perlio],8257,8380,8479,8515 from mainline.
43122              
43123              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
43124              
43125              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
43126              Subject: [PATCH perl@8133] fix-up for VMS extensions
43127              
43128              In VMS embedded perls couldn't access the statically built Socket.
43129              
43130              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
43131              
43132              Further VMS piping fixes from Charles Lane.
43133              
43134              Subject:  [PATCH] make t/op/misc.t work on VMS
43135              
43136              Add tracing for debugging extensions builds in VMS.
43137              
43138              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
43139      Branch: maint-5.6/perl
43140           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
43141           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
43142           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
43143 ____________________________________________________________________________
43144 [  8635] By: jhi                                   on 2001/01/31  01:46:41
43145         Log: Integrate change #7732 from mainline.
43146              
43147              Sparc 64-bit pack() fix from Jens Hamisch.
43148      Branch: maint-5.6/perl
43149           !> pp.c
43150 ____________________________________________________________________________
43151 [  8634] By: jhi                                   on 2001/01/31  01:41:16
43152         Log: One spot missing from #8626.
43153      Branch: maint-5.6/perl
43154            ! sv.c
43155 ____________________________________________________________________________
43156 [  8633] By: jhi                                   on 2001/01/31  00:49:17
43157         Log: Integrate change #7495 from mainline.
43158              
43159              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
43160      Branch: maint-5.6/perl
43161           !> MANIFEST ext/re/Makefile.PL
43162 ____________________________________________________________________________
43163 [  8632] By: jhi                                   on 2001/01/30  23:38:49
43164         Log: Integrate change #8396 from mainline.
43165              
43166              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
43167              better multicast support (resend)
43168      Branch: maint-5.6/perl
43169           !> ext/Socket/Socket.pm
43170 ____________________________________________________________________________
43171 [  8631] By: jhi                                   on 2001/01/30  23:28:03
43172         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
43173              
43174              More AIX lore. (7514, ext/re/hints/aix.pl)
43175              
43176              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
43177              
43178              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)
43179              
43180              Subject: [ID 20001214.002] Net::Ping patch
43181              
43182              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
43183              
43184              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
43185              
43186              Add ReuseAddr as a (preferred) alias for Reuse as we now
43187              also have ReusePort.
43188              
43189              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
43190      Branch: maint-5.6/perl
43191           +> ext/re/hints/aix.pl
43192           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
43193           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
43194 ____________________________________________________________________________
43195 [  8630] By: jhi                                   on 2001/01/30  23:03:59
43196         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
43197              
43198              read() documentation tweak for 20001121.004.
43199              
43200              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
43201      Branch: maint-5.6/perl
43202           !> pod/perlfunc.pod pod/perlre.pod
43203 ____________________________________________________________________________
43204 [  8629] By: jhi                                   on 2001/01/30  22:41:57
43205         Log: Integrate change #8098 from mainline.
43206              
43207              fastgetcwd is defined using a glob alias on a $^O dependent basis
43208              and there was no default assignment or perl subroutine.
43209      Branch: maint-5.6/perl
43210           !> lib/Cwd.pm
43211 ____________________________________________________________________________
43212 [  8628] By: jhi                                   on 2001/01/30  21:58:52
43213         Log: Integrate change #7866 from mainline.
43214              
43215              File::Temp 0.11.
43216      Branch: maint-5.6/perl
43217           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
43218 ____________________________________________________________________________
43219 [  8627] By: jhi                                   on 2001/01/30  21:39:44
43220         Log: Integrate changes #8075,8086,8228 from mainline.  
43221              
43222              Darwin is not Windows. (8075,8086)
43223              
43224              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
43225      Branch: maint-5.6/perl
43226           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
43227           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
43228           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
43229           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
43230 ____________________________________________________________________________
43231 [  8626] By: jhi                                   on 2001/01/30  21:22:11
43232         Log: Integrate with tweakery the change #8625 from mainline,
43233              the multibyte decimal separator fix ("fa_IR locale failure").
43234      Branch: maint-5.6/perl
43235            ! embedvar.h perlapi.h
43236           !> intrpvar.h perl.c perl.h sv.c util.c
43237 ____________________________________________________________________________
43238 [  8625] By: jhi                                   on 2001/01/30  20:26:33
43239         Log: Fix for the fa_IR locale failure.  The reason for the failure
43240              was that Perl was assuming the decimal separator aka the radix
43241              separator is one character.  The Farsi-Iranian locale crushed
43242              that bad assumption since there the separator is 'Momayyez',
43243              glyphwise looking somewhat like a slash, and in Unicode UTF-8
43244              encoded in two bytes, 0xd9 0xab.
43245      Branch: perl
43246            ! intrpvar.h perl.c perl.h sv.c util.c
43247 ____________________________________________________________________________
43248 [  8624] By: gsar                                  on 2001/01/30  20:17:03
43249         Log: regen_headers
43250      Branch: maint-5.6/perl
43251            ! Makefile.SH pod/perlintern.pod
43252 ____________________________________________________________________________
43253 [  8623] By: gsar                                  on 2001/01/30  19:42:34
43254         Log: backout change#7431 and its dependents (causes spurious rebuilds
43255              of autogenerated files)
43256              
43257              fix benign b.t failure
43258      Branch: maint-5.6/perl
43259            ! Makefile.SH t/lib/b.t
43260 ____________________________________________________________________________
43261 [  8622] By: jhi                                   on 2001/01/30  19:41:41
43262         Log: Microperl sync.
43263      Branch: perl
43264            ! mg.c perl.h
43265 ____________________________________________________________________________
43266 [  8621] By: gsar                                  on 2001/01/30  19:24:47
43267         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
43268              from mainline
43269              
43270              Subject: podlators 1.06 released
43271              
43272              Subject: [PATCH @8436] Eliminate op_children
43273              
43274              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
43275              
43276              (Replaced by #8448)  More op_children traces (cleanup of #8442).
43277              
43278              Subject: [PATCH #3 @8436] Re: Eliminate op_children
43279              Replace #8444 and #8445.
43280              
43281              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
43282              at the setting of the ofs_sv in new_struct_thread() as the
43283              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
43284              uninitialized fields are, uh, initialized with),
43285              SvREFCNT_inc()ing that invited a core dump.
43286              
43287              podlators 1.07, from Russ Allbery.
43288              
43289              Subject: [PATCH] regcomp.c old feature removal
43290              From: mjd@plover.com
43291              Date: 16 Jan 2001 14:43:18 -0000 
43292              Message-ID: <20010116144318.7140.qmail@plover.com> 
43293      Branch: maint-5.6/perl
43294           +> lib/Pod/Text/Overstrike.pm
43295           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
43296           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
43297           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
43298           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
43299           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
43300           !> util.c
43301 ____________________________________________________________________________
43302 [  8620] By: gsar                                  on 2001/01/30  18:48:32
43303         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
43304              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
43305              now fails one test)
43306              
43307              Subject: [PATCH] lvalue AUTOLOAD. No, really.
43308              
43309              Subject: [PATCH] Interesting syntax idea
43310              Make opens + bareword assigns do typeglob assigns.
43311              
43312              Tests for #8254.
43313              
43314              Subject: [PATCH @8269] Continue blocks and B::Deparse
43315              Make the peephole optimizer to bypass more null ops and
43316              and rewrite the deparse handling of continue blocks.
43317              
43318              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
43319              Doc tweak on #8313.
43320              
43321              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
43322              
43323              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
43324              
43325              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
43326              
43327              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
43328              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
43329              according to the platform.
43330              
43331              Subject: [PATCH @8404] Consolidated lvalue sub changes
43332              
43333              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
43334              
43335              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
43336              
43337              Subject: B::Concise -- an improved replacement for B::Terse 
43338              
43339              The B::Terse drop-in replacement wasn't quite drop-in.
43340              
43341              The LVRET macro needed an aTHX.
43342              
43343              Use the /^Perl_/-less form of is_lvalue_sub().
43344              
43345              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
43346      Branch: maint-5.6/perl
43347           +> ext/B/B/Concise.pm
43348           !> (integrate 27 files)
43349 ____________________________________________________________________________
43350 [  8619] By: nick                                  on 2001/01/30  18:40:28
43351         Log: Integrate mainline
43352      Branch: perlio
43353           !> (integrate 40 files)
43354 ____________________________________________________________________________
43355 [  8618] By: jhi                                   on 2001/01/30  18:37:18
43356         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
43357              Date: Mon, 29 Jan 2001 22:51:29 -0600
43358              From: "Craig A. Berry" <craigberry@mac.com>
43359              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
43360      Branch: perl
43361            ! vms/test.com
43362 ____________________________________________________________________________
43363 [  8617] By: jhi                                   on 2001/01/30  18:34:53
43364         Log: Subject: [PATCH] Add missing CV flags to dump.c
43365              From: Tim Jenness <t.jenness@jach.hawaii.edu>
43366              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
43367              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
43368      Branch: perl
43369            ! dump.c
43370 ____________________________________________________________________________
43371 [  8616] By: jhi                                   on 2001/01/30  18:20:58
43372         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
43373              part isn't applicable to maintperl.
43374              
43375              UTF-8 nit from Inaba Hiroto.
43376      Branch: maint-5.6/perl
43377           !> pod/perlapi.pod utf8.c
43378 ____________________________________________________________________________
43379 [  8615] By: jhi                                   on 2001/01/30  18:18:51
43380         Log: UTF-8 nit from Inaba Hiroto.
43381      Branch: perl
43382            ! pod/perlapi.pod t/op/each.t utf8.c
43383 ____________________________________________________________________________
43384 [  8614] By: jhi                                   on 2001/01/30  18:13:38
43385         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
43386              
43387              perl's internal variables are not for public consumption,
43388              move their docs from perlapi.pod to perlintern.pod
43389              
43390              support for -Dusethreads build under HP-UX 10.20 and DCE threads
43391              library (11.0 and later have pthreads but 10.x don't)
43392              
43393              avoid uninitialized value warnings
43394              
43395              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
43396              gets weird results)
43397              
43398              perldoc nit on windows
43399              
43400              make it possible to run the tests outside the source tree
43401              (there's still a dependency on ../lib being the library
43402              location)
43403      Branch: perl
43404           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
43405           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
43406           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
43407           !> win32/bin/search.pl win32/vdir.h
43408 ____________________________________________________________________________
43409 [  8613] By: gsar                                  on 2001/01/30  16:39:59
43410         Log: make it possible to run the tests outside the source tree
43411              (there's still a dependency on ../lib being the library
43412              location)
43413      Branch: maint-5.6/perl
43414            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
43415 ____________________________________________________________________________
43416 [  8612] By: gsar                                  on 2001/01/30  16:31:12
43417         Log: perldoc nit on windows
43418      Branch: maint-5.6/perl
43419            ! utils/perldoc.PL
43420 ____________________________________________________________________________
43421 [  8611] By: gsar                                  on 2001/01/30  16:22:54
43422         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
43423              gets weird results)
43424      Branch: maint-5.6/perl
43425            ! win32/vdir.h
43426 ____________________________________________________________________________
43427 [  8610] By: gsar                                  on 2001/01/30  16:12:45
43428         Log: avoid uninitialized value warnings
43429      Branch: maint-5.6/perl
43430            ! win32/bin/search.pl
43431 ____________________________________________________________________________
43432 [  8609] By: gsar                                  on 2001/01/30  16:08:01
43433         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
43434              library (11.0 and later have pthreads but 10.x don't)
43435      Branch: maint-5.6/perl
43436            ! hints/hpux.sh thread.h
43437 ____________________________________________________________________________
43438 [  8608] By: gsar                                  on 2001/01/30  15:48:55
43439         Log: perl's internal variables are not for public consumption,
43440              move their docs from perlapi.pod to perlintern.pod
43441      Branch: maint-5.6/perl
43442            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
43443            ! thrdvar.h
43444 ____________________________________________________________________________
43445 [  8607] By: gsar                                  on 2001/01/30  15:44:27
43446         Log: mistakenly branched perl56delta.pod, revert
43447      Branch: maint-5.6/perl
43448            - pod/perl56delta.pod
43449           !> pod/perldelta.pod
43450 ____________________________________________________________________________
43451 [  8606] By: gsar                                  on 2001/01/30  14:20:24
43452         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
43453              dTHR which has been a noop for a while now, except for the
43454              compatibility definition in thread.h)
43455      Branch: maint-5.6/perl
43456           !> (integrate 45 files)
43457 ____________________________________________________________________________
43458 [  8605] By: jhi                                   on 2001/01/30  05:43:58
43459         Log: Mark the UTF-8 APIs as experimental.
43460      Branch: maint-5.6/perl
43461            ! embed.pl pod/perlapi.pod
43462 ____________________________________________________________________________
43463 [  8604] By: jhi                                   on 2001/01/30  05:38:40
43464         Log: Nits from earlier integrates.
43465      Branch: maint-5.6/perl
43466            ! lib/Carp/Heavy.pm
43467           !> sv.c
43468 ____________________________________________________________________________
43469 [  8603] By: jhi                                   on 2001/01/30  05:27:26
43470         Log: Regenerate Porting files.
43471      Branch: maint-5.6/perl
43472            ! Porting/Glossary Porting/config.sh Porting/config_H
43473 ____________________________________________________________________________
43474 [  8602] By: jhi                                   on 2001/01/30  05:14:59
43475         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
43476              8310,8339,8447,8492,8493,8505,8525: documentation changes.
43477              
43478              Subject: Re: perlfaq style changes
43479              
43480              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
43481              
43482              Subject: [PATCH] docs on NaN
43483              
43484              Subject: [patch] perlfaq7
43485              
43486              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
43487              
43488              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
43489              
43490              Subject: [PATCH] open() example in perlfunc.pod
43491              
43492              Podify README.mpeix (a new version from the web)
43493              
43494              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
43495              
43496              Subject: [PATCH] format and rewording in perlfaq.pod
43497              
43498              Subject: [PATCH] API Variable documentation   
43499              
43500              Memory management calls documentation.
43501              
43502              Subject: [PATCH: perl@8482] README.vms URL updates
43503              
43504              Subject: Minor typos in perlfaq2.pod
43505              
43506              Subject: [PATCH] pod/perlvar.pod
43507      Branch: maint-5.6/perl
43508           +> pod/perl56delta.pod
43509            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
43510           !> README.amiga README.epoc README.mpeix README.vms
43511           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
43512           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
43513           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
43514           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
43515           !> pod/perlvar.pod thrdvar.h
43516 ____________________________________________________________________________
43517 [  8601] By: jhi                                   on 2001/01/30  04:38:35
43518         Log: Integrate changes #8036,8096,8253 from mainline:
43519              hints changes.
43520              
43521              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
43522              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
43523              
43524              Output the (apparent) version of gcc in Tru64.
43525      Branch: maint-5.6/perl
43526           +> ext/POSIX/hints/svr4.pl
43527           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
43528           !> hints/svr4.sh t/lib/bigfltpm.t
43529 ____________________________________________________________________________
43530 [  8600] By: jhi                                   on 2001/01/30  04:04:01
43531         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
43532              locale fixes.
43533              
43534              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
43535              
43536              Debian allows /usr/bin/locale to exist without any locales. (7868)
43537              
43538              Allow the locale test needing POSIX and the taint test
43539              needing IPC::SysV to run under 'minitest' (basically,
43540              bail out if loading the extension fails). (8384)
43541              
43542              Cleanup the locale.t output  (8480)
43543      Branch: maint-5.6/perl
43544           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
43545           !> t/pragma/locale.t
43546 ____________________________________________________________________________
43547 [  8599] By: jhi                                   on 2001/01/30  03:51:04
43548         Log: Missing generated files from #8598.
43549      Branch: maint-5.6/perl
43550            ! embed.h global.sym objXSUB.h perlapi.c proto.h
43551 ____________________________________________________________________________
43552 [  8598] By: jhi                                   on 2001/01/30  03:41:54
43553         Log: Integrate change #8555 from mainline, manually integrate parts
43554              of changes 8452 and 8583.
43555              
43556              Subject: [PATCH] utf8.c documentation (8452)
43557              
43558              No point in checking the length if the pointer is bogus. (8555)
43559              
43560              Introduce bytes_from_utf8() and implement sv_eq() using it,
43561              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
43562              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
43563              was malformed. (8583)
43564      Branch: maint-5.6/perl
43565            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
43566           !> pod/perlapi.pod sv.c utf8.c
43567 ____________________________________________________________________________
43568 [  8597] By: gsar                                  on 2001/01/30  02:37:26
43569         Log: get PERL_OBJECT build going again on windows
43570      Branch: maint-5.6/perl
43571            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
43572            ! pod/perlapi.pod proto.h sv.c
43573 ____________________________________________________________________________
43574 [  8596] By: jhi                                   on 2001/01/30  02:16:17
43575         Log: Signedness nit.
43576      Branch: perl
43577            ! sv.c
43578 ____________________________________________________________________________
43579 [  8595] By: jhi                                   on 2001/01/30  02:11:07
43580         Log: EBCDIC patch for Storable, from Peter Prymmer.
43581      Branch: perl
43582            ! t/lib/st-06compat.t
43583 ____________________________________________________________________________
43584 [  8594] By: jhi                                   on 2001/01/30  01:04:48
43585         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
43586              From: Peter Prymmer <pvhp@forte.com>
43587              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
43588              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
43589      Branch: perl
43590            ! t/lib/b.t
43591 ____________________________________________________________________________
43592 [  8593] By: jhi                                   on 2001/01/30  00:56:47
43593         Log: Subject: [PATCH: perl@8585] pod problems in io
43594              From: Peter Prymmer <pvhp@forte.com>
43595              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
43596              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
43597      Branch: perl
43598            ! pod/perlapio.pod pod/perliol.pod
43599 ____________________________________________________________________________
43600 [  8592] By: jhi                                   on 2001/01/30  00:48:20
43601         Log: Integrate perlio.
43602      Branch: perl
43603           !> pod/perlapio.pod pod/perliol.pod
43604 ____________________________________________________________________________
43605 [  8591] By: nick                                  on 2001/01/29  22:02:28
43606         Log: GNU 'merge' Simon's copy of perliol.pod with version
43607              patched by Craig's patch.
43608      Branch: perlio
43609            ! pod/perliol.pod
43610 ____________________________________________________________________________
43611 [  8590] By: nick                                  on 2001/01/29  21:55:10
43612         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
43613      Branch: perlio
43614            ! pod/perlapio.pod pod/perliol.pod
43615 ____________________________________________________________________________
43616 [  8589] By: jhi                                   on 2001/01/29  15:35:33
43617         Log: Integrate change #8586 from maint-5.6/perl.
43618              
43619              make the BOM detection code not call tell() until it has to
43620              (meant to fix esoteric compatibility issues where PL_rsfp
43621              is overridden)
43622      Branch: perl
43623           !> toke.c
43624 ____________________________________________________________________________
43625 [  8588] By: jhi                                   on 2001/01/29  15:29:11
43626         Log: Subject: MAking Solaris malloc() the default
43627              From: Lupe Christoph <lupe@lupe-christoph.de>
43628              Date: Mon, 29 Jan 2001 12:59:36 +0100
43629              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
43630              
43631              The README.solaris part slightly tweaked.
43632      Branch: perl
43633            ! README.solaris hints/solaris_2.sh
43634 ____________________________________________________________________________
43635 [  8587] By: jhi                                   on 2001/01/29  15:17:34
43636         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
43637              From: root@ak-75.mind.de
43638              Date: Sun, 28 Jan 2001 20:32:29 +0100
43639              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
43640      Branch: perl
43641            ! pod/perlre.pod
43642 ____________________________________________________________________________
43643 [  8586] By: gsar                                  on 2001/01/29  13:43:44
43644         Log: make the BOM detection code not call tell() until it has to
43645              (meant to fix esoteric compatibility issues where PL_rsfp
43646              is overridden)
43647      Branch: maint-5.6/perl
43648            ! toke.c
43649 ____________________________________________________________________________
43650 [  8585] By: jhi                                   on 2001/01/28  20:05:45
43651         Log: Update Changes.
43652      Branch: perl
43653            ! Changes patchlevel.h
43654 ____________________________________________________________________________
43655 [  8584] By: jhi                                   on 2001/01/28  19:30:02
43656         Log: Integrate perlio.
43657      Branch: perl
43658           +> pod/perliol.pod
43659           !> MANIFEST pod/perlapio.pod
43660 ____________________________________________________________________________
43661 [  8583] By: jhi                                   on 2001/01/28  19:28:40
43662         Log: Patch from Inaba Hiroto:
43663              - canonical UTF-8 hash keys: if a key string for a hash is
43664              UTF8-on, try downgrade the string and use it if
43665              unicode::distinct is not in effect.
43666              For the task, I added a function bytes_from_utf8() to utf8.c.
43667              It might resemble utf8_to_bytes() but it is not convenient
43668              to the task.
43669              Made a test for it and added to t/op/each.t
43670              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
43671              the mortal copy of the argument SV.
43672              And changed t/io/utf8.t test 18 which expects print() to
43673              upgrade its argument.
43674              - re-implement sv_eq with bytes_from_utf8()
43675              - some bug fixes
43676              - tr/// does not handle UTF8 range (\x{}-\x{})
43677              - \ before raw UTF8 character produced
43678              "Malformed UTF-8 character" warning.
43679              - "\x{100}\N{CENT SIGN}" is Malformed.
43680              Added tests for these 3.
43681              - and one silly bug (by me) with qu operator.
43682      Branch: perl
43683            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
43684            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
43685            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
43686 ____________________________________________________________________________
43687 [  8582] By: nick                                  on 2001/01/28  19:25:04
43688         Log: Add pod/perliol.pod to MANIFEST :-(
43689      Branch: perlio
43690            ! MANIFEST
43691 ____________________________________________________________________________
43692 [  8581] By: nick                                  on 2001/01/28  19:22:40
43693         Log: PerlIO documentation. Proofing and sub-editing requested.
43694      Branch: perlio
43695            + pod/perliol.pod
43696            ! pod/perlapio.pod
43697 ____________________________________________________________________________
43698 [  8580] By: jhi                                   on 2001/01/28  05:16:25
43699         Log: Revert the change to sv_2pv() done by #8054: Someone who
43700              did SvNV_set() on a scalar that also happened to be POK,
43701              followed by sv_2pv() won't get the right coercion anymore.
43702              [Sarathy]
43703      Branch: maint-5.6/perl
43704            ! sv.c
43705 ____________________________________________________________________________
43706 [  8579] By: jhi                                   on 2001/01/28  05:15:04
43707         Log: Remove the #8084 effect: do not allow -Q to be interpreted
43708              as -&Q(), this is too much wiggle room.
43709      Branch: maint-5.6/perl
43710            ! toke.c
43711 ____________________________________________________________________________
43712 [  8578] By: jhi                                   on 2001/01/28  05:12:45
43713         Log: Needed bits of #8439 (should have been in #8576),
43714              mainly for lval substr().
43715      Branch: maint-5.6/perl
43716            ! mg.c pp.c pp_hot.c
43717 ____________________________________________________________________________
43718 [  8577] By: jhi                                   on 2001/01/28  05:02:46
43719         Log: A missing check-in.
43720      Branch: maint-5.6/perl
43721            ! utf8.c
43722 ____________________________________________________________________________
43723 [  8576] By: jhi                                   on 2001/01/28  04:26:18
43724         Log: Integrate changes #8425,8436,8439,8517 from mainline.
43725              The 8439 was not truly integrated because it had too many
43726              dependencies on the development branch and because it introduced
43727              concepts too bold for a maintenance branch (such as the qu operator).
43728              
43729              Subject: [PATCH perl@8342] -Wformat
43730              
43731              Tighten some of the UTF-8 tests a bit.
43732              
43733              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
43734              - The substr lval was still not okay.
43735              - Now pp_stringify and sv_setsv copies source's UTF8 flag
43736              even if IN_BYTE.  pp_stringify is called from fold_constants
43737              at optimization phase and "\x{100}" was made SvUTF8_off under
43738              use bytes (the bytes pragma is for "byte semantics" and not
43739              for "do not produce UTF8 data")
43740      Branch: maint-5.6/perl
43741            ! t/lib/charnames.t t/op/substr.t toke.c
43742           !> sv.c t/pragma/utf8.t
43743 ____________________________________________________________________________
43744 [  8575] By: jhi                                   on 2001/01/28  04:01:51
43745         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
43746              
43747              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
43748              
43749              Subject: [ID 20001230.003] UTF-8 tr still hurts
43750              
43751              Test cases for #8385 (from Simon's "torture.pl")
43752              
43753              Start fixing UTF-8 lval substr() (8405)
43754      Branch: maint-5.6/perl
43755           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
43756           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
43757 ____________________________________________________________________________
43758 [  8574] By: jhi                                   on 2001/01/28  03:09:06
43759         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
43760              from mainline.
43761              
43762              UTF-8 cleanup.
43763              
43764              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
43765              
43766              "\x{FF}\xFF" was broken.
43767              
43768              Tests for #8329 and #8330.
43769              
43770              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
43771              
43772              IRIX compiler noticed that the bof initialization might be
43773              bypassed by control flow.
43774              
43775              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
43776      Branch: maint-5.6/perl
43777           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
43778           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
43779 ____________________________________________________________________________
43780 [  8573] By: jhi                                   on 2001/01/28  02:06:12
43781         Log: Retract #8552.
43782      Branch: perl
43783            ! lib/Text/Wrap.pm t/lib/textwrap.t
43784 ____________________________________________________________________________
43785 [  8572] By: jhi                                   on 2001/01/28  02:04:49
43786         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
43787              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
43788              not really integrated but instead salvaged by hand
43789              (they had too many dependencies on the development release
43790              to be cleanly integratable).
43791              
43792              Subject: more UTF8 test suites and an UTF8 patch
43793              
43794              Tweak for MULTIPLICITY/USE_PERLIO
43795              
43796              Signedness nit.
43797              
43798              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
43799              
43800              Use the UTF8_XXX macros in is_utf8_char().
43801              
43802              Rewrite pp_concat() in terms of sv_catsv().  The . operator
43803              should now be UTF-8-proof.
43804              
43805              Subject: [PATCH perl@8269] scanning two hex-constants
43806              fails on EBCDIC environment (script length.t)
43807              
43808              Add some Unicode chop() tests.
43809      Branch: maint-5.6/perl
43810            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
43811           !> sv.c t/op/chop.t utf8.h
43812 ____________________________________________________________________________
43813 [  8571] By: jhi                                   on 2001/01/28  00:35:59
43814         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
43815              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
43816              
43817              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
43818              
43819              The maxiters upper limit sanity check (guarding against
43820              non-progress) assumed bytes instead of characters in s///
43821              and split().
43822              
43823              Signedness nit.
43824              
43825              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
43826              join() should now be UTF-8-proof.
43827              
43828              More split // UTF-8 tests. (8250)
43829      Branch: maint-5.6/perl
43830           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
43831           !> util.c
43832 ____________________________________________________________________________
43833 [  8570] By: jhi                                   on 2001/01/27  22:15:46
43834         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
43835              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
43836              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
43837              8084,8204,8244,8333 from mainline.
43838              
43839              For -Q where Q might be a one-letter sub name one does no more
43840              get a warning about an unknown filetest (7941,7943,7944,8084).
43841              
43842              Subject: Re: [ID 20001130.011] expression parsing bug ?
43843              
43844              Make uv_to_utf8() to zero-terminate its output buffer.
43845              
43846              Split off t/op/length.t (7995)
43847              
43848              Split off t/op/utf8decode.t (7996)
43849              
43850              Remove an unnecessary 'use utf8' from the utf8.t (7998)
43851              
43852              Split off t/op/concat.t (8004)
43853              
43854              Split off t/op/ver.t (8005)
43855              
43856              Document utf8_length(), utf8_distance(), and utf8_hop().
43857              
43858              Document utf8_to_uv() better.
43859              
43860              Introduce macros for UTF8 decoding (8028,8033).
43861              
43862              Add test for reverse() (8030,8031).
43863              
43864              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
43865              
43866              Do not return the Unicode replacement character    on UTF-8
43867              decoding failure.
43868              
43869              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
43870              not this_utf8 i.e. the output string has one, but don't mess
43871              with source assumption. (8052,8053)
43872              
43873              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
43874              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
43875              was not expecting to be called with something that was already
43876              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
43877              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
43878              (8054)
43879              
43880              Recode the naughty binary bytes in utf8decode.t using the \xHH.
43881              
43882              Make some panic messages a bit more logical.
43883      Branch: maint-5.6/perl
43884           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
43885           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
43886           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
43887           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
43888           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
43889           !> utf8.c utf8.h
43890 ____________________________________________________________________________
43891 [  8569] By: jhi                                   on 2001/01/27  19:16:43
43892         Log: Integrate changes #7750 from perlio and #8566 from mainline.
43893      Branch: maint-5.6/perl
43894           !> regexec.c sv.c
43895 ____________________________________________________________________________
43896 [  8568] By: jhi                                   on 2001/01/27  18:06:51
43897         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
43898              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
43899              7935[-perlio.c],7936,7959,7965 from mainline.
43900              
43901              Change the "big byte" error message to "Wide character".
43902              (7355, the croak-if-wide-chars-in-print part ignored)
43903              
43904              Use UINT64_C().
43905              
43906              Introduce Perl_utf8_length().
43907              
43908              diff -se shows these as different (7753, forgotten check-ins)
43909              
43910              Subject: [PATCH] doop.c - UTF8 tr///
43911              
43912              If we use (aTHX_ ...) then put Perl_ on the front.
43913              
43914              Make utf8_length() and utf8_distance() to be less forgiving
43915              about bad UTF-8.
43916              
43917              Test line numbers are different with utf8.
43918              
43919              No need to scan till infinity, 13 is enough. (7872,7911)
43920              
43921              Subject: [PATCH] Tokeniser debugging
43922              
43923              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
43924              
43925              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
43926              
43927              Be more careful in Perl_sv_utf8_downgrade().
43928              
43929              Use DO_UTF8().
43930              
43931              Raw zero bytes in text files confuse at least GNU patch 2.1.
43932      Branch: maint-5.6/perl
43933           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
43934           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
43935           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
43936           !> t/pragma/utf8.t toke.c utf8.c utf8.h
43937 ____________________________________________________________________________
43938 [  8567] By: nick                                  on 2001/01/27  11:10:38
43939         Log: Integrate mainline
43940      Branch: perlio
43941           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
43942           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
43943           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
43944           !> toke.c
43945 ____________________________________________________________________________
43946 [  8566] By: jhi                                   on 2001/01/27  06:22:48
43947         Log: More documentation for the regexp context stack.
43948      Branch: perl
43949            ! regexec.c
43950 ____________________________________________________________________________
43951 [  8565] By: jhi                                   on 2001/01/27  05:21:57
43952         Log: Update Changes.
43953      Branch: perl
43954            ! Changes patchlevel.h
43955 ____________________________________________________________________________
43956 [  8564] By: jhi                                   on 2001/01/27  04:44:04
43957         Log: Threadedness patch for #8562 from Doug MacEachern.
43958      Branch: perl
43959            ! toke.c
43960 ____________________________________________________________________________
43961 [  8563] By: jhi                                   on 2001/01/27  04:26:24
43962         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
43963              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
43964              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
43965              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
43966      Branch: perl
43967            ! op.c
43968 ____________________________________________________________________________
43969 [  8562] By: jhi                                   on 2001/01/27  04:20:30
43970         Log: Subject: Re: Announce : Tokener reporting patch
43971              From: Simon Cozens <simon@cozens.net>
43972              Date: Mon, 22 Jan 2001 02:17:22 +0000
43973              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
43974      Branch: perl
43975            ! embed.h embed.pl proto.h toke.c
43976 ____________________________________________________________________________
43977 [  8561] By: jhi                                   on 2001/01/27  04:17:24
43978         Log: Forgot from #8545.  Oops.
43979      Branch: perl
43980            ! pp.c t/pragma/overload.t
43981 ____________________________________________________________________________
43982 [  8560] By: jhi                                   on 2001/01/27  03:01:47
43983         Log: A better module compilation test, use MANIFEST as suggested
43984              by Spider.
43985      Branch: perl
43986            ! t/lib/1_compile.t
43987 ____________________________________________________________________________
43988 [  8559] By: jhi                                   on 2001/01/27  02:50:48
43989         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
43990              From: Peter Prymmer <pvhp@forte.com>
43991              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
43992              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
43993      Branch: perl
43994            ! t/lib/b.t
43995 ____________________________________________________________________________
43996 [  8558] By: jhi                                   on 2001/01/27  02:27:05
43997         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
43998              From: Peter Prymmer <pvhp@forte.com>
43999              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
44000              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
44001      Branch: perl
44002            ! t/pragma/sub_lval.t
44003 ____________________________________________________________________________
44004 [  8557] By: jhi                                   on 2001/01/27  02:26:03
44005         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
44006              From: Peter Prymmer <pvhp@forte.com>
44007              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
44008              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
44009      Branch: perl
44010            ! t/lib/st-06compat.t
44011 ____________________________________________________________________________
44012 [  8556] By: jhi                                   on 2001/01/27  02:24:33
44013         Log: Subject: [PATCH: perl@8531] minor update to README.os390
44014              From: Peter Prymmer <pvhp@forte.com>
44015              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
44016              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
44017      Branch: perl
44018            ! README.os390
44019 ____________________________________________________________________________
44020 [  8555] By: jhi                                   on 2001/01/27  00:35:47
44021         Log: No point in checking the length before we know whether the pointer
44022              is bogus or not, fixes Abigail's odbm failures in Linux.
44023      Branch: perl
44024            ! sv.c
44025 ____________________________________________________________________________
44026 [  8554] By: nick                                  on 2001/01/26  19:01:31
44027         Log: Integrate mainline
44028      Branch: perlio
44029           !> lib/Text/Wrap.pm t/lib/textwrap.t
44030 ____________________________________________________________________________
44031 [  8553] By: jhi                                   on 2001/01/26  15:19:39
44032         Log: Integrate change #7792 from perlio (multiplicity fix),
44033              fix the AV leak in regex DEBUGGING (tiny part of the
44034              polymorphic regexp patch #8143).
44035      Branch: maint-5.6/perl
44036            ! regcomp.c
44037           !> scope.h
44038 ____________________________________________________________________________
44039 [  8552] By: jhi                                   on 2001/01/26  15:03:23
44040         Log: (Retracted by #8573)
44041              
44042              Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
44043              From: Michael G Schwern <schwern@pobox.com>
44044              Date: Fri, 26 Jan 2001 09:28:31 -0500
44045              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
44046      Branch: perl
44047            ! lib/Text/Wrap.pm t/lib/textwrap.t
44048 ____________________________________________________________________________
44049 [  8551] By: jhi                                   on 2001/01/26  02:33:19
44050         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
44051              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
44052              
44053              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
44054              
44055              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
44056              
44057              Message nit.
44058              
44059              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
44060              
44061              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
44062              
44063              (the cleanup of unused submatches in regtry() and regcppop())
44064              
44065              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
44066              stored and restored, and thusly was trounced by the utf8 swash
44067              routines.
44068              
44069              use utf8 not required to use \x{}.
44070              
44071              Removed two more tests that make no sense in UTF-8 since the test
44072              data is not in UTF-8.
44073              
44074              Get the three different space character classes right under utf8.
44075              
44076              Implement ANYOFUTF8 regprop() dumping.
44077              
44078              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
44079              
44080              Document the regex context pushing/popping a bit better.
44081      Branch: maint-5.6/perl
44082           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
44083           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
44084           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
44085           !> t/op/regmesg.t utf8.c
44086 ____________________________________________________________________________
44087 [  8550] By: nick                                  on 2001/01/25  19:42:30
44088         Log: Integrate mainline
44089      Branch: perlio
44090           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
44091           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
44092           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
44093           !> t/lib/bigint.t t/lib/bigintpm.t
44094 ____________________________________________________________________________
44095 [  8549] By: jhi                                   on 2001/01/25  15:22:28
44096         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
44097      Branch: maint-5.6/perl
44098            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
44099 ____________________________________________________________________________
44100 [  8548] By: jhi                                   on 2001/01/25  15:02:55
44101         Log: Integrate changes #7997,8063,8492,8547 from mainline.
44102              
44103              Subject: Re: STRLEN - what?
44104              
44105              Subject: [PATCH] perlguts.pod
44106              
44107              Memory management calls documentation.
44108              
44109              Layout using tabulator is not a good idea in a pod.
44110      Branch: maint-5.6/perl
44111           !> pod/perlguts.pod
44112 ____________________________________________________________________________
44113 [  8547] By: jhi                                   on 2001/01/25  14:49:05
44114         Log: Layout using tabulator is not a good idea in a pod.
44115      Branch: perl
44116            ! pod/perlguts.pod
44117 ____________________________________________________________________________
44118 [  8546] By: jhi                                   on 2001/01/25  14:31:12
44119         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
44120              from mainline.
44121              
44122              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
44123              
44124              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
44125              
44126              More Win32 editor/IDE/shell hints.
44127              
44128              More Win32 Perling.
44129              
44130              Yet another editor edit.
44131              
44132              Edit edit edit.
44133              
44134              IDE/editor section tweaking.
44135              
44136              Few more IDE/editor nits from p5p.
44137      Branch: maint-5.6/perl
44138           !> pod/perlfaq3.pod
44139 ____________________________________________________________________________
44140 [  8545] By: jhi                                   on 2001/01/25  04:16:32
44141         Log: Subject: [PATCH 5.7.0] overload int()
44142              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44143              Date: Wed, 24 Jan 2001 19:06:57 -0500
44144              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
44145      Branch: perl
44146            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
44147            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
44148            ! t/lib/bigintpm.t
44149 ____________________________________________________________________________
44150 [  8544] By: jhi                                   on 2001/01/25  04:15:11
44151         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
44152              From: Peter Prymmer <pvhp@forte.com>
44153              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
44154              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
44155      Branch: perl
44156            ! Makefile.SH README.os390 hints/os390.sh installperl
44157 ____________________________________________________________________________
44158 [  8543] By: jhi                                   on 2001/01/25  03:52:08
44159         Log: Integrate change #8462,8469 from mainline.
44160              
44161              In VMS Perl subversion (perl -V) is undef.
44162      Branch: maint-5.6/perl
44163           !> configure.com
44164 ____________________________________________________________________________
44165 [  8542] By: jhi                                   on 2001/01/25  03:44:55
44166         Log: Integrate changes #7835,7850,8315,8316 from mainline.
44167              
44168              Solaris hints.
44169      Branch: maint-5.6/perl
44170           !> hints/solaris_2.sh
44171 ____________________________________________________________________________
44172 [  8541] By: jhi                                   on 2001/01/25  03:39:28
44173         Log: Integrate #8336 from mainline.
44174      Branch: maint-5.6/perl
44175           !> hv.c
44176 ____________________________________________________________________________
44177 [  8540] By: jhi                                   on 2001/01/25  03:23:50
44178         Log: Retract #8539.
44179      Branch: maint-5.6/perl
44180            ! pod/perlfaq3.pod
44181 ____________________________________________________________________________
44182 [  8539] By: jhi                                   on 2001/01/25  03:21:55
44183         Log: (Retracted by #8540.)
44184      Branch: maint-5.6/perl
44185            ! pod/perlfaq3.pod
44186 ____________________________________________________________________________
44187 [  8538] By: jhi                                   on 2001/01/25  03:14:07
44188         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
44189              From: Peter Prymmer <pvhp@forte.com>
44190              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
44191              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
44192              
44193              The VMS bits.
44194      Branch: maint-5.6/perl
44195            ! configure.com vms/descrip_mms.template
44196 ____________________________________________________________________________
44197 [  8537] By: jhi                                   on 2001/01/25  03:06:09
44198         Log: Integrate #7710,7824,7973 from mainline.
44199      Branch: maint-5.6/perl
44200           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
44201           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
44202           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
44203           !> vos/config.ga.def vos/config.ga.h win32/config.bc
44204           !> win32/config.gc win32/config.vc
44205 ____________________________________________________________________________
44206 [  8536] By: jhi                                   on 2001/01/24  13:50:20
44207         Log: Revert the edits made by me so far to the 5.6 branch since
44208              the TRIAL1 since I did edits when I should have been using
44209              integrates.  Bad programmer.   (Will integrate them properly later.)
44210              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
44211              The #8353 will not be reapplied at least for now since
44212              the UTF-8 hash keys need more thinking.
44213              (The patches #8347, #8354, #8454, #8473 were okay since they
44214              were original edits made specifically for the 5.6.1-TRIAL1.)
44215      Branch: maint-5.6/perl
44216            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
44217            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
44218            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
44219            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
44220            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
44221            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
44222            ! win32/config.bc win32/config.gc win32/config.vc
44223 ____________________________________________________________________________
44224 [  8535] By: bailey                                on 2001/01/24  06:37:02
44225         Log: SYN SYN
44226      Branch: vmsperl
44227           +> (branch 26 files)
44228           !> (integrate 130 files)
44229 ____________________________________________________________________________
44230 [  8534] By: nick                                  on 2001/01/23  19:30:57
44231         Log: Integrate mainline.
44232      Branch: perlio
44233           !> Changes Configure Porting/Glossary Porting/config.sh
44234           !> Porting/config_H embed.h embed.pl ext/Encode/compile
44235           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
44236           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
44237           !> pod/perlvar.pod proto.h t/lib/1_compile.t
44238 ____________________________________________________________________________
44239 [  8533] By: jhi                                   on 2001/01/23  16:15:46
44240         Log: Forgotten from #8501.
44241      Branch: perl
44242            ! Porting/Glossary Porting/config.sh Porting/config_H
44243 ____________________________________________________________________________
44244 [  8532] By: jhi                                   on 2001/01/23  16:13:27
44245         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
44246              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
44247              Date: Mon, 22 Jan 2001 17:51:58 +0100
44248              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
44249      Branch: perl
44250            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
44251 ____________________________________________________________________________
44252 [  8531] By: jhi                                   on 2001/01/23  15:46:01
44253         Log: Update Changes.
44254      Branch: perl
44255            ! Changes patchlevel.h
44256 ____________________________________________________________________________
44257 [  8530] By: jhi                                   on 2001/01/23  15:38:39
44258         Log: De-cut-and-pasto.
44259      Branch: perl
44260            ! t/lib/1_compile.t
44261 ____________________________________________________________________________
44262 [  8529] By: jhi                                   on 2001/01/23  15:11:04
44263         Log: Document the mkdir trailing slashes case.
44264      Branch: perl
44265            ! pod/perlfunc.pod
44266 ____________________________________________________________________________
44267 [  8528] By: jhi                                   on 2001/01/23  15:08:28
44268         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
44269              get installed:
44270              
44271              Subject: lib/lib.pm
44272              From: <abigail@foad.org>
44273              Date: Mon, 28 Aug 2000 20:35:08 -0400
44274              Message-ID: <20000829003508.21281.qmail@foad.org>
44275      Branch: perl
44276            ! installperl
44277 ____________________________________________________________________________
44278 [  8527] By: jhi                                   on 2001/01/23  14:44:04
44279         Log: Metaconfig unit change for #8526.
44280      Branch: metaconfig
44281            ! U/threads/archname.U
44282 ____________________________________________________________________________
44283 [  8526] By: jhi                                   on 2001/01/23  14:43:19
44284         Log: Attach -perlio to the archname if so selected.
44285      Branch: perl
44286            ! Configure
44287 ____________________________________________________________________________
44288 [  8525] By: jhi                                   on 2001/01/23  14:24:01
44289         Log: Subject: [PATCH] pod/perlvar.pod
44290              From: abigail@foad.org
44291              Date: Tue, 23 Jan 2001 01:41:10 +0100
44292              Message-ID: <20010123004110.22259.qmail@foad.org>
44293      Branch: perl
44294            ! pod/perlvar.pod
44295 ____________________________________________________________________________
44296 [  8524] By: jhi                                   on 2001/01/23  14:22:32
44297         Log: A bug introduced in #8217 (the undefined variable in the
44298              lib/safe1_t #3) fixed, by Charles Lane:
44299              
44300              The earlier patch made it so that stuff running in Safe
44301              compartments could do a "caller" and see "main".  That
44302              little change in name is done right before the code in
44303              the compartment is run, and apparantly the parser
44304              was picking up the stash name before it got changed.
44305              
44306              (why it was threaded vs. unthreaded Perl that was sensitive to this
44307              I still don't know...and it probably doesn't matter).
44308              
44309              I tryed removing the stash name-change and saw that threaded Perl
44310              did indeed pass the lib/safe1.t tests.
44311              
44312              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
44313              do the name change (and to connect _ in the compartment to the global
44314              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
44315              to call _safe_pkg_prep when creating a new compartment.
44316              
44317              Passes all tests with threaded perl on linux; passes all tests
44318              with unthreaded perl on VMS.
44319              
44320              At some point I'll probably want to revisit Safe and Opcode to
44321              provide more sensible handling of global variables...and to get
44322              formats working in Safe compartments, which they don't do currently.
44323      Branch: perl
44324            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
44325 ____________________________________________________________________________
44326 [  8523] By: jhi                                   on 2001/01/23  14:11:58
44327         Log: Also the lib/Thread.pm itself needs to be ignored if
44328              the Thread extension hasn't been built.
44329      Branch: perl
44330            ! t/lib/1_compile.t
44331 ____________________________________________________________________________
44332 [  8522] By: jhi                                   on 2001/01/23  13:51:28
44333         Log: print() instead of warn() so that stderr doesn't get
44334              unncessarily polluted.
44335      Branch: perl
44336            ! ext/Encode/compile
44337 ____________________________________________________________________________
44338 [  8521] By: jhi                                   on 2001/01/23  13:49:48
44339         Log: Integrate perlio.
44340      Branch: perl
44341           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
44342           !> ext/Encode/encode.h
44343 ____________________________________________________________________________
44344 [  8520] By: nick                                  on 2001/01/22  21:44:00
44345         Log: More messing with Encode:
44346              Extra fields in header to allow multiple names and to record
44347              other things "compile" knows.
44348              Re-organise compile to factor out common output routines.
44349      Branch: perlio
44350            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
44351 ____________________________________________________________________________
44352 [  8519] By: nick                                  on 2001/01/22  20:33:50
44353         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
44354      Branch: perlio
44355            ! ext/Encode/Makefile.PL ext/Encode/compile
44356 ____________________________________________________________________________
44357 [  8518] By: nick                                  on 2001/01/22  20:28:13
44358         Log: Integrate mainline
44359      Branch: perlio
44360           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
44361           !> vos/config.alpha.def vos/config.alpha.h
44362 ____________________________________________________________________________
44363 [  8517] By: jhi                                   on 2001/01/22  15:37:17
44364         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
44365              by Inaba Hiroto.
44366      Branch: perl
44367            ! sv.c
44368 ____________________________________________________________________________
44369 [  8516] By: jhi                                   on 2001/01/22  14:55:15
44370         Log: More SIG_SIZE fixes.
44371      Branch: perl
44372            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
44373 ____________________________________________________________________________
44374 [  8515] By: jhi                                   on 2001/01/22  14:50:27
44375         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
44376              From: "Craig A. Berry" <craigberry@mac.com>
44377              Date: Mon, 22 Jan 2001 00:42:24 -0600
44378              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
44379      Branch: perl
44380            ! configure.com
44381 ____________________________________________________________________________
44382 [  8514] By: jhi                                   on 2001/01/22  14:31:17
44383         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
44384              From: "Craig A. Berry" <craigberry@mac.com>
44385              Date: Sun, 21 Jan 2001 23:03:25 -0600
44386              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
44387      Branch: perl
44388            ! configure.com
44389 ____________________________________________________________________________
44390 [  8513] By: jhi                                   on 2001/01/22  14:14:00
44391         Log: Add the .ucm encoding tables to the MANIFEST.
44392      Branch: perl
44393            ! MANIFEST
44394 ____________________________________________________________________________
44395 [  8512] By: jhi                                   on 2001/01/22  13:43:33
44396         Log: Integrate perlio.
44397      Branch: perl
44398           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
44399           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
44400           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
44401           +> ext/Encode/Encode/iso8859-10.ucm
44402           +> ext/Encode/Encode/iso8859-13.ucm
44403           +> ext/Encode/Encode/iso8859-14.ucm
44404           +> ext/Encode/Encode/iso8859-15.ucm
44405           +> ext/Encode/Encode/iso8859-16.ucm
44406           +> ext/Encode/Encode/iso8859-2.ucm
44407           +> ext/Encode/Encode/iso8859-3.ucm
44408           +> ext/Encode/Encode/iso8859-4.ucm
44409           +> ext/Encode/Encode/iso8859-5.ucm
44410           +> ext/Encode/Encode/iso8859-6.ucm
44411           +> ext/Encode/Encode/iso8859-7.ucm
44412           +> ext/Encode/Encode/iso8859-8.ucm
44413           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
44414           +> ext/Encode/Encode/symbol.ucm
44415           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
44416           !> perliol.h
44417 ____________________________________________________________________________
44418 [  8511] By: nick                                  on 2001/01/21  23:44:47
44419         Log: Make "real" layers of ":utf8" and ":raw".
44420              So now PERLIO=utf8 perl ...
44421              does what Andreas wanted.
44422              Fix arg passing in open.pm (still have a Carp issue).
44423      Branch: perlio
44424            ! lib/open.pm perlio.c perliol.h
44425 ____________________________________________________________________________
44426 [  8510] By: jhi                                   on 2001/01/21  22:56:53
44427         Log: Document the regex content pushing/popping a bit better.
44428      Branch: perl
44429            ! regexec.c
44430 ____________________________________________________________________________
44431 [  8509] By: jhi                                   on 2001/01/21  22:55:44
44432         Log: Tweak the mkdir trailing slash code some more.
44433              
44434              TO DO: the same handling should probably be done for
44435              all the other filesystem functions that can have directories
44436              as their arguments.
44437      Branch: perl
44438            ! pp_sys.c
44439 ____________________________________________________________________________
44440 [  8508] By: nick                                  on 2001/01/21  21:37:43
44441         Log: Switch "compiled in" encodings to .ucm format.
44442              (Leave others as .enc till we can run-time load .ucm,
44443              or find some other way to load them.)
44444      Branch: perlio
44445            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
44446            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
44447            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
44448            + ext/Encode/Encode/iso8859-10.ucm
44449            + ext/Encode/Encode/iso8859-13.ucm
44450            + ext/Encode/Encode/iso8859-14.ucm
44451            + ext/Encode/Encode/iso8859-15.ucm
44452            + ext/Encode/Encode/iso8859-16.ucm
44453            + ext/Encode/Encode/iso8859-2.ucm
44454            + ext/Encode/Encode/iso8859-3.ucm
44455            + ext/Encode/Encode/iso8859-4.ucm
44456            + ext/Encode/Encode/iso8859-5.ucm
44457            + ext/Encode/Encode/iso8859-6.ucm
44458            + ext/Encode/Encode/iso8859-7.ucm
44459            + ext/Encode/Encode/iso8859-8.ucm
44460            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
44461            + ext/Encode/Encode/symbol.ucm
44462            ! ext/Encode/Makefile.PL ext/Encode/compile
44463 ____________________________________________________________________________
44464 [  8507] By: nick                                  on 2001/01/21  21:02:03
44465         Log: Integrate (partial) mainline.
44466      Branch: perlio
44467           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
44468           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
44469           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
44470 ____________________________________________________________________________
44471 [  8506] By: jhi                                   on 2001/01/21  20:09:30
44472         Log: Update Changes.
44473      Branch: perl
44474            ! Changes patchlevel.h
44475 ____________________________________________________________________________
44476 [  8505] By: jhi                                   on 2001/01/21  19:39:59
44477         Log: Subject: Minor typos in perlfaq2.pod
44478              From: "Stephen P. Potter" <spp@spotter.yi.org>
44479              Message-Id: <200101192101.QAA11911@spotter.yi.org>
44480              Date: Fri, 19 Jan 2001 16:01:13 -0500
44481              
44482              with a nit from Philip Netwon.
44483      Branch: perl
44484            ! pod/perlfaq2.pod
44485 ____________________________________________________________________________
44486 [  8504] By: jhi                                   on 2001/01/21  19:33:05
44487         Log: Metaconfig change for #8503.
44488      Branch: metaconfig
44489            ! U/threads/usethreads.U
44490 ____________________________________________________________________________
44491 [  8503] By: jhi                                   on 2001/01/21  19:32:21
44492         Log: Sanity check for conflicting thread flavours.
44493      Branch: perl
44494            ! Configure config_h.SH
44495 ____________________________________________________________________________
44496 [  8502] By: jhi                                   on 2001/01/21  19:23:00
44497         Log: Metaconfig change for #8501.
44498      Branch: metaconfig
44499            ! U/modified/sig_name.U
44500 ____________________________________________________________________________
44501 [  8501] By: jhi                                   on 2001/01/21  19:22:26
44502         Log: The SIG_SIZE is the number of the elements *excluding*
44503              the terminating NULL.
44504      Branch: perl
44505            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
44506            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
44507            ! win32/config_H.vc
44508 ____________________________________________________________________________
44509 [  8500] By: jhi                                   on 2001/01/21  18:31:31
44510         Log: Integrate perlio.
44511      Branch: perl
44512           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
44513           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
44514           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
44515           !> pp_sys.c proto.h sv.c
44516 ____________________________________________________________________________
44517 [  8499] By: jhi                                   on 2001/01/21  17:43:57
44518         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
44519              From: Hugo <hv@crypt.compulink.co.uk>
44520              Date: Sun, 21 Jan 2001 13:34:05 +0000
44521              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
44522              
44523              In sprintf UTF8ize only if necessary.
44524      Branch: perl
44525            ! sv.c
44526 ____________________________________________________________________________
44527 [  8498] By: nick                                  on 2001/01/21  16:25:32
44528         Log: Encode cleanup.
44529              Add command line control over "compile" so that Makefile.PL
44530              needs can be combined with other uses.
44531              Use command line options in Makefile.PL.
44532              Fix multi-byte parsing in .ucm files.
44533      Branch: perlio
44534            ! ext/Encode/Makefile.PL ext/Encode/compile
44535 ____________________________________________________________________________
44536 [  8497] By: nick                                  on 2001/01/21  12:56:27
44537         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
44538      Branch: perlio
44539            ! ext/Encode/Encode.xs
44540 ____________________________________________________________________________
44541 [  8496] By: nick                                  on 2001/01/21  12:18:45
44542         Log: Fixup after integrate:
44543              missed the .sym files that are changed by regen_headers
44544              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
44545      Branch: perlio
44546            ! global.sym pp.sym sv.c
44547 ____________________________________________________________________________
44548 [  8495] By: nick                                  on 2001/01/21  11:51:07
44549         Log: Integrate mainline.
44550      Branch: perlio
44551           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
44552           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
44553           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
44554           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
44555           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
44556           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
44557           !> win32/Makefile win32/makefile.mk
44558 ____________________________________________________________________________
44559 [  8494] By: jhi                                   on 2001/01/20  23:12:11
44560         Log: Forgot the expect_number() prototype.
44561      Branch: perl
44562            ! embed.h embed.pl proto.h
44563 ____________________________________________________________________________
44564 [  8493] By: jhi                                   on 2001/01/20  22:56:39
44565         Log: Subject: [PATCH: perl@8482] README.vms URL updates
44566              From: Peter Prymmer <pvhp@forte.com>
44567              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
44568              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
44569              
44570              Plus Craig A. Berry's suggestion to use compaq.com instead
44571              of digital.com.
44572      Branch: perl
44573            ! README.vms
44574 ____________________________________________________________________________
44575 [  8492] By: jhi                                   on 2001/01/20  22:50:05
44576         Log: Memory management calls documentation.
44577      Branch: perl
44578            ! pod/perlguts.pod
44579 ____________________________________________________________________________
44580 [  8491] By: jhi                                   on 2001/01/20  22:38:33
44581         Log: Signedness nit plus few memcpy/Copy nits.
44582      Branch: perl
44583            ! sv.c
44584 ____________________________________________________________________________
44585 [  8490] By: jhi                                   on 2001/01/20  22:25:53
44586         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
44587              From: Peter Prymmer <pvhp@forte.com>
44588              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
44589              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
44590      Branch: perl
44591            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
44592 ____________________________________________________________________________
44593 [  8489] By: jhi                                   on 2001/01/20  22:24:41
44594         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
44595              From: Peter Prymmer <pvhp@forte.com>
44596              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
44597              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
44598      Branch: perl
44599            ! win32/Makefile win32/makefile.mk
44600 ____________________________________________________________________________
44601 [  8488] By: jhi                                   on 2001/01/20  22:22:27
44602         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
44603              From: Peter Prymmer <pvhp@forte.com>
44604              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
44605              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
44606      Branch: perl
44607            ! Makefile.SH
44608 ____________________________________________________________________________
44609 [  8487] By: jhi                                   on 2001/01/20  22:21:18
44610         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
44611              From: Peter Prymmer <pvhp@forte.com>
44612              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
44613              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
44614      Branch: perl
44615            + ext/DynaLoader/dl_dllload.xs
44616            ! MANIFEST Makefile.SH hints/os390.sh
44617 ____________________________________________________________________________
44618 [  8486] By: jhi                                   on 2001/01/20  22:17:53
44619         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
44620              From: Peter Prymmer <pvhp@forte.com>
44621              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
44622              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
44623      Branch: perl
44624            ! README.os390 README.posix-bc
44625 ____________________________________________________________________________
44626 [  8485] By: jhi                                   on 2001/01/20  20:15:30
44627         Log: Document and test the new qu operator.
44628      Branch: perl
44629            + t/op/qu.t
44630            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
44631            ! pod/perlretut.pod pod/perlunicode.pod
44632 ____________________________________________________________________________
44633 [  8484] By: nick                                  on 2001/01/20  19:42:30
44634         Log: Infrastructure to allow:
44635              open($fh,"|-",@array);
44636              to be implemented
44637              i.e. mark pp_open as needing a stack mark, and make pp_open
44638              process its args in that style (and pass them _all_ to tied handles OPEN).
44639              Invent do_openn() which takes SV ** at allow it to see multiple args.
44640              Note this does not _do_ anything yet.
44641      Branch: perlio
44642            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
44643            ! perlapi.c pp_proto.h pp_sys.c proto.h
44644 ____________________________________________________________________________
44645 [  8483] By: nick                                  on 2001/01/20  17:23:14
44646         Log: Integrate mainline.
44647      Branch: perlio
44648           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
44649           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
44650 ____________________________________________________________________________
44651 [  8482] By: jhi                                   on 2001/01/19  15:37:49
44652         Log: Update Changes.
44653      Branch: perl
44654            ! Changes patchlevel.h
44655 ____________________________________________________________________________
44656 [  8481] By: jhi                                   on 2001/01/19  14:41:24
44657         Log: Subject: Re: new feature: s?printf parameter reordering 
44658              From: Hugo <hv@crypt.compulink.co.uk>
44659              Date: Thu, 11 Jan 2001 17:09:03 +0000
44660              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
44661              
44662              - support reordering for all parameters: %, *v, *, .*
44663              - lay down that the reordering specification must immediately
44664              follow that parameter: %3$, *v3$, *3$, .*3$
44665              - fix vectorisation of a zero-length string
44666              - factor out the code choosing the argument to format
44667              
44668              Possibly unwanted side-effects:
44669              - the special format specifiers ' +-0' must now precede any
44670              vectorisation specifier. Tests in op/sprintf and op/ver
44671              have been changed to reflect this.
44672              - sprintf.t test #214 changed its expectations because in many
44673              cases, the next parameter has already been consumed when an
44674              invalid type letter is detected.
44675              
44676              Probably wanted side-effects:
44677              - attempts to format a non-existent parameter will warn as if C<undef>
44678              - attempt to write to non-existent parameter with '%n' will complain
44679              of "attempt to modify read-only value" instead of being silent
44680      Branch: perl
44681            ! sv.c t/op/sprintf.t t/op/ver.t
44682 ____________________________________________________________________________
44683 [  8480] By: jhi                                   on 2001/01/19  14:08:37
44684         Log: Subject: PATCH pragma/locale.t
44685              From: andreas.koenig@anima.de (Andreas J. Koenig)
44686              Date: 18 Jan 2001 09:45:37 +0100
44687              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
44688      Branch: perl
44689            ! t/pragma/locale.t
44690 ____________________________________________________________________________
44691 [  8479] By: jhi                                   on 2001/01/19  13:19:58
44692         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
44693      Branch: perl
44694            ! configure.com
44695 ____________________________________________________________________________
44696 [  8478] By: jhi                                   on 2001/01/19  02:12:35
44697         Log: Automate 1_compile.t.
44698      Branch: perl
44699            ! t/lib/1_compile.t
44700 ____________________________________________________________________________
44701 [  8477] By: jhi                                   on 2001/01/19  01:49:56
44702         Log: Integrate perlio.
44703      Branch: perl
44704           !> sv.c win32/config.bc win32/config.gc win32/config.vc
44705           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
44706 ____________________________________________________________________________
44707 [  8476] By: nick                                  on 2001/01/18  21:51:52
44708         Log: Integrate mainline
44709      Branch: perlio
44710           +> t/lib/1_compile.t t/lib/compmod.pl
44711           !> MANIFEST configure.com lib/unicode/distinct.pm
44712 ____________________________________________________________________________
44713 [  8475] By: nick                                  on 2001/01/18  21:48:02
44714         Log: Win32 "safe signals" co-existance fix.
44715              Fix SIG_SIZE value.
44716              Clear PL_sig_pending when cloning (fork).
44717      Branch: perlio
44718            ! sv.c win32/config.bc win32/config.gc win32/config.vc
44719            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
44720 ____________________________________________________________________________
44721 [  8474] By: jhi                                   on 2001/01/18  14:40:57
44722         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
44723      Branch: perl
44724            ! t/lib/1_compile.t
44725 ____________________________________________________________________________
44726 [  8473] By: gsar                                  on 2001/01/18  11:42:31
44727         Log: unsubmitted trial1 change
44728      Branch: maint-5.6/perl
44729            ! Changes
44730 ____________________________________________________________________________
44731 [  8472] By: jhi                                   on 2001/01/18  04:30:24
44732         Log: The first bug found by 1_compile.t.
44733      Branch: perl
44734            ! lib/unicode/distinct.pm
44735 ____________________________________________________________________________
44736 [  8471] By: jhi                                   on 2001/01/18  04:29:42
44737         Log: Add Schwern's 1_compile test.  The compile_module script renamed
44738              to be a bit shorter for the 8.3 people.
44739      Branch: perl
44740            + t/lib/1_compile.t t/lib/compmod.pl
44741            ! MANIFEST
44742 ____________________________________________________________________________
44743 [  8470] By: jhi                                   on 2001/01/18  04:16:00
44744         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)
44745              From: Peter Prymmer <pvhp@forte.com>
44746              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
44747              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
44748              Replace #8463.
44749      Branch: maint-5.6/perl
44750            ! configure.com
44751 ____________________________________________________________________________
44752 [  8469] By: jhi                                   on 2001/01/18  04:13:02
44753         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)
44754              From: Peter Prymmer <pvhp@forte.com>
44755              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
44756              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
44757              Replace #8462.
44758      Branch: perl
44759            ! configure.com
44760 ____________________________________________________________________________
44761 [  8468] By: jhi                                   on 2001/01/18  03:42:08
44762         Log: Integrate perlio.
44763      Branch: perl
44764           !> gv.c mg.c perlio.c util.c
44765 ____________________________________________________________________________
44766 [  8467] By: nick                                  on 2001/01/17  22:41:10
44767         Log: "Safe" signals - trial implementation.
44768              gv.c tweaked to zero PL_sig_pend array
44769              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
44770              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
44771              Odd thing is that it "works" with PERLIO=stdio as well (linux).
44772      Branch: perlio
44773            ! gv.c mg.c perlio.c util.c
44774 ____________________________________________________________________________
44775 [  8466] By: nick                                  on 2001/01/17  20:40:20
44776         Log: Integrate mainline.
44777      Branch: perlio
44778           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
44779           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
44780           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
44781           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
44782           !> vos/config.ga.h win32/config.bc win32/config.gc
44783           !> win32/config.vc
44784 ____________________________________________________________________________
44785 [  8465] By: jhi                                   on 2001/01/17  18:37:13
44786         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
44787              From: Nicholas Clark <nick@ccl4.org>
44788              Date: Wed, 17 Jan 2001 17:31:33 +0000
44789              Message-ID: <20010117173133.I2633@plum.flirble.org>
44790      Branch: perl
44791            ! t/op/int.t
44792 ____________________________________________________________________________
44793 [  8464] By: jhi                                   on 2001/01/17  14:43:17
44794         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
44795              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
44796              Date: Wed, 17 Jan 2001 15:16:43 +0100
44797              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
44798              
44799              pp_int() was dropping an NV to the floor,
44800              int(279964589018079/59) either returned not an integer
44801              4745162525730.15, or one got "Attempt to free unreferenced scalar."
44802      Branch: perl
44803            ! pp.c
44804 ____________________________________________________________________________
44805 [  8463] By: jhi                                   on 2001/01/17  06:12:42
44806         Log: (Replaced by #8470)
44807              
44808              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)
44809              From: "Craig A. Berry" <craigberry@mac.com>
44810              Date: Tue, 16 Jan 2001 23:38:46 -0600
44811              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
44812      Branch: maint-5.6/perl
44813            ! configure.com
44814 ____________________________________________________________________________
44815 [  8462] By: jhi                                   on 2001/01/17  06:11:31
44816         Log: (Replaced by #8469)
44817              
44818              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)
44819              From: "Craig A. Berry" <craigberry@mac.com>
44820              Date: Tue, 16 Jan 2001 23:38:46 -0600
44821              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
44822      Branch: perl
44823            ! configure.com
44824 ____________________________________________________________________________
44825 [  8461] By: jhi                                   on 2001/01/17  05:56:12
44826         Log: Allow for one trailing slash in the directory of mkdir().
44827      Branch: perl
44828            ! pp_sys.c
44829 ____________________________________________________________________________
44830 [  8460] By: jhi                                   on 2001/01/17  03:26:01
44831         Log: Metaconfig unit changes for #8459.
44832      Branch: metaconfig
44833            ! U/modified/Loc.U U/modified/sig_name.U
44834 ____________________________________________________________________________
44835 [  8459] By: jhi                                   on 2001/01/17  03:24:48
44836         Log: Define SIG_SIZE, the number of elements in the sig_name and
44837              sig_num arrays, including the final NULL entry.
44838      Branch: perl
44839            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
44840            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
44841            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
44842            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
44843            ! win32/config.bc win32/config.gc win32/config.vc
44844 ____________________________________________________________________________
44845 [  8458] By: jhi                                   on 2001/01/17  01:41:33
44846         Log: Integrate perlio.
44847      Branch: perl
44848           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
44849           !> perlapi.h proto.h sv.c
44850 ____________________________________________________________________________
44851 [  8457] By: nick                                  on 2001/01/16  22:07:26
44852         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
44853              Provides all the "cost" but no benefit yet - it is to allow cost
44854              to be measured, and implementation experiments (just in mg.c?).
44855      Branch: perlio
44856            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
44857            ! perlapi.h proto.h sv.c
44858 ____________________________________________________________________________
44859 [  8456] By: nick                                  on 2001/01/16  21:07:07
44860         Log: Integrate mainline.
44861      Branch: perlio
44862           !> (integrate 51 files)
44863 ____________________________________________________________________________
44864 [  8455] By: jhi                                   on 2001/01/16  18:13:43
44865         Log: Subject: [PATCH] regcomp.c old feature removal
44866              From: mjd@plover.com
44867              Date: 16 Jan 2001 14:43:18 -0000 
44868              Message-ID: <20010116144318.7140.qmail@plover.com> 
44869      Branch: perl
44870            ! regcomp.c
44871 ____________________________________________________________________________
44872 [  8454] By: jhi                                   on 2001/01/16  16:12:39
44873         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
44874              From: "Indy Singh" <indy@nusphere.com>
44875              Date: Wed, 10 Jan 2001 20:17:49 -0500
44876              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
44877      Branch: maint-5.6/perl
44878            ! win32/Makefile
44879 ____________________________________________________________________________
44880 [  8453] By: jhi                                   on 2001/01/16  16:09:33
44881         Log: Update Changes.
44882      Branch: perl
44883            ! Changes patchlevel.h
44884 ____________________________________________________________________________
44885 [  8452] By: jhi                                   on 2001/01/16  15:42:04
44886         Log: Subject: Re: API Cleanup
44887              To: perl5-porters@perl.org
44888              Date: Tue, 16 Jan 2001 13:42:30 +0000
44889              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
44890              
44891              Subject: [PATCH] utf8.c documentation
44892              From: Simon Cozens <simon@cozens.net>
44893              Date: Tue, 16 Jan 2001 13:52:48 +0000
44894              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
44895              
44896              Subject: Re: API Cleanup
44897              From: Simon Cozens <simon@cozens.net>
44898              Date: Tue, 16 Jan 2001 14:58:55 +0000
44899              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
44900              
44901              UTF-8 doc patches.
44902      Branch: perl
44903            ! embed.pl pod/perlapi.pod utf8.c
44904 ____________________________________________________________________________
44905 [  8451] By: jhi                                   on 2001/01/16  14:41:39
44906         Log: podlators 1.07, from Russ Allbery.
44907      Branch: perl
44908            ! lib/Pod/Man.pm
44909 ____________________________________________________________________________
44910 [  8450] By: jhi                                   on 2001/01/16  14:24:19
44911         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
44912              From: "Indy Singh" <indy@nusphere.com>
44913              Date: Mon, 15 Jan 2001 20:59:40 -0500
44914              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
44915      Branch: perl
44916            ! win32/Makefile
44917 ____________________________________________________________________________
44918 [  8449] By: jhi                                   on 2001/01/16  03:42:55
44919         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
44920              at the setting of the ofs_sv in new_struct_thread() as the
44921              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
44922              uninitialized fields are, uh, initialized with),
44923              SvREFCNT_inc()ing that invited a core dump.
44924      Branch: perl
44925            ! util.c
44926 ____________________________________________________________________________
44927 [  8448] By: jhi                                   on 2001/01/16  01:49:07
44928         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
44929              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
44930              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
44931              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
44932              
44933              Replace #8444 and #8445.
44934      Branch: perl
44935            ! ext/B/B.xs ext/B/B/Debug.pm
44936 ____________________________________________________________________________
44937 [  8447] By: jhi                                   on 2001/01/15  21:05:35
44938         Log: Subject: [PATCH] API Variable documentation   
44939              From: Simon Cozens <simon@cozens.net>
44940              Date: Mon, 15 Jan 2001 19:35:54 +0000
44941              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
44942      Branch: perl
44943            ! pod/perlapi.pod thrdvar.h
44944 ____________________________________________________________________________
44945 [  8446] By: jhi                                   on 2001/01/15  20:49:20
44946         Log: Signedness nit.
44947      Branch: perl
44948            ! pp_ctl.c
44949 ____________________________________________________________________________
44950 [  8445] By: jhi                                   on 2001/01/15  20:28:48
44951         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
44952      Branch: perl
44953            ! ext/B/B/Debug.pm
44954 ____________________________________________________________________________
44955 [  8444] By: jhi                                   on 2001/01/15  13:09:10
44956         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
44957      Branch: perl
44958            ! ext/B/B.xs
44959 ____________________________________________________________________________
44960 [  8443] By: jhi                                   on 2001/01/15  13:06:26
44961         Log: Missing from #8439.
44962      Branch: perl
44963            ! keywords.h mg.c
44964 ____________________________________________________________________________
44965 [  8442] By: jhi                                   on 2001/01/15  13:02:38
44966         Log: Subject: [PATCH @8436] Eliminate op_children
44967              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
44968              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
44969              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
44970              
44971              Subject: [PATCH @8436] Re: Eliminate op_children
44972              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
44973              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
44974              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
44975      Branch: perl
44976            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
44977            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
44978            ! op.c op.h
44979 ____________________________________________________________________________
44980 [  8441] By: jhi                                   on 2001/01/15  12:57:08
44981         Log: Use the /^Perl_/-less form of is_lvalue_sub().
44982      Branch: perl
44983            ! pp.h
44984 ____________________________________________________________________________
44985 [  8440] By: jhi                                   on 2001/01/15  05:13:09
44986         Log: Revert #8437 and #8438, the Linux large files story is more complex.
44987      Branch: metaconfig/U/perl
44988            ! d_fpos64_t.U d_off64_t.U
44989      Branch: perl
44990            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
44991            ! config_h.SH configure.com epoc/config.sh perl.h
44992            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
44993            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
44994            ! win32/config.bc win32/config.gc win32/config.vc
44995 ____________________________________________________________________________
44996 [  8439] By: jhi                                   on 2001/01/15  05:02:24
44997         Log: More UTF-8 patches from Inaba Hiroto.
44998              - The substr lval was still not okay.
44999              - Now pp_stringify and sv_setsv copies source's UTF8 flag
45000              even if IN_BYTE.  pp_stringify is called from fold_constants
45001              at optimization phase and "\x{100}" was made SvUTF8_off under
45002              use bytes (the bytes pragma is for "byte semantics" and not
45003              for "do not produce UTF8 data")
45004              - New `qu' operator to generate UTF8 string explicitly.
45005              Though I agree with the policy "0x00-0xff always produce bytes",
45006              sometimes want to such a string to be coded in UTF8.
45007              I can use pack"U0a*" but it requires more typing and has
45008              runtime overhead.
45009              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
45010              change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
45011              string is not UTF8_on and has char 0x80-0xff.
45012              
45013              TODO: document and test qu.
45014      Branch: perl
45015            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
45016            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
45017            ! toke.c
45018 ____________________________________________________________________________
45019 [  8438] By: jhi                                   on 2001/01/14  05:10:23
45020         Log: (Reverted by #8440)
45021              
45022              Metaconfig unit changes for #8437.
45023      Branch: metaconfig/U/perl
45024            ! d_fpos64_t.U d_off64_t.U
45025 ____________________________________________________________________________
45026 [  8437] By: jhi                                   on 2001/01/14  04:55:34
45027         Log: (Reverted by #8440)
45028              
45029              Add <features.h> probing, seems to be needed for (some?)
45030              Linux largefileness.
45031      Branch: perl
45032            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
45033            ! config_h.SH configure.com epoc/config.sh perl.h
45034            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
45035            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
45036            ! win32/config.bc win32/config.gc win32/config.vc
45037 ____________________________________________________________________________
45038 [  8436] By: jhi                                   on 2001/01/13  17:47:21
45039         Log: Tighten some of the tests a bit.
45040      Branch: perl
45041            ! t/pragma/utf8.t
45042 ____________________________________________________________________________
45043 [  8435] By: jhi                                   on 2001/01/13  17:31:54
45044         Log: Integrate perlio.
45045      Branch: perl
45046           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
45047           !> win32/config_H.gc win32/config_H.vc
45048 ____________________________________________________________________________
45049 [  8434] By: nick                                  on 2001/01/13  11:36:53
45050         Log: Run dmake regen_config_h for Win32
45051      Branch: perlio
45052            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
45053 ____________________________________________________________________________
45054 [  8433] By: nick                                  on 2001/01/13  11:31:55
45055         Log: VMS friendly patch to Encode compile process
45056      Branch: perlio
45057            ! ext/Encode/Makefile.PL ext/Encode/compile
45058 ____________________________________________________________________________
45059 [  8432] By: nick                                  on 2001/01/13  11:06:44
45060         Log: Integrate mainline
45061      Branch: perlio
45062           +> ext/B/B/Concise.pm
45063           !> (integrate 52 files)
45064 ____________________________________________________________________________
45065 [  8431] By: jhi                                   on 2001/01/13  05:55:55
45066         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
45067              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
45068              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
45069              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
45070      Branch: perl
45071            ! ext/B/B/Concise.pm
45072 ____________________________________________________________________________
45073 [  8430] By: jhi                                   on 2001/01/13  04:24:18
45074         Log: The LVRET macro needed an aTHX.
45075      Branch: perl
45076            ! pp.h
45077 ____________________________________________________________________________
45078 [  8429] By: jhi                                   on 2001/01/13  02:12:42
45079         Log: Update Changes.
45080      Branch: perl
45081            ! Changes patchlevel.h
45082 ____________________________________________________________________________
45083 [  8428] By: jhi                                   on 2001/01/13  02:08:50
45084         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
45085              From: Peter Prymmer <pvhp@forte.com>
45086              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
45087              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
45088              
45089              Add a BEGIN guard for sloppy floating point division.
45090      Branch: perl
45091            ! lib/Math/BigInt.pm lib/bigint.pl
45092 ____________________________________________________________________________
45093 [  8427] By: jhi                                   on 2001/01/13  01:47:16
45094         Log: The B::Terse drop-in replacement wasn't quite drop-in.
45095      Branch: perl
45096            ! ext/B/B/Terse.pm
45097 ____________________________________________________________________________
45098 [  8426] By: jhi                                   on 2001/01/12  21:20:43
45099         Log: Use UVXf.
45100      Branch: perl
45101            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
45102            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
45103            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
45104            ! vos/config.ga.def vos/config.ga.h win32/config.bc
45105            ! win32/config.gc win32/config.vc
45106 ____________________________________________________________________________
45107 [  8425] By: jhi                                   on 2001/01/12  20:20:14
45108         Log: Subject: [PATCH perl@8342] -Wformat
45109              From: Robin Barker <rmb1@cise.npl.co.uk>
45110              Date: Fri, 12 Jan 2001 20:03:14 GMT
45111              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
45112      Branch: perl
45113            ! ext/Encode/Encode.xs mg.c sv.c toke.c
45114 ____________________________________________________________________________
45115 [  8424] By: jhi                                   on 2001/01/12  20:01:48
45116         Log: Subject: B::Concise -- an improved replacement for B::Terse 
45117              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
45118              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
45119              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
45120      Branch: perl
45121            + ext/B/B/Concise.pm
45122            ! MANIFEST ext/B/B/Terse.pm
45123 ____________________________________________________________________________
45124 [  8423] By: jhi                                   on 2001/01/12  19:24:02
45125         Log: The new metaconfig unit from the #8421.
45126      Branch: metaconfig/U/perl
45127            + d_sigprocmask.U
45128 ____________________________________________________________________________
45129 [  8422] By: jhi                                   on 2001/01/12  19:23:43
45130         Log: Forgot the microperl config from the #8421.
45131      Branch: perl
45132            ! uconfig.h uconfig.sh
45133 ____________________________________________________________________________
45134 [  8421] By: jhi                                   on 2001/01/12  19:05:27
45135         Log: Add sigprocmask() probe, regen Configure, regen toc.
45136      Branch: perl
45137            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
45138            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
45139            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
45140            ! vos/config.ga.h win32/config.bc win32/config.gc
45141            ! win32/config.vc
45142 ____________________________________________________________________________
45143 [  8420] By: jhi                                   on 2001/01/12  18:34:31
45144         Log: Add sockatmark() to the todo list.
45145      Branch: perl
45146            ! Todo-5.6
45147 ____________________________________________________________________________
45148 [  8419] By: jhi                                   on 2001/01/12  18:09:46
45149         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
45150      Branch: perl
45151            ! op.c
45152 ____________________________________________________________________________
45153 [  8418] By: jhi                                   on 2001/01/12  18:05:30
45154         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
45155              From: Radu Greab <radu@netsoft.ro>
45156              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
45157              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
45158      Branch: perl
45159            ! op.c t/pragma/sub_lval.t
45160 ____________________________________________________________________________
45161 [  8417] By: jhi                                   on 2001/01/12  16:09:09
45162         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
45163              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
45164              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
45165              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
45166      Branch: perl
45167            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
45168            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
45169            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
45170            ! t/pragma/sub_lval.t toke.c
45171 ____________________________________________________________________________
45172 [  8416] By: jhi                                   on 2001/01/12  15:42:06
45173         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
45174              From: "Richard Soderberg" <rs@crystalflame.net>
45175              Date: Fri, 12 Jan 2001 04:49:35 -0800
45176              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
45177              
45178              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
45179              according to the platform.
45180      Branch: perl
45181            ! op.c
45182 ____________________________________________________________________________
45183 [  8415] By: jhi                                   on 2001/01/12  15:33:41
45184         Log: One more UTF-8 fix from Inaba Hiroto.
45185      Branch: perl
45186            ! pp.c regexec.c t/pragma/utf8.t
45187 ____________________________________________________________________________
45188 [  8414] By: jhi                                   on 2001/01/12  15:30:18
45189         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
45190      Branch: perl
45191            ! regexec.c
45192 ____________________________________________________________________________
45193 [  8413] By: jhi                                   on 2001/01/12  15:22:10
45194         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
45195              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
45196              Date: Thu, 11 Jan 2001 12:53:36 +0100
45197              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
45198      Branch: perl
45199            ! toke.c
45200 ____________________________________________________________________________
45201 [  8412] By: jhi                                   on 2001/01/12  15:20:25
45202         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
45203              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
45204              Date: Fri, 12 Jan 2001 14:37:55 +0100
45205              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
45206      Branch: perl
45207            ! hints/posix-bc.sh
45208 ____________________________________________________________________________
45209 [  8411] By: jhi                                   on 2001/01/12  15:14:14
45210         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
45211              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
45212              Date: Fri, 12 Jan 2001 10:42:21 +0100
45213              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
45214      Branch: perl
45215            ! t/op/regmesg.t
45216 ____________________________________________________________________________
45217 [  8410] By: jhi                                   on 2001/01/12  05:48:55
45218         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
45219              From: Nicholas Clark <nick@ccl4.org> 
45220              Date: Sun, 7 Jan 2001 19:47:14 +0000
45221              Message-ID: <20010107194714.B1048@plum.flirble.org>
45222      Branch: perl
45223            ! t/op/numconvert.t
45224 ____________________________________________________________________________
45225 [  8409] By: jhi                                   on 2001/01/12  05:41:28
45226         Log: Integrate perlio.
45227      Branch: perl
45228           !> mg.c scope.h
45229 ____________________________________________________________________________
45230 [  8408] By: nick                                  on 2001/01/11  22:43:28
45231         Log: Remove variables that were used in experiments.
45232      Branch: perlio
45233            ! mg.c
45234 ____________________________________________________________________________
45235 [  8407] By: nick                                  on 2001/01/11  20:57:44
45236         Log: Catch die in %SIG handler and unblock the signal before re-dying.
45237              This make Linux work _without_ sigsetjmp().
45238              Turn off sigsetjmp() to see what else it does.
45239              May need Configure probe for sigprocmask() if anything has sigaction()
45240              but not sigprocmask().
45241      Branch: perlio
45242            ! mg.c scope.h
45243 ____________________________________________________________________________
45244 [  8406] By: nick                                  on 2001/01/11  19:32:07
45245         Log: Integrate mainline
45246      Branch: perlio
45247           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
45248           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
45249           !> t/op/substr.t
45250 ____________________________________________________________________________
45251 [  8405] By: jhi                                   on 2001/01/11  17:11:01
45252         Log: Fix UTF-8 lval substr().
45253      Branch: perl
45254            ! mg.c t/op/substr.t
45255 ____________________________________________________________________________
45256 [  8404] By: jhi                                   on 2001/01/11  05:13:58
45257         Log: Update Changes.
45258      Branch: perl
45259            ! Changes patchlevel.h
45260 ____________________________________________________________________________
45261 [  8403] By: jhi                                   on 2001/01/11  04:38:24
45262         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
45263              From: Hugo <hv@crypt.compulink.co.uk>
45264              Date: Mon, 30 Oct 2000 01:33:26 +0000
45265              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
45266      Branch: perl
45267            ! regexec.c t/op/re_tests
45268 ____________________________________________________________________________
45269 [  8402] By: jhi                                   on 2001/01/11  04:26:12
45270         Log: Integrate perlio.
45271      Branch: perl
45272           !> scope.h util.c
45273 ____________________________________________________________________________
45274 [  8401] By: nick                                  on 2001/01/10  22:52:55
45275         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
45276              (So Alan and Ilya can try setting via hints.)
45277              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
45278              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
45279              doing the save everywhere seems to restart read() correctly, but just
45280              doing it once "round" the handler does not.
45281      Branch: perlio
45282            ! scope.h
45283 ____________________________________________________________________________
45284 [  8400] By: jhi                                   on 2001/01/10  21:57:54
45285         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
45286              of IRIX, HP-UX is unaffected.
45287      Branch: perl
45288            ! perl.h
45289 ____________________________________________________________________________
45290 [  8399] By: nick                                  on 2001/01/10  21:29:19
45291         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
45292      Branch: perlio
45293            ! util.c
45294 ____________________________________________________________________________
45295 [  8398] By: jhi                                   on 2001/01/10  20:55:31
45296         Log: Add ReuseAddr as a (preferred) alias for Reuse as we know
45297              also have ReusePort.
45298      Branch: perl
45299            ! ext/IO/lib/IO/Socket/INET.pm
45300 ____________________________________________________________________________
45301 [  8397] By: jhi                                   on 2001/01/10  20:50:57
45302         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
45303              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
45304              Date: Wed, 10 Jan 2001 01:38:13 -0800
45305              Message-ID: <20010110013813.B41744@yahoo-inc.com>
45306      Branch: perl
45307            ! ext/IO/lib/IO/Socket/INET.pm
45308 ____________________________________________________________________________
45309 [  8396] By: jhi                                   on 2001/01/10  20:49:30
45310         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
45311              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
45312              Date: Wed, 10 Jan 2001 01:37:32 -0800
45313              Message-ID: <20010110013732.A41744@yahoo-inc.com>
45314      Branch: perl
45315            ! ext/Socket/Socket.pm
45316 ____________________________________________________________________________
45317 [  8395] By: jhi                                   on 2001/01/10  20:41:37
45318         Log: Test for bug id 20010105.016 (fixed by #8378).
45319      Branch: perl
45320            ! t/op/split.t
45321 ____________________________________________________________________________
45322 [  8394] By: jhi                                   on 2001/01/10  20:26:32
45323         Log: Integrate perlio.
45324      Branch: perl
45325            ! util.c
45326 ____________________________________________________________________________
45327 [  8393] By: nick                                  on 2001/01/10  19:34:30
45328         Log: Back out Simon's pid hackery for now.
45329      Branch: perlio
45330            ! util.c
45331 ____________________________________________________________________________
45332 [  8392] By: nick                                  on 2001/01/10  19:23:13
45333         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
45334      Branch: perlio
45335           !> (integrate 29 files)
45336 ____________________________________________________________________________
45337 [  8391] By: jhi                                   on 2001/01/10  18:43:15
45338         Log: Subject: [PATCH] Fix my_pclose segfault
45339              From: Simon Cozens <simon@cozens.net>
45340              Date: Wed, 10 Jan 2001 18:39:35 +0000
45341              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
45342      Branch: perl
45343            ! util.c
45344 ____________________________________________________________________________
45345 [  8390] By: jhi                                   on 2001/01/10  18:42:08
45346         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
45347              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
45348              Date:     Wed, 10 Jan 2001 13:23:02 EST
45349              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
45350      Branch: perl
45351            ! ext/Opcode/Opcode.xs
45352 ____________________________________________________________________________
45353 [  8389] By: jhi                                   on 2001/01/10  15:16:07
45354         Log: Turn off the integer preservation for now.
45355      Branch: perl
45356            ! perl.h
45357 ____________________________________________________________________________
45358 [  8388] By: jhi                                   on 2001/01/10  15:01:25
45359         Log: Few more IDE/editor nits from p5p.
45360      Branch: perl
45361            ! pod/perlfaq3.pod
45362 ____________________________________________________________________________
45363 [  8387] By: jhi                                   on 2001/01/10  06:53:16
45364         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
45365              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
45366              Date: Tue, 9 Jan 2001 23:16:02 +0000
45367              Message-ID: <20010109231602.A81101@plum.flirble.org>
45368      Branch: perl
45369            ! sv.c
45370 ____________________________________________________________________________
45371 [  8386] By: jhi                                   on 2001/01/10  03:17:54
45372         Log: Test cases for #8385 (from Simon's "torture.pl")
45373      Branch: perl
45374            ! t/op/tr.t
45375 ____________________________________________________________________________
45376 [  8385] By: jhi                                   on 2001/01/10  03:17:11
45377         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
45378              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
45379              Date: Wed, 10 Jan 2001 11:39:39 +0900
45380              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
45381              
45382              Some more UTF-8 tr cases fixed.
45383      Branch: perl
45384            ! doop.c
45385 ____________________________________________________________________________
45386 [  8384] By: jhi                                   on 2001/01/09  22:45:40
45387         Log: Allow the locale test needing POSIX and the taint test
45388              needing IPC::SysV to run under 'minitest' (basically,
45389              bail out if loading the extension fails)
45390      Branch: perl
45391            ! t/op/misc.t t/op/taint.t
45392 ____________________________________________________________________________
45393 [  8383] By: jhi                                   on 2001/01/09  21:36:04
45394         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
45395              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
45396              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
45397              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
45398      Branch: perl
45399            ! t/io/openpid.t
45400 ____________________________________________________________________________
45401 [  8382] By: jhi                                   on 2001/01/09  21:06:08
45402         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
45403              Should finish up the bug id 20001205.022.
45404      Branch: perl
45405            ! pp.c pp_hot.c scope.c
45406 ____________________________________________________________________________
45407 [  8381] By: jhi                                   on 2001/01/09  18:27:43
45408         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
45409              From: Andy Dougherty <doughera@lafayette.edu>
45410              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
45411              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
45412              
45413              More robust yacc/bison error detection.
45414      Branch: perl
45415            ! t/comp/proto.t
45416 ____________________________________________________________________________
45417 [  8380] By: jhi                                   on 2001/01/09  15:21:38
45418         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
45419              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
45420              Date:     Tue, 9 Jan 2001 07:53:55 EST
45421              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
45422      Branch: perl
45423            ! t/op/misc.t vms/test.com
45424 ____________________________________________________________________________
45425 [  8379] By: jhi                                   on 2001/01/09  15:20:38
45426         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
45427              From: jhi@cc.hut.fi
45428              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
45429              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
45430              
45431              The #8378 fixed this.
45432      Branch: perl
45433            ! t/op/tr.t
45434 ____________________________________________________________________________
45435 [  8378] By: jhi                                   on 2001/01/09  15:05:32
45436         Log: Subject: One more patch for UTF8 
45437              From: Inaba Hiroto <inaba@st.rim.or.jp>
45438              Date: Tue, 09 Jan 2001 01:04:32 +0900
45439              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
45440              
45441              UTF-8 fixes for 'x' and tr///.
45442      Branch: perl
45443            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
45444            ! regcomp.c regexec.c toke.c utf8.c
45445 ____________________________________________________________________________
45446 [  8377] By: jhi                                   on 2001/01/09  14:32:17
45447         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
45448      Branch: perl
45449            ! t/op/length.t
45450 ____________________________________________________________________________
45451 [  8376] By: jhi                                   on 2001/01/09  04:32:32
45452         Log: integrate changes #7775, #8316, #8316 from mainline
45453      Branch: maint-5.6/perl
45454            ! hints/solaris_2.sh
45455 ____________________________________________________________________________
45456 [  8375] By: jhi                                   on 2001/01/09  04:26:43
45457         Log: Update Changes.
45458      Branch: perl
45459            ! Changes patchlevel.h
45460 ____________________________________________________________________________
45461 [  8374] By: jhi                                   on 2001/01/09  04:14:32
45462         Log: IDE/editor section tweaking.
45463      Branch: perl
45464            ! pod/perlfaq3.pod
45465 ____________________________________________________________________________
45466 [  8373] By: jhi                                   on 2001/01/09  02:38:26
45467         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
45468              From: Peter Prymmer <pvhp@forte.com>
45469              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
45470              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
45471              
45472              In preparation os OS/390 dynamic loading.
45473      Branch: perl
45474            ! README.os390 hints/os390.sh
45475 ____________________________________________________________________________
45476 [  8372] By: jhi                                   on 2001/01/09  00:24:30
45477         Log: Integrate with perlio.
45478      Branch: perl
45479           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
45480 ____________________________________________________________________________
45481 [  8371] By: nick                                  on 2001/01/08  23:54:33
45482         Log: Fix "scalars leaked" bugs caused by overload magic
45483              (Highlighted by Ilya's DESTROY optimization.)
45484      Branch: perlio
45485            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
45486 ____________________________________________________________________________
45487 [  8370] By: nick                                  on 2001/01/08  20:19:41
45488         Log: Integrate mainline
45489      Branch: perlio
45490           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
45491           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
45492           !> t/op/64bitint.t
45493 ____________________________________________________________________________
45494 [  8369] By: jhi                                   on 2001/01/08  17:30:52
45495         Log: save_delete() Safefree() doesn't (anymore?) work with shared
45496              strings, one test failure in op/misc and almost all of lib/b.
45497              (Outcomments #8369.)
45498      Branch: perl
45499            ! scope.c
45500 ____________________________________________________________________________
45501 [  8368] By: jhi                                   on 2001/01/08  14:47:10
45502         Log: (Outcommented by #8369.)
45503              
45504              Subject: Re: Perl BugID 20001205.022 ---- save_delete
45505              From: Simon Cozens <simon@cozens.net>
45506              Date: Sat, 6 Jan 2001 11:48:40 +0000
45507              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
45508              
45509              The save_delete() does need the Safefree.
45510      Branch: perl
45511            ! scope.c
45512 ____________________________________________________________________________
45513 [  8367] By: bailey                                on 2001/01/08  08:53:52
45514         Log: Once again syncing after too long an absence
45515      Branch: vmsperl
45516           +> (branch 55 files)
45517            - MAINTAIN fix_pl vos/config.def vos/config.h
45518            - vos/config_h.SH_orig
45519           !> (integrate 498 files)
45520 ____________________________________________________________________________
45521 [  8366] By: jhi                                   on 2001/01/08  02:42:59
45522         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
45523              From: nick@ccl4.org
45524              Date: Sun, 7 Jan 2001 21:07:18 +0000
45525              Message-Id: <20010107210717.D1048@plum.flirble.org>
45526      Branch: perl
45527            ! sv.c t/op/64bitint.t
45528 ____________________________________________________________________________
45529 [  8365] By: jhi                                   on 2001/01/08  02:35:16
45530         Log: Subject: [PATCH] environ nit
45531              From: Simon Cozens <simon@cozens.net>
45532              Date: Sun, 7 Jan 2001 17:57:07 +0000
45533              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
45534              
45535              Use environ only if we have it.
45536      Branch: perl
45537            ! mg.c
45538 ____________________________________________________________________________
45539 [  8364] By: jhi                                   on 2001/01/08  02:24:51
45540         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
45541      Branch: perl
45542            ! ext/GDBM_File/GDBM_File.xs
45543 ____________________________________________________________________________
45544 [  8363] By: jhi                                   on 2001/01/08  02:19:24
45545         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
45546              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
45547              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
45548              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
45549      Branch: perl
45550            ! dump.c op.c
45551 ____________________________________________________________________________
45552 [  8362] By: jhi                                   on 2001/01/08  02:17:43
45553         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
45554              From: Doug MacEachern <dougm@covalent.net>
45555              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
45556              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
45557              
45558              Allow AUTOLOAD to be an xsub and allow such xsubs
45559              to avoid use of $AUTOLOAD.
45560      Branch: perl
45561            ! gv.c
45562 ____________________________________________________________________________
45563 [  8361] By: jhi                                   on 2001/01/08  02:16:07
45564         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
45565              From: Radu Greab <radu@netsoft.ro>
45566              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
45567              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
45568              
45569              No need for the potentially unportable $SIG{CHLD}.
45570      Branch: perl
45571            ! t/io/pipe.t
45572 ____________________________________________________________________________
45573 [  8360] By: jhi                                   on 2001/01/08  01:58:23
45574         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
45575      Branch: perl
45576            ! lib/Getopt/Long.pm
45577 ____________________________________________________________________________
45578 [  8359] By: jhi                                   on 2001/01/08  01:55:44
45579         Log: Integrate perlio.
45580      Branch: perl
45581           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
45582           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
45583           !> utf8.c win32/Makefile
45584 ____________________________________________________________________________
45585 [  8358] By: jhi                                   on 2001/01/07  21:16:50
45586         Log: Update the EPOC cross SDK URL.
45587      Branch: perl
45588            ! README.epoc
45589 ____________________________________________________________________________
45590 [  8357] By: jhi                                   on 2001/01/07  21:16:09
45591         Log: Update the EPOC cross SDK URL.
45592      Branch: maint-5.6/perl
45593            ! README.epoc
45594 ____________________________________________________________________________
45595 [  8356] By: nick                                  on 2001/01/06  21:47:52
45596         Log: FILE * in XS code for PerlIO world:
45597              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
45598              - Add FILE * T_STDIO typemap.
45599              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
45600      Branch: perlio
45601            ! lib/ExtUtils/typemap perlio.c perlio.h
45602 ____________________________________________________________________________
45603 [  8355] By: jhi                                   on 2001/01/06  20:27:15
45604         Log: integrate change #8336 from mainline
45605              
45606              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
45607      Branch: maint-5.6/perl
45608            ! hv.c
45609 ____________________________________________________________________________
45610 [  8354] By: jhi                                   on 2001/01/06  20:24:29
45611         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
45612              From: Robin Barker <rmb1@cise.npl.co.uk>
45613              Date: Fri, 22 Dec 2000 12:17:38 GMT
45614              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
45615              
45616              The patch reformats some long =item lines so they give
45617              correct output via pod2man | nroff -man
45618              
45619              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
45620              From: Robin Barker <rmb1@cise.npl.co.uk>
45621              Date: Tue, 2 Jan 2001 15:35:03 GMT
45622              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
45623              
45624              Here is a _further_ patch which corrects a few more errors:
45625              * an empty C<=item> in CPAN.pm
45626              * patching the wrong file (pod/perlamiga.pod not README.amiga)
45627              * leaving empty C<=item>s which formatted incorrectly
45628              * over long C<=item>s revealed by latest patch to Pod::Man
45629      Branch: maint-5.6/perl
45630            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
45631            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
45632            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
45633            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
45634            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
45635            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
45636 ____________________________________________________________________________
45637 [  8353] By: jhi                                   on 2001/01/06  20:21:10
45638         Log: integrate changes #7980, 8056, 8057 from mainline
45639              
45640              UTF-8 hash keys.
45641      Branch: maint-5.6/perl
45642            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
45643 ____________________________________________________________________________
45644 [  8352] By: jhi                                   on 2001/01/06  20:18:44
45645         Log: Forgotten from #8438.
45646      Branch: maint-5.6/perl
45647            ! epoc/epocish.h
45648 ____________________________________________________________________________
45649 [  8351] By: jhi                                   on 2001/01/06  20:18:12
45650         Log: Forgotten from #8347.
45651      Branch: maint-5.6/perl
45652            ! config_h.SH
45653 ____________________________________________________________________________
45654 [  8350] By: jhi                                   on 2001/01/06  20:00:19
45655         Log: Thinko in #8347.
45656      Branch: maint-5.6/perl
45657            ! regcomp.c
45658 ____________________________________________________________________________
45659 [  8349] By: jhi                                   on 2001/01/06  18:05:30
45660         Log: Copy the FAQ3 IDE section from the development branch,
45661              changes originally by Peter Prymmer.
45662      Branch: maint-5.6/perl
45663            ! pod/perlfaq3.pod
45664 ____________________________________________________________________________
45665 [  8348] By: jhi                                   on 2001/01/06  18:03:02
45666         Log: EPOC updates for TRIAL1.
45667              
45668              Subject: [5.6.1 trial1] EPOC update
45669              From: Olaf Flebbe <O.Flebbe@science-computing.de>
45670              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
45671              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
45672              
45673              Subject: epoc patch2 for perl-5.6.1-trial1
45674              From: Olaf Flebbe <O.Flebbe@science-computing.de>
45675              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
45676              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
45677      Branch: maint-5.6/perl
45678            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
45679            ! epoc/epocish.c
45680 ____________________________________________________________________________
45681 [  8347] By: jhi                                   on 2001/01/06  17:29:10
45682         Log: integrate changes #7710,7824,7973 from mainline,
45683              plus VMS nits from Peter Prymmer and Dan Sugalski.
45684              
45685              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
45686              library (getprotobyname and getprotobynumber are outversioned by
45687              the same calls in libc, at least for xlc version 3.
45688              
45689              Add HAS_SBRK_PROTO.
45690              
45691              Fixes for signedness warnings noticed by VMSperlers.
45692      Branch: maint-5.6/perl
45693            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
45694            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
45695            ! sv.c vms/descrip_mms.template vos/config.alpha.def
45696            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
45697            ! win32/config.bc win32/config.gc win32/config.vc
45698 ____________________________________________________________________________
45699 [  8346] By: nick                                  on 2001/01/06  14:36:01
45700         Log: Fixup accumulated integrate muddles (perlio == devperl again)
45701      Branch: perlio
45702            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
45703 ____________________________________________________________________________
45704 [  8345] By: nick                                  on 2001/01/06  14:24:58
45705         Log: Integrate mainline
45706      Branch: perlio
45707           !> (integrate 55 files)
45708 ____________________________________________________________________________
45709 [  8344] By: jhi                                   on 2001/01/06  02:24:02
45710         Log: Subject: [patch] PerlIO_cleanup() prototype
45711              From: Doug MacEachern <dougm@covalent.net>
45712              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
45713              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
45714      Branch: perl
45715            ! perlio.h
45716 ____________________________________________________________________________
45717 [  8343] By: jhi                                   on 2001/01/06  01:04:09
45718         Log: IRIX compiler noticed that the bof initialization might be
45719              bypassed by control flow.
45720      Branch: perl
45721            ! toke.c
45722 ____________________________________________________________________________
45723 [  8342] By: jhi                                   on 2001/01/06  00:10:48
45724         Log: Update Changes.
45725      Branch: perl
45726            ! Changes patchlevel.h
45727 ____________________________________________________________________________
45728 [  8341] By: jhi                                   on 2001/01/05  23:52:33
45729         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
45730      Branch: perl
45731            ! toke.c
45732 ____________________________________________________________________________
45733 [  8340] By: jhi                                   on 2001/01/05  22:44:08
45734         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
45735              From: Radu Greab <radu@netsoft.ro>
45736              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
45737              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
45738      Branch: perl
45739            ! t/io/pipe.t util.c
45740 ____________________________________________________________________________
45741 [  8339] By: jhi                                   on 2001/01/05  22:35:17
45742         Log: Subject: [PATCH] format and rewording in perlfaq.pod
45743              From: Robin Barker <rmb1@cise.npl.co.uk>
45744              Date: Fri, 5 Jan 2001 18:51:20 GMT
45745              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
45746      Branch: perl
45747            ! pod/perlfaq.pod
45748 ____________________________________________________________________________
45749 [  8338] By: jhi                                   on 2001/01/05  22:31:17
45750         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
45751              From: Peter Prymmer <pvhp@forte.com>
45752              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
45753              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
45754      Branch: perl
45755            ! utils/perlbug.PL
45756 ____________________________________________________________________________
45757 [  8337] By: jhi                                   on 2001/01/05  18:15:11
45758         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
45759              From: Robin Barker <rmb1@cise.npl.co.uk>
45760              Date: Tue, 2 Jan 2001 15:24:07 GMT
45761              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
45762              
45763              If you call configure as C<./Configure> or C<sh ./Configure>,
45764              $src is set to the absolute path name, not '.'.
45765              
45766              This, in turn, means -Dmksymlink tries to do its stuff because
45767              it does not think it is in the src directory.
45768              
45769              (plus a metaconfig nitfix)
45770      Branch: metaconfig
45771            ! U/compline/ccflags.U U/modified/src.U
45772      Branch: perl
45773            ! Configure config_h.SH
45774 ____________________________________________________________________________
45775 [  8336] By: jhi                                   on 2001/01/05  17:48:32
45776         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
45777              From: Alan Burlison <Alan.Burlison@uk.sun.com>
45778              Message-ID: <3A5606C4.473D2226@uk.sun.com>
45779              Date: Fri, 05 Jan 2001 17:39:16 +0000
45780      Branch: perl
45781            ! hv.c
45782 ____________________________________________________________________________
45783 [  8335] By: jhi                                   on 2001/01/05  16:05:44
45784         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
45785      Branch: perl
45786            ! lib/Getopt/Long.pm
45787 ____________________________________________________________________________
45788 [  8334] By: jhi                                   on 2001/01/05  16:00:51
45789         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
45790              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
45791              Date: Fri, 05 Jan 2001 13:46:51 +0100
45792              Message-ID: <13693.978698811@nice.ram.loc>
45793              
45794              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
45795              accurate reading of the "atime".  
45796      Branch: perl
45797            ! t/io/fs.t
45798 ____________________________________________________________________________
45799 [  8333] By: jhi                                   on 2001/01/05  15:57:37
45800         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
45801              From: Simon Cozens <simon@cozens.net>
45802              Date: Fri, 8 Dec 2000 13:33:31 +0000
45803              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
45804              
45805              A lost patch fragment.
45806      Branch: perl
45807            ! doop.c
45808 ____________________________________________________________________________
45809 [  8332] By: jhi                                   on 2001/01/05  15:40:42
45810         Log: Do away with strncpy() and a fixed length buffer.
45811      Branch: perl
45812            ! utf8.c
45813 ____________________________________________________________________________
45814 [  8331] By: jhi                                   on 2001/01/05  15:03:07
45815         Log: Tests for #8329 and #8330.
45816      Branch: perl
45817            ! t/op/bop.t
45818 ____________________________________________________________________________
45819 [  8330] By: jhi                                   on 2001/01/05  15:02:38
45820         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
45821              raw 8-bit form to the UTF-8 string.
45822      Branch: perl
45823            ! toke.c
45824 ____________________________________________________________________________
45825 [  8329] By: jhi                                   on 2001/01/05  14:55:13
45826         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
45827              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
45828              Date: Fri, 5 Jan 2001 12:28:52 +0100
45829              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
45830              
45831              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
45832              no effect.  (changed the strncpy() to Copy())
45833      Branch: perl
45834            ! toke.c
45835 ____________________________________________________________________________
45836 [  8328] By: jhi                                   on 2001/01/05  06:44:27
45837         Log: UTF-8 cleanup.
45838      Branch: perl
45839            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
45840            ! regexec.c sv.c toke.c
45841 ____________________________________________________________________________
45842 [  8327] By: jhi                                   on 2001/01/05  01:11:29
45843         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')
45844              From: Radu Greab <radu@netsoft.ro>
45845              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
45846              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
45847              
45848              Cleans up Harness to not use FileHandle, which uses IO.
45849      Branch: perl
45850            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
45851 ____________________________________________________________________________
45852 [  8326] By: jhi                                   on 2001/01/05  00:56:37
45853         Log: Update Changes.
45854      Branch: perl
45855            ! Changes patchlevel.h
45856 ____________________________________________________________________________
45857 [  8325] By: jhi                                   on 2001/01/05  00:53:18
45858         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
45859              From: Peter Prymmer <pvhp@forte.com>
45860              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
45861              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
45862              
45863              plus a couple more tailing whitespace removals.
45864      Branch: perl
45865            ! win32/Makefile
45866 ____________________________________________________________________________
45867 [  8324] By: jhi                                   on 2001/01/05  00:47:39
45868         Log: Add some Unicode chop() tests.
45869      Branch: perl
45870            ! t/op/chop.t
45871 ____________________________________________________________________________
45872 [  8323] By: jhi                                   on 2001/01/05  00:47:23
45873         Log: Unify UTF-8 malformedness handling.
45874      Branch: perl
45875            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
45876 ____________________________________________________________________________
45877 [  8322] By: jhi                                   on 2001/01/04  22:21:54
45878         Log: The new $issymlink was unknown to Mksymlinks.
45879      Branch: metaconfig/U/perl
45880            ! Mksymlinks.U issymlink.U
45881      Branch: perl
45882            ! Configure config_h.SH
45883 ____________________________________________________________________________
45884 [  8321] By: jhi                                   on 2001/01/04  21:51:05
45885         Log: The test didn't work under the core test framework.
45886      Branch: perl
45887            ! t/lib/st-lock.t
45888 ____________________________________________________________________________
45889 [  8320] By: jhi                                   on 2001/01/04  21:14:22
45890         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
45891      Branch: perl
45892            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
45893 ____________________________________________________________________________
45894 [  8319] By: jhi                                   on 2001/01/04  20:46:17
45895         Log: Typo in #8312 when manually appying a problematic patch fragment.
45896      Branch: perl
45897            ! ext/Storable/Storable.xs
45898 ____________________________________________________________________________
45899 [  8318] By: jhi                                   on 2001/01/04  20:43:01
45900         Log: The $sh_c didn't fly.
45901      Branch: metaconfig
45902            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
45903            ! U/modified/Loc.U U/modified/myhostname.U
45904            ! U/modified/spitshell.U
45905      Branch: metaconfig/U/perl
45906            ! issymlink.U
45907      Branch: perl
45908            ! Configure config_h.SH
45909 ____________________________________________________________________________
45910 [  8317] By: jhi                                   on 2001/01/04  19:58:01
45911         Log: AIX builtin test -h is broken, changes based on
45912              
45913              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
45914              Date: Tue, 02 Jan 2001 11:24:39 +0100
45915              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
45916              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
45917      Branch: metaconfig
45918            + U/modified/spitshell.U
45919            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
45920            ! U/modified/Loc.U U/modified/myhostname.U
45921      Branch: metaconfig/U/perl
45922            ! Mksymlinks.U issymlink.U
45923      Branch: perl
45924            ! Configure
45925 ____________________________________________________________________________
45926 [  8316] By: jhi                                   on 2001/01/04  19:02:22
45927         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
45928              From: Andy Dougherty <doughera@lafayette.edu>
45929              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
45930              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
45931              
45932              Beware of GNU ld.
45933      Branch: perl
45934            ! hints/solaris_2.sh
45935 ____________________________________________________________________________
45936 [  8315] By: jhi                                   on 2001/01/04  18:56:48
45937         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
45938              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
45939              Date: Wed, 3 Jan 2001 07:58:51 +0100
45940              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
45941      Branch: perl
45942            ! hints/solaris_2.sh
45943 ____________________________________________________________________________
45944 [  8314] By: jhi                                   on 2001/01/04  18:54:07
45945         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
45946              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
45947              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
45948              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
45949              
45950              Doc tweak on #8313.
45951      Branch: perl
45952            ! ext/B/B/Deparse.pm
45953 ____________________________________________________________________________
45954 [  8313] By: jhi                                   on 2001/01/04  18:52:27
45955         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
45956              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
45957              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
45958              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
45959              
45960              Make the peephole optimizer to bypass more null ops and
45961              and rewrite the deparse handling of continue blocks.
45962      Branch: perl
45963            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
45964 ____________________________________________________________________________
45965 [  8312] By: jhi                                   on 2001/01/04  18:47:39
45966         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
45967      Branch: perl
45968            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
45969            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
45970            ! t/lib/st-lock.t
45971 ____________________________________________________________________________
45972 [  8311] By: jhi                                   on 2001/01/04  18:36:08
45973         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
45974              filter to be run on each .pm during the pm_to_blib() phase,
45975              a fixed version of
45976              
45977              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
45978              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
45979              Date: Wed, 03 Jan 2001 22:01:30 +0100
45980              Message-ID: <5296.978555690@nice.ram.loc>
45981      Branch: perl
45982            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
45983            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
45984            ! lib/ExtUtils/MakeMaker.pm
45985 ____________________________________________________________________________
45986 [  8310] By: jhi                                   on 2001/01/04  18:32:54
45987         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
45988              From: Robin Barker <rmb1@cise.npl.co.uk>
45989              Date: Tue, 2 Jan 2001 15:35:03 GMT
45990              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
45991      Branch: perl
45992            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
45993            ! pod/perlrequick.pod
45994 ____________________________________________________________________________
45995 [  8309] By: jhi                                   on 2001/01/04  18:29:07
45996         Log: Subject: Re: [patch] static-ize XS()
45997              From: Doug MacEachern <dougm@covalent.net>
45998              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
45999              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
46000              
46001              Provide prototypes for the XS functions.
46002      Branch: perl
46003            ! lib/ExtUtils/xsubpp
46004 ____________________________________________________________________________
46005 [  8308] By: jhi                                   on 2001/01/04  18:27:44
46006         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
46007              From: Doug MacEachern <dougm@covalent.net>
46008              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
46009              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
46010      Branch: perl
46011            ! lib/ExtUtils/typemap
46012 ____________________________________________________________________________
46013 [  8307] By: jhi                                   on 2001/01/04  18:25:25
46014         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
46015              From: Doug MacEachern <dougm@covalent.net>
46016              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
46017              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
46018              
46019              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
46020      Branch: perl
46021            ! lib/ExtUtils/MM_Unix.pm
46022 ____________________________________________________________________________
46023 [  8306] By: jhi                                   on 2001/01/04  18:23:00
46024         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
46025              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
46026              Date: Thu, 4 Jan 2001 12:47:10 +0100 
46027              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
46028              
46029              The toke.c part only, patching embed.h and proto.h is futile.
46030      Branch: perl
46031            ! toke.c
46032 ____________________________________________________________________________
46033 [  8305] By: jhi                                   on 2001/01/04  18:05:51
46034         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
46035              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
46036              Date: Thu, 4 Jan 2001 17:50:12 +0100 
46037              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
46038      Branch: perl
46039            ! toke.c
46040 ____________________________________________________________________________
46041 [  8304] By: jhi                                   on 2001/01/04  18:03:26
46042         Log: Subject: [PATCH perl@8269]
46043              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
46044              Date: Thu, 4 Jan 2001 12:53:39 +0100 
46045              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
46046              
46047              If running byacc write-enable also perly.h.
46048      Branch: perl
46049            ! Makefile.SH
46050 ____________________________________________________________________________
46051 [  8303] By: jhi                                   on 2001/01/04  15:40:49
46052         Log: Rewrite pp_concat() in terms of sv_catsv().
46053      Branch: perl
46054            ! pp_hot.c
46055 ____________________________________________________________________________
46056 [  8302] By: nick                                  on 2001/01/03  22:43:22
46057         Log: Integrate mainline.
46058      Branch: perlio
46059           !> ext/Encode/Encode.xs sv.c utf8.c
46060 ____________________________________________________________________________
46061 [  8301] By: jhi                                   on 2001/01/02  23:40:26
46062         Log: Variable naming tweak.
46063      Branch: perl
46064            ! sv.c
46065 ____________________________________________________________________________
46066 [  8300] By: jhi                                   on 2001/01/02  23:40:02
46067         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
46068              in is_utf8_string().
46069      Branch: perl
46070            ! utf8.c
46071 ____________________________________________________________________________
46072 [  8299] By: jhi                                   on 2001/01/02  22:14:40
46073         Log: Integrate perlio.
46074      Branch: perl
46075           !> pp.c pp_hot.c win32/Makefile
46076 ____________________________________________________________________________
46077 [  8298] By: nick                                  on 2001/01/02  22:03:06
46078         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
46079      Branch: perlio
46080            ! pp.c pp_hot.c
46081 ____________________________________________________________________________
46082 [  8297] By: jhi                                   on 2001/01/02  04:26:28
46083         Log: Signedness nit.
46084      Branch: perl
46085            ! ext/Encode/Encode.xs
46086 ____________________________________________________________________________
46087 [  8296] By: nick                                  on 2001/01/01  23:49:36
46088         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
46089      Branch: perlio
46090            ! win32/Makefile
46091 ____________________________________________________________________________
46092 [  8295] By: jhi                                   on 2001/01/01  23:05:48
46093         Log: Integrate perlio.
46094      Branch: perl
46095           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
46096           !> t/lib/encode.t
46097 ____________________________________________________________________________
46098 [  8294] By: nick                                  on 2001/01/01  22:48:34
46099         Log: Integrate mainline
46100      Branch: perlio
46101            ! pp_hot.c t/lib/encode.t
46102           !> (integrate 65 files)
46103 ____________________________________________________________________________
46104 [  8293] By: nick                                  on 2001/01/01  21:58:50
46105         Log: More rigor in UTF-8-ness of Encode's toUnicode
46106              XS export some of the utf8 internal functions.
46107              Test some of the functions.
46108              Fix pp_concat() bug shown by said tests.
46109      Branch: perlio
46110            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
46111            ! t/lib/encode.t
46112 ____________________________________________________________________________
46113 [  8292] By: jhi                                   on 2001/01/01  18:11:44
46114         Log: Integrate perlio.
46115      Branch: perl
46116           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
46117           !> ext/Encode/encengine.c ext/Encode/encode.h
46118 ____________________________________________________________________________
46119 [  8291] By: jhi                                   on 2001/01/01  18:10:58
46120         Log: Podify README.mpeix (a new version from the web),
46121              add a dummy NAME to Carp::Heavy, regen toc.
46122      Branch: perl
46123            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
46124            ! pod/perltoc.pod
46125 ____________________________________________________________________________
46126 [  8290] By: nick                                  on 2001/01/01  17:43:47
46127         Log: Loose the "Loading..." warning.
46128              Another bug in fallback support
46129      Branch: perlio
46130            ! ext/Encode/Encode.pm ext/Encode/encengine.c
46131 ____________________________________________________________________________
46132 [  8289] By: jhi                                   on 2001/01/01  00:01:57
46133         Log: Bump up Larry's copyright.
46134      Branch: perl
46135            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
46136            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
46137            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
46138            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
46139            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
46140            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
46141            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
46142            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
46143 ____________________________________________________________________________
46144 [  8288] By: nick                                  on 2000/12/31  21:27:53
46145         Log: Fix .ucm reading - forgot a chr()
46146              Start of .ucm write (for .enc to .ucm)
46147      Branch: perlio
46148            ! ext/Encode/compile
46149 ____________________________________________________________________________
46150 [  8287] By: jhi                                   on 2000/12/31  18:15:56
46151         Log: Comment away a diagnostic message as noted by Craig A. Berry
46152              (the unexpected message was confusing testing)
46153      Branch: perl
46154            ! ext/Encode/Encode.pm
46155 ____________________________________________________________________________
46156 [  8286] By: jhi                                   on 2000/12/31  18:14:51
46157         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
46158              Date: Sun, 31 Dec 2000 11:17:37 -0600
46159              From: "Craig A. Berry" <craigberry@mac.com>
46160              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
46161      Branch: perl
46162            ! ext/Encode/Makefile.PL
46163 ____________________________________________________________________________
46164 [  8285] By: nick                                  on 2000/12/31  18:11:54
46165         Log: Start of support of ICU-style .ucm files:
46166              - teach compile how to read a .ucm file
46167              - first guess at how to represent fallbacks in "tries".
46168              - use fallbacks if check == 0
46169              - new return code to indicate we used one.
46170      Branch: perlio
46171            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
46172            ! ext/Encode/encengine.c ext/Encode/encode.h
46173 ____________________________________________________________________________
46174 [  8284] By: jhi                                   on 2000/12/31  18:04:41
46175         Log: Pacify picky VMS compiler.
46176              
46177              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
46178              From: "Craig A. Berry" <craig.berry@psinetcs.com>
46179              Date: Sat, 30 Dec 2000 18:10:02 -0600
46180              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
46181      Branch: perl
46182            ! sv.c
46183 ____________________________________________________________________________
46184 [  8283] By: jhi                                   on 2000/12/31  16:11:47
46185         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
46186      Branch: perl
46187            ! t/lib/glob-basic.t
46188 ____________________________________________________________________________
46189 [  8282] By: jhi                                   on 2000/12/31  15:26:11
46190         Log: Integrate perlio.
46191      Branch: perl
46192           !> makedef.pl opcode.pl os2/os2.c perlio.c
46193 ____________________________________________________________________________
46194 [  8281] By: nick                                  on 2000/12/31  10:06:15
46195         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
46196              is available to be exported
46197      Branch: perlio
46198            ! makedef.pl perlio.c
46199 ____________________________________________________________________________
46200 [  8280] By: nick                                  on 2000/12/31  09:41:26
46201         Log: Ilya's OS2 patch (testing for damage on Win32)
46202      Branch: perlio
46203            ! makedef.pl opcode.pl os2/os2.c
46204 ____________________________________________________________________________
46205 [  8279] By: jhi                                   on 2000/12/30  21:52:07
46206         Log: Test nits.
46207      Branch: perl
46208            ! t/lib/syslfs.t t/op/lfs.t
46209 ____________________________________________________________________________
46210 [  8278] By: jhi                                   on 2000/12/30  21:47:49
46211         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
46212              From: andreas.koenig@anima.de (Andreas J. Koenig)
46213              Date: 30 Dec 2000 22:35:37 +0100
46214              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
46215              
46216              The 32-bit wraparound test wasn't quite right.
46217      Branch: perl
46218            ! t/lib/syslfs.t t/op/lfs.t
46219 ____________________________________________________________________________
46220 [  8277] By: jhi                                   on 2000/12/30  21:33:44
46221         Log: Subject: [PATCH] open() example in perlfunc.pod 
46222              From: Karsten Sperling <s_sperli@ira.uka.de>
46223              Date: Sat, 30 Dec 2000 22:27:09 +0100
46224              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
46225      Branch: perl
46226            ! pod/perlfunc.pod
46227 ____________________________________________________________________________
46228 [  8276] By: jhi                                   on 2000/12/30  20:32:40
46229         Log: Not quite that many tests yet.
46230      Branch: perl
46231            ! t/op/pat.t
46232 ____________________________________________________________________________
46233 [  8275] By: jhi                                   on 2000/12/30  20:26:58
46234         Log: Integrate perlio.
46235      Branch: perl
46236           !> toke.c
46237 ____________________________________________________________________________
46238 [  8274] By: jhi                                   on 2000/12/30  20:24:56
46239         Log: Signedness nit.
46240      Branch: perl
46241            ! utf8.c
46242 ____________________________________________________________________________
46243 [  8273] By: jhi                                   on 2000/12/30  20:15:46
46244         Log: Add a test case for 20000731.001 which was fixed by the #8267.
46245      Branch: perl
46246            ! t/op/pat.t
46247 ____________________________________________________________________________
46248 [  8272] By: nick                                  on 2000/12/30  19:47:51
46249         Log: Tweak for MULTIPLICITY/USE_PERLIO
46250      Branch: perlio
46251            ! toke.c
46252 ____________________________________________________________________________
46253 [  8271] By: nick                                  on 2000/12/30  19:46:45
46254         Log: Integrate mainline
46255      Branch: perlio
46256           +> lib/unicode/distinct.pm
46257           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
46258           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
46259           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
46260 ____________________________________________________________________________
46261 [  8270] By: jhi                                   on 2000/12/30  19:39:50
46262         Log: Subject: RE: perl@8269
46263              From: "Richard Soderberg" <rs@crystalflame.net>
46264              Date: Sat, 30 Dec 2000 11:36:27 -0800
46265              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
46266              
46267              A missing aTHX_.
46268      Branch: perl
46269            ! toke.c
46270 ____________________________________________________________________________
46271 [  8269] By: jhi                                   on 2000/12/30  18:55:48
46272         Log: Update Changes.
46273      Branch: perl
46274            ! Changes patchlevel.h
46275 ____________________________________________________________________________
46276 [  8268] By: jhi                                   on 2000/12/30  17:18:40
46277         Log: Add a test for Unicode split //.  The #8267 was the cure.
46278      Branch: perl
46279            ! t/op/split.t
46280 ____________________________________________________________________________
46281 [  8267] By: jhi                                   on 2000/12/30  17:14:19
46282         Log: Subject: more UTF8 test suites and an UTF8 patch
46283              From: Inaba Hiroto <inaba@st.rim.or.jp>
46284              Date: Sat, 30 Dec 2000 14:27:10 +0900
46285              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
46286              
46287              Just the patch part for now, and the pragma renamed
46288              as unicode::distinct.
46289      Branch: perl
46290            + lib/unicode/distinct.pm
46291            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
46292            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
46293            ! regcomp.h regexec.c sv.c toke.c utf8.c
46294 ____________________________________________________________________________
46295 [  8266] By: nick                                  on 2000/12/30  16:40:49
46296         Log: Integrate mainline
46297      Branch: perlio
46298           +> lib/Pod/Text/Overstrike.pm
46299           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
46300           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
46301           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
46302           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
46303           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
46304 ____________________________________________________________________________
46305 [  8265] By: jhi                                   on 2000/12/30  07:28:55
46306         Log: The sv_catsv() fix, take two.
46307      Branch: perl
46308            ! sv.c t/op/join.t
46309 ____________________________________________________________________________
46310 [  8264] By: jhi                                   on 2000/12/30  06:19:18
46311         Log: Undo all the join-related changes since #8248: relevant
46312              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
46313              The new sv_catsv() doesn't fly so it must go back to
46314              the drawing board.
46315      Branch: perl
46316            ! sv.c t/op/join.t t/pragma/utf8.t
46317 ____________________________________________________________________________
46318 [  8263] By: jhi                                   on 2000/12/30  01:08:32
46319         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
46320      Branch: perl
46321            ! sv.c
46322 ____________________________________________________________________________
46323 [  8262] By: jhi                                   on 2000/12/30  00:45:14
46324         Log: Retract #8261.
46325      Branch: perl
46326            ! hv.c util.c
46327 ____________________________________________________________________________
46328 [  8261] By: jhi                                   on 2000/12/30  00:38:32
46329         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
46330      Branch: perl
46331            ! hv.c util.c
46332 ____________________________________________________________________________
46333 [  8260] By: jhi                                   on 2000/12/29  22:51:33
46334         Log: (Retracted by #8264)  More fixing for #8251.
46335      Branch: perl
46336            ! sv.c
46337 ____________________________________________________________________________
46338 [  8259] By: jhi                                   on 2000/12/29  18:27:30
46339         Log: Subject: podlators 1.06 released
46340              From: Russ Allbery <rra@stanford.edu>
46341              Date: 25 Dec 2000 05:09:30 -0800
46342              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
46343      Branch: perl
46344            + lib/Pod/Text/Overstrike.pm
46345            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
46346            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
46347 ____________________________________________________________________________
46348 [  8258] By: jhi                                   on 2000/12/29  18:20:45
46349         Log: Make the large file tests more robust/talkative as suggested by
46350              
46351              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
46352              From: andreas.koenig@anima.de (Andreas J. Koenig)
46353              Date: 29 Dec 2000 14:23:01 +0100
46354              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
46355      Branch: perl
46356            ! t/lib/syslfs.t t/op/lfs.t
46357 ____________________________________________________________________________
46358 [  8257] By: jhi                                   on 2000/12/29  17:48:04
46359         Log: Further VMS piping fixes from Charles Lane:
46360              
46361              In summary, error messages produced when a subprocess terminated
46362              abnormally were being sent not just to the parent process, but to
46363              grandparents, because of default values for error output that were
46364              not completely overridden when the subprocess was started.
46365              
46366              This patch fixes this behavior by defining user-mode (i.e., temporary
46367              for the duration of the program) logical names for SYS$OUTPUT and
46368              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
46369              changes to make it so that the user-mode logicals are the ones that
46370              control where Perl's error messages go if it terminates abnormally.
46371              
46372              I also added some gratuitous fixes to the indentation of braces in
46373              the piping code.  It just looked ugly, before.
46374      Branch: perl
46375            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
46376 ____________________________________________________________________________
46377 [  8256] By: jhi                                   on 2000/12/29  17:45:12
46378         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
46379              From: "Casey R. Tweten" <crt@kiski.net>
46380              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
46381              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
46382              
46383              Tests for for #8240.
46384      Branch: perl
46385            ! t/pragma/constant.t
46386 ____________________________________________________________________________
46387 [  8255] By: jhi                                   on 2000/12/29  17:43:07
46388         Log: Subject: Re: [PATCH] Interesting syntax idea
46389              From: Simon Cozens <simon@cozens.net>
46390              Date: Fri, 29 Dec 2000 14:34:04 +0000
46391              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
46392              
46393              Tests for #8254.
46394      Branch: perl
46395            ! t/pragma/sub_lval.t
46396 ____________________________________________________________________________
46397 [  8254] By: jhi                                   on 2000/12/29  17:42:11
46398         Log: Subject: [PATCH] Interesting syntax idea
46399              From: Simon Cozens <simon@cozens.net>
46400              Date: Wed, 27 Dec 2000 05:08:57 +0000
46401              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
46402              
46403              Make opens + bareword assigns do typeglob assigns.
46404      Branch: perl
46405            ! op.c
46406 ____________________________________________________________________________
46407 [  8253] By: jhi                                   on 2000/12/29  17:36:45
46408         Log: Output the (apparent) version of gcc, as suggested by
46409              
46410              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
46411              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
46412              Date: 26 Dec 2000 04:29:17 -0500
46413              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
46414              
46415              (The patch as such didn't any more apply as the misparsing had
46416              already been addressed in #6474.)  Also change the wording about
46417              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
46418      Branch: perl
46419            ! hints/dec_osf.sh
46420 ____________________________________________________________________________
46421 [  8252] By: nick                                  on 2000/12/29  12:14:31
46422         Log: Integrate mainline
46423      Branch: perlio
46424           !> (integrate 27 files)
46425 ____________________________________________________________________________
46426 [  8251] By: jhi                                   on 2000/12/29  08:45:46
46427         Log: (Retracted by #8264)
46428              
46429              (Fixed by #8260.)
46430              
46431              sv_catsv() needs one more byte space than seems reasonable.
46432              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
46433              Curiouser and curiouser.
46434      Branch: perl
46435            ! sv.c
46436 ____________________________________________________________________________
46437 [  8250] By: jhi                                   on 2000/12/29  07:57:52
46438         Log: More split // UTF-8 tests.
46439      Branch: perl
46440            ! t/pragma/utf8.t
46441 ____________________________________________________________________________
46442 [  8249] By: jhi                                   on 2000/12/29  07:54:51
46443         Log: (Retracted by #8264)  More join() testing which was good because
46444              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
46445      Branch: perl
46446            ! pp.c t/op/join.t utf8.c utf8.h
46447 ____________________________________________________________________________
46448 [  8248] By: jhi                                   on 2000/12/29  07:08:32
46449         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
46450              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
46451              that the only cases to care about are byte+byte and byte+character.
46452              
46453              TODO: See how well pp_concat() could be implemented in terms
46454              of sv_catsv().
46455      Branch: perl
46456            ! doop.c sv.c t/op/join.t utf8.h
46457 ____________________________________________________________________________
46458 [  8247] By: jhi                                   on 2000/12/29  06:35:23
46459         Log: Signedness nit.
46460      Branch: perl
46461            ! pp_hot.c
46462 ____________________________________________________________________________
46463 [  8246] By: jhi                                   on 2000/12/29  01:23:31
46464         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
46465              From: Lupe Christoph <lupe@lupe-christoph.de>
46466              Date: Thu, 28 Dec 2000 23:00:00 +0100
46467              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
46468              
46469              Suggest rsync --delete --dry-run.
46470      Branch: perl
46471            ! pod/perlhack.pod
46472 ____________________________________________________________________________
46473 [  8245] By: jhi                                   on 2000/12/28  23:57:05
46474         Log: The maxiters upper limit sanity check (guarding against
46475              non-progress) assumed bytes instead of characters in s///
46476              and split().
46477      Branch: perl
46478            ! pp.c pp_hot.c
46479 ____________________________________________________________________________
46480 [  8244] By: jhi                                   on 2000/12/28  23:34:08
46481         Log: Make some panic messages a bit more logical.
46482      Branch: perl
46483            ! doop.c pod/perldiag.pod pp.c pp_hot.c
46484 ____________________________________________________________________________
46485 [  8243] By: jhi                                   on 2000/12/28  22:59:16
46486         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
46487              From: Simon Cozens <simon@cozens.net>
46488              Date: Wed, 27 Dec 2000 02:30:03 +0000
46489              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
46490      Branch: perl
46491            ! pp.c t/pragma/sub_lval.t
46492 ____________________________________________________________________________
46493 [  8242] By: jhi                                   on 2000/12/28  22:56:53
46494         Log: Subject: [PATCH blead] Fix B::Terse indentation
46495              From: Daniel Chetlin <daniel@chetlin.com>
46496              Date: Wed, 27 Dec 2000 06:43:30 -0800
46497              Message-ID: <20001227064329.B9573@darkstar>
46498      Branch: perl
46499            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
46500 ____________________________________________________________________________
46501 [  8241] By: jhi                                   on 2000/12/28  22:48:59
46502         Log: The latter patch from the
46503              
46504              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
46505              From: Peter Prymmer <pvhp@forte.com> 
46506              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
46507              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
46508              
46509              (the former patch from the above should have been
46510              taken care of by Nick I-S)
46511      Branch: perl
46512            ! win32/Makefile
46513 ____________________________________________________________________________
46514 [  8240] By: jhi                                   on 2000/12/28  22:45:22
46515         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
46516              From: "Casey R. Tweten" <crt@kiski.net>
46517              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
46518              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
46519      Branch: perl
46520            ! lib/constant.pm
46521 ____________________________________________________________________________
46522 [  8239] By: jhi                                   on 2000/12/28  22:37:45
46523         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
46524              From: Simon Cozens <simon@cozens.net>
46525              Date: Wed, 27 Dec 2000 14:12:44 +0000
46526              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
46527      Branch: perl
46528            ! t/op/method.t t/op/sort.t toke.c
46529 ____________________________________________________________________________
46530 [  8238] By: jhi                                   on 2000/12/28  22:30:32
46531         Log: Subject: [PATCH perl@8229] Call.pm
46532              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
46533              Date: Mon, 25 Dec 2000 10:47:15 -0000
46534              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
46535      Branch: perl
46536            ! ext/Filter/Util/Call/Call.pm
46537 ____________________________________________________________________________
46538 [  8237] By: jhi                                   on 2000/12/28  22:19:21
46539         Log: Subject: [PATCH blead] Fix problem with `&' prototype
46540              From: Daniel Chetlin <daniel@chetlin.com>
46541              Date: Wed, 27 Dec 2000 15:55:32 -0800
46542              Message-ID: <20001227155532.D9573@darkstar>
46543      Branch: perl
46544            ! op.c t/comp/proto.t
46545 ____________________________________________________________________________
46546 [  8236] By: jhi                                   on 2000/12/28  22:09:25
46547         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
46548              From: Daniel Chetlin <daniel@chetlin.com>
46549              Date: Sun, 24 Dec 2000 04:09:49 -0800
46550              Message-ID: <20001224040949.B3090@darkstar>
46551      Branch: perl
46552            ! gv.c mg.c t/op/attrs.t
46553 ____________________________________________________________________________
46554 [  8235] By: jhi                                   on 2000/12/28  22:07:11
46555         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
46556              From: Jan Dubois <jand@ActiveState.com>
46557              Date: Tue, 26 Dec 2000 20:57:31 -0800
46558              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
46559      Branch: perl
46560            ! win32/win32.c
46561 ____________________________________________________________________________
46562 [  8234] By: jhi                                   on 2000/12/28  21:52:42
46563         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
46564              From: Simon Cozens <simon@cozens.net>
46565              Date: Thu, 28 Dec 2000 20:33:13 +0000
46566              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
46567      Branch: perl
46568            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
46569 ____________________________________________________________________________
46570 [  8233] By: jhi                                   on 2000/12/28  19:40:49
46571         Log: Integrate perlio.
46572      Branch: perl
46573           !> ext/Encode/Makefile.PL ext/Encode/compile
46574 ____________________________________________________________________________
46575 [  8232] By: nick                                  on 2000/12/23  16:06:00
46576         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
46577              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
46578      Branch: perlio
46579            ! ext/Encode/Makefile.PL
46580 ____________________________________________________________________________
46581 [  8231] By: nick                                  on 2000/12/23  14:30:34
46582         Log: "Compiled" encode build cleanup
46583              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
46584              - .c files do not export sub-tables
46585      Branch: perlio
46586            ! ext/Encode/Makefile.PL ext/Encode/compile
46587 ____________________________________________________________________________
46588 [  8230] By: nick                                  on 2000/12/23  12:50:37
46589         Log: Integrate mainline
46590      Branch: perlio
46591           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
46592           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
46593           !> pod/perl5004delta.pod pod/perl5005delta.pod
46594           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
46595           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
46596           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
46597           !> pod/perlsub.pod
46598 ____________________________________________________________________________
46599 [  8229] By: jhi                                   on 2000/12/22  15:32:12
46600         Log: Integrate perlio.
46601      Branch: perl
46602           +> win32/distclean.bat
46603           !> MANIFEST t/io/utf8.t
46604 ____________________________________________________________________________
46605 [  8228] By: jhi                                   on 2000/12/22  15:29:40
46606         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
46607              From: Robin Barker <rmb1@cise.npl.co.uk>
46608              Date: Fri, 22 Dec 2000 12:17:38 GMT
46609              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
46610      Branch: perl
46611            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
46612            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
46613            ! pod/perl5004delta.pod pod/perl5005delta.pod
46614            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
46615            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
46616            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
46617            ! pod/perlsub.pod
46618 ____________________________________________________________________________
46619 [  8227] By: jhi                                   on 2000/12/22  15:24:28
46620         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
46621              From: "John L. Allen" <allen@grumman.com>
46622              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
46623              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
46624              
46625              Document APPLLIB_EXP.
46626      Branch: perl
46627            ! INSTALL
46628 ____________________________________________________________________________
46629 [  8226] By: nick                                  on 2000/12/21  22:11:50
46630         Log: Handy script for when one forgets to "dmake clean" 
46631      Branch: perlio
46632            + win32/distclean.bat
46633            ! MANIFEST
46634 ____________________________________________________________________________
46635 [  8225] By: nick                                  on 2000/12/21  21:54:04
46636         Log: CRLF platform issue with io/utf8 fix.
46637      Branch: perlio
46638            ! t/io/utf8.t
46639 ____________________________________________________________________________
46640 [  8224] By: nick                                  on 2000/12/21  21:02:20
46641         Log: Integrate mainline
46642      Branch: perlio
46643           !> Changes Configure Makefile.SH Porting/Glossary
46644           !> Porting/config.sh Porting/config_H configure.com
46645           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
46646           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
46647           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
46648           !> win32/config.bc win32/config.gc win32/config.vc
46649 ____________________________________________________________________________
46650 [  8223] By: jhi                                   on 2000/12/21  17:09:16
46651         Log: Update Changes.
46652      Branch: perl
46653            ! Changes patchlevel.h
46654 ____________________________________________________________________________
46655 [  8222] By: jhi                                   on 2000/12/21  16:24:01
46656         Log: Metaconfig unit changes for #8221.
46657      Branch: metaconfig/U/perl
46658           +> issymlink.U
46659            - testsyml.U
46660            ! Mksymlinks.U
46661 ____________________________________________________________________________
46662 [  8221] By: jhi                                   on 2000/12/21  16:23:48
46663         Log: Rename testsyml to issymlink.
46664      Branch: perl
46665            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
46666            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
46667            ! win32/config.vc
46668 ____________________________________________________________________________
46669 [  8220] By: jhi                                   on 2000/12/21  15:47:26
46670         Log: Robustness support for #8218 (symlink forest) since the GNU
46671              tools seem to be overly picky about symlinkage depths.
46672      Branch: perl
46673            ! Makefile.SH t/io/fs.t
46674 ____________________________________________________________________________
46675 [  8219] By: jhi                                   on 2000/12/21  15:38:27
46676         Log: Metaconfig changes for #8218.
46677      Branch: metaconfig
46678            ! U/modified/Oldconfig.U
46679      Branch: metaconfig/U/perl
46680            + Mksymlinks.U
46681            ! testsyml.U
46682 ____________________________________________________________________________
46683 [  8218] By: jhi                                   on 2000/12/21  15:37:57
46684         Log: Add Configure option -Dmksymlinks which will create a symlink
46685              forest if the current/build differs from the source directory.
46686              TODO: mkdir -p is not portable.
46687      Branch: perl
46688            ! Configure
46689 ____________________________________________________________________________
46690 [  8217] By: jhi                                   on 2000/12/21  14:39:12
46691         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
46692              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
46693              Date: Thu, 21 Dec 2000 09:38:18 GMT
46694              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
46695              
46696              The ofs became an SV.
46697      Branch: perl
46698            ! ext/Thread/Thread.xs
46699 ____________________________________________________________________________
46700 [  8216] By: jhi                                   on 2000/12/21  05:40:21
46701         Log: The polymorphism seems to have fixed 20000517.001.
46702      Branch: perl
46703            ! t/pragma/utf8.t
46704 ____________________________________________________________________________
46705 [  8215] By: jhi                                   on 2000/12/21  04:44:52
46706         Log: read() documentation tweak for 20001121.004.
46707      Branch: perl
46708            ! pod/perlfunc.pod
46709 ____________________________________________________________________________
46710 [  8214] By: jhi                                   on 2000/12/21  03:54:11
46711         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
46712      Branch: perl
46713            ! pp_sys.c t/op/misc.t
46714 ____________________________________________________________________________
46715 [  8213] By: jhi                                   on 2000/12/21  00:28:10
46716         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
46717              From: Peter Prymmer <pvhp@forte.com>
46718              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
46719              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
46720      Branch: perl
46721            ! configure.com
46722 ____________________________________________________________________________
46723 [  8212] By: jhi                                   on 2000/12/21  00:26:21
46724         Log: Edit edit edit.
46725      Branch: perl
46726            ! pod/perlfaq3.pod
46727 ____________________________________________________________________________
46728 [  8211] By: jhi                                   on 2000/12/20  18:52:46
46729         Log: Update Changes.
46730      Branch: perl
46731            ! Changes patchlevel.h
46732 ____________________________________________________________________________
46733 [  8210] By: jhi                                   on 2000/12/20  18:34:47
46734         Log: Yet another editor edit.
46735      Branch: perl
46736            ! pod/perlfaq3.pod
46737 ____________________________________________________________________________
46738 [  8209] By: jhi                                   on 2000/12/20  15:33:28
46739         Log: More Win32 Perling.
46740      Branch: perl
46741            ! pod/perlfaq3.pod
46742 ____________________________________________________________________________
46743 [  8208] By: jhi                                   on 2000/12/20  15:07:46
46744         Log: More Win32 editor/IDE/shell hints.
46745      Branch: perl
46746            ! pod/perlfaq3.pod
46747 ____________________________________________________________________________
46748 [  8207] By: jhi                                   on 2000/12/20  03:54:08
46749         Log: Subject: [PATCH] obscure timing knowledge
46750              From: Nicholas Clark <nick@ccl4.org>
46751              Date: Tue, 19 Dec 2000 19:22:31 +0000
46752              Message-ID: <20001219192231.F2827@plum.flirble.org>
46753      Branch: perl
46754            ! sv.c
46755 ____________________________________________________________________________
46756 [  8206] By: jhi                                   on 2000/12/20  03:45:57
46757         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
46758              From: Spider Boardman <spider@leggy.zk3.dec.com>
46759              Date: Tue, 19 Dec 2000 21:30:16 -0500
46760              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
46761      Branch: perl
46762            ! sv.c
46763 ____________________________________________________________________________
46764 [  8205] By: jhi                                   on 2000/12/19  23:02:01
46765         Log: Update Changes.
46766      Branch: perl
46767            ! Changes patchlevel.h
46768 ____________________________________________________________________________
46769 [  8204] By: jhi                                   on 2000/12/19  22:58:18
46770         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
46771              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
46772              on editors and diffing/patching.
46773      Branch: perl
46774            ! t/op/utf8decode.t
46775 ____________________________________________________________________________
46776 [  8203] By: nick                                  on 2000/12/19  21:36:16
46777         Log: Integrate mainline (forgot my own change...)
46778      Branch: perlio
46779           !> ext/Encode/compile
46780 ____________________________________________________________________________
46781 [  8202] By: nick                                  on 2000/12/19  21:34:42
46782         Log: Integrate mainline.
46783      Branch: perlio
46784           !> (integrate 61 files)
46785 ____________________________________________________________________________
46786 [  8201] By: nick                                  on 2000/12/19  21:34:06
46787         Log: Avoid looking for File::Glob when we don't need it.
46788      Branch: perl
46789            ! ext/Encode/compile
46790 ____________________________________________________________________________
46791 [  8200] By: jhi                                   on 2000/12/19  18:35:49
46792         Log: Update Changes.
46793      Branch: perl
46794            ! Changes patchlevel.h
46795 ____________________________________________________________________________
46796 [  8199] By: jhi                                   on 2000/12/19  18:35:07
46797         Log: Microperl tweaks.
46798      Branch: perl
46799            ! sv.c uconfig.h uconfig.sh
46800 ____________________________________________________________________________
46801 [  8198] By: jhi                                   on 2000/12/19  18:29:59
46802         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
46803      Branch: perl
46804            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
46805            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
46806 ____________________________________________________________________________
46807 [  8197] By: jhi                                   on 2000/12/19  17:55:29
46808         Log: In VMS embedded perls couldn't access the statically built Socket,
46809              from Charles Lane.
46810      Branch: perl
46811            ! configure.com
46812 ____________________________________________________________________________
46813 [  8196] By: jhi                                   on 2000/12/19  17:49:50
46814         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
46815              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
46816              Date: Sun, 17 Dec 2000 19:11:44 -0000
46817              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
46818      Branch: perl
46819            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
46820            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
46821 ____________________________________________________________________________
46822 [  8195] By: jhi                                   on 2000/12/19  17:47:53
46823         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
46824              From: Jonathan Stowe <gellyfish@gellyfish.com>
46825              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
46826              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
46827      Branch: perl
46828            ! utils/h2xs.PL
46829 ____________________________________________________________________________
46830 [  8194] By: jhi                                   on 2000/12/19  17:46:28
46831         Log: Subject: Re: useless use of void context work-around
46832              From: andreas.koenig@anima.de (Andreas J. Koenig)
46833              Date: 16 Dec 2000 15:13:36 +0100
46834              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
46835              
46836              Document (comment) the q(di ds ig) trick in the code.
46837      Branch: perl
46838            ! op.c
46839 ____________________________________________________________________________
46840 [  8193] By: jhi                                   on 2000/12/19  17:10:57
46841         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
46842              From: "Mark J. Reed" <mreed@strange.turner.com>
46843              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
46844              Message-Id: <200012160222.VAA13986@strange.turner.com>
46845      Branch: perl
46846            ! ext/Sys/Syslog/Syslog.pm
46847 ____________________________________________________________________________
46848 [  8192] By: jhi                                   on 2000/12/19  17:07:45
46849         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
46850              From: Nicholas Clark <nick@ccl4.org>
46851              Date: Sat, 16 Dec 2000 19:03:13 +0000
46852              Message-ID: <20001216190313.D68304@plum.flirble.org>
46853      Branch: perl
46854            ! t/op/64bitint.t
46855 ____________________________________________________________________________
46856 [  8191] By: jhi                                   on 2000/12/19  17:06:13
46857         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
46858              From: Dominic Dunlop <domo@computer.org>
46859              Date: Mon, 18 Dec 2000 12:00:15 +0100
46860              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
46861              
46862              This patchlet is needed in order that perl can be statically linked.  
46863      Branch: perl
46864            ! regexec.c
46865 ____________________________________________________________________________
46866 [  8190] By: jhi                                   on 2000/12/19  17:03:08
46867         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
46868              From: "Craig A. Berry" <craig.berry@psinetcs.com>
46869              Date: Sun, 17 Dec 2000 00:18:35 -0600
46870              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
46871      Branch: perl
46872            ! perlio.h vms/gen_shrfls.pl
46873 ____________________________________________________________________________
46874 [  8189] By: jhi                                   on 2000/12/19  16:20:28
46875         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
46876              From: Prymmer/Kahn <pvhp@best.com>
46877              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
46878              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
46879              
46880              A better version of #8188.
46881      Branch: perl
46882            ! pod/perlfaq3.pod
46883 ____________________________________________________________________________
46884 [  8188] By: jhi                                   on 2000/12/19  15:57:06
46885         Log: (Replaced by #8189)
46886              
46887              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
46888              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
46889              From: Prymmer/Kahn <pvhp@best.com>
46890              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
46891              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
46892              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
46893              Date: Mon, 18 Dec 2000 11:10:45 -0500
46894              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
46895      Branch: perl
46896            ! pod/perlfaq3.pod
46897 ____________________________________________________________________________
46898 [  8187] By: jhi                                   on 2000/12/19  15:54:19
46899         Log: Email address fix for Anton Berezin.
46900      Branch: perl
46901            ! AUTHORS
46902 ____________________________________________________________________________
46903 [  8186] By: jhi                                   on 2000/12/19  15:38:54
46904         Log: Subject: [PATCH perl@8102] cygwin port
46905              From: "Eric Fifer" <efifer@dircon.co.uk> 
46906              Date: Thu, 14 Dec 2000 13:41:29 -0000
46907              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
46908              
46909              When compiling modules the data item that is being imported
46910              from libperl.dll needs to be tagged as imported/shared data:
46911              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
46912      Branch: perl
46913            ! perliol.h
46914 ____________________________________________________________________________
46915 [  8185] By: jhi                                   on 2000/12/19  14:53:24
46916         Log: Regen uconfig.h and uconfig.sh.
46917      Branch: perl
46918            ! uconfig.h uconfig.sh
46919 ____________________________________________________________________________
46920 [  8184] By: jhi                                   on 2000/12/18  20:43:49
46921         Log: Comments work so much better when they are closed.
46922      Branch: perl
46923            ! regcomp.c
46924 ____________________________________________________________________________
46925 [  8183] By: jhi                                   on 2000/12/18  18:04:02
46926         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
46927              Fixes the bug 20001218.016.
46928      Branch: perl
46929            ! regcomp.c
46930 ____________________________________________________________________________
46931 [  8182] By: gsar                                  on 2000/12/18  09:53:47
46932         Log: delete spurious files
46933      Branch: maint-5.6/perl
46934            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
46935            - vos/config.h vos/config_h.SH_orig
46936 ____________________________________________________________________________
46937 [  8181] By: gsar                                  on 2000/12/18  09:46:08
46938         Log: regen perltoc
46939      Branch: maint-5.6/perl
46940            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
46941 ____________________________________________________________________________
46942 [  8180] By: gsar                                  on 2000/12/18  09:20:27
46943         Log: integrate changes#7924..7926,7946,7952 from mainline
46944              
46945              A test works better if it has the right 1..$n output.
46946              
46947              All the core library users of Class::Struct seem to be
46948              using "use Class::Struct 'struct';" instead of the bare
46949              "use Class::Struct;", which isn't documented in Class::Struct.
46950              This can't be right.
46951              
46952              Make the Class::Struct import() wiser.
46953              
46954              Upgrade to CPAN 1.59_51, from Andreas König.
46955              
46956              Subject: Re: long shell lines
46957              Split overly long shell command lines.
46958      Branch: maint-5.6/perl
46959           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
46960           !> lib/File/stat.pm t/lib/class-struct.t
46961 ____________________________________________________________________________
46962 [  8179] By: gsar                                  on 2000/12/18  08:55:54
46963         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
46964              7918,7919,7988,8907 from mainline (various)
46965              
46966              Subject: [ID 20001127.004] White space problem in perlamiga.pod
46967              
46968              Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
46969              
46970              Subject: [PATCH] perlcc.PL cleanups
46971              
46972              Subject: [PATCH] Updating perltie.pod for arrays
46973              
46974              Subject: [ID 20001128.002] what's the point of example code if it is buggy?
46975              Subject: Re: [PATCH] Updating perltie.pod for arrays
46976              Subject: Re: [PATCH] Updating perltie.pod for arrays
46977              
46978              One more perltie.pod nit from Casey R. Tweten.
46979              
46980              Subject: [PATCH] $^O  win32 -> MSWin32
46981              plus similar nits for vms, err, VMS, and UNICOS.
46982              
46983              Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
46984              More checking in case someone has broken their services or
46985              protocol databases.
46986              
46987              Make "use Class::Struct 'struct';" work again (broken by #7617);
46988              add a test for Class::Struct.
46989              
46990              Integrate the "skip" messages to explain().
46991              
46992              Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
46993      Branch: maint-5.6/perl
46994           +> t/lib/class-struct.t
46995           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
46996           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
46997           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
46998 ____________________________________________________________________________
46999 [  8178] By: gsar                                  on 2000/12/18  08:16:30
47000         Log: avoid redefinition warnings on windows due to sys/socket.h getting
47001              #included before win32.h
47002      Branch: maint-5.6/perl
47003            ! win32/include/sys/socket.h
47004 ____________________________________________________________________________
47005 [  8177] By: gsar                                  on 2000/12/18  05:24:04
47006         Log: make regen_headers; fix POSIX.xs problems; remove outdated
47007              code from sys/socket.h that makes build fail now
47008      Branch: maint-5.6/perl
47009            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
47010            ! pod/perlapi.pod
47011           !> win32/include/sys/socket.h
47012 ____________________________________________________________________________
47013 [  8176] By: gsar                                  on 2000/12/18  05:20:17
47014         Log: update Changes
47015      Branch: maint-5.6/perl
47016            ! Changes patchlevel.h
47017 ____________________________________________________________________________
47018 [  8175] By: gsar                                  on 2000/12/18  04:57:48
47019         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
47020              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
47021              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
47022              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
47023              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
47024              7823,7825,7838
47025              
47026              Subject: Re: [PATCH] README.solaris
47027              
47028              Add getpagesize() probing, on non-UNIX guess 'undef'.
47029              
47030              Simplify the getpagesize() unit by dropping the
47031              pagesize probe since it's nowadays slightly more
47032              complicated because of sysconf(). (Note: if some
47033              platform really needs the -lPW for getpagesize,
47034              I just broke it.)
47035              TODO: a new pagesize unit.
47036              
47037              Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
47038              
47039              MachTen doesn't really do mmap() and munmap().
47040              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
47041              
47042              More README.solaris updates from Andy Dougherty.
47043              
47044              Copy the s// information of README.hpux also to the perlrun.
47045              
47046              Add HAS_FSYNC, lack noticed by Nicholas Clark.
47047              
47048              Add a metaconfig unit for fsync.
47049              
47050              Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
47051              
47052              Many subdocumented return values of the IO extension now documented.
47053              ungetc and write still left subdocumented.
47054              Subject: [PATCH] (was Re: IO::Handle::ungetc)
47055              
47056              Document tell() on special streams.
47057              
47058              Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
47059              
47060              Subject: [ID 20001112.007] sfio's sftell isn't ftell
47061              
47062              Couple of tests from #7660 salvaged.
47063              
47064              Tweak the definition of the bit complement on UTF-8 data:
47065              if none of the characters in the string are > 0xff,
47066              the result is a complemented byte string, not a (UTF-8)
47067              char string.  Based on the summary in
47068              Subject: Re: [ID 20000918.005] ~ on wide chars
47069              This should give us the maximum backward (pre-char string)
47070              compatibility and utf8 compatibility.  The other alternative
47071              would be to limit the bit complement to be always byte only,
47072              taking the least significant byte of the chars.
47073              
47074              Cleanup messy #ifdef.
47075              
47076              Typos in #7667.
47077              
47078              Declare reg_data like reg_substr_data.
47079              
47080              Placate nervous compilers that see longer than ints switch()ing.
47081              
47082              Remove the new two tests of lib/io_xs for now, they seem to
47083              fail under perlio on some platforms.
47084              
47085              Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
47086              
47087              Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
47088              
47089              Subject: tiny typo in perl5db.pl
47090              
47091              Subject: some additions for makefiles for win32 (for perl@7674)
47092              
47093              Hoist the duplicated socket/netdb include logic to perl.h;
47094              undef SETERRNO in case SOCKS has defined it.  Based on:
47095              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
47096              
47097              Regen Configure.
47098              
47099              Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
47100              (a macro to define signed and unsigned integer constants).
47101              
47102              Use UINT64_C().
47103              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
47104              
47105              Use u_int32_t for the size of hash_cb(), not size_t.
47106              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
47107              
47108              Quit utf8_to_uv() instantly if curlen == 0.
47109              
47110              Subject: [PATCH: perl@7674] updates to README.os390
47111              
47112              Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
47113              
47114              EBCDIC tweaks.
47115              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
47116              
47117              Linenumber fix.
47118              
47119              SOCKS has its own USE_THREADS, based on
47120              Subject: [ID 20001114.002] et. al. bugfix followup
47121              
47122              UINT64_C() work continues.
47123              
47124              Detypo.
47125              
47126              The type of the hash_cb() size argument is tricky.
47127              
47128              Add fwalk() probe to the configuration files and regen perltoc.
47129              
47130              Subject: perllocale.pod changes
47131              
47132              Avoid an infinite loop in VMS when utils scripts are run
47133              with no arguments, from Charles Lane.
47134              
47135              Subject: Re: Bug in Carp::Heavy/5.6.0?
47136              
47137              For Solaris use64bitall the stdchar needs a little bit of help.
47138              
47139              The long double hints can be here or there.
47140              
47141              Test tweak for the open pragma.
47142              
47143              Also the 64bitall hints can be either here or there.
47144              
47145              As surmised the #7719 wasn't a good move.
47146              
47147              Subject: Fix for 20000409.001
47148              
47149              Subject: Fix for 20000815.006
47150              It's really 20000518.006.
47151              
47152              Subject: [PATCH 5.6.0 README.win32] very minor typos
47153              
47154              Subject: Fix for README.amiga (20000323.033)
47155              
47156              Explain in more detail the {} syntax ambiguousity.
47157              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
47158              
47159              Sparc 64-bit pack() fix from Jens Hamisch.
47160              
47161              Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
47162              
47163              Subject: podlators 1.05 available        
47164              
47165              Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
47166              
47167              Subject: [perl 7711: EPOC] updates
47168              
47169              Make certain MacOS Classic has NO_ENVIRON_ARRAY.
47170              
47171              Miraculous typo.
47172              
47173              sysseek() instead of seek().
47174              
47175              Solaris hints tweaks.
47176              
47177              Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
47178              This may be overly harsh but until proven otherwise, we think this
47179              way, or until we have a simple test for Configure (having to start
47180              up servers is does not count as simple) to check for the problems.
47181              
47182              Remove the shared object before attempting to create
47183              (by linking) a new one.  E.g. in AIX not removing
47184              becomes quite painful if one tries to do more than one
47185              build in the same tree (an interrupted build, for example),
47186              since the AIX' shared dynaloader seemingly keeps the shared
47187              objects open and therefore 'busy' for quite a while, even when
47188              nobody is using the objects, leading into link failures.
47189              
47190              Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
47191              
47192              Subject: DOC PATCH 5.6.0 perlreftut
47193              
47194              Subject: [PATCH: perl@7777] add system locale testing for VMS
47195              
47196              Subject: [PATCH] Test.pm POD peculiarity
47197              
47198              Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
47199              
47200              Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
47201              
47202              Subject: Re: perl@7777 
47203              Detypoing.
47204              
47205              Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
47206              
47207              Go ahead and #include <unistd.h> in perl.h.
47208              
47209              Subject: [PATCH perl@7795] small cleanup task for test suite
47210              
47211              Subject: Re: av.c patch (having slight problems)
47212              unshift() speedup.
47213              
47214              Reach back one higher up when searching for PERL_SRC.
47215      Branch: maint-5.6/perl
47216           +> lib/File/Spec/Epoc.pm
47217           !> (integrate 88 files)
47218 ____________________________________________________________________________
47219 [  8174] By: gsar                                  on 2000/12/18  03:53:09
47220         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
47221              7625..7629,7631..7634,7637,7639,7642 from mainline
47222              
47223              Fix for the tie-refhash string table leaks.
47224              
47225              Subject: [patch perl@7595] VMS configure.com tweak
47226              
47227              More careful detection of how well NVs and UVs mix.
47228              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))
47229              Added some SIGFPE paranoia.
47230              
47231              Forgot to bump the line numbers in #7601.
47232              
47233              Subject: PATCH std stdio for (Free)BSD
47234              
47235              Deleting $ENV{PATH} in VMS is not recommendable.
47236              
47237              Locale buglets.
47238              Subject: RE: Locales support (setlocale) fixes
47239              
47240              Do not test UTF-8 locales since that the tests would require
47241              polymorphic regexen.
47242              
47243              Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
47244              
47245              A missing aTHX_.
47246              
47247              Subject: [ID 20001108.013] spelling
47248              
47249              Subject: [PATCH] Class::Struct at compile time
47250              
47251              Make deleting for %ENV work for (newer versions of) VMS,
47252              from Craig A. Berry.
47253              
47254              Forgot from #7618.
47255              
47256              More VMS moves on environment handling, from Charles Lane.
47257              
47258              Remove unused extra arguments.
47259              
47260              Typo in an ifndef.
47261              Subject: Re: [PATCH 5.7.0] better messages from malloc()
47262              
47263              Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
47264              All except the "cow orker" change.
47265              
47266              The generated boot_* headers are wrong.  Pickier compiler,
47267              such as KAI C++ will refuse to compile the resulting perlmain.
47268              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
47269              
47270              There's no =head3.
47271              
47272              Disable only the tests 99 and 166 for UTF-8 locales.
47273              
47274              Missing dTHXs.
47275              Subject: RE: perl@7595 builds not on cygwin
47276              
47277              Subject: Re: bash -c exit and linux hints 
47278              
47279              Various doc oddball characters.
47280              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
47281              
47282              Subject: [PATCH] IO::Seekable pod
47283              
47284              Amdahl UTS hints updates.
47285              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
47286              
47287              Explain better why certain regex tests are skipped.
47288              Subject: Re: tests skipped: unknown reason
47289              
47290              Subject: [PATCH] README.solaris
47291              
47292              Subject: [PATCH perl@7638] cygwin port
47293      Branch: maint-5.6/perl
47294           +> README.solaris
47295           !> (integrate 26 files)
47296 ____________________________________________________________________________
47297 [  8173] By: gsar                                  on 2000/12/18  03:37:02
47298         Log: integrate changes#7472,7474..7478,7481,7485,7489,7493,7494,7496,
47299              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
47300              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
47301              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
47302              
47303              Better create a true mailing list for the repository keepers.
47304              
47305              Subject: [ID 20001027.007] uniq array in perlfaq
47306              
47307              De-quoted-unreadable to ISO Latin 1.
47308              (There's one ISO-2022-JP name in Changes5.004.)
47309              
47310              Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
47311              
47312              The #7476 needs a MANIFEST change, too.
47313              
47314              Add also emailless people.
47315              
47316              UTF-8 decoder tweak.
47317              
47318              Make \x{...} consistently produce UTF-8.
47319              Subject: Re: \x{...} is confused 
47320              
47321              Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
47322              
47323              Add a perlbug flag, -A, to avoid acknowledgement messages.
47324              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
47325              
47326              Use Errno magic.
47327              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
47328              
47329              Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
47330              
47331              Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
47332              
47333              Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
47334              
47335              Be more lenient on bad UTF-8 when doing bit arithmetics.
47336              Subject: Re: [ID 20000918.005] ~ on wide chars
47337              (The ord() part of the patch skipped.)
47338              
47339              Subject: perlfaq style changes
47340              
47341              AUTHORS tweaks.
47342              
47343              Whitespace style tweak.  Was originally going to see to
47344              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
47345              but that had already been taken care of.
47346              
47347              The compiler is either gcc or cc, from Tom Bates.
47348              
47349              The osname has been lowercased by now, from Tom Bates.
47350              
47351              The NonStop-UX libraries have a novel way to say NaN.
47352              
47353              printf UVs the correct way, noticed by Robin Barker.
47354              
47355              Subject: [PATCH] startperl to respect versiononly
47356              
47357              AUTHORS updates.
47358              
47359              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
47360              
47361              Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
47362              
47363              Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
47364              
47365              Generalize the Camel wording.
47366              Subject: Re: perlfaq style changes
47367              
47368              Subject: [ID 20001005.006] Documentation -- description of qr//
47369              
47370              C.pm part of
47371              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
47372              
47373              Locale warning explanation tweak.
47374              
47375              Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
47376              
47377              Make the POSIX::setuid and POSIX::setgid to really call setuid()
47378              and setgid() because they were just changing $< and $( which means
47379              only changing the real uid/gid, as opposed to changing both
47380              real and effective ids.  (The alternative way could have been
47381              in POSIX.pm to change $> and $), too, but making a direct call
47382              to the C API feels cleaner.)  Fixes the bug
47383              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
47384              
47385              Expand %Config variables and %ENV variables only if
47386              so requested during build time using the
47387              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
47388              Not expanding makes relocating distributions easier.
47389              
47390              More tweaking on the #7522 theme.
47391              
47392              Test::Harness revealed buglets in the new DynaLoader.
47393              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
47394              
47395              Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
47396              fix a autovivification bug in Tie::RefHash, add tests for both.
47397              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
47398              
47399              Detpyo.
47400              
47401              recv() can fail and return undef.
47402              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
47403              
47404              Fix the problem discussed in
47405              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
47406              originally from Linc Madison.  Also Andreas König's comments
47407              taken into account.  Some other problems with Tie::SubstrHash
47408              fixed: didn't croak when the table exceeded the requested number
47409              of entries (as documented) but instead when the number of entries
47410              exceeded the size of the table, a croak() had an unnecessary \n,
47411              didn't have a CLEAR method, documented that there is no exists().
47412              Didn't fix to be strict-proof because the module uses &foo; and
47413              dynamic scope.  Added a test script exercizing both first tamely 
47414              the basic functionality, and then the failure cases reported by
47415              Linc Madison.
47416              
47417              Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
47418              
47419              The #7521 touched things it shouldn't have.
47420              
47421              Subject: [PATCH 5.7.0] better messages from malloc()
47422              
47423              Subject: Re: README.aix
47424              
47425              Add FCNTL_CAN_LOCK.
47426              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
47427              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
47428              
47429              Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
47430              create a "fast path" for locale name probing using "locale -a"
47431              if available, squash finally hopefully the s?printf resetting
47432              the numeric locale (since, IIUC perllocale, it never shouldn't). 
47433              
47434              More Changes tweakery.
47435              
47436              Dying is too strict here, better just skip.
47437              
47438              Subject: Locales support (setlocale) fixes
47439              Modified quite a bit to be more portable.
47440              
47441              Configure would use a bad $myuname from an old config.sh.
47442              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
47443              
47444              Fix for
47445              Subject: [ID 20001004.006] undef is never tainted
47446              An undef read from a slurped file was not tainted.
47447              
47448              Fix for
47449              Subject: [ID 20001004.007] taint propogation is inconsistent
47450              The culprit was sv_setsv() which was rather blindly
47451              propagating taint, which lead to behaviour where if
47452              a tainted anon hash value was seen all the hash values
47453              from then on at that level became tainted, or at any
47454              upper levels in the case of nested anon hashes.
47455              
47456              Test tweak: show also the failed locales.
47457              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
47458              
47459              A fix of sorts for 20000329.026, a better error message
47460              for a missing "use charnames" when using the \N{...}. 
47461              
47462              Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
47463              
47464              Add =pod to be tidy.
47465              
47466              Fix for bug id 19990615.008, pos() unset during s///ge.
47467              
47468              Add a note for future generations about bug id 20000229.006.
47469              
47470              Use -dM for gcc (the suggested patch did it only for Linux,
47471              but I think it can be generalized).
47472              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
47473              
47474              opmini.o can linger from Configures past.
47475              
47476              Document that the evaled syntax errors cause scalar leaks.
47477              
47478              Fix for
47479              Subject: [ID 20000728.005] perl -P broken
47480              (hopefully).  The fix is also not complete, it seems to break
47481              BOM swallowing for libc5 systems, but until someone figures
47482              out a way to do this without ftell(), this will do.
47483              
47484              AUTHORS updates.
47485              
47486              Subject: Re: rsync'ed patches vs. rsync'ed source
47487              
47488              Admit that the test leaks scalars.
47489              
47490              Sanitize the environment further.
47491              
47492              VOS updates from Paul Green.
47493              
47494              Document %ENV = () portability issues.
47495              
47496              Make the stdio test program of 7427 less noisy while being 
47497              compiled so that Digital UNIX wouldn't get both
47498              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
47499              undefined.  This makes perlio happy.
47500              
47501              glibc5 detection by __GNU_LIBRARY__.
47502              
47503              %ENV note tweaks from Dan Sugalski.
47504              
47505              Varargs don't always work too well if one puts an unsigned
47506              char on the stack and pop an unsigned quad off the stack.
47507              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
47508              
47509              Subject: Pod updates
47510              
47511              Fake support of holey files in win/dosish platforms.
47512              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
47513              
47514              A doc addition for bug id 20001105.019, beware \p.
47515              
47516              Tweak #7587.
47517              
47518              Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
47519              
47520              perlhack updates from H.Merijn Brand.
47521              
47522              Subject: [PATCH perl@7573] cygwin port
47523              Synchronize with Cygwin 1.1.5.
47524              
47525              Bad thinko in #7581 (I used the test program with the expanded
47526              values as-is).
47527              
47528              Make perlbug not insist on dumping to a file when stdout isn't a tty.
47529              Subject: [PATCH] perlbug.PL
47530              
47531              Overrideable keys, each, pop, push, shift, splice, unshift.
47532              Subject: [PATCH] prototyped functions that should be overrideable
47533              
47534              Try to avoid flockless and emulationless places.
47535      Branch: maint-5.6/perl
47536           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
47537            - MAINTAIN
47538           !> (integrate 111 files)
47539 ____________________________________________________________________________
47540 [  8172] By: jhi                                   on 2000/12/18  02:49:27
47541         Log: Regen pods.
47542      Branch: perl
47543            ! pod/perlmodlib.pod pod/perltoc.pod
47544 ____________________________________________________________________________
47545 [  8171] By: gsar                                  on 2000/12/18  02:49:24
47546         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
47547              7465..7471 from mainline
47548              
47549              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
47550              in platforms that strictly require all the symbols being present
47551              at link time.
47552              
47553              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
47554              
47555              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
47556              
47557              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
47558              
47559              Subject: [PATCH] todo
47560              
47561              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
47562              
47563              Use $sort, $uniq (and $tr) consistently as wondered
47564              by Nicholas Clark.
47565              
47566              Too enthusiastic editing in #7460.
47567              
47568              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
47569              
47570              Upgrade to CPAN 1.58_55.
47571              Subject: CPAN.pm status
47572              
47573              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
47574              
47575              Make target reordering to avoid pointless re-makes.
47576              Subject: Re: Total re-make of 'make okfile' after 7451 ?
47577              
47578              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
47579              
47580              Subject: DOC PATCH 5.6.0
47581              
47582              Add the repository doc by Malcolm, Sarathy, and by Simon,
47583              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
47584      Branch: maint-5.6/perl
47585           +> Porting/repository.pod
47586           !> Configure MANIFEST Makefile.SH README.dos README.os2
47587           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
47588           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
47589           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
47590 ____________________________________________________________________________
47591 [  8169] By: gsar                                  on 2000/12/18  02:33:34
47592         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
47593              7435..7441,7445 from mainline
47594              
47595              Make the UTF-8 decoding stricter and more verbose when
47596              malformation happens.  This involved adding an argument
47597              to utf8_to_uv_chk(), which involved changing its prototype,
47598              and prefer STRLEN over I32 for the UTF-8 length, which as
47599              a domino effect necessitated changing the prototypes of
47600              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
47601              The stricter UTF-8 decoding checking uses Markus Kuhn's
47602              UTF-8 Decode Stress Tester from
47603              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
47604              
47605              Run vms/vms_yfix.pl, should have done that after changing
47606              perly.c in #7382.
47607              
47608              Subject: [PATCH 5.7.0] static linking with uninstalled perl
47609              
47610              (Replaced by #7440.)
47611              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
47612              
47613              Fix the bug ID 20001024.005, the bug introduced by #7416.
47614              
47615              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
47616              
47617              Fix the bug reported in
47618              From: andreas.koenig@anima.de (Andreas J. Koenig)
47619              Also make is_utf8_char() stricter.
47620              
47621              Missed the header file changes from #7425.
47622              
47623              Check if stdio supports tweaking lval and cnt simultaneously.
47624              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
47625              
47626              Stratus VOS updates from Paul Green.
47627              
47628              Podify README.epoc and README.vos.
47629              
47630              Add targets to Makefile.SH, most importantly
47631              'regen_all' which also remembers to update vms/perly*.
47632              
47633              Subject: Minor update to find2perl, for portability
47634              
47635              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
47636              
47637              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
47638              
47639              Rename UTF8LEN() to be UNISKIP(), too confusing to have
47640              UTF8LEN() and UTF8SKIP(). 
47641              
47642              Allow poking holes at the UTF-8 decoding strictness.
47643              
47644              Continue the internal UTF-8 API tweaking.
47645              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
47646              used much more than the simpler API, now called utf8_to_uv_simple().
47647              Still not quite happy with API, too much partial duplication
47648              of functionality.
47649              
47650              A new version of making the syslog test more robust.
47651              (Replaces #7421.)
47652              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
47653              
47654              buildtoc target tweaks.
47655              
47656              Integrate with vmsperl #7430 by Charles Bailey:
47657              
47658              Cleanup from prior patch (Charles Lane?):
47659              - improve handling of MFDs in Basename and Path
47660              - default to no xsubpp line # munging when building debug images
47661      Branch: maint-5.6/perl
47662           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
47663           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
47664           !> (integrate 67 files)
47665 ____________________________________________________________________________
47666 [  8168] By: gsar                                  on 2000/12/18  02:05:49
47667         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
47668              
47669              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
47670              From: Martin Husemann <martin@duskware.de>
47671              
47672              Subject: [PATCH 5.7.0] restore match data on backtracing
47673              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47674      Branch: maint-5.6/perl
47675           !> regcomp.c regexec.c t/op/re_tests
47676 ____________________________________________________________________________
47677 [  8167] By: gsar                                  on 2000/12/18  01:55:22
47678         Log: integrate changes#7858,7986 from mainline
47679              
47680              C<foreach my $x ...> in pseudo-fork()ed process may diddle
47681              parent's memory; fix it by keeping track of the actual pad
47682              offset rather than a raw pointer (this change is probably also
47683              relevant to non-ithreads case to avoid fallout from reallocs of
47684              the pad array, but is currently only enabled for the ithreads
47685              case in the interests of minimal disruption to existing "well
47686              tested" code)
47687              
47688              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
47689              due to the notorious GetFileType() bug in Windows 9x, which fstat()
47690              tickles)
47691      Branch: maint-5.6/perl
47692           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
47693           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
47694           !> win32/win32.c win32/win32.h win32/win32sck.c
47695 ____________________________________________________________________________
47696 [  8166] By: gsar                                  on 2000/12/18  01:52:59
47697         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
47698              from mainline (xsubpp and ExtUtils::LibList fixups, various
47699              other small items)
47700              
47701              The generated boot_* headers are wrong.  Pickier compiler,
47702              such as KAI C++ will refuse to compile the resulting perlmain.
47703              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
47704              
47705              Various doc oddball characters.
47706              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
47707              
47708              Subject: [PATCH] Re: 20001101.003 PDL
47709              
47710              Subject: [PATCH 5.7.0] etags broken again
47711              
47712              Subject: [PATCH 5.7.0] Liblist finally works
47713              
47714              Subject: [PATCH 5.7.0] Liblist returns found libraries
47715              
47716              Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
47717              
47718              Subject: [PATCH 5.7.0] OUT keyword for xsubpp
47719              
47720              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
47721              OUT keyword nits.
47722              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
47723              OUT and IN_OUT documentation.
47724      Branch: maint-5.6/perl
47725           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
47726           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
47727           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
47728           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
47729           !> win32/bin/search.pl
47730 ____________________________________________________________________________
47731 [  8165] By: gsar                                  on 2000/12/18  01:28:45
47732         Log: integrate changes#7533,7563,7611,7623 from mainline (various
47733              malloc.c embellishments)
47734      Branch: maint-5.6/perl
47735           !> malloc.c pod/perldiag.pod
47736 ____________________________________________________________________________
47737 [  8164] By: gsar                                  on 2000/12/18  01:23:33
47738         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
47739              fixups)
47740      Branch: maint-5.6/perl
47741           !> utils/h2xs.PL
47742 ____________________________________________________________________________
47743 [  8163] By: gsar                                  on 2000/12/18  01:17:50
47744         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
47745              fixups)
47746      Branch: maint-5.6/perl
47747           !> Makefile.SH utils/perlbug.PL
47748 ____________________________________________________________________________
47749 [  8162] By: gsar                                  on 2000/12/18  00:25:43
47750         Log: always export Perl_deb() (it is required by re.xs whether
47751              Perl is built with or without -DDEBUGGING)
47752      Branch: maint-5.6/perl
47753            ! makedef.pl
47754 ____________________________________________________________________________
47755 [  8161] By: gsar                                  on 2000/12/18  00:23:38
47756         Log: integrate change#7414 from mainline
47757              
47758              Undo the basename() part of #7412 since the lib/basename
47759              tests would need upgrading too.
47760              
47761              squelch two tests in tr.t that rely on tr/// paranoia change
47762              that's not in 5.6.x
47763      Branch: maint-5.6/perl
47764            ! t/op/tr.t
47765           !> lib/File/Basename.pm
47766 ____________________________________________________________________________
47767 [  8160] By: gsar                                  on 2000/12/18  00:05:30
47768         Log: missing change in previous integrate
47769      Branch: maint-5.6/perl
47770           !> README.aix
47771 ____________________________________________________________________________
47772 [  8159] By: gsar                                  on 2000/12/18  00:03:38
47773         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
47774              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
47775              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7404..7408,
47776              7410..7413 from mainline
47777              
47778              Introduce the man[24-8] variables, from Andy Dougherty.
47779              
47780              Upgrade to CPAN 1.58, from Andreas König.
47781              
47782              An updated EBCDIC tr patch.
47783              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
47784              
47785              Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
47786              
47787              Two thirds of
47788              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
47789              The Install.pm changes will be submitted separately because
47790              they need some work and discussion still.
47791              
47792              The Install.pm third of
47793              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
47794              
47795              Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
47796              
47797              Subject: [PATCH 5.7.0] IVs in mtats
47798              
47799              Subject: [PATCH 5.7.0] Perl API for mstats
47800              
47801              Ilya implemented the memory profiling API.
47802              
47803              In Amdahl UTS "struct sv" is defined by a system header,
47804              <ksync.h>.
47805              
47806              Slight tweak of the code to appease Amdahl UTS cc.
47807              
47808              Amdahl UTS doesn't seem to do dynaloading.
47809              
47810              Use UTF8SKIP(), from Simon Cozens.
47811              
47812              Thinko in #7222.
47813              
47814              op/sprintf.t patch for OS/390 (and any other host with limited
47815              floating-point exponent length)
47816              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
47817              
47818              Tweak #7225.
47819              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
47820              
47821              Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
47822              
47823              Needs to be conditional on SunOS 4.
47824              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
47825              
47826              Test cases for bug id 20000323.056 (the bug seems to be fixed).
47827              
47828              Add test for bug id 20000427.003 (which seems to have
47829              been fixed) (also duplicate as 20000427.004, though
47830              with a higher severity).  Move one utf8 from op/append
47831              to pragma/utf8, tag the tests with bug ids.
47832              
47833              Document FNCASE=y as discussed in the bug 20000902.009.
47834              
47835              split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
47836              The problem was that rx->minlen was in chars while pp_split()
47837              thought it would be in bytes. 
47838              
47839              Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
47840              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
47841              
47842              Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
47843              
47844              Fix a couple of compiler-noted nits in #7235.
47845              
47846              Tweak the test of #7235.
47847              
47848              One more ~utf8 tweak.
47849              
47850              -w cleanup.
47851              Subject: Re: Problems with bleadperl 
47852              
47853              Subject: small pod patch
47854              
47855              Subject: [PATCH perlguts.pod] Document offset hack
47856              
47857              Add Charles Lane.
47858              
47859              Add the capability to include/exclude branches.
47860              
47861              Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
47862              
47863              Detect early whether the std streams have gone bad.
47864              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
47865              
47866              More IoTYPE sprinkling.
47867              
47868              Workaround for a sfio bug where the stream error indicator
47869              is not cleared as documented.
47870              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
47871              
47872              Clarify documentation on 'use bytes'.
47873              Subject: Re: What does 'use bytes' "mean" ?
47874              
47875              Show the failed remote port, instead of the failing line number.
47876              Subject: [PATCH 5.6.1 Debugger] More diagnostics
47877              
47878              Make Cwd more bulletproof in chrooted environments.
47879              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
47880              
47881              Subject: Pod patch for Devel::Peek
47882              
47883              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
47884              
47885              Borland C fstat() never saw the fd as writable.
47886              Subject: fix for Borland's weak "stat" (perl@7211)
47887              
47888              Missing change from #7362.
47889              
47890              Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
47891              
47892              Add the test case for the bug id 20000730.004 which seems
47893              to have been fixed by now.
47894              
47895              Fix of sorts for bug id 20000901.092.  There seems to be no trace
47896              of a 'pmshort' anywhere in the B, so the offending line was simply
47897              removed.
47898              
47899              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
47900              
47901              Subject: PATCH do_print has 2 PerlIO_error()s
47902              
47903              NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
47904              
47905              Typo noted by Mark Lutz.
47906              
47907              Subject: PATCH CR+LF should be "\cM\cJ" in perlop
47908              
47909              In the latest compiler builds cccdlflags must not become -fpic,
47910              from Wilfredo Sánchez.
47911              
47912              Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
47913              
47914              Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
47915              
47916              SOCKS function redefinitions need prototypes, too, otherwise
47917              for example 32 bit versus 64 bit differences cause a lot of
47918              problems.  Part of
47919              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
47920              
47921              Portability tweak on #7377.
47922              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
47923              
47924              Don't write double values through long double pointers,
47925              based on a part of
47926              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
47927              
47928              Reëntrancy fix.
47929              Subject: [PATCH perl@7229] Rentrant parser and yylex()
47930              
47931              Make scan_num() reëntrant, as suggested in
47932              Subject: [PATCH perl@7229] Rentrant parser and yylex()
47933              
47934              Fix for ID 20001020.006, concatenating an unset submatch
47935              with utf8 resulted in "Modification of a read-only value".
47936              
47937              Fix for ID 20000915.011, IO::Select warning for an undefined fd.
47938              
47939              The #7383 was right only in the context of the original bug report,
47940              not in more general case.
47941              
47942              Update Changes.
47943              
47944              Testcases for a #7383,#7385 related bug.
47945              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
47946              
47947              Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
47948              
47949              Tweak the Is* definitions of Unicode character classes
47950              to better match the official categorizations; embrace
47951              the official categorizations; add the combining marks
47952              as alpha (and -numeric); fix DCinital (a typo and edito)
47953              to be DCmedial.
47954              
47955              Hints tweak from Anton Berezin.
47956              
47957              Subject: installman go-faster stripes
47958              Subject: Re: installman go-faster stripes
47959              
47960              Subject: [ID 20001021.003] updated hints/openbsd.sh
47961              
47962              Subject: [PATCH bleadperl] -MO=C falls over on package <none>
47963              
47964              Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
47965              
47966              Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
47967              
47968              Doc patch.
47969              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
47970              
47971              Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
47972              
47973              Subject: Re: [ID 20001021.005] SEGV with regex match 
47974              
47975              Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
47976              
47977              The change #7187 was not so good on VMS.
47978              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
47979              
47980              Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
47981              
47982              Miscellaneous MacOS Classic library updates from Matthias Neeracher.
47983              
47984              Document PERL_INSTALL_ROOT of #7210.
47985      Branch: maint-5.6/perl
47986           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
47987           +> t/lib/tie-splice.t
47988            - lib/unicode/Is/DCinital.pl
47989           !> (integrate 112 files)
47990 ____________________________________________________________________________
47991 [  8158] By: jhi                                   on 2000/12/17  23:04:24
47992         Log: Subject: [PATCHES] RE: perl@8150 
47993              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
47994              Date: Sun, 17 Dec 2000 21:46:39 +0100
47995              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
47996              
47997              Neither cygwin has a getpwuid() one can trust on.
47998      Branch: perl
47999            ! t/lib/glob-basic.t
48000 ____________________________________________________________________________
48001 [  8157] By: jhi                                   on 2000/12/17  23:01:54
48002         Log: More MAN.PODS => {} fixes.
48003      Branch: perl
48004            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
48005            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
48006            ! os2/OS2/REXX/Makefile.PL
48007 ____________________________________________________________________________
48008 [  8156] By: gsar                                  on 2000/12/17  22:49:13
48009         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
48010              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
48011              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
48012              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
48013              7201,7204 from mainline
48014              
48015              Remove vestiges of tr//CU.
48016              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
48017              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
48018              
48019              The return value of setlocale must be copied away.
48020              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
48021              
48022              Allow chop() and chomp() to be overridden.
48023              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
48024              
48025              Hints optimization.
48026              Subject: Minor nit
48027              
48028              Subject: [PATCH] de-wall t/README
48029              
48030              Subject: Re: Two advertising clauses need to be removed
48031              
48032              Batch of UTF-8 patches from Simon Cozens.
48033              
48034              Fix for a parsing bug, not for the original bug.
48035              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
48036              
48037              Compilation warnings and an error.
48038              
48039              Subject: File::Find 5.7.0 POD nits
48040              
48041              Subject: [PATCH perl-5.7.0] continued -Wformat support
48042              
48043              The one that got away.
48044              
48045              Subject: Re: perl@7078
48046              
48047              UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
48048              convertable to bytes by checking it doesn't go above 0xc3
48049              Subject: Re: perl@7078
48050              
48051              Replace #7084 with
48052              Subject: Re: perl@7078 
48053              
48054              We don't need to count the high bit bytes, a boolean is enough. 
48055              
48056              Subject: [PATCH] utf8.c apidoc
48057              
48058              Subject: Re: perl@7078 
48059              
48060              Botched the #7090 check-in.
48061              
48062              Fix for the charnames.t failures from Spider Boardman.
48063              
48064              Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
48065              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
48066              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
48067              0 to checking to get the warning.
48068              
48069              Subject: [PATCH] Nits in perlmod.pod
48070              
48071              Subject: Re: Trapping by opmask sets strange parser state [PATCH]
48072              
48073              Subject: Re: unicode support and perl [ID 20000901.097]
48074              
48075              Subject: Re: unicode support and perl [ID 20000901.097]
48076              
48077              Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
48078              
48079              Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
48080              
48081              Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
48082              
48083              Subject: [PATCH@blead] Fix some recursion in overload.pm
48084              
48085              s/Robin Parker/Robin Barker/
48086              
48087              Subject: [PATCH] Fix aliasing of tied filehandles
48088              
48089              Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
48090              
48091              Subject: Re: [PATCH 5.005_64 missed]
48092              
48093              SOCK_DGRAM and listen() do not mix as reported in
48094              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
48095              The patch for 5.7.0+ had to be reengineered, though.
48096              
48097              Subject: DOC PATCH 5.6.0
48098              
48099              Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
48100              
48101              Document the issue (is not a syntax error, kind of)
48102              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
48103              
48104              Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
48105              Did not apply cleanly, manual intervention was needed.
48106              
48107              Subject: [PATCH] DLL not restartabke with threaded perl
48108              
48109              Inside require() $^S was always left undefined.
48110              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
48111              
48112              Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
48113              
48114              OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
48115              
48116              Regen headers.
48117              
48118              Subject: [PATCH 5.7.0] Epoc update
48119              
48120              Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
48121              as suggested by Olaf Flebbe and Nick Clark.
48122              
48123              Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
48124              
48125              Misplaced else.
48126              
48127              Scale down the VMS message boxes, by Charles Lane.
48128              Fix for ID 20000903.009, workaround at
48129              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
48130              
48131              Subject: [ID 20001003.006] B::Debug not -w clean
48132              
48133              Test harness update to sync with the new perlcc,
48134              from Simon Cozens.
48135              
48136              One remaining nit less at the VMS mailbox sizing.
48137              
48138              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
48139              
48140              It is possible to have no hosts database at all.  Pointed out in
48141              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
48142              
48143              Subject: [PATCH 5.7.0] h2xs not working
48144              Subject: [PATCH 5.7.0] h2xs not documenting the created module
48145              
48146              Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
48147              
48148              Subject: perlhack.pod Patch for Externals Tools
48149              
48150              Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
48151              
48152              Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
48153              
48154              Enable disabling scripts installation by Configure -Uinstallscripts,
48155              suggested by H. Merijn Brand.
48156              
48157              Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
48158              reported several times by Dominic Dunlop, for example in
48159              ID 20000315.008.  Patch from Dominic.  Patch affects at
48160              least MachTen, and possibly other oldish BSDs. Should not
48161              break non-broken platforms (tested on LinuxPPC). 
48162              
48163              Regen toc.
48164              
48165              Subject: Re: Questions about Tie::Array and perl modules
48166              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
48167              
48168              Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
48169              
48170              Tweak #7153.
48171              
48172              IO::Handle->syswrite() did not handle length omission
48173              like CORE::syswrite() does.
48174              Subject: [Fwd] IO::Handle, syswrite and arguments
48175              The original patch from andrew@ugh.net.au.
48176              
48177              Also the $ccflags is needed for the C compiler check.
48178              Subject: Configure (check for C-compiler)
48179              
48180              Eliminate $Is_VMS code from the test.
48181              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
48182              
48183              Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
48184              as the first option of cc/ld because of ultrapicky compilers
48185              (e.g. OS/390 R2.5)
48186              
48187              Change the version number of Tie::Handle in the core to 4.0,
48188              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
48189              Subject: Note on Tie::Handle
48190              
48191              UTF8ize split() so that the cloned substrings get the UTF8
48192              flag of the original scalar.  Problem reported by Simon Cozens.
48193              
48194              save_re_context() could reset PL_curcop to freed memory, causing core
48195              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
48196              
48197              Subject: PATCH 5.6 perldebguts grammar cleanup
48198              
48199              Add a todo note about overloadable assertions.
48200              
48201              on Windows, LoadLibrary() could load an extension DLL multiple
48202              times if forward slashes are used in the path
48203              
48204              on Windows, cwd strings in the environment should be of the
48205              form =X:=X:\foo instead of =X=X:\foo\
48206              
48207              on Windows, avoid potential exception (could happen if MSVCRT isn't
48208              being used) when closing a socket handle
48209              
48210              avoid nonportable example code
48211              
48212              Windows9x doesn't support link(), despite what Config.pm
48213              might think
48214              
48215              pod nit
48216              
48217              Change #7160 had a nasty typo.
48218              
48219              Warn about unknown scripts.
48220              Subject: Re: ideas? patches? [PATCH bleadperl]
48221              
48222              on Windows, clean targets might not work under some flavors of the shell
48223              
48224              tweak for change#7173
48225              
48226              Make eq work again with utf8 (disabling the upgrading
48227              should no more be necessary since the copies of the
48228              scalars are upgraded, not the scalars themselves).
48229              Takes care of ID 20001009.001.  (The claimed length()
48230              bug in 20001009.001 seems bogus to me.)
48231              
48232              Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
48233              
48234              Upgrade to CGI.pm 2.74, from Lincoln Stein.
48235              
48236              Upgrade to podlators 1.04, from Russ Allbery.
48237              
48238              Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
48239              
48240              Quote the temp file name, needed in Win32 because the
48241              default name unfortunately contains spaces, shouldn't
48242              hurt elsewhere.
48243              Subject: FW: perldoc fails if $TEMP contains spaces
48244              
48245              Subject: RE: [ID 19990803.001] README.win32 suggestions 
48246              
48247              Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
48248              
48249              Subject: Re: utf8 concat, mg_get
48250              
48251              Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
48252              
48253              Subject: [PATCH: perl@7181] op/tr tests on OS/390
48254              
48255              Subject: [PATCH: perl@7181] ver.t v string tests for os/390
48256              
48257              Use the versiononly instead of the installscripts,
48258              retract the changes 7146 and 7147.
48259              
48260              Reapply Andy's patch and regen Configure.
48261              
48262              Add the test case for #7190, from the original bug report
48263              by Andreas König.
48264              
48265              Remove duplicated code.
48266              
48267              SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
48268              
48269              restore change#7202
48270      Branch: maint-5.6/perl
48271           !> (integrate 121 files)
48272 ____________________________________________________________________________
48273 [  8155] By: jhi                                   on 2000/12/17  22:30:58
48274         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
48275              From: "Craig A. Berry" <craigberry@mac.com>
48276              Date: Sun, 17 Dec 2000 13:09:28 -0600
48277              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
48278              
48279              MAN.PODS => ' ' is naughty.
48280      Branch: perl
48281            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
48282 ____________________________________________________________________________
48283 [  8154] By: nick                                  on 2000/12/17  22:07:13
48284         Log: MULTIPLICITY nit.
48285      Branch: perl
48286            ! mg.c
48287 ____________________________________________________________________________
48288 [  8153] By: gsar                                  on 2000/12/17  21:23:05
48289         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
48290              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
48291              from mainline
48292              
48293              Document the SvIOK_.*UV().
48294              
48295              Update Unicode todo list.
48296              
48297              Guard against bad string->int conversion for quads.
48298              
48299              Subject: small apidoc fix
48300              
48301              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
48302              
48303              Subject: [PATCH] Tied filehandle documentation
48304              
48305              Subject: [PATCH] Modernize Opcode.pm documentation
48306              
48307              Make Data::Dumper (non-XS) to work with changed semantics of ref().
48308              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
48309              [applied even though said semantics didn't change in 5.6.x]
48310              
48311              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
48312              
48313              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
48314              
48315              Fix the URL, but the server is still missing in action.
48316              Subject: [ID 20000905.002] perlfaq1.pod URL error
48317              
48318              Subject: [ID 20000903.001] \w in utf8-strings
48319              
48320              Fix the ccversion detection for 5.1 and beyond.
48321              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
48322              
48323              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
48324              
48325              Subject: [ID 20000904.008] Tiny fix for perldiag
48326              
48327              Subject: Re: [ID 20000906.004] segfault with bad perl statement
48328              
48329              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
48330              
48331              Subject: [ID 20000908.002] perlipc documentation bug.
48332              
48333              Subject: [PATCH lib/Benchmark.pm]
48334              
48335              Re-allow vec() for characters > 255.
48336              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
48337              
48338              Do away with memory models cruft.  Sorry, PDP users.
48339              
48340              Continue #7041.
48341              
48342              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
48343              
48344              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
48345              
48346              Upgrade to CPAN 1.57_65, from Andreas König.
48347              
48348              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
48349              by Russ Allbery.
48350              
48351              Silence t/pod/*.t about alternate quote-mappings now implemented
48352              by Pod::Text, from Brad Appleton.
48353              
48354              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
48355              Subject: borland C++ win32.c tweak
48356              
48357              C<@a = @b = split(...)> optimization coredumps under ithreads
48358              (missed a spot when fixing up op_pmreplroot hack for ithreads)
48359              
48360              Document the SvUTF8*().
48361              
48362              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
48363              
48364              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
48365              
48366              Do in VMS as the #7054 does.
48367              
48368              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
48369              
48370              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
48371              
48372              Subject: [patch: perl@7045] vms updates
48373              
48374              Test for the #7049.
48375              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
48376              
48377              Break up the myconfig lines a bit.
48378              Subject: perlbug/perl -V output format
48379              
48380              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
48381              
48382              The #7054 truncated Configure badly.
48383              
48384              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
48385              initialization in all the threads on Windows
48386              
48387              Allow for whitespace between "#" and "line" in cpp output.
48388              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
48389              
48390              Remove vestiges of tr//CU.
48391              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
48392              
48393              The return value of setlocale must be copied away.
48394              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
48395              
48396              Allow chop() and chomp() to be overridden.
48397              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
48398              
48399              Hints optimization.
48400              Subject: Minor nit
48401              
48402              Subject: [PATCH] de-wall t/README
48403              
48404              Subject: Re: Two advertising clauses need to be removed
48405      Branch: maint-5.6/perl
48406           !> (integrate 75 files)
48407 ____________________________________________________________________________
48408 [  8152] By: gsar                                  on 2000/12/17  20:30:11
48409         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
48410              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
48411              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
48412              
48413              Don't attach -ld to the archname if pointless.
48414              
48415              Document UNTIE in a very minimalistic way.
48416              
48417              POSIX doesn't report long double values under -Duselongdouble
48418              when the long doubles are "real" (bigger than doubles).
48419              
48420              More author updates.
48421              
48422              Try to deduce NV_MAX.  Really should be Configure fodder.
48423              
48424              :: not allowed in pathnames, change to .
48425              Subject: [PATCH perl@6938] cygwin port
48426              
48427              Forget about NV_MAX (#6951).  Various floating point tweaks,
48428              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
48429              
48430              Move the Solaris 7 scan to use64bitall, make the
48431              failure to find 64-bot sparc libc to mention the
48432              possibility of being in an intel, from Lupe and Alan.
48433              
48434              Regen perltoc.
48435              
48436              AUTHORS tweaks, from Peter Prymmer.
48437              
48438              More address tweaking.
48439              
48440              Small tweaks all over.
48441              
48442              File::Temp patches from Andreas König,
48443              
48444              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
48445              
48446              Subject: CPAN.pm beta 1.57_57 for the core
48447              
48448              Part of the solution.
48449              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
48450              
48451              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
48452              
48453              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
48454              
48455              Add the overload warnings to perldiag.
48456              
48457              Drop unused argument.
48458              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
48459              
48460              Subject: Nit in Configure (bleadperl@6961)
48461              
48462              Update to PodParser 1.18, from Brad Appleton.
48463              
48464              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
48465              
48466              Subject: [PATCH: 6948] add SCNfldbl to configure.com
48467              
48468              Document UNTIE. Also tweak implementation to suppress the 'inner references'
48469              warning when UNTIE exists and instead pass the cound of extra references to
48470              the UNTIE method.
48471              
48472              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
48473              so that case-ignoring systems like DCL can tell them from
48474              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
48475              
48476              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
48477              
48478              Feature ordering tweak.
48479              
48480              Regen perltoc.
48481              
48482              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
48483              
48484              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
48485              
48486              Subject: http:// in L<>
48487              
48488              Detypo.
48489              
48490              change#6791 accidentally clobbered change#6710, put it back
48491              
48492              Only the first line, thank you very much.
48493              
48494              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
48495              plus rework the http: spots as suggested by Tom Christiansen,
48496              plus regen perltoc.
48497              
48498              Undo part of change 6489 which looks like a bulk edit which
48499              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
48500              The supressing of main:: on return from select() is undesirable.
48501              
48502              Apparently avoiding the swapping is too costly.
48503              
48504              Various Configure nits by Philip Newton,
48505              plus the ebcdic one by me.
48506              
48507              Make certain cc is set before trying to run it.
48508              
48509              If overloaded %{} etc. return the object do not loop.
48510              Thus  sub deref { $_[0] } functions if object is wanted type.
48511              
48512              Update perlhist.
48513              
48514              More %{} and other deref special casing - do not pass to 'nomethod'.
48515      Branch: maint-5.6/perl
48516           !> (integrate 59 files)
48517 ____________________________________________________________________________
48518 [  8151] By: gsar                                  on 2000/12/17  19:14:38
48519         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
48520              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
48521              
48522              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
48523              
48524              Make the epsilon to be relative, not absolute.
48525              
48526              Put back the flags dump as reasoned in
48527              Subject: Re: [PATCH] Glob dumping
48528              
48529              Introduce ccname to keep track of what compiler kind of we have.
48530              
48531              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
48532              
48533              Put back the slice accidentally removed by #6907.
48534              
48535              Reset archname and archname64 always, forcing them be
48536              recomputed at each Configure run, make Configure and
48537              the hints files agree on the naming of largefiles variables.
48538              
48539              Don't say "Perl 5.0 source kit".
48540              
48541              Subject: [PATCH] fix misc cast warnings
48542              
48543              Subject: typos in pods
48544              
48545              NVs not necessarily doubles, as pointed out by Yitzchak.
48546              
48547              Subject: [PATCH 6889] add a few ldbl formats to configure.com
48548              
48549              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
48550              
48551              Better options for rsync.
48552              
48553              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
48554              
48555              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
48556              
48557              Subject: [PATCH] Re: UNTIE method 
48558              
48559              A better fix for the Socket building problem from Craig Berry.
48560              
48561              Retract the dummy test, skip the security tests (instead of failing),
48562              explain what the warnings mean.
48563              
48564              Heap decorruption.
48565              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
48566              
48567              Update to Unicode 3.0.1.
48568              
48569              Missed one Unicode file.
48570              
48571              Subject: Re: typos in pods
48572              
48573              The #6929 was too skimpy.
48574              
48575              sscanf() may be the only way to read long doubles from strings.
48576              
48577              Reveal Borland's isnan.
48578              Subject: build with BC++ tweak
48579              
48580              Issue useful diagnostic on unknown pod commands.
48581              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
48582              
48583              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
48584              
48585              Clarify the third case of ftmp-security warnings.
48586              
48587              Make -Dusemorebits find long doubles in Solaris.
48588              
48589              Wrap the test in eval.
48590      Branch: maint-5.6/perl
48591           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
48592           +> lib/unicode/PropList.txt lib/unicode/README.perl
48593           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
48594           +> lib/unicode/Unicode.301 vms/vmspipe.com
48595            - lib/unicode/Props.txt lib/unicode/UCD300.html
48596            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
48597           !> (integrate 305 files)
48598 ____________________________________________________________________________
48599 [  8150] By: jhi                                   on 2000/12/17  18:47:57
48600         Log: Uncheckedin generated files.
48601      Branch: perl
48602            ! global.sym perlapi.c pod/perlapi.pod
48603 ____________________________________________________________________________
48604 [  8149] By: jhi                                   on 2000/12/17  18:41:22
48605         Log: Update Changes.
48606      Branch: perl
48607            ! Changes patchlevel.h
48608 ____________________________________________________________________________
48609 [  8148] By: jhi                                   on 2000/12/17  18:39:16
48610         Log: Subject: [PATCH] Fcntl constants speedup
48611              From: Nicholas Clark <nick@ccl4.org>
48612              Date: Sun, 17 Dec 2000 16:29:24 +0000
48613              Message-ID: <20001217162924.E97668@plum.flirble.org>
48614              
48615              Use IVs for the Fcntl constants instead of NVs.
48616      Branch: perl
48617            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
48618 ____________________________________________________________________________
48619 [  8147] By: jhi                                   on 2000/12/17  18:33:41
48620         Log: Add test for #8145 (binmode() warning), add warning for
48621              ioctl() and sockpair(), document them. (fileno() cannot
48622              be tripwired with the same kind of warning because
48623              'defined fileno($foo)' seems to be an idiom.)
48624      Branch: perl
48625            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
48626 ____________________________________________________________________________
48627 [  8146] By: gsar                                  on 2000/12/17  18:09:08
48628         Log: update Changes
48629      Branch: maint-5.6/perl
48630            ! Changes
48631 ____________________________________________________________________________
48632 [  8145] By: jhi                                   on 2000/12/17  17:39:35
48633         Log: Subject: [PATCH] Re: The long awaited feature ...
48634              From: Simon Cozens <simon@cozens.net>
48635              Date: Sun, 17 Dec 2000 12:31:56 +0000
48636              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
48637              
48638              Add a warning to binmode() about using bad filehandles
48639              (can happen e.g. if someone forgets the filehandle argument)
48640      Branch: perl
48641            ! pp_sys.c
48642 ____________________________________________________________________________
48643 [  8144] By: jhi                                   on 2000/12/17  17:33:48
48644         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
48645              From: Jonathan Stowe <gellyfish@gellyfish.com>
48646              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
48647              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
48648      Branch: perl
48649            ! lib/Net/Ping.pm
48650 ____________________________________________________________________________
48651 [  8143] By: jhi                                   on 2000/12/17  05:31:37
48652         Log: Polymorphic regexps.
48653              
48654              Fixes at least the bugs 20001028.003 (both of them...) and
48655              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
48656              also to be fixed by now, probably already before this patch.
48657      Branch: perl
48658            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
48659            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
48660            ! t/op/utf8decode.t t/pragma/utf8.t
48661 ____________________________________________________________________________
48662 [  8142] By: jhi                                   on 2000/12/16  17:16:05
48663         Log: Subject: [patch perl@8102] dos/djgpp update
48664              From: Laszlo Molnar <ml1050@freemail.hu>
48665              Date: Sat, 16 Dec 2000 01:40:52 +0100
48666              Message-ID: <20001216014052.A335@freemail.hu>
48667      Branch: perl
48668            ! djgpp/config.over t/base/commonsense.t
48669 ____________________________________________________________________________
48670 [  8141] By: jhi                                   on 2000/12/16  17:09:27
48671         Log: Few uncheckedin files.
48672      Branch: perl
48673            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
48674 ____________________________________________________________________________
48675 [  8140] By: nick                                  on 2000/12/15  22:14:31
48676         Log: Integrate mainline
48677      Branch: perlio
48678           !> (integrate 53 files)
48679 ____________________________________________________________________________
48680 [  8139] By: jhi                                   on 2000/12/15  19:49:49
48681         Log: One more IVUV tweak from Nicholas Clark.
48682      Branch: perl
48683            ! sv.c
48684 ____________________________________________________________________________
48685 [  8138] By: jhi                                   on 2000/12/15  19:17:06
48686         Log: Return of the IVUV-preservation, now seems to be happy even
48687              in Digital UNIX (the broken strtoul brokenness detection
48688              seems to have been the fly in the ointment).
48689      Branch: perl
48690            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
48691            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
48692            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
48693            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
48694            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
48695            ! vos/config.ga.h win32/config.bc win32/config.gc
48696            ! win32/config.vc
48697 ____________________________________________________________________________
48698 [  8137] By: jhi                                   on 2000/12/15  18:12:14
48699         Log: Metaconfig unit change for #8136.
48700      Branch: metaconfig
48701            ! U/modified/d_strtoul.U
48702      Branch: metaconfig/U/perl
48703            ! d_strtoull.U d_strtouq.U
48704 ____________________________________________________________________________
48705 [  8136] By: jhi                                   on 2000/12/15  18:11:35
48706         Log: I don't think it's sensible or portable to test the strtou*
48707              on /^-/ strings.
48708      Branch: perl
48709            ! Configure
48710 ____________________________________________________________________________
48711 [  8135] By: jhi                                   on 2000/12/15  17:18:49
48712         Log: Metaconfig unit change for #8134.
48713      Branch: metaconfig
48714            ! U/modified/d_strtoul.U
48715 ____________________________________________________________________________
48716 [  8134] By: jhi                                   on 2000/12/15  17:14:13
48717         Log: If longsize is 8 we don't need a LL suffix for integer constants.
48718      Branch: perl
48719            ! Configure config_h.SH
48720 ____________________________________________________________________________
48721 [  8133] By: jhi                                   on 2000/12/15  16:00:23
48722         Log: Update Changes.
48723      Branch: perl
48724            ! Changes patchlevel.h
48725 ____________________________________________________________________________
48726 [  8132] By: jhi                                   on 2000/12/15  15:44:16
48727         Log: Some compilers get huffy if you do not cast a const pointer
48728              to a non-const when assigning.
48729      Branch: perl
48730            ! gv.c
48731 ____________________________________________________________________________
48732 [  8131] By: jhi                                   on 2000/12/15  15:38:30
48733         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
48734              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48735              Date: Fri, 15 Dec 2000 05:26:57 -0500
48736              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
48737      Branch: perl
48738            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
48739            ! t/pragma/overload.t
48740 ____________________________________________________________________________
48741 [  8130] By: jhi                                   on 2000/12/15  15:36:08
48742         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
48743              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48744              Date: Thu, 14 Dec 2000 22:02:43 -0500
48745              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
48746      Branch: perl
48747            ! gv.c perl.h
48748 ____________________________________________________________________________
48749 [  8129] By: jhi                                   on 2000/12/15  15:34:16
48750         Log: Subject: PATCH: h2xs nit
48751              From: Tim Jenness <t.jenness@jach.hawaii.edu>
48752              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
48753              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
48754              
48755              Add a template README.
48756      Branch: perl
48757            ! utils/h2xs.PL
48758 ____________________________________________________________________________
48759 [  8128] By: jhi                                   on 2000/12/15  15:32:22
48760         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
48761      Branch: perl
48762            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
48763 ____________________________________________________________________________
48764 [  8127] By: jhi                                   on 2000/12/15  15:19:34
48765         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
48766              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
48767              Date:     Thu, 14 Dec 2000 20:04:42 EST
48768              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
48769      Branch: perl
48770            ! ext/Opcode/Opcode.xs
48771 ____________________________________________________________________________
48772 [  8126] By: jhi                                   on 2000/12/15  15:17:49
48773         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
48774              From: Peter Prymmer <pvhp@forte.com>
48775              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
48776              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
48777      Branch: perl
48778            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
48779            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
48780            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
48781 ____________________________________________________________________________
48782 [  8125] By: jhi                                   on 2000/12/15  15:11:05
48783         Log: This seems to be a stage sane and stable enough to checkin.
48784              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
48785      Branch: perl
48786            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
48787            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
48788            ! t/op/cmp.t t/op/numconvert.t
48789 ____________________________________________________________________________
48790 [  8124] By: jhi                                   on 2000/12/15  04:20:26
48791         Log: Something is really wonky.
48792      Branch: perl
48793            ! sv.c
48794 ____________________________________________________________________________
48795 [  8123] By: jhi                                   on 2000/12/15  04:00:50
48796         Log: Fixes for the IV UV patches to compile in Digital UNIX.
48797      Branch: perl
48798            ! sv.c
48799 ____________________________________________________________________________
48800 [  8122] By: jhi                                   on 2000/12/15  02:53:40
48801         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
48802              From: "Craig A. Berry" <craigberry@mac.com>
48803              Date: Thu, 14 Dec 2000 19:10:49 -0600
48804              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
48805      Branch: perl
48806            ! vms/vms.c
48807 ____________________________________________________________________________
48808 [  8121] By: jhi                                   on 2000/12/15  02:50:00
48809         Log: Metaconfig changes for #8120.
48810      Branch: metaconfig
48811            + U/modified/d_strtoul.U
48812      Branch: metaconfig/U/perl
48813            ! d_strtoull.U d_strtouq.U
48814 ____________________________________________________________________________
48815 [  8120] By: jhi                                   on 2000/12/15  02:49:42
48816         Log: From: Nicholas Clark <nick@ccl4.org> 
48817              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
48818              Date: Thu, 14 Dec 2000 18:38:57 +0000
48819              Message-ID: <20001214183857.B97909@plum.flirble.org>
48820      Branch: perl
48821            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
48822            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
48823            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
48824            ! vos/config.ga.def vos/config.ga.h win32/config.bc
48825            ! win32/config.gc win32/config.vc
48826 ____________________________________________________________________________
48827 [  8119] By: jhi                                   on 2000/12/14  23:40:58
48828         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
48829              From: Nicholas Clark <nick@ccl4.org>
48830              Date: Wed, 13 Dec 2000 20:08:50 +0000
48831              Message-ID: <20001213200849.B71166@plum.flirble.org>
48832      Branch: perl
48833            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
48834            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
48835 ____________________________________________________________________________
48836 [  8118] By: jhi                                   on 2000/12/14  22:46:26
48837         Log: Integrate perlio.
48838      Branch: perl
48839           !> MANIFEST ext/Encode/compile makedef.pl
48840 ____________________________________________________________________________
48841 [  8117] By: nick                                  on 2000/12/14  22:38:53
48842         Log: Win32 tweaks to get Encode to build
48843              - temp hack to makedef.pl till PerlIO is properly "exported".
48844              - MSVC dislikes  
48845              static encpage_t foo[];
48846              so make 'em extern for now.
48847      Branch: perlio
48848            ! ext/Encode/compile makedef.pl
48849 ____________________________________________________________________________
48850 [  8116] By: nick                                  on 2000/12/14  22:00:53
48851         Log: Document the new files
48852      Branch: perlio
48853            ! MANIFEST
48854 ____________________________________________________________________________
48855 [  8115] By: jhi                                   on 2000/12/14  21:58:01
48856         Log: MANIFEST new files of #8114.
48857      Branch: perl
48858            ! MANIFEST
48859 ____________________________________________________________________________
48860 [  8114] By: jhi                                   on 2000/12/14  21:50:49
48861         Log: Integrate perlio.
48862      Branch: perl
48863           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
48864           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
48865           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
48866           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
48867           !> ext/Encode/Makefile.PL
48868 ____________________________________________________________________________
48869 [  8113] By: jhi                                   on 2000/12/14  21:48:49
48870         Log: The documentation part of the
48871              
48872              Subject: [ID 20001214.002] Net::Ping patch
48873              From: Jonathan Stowe <gellyfish@gellyfish.com>
48874              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
48875              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
48876              since the #7529 had already addressed the same problem.
48877      Branch: perl
48878            ! lib/Net/Ping.pm
48879 ____________________________________________________________________________
48880 [  8112] By: jhi                                   on 2000/12/14  21:42:57
48881         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
48882              From: Dominic Dunlop <domo@computer.org>
48883              Date: Tue, 12 Dec 2000 10:47:10 +0100
48884              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
48885              
48886              Document how elusive subroutines can be.
48887      Branch: perl
48888            ! pod/perlfunc.pod
48889 ____________________________________________________________________________
48890 [  8111] By: jhi                                   on 2000/12/14  21:38:05
48891         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
48892              From: Dominic Dunlop <domo@computer.org>
48893              Date: Thu, 14 Dec 2000 10:13:51 +0100
48894              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
48895      Branch: perl
48896            ! ext/POSIX/POSIX.pod
48897 ____________________________________________________________________________
48898 [  8110] By: jhi                                   on 2000/12/14  21:36:32
48899         Log: Subject: [patch] perlfaq7
48900              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
48901              Date: Thu, 14 Dec 2000 15:31:07 +0100
48902              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
48903      Branch: perl
48904            ! pod/perlfaq7.pod
48905 ____________________________________________________________________________
48906 [  8109] By: jhi                                   on 2000/12/14  21:29:20
48907         Log: Subject: [8104] Encode
48908              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
48909              Date: Thu, 14 Dec 2000 14:49:34 +0100
48910              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
48911              
48912              Type casting for nervous compilers.
48913      Branch: perl
48914            ! ext/Encode/Encode.xs
48915 ____________________________________________________________________________
48916 [  8108] By: jhi                                   on 2000/12/14  21:26:17
48917         Log: Subject: [8104] DB_File
48918              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
48919              Date: Thu, 14 Dec 2000 14:49:35 +0100
48920              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
48921              
48922              Type definition incorrect for DB 2.7.7.  Not known when it
48923              changed, so only changed it for a known revision.
48924      Branch: perl
48925            ! ext/DB_File/DB_File.xs
48926 ____________________________________________________________________________
48927 [  8107] By: jhi                                   on 2000/12/14  21:23:41
48928         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
48929              From: Peter Prymmer <pvhp@forte.com>
48930              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
48931              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
48932              
48933              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
48934      Branch: perl
48935            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
48936            ! ext/Encode/Encode/posix-bc.enc
48937 ____________________________________________________________________________
48938 [  8106] By: nick                                  on 2000/12/14  20:36:13
48939         Log: "Cold" build correction to Encode's Makefile.PL
48940      Branch: perlio
48941            ! ext/Encode/Makefile.PL
48942 ____________________________________________________________________________
48943 [  8105] By: nick                                  on 2000/12/14  20:09:37
48944         Log: "Compiled" encodings.
48945              Correct replacement character in EBCDIC .enc files
48946              Add 0x7F to ASCII repertoire.
48947      Branch: perlio
48948            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
48949            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
48950            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
48951            ! ext/Encode/Makefile.PL ext/Encode/compile
48952            ! ext/Encode/encengine.c ext/Encode/encode.h
48953 ____________________________________________________________________________
48954 [  8104] By: nick                                  on 2000/12/14  00:38:20
48955         Log: Integrate mainline
48956      Branch: perlio
48957           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
48958           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
48959           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
48960           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
48961           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
48962           !> t/lib/db-hash.t t/lib/db-recno.t
48963 ____________________________________________________________________________
48964 [  8103] By: nick                                  on 2000/12/13  23:16:13
48965         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
48966              so far and so it does not get lost.
48967      Branch: perlio
48968            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
48969 ____________________________________________________________________________
48970 [  8102] By: jhi                                   on 2000/12/13  17:14:22
48971         Log: Update Changes.
48972      Branch: perl
48973            ! Changes patchlevel.h
48974 ____________________________________________________________________________
48975 [  8101] By: jhi                                   on 2000/12/13  16:53:41
48976         Log: Move the proto of start_glob() to a better place; regen api files.
48977      Branch: perl
48978            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
48979 ____________________________________________________________________________
48980 [  8100] By: jhi                                   on 2000/12/13  16:47:11
48981         Log: Metaconfig change for #8099.
48982      Branch: metaconfig
48983            ! U/modified/Head.U
48984 ____________________________________________________________________________
48985 [  8099] By: jhi                                   on 2000/12/13  16:46:48
48986         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
48987              From: Andy Dougherty <doughera@lafayette.edu>
48988              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
48989              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
48990      Branch: perl
48991            ! Configure
48992 ____________________________________________________________________________
48993 [  8098] By: jhi                                   on 2000/12/13  16:39:02
48994         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
48995              From: rspier@pobox.com (Robert Spier)
48996              Date: Tue, 12 Dec 2000 21:12:39 -0500
48997              Message-ID: <14902.56087.678086.725773@rls.cx>
48998              
48999              fastgetcwd is defined using a glob alias on a $^O dependent basis -
49000              and there was no default assignment or perl subroutine.
49001      Branch: perl
49002            ! lib/Cwd.pm
49003 ____________________________________________________________________________
49004 [  8097] By: jhi                                   on 2000/12/13  16:16:01
49005         Log: Subject: [PATCH] move startglob out of pp_hot.c
49006              From: Nicholas Clark <nick@ccl4.org>
49007              Date: Mon, 11 Dec 2000 23:16:39 +0000
49008              Message-ID: <20001211231638.A55550@plum.flirble.org>
49009      Branch: perl
49010            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
49011 ____________________________________________________________________________
49012 [  8096] By: jhi                                   on 2000/12/13  15:26:23
49013         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
49014              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
49015              Date: Wed, 13 Dec 2000 14:01:37 +0100
49016              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
49017              
49018              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
49019              in turn requires libpthread in libswanted.
49020      Branch: perl
49021            ! hints/hpux.sh
49022 ____________________________________________________________________________
49023 [  8095] By: jhi                                   on 2000/12/12  19:51:05
49024         Log: The integration wars continue.
49025      Branch: perl
49026           !> sv.c
49027 ____________________________________________________________________________
49028 [  8094] By: jhi                                   on 2000/12/12  19:48:26
49029         Log: Subject: [PATCH perl@8070] DB_File-1.74  
49030              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
49031              Date: Mon, 11 Dec 2000 23:07:17 -0000
49032              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
49033      Branch: perl
49034            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
49035            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
49036            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
49037            ! t/lib/db-recno.t
49038 ____________________________________________________________________________
49039 [  8093] By: nick                                  on 2000/12/12  19:42:13
49040         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
49041      Branch: perlio
49042            ! sv.c
49043           !> lib/File/DosGlob.pm
49044 ____________________________________________________________________________
49045 [  8092] By: jhi                                   on 2000/12/12  19:28:11
49046         Log: Integrate perlio.
49047      Branch: perl
49048           !> sv.c
49049 ____________________________________________________________________________
49050 [  8091] By: nick                                  on 2000/12/12  18:49:45
49051         Log: Fix for Tk, and upgrading shared SVs.
49052      Branch: perlio
49053            ! sv.c
49054 ____________________________________________________________________________
49055 [  8090] By: jhi                                   on 2000/12/12  16:48:59
49056         Log: Subject: [PATCH] Re: Breadperl & Tk
49057              From: Nick Ing-Simmons <nik@tiuk.ti.com>
49058              Date: Tue, 12 Dec 2000 14:48:27 GMT
49059              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
49060      Branch: perl
49061            ! sv.c
49062 ____________________________________________________________________________
49063 [  8089] By: jhi                                   on 2000/12/12  03:37:19
49064         Log: Subject: DosGlob.pm diff for bash style brace expansion.
49065              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
49066              Date: Fri, 8 Dec 2000 10:45:30 -0600
49067              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
49068      Branch: perl
49069            ! lib/File/DosGlob.pm
49070 ____________________________________________________________________________
49071 [  8088] By: nick                                  on 2000/12/11  23:59:59
49072         Log: Integrate mainline
49073      Branch: perlio
49074           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
49075           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
49076           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
49077           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
49078           !> t/op/local.t t/pragma/warn/toke toke.c
49079 ____________________________________________________________________________
49080 [  8087] By: jhi                                   on 2000/12/11  23:20:23
49081         Log: Integrate perlio.
49082      Branch: perl
49083           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
49084 ____________________________________________________________________________
49085 [  8086] By: jhi                                   on 2000/12/11  22:50:59
49086         Log: Tune further the OS detection of CGI.
49087      Branch: perl
49088            ! lib/CGI.pm
49089 ____________________________________________________________________________
49090 [  8085] By: nick                                  on 2000/12/11  22:50:46
49091         Log: Finish 1st pass of "encoding" layer e.g. :
49092              open($fh,"<encoding(iso8859-7)",$greek) || die;
49093      Branch: perlio
49094            ! ext/Encode/Encode.xs perlio.c perliol.h
49095 ____________________________________________________________________________
49096 [  8084] By: jhi                                   on 2000/12/11  22:32:06
49097         Log: Revert the -f ambiguousity patch, seems to cause
49098              too much hassle (the interpret -Q as a function
49099              where Q is not a known filetest part is left in).
49100      Branch: perl
49101            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
49102            ! toke.c
49103 ____________________________________________________________________________
49104 [  8083] By: jhi                                   on 2000/12/11  22:27:23
49105         Log: (accidentally empty check-in)
49106      Branch: perl
49107            ! lib/File/DosGlob.pm
49108 ____________________________________________________________________________
49109 [  8082] By: nick                                  on 2000/12/11  19:09:51
49110         Log: Restore mmap function (broken by tweaks to shared buffer
49111              layer for encode(xxxx)).
49112      Branch: perlio
49113            ! perlio.c
49114 ____________________________________________________________________________
49115 [  8081] By: jhi                                   on 2000/12/11  18:29:13
49116         Log: Subject: Re: The long awaited feature ...
49117              From: Simon Cozens <simon@cozens.net>
49118              Date: Mon, 11 Dec 2000 15:54:24 +0000
49119              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
49120              
49121              More io/utf8 tests.
49122      Branch: perl
49123            ! t/io/utf8.t
49124 ____________________________________________________________________________
49125 [  8080] By: jhi                                   on 2000/12/11  18:19:36
49126         Log: Subject: PATCH MakeMaker manpage clarification
49127              From: andreas.koenig@anima.de (Andreas J. Koenig)
49128              Date: 10 Dec 2000 20:46:13 +0100
49129              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
49130      Branch: perl
49131            ! lib/ExtUtils/MakeMaker.pm
49132 ____________________________________________________________________________
49133 [  8079] By: jhi                                   on 2000/12/11  15:35:07
49134         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
49135              From: Simon Cozens <simon@cozens.net>
49136              Date: Sun, 10 Dec 2000 19:06:19 +0000
49137              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
49138      Branch: perl
49139            ! ext/B/B/Deparse.pm t/lib/b.t
49140 ____________________________________________________________________________
49141 [  8078] By: jhi                                   on 2000/12/11  15:09:11
49142         Log: Subject: [PATCH] docs on NaN
49143              From: Nicholas Clark <nick@ccl4.org>
49144              Date: Mon, 11 Dec 2000 01:48:38 +0000
49145              Message-ID: <20001211014838.B99205@plum.flirble.org>
49146      Branch: perl
49147            ! pod/perlop.pod
49148 ____________________________________________________________________________
49149 [  8077] By: jhi                                   on 2000/12/11  15:02:21
49150         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
49151              From: Simon Cozens <simon@cozens.net>
49152              Date: Mon, 11 Dec 2000 01:21:45 +0000
49153              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
49154      Branch: perl
49155            ! pp.c pp_hot.c scope.c t/op/local.t
49156 ____________________________________________________________________________
49157 [  8076] By: nick                                  on 2000/12/10  20:43:32
49158         Log: Not merge worthy...
49159              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
49160              syntax is modelled on attributes.
49161              Untested fix for io/utf8 on Win32 etc.
49162              Very clumsy start to the encode layer.
49163      Branch: perlio
49164            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
49165 ____________________________________________________________________________
49166 [  8075] By: jhi                                   on 2000/12/10  18:39:33
49167         Log: Darwin is not Windows.
49168      Branch: perl
49169            ! lib/CGI.pm
49170 ____________________________________________________________________________
49171 [  8074] By: jhi                                   on 2000/12/10  18:31:27
49172         Log: Subject: Ambiguous -%c() resolved as a file test
49173              From: "Paul Marquess" <Paul.Marquess@openwave.com>
49174              Date: Sun, 10 Dec 2000 15:35:07 -0000
49175              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
49176      Branch: perl
49177            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
49178 ____________________________________________________________________________
49179 [  8073] By: jhi                                   on 2000/12/10  18:16:29
49180         Log: Subject: PATCH installperl misinformed 
49181              From: andreas.koenig@anima.de (Andreas J. Koenig)
49182              Date: 10 Dec 2000 13:01:32 +0100 
49183              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
49184      Branch: perl
49185            ! installperl
49186 ____________________________________________________________________________
49187 [  8072] By: jhi                                   on 2000/12/10  18:07:55
49188         Log: The walkoptree confusion rages; walkoptree() seems to be coming
49189              from B.xs, while walkoptree_slow() comes from B.pm.
49190      Branch: perl
49191            ! ext/B/B.pm
49192 ____________________________________________________________________________
49193 [  8071] By: nick                                  on 2000/12/10  11:45:47
49194         Log: Integrate mainline
49195      Branch: perlio
49196           +> t/base/commonsense.t
49197           !> (integrate 37 files)
49198 ____________________________________________________________________________
49199 [  8070] By: jhi                                   on 2000/12/10  04:46:21
49200         Log: Update Changes.
49201      Branch: perl
49202            ! Changes patchlevel.h
49203 ____________________________________________________________________________
49204 [  8069] By: jhi                                   on 2000/12/10  04:39:19
49205         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
49206              From: andreas.koenig@anima.de (Andreas J. Koenig)
49207              Date: 09 Dec 2000 17:14:25 +0100
49208              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
49209      Branch: perl
49210            + t/base/commonsense.t
49211            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
49212 ____________________________________________________________________________
49213 [  8068] By: jhi                                   on 2000/12/10  04:17:36
49214         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
49215              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
49216              Date: Sat, 9 Dec 2000 16:47:22 -0000
49217              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
49218      Branch: perl
49219            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
49220            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
49221            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
49222            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
49223            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
49224            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
49225            ! t/lib/sdbm.t
49226 ____________________________________________________________________________
49227 [  8067] By: jhi                                   on 2000/12/10  03:52:02
49228         Log: Test case for #8066.
49229      Branch: perl
49230            ! t/op/misc.t
49231 ____________________________________________________________________________
49232 [  8066] By: jhi                                   on 2000/12/10  03:50:30
49233         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
49234              From: Simon Cozens <simon@cozens.net>
49235              Date: Sun, 10 Dec 2000 00:55:37 +0000
49236              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
49237      Branch: perl
49238            ! pp_sys.c
49239 ____________________________________________________________________________
49240 [  8065] By: jhi                                   on 2000/12/10  03:44:52
49241         Log: Test case for #8064.
49242      Branch: perl
49243            ! t/comp/proto.t
49244 ____________________________________________________________________________
49245 [  8064] By: jhi                                   on 2000/12/10  03:42:32
49246         Log: Subject: Re: prototype of substr
49247              From: Simon Cozens <simon@cozens.net>
49248              Date: Sun, 10 Dec 2000 00:13:33 +0000
49249              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
49250              
49251              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
49252              In other words, make the returned prototypes for any function
49253              stop prepending the ';' optionality marker after the first one.
49254              If they start getting optional, all the rest are optional.
49255      Branch: perl
49256            ! pp.c
49257 ____________________________________________________________________________
49258 [  8063] By: jhi                                   on 2000/12/10  03:39:42
49259         Log: Subject: [PATCH] perlguts.pod
49260              From: Simon Cozens <simon@cozens.net>
49261              Date: Sun, 10 Dec 2000 00:06:47 +0000
49262              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
49263              
49264              Documentation of the different types of ops,
49265              plus the functions in dump.c
49266      Branch: perl
49267            ! pod/perlguts.pod
49268 ____________________________________________________________________________
49269 [  8062] By: jhi                                   on 2000/12/10  03:30:04
49270         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
49271              From: Nicholas Clark <nick@talking.bollo.cx>
49272              Date: Sat, 09 Dec 2000 18:57:25 +0000
49273              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
49274              
49275              Be more robust in weird hostname setups.
49276      Branch: perl
49277            ! t/lib/net-hostent.t
49278 ____________________________________________________________________________
49279 [  8061] By: jhi                                   on 2000/12/10  03:28:21
49280         Log: Pacify fussy compiler. 
49281      Branch: perl
49282            ! pp_sys.c
49283 ____________________________________________________________________________
49284 [  8060] By: jhi                                   on 2000/12/10  02:52:46
49285         Log: Integrate perlio.
49286      Branch: perl
49287           !> pp_sys.c t/io/utf8.t
49288 ____________________________________________________________________________
49289 [  8059] By: nick                                  on 2000/12/09  23:40:14
49290         Log: read/sysread/recv should now be utf8 aware.
49291              Basic test for utf8 read.
49292      Branch: perlio
49293            ! pp_sys.c t/io/utf8.t
49294 ____________________________________________________________________________
49295 [  8058] By: jhi                                   on 2000/12/09  21:56:02
49296         Log: Integrate perlio.
49297      Branch: perl
49298           +> t/io/utf8.t
49299           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
49300 ____________________________________________________________________________
49301 [  8057] By: jhi                                   on 2000/12/09  21:53:35
49302         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
49303              From: Inaba Hiroto <inaba@st.rim.or.jp>
49304              Date: Sun, 10 Dec 2000 05:53:21 +0900
49305              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
49306              
49307              Tests for #8056.
49308      Branch: perl
49309            ! t/op/each.t
49310 ____________________________________________________________________________
49311 [  8056] By: jhi                                   on 2000/12/09  21:51:16
49312         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
49313              From: Inaba Hiroto <inaba@st.rim.or.jp>
49314              Date: Sat, 09 Dec 2000 18:02:00 +0900
49315              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
49316              
49317              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
49318      Branch: perl
49319            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
49320 ____________________________________________________________________________
49321 [  8055] By: nick                                  on 2000/12/09  20:11:48
49322         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
49323              than raw PerlIO_write() - does not seem to break any tests.
49324      Branch: perlio
49325            ! pp_sys.c
49326 ____________________________________________________________________________
49327 [  8054] By: nick                                  on 2000/12/09  19:47:30
49328         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
49329              (sysread, recv and write i.e. formats still to do...)
49330              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
49331              open($fh,">:utf8","name")
49332              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
49333              so no extra overhead is involved.
49334              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
49335              to a non-utf8 stream.
49336              Add initial io/utf8.t
49337              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
49338              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
49339              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
49340      Branch: perlio
49341            + t/io/utf8.t
49342            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
49343 ____________________________________________________________________________
49344 [  8053] By: nick                                  on 2000/12/09  19:26:37
49345         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
49346              was only testing this_utf8.
49347      Branch: perlio
49348            ! toke.c
49349 ____________________________________________________________________________
49350 [  8052] By: nick                                  on 2000/12/09  19:09:41
49351         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
49352              i.e. the output string has one, but don't mess with source assumption.
49353      Branch: perlio
49354            ! toke.c
49355 ____________________________________________________________________________
49356 [  8051] By: jhi                                   on 2000/12/09  16:55:17
49357         Log: Integrate perlio.
49358      Branch: perl
49359           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
49360           !> sv.c thrdvar.h util.c
49361 ____________________________________________________________________________
49362 [  8050] By: jhi                                   on 2000/12/09  16:48:07
49363         Log: Nits noticed by Peter Prymmer.
49364      Branch: perl
49365            ! lib/ExtUtils/MM_VMS.pm
49366 ____________________________________________________________________________
49367 [  8049] By: nick                                  on 2000/12/09  13:49:40
49368         Log: UTF8 output prework.
49369              - Store $\ and $, as SVs so they can have SvUTF8 flag
49370              - use do_print() rather than raw PerlIO_write() to print them.
49371      Branch: perlio
49372            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
49373            ! thrdvar.h util.c
49374 ____________________________________________________________________________
49375 [  8048] By: nick                                  on 2000/12/09  12:30:43
49376         Log: Integrate mainline.
49377      Branch: perlio
49378           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
49379           +> t/op/reverse.t
49380           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
49381           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
49382           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
49383           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
49384           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
49385           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
49386 ____________________________________________________________________________
49387 [  8047] By: jhi                                   on 2000/12/09  00:23:27
49388         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
49389              From: Michael G Schwern <schwern@pobox.com>
49390              Date: Fri, 8 Dec 2000 14:43:04 -0600
49391      Branch: perl
49392            ! lib/ExtUtils/MM_VMS.pm
49393 ____________________________________________________________________________
49394 [  8046] By: jhi                                   on 2000/12/08  23:10:27
49395         Log: A missed check-in.
49396      Branch: perl
49397            ! lib/ExtUtils/Manifest.pm
49398 ____________________________________________________________________________
49399 [  8045] By: jhi                                   on 2000/12/08  21:57:12
49400         Log: (null check-in)
49401      Branch: perl
49402            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
49403 ____________________________________________________________________________
49404 [  8044] By: jhi                                   on 2000/12/08  21:11:06
49405         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
49406              at the final draft stage.
49407      Branch: perl
49408            + ext/Encode/Encode/iso8859-16.enc
49409            ! MANIFEST
49410 ____________________________________________________________________________
49411 [  8043] By: jhi                                   on 2000/12/08  16:39:04
49412         Log: Update Changes.
49413      Branch: perl
49414            ! Changes patchlevel.h
49415 ____________________________________________________________________________
49416 [  8042] By: jhi                                   on 2000/12/08  16:33:39
49417         Log: Do not return the Unicode replacement character if UTF-8
49418              decoding goes awry, it should be up to the caller to decide.
49419      Branch: perl
49420            ! pod/perlapi.pod utf8.c
49421 ____________________________________________________________________________
49422 [  8041] By: jhi                                   on 2000/12/08  16:22:28
49423         Log: metaconfig maintenance.
49424      Branch: metaconfig
49425            ! U/modified/stdchar.U
49426      Branch: metaconfig/U/perl
49427            + testsyml.U
49428 ____________________________________________________________________________
49429 [  8040] By: jhi                                   on 2000/12/08  16:03:08
49430         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
49431              From: sthoenna@efn.org
49432              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
49433              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
49434      Branch: perl
49435            ! Changes lib/ExtUtils/MM_OS2.pm
49436 ____________________________________________________________________________
49437 [  8039] By: jhi                                   on 2000/12/08  15:57:11
49438         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
49439              From: Simon Cozens <simon@cozens.net>
49440              Date: Fri, 8 Dec 2000 13:33:31 +0000
49441              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
49442              
49443              (The pp_hot part needed a rewrite.)
49444      Branch: perl
49445            ! doop.c pp_hot.c utf8.c
49446 ____________________________________________________________________________
49447 [  8038] By: jhi                                   on 2000/12/08  15:25:08
49448         Log: Subject: djSP
49449              From: Michael Stevens <michael@etla.org>
49450              Date: Wed, 6 Dec 2000 23:24:01 +0000
49451              Message-ID: <20001206232400.A21381@firedrake.org>
49452              
49453              Plus a note from Nick Ing-Simmons.
49454      Branch: perl
49455            ! pp.h
49456 ____________________________________________________________________________
49457 [  8037] By: jhi                                   on 2000/12/08  15:18:35
49458         Log: Filetype is text.
49459      Branch: perl
49460            ! t/op/utf8decode.t
49461 ____________________________________________________________________________
49462 [  8036] By: jhi                                   on 2000/12/08  03:31:27
49463         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
49464              From: Andy Dougherty <doughera@lafayette.edu>
49465              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
49466              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
49467              
49468              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
49469              From: Andy Dougherty <doughera@lafayette.edu>
49470              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
49471              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
49472      Branch: perl
49473            + ext/POSIX/hints/svr4.pl
49474            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
49475 ____________________________________________________________________________
49476 [  8035] By: jhi                                   on 2000/12/08  03:26:01
49477         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
49478              From: Andy Dougherty <doughera@lafayette.edu>
49479              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
49480              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
49481      Branch: perl
49482            ! t/README t/base/term.t
49483 ____________________________________________________________________________
49484 [  8034] By: jhi                                   on 2000/12/08  03:21:59
49485         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
49486              From: mjd@plover.com  
49487              Date: 7 Dec 2000 21:04:20 -0000
49488              Message-ID: <20001207210420.22282.qmail@plover.com>
49489              
49490              Plus -z doc.
49491      Branch: perl
49492            ! pod/perlfunc.pod
49493 ____________________________________________________________________________
49494 [  8033] By: jhi                                   on 2000/12/08  03:19:03
49495         Log: Use the UTF8 macros a bit.  They can't be used with abandon
49496              everywhere because we do generate illegal UTF-8 in some situations.
49497              This is of course naughty.
49498      Branch: perl
49499            ! pod/perlapi.pod utf8.c utf8.h
49500 ____________________________________________________________________________
49501 [  8032] By: jhi                                   on 2000/12/08  03:00:09
49502         Log: Out of sync?
49503      Branch: perl
49504            ! t/pragma/warn/utf8
49505 ____________________________________________________________________________
49506 [  8031] By: jhi                                   on 2000/12/08  02:22:39
49507         Log: Cnt spl.
49508      Branch: perl
49509            ! MANIFEST
49510 ____________________________________________________________________________
49511 [  8030] By: jhi                                   on 2000/12/08  01:23:54
49512         Log: Add test for reverse().
49513      Branch: perl
49514            + t/op/reverse.t
49515            ! MANIFEST
49516 ____________________________________________________________________________
49517 [  8029] By: jhi                                   on 2000/12/08  01:21:47
49518         Log: Integrate perlio.
49519      Branch: perl
49520           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
49521           !> perlio.c perlio.h perlsdio.h warnings.pl
49522 ____________________________________________________________________________
49523 [  8028] By: jhi                                   on 2000/12/08  01:19:08
49524         Log: Introduce macros for UTF8 decoding.
49525      Branch: perl
49526            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
49527 ____________________________________________________________________________
49528 [  8027] By: nick                                  on 2000/12/07  22:18:19
49529         Log: Integrate mainline
49530      Branch: perlio
49531           !> embed.pl pod/perlapi.pod utf8.c
49532 ____________________________________________________________________________
49533 [  8026] By: nick                                  on 2000/12/07  21:45:08
49534         Log: Various oddities p4 diff -se showed up
49535              Remove 'our' from warnings.pl
49536      Branch: perlio
49537            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
49538 ____________________________________________________________________________
49539 [  8025] By: nick                                  on 2000/12/07  21:43:32
49540         Log: Change PerlIO_(get|set)pos to take SV *
49541              Should fix, OS/2, VMS, (sfio??)
49542      Branch: perlio
49543            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
49544 ____________________________________________________________________________
49545 [  8024] By: jhi                                   on 2000/12/07  19:05:32
49546         Log: Document utf8_to_uv() better.
49547      Branch: perl
49548            ! pod/perlapi.pod utf8.c
49549 ____________________________________________________________________________
49550 [  8023] By: jhi                                   on 2000/12/07  18:23:47
49551         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
49552      Branch: perl
49553            ! embed.pl pod/perlapi.pod utf8.c
49554 ____________________________________________________________________________
49555 [  8022] By: jhi                                   on 2000/12/07  04:13:51
49556         Log: Integrate perlio.
49557      Branch: perl
49558           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
49559           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
49560           !> win32/makefile.mk
49561 ____________________________________________________________________________
49562 [  8021] By: nick                                  on 2000/12/07  00:28:14
49563         Log: Various attempts at MSVC debug - not sure what has
49564              changed but works now. 
49565              Seems atexit() _may_ work for DLLs built with MSVC so don't
49566              call cleanup that way.
49567      Branch: perlio
49568            ! perlio.c win32/makefile.mk
49569 ____________________________________________________________________________
49570 [  8020] By: nick                                  on 2000/12/06  19:57:20
49571         Log: Integrate mainline
49572      Branch: perlio
49573           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
49574           !> (integrate 75 files)
49575 ____________________________________________________________________________
49576 [  8019] By: nick                                  on 2000/12/06  19:28:21
49577         Log: Add useperlio to config.vc
49578              Turn off binmode in config_H.PL
49579              Regen all the config_H.xx
49580              Attempt to get debugging build with MSVC.
49581      Branch: perlio
49582            ! win32/config.vc win32/config_H.bc win32/config_H.gc
49583            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
49584 ____________________________________________________________________________
49585 [  8018] By: nick                                  on 2000/12/06  19:21:57
49586         Log: Test various dup/external program options on all platforms.
49587      Branch: perlio
49588            ! t/io/dup.t
49589 ____________________________________________________________________________
49590 [  8017] By: nick                                  on 2000/12/06  19:20:47
49591         Log: Fix harness to be less picky
49592      Branch: perlio
49593            ! lib/Test/Harness.pm
49594 ____________________________________________________________________________
49595 [  8016] By: jhi                                   on 2000/12/06  16:45:12
49596         Log: Update Changes.
49597      Branch: perl
49598            ! Changes patchlevel.h
49599 ____________________________________________________________________________
49600 [  8015] By: jhi                                   on 2000/12/06  16:41:03
49601         Log: Test \x{...} with ord().
49602      Branch: perl
49603            ! t/op/ord.t
49604 ____________________________________________________________________________
49605 [  8014] By: jhi                                   on 2000/12/06  16:20:33
49606         Log: Test tweak because of #8013.
49607      Branch: perl
49608            ! t/lib/b.t
49609 ____________________________________________________________________________
49610 [  8013] By: jhi                                   on 2000/12/06  16:09:09
49611         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
49612              From: Michael G Schwern <schwern@pobox.com>
49613              Date: Tue, 5 Dec 2000 21:23:28 -0500
49614              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
49615              
49616              Carp::Heavy parts not very applicable because of recent changes.
49617      Branch: perl
49618            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
49619            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
49620            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
49621            ! lib/Exporter.pm lib/Exporter/Heavy.pm
49622            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
49623            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
49624            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
49625            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
49626            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
49627            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
49628            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
49629            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
49630            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
49631            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
49632            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
49633            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
49634            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
49635            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
49636            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
49637            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
49638            ! warnings.pl
49639 ____________________________________________________________________________
49640 [  8012] By: jhi                                   on 2000/12/06  15:22:38
49641         Log: Subject: [PATCH] Re: New harness is failing things
49642              From: Nick Ing-Simmons <nik@tiuk.ti.com>
49643              Date: Wed, 6 Dec 2000 13:00:30 GMT
49644              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
49645      Branch: perl
49646            ! lib/Test/Harness.pm
49647 ____________________________________________________________________________
49648 [  8011] By: jhi                                   on 2000/12/06  15:12:08
49649         Log: Subject: installhtml changes
49650              From: Michael Stevens <michael@etla.org>
49651              Date: Wed, 6 Dec 2000 13:15:53 +0000
49652              Message-ID: <20001206131553.A27317@firedrake.org>
49653      Branch: perl
49654            ! installhtml
49655 ____________________________________________________________________________
49656 [  8010] By: jhi                                   on 2000/12/06  15:06:05
49657         Log: Subject: the dTHR hits
49658              From: Michael Stevens <michael@etla.org>
49659              Date: Wed, 6 Dec 2000 12:06:03 +0000
49660              Message-ID: <20001206120603.A24581@firedrake.org>
49661              
49662              More, errrm, less dTHRs.
49663      Branch: perl
49664            ! bytecode.pl ext/B/B/C.pm
49665 ____________________________________________________________________________
49666 [  8009] By: jhi                                   on 2000/12/06  15:04:25
49667         Log: Subject: MakeMaker mailing list gone?
49668              From: Michael G Schwern <schwern@pobox.com>
49669              Date: Tue, 5 Dec 2000 19:29:59 -0500
49670              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
49671              
49672              The MakeMaker mailing list is dead, perlbug is the right
49673              address to report bugs.
49674      Branch: perl
49675            ! lib/ExtUtils/MakeMaker.pm
49676 ____________________________________________________________________________
49677 [  8008] By: jhi                                   on 2000/12/06  15:00:32
49678         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
49679              From: Michael G Schwern <schwern@pobox.com>
49680              Date: Tue, 5 Dec 2000 19:21:21 -0500
49681              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
49682              
49683              Add a default MANIFEST skip that ignores things like
49684              version control files, editor temporary files, and the Makefile.
49685      Branch: perl
49686            + lib/ExtUtils/MANIFEST.SKIP
49687            ! MANIFEST lib/ExtUtils/Manifest.pm
49688 ____________________________________________________________________________
49689 [  8007] By: jhi                                   on 2000/12/06  14:57:20
49690         Log: In Amiga more manual hackery of the scripts seems to be needed,
49691              from Jan-Erik Karlsson.  Why Configure does not get this right
49692              is unknown, may be shell-induced.
49693      Branch: perl
49694            ! README.amiga
49695 ____________________________________________________________________________
49696 [  8006] By: jhi                                   on 2000/12/05  23:53:12
49697         Log: Add TOPm1s to peek at the second topmost stack item.
49698      Branch: perl
49699            ! pp.h
49700 ____________________________________________________________________________
49701 [  8005] By: jhi                                   on 2000/12/05  23:13:55
49702         Log: Avaunt, you foul UTF-8 tests.
49703      Branch: perl
49704            ! t/op/ver.t t/pragma/utf8.t
49705 ____________________________________________________________________________
49706 [  8004] By: jhi                                   on 2000/12/05  23:09:54
49707         Log: Continue utf8 dispersal. 
49708      Branch: perl
49709            + t/op/concat.t
49710            ! MANIFEST t/pragma/utf8.t
49711 ____________________________________________________________________________
49712 [  8003] By: nick                                  on 2000/12/05  23:02:39
49713         Log: Integrate mainline.
49714      Branch: perlio
49715           +> t/op/length.t t/op/utf8decode.t
49716           !> (integrate 69 files)
49717 ____________________________________________________________________________
49718 [  8002] By: jhi                                   on 2000/12/05  22:59:28
49719         Log: Integrate perlio.
49720      Branch: perl
49721           !> iperlsys.h perl.c perlio.c win32/perllib.c
49722 ____________________________________________________________________________
49723 [  8001] By: nick                                  on 2000/12/05  22:07:52
49724         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
49725              - calloc/free suffer from damage on TerminateThread()
49726              - use PerlMemShared (as originally planned) now fixed
49727              - avoid doing anything important on DLL "detach".
49728      Branch: perlio
49729            ! perl.c perlio.c win32/perllib.c
49730 ____________________________________________________________________________
49731 [  8000] By: nick                                  on 2000/12/05  21:05:09
49732         Log: Fix gross PerlMemShared issue.
49733      Branch: perlio
49734            ! iperlsys.h
49735 ____________________________________________________________________________
49736 [  7999] By: jhi                                   on 2000/12/05  20:46:58
49737         Log: Test for Unicode (UTF-8) hash keys.
49738      Branch: perl
49739            ! t/op/each.t
49740 ____________________________________________________________________________
49741 [  7998] By: jhi                                   on 2000/12/05  20:30:35
49742         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
49743              is now always UTF-8), empty line cosmetics.
49744      Branch: perl
49745            ! t/pragma/utf8.t
49746 ____________________________________________________________________________
49747 [  7997] By: jhi                                   on 2000/12/05  20:15:40
49748         Log: Subject: Re: STRLEN - what?
49749              From: Andy Dougherty <doughera@lafayette.edu>
49750              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
49751              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
49752              
49753              Explain STRLEN.
49754      Branch: perl
49755            ! pod/perlguts.pod
49756 ____________________________________________________________________________
49757 [  7996] By: jhi                                   on 2000/12/05  20:13:34
49758         Log: Split off the UTF-8 decoder tests, make them to check also
49759              the error message.
49760      Branch: perl
49761            + t/op/utf8decode.t
49762            ! MANIFEST t/pragma/utf8.t utf8.c
49763 ____________________________________________________________________________
49764 [  7995] By: jhi                                   on 2000/12/05  16:39:47
49765         Log: Start migrating bits of pragma/utf8 to elsewhere
49766              (since the long term plan is to obsolete 'use utf8').
49767      Branch: perl
49768            + t/op/length.t
49769            ! MANIFEST t/pragma/utf8.t
49770 ____________________________________________________________________________
49771 [  7994] By: jhi                                   on 2000/12/05  16:30:21
49772         Log: Fix a manual edit typo from #7993, fix the message formatting
49773              for Unicode, add few our declarations.
49774      Branch: perl
49775            ! lib/Carp/Heavy.pm
49776 ____________________________________________________________________________
49777 [  7993] By: jhi                                   on 2000/12/05  16:09:15
49778         Log: Subject: Need help with warnings :-(
49779              From: "Ben Tilly" <ben_tilly@hotmail.com>
49780              Date: Tue, 05 Dec 2000 01:35:54 -0500
49781              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
49782              
49783              Subject: UPDATE: Carp/Heavy now passes all tests
49784              From: "Ben Tilly" <ben_tilly@hotmail.com>
49785              Date: Tue, 05 Dec 2000 07:59:41 -0500
49786              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
49787              
49788              The Brave New Carp.
49789      Branch: perl
49790            ! lib/Carp.pm lib/Carp/Heavy.pm
49791 ____________________________________________________________________________
49792 [  7992] By: jhi                                   on 2000/12/05  15:55:08
49793         Log: Subject: [PATCH perl@7979] cygwin port
49794              From: "Eric Fifer" <efifer@dircon.co.uk>
49795              Date: Tue, 5 Dec 2000 14:04:09 -0000
49796              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
49797      Branch: perl
49798            ! t/lib/net-hostent.t
49799 ____________________________________________________________________________
49800 [  7991] By: jhi                                   on 2000/12/05  15:52:34
49801         Log: Subject: Re: [PATCH] The largest hoax of all times?
49802              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49803              Date: Tue, 5 Dec 2000 00:40:25 -0500
49804              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
49805              
49806              Subject: Re: [PATCH] The largest hoax of all times?
49807              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49808              Date: Mon, 4 Dec 2000 23:55:53 -0500
49809              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
49810              
49811              Subject: Re: [PATCH] The largest hoax of all times?
49812              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49813              Date: Tue, 5 Dec 2000 01:28:45 -0500
49814              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
49815              
49816              Fix the unpredictable order of DESTROYs.
49817      Branch: perl
49818            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
49819            ! sv.c sv.h t/op/ref.t
49820 ____________________________________________________________________________
49821 [  7990] By: jhi                                   on 2000/12/05  14:38:53
49822         Log: Subject: [PATCH] shrink pp_hot fractionally
49823              From: Nicholas Clark <nick@ccl4.org>
49824              Date: Tue, 5 Dec 2000 12:44:31 +0000
49825              Message-ID: <20001205124431.E74518@plum.flirble.org>
49826              
49827              Use report_evil_fh().
49828      Branch: perl
49829            ! opcode.pl opnames.h pp_hot.c util.c
49830 ____________________________________________________________________________
49831 [  7989] By: jhi                                   on 2000/12/05  14:21:27
49832         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
49833              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
49834              Date: Mon, 04 Dec 2000 22:21:59 -0800
49835              Message-ID: <HmIL6gzkgepS092yn@efn.org>
49836              
49837              Harness shouldn't ignore responses like "ok 3\r\r\n".
49838      Branch: perl
49839            ! lib/Test/Harness.pm
49840 ____________________________________________________________________________
49841 [  7988] By: jhi                                   on 2000/12/05  13:51:28
49842         Log: Integrate the "skip" messages to explain().
49843      Branch: perl
49844            ! t/lib/syslfs.t t/op/lfs.t
49845 ____________________________________________________________________________
49846 [  7987] By: jhi                                   on 2000/12/05  12:34:54
49847         Log: The one that got away in #7984.
49848              
49849              Subject: Re: dTHR - what and why?
49850              From: Michael Stevens <michael@etla.org> 
49851              Date: Tue, 5 Dec 2000 11:15:52 +0000
49852              Message-ID: <20001205111552.A4647@firedrake.org>
49853      Branch: perl
49854            ! sv.h
49855 ____________________________________________________________________________
49856 [  7986] By: gsar                                  on 2000/12/05  09:14:44
49857         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
49858              due to the notorious GetFileType() bug in Windows 9x, which fstat()
49859              tickles)
49860      Branch: perl
49861            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
49862 ____________________________________________________________________________
49863 [  7985] By: jhi                                   on 2000/12/05  05:49:03
49864         Log: Integrate perlio.
49865      Branch: perl
49866           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
49867           !> win32/perlhost.h win32/perllib.c
49868 ____________________________________________________________________________
49869 [  7984] By: jhi                                   on 2000/12/05  05:48:16
49870         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
49871      Branch: perl
49872            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
49873            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
49874            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
49875            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
49876            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
49877            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
49878            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
49879            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
49880            ! win32/win32.c
49881 ____________________________________________________________________________
49882 [  7983] By: nick                                  on 2000/12/04  23:27:43
49883         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
49884      Branch: perlio
49885            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
49886            ! win32/perlhost.h win32/perllib.c
49887 ____________________________________________________________________________
49888 [  7982] By: jhi                                   on 2000/12/04  19:44:09
49889         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
49890              uncovered by #7980.
49891      Branch: perl
49892            ! op.c
49893 ____________________________________________________________________________
49894 [  7981] By: jhi                                   on 2000/12/04  19:42:07
49895         Log: Subject: [PATCH] Trivial dump.c feature
49896              From: Simon Cozens <simon@cozens.net>
49897              Date: Mon, 4 Dec 2000 18:08:38 +0000
49898              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
49899              
49900              Show whether a constant is UTF-8.
49901      Branch: perl
49902            ! dump.c
49903 ____________________________________________________________________________
49904 [  7980] By: jhi                                   on 2000/12/04  19:36:51
49905         Log: UTF-8 hash keys, patch from Inaba Hiroto.
49906      Branch: perl
49907            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
49908 ____________________________________________________________________________
49909 [  7979] By: jhi                                   on 2000/12/04  17:36:28
49910         Log: Update Changes.
49911      Branch: perl
49912            ! Changes patchlevel.h
49913 ____________________________________________________________________________
49914 [  7978] By: jhi                                   on 2000/12/04  16:42:17
49915         Log: Retract #7977, still too volatile (the euphemism of the day
49916              for unfinished and buggy :-)
49917      Branch: perl
49918            ! doop.c hv.c pp.c sv.h
49919 ____________________________________________________________________________
49920 [  7977] By: jhi                                   on 2000/12/04  16:25:15
49921         Log: (Retracted by #7978, too shaky yet.)
49922              
49923              Subject: Re: utf8 in hash keys, implementor missing
49924              From: Simon Cozens <simon@cozens.net>
49925              Date: Sat, 2 Dec 2000 19:49:35 +0000
49926              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
49927              
49928              The first step at UTF-8 hash keys.
49929      Branch: perl
49930            ! doop.c hv.c pp.c sv.h
49931 ____________________________________________________________________________
49932 [  7976] By: jhi                                   on 2000/12/04  16:13:53
49933         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
49934              From: sthoenna@efn.org
49935              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
49936              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
49937      Branch: perl
49938            ! os2/os2.c perlio.c
49939 ____________________________________________________________________________
49940 [  7975] By: jhi                                   on 2000/12/04  16:05:25
49941         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
49942              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
49943              Date: Thu, 30 Nov 2000 20:50:37 -0800
49944              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
49945      Branch: perl
49946            ! os2/os2.c
49947 ____________________________________________________________________________
49948 [  7974] By: jhi                                   on 2000/12/04  16:03:57
49949         Log: Subject: [PATCH] ++ 20% faster
49950              From: Nicholas Clark <nick@ccl4.org>
49951              Date: Mon, 4 Dec 2000 12:17:27 +0000
49952              Message-ID: <20001204121726.B52976@plum.flirble.org>
49953              
49954              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
49955      Branch: perl
49956            ! sv.c
49957 ____________________________________________________________________________
49958 [  7973] By: jhi                                   on 2000/12/04  16:00:48
49959         Log: 
49960              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
49961              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
49962              Date: Mon, 04 Dec 2000 12:30:45 +0100
49963              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
49964              
49965              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
49966              library (getprotobyname and getprotobynumber are outversioned by
49967              the same calls in libc, at least for xlc version 3.
49968      Branch: perl
49969            ! hints/aix.sh
49970 ____________________________________________________________________________
49971 [  7972] By: jhi                                   on 2000/12/04  02:58:31
49972         Log: Integrate perlio.
49973      Branch: perl
49974           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
49975           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
49976           !> win32/win32.h win32/win32iop.h win32/win32thread.h
49977 ____________________________________________________________________________
49978 [  7971] By: nick                                  on 2000/12/04  00:24:33
49979         Log: Quieten some noise in Win32 builds:
49980              - win32.h is included after <sys/socket.h>, so need to 
49981              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
49982              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
49983      Branch: perlio
49984            ! doio.c perl.h toke.c win32/win32.h
49985 ____________________________________________________________________________
49986 [  7970] By: nick                                  on 2000/12/03  22:57:46
49987         Log: PERL_IMPLICIT_SYS compiles but does not work.
49988      Branch: perlio
49989            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
49990            ! win32/perlhost.h win32/perllib.c win32/win32.h
49991            ! win32/win32iop.h win32/win32thread.h
49992 ____________________________________________________________________________
49993 [  7969] By: jhi                                   on 2000/12/03  22:12:58
49994         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
49995              used to swash_init(), makes regprop() dumps more informative
49996              (+utf8::IsAlpha, -utf8::IsDigit, for example).
49997      Branch: perl
49998            ! regcomp.c regexec.c
49999 ____________________________________________________________________________
50000 [  7968] By: jhi                                   on 2000/12/03  21:39:56
50001         Log: Implement ANYOFUTF8 regprop() dumping.
50002      Branch: perl
50003            ! regcomp.c
50004 ____________________________________________________________________________
50005 [  7967] By: jhi                                   on 2000/12/03  20:57:19
50006         Log: Make uv_to_utf8() to zero-terminate its output buffer,
50007              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
50008      Branch: perl
50009            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
50010 ____________________________________________________________________________
50011 [  7966] By: nick                                  on 2000/12/03  18:41:21
50012         Log: Integrate mainline (STDCHAR)
50013      Branch: perlio
50014           !> Configure t/pragma/utf8.t
50015 ____________________________________________________________________________
50016 [  7965] By: jhi                                   on 2000/12/03  17:58:20
50017         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
50018      Branch: perl
50019            ! t/pragma/utf8.t
50020 ____________________________________________________________________________
50021 [  7964] By: jhi                                   on 2000/12/03  17:35:56
50022         Log: Integrate perlio.
50023      Branch: perl
50024           !> iperlsys.h perlio.c
50025 ____________________________________________________________________________
50026 [  7963] By: jhi                                   on 2000/12/03  17:33:55
50027         Log: Metaconfig unit change for #7962.
50028      Branch: metaconfig
50029            ! U/modified/stdchar.U
50030 ____________________________________________________________________________
50031 [  7962] By: jhi                                   on 2000/12/03  17:33:27
50032         Log: Untangle the <stdio.h> #include nest for the stdchar test,
50033              from Andy Dougherty.
50034      Branch: perl
50035            ! Configure
50036 ____________________________________________________________________________
50037 [  7961] By: nick                                  on 2000/12/03  16:53:00
50038         Log: Make iperlsys.h vector stdio not PerlIO.
50039      Branch: perlio
50040            ! iperlsys.h perlio.c
50041 ____________________________________________________________________________
50042 [  7960] By: nick                                  on 2000/12/03  14:43:01
50043         Log: Integrate mainline
50044      Branch: perlio
50045           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
50046           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
50047 ____________________________________________________________________________
50048 [  7959] By: jhi                                   on 2000/12/03  08:16:36
50049         Log: Use DO_UTF8().
50050      Branch: perl
50051            ! op.c
50052 ____________________________________________________________________________
50053 [  7958] By: jhi                                   on 2000/12/02  18:33:05
50054         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
50055              From: Mike Guy <mjtg@cam.ac.uk>         
50056              Date: Sat, 02 Dec 2000 17:27:13 +0000
50057              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
50058              
50059              An extraneous argument.
50060      Branch: perl
50061            ! toke.c
50062 ____________________________________________________________________________
50063 [  7957] By: jhi                                   on 2000/12/02  18:22:32
50064         Log: A missing hunk.
50065      Branch: perl
50066            ! t/lib/net-hostent.t
50067 ____________________________________________________________________________
50068 [  7956] By: jhi                                   on 2000/12/02  18:06:20
50069         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
50070              From: Nicholas Clark <nick@ccl4.org>
50071              Date: Sat, 2 Dec 2000 14:28:27 +0000
50072              Message-ID: <20001202142827.A12308@plum.flirble.org>
50073              
50074              Test robustness.
50075      Branch: perl
50076            ! t/lib/net-hostent.t
50077 ____________________________________________________________________________
50078 [  7955] By: jhi                                   on 2000/12/02  17:58:06
50079         Log: Metaconfig unit change for #7954.
50080      Branch: metaconfig
50081            ! U/modified/stdchar.U
50082 ____________________________________________________________________________
50083 [  7954] By: jhi                                   on 2000/12/02  17:54:32
50084         Log: An inconvenient hang would happen if the stdio _ptr wasn't
50085              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
50086              would be grepping stdin for all eternity for the _ptr.)
50087      Branch: perl
50088            ! Configure
50089 ____________________________________________________________________________
50090 [  7953] By: jhi                                   on 2000/12/02  00:07:15
50091         Log: Update Changes.
50092      Branch: perl
50093            ! Changes patchlevel.h
50094 ____________________________________________________________________________
50095 [  7952] By: jhi                                   on 2000/12/01  23:54:47
50096         Log: Subject: Re: long shell lines
50097              From: Andy Dougherty <doughera@lafayette.edu>
50098              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
50099              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
50100              
50101              Split overly long shell command lines.
50102      Branch: perl
50103            ! lib/ExtUtils/MM_Unix.pm
50104 ____________________________________________________________________________
50105 [  7951] By: jhi                                   on 2000/12/01  23:48:02
50106         Log: The metaconfig unit change for #7950.
50107      Branch: metaconfig
50108            + U/modified/stdchar.U
50109 ____________________________________________________________________________
50110 [  7950] By: jhi                                   on 2000/12/01  23:47:39
50111         Log: Try to find stdchar also from <stdio_impl.h>.
50112      Branch: perl
50113            ! Configure config_h.SH
50114 ____________________________________________________________________________
50115 [  7949] By: jhi                                   on 2000/12/01  23:46:45
50116         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
50117              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
50118              Date: Fri, 1 Dec 2000 16:26:08 -0500
50119              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
50120              
50121              Reword the diagnostic message.
50122      Branch: perl
50123            ! pod/perldiag.pod
50124 ____________________________________________________________________________
50125 [  7948] By: nick                                  on 2000/12/01  22:49:43
50126         Log: Integrate mainline (for s/y/m as sub names stuff).
50127      Branch: perlio
50128           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
50129           !> t/pragma/warn/toke toke.c
50130 ____________________________________________________________________________
50131 [  7947] By: jhi                                   on 2000/12/01  20:55:41
50132         Log: Integrate perlio.
50133      Branch: perl
50134           !> perlio.c perliol.h t/io/pipe.t
50135 ____________________________________________________________________________
50136 [  7946] By: jhi                                   on 2000/12/01  20:36:51
50137         Log: Upgrade to CPAN 1.59_51, from Andreas König.
50138      Branch: perl
50139            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
50140 ____________________________________________________________________________
50141 [  7945] By: nick                                  on 2000/12/01  20:31:32
50142         Log: Integrate mainline
50143      Branch: perlio
50144           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
50145           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
50146           +> t/lib/net-hostent.t
50147           !> (integrate 35 files)
50148 ____________________________________________________________________________
50149 [  7944] By: jhi                                   on 2000/12/01  20:23:29
50150         Log: Some help for 20001130.011.  Now one gets warnings like
50151              "Ambiguous -f() resolved as a file test ..."
50152      Branch: perl
50153            ! pod/perldiag.pod t/pragma/warn/toke toke.c
50154 ____________________________________________________________________________
50155 [  7943] By: jhi                                   on 2000/12/01  19:44:44
50156         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
50157              that also breaks using them as methods. 
50158      Branch: perl
50159            ! pod/perldiag.pod t/op/misc.t toke.c
50160 ____________________________________________________________________________
50161 [  7942] By: nick                                  on 2000/12/01  17:56:46
50162         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
50163              Make 'unix' pass most tests
50164              - do unread by temporary push of layer ("pending") holding unread chars
50165              - fast_gets is now based on per-handle flag
50166              - relax one of io/pipe.t tests to allow print to fail and close to
50167              succeed so that it passes on unbuffered "unix" layer.
50168              Remaining fail is sporadic and a genuine race condition between
50169              parent/child in fork test.
50170      Branch: perlio
50171            ! perlio.c perliol.h t/io/pipe.t
50172 ____________________________________________________________________________
50173 [  7941] By: jhi                                   on 2000/12/01  15:28:58
50174         Log: (Retracted by #7943.)
50175              
50176              Reserve the short named string operator names.
50177      Branch: perl
50178            ! pod/perldiag.pod t/op/misc.t toke.c
50179 ____________________________________________________________________________
50180 [  7940] By: jhi                                   on 2000/12/01  06:45:53
50181         Log: Get the three different space character classes right under utf8.
50182      Branch: perl
50183            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
50184            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
50185            ! regexec.c t/op/pat.t utf8.c
50186 ____________________________________________________________________________
50187 [  7939] By: jhi                                   on 2000/12/01  03:26:26
50188         Log: Two more tests that make no sense in UTF-8 since the test
50189              data is not in UTF-8.
50190      Branch: perl
50191            ! t/op/regexp.t
50192 ____________________________________________________________________________
50193 [  7938] By: jhi                                   on 2000/12/01  03:20:39
50194         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
50195              should it be required inside regexen?
50196      Branch: perl
50197            ! regcomp.c t/op/regmesg.t
50198 ____________________________________________________________________________
50199 [  7937] By: jhi                                   on 2000/12/01  02:58:53
50200         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
50201              stored and restored, and thusly was trounced by the utf8 swash
50202              routines.
50203      Branch: perl
50204            ! regcomp.c
50205 ____________________________________________________________________________
50206 [  7936] By: jhi                                   on 2000/11/30  20:41:39
50207         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
50208              Why the different platforms behave so differently (core dump vs
50209              no core dump) on this bug is a but of a mystery, but if I had to
50210              guess I would mumble something like 'alignment'.
50211      Branch: perl
50212            ! sv.c
50213 ____________________________________________________________________________
50214 [  7935] By: jhi                                   on 2000/11/30  16:17:02
50215         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
50216              From: Robin Barker <rmb1@cise.npl.co.uk>
50217              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
50218              Date: Thu, 30 Nov 2000 14:27:12 GMT
50219      Branch: perl
50220            ! perlio.c toke.c
50221 ____________________________________________________________________________
50222 [  7934] By: jhi                                   on 2000/11/30  16:04:49
50223         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
50224      Branch: perl
50225            ! t/lib/net-hostent.t
50226 ____________________________________________________________________________
50227 [  7933] By: jhi                                   on 2000/11/30  06:07:26
50228         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
50229              From: Peter Prymmer <pvhp@forte.com>
50230              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
50231              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
50232              
50233              In VMS the localhost may be LOCALHOST.
50234      Branch: perl
50235            ! t/lib/net-hostent.t
50236 ____________________________________________________________________________
50237 [  7932] By: jhi                                   on 2000/11/30  01:11:11
50238         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
50239              From: Peter Prymmer <pvhp@forte.com>
50240              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
50241              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
50242              
50243              plus regen perlapi.pod.
50244      Branch: perl
50245            ! pod/perlapi.pod utf8.c
50246 ____________________________________________________________________________
50247 [  7931] By: jhi                                   on 2000/11/30  01:06:19
50248         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
50249              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
50250              Date:     Wed, 29 Nov 2000 17:15:11 EST
50251              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
50252      Branch: perl
50253            ! t/lib/filter-util.pl t/lib/filter-util.t
50254 ____________________________________________________________________________
50255 [  7930] By: jhi                                   on 2000/11/29  18:51:55
50256         Log: Update Changes.
50257      Branch: perl
50258            ! Changes patchlevel.h
50259 ____________________________________________________________________________
50260 [  7929] By: jhi                                   on 2000/11/29  18:50:55
50261         Log: Update the va_copy() metaconfig unit.
50262      Branch: metaconfig/U/perl
50263            ! need_va_copy.U
50264 ____________________________________________________________________________
50265 [  7928] By: jhi                                   on 2000/11/29  17:50:43
50266         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
50267              From: Dominic Dunlop <domo@computer.org>
50268              Date: Tue, 28 Nov 2000 16:41:57 +0100
50269              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
50270              
50271              Patch to catch a core dump in the Configure va_copy test.
50272      Branch: perl
50273            ! Configure config_h.SH
50274 ____________________________________________________________________________
50275 [  7927] By: jhi                                   on 2000/11/29  17:31:59
50276         Log: Retract #7921, the patch shouldn't be needed.
50277      Branch: perl
50278            ! sv.c
50279 ____________________________________________________________________________
50280 [  7926] By: jhi                                   on 2000/11/29  17:01:41
50281         Log: Make the Class::Struct import() wiser.
50282      Branch: perl
50283            ! lib/Class/Struct.pm t/lib/class-struct.t
50284 ____________________________________________________________________________
50285 [  7925] By: jhi                                   on 2000/11/29  16:36:33
50286         Log: All the core library users of Class::Struct seem to be
50287              using "use Class::Struct 'struct';" instead of the bare
50288              "use Class::Struct;", which isn't documented in Class::Struct.
50289              This can't be right.
50290      Branch: perl
50291            ! lib/File/stat.pm
50292 ____________________________________________________________________________
50293 [  7924] By: jhi                                   on 2000/11/29  16:32:15
50294         Log: A test works better if it has the right 1..$n output.
50295      Branch: perl
50296            ! t/lib/class-struct.t
50297 ____________________________________________________________________________
50298 [  7923] By: jhi                                   on 2000/11/29  16:29:11
50299         Log: Forgot to MANIFEST the new Net::hostent test.
50300      Branch: perl
50301            ! MANIFEST
50302 ____________________________________________________________________________
50303 [  7922] By: jhi                                   on 2000/11/29  16:27:49
50304         Log: Integrate perlio.
50305      Branch: perl
50306           !> iperlsys.h perlio.c
50307 ____________________________________________________________________________
50308 [  7921] By: jhi                                   on 2000/11/29  16:27:10
50309         Log: (Retracted by #7927.)
50310              
50311              Subject: [PATCH] Is infinity a number?
50312              From: Simon Cozens <simon@cozens.net>
50313              Date: Wed, 29 Nov 2000 14:48:20 +0000
50314              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
50315      Branch: perl
50316            ! sv.c
50317 ____________________________________________________________________________
50318 [  7920] By: jhi                                   on 2000/11/29  16:23:02
50319         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
50320              From: rspier@pobox.com (Robert Spier)
50321              Date: Wed, 29 Nov 2000 02:17:49 -0500
50322              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
50323              
50324              Add a test for Net::hostent.
50325      Branch: perl
50326            + t/lib/net-hostent.t
50327 ____________________________________________________________________________
50328 [  7919] By: jhi                                   on 2000/11/29  16:21:31
50329         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
50330              add a test for Class::Struct.
50331      Branch: perl
50332            + t/lib/class-struct.t
50333            ! MANIFEST lib/Class/Struct.pm
50334 ____________________________________________________________________________
50335 [  7918] By: jhi                                   on 2000/11/29  15:48:40
50336         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
50337              From: rspier@pobox.com (Robert Spier)
50338              Date: Wed, 29 Nov 2000 02:25:39 -0500
50339              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
50340              
50341              More checking in case someone has broken their services or
50342              protocol databases.
50343      Branch: perl
50344            ! ext/Sys/Syslog/Syslog.pm
50345 ____________________________________________________________________________
50346 [  7917] By: jhi                                   on 2000/11/29  15:46:25
50347         Log: Subject: [PATCH] $^O  win32 -> MSWin32
50348              From: rspier@pobox.com (Robert Spier)
50349              Date: Wed, 29 Nov 2000 02:17:38 -0500
50350              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
50351              
50352              plus similar nits for vms, err, VMS, and UNICOS.
50353      Branch: perl
50354            ! t/lib/syslfs.t t/op/lfs.t
50355 ____________________________________________________________________________
50356 [  7916] By: jhi                                   on 2000/11/29  15:42:51
50357         Log: Subject: [PATCH] Tokeniser debugging
50358              From: Simon Cozens <simon@cozens.net>
50359              Date: Wed, 29 Nov 2000 14:15:45 +0000
50360              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
50361      Branch: perl
50362            ! perl.c perl.h pod/perlrun.pod toke.c
50363 ____________________________________________________________________________
50364 [  7915] By: jhi                                   on 2000/11/29  15:41:36
50365         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
50366              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
50367              Date: Wed, 29 Nov 2000 02:13:14 -0500
50368              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
50369              
50370              OUT keyword nits.
50371              
50372              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
50373              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
50374              Date: Wed, 29 Nov 2000 03:09:04 -0500
50375              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
50376              
50377              OUT and IN_OUT documentation.
50378      Branch: perl
50379            ! lib/ExtUtils/xsubpp pod/perlxs.pod
50380 ____________________________________________________________________________
50381 [  7914] By: jhi                                   on 2000/11/29  03:35:01
50382         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
50383              From: John Tobey <jtobey@john-edwin-tobey.org>
50384              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
50385              Message-Id: <m140e1N-000FOoC@feynman.localnet>
50386              
50387              plus a performance speedup noticed by Sarathy.
50388      Branch: perl
50389            ! op.c
50390 ____________________________________________________________________________
50391 [  7913] By: jhi                                   on 2000/11/29  03:16:59
50392         Log: Use "1 while unlink" so that VMS gets clean, too.
50393      Branch: perl
50394            ! t/lib/filter-util.t
50395 ____________________________________________________________________________
50396 [  7912] By: jhi                                   on 2000/11/29  03:09:08
50397         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
50398              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
50399              Date: Tue, 28 Nov 2000 03:27:09 -0500
50400              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
50401      Branch: perl
50402            ! lib/ExtUtils/xsubpp
50403 ____________________________________________________________________________
50404 [  7911] By: jhi                                   on 2000/11/29  03:06:30
50405         Log: This should have been part of #7872: no need to scan UTF-8
50406              until eternity.
50407      Branch: perl
50408            ! utf8.c
50409 ____________________________________________________________________________
50410 [  7910] By: jhi                                   on 2000/11/29  02:50:04
50411         Log: One more perltie.pod nit from Casey R. Tweten.
50412      Branch: perl
50413            ! pod/perltie.pod
50414 ____________________________________________________________________________
50415 [  7909] By: jhi                                   on 2000/11/29  02:44:23
50416         Log: Document the known sprintf test failures, exact standard
50417              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
50418      Branch: perl
50419            ! pod/perldelta.pod t/op/sprintf.t
50420 ____________________________________________________________________________
50421 [  7908] By: jhi                                   on 2000/11/29  02:36:23
50422         Log: Add the Encoding table format documentation.
50423      Branch: perl
50424            + ext/Encode/Encode/EncodeFormat.pod
50425            ! MANIFEST
50426 ____________________________________________________________________________
50427 [  7907] By: jhi                                   on 2000/11/29  02:07:24
50428         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
50429              From: "Casey R. Tweten" <crt@kiski.net>
50430              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
50431              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
50432              
50433              Subject: Re: [PATCH] Updating perltie.pod for arrays
50434              From: "Casey R. Tweten" <crt@kiski.net>
50435              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
50436              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
50437      Branch: perl
50438            ! pod/perltie.pod
50439 ____________________________________________________________________________
50440 [  7906] By: nick                                  on 2000/11/28  22:40:59
50441         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
50442      Branch: perlio
50443            ! iperlsys.h perlio.c
50444 ____________________________________________________________________________
50445 [  7905] By: nick                                  on 2000/11/28  22:04:34
50446         Log: Integrate mainline
50447      Branch: perlio
50448           !> (integrate 39 files)
50449 ____________________________________________________________________________
50450 [  7904] By: jhi                                   on 2000/11/28  16:44:43
50451         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
50452              From: Nicholas Clark <nick@babyhippo.co.uk>
50453              Date: Tue, 28 Nov 2000 11:16:57 +0000
50454              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
50455      Branch: perl
50456            ! pod/perlipc.pod
50457 ____________________________________________________________________________
50458 [  7903] By: jhi                                   on 2000/11/28  16:40:31
50459         Log: Subject: [PATCH] Updating perltie.pod for arrays
50460              From: "Casey R. Tweten" <crt@kiski.net>
50461              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
50462              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
50463      Branch: perl
50464            ! pod/perltie.pod
50465 ____________________________________________________________________________
50466 [  7902] By: jhi                                   on 2000/11/28  16:39:37
50467         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
50468              From: Robin Barker <rmb1@cise.npl.co.uk>
50469              Date: Mon, 27 Nov 2000 17:56:44 GMT
50470              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
50471      Branch: perl
50472            ! pod/perlfunc.pod t/op/split.t
50473 ____________________________________________________________________________
50474 [  7901] By: jhi                                   on 2000/11/28  16:28:04
50475         Log: setmode() is a DOSish-only thing.
50476      Branch: perl
50477            ! perlio.c
50478 ____________________________________________________________________________
50479 [  7900] By: jhi                                   on 2000/11/28  16:21:46
50480         Log: Subject: [PATCH] perlcc.PL cleanups
50481              From: Simon Cozens <simon@cozens.net>
50482              Date: Tue, 28 Nov 2000 12:44:35 +0000
50483              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
50484      Branch: perl
50485            ! utils/perlcc.PL
50486 ____________________________________________________________________________
50487 [  7899] By: gsar                                  on 2000/11/28  06:32:55
50488         Log: reintegrate files missed by change#7895
50489      Branch: maint-5.6/perl
50490           +> ext/ByteLoader/bytecode.h utils/Makefile
50491            - utils/perlbc.PL
50492 ____________________________________________________________________________
50493 [  7897] By: gsar                                  on 2000/11/27  18:22:47
50494         Log: can't integrate these two files, for some reason
50495      Branch: maint-5.6/perl
50496            - ext/ByteLoader/bytecode.h utils/Makefile
50497 ____________________________________________________________________________
50498 [  7895] By: gsar                                  on 2000/11/27  18:11:21
50499         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
50500              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
50501              6757..6890,6892..6901 from mainline
50502              
50503              Bytecompiler patches from Benjamin Stuhl.
50504              
50505              More bytecompiler.
50506              
50507              Subject: [PATCH blead] B:: missing dependency
50508              
50509              Subject: [PATCH: 6757] configure.com updates and syslog build
50510              
50511              Long double Gconvert fixes from Yitzchak Scott-Thoennes
50512              and Spider Boardman.
50513              
50514              Subject: [PATCH blead] nextchar() abuse misses an optimisation
50515              
50516              Long double fixes from Spider Boardman.
50517              
50518              Make the selection of NVff et al stricter.
50519              
50520              cSVOPo_*v things index into the current PL_curpad
50521              under ithreads, which is different from the curpad
50522              used by the XSUB.  (In other words, the code as-is
50523              before this patch wouldn't work under ithreads.)
50524              
50525              Be portable.
50526              
50527              VMS MMS (make) wants null action.
50528              
50529              Mac and other portability updates from Chris Nandor.
50530              
50531              Storable support, v-version fixes.
50532              Subject: CPAN.pm beta for testing available
50533              
50534              Portability fix from Hugo van der Sanden.
50535              
50536              Bad makefile.
50537              
50538              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
50539              
50540              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
50541              
50542              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
50543              
50544              Replace #6705 with a minimal doc patch.
50545              Subject: [PATCH 5.6.0] replace change #6705
50546              
50547              Drop the separate perlbc, perlcc -b should be enough.
50548              
50549              installperl couldn't tell whether it had run tests or not.
50550              Subject: [PATCH] Re: installperl and t/TEST
50551              
50552              Add silencer flags to installperl.
50553              Subject: [PATCH] Making installperl silent.
50554              
50555              Make "make install" by default silent.  A new "install-verbose"
50556              target is verbose.
50557              
50558              More liberal parsing of version numbers.
50559              Subject: Re: CPAN.pm beta for testing available
50560              
50561              Create directories in silence.
50562              Subject: [PATCH] Another silencer for MakeMaker
50563              
50564              DOS patches and portability/porting notes, from Tim Jenness.
50565              
50566              Make installman to recognize the silence flag -S.
50567              
50568              Actually do something with the silencer option.
50569              
50570              Continue silencing.
50571              
50572              Show the doc file, not the temp file.
50573              
50574              Regen perltoc.
50575              
50576              Subject: [PATCH] More silencing of installman.
50577              
50578              Better wording for the vec lvalue diagnostic.
50579              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
50580              
50581              Subject: [PATCH: 6805] several more tweaks to configure.com
50582              
50583              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
50584              
50585              Missing parts of 
50586              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
50587              
50588              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
50589              (applied slightly modified)
50590              
50591              installperl --verbose and --silent.
50592              Subject: Re: [PATCH] More silencing of installman.
50593              
50594              Add install-silent target.
50595              
50596              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
50597              the problem reported in
50598              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
50599              
50600              Tweak the sfio/useperlio logic, hopefully as wished in
50601              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
50602              
50603              One forgotten file from #6816.
50604              
50605              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
50606              
50607              Remove duplicately applied patch shards.
50608              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
50609              
50610              Support preserving extremely big/small angles.
50611              
50612              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
50613              
50614              Subject: [PATCH] installation not quite silent yet.
50615              
50616              Update the test count.
50617              
50618              Use UVxf, PTR2UV, NVff.
50619              
50620              Document PTR2XX and INT2PTR.
50621              
50622              no-install target a la make -n.
50623              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
50624              
50625              grep -e isn't portable.
50626              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
50627              
50628              Can't get the test to reliably work thanks to the
50629              inaccurateness of floating point.  "Resolves" bug ids
50630              20000826.003, 20000826.009, 20000826.010,
50631              
50632              Subject: installman buglet
50633              
50634              DJGPP update from Laszlo Molnar.
50635              
50636              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
50637              
50638              Passing -R in ldflags makes now it to appear in the default
50639              for lddlflags, just like with -L.
50640              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
50641              
50642              Test nit.
50643              
50644              Use the actual thread type, not the pointer-to-struct.
50645              
50646              Provice virtual $Config{ccflags_nolargefiles} etc. 
50647              
50648              display_format used as a class method without arguments was broken,
50649              reported in
50650              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
50651              
50652              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
50653              
50654              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
50655              
50656              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
50657              
50658              opmini.o may be left around if a build is interrupted.
50659              
50660              Typo in #6858.
50661              
50662              Fix for ID 20000828.001, long doubles were not formatted
50663              correctly (showed up in $], which stopped installing perl).
50664              
50665              An attempt to fix the problem reported in
50666              Subject: Building perl@6856 using gcc/AIX 4.3.3 
50667              I can't test this properly since the gcc installation I have
50668              access to seems to be botched (gcc is calling the AIX cpp,
50669              a losing proposition...)
50670              
50671              Add -ld to archname on long tr...double platforms.
50672              
50673              Subject: hv.h Doc Patch
50674              
50675              Potential cruft.
50676              
50677              Subject: [PATCH bleedperl@6856] warnings fixes
50678              
50679              -S is the silent flag, -s is the strip flag.
50680              Subject: [PATCH] Re: [PATCH] make no-install          
50681              
50682              Take out the SUIDMAIL thing, that will not be
50683              a problem in 5.7.*.
50684              
50685              Subject: [PATCH bleedperl@6866] spellings
50686              
50687              Subject: [PATCH] Re: files not cleaned even by veryclean
50688              
50689              Use minimal @INC in tests, most of the time just '../lib',
50690              so that we simply can't pick up stuff from other Perls than
50691              the one we are testing.  Pointed out by
50692              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
50693              
50694              Update to Getopt::Long 2.24, from Johan Vromans.
50695              
50696              Fix for thinko in #6848.
50697              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
50698              
50699              Patches all over for people and the files they (hopefully) care about.
50700              
50701              Subject: Net::protoent does not export 'getproto'
50702              
50703              Missed a change in #6869.
50704              
50705              Subject: [PATCH] Warnings in B::Deparse
50706              
50707              Subject: [PATCH] Glob dumping
50708              
50709              Disable one of the tests for now.
50710              
50711              Disabling the one test is a bit tricky.
50712              
50713              Don't forget to tidy up.
50714              
50715              The #6881 removed one dump line.
50716              
50717              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
50718              
50719              Under usethreads the dumped variable is IN_PAD.
50720              Subject: Re: [PATCH] Glob dumping
50721              
50722              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
50723              
50724              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
50725              
50726              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
50727              
50728              Regen Configure for #6894.
50729              
50730              Subject: [PATCH: 6889] updates to perlebcdic.pod
50731              
50732              Undo namespace pollution of #6878.
50733              Subject: Re: Net::protoent does not export 'getproto'
50734              
50735              Admit that we are leaking scalars.
50736              
50737              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
50738      Branch: maint-5.6/perl
50739           !> (integrate 271 files)
50740 ____________________________________________________________________________
50741 [  7894] By: gsar                                  on 2000/11/27  16:00:34
50742         Log: a couple of nits
50743      Branch: maint-5.6/perl
50744            ! MANIFEST pp_sys.c
50745 ____________________________________________________________________________
50746 [  7893] By: gsar                                  on 2000/11/27  15:10:56
50747         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
50748              6740..6745,6747..6757,6760
50749              
50750              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
50751              
50752              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
50753              
50754              Doc nits spotted by Richard Soderberg.
50755              
50756              move WNOHANG definition to where other such things are
50757              
50758              Make $Config{byteorder} more magical so that it is
50759              dynamically computed: nice for 'fat binaries'.
50760              Subject: [PATCH]: default byteorder
50761              
50762              Subject: [PATCH] Cwd.pm now uses strict
50763              
50764              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
50765              
50766              Get -DLEAKTEST to compile (not necessarily to work, mind)
50767              Subject: [ID 20000724.006] -DLEAKTEST problem
50768              
50769              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
50770              
50771              Add perlebcdic from Peter Prymmer, regen toc.
50772              
50773              Don't propose using modules built for 5.005 if no binary
50774              compatibility with 5.005 is attempted.
50775              
50776              Do not use prototyping here.
50777              Subject: [ID 20000817.016] [PATCH] Peek.xs
50778              
50779              Document what the backtick returns if the command fails.
50780              
50781              Add byteorder to the myconfig output.
50782              
50783              Introduce NVef, NVff, and NVgf, use the middle one.
50784              (helps for lib/peek + Linux + long doubles)  Reported in
50785              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
50786              Use NVs in POSIX math, not doubles.
50787              Subject: [ID 20000817.014] POSIX & modfl
50788              
50789              Subject: [PATCH 5.6.0+] newSVrv() memory leak
50790              
50791              The byteorder code in #6671 was wrong.
50792              
50793              Fix the lib/complex failure of
50794              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
50795              Linux long double accuracy issue: something that
50796              when printed with %g looks like "2" but int() of it is 1.
50797              
50798              Propagate new Configure vars.
50799              
50800              Unbuffer the output.
50801              
50802              Subject: [PATCH] perltrap.pod spring cleaning
50803              
50804              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
50805              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
50806              
50807              Tiny Getopt::Long patch from Johan Vromans.
50808              
50809              Document code point which makes if (defined %stash::) to work
50810              (noted by Spider Boardman).
50811              
50812              Subject: [PATCH perl@6698] cygwin port
50813              
50814              Document the NDBM_File and ODBM_File as SDBM_File
50815              was documented in #6417.
50816              
50817              The new tests were missing from #6415.
50818              
50819              Add [[:blank:]] as suggested in
50820              Subject: [ID 20000716.024] [=cc=] / [:blank:]
50821              (the [=cc=] has already been taken care of by #6439
50822              so the whole bug report can be closed)
50823              and make [[:space:]] to be equivalent to isspace(3)
50824              (as opposed to \s, which is isSPACE()).  The difference
50825              is that now [[:space:]] matches the mythical vertical tab,
50826              while \s doesn't.
50827              
50828              Don't eat leading os from index entries.
50829              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
50830              
50831              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
50832              
50833              Typo in pp_complement().
50834              Subject: [PATCH perl-current] Deparse
50835              
50836              Add warnif(), check warnings further up the stack,
50837              all the warnings functions now can take an optional object reference.
50838              Subject: [PATCH bleedperl@6691] warnings pragma update
50839              
50840              Fix a core dump in lib/selfloader under -DDEBUGGING.
50841              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
50842              
50843              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
50844              
50845              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
50846              
50847              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
50848              Put back the long double avoidance code to POSIX.xs
50849              because VMS seems to need it still.
50850              
50851              Introduce a 'veryclean' target that is like 'distclean'
50852              but also removes *~ and *.orig.
50853              
50854              Subject: [ID 20000817.023] endianness description in perlfunc.pod
50855              
50856              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
50857              
50858              Let's try #6717 again.
50859              
50860              UTF8 concat fixes.
50861              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
50862              
50863              pp_open() could pass an uninitialized filename down to do_open9().
50864              
50865              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
50866              
50867              Update to CGI 2.72, from Lincoln Stein.
50868              
50869              Subject: [PATCH] Silence MakeMaker (Was: installman)
50870              
50871              Use temporary directory instead of current directory.
50872              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
50873              
50874              Document odd vs even subreleases and -Dusedevel.
50875              
50876              The veryclean target needs to clobber.
50877              
50878              Use File::Spec->tmpdir().
50879              
50880              Document the number of exponent digits.
50881              
50882              Mention perlebcdic and perlposix-bc.
50883              
50884              s/this one/the 5.6.0 release/
50885              
50886              The #6724 is here.
50887              
50888              The correct cleaning order is an art.
50889              
50890              small tweaks for change#6705: avoid C++ style comments in C code;
50891              use Perl's malloc API rather than the low level system one
50892              
50893              Array context keeps slithering in.
50894              
50895              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
50896              
50897              Subject: [PATCH] os2.c fix for use64bitint
50898              
50899              Update to Pod::LaTeX 0.53.
50900              Subject: [PATCH] lib/Pod/LaTeX.pm updates
50901              
50902              Document the endianness of Alpha more precisely.
50903              
50904              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
50905              
50906              Rename the macro argument because some preprocessors
50907              can't tell the difference and expand arguments also inside
50908              double quoted strings.
50909              
50910              free TLS slot properly on Windows
50911              
50912              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
50913              
50914              Unicos/mk requires elaborate paranoia.
50915              
50916              Tweak the floating point output routine preferences.
50917              
50918              Also under djgpp the timestamps are funky.
50919              
50920              Apply some PodParser 1.18 patches; the Pod/Find.pm
50921              patches cannot be applied since #6712 conflicts.
50922              
50923              Use PodParser 1.18 new test.
50924              
50925              A pod nit.
50926              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
50927              
50928              Be verydeepclean.
50929      Branch: maint-5.6/perl
50930           +> pod/perlebcdic.pod
50931           !> (integrate 106 files)
50932 ____________________________________________________________________________
50933 [  7892] By: jhi                                   on 2000/11/27  15:02:32
50934         Log: Update Changes.
50935      Branch: perl
50936            ! Changes patchlevel.h
50937 ____________________________________________________________________________
50938 [  7891] By: jhi                                   on 2000/11/27  14:57:23
50939         Log: Subject: Re: perlfaq style changes
50940              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
50941              Date: Sat, 25 Nov 2000 23:32:26 -0800
50942              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
50943              
50944              plus a note from Ronald Kimball.
50945      Branch: perl
50946            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
50947 ____________________________________________________________________________
50948 [  7890] By: jhi                                   on 2000/11/27  14:53:14
50949         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
50950              From: Benjamin Holzman <bah@ecnvantage.com>
50951              Date: Sun, 26 Nov 2000 16:27:33 -0500
50952              Message-ID: <20001126162733.J25040@ecnvantage.com>
50953      Branch: perl
50954            ! gv.c
50955 ____________________________________________________________________________
50956 [  7889] By: jhi                                   on 2000/11/27  14:43:11
50957         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
50958              From: lvirden@cas.org
50959              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
50960              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
50961      Branch: perl
50962            ! README.amiga
50963 ____________________________________________________________________________
50964 [  7888] By: jhi                                   on 2000/11/27  14:32:34
50965         Log: Restore also the locale test to no-sprintf-taint state.
50966              Fixes the bug 20001127.003.
50967      Branch: perl
50968            ! sv.c t/pragma/locale.t
50969 ____________________________________________________________________________
50970 [  7887] By: gsar                                  on 2000/11/27  14:13:05
50971         Log: integrate changes#6613..6616,6620..6665 from mainline
50972              
50973              VMS configure.com update continues.
50974              
50975              Subject: Test fails / warnings with perl-current #6612
50976              
50977              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
50978              
50979              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
50980              
50981              For now remove the mail code.
50982              
50983              Subject: Re: [PATCH] @+, @- readonly
50984              
50985              Subject: warning: storage class after type is obsolescent
50986              
50987              Subject: sfio2000
50988              
50989              Subject: Re: File::Temp problems on VMS in bleedperl
50990              
50991              README.os2 update.
50992              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
50993              
50994              Make the user to give up his firstborn, err, to knowingly
50995              verify installing an unstable developer release.  Also bump
50996              the release to 5.7.0, but leave a patch tag in the local
50997              patches saying that this is not yet the real thing.
50998              
50999              Update (kinda) to Test 1.14, from Joshua Pritikin.
51000              
51001              make ok etc also for win32.
51002              
51003              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
51004              
51005              Don't blow limited stacks, a lower number is enough to
51006              tickle the lookbehind limit.
51007              
51008              Use -Dusedevel; regen Configure and the respective Porting stuff.
51009              
51010              Subject: [PATCH] debugger exit code should reflect user exit code
51011              
51012              Subject: [PATCH perl@6620] cygwin port
51013              
51014              Missed a file from #6638.
51015              
51016              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)
51017              
51018              magic callbacks all need to have same type signature
51019              
51020              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
51021              
51022              Fix a dependency problem.
51023              Subject: [PATCH: 6640] VMS Makefile.SH update
51024              
51025              The numeric locale was reset to "C" by s?printf and never restored.
51026              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
51027              No test since adding the failing example to locale.t
51028              does not fail -- probably because the locale settings are so
51029              thoroughly tweaked by that time.  Running the example standalone
51030              does fail, though.  UPDATE: test case added at change #7540.
51031              
51032              Subject: [ID 20000324.040] minor fix to perlhpux.pod
51033              
51034              Update to CPAN 1.57.
51035              
51036              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
51037              
51038              Change the perlbug address to perl.org since it's more forgiving.
51039              
51040              Change the regx compilation error markers to use = instead of <
51041              since pod makes using the latter quite messy.  Reported in
51042              ID 20000814.006 by Abigail and in
51043              Subject: Unknown escape E<> ?
51044              
51045              Update to perldebtut 1.9, from Richard Foley.
51046              
51047              check that the number pseudo children doesn't exceed
51048              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
51049              the WaitForMultipleObjects() limit that would cause wait()
51050              to crash)
51051              wait() and waitpid() could potentially be rewritten to use
51052              more than one thread to do the waiting to eliminate this
51053              limitation
51054              
51055              change#6328 could make close(SOCKET) return false on windows
51056              when it shouldn't
51057              
51058              pod nit seen in passing
51059              
51060              on windows, the return values from wait() and waitpid() don't
51061              match those of pseudo-pids
51062              
51063              waitpid() now handles externally spawned pids correctly;
51064              fixes for backtick/wait/waitpid failures on Windows 9x
51065              these changes make the pid returned by process functions on
51066              Windows 9x always positive by clearing the high bit (which
51067              is always set on Win9x); pseudo-process PIDs are likewise
51068              always negative now on Win9x (just as on NT/2000)
51069              
51070              trailing new %ENV entries weren't being pushed into the real
51071              environment of subprocesses on Windows
51072              
51073              Tweak the regex compilation errors once more.
51074              
51075              avoid warnings from dense compiler
51076              
51077              add "ok" targets from change#6632 in makefile.mk
51078      Branch: maint-5.6/perl
51079            - lib/Pod/PlainText.pm vms/configure.com
51080           !> (integrate 66 files)
51081 ____________________________________________________________________________
51082 [  7886] By: jhi                                   on 2000/11/27  13:54:18
51083         Log: __FUNCTION__ isn't portable and trying to emulate it leads
51084              into practically spelling out the name of the function.
51085              Takes care of the bug 20001127.001.
51086      Branch: perl
51087            ! perlio.c
51088 ____________________________________________________________________________
51089 [  7885] By: gsar                                  on 2000/11/27  13:53:18
51090         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
51091              6610..6611 from mainline
51092              
51093              Make regular expression parse error messages easier to understand.
51094              Subject: Re: enhanced(?) regex error messages
51095              
51096              Tiny tidying on report_evil_fh().
51097              
51098              Subject: Re: enhanced(?) regex error messages 
51099              plus Capitalize the error messages, plus perldiag them.
51100              
51101              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
51102              
51103              Document here-doc better.
51104              
51105              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
51106              
51107              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
51108              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
51109              (either perlbug or p5p ate the original), plus regen
51110              perlapi and perltoc. 
51111              
51112              Regen global.sym.
51113              
51114              Double check that we have a dirhandle.
51115              
51116              Subject: Re: enhanced(?) regex error messages
51117              (plus two small patches sent privately)
51118              (this still seems to leave few test failures)
51119              
51120              warn is a macro, avoid using at a variable to avoid warnings
51121              in some configurations; readdir.t is too conservative in
51122              estimating number of *.t's
51123              
51124              Get back into sync with Jeffrey on the enhanced regex warnings.
51125              
51126              Subject: [PATCH 5.6.0] cygwin port
51127              
51128              Zero entries were skipped, fix from Adrian Goalby
51129              <argoalby@yahoo.co.uk>
51130              
51131              Subject: Remove dead entry in perldiag
51132              
51133              Amend the description of Perl6.
51134              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
51135              
51136              detypo
51137              
51138              It's the 2ndO'ROSSC.
51139              
51140              Revert the sv.c part of #6559, a better fix is needed.
51141              
51142              Iterating perl6 description.
51143              
51144              Update to Term::ANSIColor 1.03, from Russ Allbery.
51145              
51146              Update to Getopt::Long 2.23_05, from Johan Vromans.
51147              
51148              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
51149              
51150              Update to Pod::Parser 1.17, from Brad Appleton.
51151              
51152              Update to CPAN 1.56, from Andreas König.
51153              
51154              Update to CGI 2.70, from Lincoln Stein.
51155              
51156              Put back the std @INC thing.
51157              
51158              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
51159              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
51160              
51161              Document the IO::Select timeout.
51162              
51163              sleep(1) does not necessarily return 1.
51164              Subject: [PATCH bleadperl] op/lex_assign.t  
51165              
51166              Subject: debugger "d" command doesnt check line number
51167              
51168              B::Deparse didn't do sub attributes.
51169              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
51170              
51171              Preprocessing and postprocessing for File::Find.
51172              Subject: Patch to Find::File.pm to allow alphabetical results
51173              
51174              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
51175              
51176              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
51177              
51178              Subject: Re: [ID 20000730.003] utf8::length() bad
51179              
51180              Subject: Getting perlio and threads to compile
51181              (the Solaris version changes in Configure skipped)
51182              
51183              Tests for #6589.
51184              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
51185              
51186              Add Perl debugging tutorial, regen toc. 
51187              Subject: perldebtut.pod
51188              
51189              Add a few missing files, update MANIFEST.
51190              
51191              Rewrite of vms/subconfigure.com as configure.com,
51192              from Peter Prymmer and the vmsperl crew.
51193              
51194              Should have deleted this in #6603.
51195              
51196              Fix the test for 5005threads.
51197              
51198              Fix-n-skip the tests under 5005threads.
51199              
51200              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
51201              
51202              Upgrade to CGI 2.71, from Lincoln Stein.
51203      Branch: maint-5.6/perl
51204           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
51205           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
51206           +> t/op/regmesg.t t/pod/find.t vms/configure.com
51207            - vms/subconfigure.com
51208            ! lib/lib.pm
51209           !> (integrate 115 files)
51210 ____________________________________________________________________________
51211 [  7884] By: jhi                                   on 2000/11/27  13:44:33
51212         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
51213              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
51214              Date:     Mon, 27 Nov 2000 08:23:54 EST
51215              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
51216      Branch: perl
51217            ! vms/descrip_mms.template vms/test.com
51218 ____________________________________________________________________________
51219 [  7883] By: gsar                                  on 2000/11/27  11:50:46
51220         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
51221              6511..6513,6515..6523,6525..6536
51222              
51223              The swallow_bom() saga continues.  The #23 of require.t
51224              (UTF16-LE) still fails (silently, no output) but the #22
51225              (UTF16-BE) seems to be working now.  The root of the
51226              failure may be in sv_gets(): is it UTF-16LE-aware,
51227              especially when it comes to line endings? 
51228              
51229              Document the problem with -P in HP-UX and its workaround.
51230              
51231              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
51232              (aka ID 20000730.002)
51233              
51234              Subject: fix and question re: waitpid() under win32
51235              
51236              Make the safety catch for buggy gccs work with triple version
51237              numbers like 2.95.2.  Reported in
51238              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
51239              
51240              In Digital UNIX warn if gcc explicitly chosen because even
51241              2.95.2 is known to cause problems.
51242              
51243              Make chr() for values >127 to create utf8 when under utf8.
51244              
51245              various syntax errors and such (not fixed: comp/require.t#22 coredump
51246              on Windows)
51247              
51248              Stash away the largefiles flags and libswanted.
51249              
51250              BOM patching from Simon Cozens.
51251              
51252              If gccosandvers is equal to osname, clear gccosandvers.
51253              
51254              Make p4desc to skip non-mainperl branches by default.
51255              
51256              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
51257              
51258              The test from this
51259              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
51260              
51261              In new BSDs changes to argv[] do not show up in ps(1) output,
51262              instead one must use setproctitle().  This was already addressed
51263              by change #6457, but the below has a new variant for FreeBSD 4.0
51264              or later, and the matter is also documented more.
51265              
51266              FreeBSD 3.* updates from
51267              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
51268              
51269              regen_headers, regen perltoc.
51270              
51271              Document in one place the memory abstractions used in Perl core.
51272              
51273              memcpy has n o in it, as pinted ut by Sarathy.
51274              
51275              Remove the extraneous "main::" prefix from all the
51276              "opened only for", "on closed", and "never opened" warnings.
51277              
51278              The name of a filehandle does not have <these>.
51279              
51280              The tr utf8 patching continues.
51281              
51282              The new setproctitle() feature is available only in 
51283              bleeding edge FreeBSD.  From Paul Saab.
51284              
51285              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
51286              
51287              Dump UVs as UVs in Data::Dumper.
51288              
51289              detypo #6494
51290              
51291              Document the IVdf UVuf UVof UVxf.
51292              
51293              require.t needs binmode() to work on windows
51294              
51295              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
51296              that are hopefully soon put into use.
51297              
51298              Allow "no Module;" even if there is no 'unimport'.
51299              
51300              Better skip message for the test; one of the two problems in
51301              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
51302              
51303              The subtest 4 may fail also on VOBS, as pointed out
51304              by Nick Ing-Simmons in November 1999, bug id 19991124.003
51305              (but the failure in that bug report isn't the subtest 4).
51306              
51307              Be more informative on what is skipped and why,
51308              also repeat the list at the end.
51309              
51310              Add a URL for FSF.
51311              
51312              Subject: [PATCH] sv.h documentation - SvLEN
51313              
51314              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
51315              
51316              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
51317              
51318              Subject: [PATCH] bad cppsymbols on os2 + Configure question
51319              
51320              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
51321              
51322              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
51323              mention the idea of @( and @)
51324              
51325              This is 6512.  Really.
51326              
51327              Subject: [ID 19990721.004] Documentation bug in perlfunc
51328              
51329              Subject: Minor tweak to perlvar.pod
51330              
51331              In the warnings call filehandles consistently so;
51332              add "unopened" warning for stat().
51333              
51334              After the #6519 a warning about stat() is just that,
51335              not about a filetest, which now have their own warning.
51336              
51337              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
51338              
51339              Subject: Re: Array vs. List context
51340              
51341              Subject: New perlcc, take 2
51342              
51343              Weed buglets pointed out by
51344              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
51345              
51346              gcc versions might have (parentheses) in them.
51347              
51348              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
51349              
51350              Essential prototype changes were missing from #6527.
51351              Also make report_evil_fh() more bomb-proof.
51352              
51353              Zap lib/Sys directory when cleaning up.
51354              
51355              Change the Policy policy: now -Dprefix= with an existing
51356              Policy.sh and prefix == siteprefix == vendorprefix, then all
51357              of them follow along the new prefix.
51358              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
51359              
51360              Continue fixing the io warnings.  This also
51361              sort of fixes bug ID 20000802.003: the core dump
51362              is no more.  Whether the current behaviour is correct
51363              (giving a warning: "Not a format reference"), is another matter.
51364              
51365              Have symbols for the IoTYPEs.
51366              
51367              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
51368              
51369              Document a bit that UDP is not what you might think.
51370              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
51371              tr memory corruption fix from Simon Cozens.
51372              
51373              Plug the security hole described in the Aug 05 2000 bugtraq message
51374              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
51375              The security hole exists only in suidperls, which isn't
51376              installed or even built by default.
51377      Branch: maint-5.6/perl
51378           !> (integrate 71 files)
51379 ____________________________________________________________________________
51380 [  7882] By: gsar                                  on 2000/11/27  10:25:36
51381         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
51382              from mainline
51383              
51384              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
51385              to be fatal errors (instead of by default ignoring them, and
51386              ignoring with a bug: even though -w gave an error, the opening [
51387              was left in)  Reported in:
51388              
51389              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
51390              
51391              Subject: [PATCH] split /^/
51392              
51393              MacOS nits from Matthias Neeracher.
51394              
51395              More split() doc and test patches from Mike Guy.
51396              
51397              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
51398              from Graham Barr in the module list.
51399              
51400              docfix from Peter Scott <Peter@PSDT.com>.
51401              
51402              File::Temp patches for VMS and OS/2 from Tim Jenness.
51403              
51404              open() wariness in perlbug.
51405              
51406              Subject: [PATCH] minor doc change - perlguts
51407              
51408              Subject: Minor doc patch: handy.h
51409              
51410              Be wary of close()s, too.
51411              
51412              Further File::Temp patches from Yitzchak Scott-Thoennes
51413              and Craig A. Berry.
51414              
51415              Subject: [PATCH] fixes bug 20000508.004
51416              
51417              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
51418              
51419              Allow "no AutoLoader;", based on change #6444,
51420              suggested by Graham Barr.
51421              
51422              Use setproctitle() if available to modify $0.
51423              
51424              Warn if the version of the operating system used to compile gcc
51425              differs from the current version of the operating system.
51426              Also display the gcc compilation os and version in myconfig.
51427              Inspiration from
51428              
51429              Tiny fixes for #6460.
51430              
51431              The problem described in this
51432              Subject: [ID 20000322.018] named chars aren't magical enough
51433              has been fixed in perl 5.6.0 but just in case added a test
51434              to keep it away.  (The report from Joseph Hall.)
51435              
51436              Tune the comments and hopefully stop a memory leak.
51437              
51438              Subject: UTF8 concat
51439              (with a memory leak fixed, plus a few casts added)
51440              This also seems to help for
51441              Subject: [ID 20000716.015] join UTF8 weirdness
51442              
51443              Do not upgrade SVs into utf8 just because they participate
51444              in eq or cmp.  Reported and fix suggested in
51445              Subject: [ID 20000720.009] sv_eq UTF8 bug
51446              
51447              Fix the HALF_UPGRADE() macro introduced in #6263.
51448              
51449              Find green threads before native threads.
51450              Subject: Re: Patch to jpl/JNI/Makefile.PL
51451      Branch: maint-5.6/perl
51452           !> (integrate 30 files)
51453 ____________________________________________________________________________
51454 [  7881] By: jhi                                   on 2000/11/27  05:48:41
51455         Log: It seems that *both* the unused submatch loop cleanup
51456              codes are needed.
51457      Branch: perl
51458            ! regexec.c
51459 ____________________________________________________________________________
51460 [  7880] By: jhi                                   on 2000/11/27  04:50:07
51461         Log: Clean .exists deeper.
51462      Branch: perl
51463            ! Makefile.SH
51464 ____________________________________________________________________________
51465 [  7879] By: jhi                                   on 2000/11/27  02:31:35
51466         Log: The code in regcppop() (see #7878) contains the correct lower
51467              limit for the unused submatch 'cleanup' loop so that under
51468              "use utf8" the following code wouldn't dump core:
51469              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
51470              the cleanup loop in regtry() stomped beyond allocated area
51471              in the startp[] array.  Therefore, copied the correct lower
51472              loop limit (*PL_reglastparen) to regtry().  Note: something
51473              may still not be quite right: why was the _higher_ loop limit
51474              (prog->nparens) different in the utf8 case?
51475              
51476              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
51477              without core dumps, there were about 17 of them before
51478              the patch (with us since Perl 5.7.0).  Two failures, still:
51479              496 and 505 (though these may not be severe).
51480              
51481              Patch #7881 is also needed since both the cleanup loops
51482              seem to be needed.
51483              
51484              Also, the t/op/pat#44 seems to core dump under utf8.
51485              Plus a couple of failures.  UGH-8.
51486      Branch: perl
51487            ! regexec.c
51488 ____________________________________________________________________________
51489 [  7878] By: jhi                                   on 2000/11/27  02:21:17
51490         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
51491              the code in regcppop() seems to be redundant for the test suite --
51492              but it contains a germ of truth, and it needed for the build
51493              process itself: see #7879 and #7881.
51494      Branch: perl
51495            ! regexec.c
51496 ____________________________________________________________________________
51497 [  7877] By: jhi                                   on 2000/11/27  01:53:09
51498         Log: Comment on comment.
51499      Branch: perl
51500            ! regexec.c
51501 ____________________________________________________________________________
51502 [  7876] By: jhi                                   on 2000/11/27  00:49:59
51503         Log: Adjust the docs to agree with #7875.
51504      Branch: perl
51505            ! pod/perllocale.pod
51506 ____________________________________________________________________________
51507 [  7875] By: jhi                                   on 2000/11/27  00:49:27
51508         Log: Retract #7863.  It makes more sense not to taint formatted output,
51509              not even by sprintf().
51510      Branch: perl
51511            ! sv.c
51512 ____________________________________________________________________________
51513 [  7874] By: jhi                                   on 2000/11/26  23:36:02
51514         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
51515              Not really fixed (should really dump the UTF-8 charclass),
51516              but stopped displaying the garbage.
51517              
51518              Also add a note on the (missing) Unicode PSXSPC and BLANK.
51519      Branch: perl
51520            ! regcomp.c
51521 ____________________________________________________________________________
51522 [  7873] By: jhi                                   on 2000/11/26  21:31:13
51523         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
51524      Branch: perl
51525            ! regexec.c
51526 ____________________________________________________________________________
51527 [  7872] By: jhi                                   on 2000/11/26  21:06:04
51528         Log: No need to scan till infinity, 13 is enough.
51529      Branch: perl
51530            ! handy.h utf8.c
51531 ____________________________________________________________________________
51532 [  7871] By: jhi                                   on 2000/11/26  20:20:32
51533         Log: Test line numbers are different with utf8.
51534      Branch: perl
51535            ! t/op/re_tests
51536 ____________________________________________________________________________
51537 [  7870] By: jhi                                   on 2000/11/26  20:10:12
51538         Log: Message nit.
51539      Branch: perl
51540            ! regcomp.c
51541 ____________________________________________________________________________
51542 [  7869] By: jhi                                   on 2000/11/26  19:01:05
51543         Log: Make utf8_length() and utf8_distance() (the latter of which
51544              is unused at the moment) to be less forgiving about bad UTF-8.
51545      Branch: perl
51546            ! embed.h embed.pl objXSUB.h proto.h utf8.c
51547 ____________________________________________________________________________
51548 [  7868] By: jhi                                   on 2000/11/26  18:45:56
51549         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
51550              From: Benjamin Holzman <bah@ecnvantage.com>
51551              Date: Sat, 25 Nov 2000 20:40:20 -0500       
51552              Message-ID: <20001125204020.A25040@ecnvantage.com>              
51553              
51554              Debian allows installing /usr/bin/locale without installing
51555              any locales, an error message will ensue.
51556      Branch: perl
51557            ! t/pragma/locale.t
51558 ____________________________________________________________________________
51559 [  7867] By: jhi                                   on 2000/11/26  18:31:12
51560         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
51561              From: Benjamin Holzman <bah@ecnvantage.com>
51562              Date: Sun, 26 Nov 2000 02:42:34 -0500
51563              Message-ID: <20001126024234.G25040@ecnvantage.com>
51564              
51565              Patch for the bug 20000212.002.
51566      Branch: perl
51567            ! sv.c t/op/array.t
51568 ____________________________________________________________________________
51569 [  7866] By: jhi                                   on 2000/11/26  18:28:09
51570         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
51571              From: Tim Jenness <t.jenness@jach.hawaii.edu>
51572              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
51573              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
51574              
51575              File::Temp 0.11.
51576      Branch: perl
51577            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
51578 ____________________________________________________________________________
51579 [  7865] By: jhi                                   on 2000/11/26  18:24:22
51580         Log: The metaconfig unit change for #7864.
51581      Branch: metaconfig/U/perl
51582            ! need_va_copy.U
51583 ____________________________________________________________________________
51584 [  7864] By: jhi                                   on 2000/11/26  18:23:41
51585         Log: Make the va_copy() test not to be so talkative.
51586      Branch: perl
51587            ! Configure config_h.SH
51588 ____________________________________________________________________________
51589 [  7863] By: jhi                                   on 2000/11/26  18:11:02
51590         Log: Fix locale inconsistencies unearthed by Hugo's work.
51591              Now the floating point sprintf really does taint the result
51592              string as perllocale promises (has promised for a long time)
51593              if "use locale" is in the lexical scope.
51594      Branch: perl
51595            ! sv.c t/pragma/locale.t
51596 ____________________________________________________________________________
51597 [  7862] By: jhi                                   on 2000/11/26  00:35:15
51598         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
51599              From: Nicholas Clark <nick@ccl4.org>
51600              Date: Sun, 26 Nov 2000 00:07:50 +0000
51601              Message-ID: <20001126000750.A22446@plum.flirble.org>
51602              
51603              Infinit.
51604      Branch: perl
51605            ! sv.c
51606 ____________________________________________________________________________
51607 [  7861] By: jhi                                   on 2000/11/26  00:01:26
51608         Log: Integrate perlio.
51609      Branch: perl
51610           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
51611 ____________________________________________________________________________
51612 [  7860] By: nick                                  on 2000/11/25  22:04:17
51613         Log: Correct relative path from new ext\Filter\Util\Call location
51614              back to miniperl.
51615      Branch: perlio
51616            ! win32/makefile.mk
51617 ____________________________________________________________________________
51618 [  7859] By: nick                                  on 2000/11/25  21:26:54
51619         Log: Integrate mainline.
51620      Branch: perlio
51621           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
51622           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
51623           +> t/lib/filter-util.t
51624            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
51625            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
51626            - t/lib/filt-util.t
51627           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
51628           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
51629           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
51630           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
51631           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
51632           !> win32/makefile.mk
51633 ____________________________________________________________________________
51634 [  7858] By: gsar                                  on 2000/11/25  20:52:17
51635         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
51636              parent's memory; fix it by keeping track of the actual pad
51637              offset rather than a raw pointer (this change is probably also
51638              relevant to non-ithreads case to avoid fallout from reallocs of
51639              the pad array, but is currently only enabled for the ithreads
51640              case in the interests of minimal disruption to existing "well
51641              tested" code)
51642      Branch: perl
51643            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
51644            ! proto.h scope.c scope.h sv.c t/op/fork.t
51645 ____________________________________________________________________________
51646 [  7857] By: nick                                  on 2000/11/25  20:01:28
51647         Log: All tests pass on Win32/gcc/USE_PERLIO.
51648              - when crlf layer is pushed make unix-level binary.
51649              - remove :crlf injection in pp_backtick in pp_sys.c
51650              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
51651      Branch: perlio
51652            ! doio.c perlio.c pp_sys.c win32/makefile.mk
51653 ____________________________________________________________________________
51654 [  7856] By: jhi                                   on 2000/11/25  18:38:30
51655         Log: Update the metaconfig units for #7855.
51656      Branch: metaconfig/U/perl
51657            ! useperlio.U usesocks.U
51658 ____________________________________________________________________________
51659 [  7855] By: jhi                                   on 2000/11/25  18:37:54
51660         Log: Undo the SOCKS workarounds, instead start using PerlIO
51661              if SOCKS is selected.
51662              
51663              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
51664              From: Jens Hamisch <jens@Strawberry.COM>
51665              Date: Fri, 24 Nov 2000 18:31:30 +0100
51666              Message-ID: <20001124183130.E28337@Strawberry.COM>
51667              
51668              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
51669              From: Jens Hamisch <jens@Strawberry.COM>
51670              Date: Fri, 24 Nov 2000 19:11:51 +0100
51671              Message-ID: <20001124191151.A28753@Strawberry.COM>
51672      Branch: perl
51673            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
51674            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
51675 ____________________________________________________________________________
51676 [  7854] By: jhi                                   on 2000/11/25  17:39:08
51677         Log: Undo #7848.  Some of the code seems to use walkoptree(),
51678              some walkoptree_slow().  An unfinished renaming?
51679              Now the sub is walkoptree() (which is @EXPORT_OK),
51680              the walkoptree_slow() is a typeglob alias to walkoptree.
51681              This makes the tests to pass, at least.
51682      Branch: perl
51683            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
51684 ____________________________________________________________________________
51685 [  7853] By: nick                                  on 2000/11/24  22:24:33
51686         Log: Re-arrange crlf vs binary for platforms that care.
51687              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
51688              Lip-service to making stdio layer work on such platfroms (untested).
51689              Now fails 3 tests rather than one, checkin to see if I can debug 
51690              the issue under linux. (Do not merge.)
51691      Branch: perlio
51692            ! doio.c perlio.c perliol.h
51693 ____________________________________________________________________________
51694 [  7852] By: jhi                                   on 2000/11/24  18:57:39
51695         Log: AUTHORS edits.
51696      Branch: perl
51697            ! AUTHORS
51698 ____________________________________________________________________________
51699 [  7851] By: jhi                                   on 2000/11/24  17:34:56
51700         Log: Add Jan-Erik Karlsson.
51701      Branch: perl
51702            ! AUTHORS
51703 ____________________________________________________________________________
51704 [  7850] By: jhi                                   on 2000/11/24  17:27:56
51705         Log: Configure should find stdchar on its own.
51706      Branch: perl
51707            ! hints/solaris_2.sh
51708 ____________________________________________________________________________
51709 [  7849] By: jhi                                   on 2000/11/24  17:24:55
51710         Log: Subject: PATCH over 7848: Filter test flawed
51711              From: andreas.koenig@anima.de (Andreas J. Koenig)
51712              Date: 24 Nov 2000 10:28:29 +0100
51713              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
51714      Branch: perl
51715            ! t/lib/filter-util.t
51716 ____________________________________________________________________________
51717 [  7848] By: jhi                                   on 2000/11/24  17:22:15
51718         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
51719              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
51720              Date: Fri, 24 Nov 2000 16:12:58 +0000
51721              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
51722      Branch: perl
51723            ! ext/B/B.pm
51724 ____________________________________________________________________________
51725 [  7847] By: jhi                                   on 2000/11/24  03:07:01
51726         Log: Integrate perlio.
51727      Branch: perl
51728           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
51729           !> win32/makefile.mk
51730 ____________________________________________________________________________
51731 [  7846] By: gsar                                  on 2000/11/24  00:55:57
51732         Log: integrate changes#6415..6418,6420..6438 from mainline
51733              
51734              Fix the bitvector ops for utf8 (tricky since past 7 bits
51735              the utf8 'characters' can be more than one octet).
51736              
51737              MPE/ix updates for perl 5.6.0 from Mark Bixby.
51738              
51739              Subject: SDBM_File documentation
51740              
51741              Detypo.
51742              
51743              Decutandpasto.
51744              
51745              Send all installperl messages to STDERR and be -w clean.
51746              
51747              Out-of-date note removed.
51748              
51749              Protect against "wild next"s, that is, callbacks doing "next"
51750              instead of "return".
51751              
51752              Use STDOUT consistently.
51753              
51754              The output might have been produced in the wrong order.
51755              
51756              A missing 'break' after the [[:space:]] switch case.
51757              
51758              Add tests for
51759              [ID 19991110.003] another matching finding by pcre author
51760              which has already been fixed by some patch, as verified in
51761              
51762              Documentation to explain the behaviour of map().
51763              
51764              Add an optimization for map-maps-a-list-element-to-more-list-elements
51765              case, but add also notes explaining the relationship of this
51766              patch and the earlier notes by Sarathy.
51767              
51768              Subject: [ID 20000716.023] syslog test fails without sockets
51769              
51770              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
51771              Test cases for #6431.
51772              
51773              File::Spec::VMS fixup for tmpdir from Craig Berry.
51774              
51775              Make the "uninit variable" warning to say "concat or string"
51776              or "join or string" when in concat or join .
51777              
51778              Get UTF16 BOMs working.  Patch from
51779              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
51780              
51781              Subject: [PATCH] Make large file tests deal with SIGXFSZ
51782              
51783              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
51784              
51785              Subject: [PATCH] av.c apidoc
51786      Branch: maint-5.6/perl
51787           !> (integrate 43 files)
51788 ____________________________________________________________________________
51789 [  7845] By: gsar                                  on 2000/11/24  00:20:45
51790         Log: integrate changes#6406..6414 from mainline
51791              
51792              Merge perlhacktut into perlhack, update perlguts.
51793              
51794              Fix AutoSplit to use File::Spec the right way in VMS,
51795              from Peter Prymmer.
51796              
51797              The bug report
51798              [ID 19991110.002] minimal matching discrepancy found by pcre author
51799              seems to have been fixed (though differently from what was suggested
51800              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
51801              
51802              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
51803              not in pod, from Peter Prymmer
51804              
51805              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
51806              From: Hugo <hv@crypt.compulink.co.uk>
51807              Date: Fri, 14 Jul 2000 23:05:20 +0100
51808              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
51809              
51810              Didn't anymore apply, but that point still could use another fix.
51811              
51812              lib/b test fixes from Peter Prymmer.
51813              
51814              More docs for sv functions.
51815              
51816              perlvms.pod whitespace cleanup to keep pod utils happy.
51817              
51818              another VMS build tweak from Peter Prymmer
51819      Branch: maint-5.6/perl
51820           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
51821           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
51822           !> vms/descrip_mms.template vms/perlvms.pod
51823 ____________________________________________________________________________
51824 [  7844] By: nick                                  on 2000/11/23  23:42:45
51825         Log: Win32/perlio Now just fails one io/argv.t test - lack 
51826              of default :crlf on standard streams.
51827      Branch: perlio
51828            ! doio.c perlio.c
51829 ____________________________________________________________________________
51830 [  7843] By: nick                                  on 2000/11/23  23:04:05
51831         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
51832              peek fail is showing a real problem (multiple crlf layers
51833              are getting pushed.)
51834      Branch: perlio
51835            ! doio.c perlio.c win32/makefile.mk
51836 ____________________________________________________________________________
51837 [  7842] By: nick                                  on 2000/11/23  19:46:23
51838         Log: Implement PerlIO_binmode()
51839              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
51840              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
51841              make binmode in t/lib/io_tell.t unconditional so that works.
51842              Checkin just so Win32 machine can see these changes.
51843      Branch: perlio
51844            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
51845 ____________________________________________________________________________
51846 [  7841] By: jhi                                   on 2000/11/23  19:30:00
51847         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
51848      Branch: perl
51849            ! README.amiga
51850 ____________________________________________________________________________
51851 [  7840] By: jhi                                   on 2000/11/23  17:18:02
51852         Log: SOCKS wrestling continues, patches from Jens Hamisch.
51853      Branch: perl
51854            ! doio.c embed.h embed.pl perlsdio.h proto.h
51855 ____________________________________________________________________________
51856 [  7839] By: jhi                                   on 2000/11/23  16:54:14
51857         Log: Push Filter::Util::Call one level deeper.
51858      Branch: perl
51859            + t/lib/filter-util.t
51860           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
51861           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
51862            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
51863            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
51864            - t/lib/filt-util.t
51865            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
51866            ! win32/Makefile win32/makefile.mk
51867 ____________________________________________________________________________
51868 [  7838] By: jhi                                   on 2000/11/23  16:52:40
51869         Log: Reach back one higher up when searching for PERL_SRC.
51870      Branch: perl
51871            ! lib/ExtUtils/MM_Unix.pm
51872 ____________________________________________________________________________
51873 [  7837] By: jhi                                   on 2000/11/23  16:05:41
51874         Log: Subject: Re: perl@7826
51875              Date: Thu, 23 Nov 2000 02:20:25 -0600
51876              From: "Craig A. Berry" <craigberry@mac.com>
51877              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
51878              
51879              Make VMS to like Filter::Util::Call. 
51880      Branch: perl
51881            ! configure.com ext/Filter/Util/Makefile.PL
51882 ____________________________________________________________________________
51883 [  7836] By: nick                                  on 2000/11/23  16:04:08
51884         Log: Implement crlf layer - not ready for merge.
51885      Branch: perlio
51886            ! perlio.c win32/makefile.mk
51887 ____________________________________________________________________________
51888 [  7835] By: jhi                                   on 2000/11/23  15:56:52
51889         Log: STDCHAR is different in Sparc v9 vs x86.
51890      Branch: perl
51891            ! hints/solaris_2.sh
51892 ____________________________________________________________________________
51893 [  7834] By: jhi                                   on 2000/11/23  15:50:47
51894         Log: The type needs to be visible to protos.
51895      Branch: perl
51896            ! perl.h
51897 ____________________________________________________________________________
51898 [  7833] By: jhi                                   on 2000/11/23  15:40:46
51899         Log: Finish unfinished SOCKS workaround changes.
51900      Branch: perl
51901            ! doio.c
51902 ____________________________________________________________________________
51903 [  7832] By: jhi                                   on 2000/11/23  15:33:30
51904         Log: Integrate perlio.
51905      Branch: perl
51906           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
51907           !> win32/makefile.mk
51908 ____________________________________________________________________________
51909 [  7831] By: nick                                  on 2000/11/23  10:31:07
51910         Log: Correct makefile.mk dependancies for ext/Filter/Util
51911              Build ext/Encode
51912              Run dmake regen_config_h
51913      Branch: perlio
51914            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
51915            ! win32/makefile.mk
51916 ____________________________________________________________________________
51917 [  7830] By: nick                                  on 2000/11/23  08:05:07
51918         Log: Integrate mainline
51919      Branch: perlio
51920           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
51921           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
51922           +> t/lib/filt-util.pl t/lib/filt-util.t
51923           !> (integrate 41 files)
51924 ____________________________________________________________________________
51925 [  7829] By: gsar                                  on 2000/11/23  03:07:11
51926         Log: build the Filter extension on windows
51927      Branch: perl
51928            ! win32/Makefile win32/makefile.mk
51929 ____________________________________________________________________________
51930 [  7828] By: gsar                                  on 2000/11/23  02:46:35
51931         Log: regenerate win32/config* and fix some inconsistencies in the
51932              makefiles; always export Perl_deb() because it is needed
51933              by ext/re/* (whether perl itself is built with -DDEBUGGING
51934              or not)
51935      Branch: perl
51936            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
51937            ! win32/config_H.vc win32/makefile.mk
51938 ____________________________________________________________________________
51939 [  7827] By: gsar                                  on 2000/11/23  02:18:38
51940         Log: get sources building on windows+MSVC again (untested with other
51941              compilers)
51942      Branch: perl
51943            ! win32/include/sys/socket.h win32/perllib.c
51944 ____________________________________________________________________________
51945 [  7826] By: jhi                                   on 2000/11/23  01:18:26
51946         Log: Update Changes.
51947      Branch: perl
51948            ! Changes patchlevel.h
51949 ____________________________________________________________________________
51950 [  7825] By: jhi                                   on 2000/11/23  00:20:41
51951         Log: Subject: Re: av.c patch (having slight problems)
51952              From: "Ben Tilly" <ben_tilly@hotmail.com>
51953              Date: Tue, 21 Nov 2000 23:29:31 -0500
51954              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
51955              
51956              unshift() speedup.
51957      Branch: perl
51958            ! av.c
51959 ____________________________________________________________________________
51960 [  7824] By: jhi                                   on 2000/11/22  23:59:15
51961         Log: Fixes for signedness warnings noticed by VMSperlers.
51962      Branch: perl
51963            ! ext/Storable/Storable.xs regcomp.c sv.c
51964 ____________________________________________________________________________
51965 [  7823] By: jhi                                   on 2000/11/22  23:19:31
51966         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
51967              From: Peter Prymmer <pvhp@forte.com>
51968              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
51969              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
51970      Branch: perl
51971            ! t/pragma/warn/pp_hot
51972 ____________________________________________________________________________
51973 [  7822] By: jhi                                   on 2000/11/22  22:52:20
51974         Log: Be clean.
51975      Branch: perl
51976            ! Makefile.SH
51977 ____________________________________________________________________________
51978 [  7821] By: jhi                                   on 2000/11/22  22:46:39
51979         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
51980              by Damian Conway, as suggested by Paul Marquess.
51981      Branch: perl
51982            + lib/Filter/Simple.pm
51983 ____________________________________________________________________________
51984 [  7820] By: jhi                                   on 2000/11/22  22:45:51
51985         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
51986      Branch: perl
51987            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
51988            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
51989            + t/lib/filt-util.t
51990            ! MANIFEST
51991 ____________________________________________________________________________
51992 [  7819] By: jhi                                   on 2000/11/22  22:03:27
51993         Log: Integrate perlio.
51994      Branch: perl
51995           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
51996           !> win32/makefile.mk
51997 ____________________________________________________________________________
51998 [  7818] By: jhi                                   on 2000/11/22  21:56:02
51999         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
52000      Branch: perl
52001            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
52002            ! t/lib/io_sock.t
52003 ____________________________________________________________________________
52004 [  7817] By: jhi                                   on 2000/11/22  21:39:49
52005         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
52006              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
52007              Date: Wed, 22 Nov 2000 16:08:12 -0500
52008              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
52009      Branch: perl
52010            ! lib/ExtUtils/Liblist.pm
52011 ____________________________________________________________________________
52012 [  7816] By: jhi                                   on 2000/11/22  21:38:25
52013         Log: Go ahead and #include <unistd.h> in perl.h.
52014      Branch: perl
52015            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
52016            ! util.c
52017 ____________________________________________________________________________
52018 [  7815] By: jhi                                   on 2000/11/22  21:22:52
52019         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
52020              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
52021              Date: Mon, 20 Nov 2000 18:30:52 -0500
52022              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
52023      Branch: perl
52024            ! pod/perlre.pod regcomp.c t/op/re_tests
52025 ____________________________________________________________________________
52026 [  7814] By: jhi                                   on 2000/11/22  21:21:46
52027         Log: Subject: [PATCH 5.7.0] Liblist finally works
52028              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
52029              Date: Tue, 21 Nov 2000 22:02:17 -0500
52030              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
52031      Branch: perl
52032            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
52033            ! lib/ExtUtils/MakeMaker.pm
52034 ____________________________________________________________________________
52035 [  7813] By: jhi                                   on 2000/11/22  21:20:23
52036         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
52037              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
52038              Date: Wed, 22 Nov 2000 17:53:15 +0100
52039              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
52040              
52041              AIX dynaloader and perlio patch.
52042      Branch: perl
52043            ! ext/DynaLoader/dl_aix.xs
52044 ____________________________________________________________________________
52045 [  7812] By: jhi                                   on 2000/11/22  21:17:52
52046         Log: (Accidentally empty patch.)
52047      Branch: perl
52048            ! av.c
52049 ____________________________________________________________________________
52050 [  7811] By: jhi                                   on 2000/11/22  21:16:31
52051         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
52052              From: Peter Prymmer <pvhp@forte.com>
52053              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
52054              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
52055      Branch: perl
52056            ! vms/test.com
52057 ____________________________________________________________________________
52058 [  7810] By: jhi                                   on 2000/11/22  21:15:36
52059         Log: Subject: Re: perl@7777 
52060              From: "John P. Linderman" <jpl@research.att.com>
52061              Date: Wed, 22 Nov 2000 13:11:11 -0500
52062              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
52063              
52064              Detypoing.
52065      Branch: perl
52066            ! lib/CPAN.pm
52067 ____________________________________________________________________________
52068 [  7809] By: jhi                                   on 2000/11/22  21:14:19
52069         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
52070              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
52071              Date:     Wed, 22 Nov 2000 13:51:37 EST
52072              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
52073      Branch: perl
52074            ! perlsdio.h
52075 ____________________________________________________________________________
52076 [  7808] By: jhi                                   on 2000/11/22  21:13:27
52077         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
52078              From: Casey Tweten <crt@kiski.net>
52079              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
52080              Message-Id: <200011201653.LAA10194@home.kiski.net>
52081      Branch: perl
52082            ! t/lib/io_udp.t
52083 ____________________________________________________________________________
52084 [  7807] By: jhi                                   on 2000/11/22  21:12:35
52085         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
52086              From: Casey Tweten <crt@kiski.net>
52087              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
52088              Message-Id: <200011201636.LAA07227@home.kiski.net>
52089      Branch: perl
52090            ! t/lib/io_sock.t
52091 ____________________________________________________________________________
52092 [  7806] By: jhi                                   on 2000/11/22  21:10:59
52093         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
52094              From: "Casey R. Tweten" <crt@kiski.net>
52095              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
52096              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
52097      Branch: perl
52098            ! utils/h2xs.PL
52099 ____________________________________________________________________________
52100 [  7805] By: nick                                  on 2000/11/22  21:05:06
52101         Log: Integrate mainline
52102      Branch: perlio
52103           !> Changes Porting/genlog ext/DB_File/DB_File.xs
52104           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
52105           !> utils/perlbug.PL
52106 ____________________________________________________________________________
52107 [  7804] By: jhi                                   on 2000/11/22  21:01:12
52108         Log: Subject: [PATCH] Test.pm POD peculiarity
52109              From: "Casey R. Tweten" <crt@kiski.net>
52110              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
52111              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
52112      Branch: perl
52113            ! lib/Test.pm
52114 ____________________________________________________________________________
52115 [  7803] By: jhi                                   on 2000/11/22  20:59:59
52116         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
52117              From: "Philip Newton" <pnewton@gmx.de>
52118              Date: Wed, 22 Nov 2000 14:25:53 +0100
52119              Message-Id: <3A1BD771.25462.1939FAD@localhost>
52120              
52121              Be case-understanding also on 's', and use the -oi of sendmail
52122              not to terminate the transmission on a lone '.'.
52123      Branch: perl
52124            ! utils/perlbug.PL
52125 ____________________________________________________________________________
52126 [  7802] By: nick                                  on 2000/11/22  20:51:42
52127         Log: Win32 PerlIO intermediate state now working as expected.
52128              - In current state we are still using C runtime in text/binary
52129              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
52130              - PERLIO=stdio and PERLIO=unix pass all expected tests.
52131              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
52132              and PerlIO_seek() and the dummy crlf layer is not making adjustments
52133              for CRLF translation happening in C runtime. All other tests pass.
52134              
52135              Added note to README.win32 to point out the snags of doing a perl build
52136              with Norton AntiVirus turned on.
52137              
52138              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
52139              which file a fail comes from.
52140              
52141              Updated "canned" config.h to match the one generated.
52142      Branch: perlio
52143            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
52144            ! win32/makefile.mk
52145 ____________________________________________________________________________
52146 [  7801] By: jhi                                   on 2000/11/22  06:50:20
52147         Log: Nickety nits.
52148      Branch: perl
52149            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
52150 ____________________________________________________________________________
52151 [  7800] By: jhi                                   on 2000/11/22  01:29:55
52152         Log: Changes had accidentally gone too silent on non-main branches.
52153      Branch: perl
52154            ! Changes Porting/genlog patchlevel.h
52155 ____________________________________________________________________________
52156 [  7799] By: gsar                                  on 2000/11/22  01:02:56
52157         Log: some lib_pm.PL changes snuck in via change#7772
52158      Branch: maint-5.6/perl
52159            ! Makefile.SH
52160 ____________________________________________________________________________
52161 [  7798] By: nick                                  on 2000/11/21  21:59:40
52162         Log: Integrate mainline
52163      Branch: perlio
52164           !> (integrate 28 files)
52165 ____________________________________________________________________________
52166 [  7797] By: jhi                                   on 2000/11/21  21:01:45
52167         Log: Integrate perlio.
52168      Branch: perl
52169           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
52170 ____________________________________________________________________________
52171 [  7796] By: nick                                  on 2000/11/21  20:36:22
52172         Log: Win32 builds and runs (mostly) with USE_PERLIO.
52173              PERLIO=perlio passes all tests. 
52174              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
52175      Branch: perlio
52176            ! perlio.c win32/perllib.c win32/win32.c
52177 ____________________________________________________________________________
52178 [  7795] By: jhi                                   on 2000/11/21  19:03:44
52179         Log: Update Changes.
52180      Branch: perl
52181            ! Changes patchlevel.h
52182 ____________________________________________________________________________
52183 [  7794] By: jhi                                   on 2000/11/21  18:56:34
52184         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
52185              From: "Craig A. Berry" <craigberry@mac.com>
52186              Date: Mon, 20 Nov 2000 20:27:06 -0600
52187              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
52188              
52189              A cut-and-pasto.
52190      Branch: perl
52191            ! perlio.h
52192 ____________________________________________________________________________
52193 [  7793] By: jhi                                   on 2000/11/21  18:54:41
52194         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
52195              From: Dominic Dunlop <domo@computer.org> 
52196              Date: Mon, 20 Nov 2000 18:55:29 +0100
52197              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
52198              
52199              va_copy() and the need of it.
52200              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
52201      Branch: metaconfig/U/perl
52202            + need_va_copy.U
52203      Branch: perl
52204            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
52205            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
52206            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
52207            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
52208            ! win32/config.bc win32/config.gc win32/config.vc
52209 ____________________________________________________________________________
52210 [  7792] By: jhi                                   on 2000/11/21  17:04:10
52211         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
52212      Branch: perl
52213           !> scope.h
52214 ____________________________________________________________________________
52215 [  7791] By: jhi                                   on 2000/11/21  17:01:16
52216         Log: Export the SOCKS workaround symbols only if necessary.
52217      Branch: perl
52218            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
52219 ____________________________________________________________________________
52220 [  7790] By: nick                                  on 2000/11/20  23:57:11
52221         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
52222      Branch: perlio
52223            ! scope.h
52224 ____________________________________________________________________________
52225 [  7789] By: nick                                  on 2000/11/20  23:38:33
52226         Log: Integrate mainline
52227      Branch: perlio
52228           +> lib/File/Spec/Epoc.pm
52229           !> (integrate 34 files)
52230 ____________________________________________________________________________
52231 [  7788] By: nick                                  on 2000/11/20  23:20:18
52232         Log: Make extra buffer layer work (dummy crlf layer)
52233      Branch: perlio
52234            ! doio.c perlio.c perlio.h
52235 ____________________________________________________________________________
52236 [  7787] By: jhi                                   on 2000/11/20  22:44:04
52237         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
52238              From: Peter Prymmer <pvhp@forte.com>
52239              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
52240              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
52241      Branch: perl
52242            ! t/pragma/locale.t
52243 ____________________________________________________________________________
52244 [  7786] By: jhi                                   on 2000/11/20  22:29:10
52245         Log: Subject: DOC PATCH 5.6.0 perlreftut
52246              From: mjd@plover.com
52247              Date: 20 Nov 2000 19:45:06 -0000
52248              Message-ID: <20001120194506.9505.qmail@plover.com>
52249      Branch: perl
52250            ! pod/perlreftut.pod
52251 ____________________________________________________________________________
52252 [  7785] By: jhi                                   on 2000/11/20  22:27:44
52253         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
52254              From: David Dyck <dcd@tc.fluke.com>
52255              Date: Mon, 20 Nov 2000 11:43:40 -0800
52256              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
52257      Branch: perl
52258            ! lib/Cwd.pm
52259 ____________________________________________________________________________
52260 [  7784] By: jhi                                   on 2000/11/20  22:23:21
52261         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
52262              Date: Mon, 20 Nov 2000 17:06:10 -0500
52263              To: Mailing list Perl5 <perl5-porters@perl.org>
52264              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
52265      Branch: perl
52266            ! pp_ctl.c t/op/pat.t
52267 ____________________________________________________________________________
52268 [  7783] By: jhi                                   on 2000/11/20  22:11:18
52269         Log: Subject: [PATCH] doop.c - UTF8 tr///               
52270              From: Simon Cozens <simon@cozens.net>
52271              Date: Sat, 18 Nov 2000 18:49:30 +0000
52272              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
52273              
52274              Subject: Re: [PATCH] doop.c - UTF8 tr///           
52275              From: Simon Cozens <simon@cozens.net>
52276              Date: Mon, 20 Nov 2000 20:45:22 +0000
52277              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
52278              
52279              Make tr on UTF-8 better but still not correct.
52280      Branch: perl
52281            ! doop.c
52282 ____________________________________________________________________________
52283 [  7782] By: jhi                                   on 2000/11/20  22:02:16
52284         Log: Remove the shared object before attempting to create
52285              (by linking) a new one.  E.g. in AIX not removing
52286              becomes quite painful if one tries to do more than one
52287              build in the same tree (an interrupted build, for example),
52288              since the AIX' shared dynaloader seemingly keeps the shared
52289              objects open and therefore 'busy' for quite a while, even when
52290              nobody is using the objects, leading into link failures.
52291      Branch: perl
52292            ! lib/ExtUtils/MM_Unix.pm
52293 ____________________________________________________________________________
52294 [  7781] By: gsar                                  on 2000/11/20  19:02:55
52295         Log: type mismatch due to faulty integration
52296      Branch: maint-5.6/perl
52297            ! toke.c win32/Makefile
52298 ____________________________________________________________________________
52299 [  7780] By: gsar                                  on 2000/11/20  17:31:55
52300         Log: integrate changes#6392,6394..6399,6401..6404
52301              
52302              The {multiplier} of a fixed substring was overlooked which
52303              caused a wrong initial search offset for that substring.
52304              
52305              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
52306              From: Hugo <hv@crypt.compulink.co.uk>
52307              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
52308              Date: Thu, 13 Jul 2000 19:27:13 +0100
52309              
52310              Fix the BOM bug: not a byteorder bug, a signedness bug.
52311              
52312              Replace change #6337 with a better one.
52313              
52314              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
52315              From: Hugo <hv@crypt.compulink.co.uk>
52316              Date: Fri, 14 Jul 2000 04:16:20 +0100
52317              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
52318              
52319              MakeMaker should not remove editor backups (*~) on `make clean`
52320              by default (completes change#6383)
52321              
52322              move new variables to the end of the interpreter structure (for
52323              bincompat in code that doesn't #include XSUB.h)
52324              
52325              rename totally bletcherous SvLOCK() thingy (doesn't do what the
52326              name suggests anyway)
52327              
52328              various cleanups (typos, misformatted code, and small bugs)
52329              
52330              typecasts needed for change#6394
52331              
52332              typos in change#6399, regen headers
52333              
52334              inconsistent types needs casts
52335              
52336              PERL_OBJECT build tweaks
52337      Branch: maint-5.6/perl
52338           !> MANIFEST doop.c embed.h embed.pl embedvar.h
52339           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
52340           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
52341           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
52342           !> toke.c util.c
52343 ____________________________________________________________________________
52344 [  7779] By: gsar                                  on 2000/11/20  17:06:29
52345         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
52346              
52347              Cosmetics and perldelta.
52348              
52349              Fix nits noticed by Boston.pm.
52350              
52351              Do the cc sanity check both before the hints and
52352              after the cc selction.
52353              
52354              get sprintf.t to adjust properly for 3-digit exponents
52355              
52356              don't clobber *.orig files on *clean targets
52357              
52358              fix bugs in processing %v-*d and similar format specs (from
52359              Avi Finkel <avi@finkel.org>)
52360              
52361              sprintf test tweaks (from Dominic Dunlop)
52362              
52363              new selfloader.t in change#6183 doesn't close DATA handles,
52364              and thus fails to clean up tmp files on dosish platforms
52365              
52366              typos (spotted by Peter Prymmer)
52367              
52368              typo fix from Craig Berry
52369      Branch: maint-5.6/perl
52370           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
52371           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
52372           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
52373           !> x2p/Makefile.SH
52374 ____________________________________________________________________________
52375 [  7778] By: gsar                                  on 2000/11/20  16:46:51
52376         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
52377              
52378              Subject: Re: format bug report  [Patch]
52379              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
52380              Date: Wed, 05 Jul 2000 13:12:52 +0200
52381              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
52382              
52383              Subject: Re: format bug report  [Patch]
52384              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
52385              Date: Wed, 05 Jul 2000 14:10:01 +0200
52386              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
52387              
52388              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
52389              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
52390              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
52391              Date: Fri, 07 Jul 2000 17:57:16 +0100
52392              
52393              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
52394              To: perl5-porters@perl.org
52395              From: Karsten Sperling <spiff@phreax.net>
52396              Date: Mon, 10 Jul 2000 15:12:52 +0200
52397              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
52398              
52399              README.posix-bc podified from Thomas Dorner.
52400              
52401              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
52402              From: Dominic Dunlop <domo@computer.org>
52403              Date: Tue, 11 Jul 2000 12:27:33 +0200
52404              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
52405              
52406              Typo in #6341.
52407              
52408              Fix for
52409              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
52410              From: Roderick Schertler <roderick@argon.org>
52411              Date: Tue, 11 Jul 2000 13:55:05 -0400
52412              Message-Id: <200007111755.NAA05077@jones.argon.org>
52413              
52414              Minor cleanups on the booklist.
52415              
52416              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
52417              regen perltoc.
52418              
52419              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
52420      Branch: maint-5.6/perl
52421           +> pod/perlbook.pod
52422           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
52423           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
52424           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
52425 ____________________________________________________________________________
52426 [  7777] By: jhi                                   on 2000/11/20  16:08:49
52427         Log: Update Changes.
52428      Branch: perl
52429            ! Changes patchlevel.h
52430 ____________________________________________________________________________
52431 [  7776] By: jhi                                   on 2000/11/20  15:27:56
52432         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
52433              This may be overly harsh but until proven otherwise, we think this
52434              way, or until we have a simple test for Configure (having to start
52435              up servers is does not count as simple) to check for the problems.
52436      Branch: perl
52437            ! perl.h
52438 ____________________________________________________________________________
52439 [  7775] By: jhi                                   on 2000/11/20  15:22:17
52440         Log: Solaris hints tweaks.
52441      Branch: perl
52442            ! hints/solaris_2.sh
52443 ____________________________________________________________________________
52444 [  7774] By: jhi                                   on 2000/11/20  15:01:20
52445         Log: Add a workaround to SOCKS 64-bit problems.
52446      Branch: perl
52447            ! doio.c embed.h embed.pl perlsdio.h proto.h
52448 ____________________________________________________________________________
52449 [  7773] By: jhi                                   on 2000/11/20  14:51:47
52450         Log: sysseek() instead of seek().
52451      Branch: perl
52452            ! t/lib/syslfs.t
52453 ____________________________________________________________________________
52454 [  7772] By: gsar                                  on 2000/11/20  13:06:23
52455         Log: integrate changes#6315..6319,6321..6331,6333..6338
52456              
52457              Integrate with Sarathy, preliminary fix for unicos
52458              alignment problems in [ID 20000612.002] Perl problem on Cray system.
52459              
52460              some debugger output does not go to the socket when RemotePort is set
52461              
52462              winsock cleanup never done on Windows (leads to handle leaks)
52463              
52464              fix UNC path handling on Windows under ithreads, and chdir()
52465              return value when given a non-existent directory
52466              
52467              Autogenerate pod/Makefile and pod/buildtoc.
52468              buildtoc also checks whether the existin pods are
52469              mentioned in MANIFEST and perl.pod, and vice versa.
52470              (None of the thusly found discrepancies fixed yet.)
52471              roffitall also needs to be autogenerated similarly but it
52472              seems so badly out of date that I didn't touch it yet.
52473              
52474              Config is being used.
52475              
52476              Add =head1 NAMEs so that buildtoc is happy.
52477              (The CGI::Util nit reported to Lincoln.)
52478              
52479              Fix complaints of buildtoc.
52480              
52481              Fix the alignment problem in Crays ([ID 20000612.002]).
52482              
52483              Remove perlbook, update perlfaq book listing,
52484              rearrange perl.pod, regenerate perltoc.
52485              
52486              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
52487              was cast to an unsigned (32-bit) integer with wild abandon.
52488              
52489              winsock options weren't being set in all threads under ithreads
52490              (caused send()s from second and subsequent threads to fail)
52491              
52492              accept() leaks memory on windows due to incorrect ordering of
52493              closesocket() and fclose() calls
52494              
52495              Reorder perl.pod once more.
52496              
52497              More POSIX.pod tweaks.
52498              
52499              Sprinkle ldlibpath.
52500              
52501              Precedence goof, fix based on
52502              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
52503              From: Hugo <hv@crypt.compulink.co.uk>
52504              Date: Tue, 11 Jul 2000 12:52:38 +0100
52505              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
52506              
52507              Subject: PATCH perlguts.pod: Document D and d magic types
52508              From: mjd@plover.com
52509              Date: 5 Jul 2000 18:01:51 -0000
52510              Message-ID: <20000705180151.29413.qmail@plover.com>
52511              
52512              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
52513              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
52514              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
52515              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
52516              
52517              Subject: [PATCH cfgperl] $& segfaults if you trick it
52518              From: simon@brecon.co.uk (Simon Cozens)
52519              Date: 7 Jul 2000 11:26:09 GMT
52520              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
52521              
52522              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
52523              From: Hugo <hv@crypt.compulink.co.uk>
52524              Date: Tue, 11 Jul 2000 12:44:50 +0100
52525              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
52526              
52527              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
52528              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
52529              Date: Tue, 11 Jul 2000 13:50:51 +0100
52530              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
52531      Branch: maint-5.6/perl
52532           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
52533           +> pod/buildtoc.PL
52534            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
52535           !> (integrate 26 files)
52536 ____________________________________________________________________________
52537 [  7771] By: gsar                                  on 2000/11/20  12:31:42
52538         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
52539              6310,6311,6314
52540              
52541              Subject: [PATCH bleedperl] File::Spec 0.82 beta
52542              From: Barrie Slaymaker <barries@jester.slaysys.com>
52543              Date: Wed, 28 Jun 2000 11:35:29 -0400
52544              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
52545              
52546              tweak perlembed for multiplicity/usethreads sanity; correct notes
52547              about Windows
52548              
52549              localize %INC in a Safe compartment so that use/require work
52550              (many other magic globals probably need similar treatment)
52551              
52552              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
52553              when @_ is modified, causing coredumps
52554              
52555              slurp mode fix in change#4736 still not quite right
52556              
52557              Point to perlipc for more SysV IPC examples.
52558              
52559              Elaborate POSIX.pod.  Still needs work.
52560              
52561              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
52562              
52563              fix large memory leak that has been around for ever, masked by
52564              -DPURIFY (most of the arenas were never freed!)
52565              
52566              fix memory leak on Windows (PL_sys_intern contents were never
52567              freed)
52568              
52569              PERL_OBJECT build tweak
52570              
52571              adjust change#6299
52572              
52573              remove rel2abs prototypes (from Barrie Slaymaker)
52574              
52575              missing perldiag entry for unpack("w",...) diagnostic (from
52576              Andreas Koenig)
52577              
52578              better diagnostic on Frob->stuff() when Frob:: doesn't exist
52579              (from Richard Soderberg <rs@oregonnet.com>)
52580              
52581              Win32 patches for cfgperl from Sarathy.
52582              
52583              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
52584              
52585              More POSIX.pod embellishment.
52586              
52587              tyop in change#6306
52588      Branch: maint-5.6/perl
52589           !> (integrate 44 files)
52590 ____________________________________________________________________________
52591 [  7770] By: gsar                                  on 2000/11/20  11:51:00
52592         Log: integrate changes#6268..6282 from cfgperl branch
52593              
52594              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
52595              From: Dominic Dunlop <domo@computer.org>
52596              Date: Thu, 29 Jun 2000 12:32:39 +0200
52597              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
52598              
52599              Regen headers for #6261 (and update embed.pl for this) and #6267,
52600              silence few compiler warnings.
52601              
52602              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
52603              From: Nicholas Clark <nick@talking.bollo.cx>
52604              Date: Fri, 23 Jun 2000 16:21:15 +0100
52605              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
52606              
52607              Subject: PATCH pod/perltie.pod
52608              From: Ian Phillipps <Ian.Phillipps@iname.com>
52609              Date: Fri, 16 Jun 2000 00:17:19 +0100
52610              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
52611              (only the first hunk, the second hunk had already been done
52612              by some other patch)
52613              
52614              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
52615              From: Tom Phoenix <rootbeer@redcat.com>
52616              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
52617              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
52618              
52619              Subject: [PATCH] xsub attributes
52620              From: Doug MacEachern <dougm@covalent.net>
52621              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
52622              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
52623              
52624              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
52625              From: Andy Dougherty <doughera@lafayette.edu>
52626              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
52627              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
52628              
52629              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
52630              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
52631              Date: Tue, 13 Jun 2000 02:43:48 -0500
52632              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
52633              
52634              Subject: [PATCH] Re: eval documentation: context
52635              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
52636              Date: Mon, 12 Jun 2000 15:07:29 +0100
52637              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
52638              
52639              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
52640              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
52641              Date: Mon, 12 Jun 2000 14:55:59 +0100
52642              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
52643              
52644              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
52645              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
52646              Date: Fri, 09 Jun 2000 12:39:27 -0400
52647              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
52648              (plus update the version "number" of Text::Wrap)
52649              
52650              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
52651              From: Tim Ayers <tayers@bridge.com>
52652              Date: Thu, 08 Jun 2000 08:11:06 +0200
52653              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
52654              [resent by Richard Foley, Message-Id probably wrong]
52655              
52656              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
52657              From: rspier@pobox.com (Robert Spier)
52658              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
52659              Message-ID: <14654.31913.845602.610277@rls.cx>
52660              
52661              Subject: [PATCH 5.6.0] utils/h2xs.PL
52662              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
52663              Date: Wed, 7 Jun 2000 04:02:04 -0500
52664              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
52665              
52666              Subject: [PATCH 5.6.0]ITHREADs for VMS
52667              From: Dan Sugalski <dan@sidhe.org>
52668              Date: Tue, 06 Jun 2000 11:59:50 -0400
52669              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
52670      Branch: maint-5.6/perl
52671           !> (integrate 31 files)
52672 ____________________________________________________________________________
52673 [  7769] By: gsar                                  on 2000/11/20  11:29:06
52674         Log: integrate changes#6261..6266 from cfgperl
52675              
52676              Subject: Re: [PATCH cfgperl] BOMs away!
52677              From: simon@brecon.co.uk (Simon Cozens)
52678              Date: 17 Jun 2000 11:49:57 GMT
52679              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
52680              
52681              Subject: 5.6.0 Patch for EPOC
52682              From: Olaf Flebbe <o.flebbe@gmx.de>
52683              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
52684              Message-ID: <23449.960929969@www11.gmx.net>
52685              
52686              tr fixes from Simon Cozens
52687              
52688              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
52689              From: Marty Lucich <marty@netcom.com>
52690              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
52691              Message-Id: <200006282116.OAA11148@netcom.com>
52692              ccdlflags update (the BSD/OS 4.1 part had already been taken
52693              care of by #6141).
52694              
52695              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
52696              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
52697              Date: Wed, 28 Jun 2000 17:50:12 -0700
52698              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
52699              
52700              Subject: [PATCH 5.6.0] cygwin port
52701              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
52702              From: "Fifer, Eric" <EFifer@sanwaint.com>
52703              Date: Thu, 29 Jun 2000 12:58:29 +0100
52704      Branch: maint-5.6/perl
52705           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
52706           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
52707           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
52708           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
52709 ____________________________________________________________________________
52710 [  7768] By: gsar                                  on 2000/11/20  11:13:44
52711         Log: integrate changes#6252..6256,6259..6260
52712              
52713              Paranoia tweak on #6249.
52714              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
52715              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
52716              Date: Sun, 25 Jun 2000 23:43:12 -0400
52717              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
52718              
52719              Subject: tr///, help wanted.
52720              From: simon@brecon.co.uk (Simon Cozens)
52721              Date: 28 Jun 2000 11:29:04 GMT
52722              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
52723              
52724              small thinko tweaks
52725              
52726              tweaks from Simon Conzes to further fix tr/// under utf8
52727              
52728              perlnewmod was missing from MANIFEST.
52729              
52730              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
52731              From: simon@brecon.co.uk (Simon Cozens)
52732              Date: 17 Jun 2000 11:56:44 GMT
52733              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
52734              pack U0, pack C0
52735      Branch: maint-5.6/perl
52736           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
52737           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
52738           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
52739           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
52740 ____________________________________________________________________________
52741 [  7767] By: gsar                                  on 2000/11/20  10:51:38
52742         Log: integrate change#6250 from cfgperl
52743              
52744              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
52745              From: Doug MacEachern <dougm@covalent.net>
52746              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
52747              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
52748      Branch: maint-5.6/perl
52749           +> t/op/my_stash.t
52750           !> MANIFEST embed.pl global.sym proto.h toke.c
52751 ____________________________________________________________________________
52752 [  7766] By: gsar                                  on 2000/11/20  10:48:34
52753         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
52754              
52755              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
52756              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
52757              Date: Mon, 26 Jun 2000 18:40:14 +0100
52758              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
52759              
52760              Subject: [PATCH] bytes<->utf8 fixes
52761              From: simon@brecon.co.uk (Simon Cozens)
52762              Date: 26 Jun 2000 04:55:45 GMT
52763              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
52764              
52765              Subject: [PATCH] is_utf8_string
52766              From: simon@brecon.co.uk (Simon Cozens)
52767              Date: 26 Jun 2000 02:25:59 GMT
52768              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
52769              
52770              Subject: [PATCH] avoid mg_ptr in '*' magic
52771              From: Doug MacEachern <dougm@covalent.net>
52772              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
52773              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
52774              
52775              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
52776              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
52777              Date: Sat, 24 Jun 2000 13:06:20 +0100
52778              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
52779              
52780              Allow for standalone testing.
52781              
52782              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
52783              From: Mark-Jason Dominus <mjd@plover.com>
52784              Date: Tue, 27 Jun 2000 22:36:42 -0400
52785              Message-ID: <20000628023642.12166.qmail@plover.com>
52786              
52787              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
52788              From: Frank Tobin <ftobin@uiuc.edu>
52789              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
52790              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
52791      Branch: maint-5.6/perl
52792           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
52793           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
52794           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
52795           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
52796           !> utf8.c utils/h2xs.PL
52797 ____________________________________________________________________________
52798 [  7765] By: gsar                                  on 2000/11/20  10:29:13
52799         Log: integrate change#6239 from cfgperl
52800              
52801              Configure maintenance.  Sever some dependency cycles,
52802              separate gccversion from the cc unit,
52803              address [ID 20000623.006] Configure script patch for using gcc on AIX
52804              (but solve it a little bit differently),
52805              unduplex some accidentally duplicated units,
52806              suggest using gcc if no cc available
52807              (p5p thread: "Solaris configure: counterproposal", 1999-09)
52808      Branch: maint-5.6/perl
52809           !> Configure Todo-5.6 config_h.SH
52810 ____________________________________________________________________________
52811 [  7764] By: gsar                                  on 2000/11/20  10:25:55
52812         Log: integrate changes#6233..6238 from cfgperl
52813              
52814              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
52815              From: Mark-Jason Dominus <mjd@plover.com>
52816              Date: Fri, 16 Jun 2000 20:53:04 -0400
52817              Message-ID: <20000617005304.8008.qmail@plover.com>
52818              
52819              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
52820              because when run as services (Win32ese for daemons)
52821              no environment variables are set and tmpdir ends up as /tmp,
52822              which is ambiguous.
52823              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
52824              From: matt@sergeant.org
52825              Date: 16 Jun 2000 16:30:43 -0000
52826              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
52827              
52828              The thread begun by
52829              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
52830              From: Kevin.Ruscoe@ubsw.com
52831              Date: Fri, 16 Jun 2000 16:38:51 +0100
52832              Message-Id: <H000019b03c300d6@MHS>
52833              
52834              Tweak embed.pl, regen headers.
52835              
52836              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
52837              From: Dan Sugalski <dan@sidhe.org>
52838              Date: Fri, 23 Jun 2000 17:00:00 -0400
52839              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
52840      Branch: maint-5.6/perl
52841           !> (integrate 27 files)
52842 ____________________________________________________________________________
52843 [  7763] By: gsar                                  on 2000/11/20  10:08:08
52844         Log: s/perl56delta/perldelta/g
52845      Branch: maint-5.6/perl
52846            ! pod/Makefile
52847 ____________________________________________________________________________
52848 [  7762] By: gsar                                  on 2000/11/20  10:04:00
52849         Log: integrate changes#6225,6229,6231,6232 from cfgperl
52850              
52851              Add source code filenames to apidoc.
52852              From: simon@brecon.co.uk (Simon Cozens)
52853              Subject: [PATCH embed.pl] Source X-ref
52854              Date: 22 Jun 2000 02:18:49 GMT
52855              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
52856              
52857              Subject: README.hpux version 0.6.1
52858              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
52859              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
52860              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
52861              
52862              Subject: [PATCH 5.6.0] cygwin port
52863              From: "Fifer, Eric" <EFifer@sanwaint.com>
52864              Date: Tue, 20 Jun 2000 14:30:58 +0100
52865              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
52866              
52867              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
52868              From: simon@brecon.co.uk (Simon Cozens)
52869              Date: 19 Jun 2000 15:18:27 GMT
52870              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
52871              
52872              plus update pod/Makefile and regenerate perltoc
52873      Branch: maint-5.6/perl
52874           +> pod/perlutil.pod
52875           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
52876           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
52877 ____________________________________________________________________________
52878 [  7761] By: jhi                                   on 2000/11/20  04:09:55
52879         Log: Miraculous typo.
52880      Branch: perl
52881            ! t/op/pat.t
52882 ____________________________________________________________________________
52883 [  7760] By: jhi                                   on 2000/11/20  04:06:08
52884         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
52885              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
52886              Date: Sun, 19 Nov 2000 22:30:26 -0500
52887              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
52888      Branch: perl
52889            ! regexec.c scope.h t/op/pat.t
52890 ____________________________________________________________________________
52891 [  7759] By: jhi                                   on 2000/11/20  02:05:22
52892         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
52893      Branch: perl
52894            ! perl.h
52895 ____________________________________________________________________________
52896 [  7758] By: jhi                                   on 2000/11/20  01:58:11
52897         Log: Subject: [perl 7711: EPOC] updates
52898              From: Olaf Flebbe <o.flebbe@gmx.de>
52899              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
52900              Message-ID: <25575.974658810@www23.gmx.net>               
52901      Branch: perl
52902            + lib/File/Spec/Epoc.pm
52903            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
52904            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
52905            ! lib/File/Spec.pm perl.c sv.c
52906 ____________________________________________________________________________
52907 [  7757] By: jhi                                   on 2000/11/20  01:53:11
52908         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
52909      Branch: perl
52910            ! MANIFEST
52911 ____________________________________________________________________________
52912 [  7756] By: jhi                                   on 2000/11/20  01:47:22
52913         Log: Integrate perlio.
52914      Branch: perl
52915            - ext/re/hints/MSWin32.pl
52916           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
52917           !> win32/config.gc win32/config_H.gc win32/win32sck.c
52918 ____________________________________________________________________________
52919 [  7755] By: nick                                  on 2000/11/19  20:57:17
52920         Log: Add dummy crlf layer (just as buffer)
52921              Correct 1st bug - one layer of indirection.
52922      Branch: perlio
52923            ! perlio.c perlio.h perliol.h
52924 ____________________________________________________________________________
52925 [  7754] By: nick                                  on 2000/11/19  20:56:12
52926         Log: Work-round to Perl_deb_nocontext is no longer required
52927      Branch: perlio
52928            - ext/re/hints/MSWin32.pl
52929 ____________________________________________________________________________
52930 [  7753] By: nick                                  on 2000/11/19  20:01:16
52931         Log: diff -se shows these as different
52932      Branch: perlio
52933            ! global.sym pod/perlapi.pod
52934 ____________________________________________________________________________
52935 [  7752] By: nick                                  on 2000/11/19  18:57:30
52936         Log: Configure GCC/Win32 build -Duseperlio
52937              Fix a couple of gross issues
52938              - double-include of ../deb.o in re.dll
52939              - win32sck.c needs PerlIO and FILE 
52940      Branch: perlio
52941            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
52942            ! win32/win32sck.c
52943 ____________________________________________________________________________
52944 [  7751] By: nick                                  on 2000/11/19  17:05:36
52945         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
52946      Branch: perlio
52947            ! perlio.c
52948 ____________________________________________________________________________
52949 [  7750] By: nick                                  on 2000/11/19  16:57:14
52950         Log: Missing aTHX_
52951      Branch: perlio
52952            ! sv.c
52953 ____________________________________________________________________________
52954 [  7749] By: jhi                                   on 2000/11/19  16:28:40
52955         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
52956              From: "Peter J. Farley III" <pjfarley@banet.net>
52957              Date: Sun, 19 Nov 2000 01:42:58 -0500
52958              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
52959      Branch: perl
52960            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
52961 ____________________________________________________________________________
52962 [  7748] By: jhi                                   on 2000/11/19  16:08:10
52963         Log: Subject: podlators 1.05 available        
52964              From: Russ Allbery <rra@stanford.edu>   
52965              Date: 18 Nov 2000 22:04:28 -0800
52966              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
52967      Branch: perl
52968            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
52969 ____________________________________________________________________________
52970 [  7747] By: nick                                  on 2000/11/19  11:19:39
52971         Log: Integrate mainline
52972      Branch: perlio
52973           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
52974           !> util.c
52975 ____________________________________________________________________________
52976 [  7746] By: jhi                                   on 2000/11/19  06:42:22
52977         Log: Make hex scanning warn on "\x{x}" and "\xx".
52978              "\x" and and hex("x") are still valid.
52979      Branch: perl
52980            ! util.c
52981 ____________________________________________________________________________
52982 [  7745] By: nick                                  on 2000/11/18  22:52:28
52983         Log: Integrate mainline
52984      Branch: perlio
52985           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
52986           !> perl.h perlio.c proto.h regcomp.c regcomp.h
52987 ____________________________________________________________________________
52988 [  7744] By: jhi                                   on 2000/11/18  22:50:28
52989         Log: Introduce Perl_utf8_length().  Use it.
52990      Branch: perl
52991            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
52992 ____________________________________________________________________________
52993 [  7743] By: jhi                                   on 2000/11/18  22:38:51
52994         Log: Compiler denit.
52995      Branch: perl
52996            ! perlio.c
52997 ____________________________________________________________________________
52998 [  7742] By: jhi                                   on 2000/11/18  20:33:05
52999         Log: Integrate perlio.
53000      Branch: perl
53001           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
53002           !> perlio.h pp_ctl.c pp_sys.c sv.c
53003 ____________________________________________________________________________
53004 [  7741] By: jhi                                   on 2000/11/18  20:31:27
53005         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
53006              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53007              Date: Fri, 17 Nov 2000 20:35:11 -0500
53008              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
53009              
53010              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
53011              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53012              Date: Fri, 17 Nov 2000 21:03:47 -0500
53013              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
53014              
53015              Plus a little bit of tweaking in pregcomp().
53016      Branch: perl
53017            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
53018 ____________________________________________________________________________
53019 [  7740] By: nick                                  on 2000/11/18  20:17:22
53020         Log: Lexical use open ... support:
53021              add ->cop_io to COP structure in cop.h.
53022              Make mg.c and gv.c associate it with ${^OPEN}.
53023              Make lib/open.pm set it.
53024              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
53025              manner similar to ->cop_warnings.
53026              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
53027              call new PerlIO_apply_layers().
53028              Declare latter in perlio.h and define in perlio.c
53029      Branch: perlio
53030            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
53031            ! perlio.h pp_ctl.c pp_sys.c sv.c
53032 ____________________________________________________________________________
53033 [  7739] By: jhi                                   on 2000/11/18  19:54:00
53034         Log: Integrate perlio.
53035      Branch: perl
53036           !> doio.c perlio.c pp.c
53037 ____________________________________________________________________________
53038 [  7738] By: jhi                                   on 2000/11/18  17:16:13
53039         Log: Subject: [PATCH 5.7.0] etags broken again
53040              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53041              Date: Sat, 18 Nov 2000 02:41:36 -0500
53042              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
53043      Branch: perl
53044            ! emacs/ptags
53045 ____________________________________________________________________________
53046 [  7737] By: jhi                                   on 2000/11/18  17:12:18
53047         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
53048      Branch: perl
53049            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
53050 ____________________________________________________________________________
53051 [  7736] By: nick                                  on 2000/11/18  14:06:20
53052         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
53053              part to be isolated.
53054      Branch: perlio
53055            ! doio.c perlio.c
53056 ____________________________________________________________________________
53057 [  7735] By: nick                                  on 2000/11/18  11:03:32
53058         Log: Integrate mainline
53059      Branch: perlio
53060           !> Changes README.amiga README.win32 patchlevel.h
53061           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
53062 ____________________________________________________________________________
53063 [  7734] By: jhi                                   on 2000/11/18  01:18:56
53064         Log: Update Changes.
53065      Branch: perl
53066            ! Changes patchlevel.h
53067 ____________________________________________________________________________
53068 [  7733] By: jhi                                   on 2000/11/18  00:32:54
53069         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
53070              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53071              Date: Fri, 17 Nov 2000 17:28:02 -0500
53072              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
53073      Branch: perl
53074            ! regcomp.c regexec.c t/op/re_tests
53075 ____________________________________________________________________________
53076 [  7732] By: jhi                                   on 2000/11/18  00:28:56
53077         Log: Sparc 64-bit pack() fix from Jens Hamisch.
53078      Branch: perl
53079            ! pp.c
53080 ____________________________________________________________________________
53081 [  7731] By: jhi                                   on 2000/11/18  00:18:39
53082         Log: Explain in more detail the {} syntax ambiguousity.
53083              
53084              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
53085              From: Nicholas Clark <nick@ccl4.org>
53086              Date: Fri, 17 Nov 2000 22:10:28 +0000
53087              Message-ID: <20001117221028.A88930@plum.flirble.org>
53088      Branch: perl
53089            ! pod/perlfunc.pod
53090 ____________________________________________________________________________
53091 [  7730] By: jhi                                   on 2000/11/18  00:12:18
53092         Log: Subject: Fix for README.amiga (20000323.033)
53093              From: "Stephen P. Potter" <spp@spotter.yi.org>
53094              Date: Fri, 17 Nov 2000 12:25:51 -0500
53095              Message-Id: <200011171725.MAA05768@spotter.yi.org>
53096      Branch: perl
53097            ! README.amiga
53098 ____________________________________________________________________________
53099 [  7729] By: jhi                                   on 2000/11/18  00:08:34
53100         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
53101              From: "A. C. Yardley" <yardley@tanet.net>
53102              Date: Mon, 3 Apr 2000 11:35:33 -0700
53103              Message-ID: <3483.000403@tanet.net>
53104      Branch: perl
53105            ! README.win32
53106 ____________________________________________________________________________
53107 [  7728] By: nick                                  on 2000/11/17  21:59:47
53108         Log: Integrate mainline
53109      Branch: perlio
53110           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
53111           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
53112           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
53113           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
53114 ____________________________________________________________________________
53115 [  7727] By: nick                                  on 2000/11/17  21:56:31
53116         Log: Experiment on use of attributes.pm interface.
53117              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
53118              SVt_PVRV if not already something better (else vivify of say magic gets
53119              core dump).
53120      Branch: perlio
53121            ! perlio.c pp.c
53122 ____________________________________________________________________________
53123 [  7726] By: jhi                                   on 2000/11/17  14:15:49
53124         Log: Subject: Fix for 20000815.006
53125              From: "Stephen P. Potter" <spp@spotter.yi.org>
53126              Date: Fri, 17 Nov 2000 08:57:45 -0500
53127              Message-Id: <200011171357.IAA05122@spotter.yi.org>
53128              
53129              It's really 20000518.006.
53130      Branch: perl
53131            ! pod/perlmodlib.PL
53132 ____________________________________________________________________________
53133 [  7725] By: jhi                                   on 2000/11/17  14:12:31
53134         Log: Subject: Fix for 20000409.001
53135              From: "Stephen P. Potter" <spp@spotter.yi.org>
53136              Date: Fri, 17 Nov 2000 08:55:45 -0500
53137              Message-Id: <200011171355.IAA05104@spotter.yi.org>
53138      Branch: perl
53139            ! pod/perlfaq9.pod
53140 ____________________________________________________________________________
53141 [  7724] By: jhi                                   on 2000/11/17  14:08:58
53142         Log: Undo #7627 now that we have =head3.
53143      Branch: perl
53144            ! pod/perlhack.pod
53145 ____________________________________________________________________________
53146 [  7723] By: jhi                                   on 2000/11/17  14:04:09
53147         Log: As surmised the #7719 wasn't a good move.
53148      Branch: perl
53149            ! hints/solaris_2.sh
53150 ____________________________________________________________________________
53151 [  7722] By: jhi                                   on 2000/11/17  13:59:04
53152         Log: Also the 64bitall hints can be either here or there.
53153      Branch: perl
53154            ! hints/solaris_2.sh
53155 ____________________________________________________________________________
53156 [  7721] By: jhi                                   on 2000/11/17  02:26:23
53157         Log: Test tweak for the open pragma.
53158      Branch: perl
53159            ! t/lib/b.t
53160 ____________________________________________________________________________
53161 [  7720] By: jhi                                   on 2000/11/17  00:23:22
53162         Log: The long double hints can be here or there.
53163      Branch: perl
53164            ! hints/solaris_2.sh
53165 ____________________________________________________________________________
53166 [  7719] By: jhi                                   on 2000/11/17  00:14:06
53167         Log: For Solaris use64bitall the stdchar needs a little bit of help.
53168      Branch: perl
53169            ! hints/solaris_2.sh
53170 ____________________________________________________________________________
53171 [  7718] By: jhi                                   on 2000/11/16  23:27:34
53172         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
53173              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
53174              Date: Wed, 15 Nov 2000 08:56:32 +0100
53175              Message-ID: <3A1241B0.64477E00@alcatel.at>
53176      Branch: perl
53177            ! lib/Carp/Heavy.pm
53178 ____________________________________________________________________________
53179 [  7717] By: jhi                                   on 2000/11/16  23:23:29
53180         Log: Subject: [PATCH] Re: 20001101.003 PDL
53181              From: Nicholas Clark <nick@ccl4.org>
53182              Date: Thu, 16 Nov 2000 16:48:25 +0000
53183              Message-ID: <20001116164825.B93487@plum.flirble.org>
53184      Branch: perl
53185            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
53186 ____________________________________________________________________________
53187 [  7716] By: jhi                                   on 2000/11/16  23:21:31
53188         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
53189              From: "Casey R. Tweten" <crt@kiski.net>
53190              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
53191              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
53192      Branch: perl
53193            ! lib/Pod/Checker.pm pod/perlpod.pod
53194 ____________________________________________________________________________
53195 [  7715] By: jhi                                   on 2000/11/16  23:19:40
53196         Log: Avoid an infinite loop in VMS when utils scripts are run
53197              with no arguments, from Charles Lane.
53198      Branch: perl
53199            ! configure.com
53200 ____________________________________________________________________________
53201 [  7714] By: jhi                                   on 2000/11/16  23:17:08
53202         Log: Subject: perllocale.pod changes
53203              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
53204              Date: Mon, 13 Nov 2000 10:09:22 +0300
53205              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
53206      Branch: perl
53207            ! pod/perllocale.pod
53208 ____________________________________________________________________________
53209 [  7713] By: jhi                                   on 2000/11/16  23:14:06
53210         Log: Integrate perlio.
53211      Branch: perl
53212           !> doio.c perlio.c perlio.h util.c
53213 ____________________________________________________________________________
53214 [  7712] By: nick                                  on 2000/11/16  21:10:58
53215         Log: Integrate mainline
53216      Branch: perlio
53217           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
53218           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
53219           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
53220           !> vos/config.ga.def vos/config.ga.h win32/config.bc
53221           !> win32/config.gc win32/config.vc
53222 ____________________________________________________________________________
53223 [  7711] By: nick                                  on 2000/11/16  19:56:41
53224         Log: Minor tweaks:
53225              consistent way of getting 'rb', 'wb' etc. for binary opens
53226              move *perlio::layers to *open::layers
53227              a #define to show layers available
53228              DOSISH popen/PerlIO had export/import sense inverted.
53229      Branch: perlio
53230            ! doio.c perlio.c perlio.h util.c
53231 ____________________________________________________________________________
53232 [  7710] By: jhi                                   on 2000/11/16  15:46:05
53233         Log: Add HAS_SBRK_PROTO.
53234      Branch: metaconfig/U/perl
53235            + d_sbrkproto.U
53236      Branch: perl
53237            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
53238            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
53239            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
53240            ! vos/config.ga.def vos/config.ga.h win32/config.bc
53241            ! win32/config.gc win32/config.vc
53242 ____________________________________________________________________________
53243 [  7709] By: nick                                  on 2000/11/16  07:31:49
53244         Log: Integrate mainline
53245      Branch: perlio
53246           !> (integrate 35 files)
53247 ____________________________________________________________________________
53248 [  7708] By: jhi                                   on 2000/11/16  05:33:03
53249         Log: These files are text, not binary.
53250      Branch: perl
53251            ! ext/Encode/Encode/iso8859-10.enc
53252            ! ext/Encode/Encode/iso8859-13.enc
53253            ! ext/Encode/Encode/iso8859-14.enc
53254            ! ext/Encode/Encode/iso8859-15.enc
53255 ____________________________________________________________________________
53256 [  7707] By: jhi                                   on 2000/11/16  01:53:37
53257         Log: Update Changes.
53258      Branch: perl
53259            ! Changes patchlevel.h
53260 ____________________________________________________________________________
53261 [  7706] By: jhi                                   on 2000/11/16  01:35:59
53262         Log: More #undefing of stdio.
53263      Branch: perl
53264            ! fakesdio.h nostdio.h
53265 ____________________________________________________________________________
53266 [  7705] By: jhi                                   on 2000/11/16  01:34:18
53267         Log: Add fwalk() probe to the configuration files and regen perltoc.
53268      Branch: perl
53269            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
53270            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
53271            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
53272            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
53273            ! win32/config.bc win32/config.gc win32/config.vc
53274 ____________________________________________________________________________
53275 [  7704] By: jhi                                   on 2000/11/16  01:33:07
53276         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
53277              an optional third argument to Inlibc?)
53278      Branch: metaconfig/U/perl
53279            + d__fwalk.U
53280 ____________________________________________________________________________
53281 [  7703] By: jhi                                   on 2000/11/16  01:09:22
53282         Log: The type of the hash_cb() size argument is tricky.
53283      Branch: perl
53284            ! ext/DB_File/DB_File.xs
53285 ____________________________________________________________________________
53286 [  7702] By: jhi                                   on 2000/11/15  23:01:16
53287         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
53288      Branch: perl
53289            ! nostdio.h
53290 ____________________________________________________________________________
53291 [  7701] By: jhi                                   on 2000/11/15  22:52:32
53292         Log: Detypo.
53293      Branch: perl
53294            ! t/lib/bigfltpm.t
53295 ____________________________________________________________________________
53296 [  7700] By: jhi                                   on 2000/11/15  22:51:56
53297         Log: UINT64_C() work continues.
53298      Branch: perl
53299            ! handy.h perl.h utf8.h
53300 ____________________________________________________________________________
53301 [  7699] By: jhi                                   on 2000/11/15  14:13:04
53302         Log: SOCKS has its own USE_THREADS, based on
53303              
53304              Subject: [ID 20001114.002] et. al. bugfix followup
53305              From: Jens Hamisch <jens@Strawberry.COM> 
53306              Date: Wed, 15 Nov 2000 14:23:11 +0100
53307              Message-ID: <20001115142311.A21164@Strawberry.COM>
53308      Branch: perl
53309            ! perl.h
53310 ____________________________________________________________________________
53311 [  7698] By: jhi                                   on 2000/11/15  03:50:56
53312         Log: Add few missing #undefs and sort them.
53313      Branch: perl
53314            ! fakesdio.h
53315 ____________________________________________________________________________
53316 [  7697] By: jhi                                   on 2000/11/15  03:39:14
53317         Log: Linenumber fix.
53318      Branch: perl
53319            ! t/pragma/warn/utf8
53320 ____________________________________________________________________________
53321 [  7696] By: jhi                                   on 2000/11/15  02:55:26
53322         Log: EBCDIC tweaks.
53323              
53324              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
53325              From: Peter Prymmer <pvhp@forte.com>
53326              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
53327              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
53328      Branch: perl
53329            ! t/op/regmesg.t t/pragma/warn/utf8
53330 ____________________________________________________________________________
53331 [  7695] By: jhi                                   on 2000/11/15  02:53:58
53332         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
53333              From: Peter Prymmer <pvhp@forte.com>
53334              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
53335              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
53336      Branch: perl
53337            ! utf8.c
53338 ____________________________________________________________________________
53339 [  7694] By: jhi                                   on 2000/11/15  02:50:55
53340         Log: Subject: [PATCH: perl@7674] updates to README.os390
53341              From: Prymmer/Kahn <pvhp@best.com>
53342              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
53343              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
53344      Branch: perl
53345            ! README.os390
53346 ____________________________________________________________________________
53347 [  7693] By: jhi                                   on 2000/11/15  02:48:37
53348         Log: Quit utf8_to_uv() instantly if curlen == 0.
53349      Branch: perl
53350            ! utf8.c
53351 ____________________________________________________________________________
53352 [  7692] By: jhi                                   on 2000/11/15  02:24:29
53353         Log: Use u_int32_t for the size of hash_cb(), not size_t.
53354              
53355              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
53356              From: Jens Hamisch <jens@Strawberry.COM>     
53357              Date: Tue, 14 Nov 2000 19:03:55 +0100
53358              Message-Id: <20001114190355.A20559@Strawberry.COM>
53359      Branch: perl
53360            ! ext/DB_File/DB_File.xs
53361 ____________________________________________________________________________
53362 [  7691] By: jhi                                   on 2000/11/15  02:20:12
53363         Log: Use UINT64_C().
53364              
53365              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
53366              From: Jens Hamisch <jens@Strawberry.COM>
53367              Date: Tue, 14 Nov 2000 19:16:23 +0100
53368              Message-Id: <20001114191623.G20559@Strawberry.COM>
53369      Branch: perl
53370            ! utf8.c utf8.h
53371 ____________________________________________________________________________
53372 [  7690] By: jhi                                   on 2000/11/15  02:17:06
53373         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
53374              (a macro to define signed and unsigned integer constants).
53375      Branch: perl
53376            ! handy.h
53377 ____________________________________________________________________________
53378 [  7689] By: jhi                                   on 2000/11/15  01:56:51
53379         Log: Regen Configure.
53380      Branch: perl
53381            ! Configure
53382 ____________________________________________________________________________
53383 [  7688] By: jhi                                   on 2000/11/15  01:56:32
53384         Log: Make the unit know about SOCKS.
53385      Branch: metaconfig
53386            ! U/protos/socksizetype.U
53387 ____________________________________________________________________________
53388 [  7687] By: jhi                                   on 2000/11/15  01:54:47
53389         Log: Remove unused dependencies.
53390      Branch: metaconfig
53391            ! U/compline/d_getpagsz.U
53392 ____________________________________________________________________________
53393 [  7686] By: nick                                  on 2000/11/14  21:25:13
53394         Log: Integrate mainline.
53395      Branch: perlio
53396           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
53397           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
53398           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
53399           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
53400           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
53401           !> win32/config.bc win32/config.gc win32/config.vc
53402           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
53403 ____________________________________________________________________________
53404 [  7685] By: jhi                                   on 2000/11/14  17:54:56
53405         Log: Integrate perlio.
53406      Branch: perl
53407           +> fakesdio.h perliol.h
53408           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
53409           !> perlsdio.h perlsfio.h pod/perlfunc.pod
53410 ____________________________________________________________________________
53411 [  7684] By: nick                                  on 2000/11/14  17:43:04
53412         Log: PerlIO #include and #ifdef re-work.
53413      Branch: perlio
53414            + fakesdio.h perliol.h
53415            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
53416            ! perlsdio.h perlsfio.h
53417 ____________________________________________________________________________
53418 [  7683] By: jhi                                   on 2000/11/14  15:42:40
53419         Log: Hoist the duplicated socket/netdb include logic to perl.h;
53420              undef SETERRNO in case SOCKS has defined it.  Based on:
53421              
53422              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
53423              From: Jens Hamisch <jens@Strawberry.COM> 
53424              Date: Tue, 14 Nov 2000 11:34:40 +0100
53425              Message-Id: <20001114113440.A20005@Strawberry.COM>
53426      Branch: perl
53427            ! doio.c perl.h pp_sys.c
53428 ____________________________________________________________________________
53429 [  7682] By: jhi                                   on 2000/11/14  14:07:28
53430         Log: Subject: some additions for makefiles for win32 (for perl@7674)
53431              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
53432              Date: Tue, 14 Nov 2000 09:31:13 +0300
53433              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
53434      Branch: perl
53435            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
53436            ! win32/makefile.mk
53437 ____________________________________________________________________________
53438 [  7681] By: jhi                                   on 2000/11/14  14:01:41
53439         Log: Subject: tiny typo in perl5db.pl
53440              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
53441              Date: Tue, 14 Nov 2000 09:29:28 +0300
53442              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
53443      Branch: perl
53444            ! lib/perl5db.pl
53445 ____________________________________________________________________________
53446 [  7680] By: jhi                                   on 2000/11/14  04:13:50
53447         Log: Redo #7679 with LFs instead of CRLFs.
53448      Branch: perl
53449            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
53450            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
53451            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
53452 ____________________________________________________________________________
53453 [  7679] By: jhi                                   on 2000/11/14  01:21:09
53454         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
53455              From: Benjamin Stuhl <tiriath@yahoo.com> 
53456              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
53457              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
53458      Branch: perl
53459            + win32/bin/mdelete.bat
53460            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
53461            ! makedef.pl perlio.c win32/Makefile win32/config.gc
53462            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
53463 ____________________________________________________________________________
53464 [  7678] By: jhi                                   on 2000/11/14  01:19:20
53465         Log: Fix the re extension building for Win32.
53466              
53467              Subject: [PATCH perl@7638] Get PerlIO building on Win32
53468              From: Benjamin Stuhl <tiriath@yahoo.com> 
53469              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
53470              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
53471      Branch: perl
53472            + ext/re/hints/MSWin32.pl
53473            ! MANIFEST
53474 ____________________________________________________________________________
53475 [  7677] By: jhi                                   on 2000/11/14  01:13:54
53476         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
53477              From: sthoenna@efn.org
53478              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
53479              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
53480      Branch: perl
53481            ! doop.c pp.c toke.c utf8.c utf8.h
53482 ____________________________________________________________________________
53483 [  7676] By: jhi                                   on 2000/11/13  20:23:15
53484         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
53485              From: Nicholas Clark <nick@ccl4.org>
53486              Date: Mon, 13 Nov 2000 18:55:04 +0000
53487              Message-ID: <20001113185504.J29183@plum.flirble.org>
53488      Branch: perl
53489            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
53490 ____________________________________________________________________________
53491 [  7675] By: nick                                  on 2000/11/13  20:21:57
53492         Log: Integrate mainline ...
53493      Branch: perlio
53494           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
53495           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
53496           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
53497           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
53498 ____________________________________________________________________________
53499 [  7674] By: jhi                                   on 2000/11/13  15:07:56
53500         Log: Update Changes.
53501      Branch: perl
53502            ! Changes patchlevel.h
53503 ____________________________________________________________________________
53504 [  7673] By: jhi                                   on 2000/11/13  14:42:42
53505         Log: Remove the new two tests of lib/io_xs for now, they seem to
53506              fail under perlio on some platforms.
53507      Branch: perl
53508            ! t/lib/io_xs.t
53509 ____________________________________________________________________________
53510 [  7672] By: jhi                                   on 2000/11/13  13:57:53
53511         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
53512      Branch: perl
53513            ! perlio.c
53514 ____________________________________________________________________________
53515 [  7671] By: jhi                                   on 2000/11/13  05:30:48
53516         Log: Placate nervous compilers that see longer than ints switch()ing.
53517      Branch: perl
53518            ! utf8.c
53519 ____________________________________________________________________________
53520 [  7670] By: jhi                                   on 2000/11/13  05:14:21
53521         Log: fputs() does return EOF on error but here we don't care.
53522      Branch: perl
53523            ! perlio.c
53524 ____________________________________________________________________________
53525 [  7669] By: jhi                                   on 2000/11/13  05:02:45
53526         Log: Declare reg_data like reg_substr_data.
53527      Branch: perl
53528            ! regexp.h
53529 ____________________________________________________________________________
53530 [  7668] By: jhi                                   on 2000/11/13  04:54:34
53531         Log: Typos in #7667.
53532      Branch: perl
53533            ! perl.h
53534 ____________________________________________________________________________
53535 [  7667] By: jhi                                   on 2000/11/13  04:49:49
53536         Log: Cleanup messy #ifdef.
53537      Branch: perl
53538            ! perl.h
53539 ____________________________________________________________________________
53540 [  7666] By: jhi                                   on 2000/11/13  04:17:34
53541         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
53542              From: Nicholas Clark <nick@talking.bollo.cx>
53543              Date: Sun, 12 Nov 2000 21:14:11 +0000
53544              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
53545              
53546              Note: only one breakage of the two reported is fixed by this patch.
53547      Branch: perl
53548            ! perlio.c
53549 ____________________________________________________________________________
53550 [  7665] By: jhi                                   on 2000/11/13  04:05:07
53551         Log: Tweak the definition of the bit complement on UTF-8 data:
53552              if none of the characters in the string are > 0xff,
53553              the result is a complemented byte string, not a (UTF-8)
53554              char string.  Based on the summary in
53555              
53556              Subject: Re: [ID 20000918.005] ~ on wide chars
53557              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
53558              Date: Fri, 10 Nov 2000 09:47:15 -0800
53559              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
53560              
53561              This should give us the maximum backward (pre-char string)
53562              compatibility and utf8 compatibility.  The other alternative
53563              would be to limit the bit complement to be always byte only,
53564              taking the least significant byte of the chars.
53565      Branch: perl
53566            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
53567 ____________________________________________________________________________
53568 [  7664] By: jhi                                   on 2000/11/13  00:23:44
53569         Log: Couple of tests from #7660 salvaged.
53570      Branch: perl
53571            - t/op/tell.t
53572            ! MANIFEST t/io/tell.t
53573 ____________________________________________________________________________
53574 [  7663] By: jhi                                   on 2000/11/13  00:02:48
53575         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
53576              From: Nicholas Clark <nick@talking.bollo.cx>
53577              Date: Sun, 12 Nov 2000 21:23:43 +0000
53578              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
53579      Branch: perl
53580            ! perlsfio.h
53581 ____________________________________________________________________________
53582 [  7662] By: jhi                                   on 2000/11/13  00:01:39
53583         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
53584              From: Nicholas Clark <nick@talking.bollo.cx>
53585              Date: Sun, 12 Nov 2000 21:30:04 +0000
53586              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
53587      Branch: perl
53588            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
53589 ____________________________________________________________________________
53590 [  7661] By: jhi                                   on 2000/11/12  23:57:29
53591         Log: Document tell() on special streams.
53592      Branch: perl
53593            ! pod/perlfunc.pod
53594 ____________________________________________________________________________
53595 [  7660] By: jhi                                   on 2000/11/12  23:54:22
53596         Log: (Subsumed by #7664)
53597      Branch: perl
53598            + t/op/tell.t
53599            ! MANIFEST
53600 ____________________________________________________________________________
53601 [  7659] By: jhi                                   on 2000/11/12  22:55:25
53602         Log: Many subdocumented return values of the IO extension now documented.
53603              ungetc and write still left subdocumented.
53604              
53605              Subject: [PATCH] (was Re: IO::Handle::ungetc)
53606              From: Nicholas Clark <nick@talking.bollo.cx>
53607              Date: Sun, 12 Nov 2000 21:35:53 +0000
53608              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
53609      Branch: perl
53610            ! ext/IO/lib/IO/Handle.pm
53611 ____________________________________________________________________________
53612 [  7658] By: jhi                                   on 2000/11/12  21:37:06
53613         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
53614              From: Nicholas Clark <nick@talking.bollo.cx>
53615              Date: Sun, 12 Nov 2000 20:03:22 +0000
53616              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
53617      Branch: perl
53618            ! pod/perlfunc.pod
53619 ____________________________________________________________________________
53620 [  7657] By: jhi                                   on 2000/11/12  20:34:55
53621         Log: Integrate perlio.
53622      Branch: perl
53623           !> perlio.c
53624 ____________________________________________________________________________
53625 [  7656] By: nick                                  on 2000/11/12  19:25:06
53626         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
53627      Branch: perlio
53628            ! perlio.c
53629 ____________________________________________________________________________
53630 [  7655] By: nick                                  on 2000/11/12  19:09:41
53631         Log: Integrate mainline
53632      Branch: perlio
53633           +> README.solaris ext/Encode/Encode/cp1006.enc
53634           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
53635           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
53636           +> ext/Encode/Encode/iso8859-13.enc
53637           +> ext/Encode/Encode/iso8859-14.enc
53638           +> ext/Encode/Encode/iso8859-15.enc
53639           !> (integrate 34 files)
53640 ____________________________________________________________________________
53641 [  7654] By: jhi                                   on 2000/11/12  19:00:22
53642         Log: Add a metaconfig unit for fsync.
53643      Branch: metaconfig/U/perl
53644            + d_fsync.U
53645 ____________________________________________________________________________
53646 [  7653] By: jhi                                   on 2000/11/12  19:00:01
53647         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
53648      Branch: perl
53649            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
53650            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
53651            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
53652            ! vos/config.ga.h win32/config.bc win32/config.gc
53653            ! win32/config.vc
53654 ____________________________________________________________________________
53655 [  7652] By: jhi                                   on 2000/11/11  21:12:01
53656         Log: Copy the s// information of README.hpux also to the perlrun.
53657      Branch: perl
53658            ! README.hpux pod/perlrun.pod
53659 ____________________________________________________________________________
53660 [  7651] By: jhi                                   on 2000/11/11  21:03:13
53661         Log: More README.solaris updates from Andy Dougherty.
53662      Branch: perl
53663            ! README.solaris
53664 ____________________________________________________________________________
53665 [  7650] By: jhi                                   on 2000/11/11  18:38:57
53666         Log: More descriptive error for unknown perlio layers.
53667              
53668              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
53669              From: Dominic Dunlop <domo@computer.org> 
53670              Date: Sat, 11 Nov 2000 18:20:32 +0100             
53671              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
53672      Branch: perl
53673            ! perlio.c pod/perldiag.pod
53674 ____________________________________________________________________________
53675 [  7649] By: jhi                                   on 2000/11/11  18:37:52
53676         Log: MachTen doesn't really do mmap() and munmap().
53677              
53678              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
53679              From: Dominic Dunlop <domo@computer.org> 
53680              Date: Sat, 11 Nov 2000 18:20:32 +0100             
53681              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
53682      Branch: perl
53683            ! hints/machten.sh
53684 ____________________________________________________________________________
53685 [  7648] By: jhi                                   on 2000/11/11  18:36:46
53686         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
53687              From: rspier@pobox.com (Robert Spier)
53688              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
53689              Message-ID: <14861.32839.491271.985797@rls.cx>
53690      Branch: perl
53691            ! Porting/Contract pod/perltoot.pod
53692 ____________________________________________________________________________
53693 [  7647] By: jhi                                   on 2000/11/11  18:35:30
53694         Log: Simplify the getpagesize() unit by dropping the
53695              pagesize probe since it's nowadays slightly more
53696              complicated because of sysconf(). (Note: if some
53697              platform really needs the -lPW for getpagesize,
53698              I just broke it.)
53699              
53700              TODO: a new pagesize unit.
53701      Branch: metaconfig
53702            ! U/compline/d_getpagsz.U
53703 ____________________________________________________________________________
53704 [  7646] By: jhi                                   on 2000/11/11  18:33:23
53705         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
53706      Branch: perl
53707            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
53708            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
53709            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
53710            ! vos/config.ga.h win32/config.bc win32/config.gc
53711            ! win32/config.vc
53712 ____________________________________________________________________________
53713 [  7645] By: jhi                                   on 2000/11/11  16:45:15
53714         Log: Use sysconf() or getpagesize() to find out the pagesize.
53715      Branch: perl
53716            ! perlio.c
53717 ____________________________________________________________________________
53718 [  7644] By: jhi                                   on 2000/11/11  15:46:08
53719         Log: Integrate perlio.
53720      Branch: perl
53721           !> perlio.c
53722 ____________________________________________________________________________
53723 [  7643] By: jhi                                   on 2000/11/11  15:33:36
53724         Log: Subject: Re: [PATCH] README.solaris
53725              From: Lupe Christoph <lupe@lupe-christoph.de>
53726              Date: Sat, 11 Nov 2000 14:08:10 +0100
53727              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
53728      Branch: perl
53729            ! README.solaris
53730 ____________________________________________________________________________
53731 [  7642] By: jhi                                   on 2000/11/11  15:22:12
53732         Log: Subject: [PATCH perl@7638] cygwin port
53733              From: "Eric Fifer" <egf7@columbia.edu>            
53734              Date: Fri, 10 Nov 2000 19:30:30 -0000
53735              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
53736      Branch: perl
53737            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
53738 ____________________________________________________________________________
53739 [  7641] By: nick                                  on 2000/11/11  14:50:36
53740         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
53741              Also call "Buf" layer directly when unread'ing non-read chars.
53742      Branch: perlio
53743            ! perlio.c
53744 ____________________________________________________________________________
53745 [  7640] By: jhi                                   on 2000/11/11  02:05:02
53746         Log: Add more encoding tables.
53747      Branch: perl
53748            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
53749            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
53750            + ext/Encode/Encode/iso8859-10.enc
53751            + ext/Encode/Encode/iso8859-13.enc
53752            + ext/Encode/Encode/iso8859-14.enc
53753            + ext/Encode/Encode/iso8859-15.enc
53754            ! MANIFEST
53755 ____________________________________________________________________________
53756 [  7639] By: jhi                                   on 2000/11/10  18:49:25
53757         Log: Subject: [PATCH] README.solaris
53758              From: Andy Dougherty <doughera@lafayette.edu>
53759              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
53760              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
53761      Branch: perl
53762            + README.solaris
53763            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
53764            ! pod/perl.pod pod/perltoc.pod
53765 ____________________________________________________________________________
53766 [  7638] By: jhi                                   on 2000/11/10  15:04:15
53767         Log: Update Changes.
53768      Branch: perl
53769            ! Changes patchlevel.h
53770 ____________________________________________________________________________
53771 [  7637] By: jhi                                   on 2000/11/10  14:14:28
53772         Log: Explain better why certain regex tests are skipped.
53773              
53774              Subject: Re: tests skipped: unknown reason
53775              From: Lupe Christoph <lupe@lupe-christoph.de>
53776              Date: Fri, 10 Nov 2000 09:08:56 +0100
53777              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
53778      Branch: perl
53779            ! t/op/regexp.t
53780 ____________________________________________________________________________
53781 [  7636] By: nick                                  on 2000/11/10  13:40:00
53782         Log: Integrate mainline.
53783      Branch: perlio
53784           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
53785           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
53786           !> win32/bin/search.pl
53787 ____________________________________________________________________________
53788 [  7635] By: nick                                  on 2000/11/10  13:25:52
53789         Log: Re-instate stdio large file support via perlio.
53790      Branch: perl
53791            ! perlio.c
53792 ____________________________________________________________________________
53793 [  7634] By: jhi                                   on 2000/11/10  04:49:55
53794         Log: Amdahl UTS hints updates.
53795              
53796              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
53797              From: hom00@utsglobal.com (Harold O Morris)
53798              Date: Thu, 9 Nov 2000 20:02 PST
53799              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
53800      Branch: perl
53801            ! hints/uts.sh
53802 ____________________________________________________________________________
53803 [  7633] By: jhi                                   on 2000/11/09  23:33:28
53804         Log: Subject: [PATCH] IO::Seekable pod
53805              From: Nicholas Clark <nick@talking.bollo.cx>
53806              Date: Thu, 9 Nov 2000 20:29:45 +0000
53807              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
53808      Branch: perl
53809            ! ext/IO/lib/IO/Handle.pm
53810 ____________________________________________________________________________
53811 [  7632] By: jhi                                   on 2000/11/09  21:55:41
53812         Log: Various doc oddball characters.
53813              
53814              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
53815              From: Michael Somos <somos@grail.cba.csuohio.edu>
53816              Date: Mon, 6 Nov 2000 17:44:20 -0500
53817              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
53818      Branch: perl
53819            ! emacs/cperl-mode.el lib/unicode/syllables.txt
53820            ! win32/bin/search.pl
53821 ____________________________________________________________________________
53822 [  7631] By: jhi                                   on 2000/11/09  21:12:29
53823         Log: Subject: Re: bash -c exit and linux hints 
53824              From: "John P. Linderman" <jpl@research.att.com>
53825              Date: Thu, 02 Nov 2000 09:37:25 -0500
53826              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
53827      Branch: perl
53828            ! hints/linux.sh
53829 ____________________________________________________________________________
53830 [  7630] By: nick                                  on 2000/11/09  20:34:11
53831         Log: Integrate mainline.
53832      Branch: perlio
53833           !> (integrate 91 files)
53834 ____________________________________________________________________________
53835 [  7629] By: jhi                                   on 2000/11/09  19:46:31
53836         Log: Missing dTHXs.
53837              
53838              Subject: RE: perl@7595 builds not on cygwin
53839              From: "Eric Fifer" <egf7@columbia.edu>
53840              Date: Thu, 9 Nov 2000 19:26:50 -0000
53841              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
53842      Branch: perl
53843            ! ext/Devel/Peek/Peek.xs
53844 ____________________________________________________________________________
53845 [  7628] By: jhi                                   on 2000/11/09  14:48:27
53846         Log: Disable only the tests 99 and 166 for UTF-8 locales.
53847      Branch: perl
53848            ! t/pragma/locale.t
53849 ____________________________________________________________________________
53850 [  7627] By: jhi                                   on 2000/11/09  14:40:27
53851         Log: There's no =head3.
53852      Branch: perl
53853            ! pod/perlhack.pod
53854 ____________________________________________________________________________
53855 [  7626] By: jhi                                   on 2000/11/09  13:54:26
53856         Log: The generated boot_* headers are wrong.  Pickier compiler,
53857              such as KAI C++ will refuse to compile the resulting perlmain.
53858              
53859              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
53860              From: Harri Pasanen <harri.pasanen@trema.com>
53861              Date: Thu, 09 Nov 2000 14:23:28 +0100
53862              Message-Id: <3A0AA550.26D548A3@trema.com>
53863      Branch: perl
53864            ! minimod.pl
53865 ____________________________________________________________________________
53866 [  7625] By: jhi                                   on 2000/11/09  13:50:44
53867         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
53868              From: Prymmer/Kahn <pvhp@best.com>
53869              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
53870              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
53871              
53872              All except the "cow orker" change.
53873      Branch: perl
53874            ! Porting/pumpkin.pod
53875 ____________________________________________________________________________
53876 [  7624] By: jhi                                   on 2000/11/09  13:45:33
53877         Log: Fix for
53878              
53879              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
53880              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
53881              Date: Thu, 09 Nov 2000 11:05:52 +0100
53882              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
53883      Branch: perl
53884            ! pod/perldiag.pod t/pragma/warn/pp_sys
53885 ____________________________________________________________________________
53886 [  7623] By: jhi                                   on 2000/11/09  13:37:16
53887         Log: Typo in an ifndef.
53888              
53889              Subject: Re: [PATCH 5.7.0] better messages from malloc()
53890              From: Joe Smith <jms@inwap.com>         
53891              Date: Thu, 09 Nov 2000 01:33:14 -0800
53892              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
53893      Branch: perl
53894            ! malloc.c
53895 ____________________________________________________________________________
53896 [  7622] By: jhi                                   on 2000/11/09  13:31:18
53897         Log: Remove unused extra arguments.
53898      Branch: metaconfig/U/perl
53899            ! perlxv.U
53900      Branch: perl
53901            ! Configure config_h.SH
53902 ____________________________________________________________________________
53903 [  7621] By: jhi                                   on 2000/11/09  13:16:36
53904         Log: More VMS moves on environment handling, from Charles Lane.
53905      Branch: perl
53906            ! t/pragma/locale.t
53907 ____________________________________________________________________________
53908 [  7620] By: jhi                                   on 2000/11/09  04:42:38
53909         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
53910              From: David Dyck <dcd@tc.fluke.com>
53911              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
53912              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
53913      Branch: perl
53914            ! pp_sys.c
53915 ____________________________________________________________________________
53916 [  7619] By: jhi                                   on 2000/11/09  04:36:21
53917         Log: Forgot from #7618.
53918      Branch: perl
53919            ! lib/File/stat.pm
53920 ____________________________________________________________________________
53921 [  7618] By: jhi                                   on 2000/11/09  04:28:44
53922         Log: Make deleting for %ENV work for (newer versions of) VMS,
53923              from Craig A. Berry.
53924      Branch: perl
53925            ! vms/vms.c
53926 ____________________________________________________________________________
53927 [  7617] By: jhi                                   on 2000/11/09  04:25:05
53928         Log: Subject: [PATCH] Class::Struct at compile time
53929              From: "Casey R. Tweten" <crt@kiski.net>
53930              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
53931              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
53932      Branch: perl
53933            ! lib/Class/Struct.pm
53934 ____________________________________________________________________________
53935 [  7616] By: jhi                                   on 2000/11/09  04:15:17
53936         Log: Subject: [ID 20001108.013] spelling
53937              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
53938              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
53939              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
53940      Branch: perl
53941            ! lib/ftp.pl
53942 ____________________________________________________________________________
53943 [  7615] By: jhi                                   on 2000/11/09  04:12:42
53944         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
53945              From: Peter Prymmer <pvhp@forte.com>
53946              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
53947              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
53948      Branch: perl
53949            ! configure.com
53950 ____________________________________________________________________________
53951 [  7614] By: jhi                                   on 2000/11/08  22:42:55
53952         Log: A missing aTHX_.
53953      Branch: perl
53954            ! ext/IPC/SysV/SysV.xs
53955 ____________________________________________________________________________
53956 [  7613] By: jhi                                   on 2000/11/08  19:30:21
53957         Log: Update Changes.
53958      Branch: perl
53959            ! Changes patchlevel.h
53960 ____________________________________________________________________________
53961 [  7612] By: jhi                                   on 2000/11/08  18:35:25
53962         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
53963              From: David Dyck <dcd@tc.fluke.com>
53964              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
53965              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
53966      Branch: perl
53967            ! pp_sys.c
53968 ____________________________________________________________________________
53969 [  7611] By: jhi                                   on 2000/11/08  18:30:26
53970         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
53971              From: Dominic Dunlop <domo@computer.org>
53972              Date: Tue, 7 Nov 2000 12:05:25 +0100
53973              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
53974      Branch: perl
53975            ! malloc.c
53976 ____________________________________________________________________________
53977 [  7610] By: jhi                                   on 2000/11/08  18:25:14
53978         Log: Do not test UTF-8 locales since that the tests would require
53979              polymorphic regexen.
53980      Branch: perl
53981            ! t/pragma/locale.t
53982 ____________________________________________________________________________
53983 [  7609] By: jhi                                   on 2000/11/08  17:12:51
53984         Log: Locale buglets.
53985              
53986              Subject: RE: Locales support (setlocale) fixes
53987              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
53988              Date: Wed, 8 Nov 2000 20:01:39 +0300
53989              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
53990      Branch: perl
53991            ! t/pragma/locale.t util.c
53992 ____________________________________________________________________________
53993 [  7608] By: jhi                                   on 2000/11/08  17:00:16
53994         Log: Deleting $ENV{PATH} in VMS is not recommendable.
53995      Branch: perl
53996            ! t/pragma/locale.t
53997 ____________________________________________________________________________
53998 [  7607] By: jhi                                   on 2000/11/08  16:58:26
53999         Log: Subject: PATCH std stdio for (Free)BSD
54000              From: Nicholas Clark <nick@ccl4.org>
54001              Date: Wed, 8 Nov 2000 15:36:29 +0000
54002              Message-ID: <20001108153629.D98736@plum.flirble.org>
54003      Branch: metaconfig
54004            ! U/compline/d_stdstdio.U
54005      Branch: perl
54006            ! Configure config_h.SH
54007 ____________________________________________________________________________
54008 [  7606] By: jhi                                   on 2000/11/08  16:43:31
54009         Log: Forgot to bump the line numbers in #7601.
54010      Branch: perl
54011            ! t/pragma/warn/pp_sys
54012 ____________________________________________________________________________
54013 [  7605] By: jhi                                   on 2000/11/08  16:39:12
54014         Log: More careful detection of how well NVs and UVs mix.
54015              
54016              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))
54017              From: Nicholas Clark <nick@ccl4.org>
54018              Date: Wed, 8 Nov 2000 15:14:12 +0000
54019              Message-ID: <20001108151412.B98736@plum.flirble.org>
54020              
54021              Added some SIGFPE paranoia.
54022      Branch: metaconfig/U/perl
54023            ! perlxv.U
54024      Branch: perl
54025            ! Configure config_h.SH
54026 ____________________________________________________________________________
54027 [  7604] By: jhi                                   on 2000/11/08  14:39:10
54028         Log: Subject: [patch perl@7595] VMS configure.com tweak
54029              From: "Craig A. Berry" <craigberry@mac.com>
54030              Date: Wed, 8 Nov 2000 00:24:12 -0600
54031              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
54032      Branch: perl
54033            ! configure.com
54034 ____________________________________________________________________________
54035 [  7603] By: jhi                                   on 2000/11/08  14:27:11
54036         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
54037              From: Robin Barker <rmb1@cise.npl.co.uk>
54038              Date: Wed, 8 Nov 2000 11:11:39 GMT
54039              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
54040      Branch: perl
54041            ! perlio.c
54042 ____________________________________________________________________________
54043 [  7602] By: jhi                                   on 2000/11/08  14:25:03
54044         Log: Fix for the tie-refhash string table leaks.
54045              
54046              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
54047              Date: Wed, 8 Nov 2000 13:03:04 GMT
54048              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
54049      Branch: perl
54050            ! t/lib/tie-refhash.t
54051 ____________________________________________________________________________
54052 [  7601] By: jhi                                   on 2000/11/08  14:21:08
54053         Log: Try to avoid flockless and emulationless places.
54054      Branch: perl
54055            ! t/pragma/warn/pp_sys
54056 ____________________________________________________________________________
54057 [  7600] By: jhi                                   on 2000/11/08  02:28:54
54058         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
54059              
54060              Subject: [PATCH] prototyped functions that should be overrideable
54061              From: "Casey R. Tweten" <crt@kiski.net>
54062              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
54063              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
54064      Branch: perl
54065            ! toke.c
54066 ____________________________________________________________________________
54067 [  7599] By: jhi                                   on 2000/11/08  01:12:05
54068         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
54069              
54070              Subject: [PATCH] perlbug.PL
54071              From: "Kurt D. Starsinic" <kstar@chapin.edu>
54072              Date: Mon, 6 Nov 2000 21:39:01 -0500
54073              Message-ID: <20001106213901.B20955@O2.chapin.edu>
54074      Branch: perl
54075            ! utils/perlbug.PL
54076 ____________________________________________________________________________
54077 [  7598] By: jhi                                   on 2000/11/07  23:42:00
54078         Log: Bad thinko in #7581 (I used the test program with the expanded
54079              values as-is).
54080      Branch: metaconfig
54081            ! U/compline/d_stdstdio.U
54082      Branch: perl
54083            ! Configure
54084 ____________________________________________________________________________
54085 [  7597] By: jhi                                   on 2000/11/07  21:43:29
54086         Log: Subject: [PATCH perl@7573] cygwin port
54087              From: "Fifer, Eric" <EFifer@sanwaint.com>
54088              Date: Tue, 7 Nov 2000 18:08:51 -0000 
54089              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
54090              
54091              Synchronize with Cygwin 1.1.5.
54092      Branch: perl
54093            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
54094            ! pod/perlport.pod unixish.h util.c
54095 ____________________________________________________________________________
54096 [  7596] By: jhi                                   on 2000/11/07  21:39:25
54097         Log: perlhack updates from H.Merijn Brand.
54098      Branch: perl
54099            ! pod/perlhack.pod
54100 ____________________________________________________________________________
54101 [  7595] By: jhi                                   on 2000/11/07  20:21:41
54102         Log: Update Changes.
54103      Branch: perl
54104            ! Changes patchlevel.h
54105 ____________________________________________________________________________
54106 [  7594] By: jhi                                   on 2000/11/07  19:18:58
54107         Log: Be more robust in Dynaloader.pm.
54108      Branch: perl
54109            ! ext/DynaLoader/DynaLoader_pm.PL
54110 ____________________________________________________________________________
54111 [  7593] By: jhi                                   on 2000/11/07  16:49:31
54112         Log: AUTHORS update.
54113      Branch: perl
54114            ! AUTHORS
54115 ____________________________________________________________________________
54116 [  7592] By: gsar                                  on 2000/11/07  16:39:51
54117         Log: normalize relative paths in virtualized current directory on windows,
54118              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
54119              returns)
54120      Branch: perl
54121            ! win32/vdir.h
54122 ____________________________________________________________________________
54123 [  7591] By: jhi                                   on 2000/11/07  16:04:26
54124         Log: Too profiler-happy: with optimization the #7590 actually makes
54125              the test to run 0.5% _slower_.  Requires much more instrumentation.
54126              Retract #7590.
54127      Branch: perl
54128            ! regcomp.c regcomp.h
54129 ____________________________________________________________________________
54130 [  7590] By: jhi                                   on 2000/11/07  15:51:13
54131         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
54132              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
54133              by using memset() and testing bytewise (as opposed to bitwise).
54134      Branch: perl
54135            ! regcomp.c regcomp.h
54136 ____________________________________________________________________________
54137 [  7589] By: jhi                                   on 2000/11/07  12:56:39
54138         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
54139              From: "Craig A. Berry" <craig.berry@psinetcs.com>
54140              Date: Mon, 06 Nov 2000 23:45:30 -0500
54141              Message-Id: <0011079735.AA973576259@univpress.com>
54142      Branch: perl
54143            ! configure.com t/lib/st-lock.t
54144 ____________________________________________________________________________
54145 [  7588] By: jhi                                   on 2000/11/07  01:03:28
54146         Log: Tweak #7587.
54147      Branch: perl
54148            ! pod/perldiag.pod
54149 ____________________________________________________________________________
54150 [  7587] By: jhi                                   on 2000/11/07  01:00:27
54151         Log: A doc addition for bug id 20001105.019, beware \p.
54152      Branch: perl
54153            ! pod/perldiag.pod
54154 ____________________________________________________________________________
54155 [  7586] By: jhi                                   on 2000/11/07  00:32:22
54156         Log: Fake support of holey files in win/dosish platforms.
54157              
54158              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
54159              From: kipp@shonanblue.ne.jp
54160              Date: Mon, 6 Nov 2000 13:30:55 -0800
54161              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
54162      Branch: perl
54163            ! ext/SDBM_File/sdbm/sdbm.c
54164 ____________________________________________________________________________
54165 [  7585] By: jhi                                   on 2000/11/07  00:12:54
54166         Log: Subject: Pod updates
54167              From: "Stephen P. Potter" <spp@spotter.yi.org>
54168              Date: Mon, 06 Nov 2000 18:56:43 -0500
54169              Message-Id: <200011062357.SAA18173@spotter.yi.org>
54170      Branch: perl
54171            ! README.dos README.os2 README.win32 pod/buildtoc.PL
54172            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
54173            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
54174            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
54175            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
54176            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
54177            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
54178            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
54179            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
54180            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
54181            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
54182            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
54183            ! pod/perltootc.pod pod/perlunicode.pod
54184 ____________________________________________________________________________
54185 [  7584] By: jhi                                   on 2000/11/07  00:04:17
54186         Log: Varargs don't always work too well if one puts an unsigned
54187              char on the stack and pop an unsigned quad off the stack.
54188              
54189              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
54190              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
54191              Date: Mon, 06 Nov 2000 15:19:05 -0800
54192              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
54193      Branch: perl
54194            ! utf8.c
54195 ____________________________________________________________________________
54196 [  7583] By: jhi                                   on 2000/11/06  23:58:48
54197         Log: %ENV note tweaks from Dan Sugalski.
54198      Branch: perl
54199            ! pod/perlport.pod vms/perlvms.pod
54200 ____________________________________________________________________________
54201 [  7582] By: jhi                                   on 2000/11/06  23:05:49
54202         Log: glibc5 detection by __GNU_LIBRARY__.
54203      Branch: perl
54204            ! toke.c
54205 ____________________________________________________________________________
54206 [  7581] By: jhi                                   on 2000/11/06  22:51:29
54207         Log: Make the stdio test program of 7427 less noisy while being 
54208              compiled so that Digital UNIX wouldn't get both
54209              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
54210              undefined.  This makes perlio happy.
54211      Branch: metaconfig
54212            ! U/compline/d_stdstdio.U
54213      Branch: perl
54214            ! Configure config_h.SH
54215 ____________________________________________________________________________
54216 [  7580] By: jhi                                   on 2000/11/06  22:41:41
54217         Log: Document %ENV = () portability issues.
54218      Branch: perl
54219            ! pod/perlport.pod vms/perlvms.pod
54220 ____________________________________________________________________________
54221 [  7579] By: jhi                                   on 2000/11/06  21:29:24
54222         Log: VOS updates from Paul Green.
54223      Branch: perl
54224            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
54225 ____________________________________________________________________________
54226 [  7578] By: jhi                                   on 2000/11/06  21:00:40
54227         Log: Sanitize the environment further.
54228      Branch: perl
54229            ! t/pragma/locale.t
54230 ____________________________________________________________________________
54231 [  7577] By: jhi                                   on 2000/11/06  20:53:51
54232         Log: Re-introduce 7552 lost in integration.
54233      Branch: perl
54234            ! perlio.c
54235 ____________________________________________________________________________
54236 [  7576] By: jhi                                   on 2000/11/06  20:33:46
54237         Log: Admit that the test leaks scalars.
54238      Branch: perl
54239            ! t/comp/proto.t
54240 ____________________________________________________________________________
54241 [  7575] By: jhi                                   on 2000/11/06  20:17:08
54242         Log: Integrate perlio.
54243      Branch: perl
54244           !> perlio.c
54245 ____________________________________________________________________________
54246 [  7574] By: nick                                  on 2000/11/06  20:07:28
54247         Log: Remove debug. Try (Mmap_t) on madvise() call.
54248      Branch: perlio
54249            ! perlio.c
54250 ____________________________________________________________________________
54251 [  7573] By: jhi                                   on 2000/11/06  13:56:05
54252         Log: Update Changes.
54253      Branch: perl
54254            ! Changes patchlevel.h
54255 ____________________________________________________________________________
54256 [  7572] By: jhi                                   on 2000/11/06  13:48:41
54257         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
54258              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
54259              Date: Mon, 06 Nov 2000 10:11:42 +0100
54260              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
54261      Branch: perl
54262            ! pod/perlhack.pod
54263 ____________________________________________________________________________
54264 [  7571] By: jhi                                   on 2000/11/06  01:45:51
54265         Log: AUTHORS updates.
54266      Branch: perl
54267            ! AUTHORS
54268 ____________________________________________________________________________
54269 [  7570] By: jhi                                   on 2000/11/06  00:18:00
54270         Log: Fix for
54271              
54272              Subject: [ID 20000728.005] perl -P broken
54273              From: David Dyck <dcd@tc.fluke.com>
54274              Date: Fri, 28 Jul 2000 17:19:16 -0700
54275              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
54276              
54277              (hopefully).  The fix is also not complete, it seems to break
54278              BOM swallowing for libc5 systems, but until someone figures
54279              out a way to do this without ftell(), this will do.
54280      Branch: perl
54281            ! toke.c
54282 ____________________________________________________________________________
54283 [  7569] By: jhi                                   on 2000/11/06  00:05:30
54284         Log: Document that the evaled syntax errors cause scalar leaks.
54285      Branch: perl
54286            ! t/comp/proto.t
54287 ____________________________________________________________________________
54288 [  7568] By: jhi                                   on 2000/11/05  23:14:47
54289         Log: opmini.o can linger from Configures past.
54290      Branch: perl
54291            ! Makefile.SH
54292 ____________________________________________________________________________
54293 [  7567] By: jhi                                   on 2000/11/05  21:28:39
54294         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
54295              first argument correctly.
54296      Branch: perl
54297            ! perlio.c
54298 ____________________________________________________________________________
54299 [  7566] By: jhi                                   on 2000/11/05  21:15:56
54300         Log: Integrate perlio.
54301      Branch: perl
54302           !> perlio.c
54303 ____________________________________________________________________________
54304 [  7565] By: jhi                                   on 2000/11/05  21:15:13
54305         Log: Use -dM for gcc (the suggested patch did it only for Linux,
54306              but I think it can be generalized).
54307              
54308              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
54309              From: Pixel <pixel@mandrakesoft.com>
54310              Date: 05 Nov 2000 21:49:34 +0100 
54311              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
54312      Branch: perl
54313            ! ext/Errno/Errno_pm.PL
54314 ____________________________________________________________________________
54315 [  7564] By: nick                                  on 2000/11/05  21:09:18
54316         Log: Added a mmap layer as a "subclass" of perlio.
54317              PERLIO=mmap ./perl harness passes
54318      Branch: perlio
54319            ! perlio.c
54320 ____________________________________________________________________________
54321 [  7563] By: jhi                                   on 2000/11/05  19:48:55
54322         Log: Add a note for future generations about bug id 20000229.006.
54323      Branch: perl
54324            ! malloc.c
54325 ____________________________________________________________________________
54326 [  7562] By: jhi                                   on 2000/11/05  19:38:24
54327         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
54328      Branch: perl
54329            ! pp_ctl.c t/op/pos.t
54330 ____________________________________________________________________________
54331 [  7561] By: jhi                                   on 2000/11/05  18:21:46
54332         Log: Add =pod to be tidy.
54333      Branch: perl
54334            ! lib/Math/Complex.pm
54335 ____________________________________________________________________________
54336 [  7560] By: jhi                                   on 2000/11/05  17:38:46
54337         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
54338      Branch: perl
54339            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
54340            ! ext/Storable/Storable.xs t/lib/st-recurse.t
54341 ____________________________________________________________________________
54342 [  7559] By: jhi                                   on 2000/11/05  17:32:59
54343         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
54344              From: "Peter J. Farley III" <pjfarley@banet.net>
54345              Date: Sun, 05 Nov 2000 11:55:59 -0500
54346              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
54347      Branch: perl
54348            ! t/lib/syslog.t
54349 ____________________________________________________________________________
54350 [  7558] By: jhi                                   on 2000/11/05  17:29:19
54351         Log: Integrate perlio.
54352      Branch: perl
54353           !> perlio.c
54354 ____________________________________________________________________________
54355 [  7557] By: jhi                                   on 2000/11/05  17:22:01
54356         Log: A fix of sorts for 20000329.026, a better error message
54357              for a missing "use charnames" when using the \N{...}. 
54358      Branch: perl
54359            ! pod/perldiag.pod toke.c
54360 ____________________________________________________________________________
54361 [  7556] By: jhi                                   on 2000/11/05  16:33:50
54362         Log: Test tweak: show also the failed locales.
54363              
54364              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
54365              From: Lupe Christoph <lupe@lupe-christoph.de>         
54366              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
54367              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
54368      Branch: perl
54369            ! t/pragma/locale.t
54370 ____________________________________________________________________________
54371 [  7555] By: nick                                  on 2000/11/05  11:09:34
54372         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
54373              open RDWR so does not fail. (pragma/warnings 303 again...)
54374      Branch: perlio
54375            ! perlio.c
54376 ____________________________________________________________________________
54377 [  7554] By: nick                                  on 2000/11/05  10:10:13
54378         Log: Fix case where ungetc(f,EOF) was allowed.
54379              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
54380              so we can see similarities.
54381              Use types more carefully and a STDCHAR array in hope that this will
54382              fix Jarrko's 64bit machine.
54383      Branch: perlio
54384            ! perlio.c
54385 ____________________________________________________________________________
54386 [  7553] By: jhi                                   on 2000/11/05  01:12:16
54387         Log: Fix for
54388              
54389              Subject: [ID 20001004.007] taint propogation is inconsistent
54390              From: pimlott@idiomtech.com (Andrew Pimlott) 
54391              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
54392              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
54393              
54394              The culprit was sv_setsv() which was rather blindly
54395              propagating taint, which lead to behaviour where if
54396              a tainted anon hash value was seen all the hash values
54397              from then on at that level became tainted, or at any
54398              upper levels in the case of nested anon hashes.
54399      Branch: perl
54400            ! sv.c t/op/taint.t
54401 ____________________________________________________________________________
54402 [  7552] By: jhi                                   on 2000/11/04  23:44:18
54403         Log: Some cpps don't like splitting conditionals across several lines.
54404      Branch: perl
54405            ! perlio.c
54406 ____________________________________________________________________________
54407 [  7551] By: nick                                  on 2000/11/04  23:40:44
54408         Log: Integrate mainline
54409      Branch: perlio
54410           !> pp_hot.c t/op/taint.t
54411 ____________________________________________________________________________
54412 [  7550] By: nick                                  on 2000/11/04  23:39:05
54413         Log: Integrate mainline again
54414      Branch: perlio
54415           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
54416           !> t/lib/b.t t/op/misc.t util.c
54417 ____________________________________________________________________________
54418 [  7549] By: jhi                                   on 2000/11/04  23:14:01
54419         Log: Fix for
54420              
54421              Subject: [ID 20001004.006] undef is never tainted
54422              From: pimlott@idiomtech.com (Andrew Pimlott)
54423              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
54424              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
54425              
54426              An undef read from a slurped file was not tainted.
54427      Branch: perl
54428            ! pp_hot.c t/op/taint.t
54429 ____________________________________________________________________________
54430 [  7548] By: jhi                                   on 2000/11/04  22:56:21
54431         Log: Test tweak ($Config{useperlio} is by default undef) .
54432      Branch: perl
54433            ! t/lib/b.t
54434 ____________________________________________________________________________
54435 [  7547] By: jhi                                   on 2000/11/04  22:43:56
54436         Log: Integrate perlio.
54437      Branch: perl
54438           +> lib/perlio.pm
54439           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
54440           !> pod/perlapi.pod t/lib/b.t
54441 ____________________________________________________________________________
54442 [  7546] By: jhi                                   on 2000/11/04  22:40:59
54443         Log: Configure would use a bad $myuname from an old config.sh.
54444              
54445              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
54446              From: Andy Dougherty <doughera@lafayette.edu>
54447              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
54448              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
54449      Branch: metaconfig
54450            ! U/modified/Oldconfig.U
54451      Branch: perl
54452            ! Configure config_h.SH
54453 ____________________________________________________________________________
54454 [  7545] By: jhi                                   on 2000/11/04  22:36:54
54455         Log: Subject: Locales support (setlocale) fixes
54456              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
54457              Date: Sat, 4 Nov 2000 10:15:48 +0300 
54458              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
54459              
54460              Modified quite a bit to be more portable.
54461      Branch: perl
54462            ! embed.h embed.pl perl.h proto.h util.c
54463 ____________________________________________________________________________
54464 [  7544] By: jhi                                   on 2000/11/04  22:32:47
54465         Log: Dying is too strict here, better just skip.
54466      Branch: perl
54467            ! t/op/misc.t
54468 ____________________________________________________________________________
54469 [  7543] By: nick                                  on 2000/11/04  21:55:13
54470         Log: Merge mainline
54471      Branch: perlio
54472           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
54473           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
54474           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
54475           !> (integrate 64 files)
54476 ____________________________________________________________________________
54477 [  7542] By: jhi                                   on 2000/11/04  21:09:28
54478         Log: More Changes tweakery.
54479      Branch: perl
54480            ! Changes Porting/genlog
54481 ____________________________________________________________________________
54482 [  7541] By: jhi                                   on 2000/11/04  20:58:18
54483         Log: Changes fixups.
54484      Branch: perl
54485            ! Changes
54486 ____________________________________________________________________________
54487 [  7540] By: jhi                                   on 2000/11/04  20:42:38
54488         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
54489              create a "fast path" for locale name probing using "locale -a"
54490              if available, squash finally hopefully the s?printf resetting
54491              the numeric locale (since, IIUC perllocale, it never shouldn't). 
54492      Branch: perl
54493            ! sv.c t/op/misc.t t/pragma/locale.t
54494 ____________________________________________________________________________
54495 [  7539] By: nick                                  on 2000/11/04  19:56:10
54496         Log: PerlIO infrastructure complete.
54497      Branch: perlio
54498            + lib/perlio.pm
54499            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
54500 ____________________________________________________________________________
54501 [  7538] By: nick                                  on 2000/11/04  14:31:32
54502         Log: Type tweaks + less contorted allocation scheme
54503      Branch: perlio
54504            ! perlio.c
54505 ____________________________________________________________________________
54506 [  7537] By: nick                                  on 2000/11/04  12:40:42
54507         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
54508              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
54509              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
54510              sensible) which lead to some interesting fails.
54511      Branch: perlio
54512            ! perlio.c
54513 ____________________________________________________________________________
54514 [  7536] By: jhi                                   on 2000/11/04  00:20:02
54515         Log: Add FCNTL_CAN_LOCK.
54516              
54517              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
54518              From: Andy Dougherty <doughera@lafayette.edu>
54519              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
54520              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
54521              
54522              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
54523              From: Andy Dougherty <doughera@lafayette.edu>
54524              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
54525              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
54526      Branch: metaconfig/U/perl
54527            + d_fcntl_can_lock.U
54528            ! startperl.U
54529      Branch: perl
54530            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
54531            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
54532            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
54533            ! vos/config.ga.h win32/config.bc win32/config.gc
54534            ! win32/config.vc
54535 ____________________________________________________________________________
54536 [  7535] By: nick                                  on 2000/11/03  22:19:10
54537         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
54538              - Works on Linux with
54539              perlio + unix
54540              stdio
54541              - Works on Solaris with
54542              perlio + unix
54543              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
54544              - Fails (hangs in openpid) if you try and stack
54545              perlio + stdio - Linux stdio's read() logic is hanging.
54546      Branch: perlio
54547            ! iperlsys.h perlio.c
54548 ____________________________________________________________________________
54549 [  7534] By: jhi                                   on 2000/11/03  15:16:02
54550         Log: Subject: Re: README.aix
54551              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
54552              Date: Fri, 03 Nov 2000 16:03:15 +0100
54553              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
54554      Branch: perl
54555            ! README.aix
54556 ____________________________________________________________________________
54557 [  7533] By: jhi                                   on 2000/11/03  03:59:02
54558         Log: Subject: [PATCH 5.7.0] better messages from malloc()
54559              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54560              Date: Wed, 1 Nov 2000 23:39:56 -0500
54561              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
54562      Branch: perl
54563            ! malloc.c pod/perldiag.pod
54564 ____________________________________________________________________________
54565 [  7532] By: jhi                                   on 2000/11/03  00:11:56
54566         Log: The #7521 touched things it shouldn't have.
54567      Branch: perl
54568            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
54569 ____________________________________________________________________________
54570 [  7531] By: jhi                                   on 2000/11/02  22:32:33
54571         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
54572              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
54573              Date:     Thu, 2 Nov 2000 16:58:36 EST
54574              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
54575      Branch: perl
54576            ! vms/gen_shrfls.pl
54577 ____________________________________________________________________________
54578 [  7530] By: jhi                                   on 2000/11/02  22:08:49
54579         Log: Fix the problem discussed in
54580              
54581              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
54582              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
54583              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
54584              
54585              originally from Linc Madison.  Also Andreas König's comments
54586              taken into account.  Some other problems with Tie::SubstrHash
54587              fixed: didn't croak when the table exceeded the requested number
54588              of entries (as documented) but instead when the number of entries
54589              exceeded the size of the table, a croak() had an unnecessary \n,
54590              didn't have a CLEAR method, documented that there is no exists().
54591              Didn't fix to be strict-proof because the module uses &foo; and
54592              dynamic scope.  Added a test script exercizing both first tamely 
54593              the basic functionality, and then the failure cases reported by
54594              Linc Madison.
54595      Branch: perl
54596            + t/lib/tie-substrhash.t
54597            ! MANIFEST lib/Tie/SubstrHash.pm
54598 ____________________________________________________________________________
54599 [  7529] By: jhi                                   on 2000/11/02  17:58:08
54600         Log: recv() can fail and return undef.
54601              
54602              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
54603              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
54604              Date: Thu, 2 Nov 2000 20:12:20 +0300
54605              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
54606      Branch: perl
54607            ! lib/Net/Ping.pm
54608 ____________________________________________________________________________
54609 [  7528] By: jhi                                   on 2000/11/02  17:49:09
54610         Log: Detpyo.
54611      Branch: perl
54612            ! pod/perlop.pod
54613 ____________________________________________________________________________
54614 [  7527] By: jhi                                   on 2000/11/02  15:48:37
54615         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
54616              fix a autovivification bug in Tie::RefHash, add tests for both.
54617              
54618              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
54619              From: Edward Avis <epa98@doc.ic.ac.uk>
54620              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
54621              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
54622      Branch: perl
54623            + t/lib/tie-refhash.t
54624            ! MANIFEST lib/Tie/RefHash.pm
54625 ____________________________________________________________________________
54626 [  7526] By: jhi                                   on 2000/11/02  13:56:26
54627         Log: Test::Harness revealed buglets in the new DynaLoader.
54628              
54629              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
54630              From: andreas.koenig@anima.de (Andreas J. Koenig)
54631              Date: 02 Nov 2000 11:26:48 +0100 
54632              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
54633      Branch: perl
54634            ! ext/DynaLoader/DynaLoader_pm.PL
54635 ____________________________________________________________________________
54636 [  7525] By: jhi                                   on 2000/11/01  23:52:08
54637         Log: The entry for #7503 was missing.
54638      Branch: perl
54639            ! Changes
54640 ____________________________________________________________________________
54641 [  7524] By: jhi                                   on 2000/11/01  23:40:52
54642         Log: Update Changes.
54643      Branch: perl
54644            ! Changes patchlevel.h
54645 ____________________________________________________________________________
54646 [  7523] By: jhi                                   on 2000/11/01  22:57:09
54647         Log: More tweaking on the #7522 theme.
54648      Branch: perl
54649            ! ext/DynaLoader/DynaLoader_pm.PL
54650 ____________________________________________________________________________
54651 [  7522] By: jhi                                   on 2000/11/01  22:06:15
54652         Log: Expand %Config variables and %ENV variables only if
54653              so requested during build time using the
54654              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
54655              Not expanding makes relocating distributions easier.
54656      Branch: perl
54657            ! ext/DynaLoader/DynaLoader_pm.PL
54658 ____________________________________________________________________________
54659 [  7521] By: jhi                                   on 2000/11/01  20:56:34
54660         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
54661              and setgid() because they were just changing $< and $( which means
54662              only changing the real uid/gid, as opposed to changing both
54663              real and effective ids.  (The alternative way could have been
54664              in POSIX.pm to change $> and $), too, but making a direct call
54665              to the C API feels cleaner.)  Fixes the bug
54666              
54667              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
54668              From: "Garry T. Williams" <garry@zvolve.com>
54669              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
54670              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
54671      Branch: perl
54672            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
54673            ! ext/POSIX/typemap pod/perlvar.pod
54674 ____________________________________________________________________________
54675 [  7520] By: jhi                                   on 2000/11/01  20:08:33
54676         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
54677              From: "Garry T. Williams" <garry@zvolve.com>
54678              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
54679              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
54680      Branch: perl
54681            ! pod/perlsec.pod
54682 ____________________________________________________________________________
54683 [  7519] By: jhi                                   on 2000/11/01  20:01:22
54684         Log: Locale warning explanation tweak.
54685      Branch: perl
54686            ! pod/perldiag.pod
54687 ____________________________________________________________________________
54688 [  7518] By: jhi                                   on 2000/11/01  18:57:13
54689         Log: C.pm part of
54690              
54691              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
54692              From: Jarkko Hietaniemi <jhi@iki.fi>
54693              Date: Tue, 10 Oct 2000 08:22:28 -0500
54694              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
54695      Branch: perl
54696            ! ext/B/B/C.pm
54697 ____________________________________________________________________________
54698 [  7517] By: jhi                                   on 2000/11/01  18:41:59
54699         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
54700              From: Martien Verbruggen <mgjv@comdyn.com.au>
54701              Date: Fri, 6 Oct 2000 14:09:10 +1100
54702              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
54703      Branch: perl
54704            ! pod/perlop.pod
54705 ____________________________________________________________________________
54706 [  7516] By: jhi                                   on 2000/11/01  18:34:55
54707         Log: Generalize the Camel wording.
54708              
54709              Subject: Re: perlfaq style changes
54710              From: John Borwick <jhborwic@unity.ncsu.edu>
54711              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
54712              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
54713      Branch: perl
54714            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
54715 ____________________________________________________________________________
54716 [  7515] By: jhi                                   on 2000/11/01  16:52:31
54717         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
54718              From: pimlott@idiomtech.com (Andrew Pimlott)
54719              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
54720              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
54721      Branch: perl
54722            ! pod/perlsec.pod
54723 ____________________________________________________________________________
54724 [  7514] By: jhi                                   on 2000/11/01  15:03:40
54725         Log: More AIX lore.
54726      Branch: perl
54727            ! ext/re/hints/aix.pl
54728 ____________________________________________________________________________
54729 [  7513] By: jhi                                   on 2000/11/01  14:48:30
54730         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
54731              From: root <root@chronos.fi.muni.cz>
54732              Date: Wed, 1 Nov 2000 12:31:32 +0100
54733              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
54734      Branch: perl
54735            ! lib/Net/Ping.pm
54736 ____________________________________________________________________________
54737 [  7512] By: jhi                                   on 2000/11/01  14:46:47
54738         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
54739              From: Martin Husemann <martin@duskware.de>
54740              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
54741              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
54742      Branch: perl
54743            ! regcomp.c
54744 ____________________________________________________________________________
54745 [  7511] By: jhi                                   on 2000/11/01  14:39:50
54746         Log: AUTHORS updates.
54747      Branch: perl
54748            ! AUTHORS
54749 ____________________________________________________________________________
54750 [  7510] By: jhi                                   on 2000/11/01  14:29:50
54751         Log: Subject: [PATCH] startperl to respect versiononly
54752              From: Robin Barker <rmb1@cise.npl.co.uk> 
54753              Date: Tue, 31 Oct 2000 16:29:36 GMT
54754              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
54755      Branch: metaconfig/U/perl
54756            ! startperl.U
54757      Branch: perl
54758            ! Configure config_h.SH
54759 ____________________________________________________________________________
54760 [  7509] By: jhi                                   on 2000/11/01  14:19:53
54761         Log: printf UVs the correct way, noticed by Robin Barker.
54762      Branch: perl
54763            ! utf8.c
54764 ____________________________________________________________________________
54765 [  7508] By: jhi                                   on 2000/11/01  14:10:03
54766         Log: Do not cleanup *% because the % has special meanings in some
54767              shell environments.
54768      Branch: perl
54769            ! ext/Storable/Makefile.PL
54770 ____________________________________________________________________________
54771 [  7507] By: jhi                                   on 2000/11/01  14:06:00
54772         Log: The NonStop-UX libraries have a novel way to say NaN.
54773      Branch: perl
54774            ! t/lib/bigfltpm.t
54775 ____________________________________________________________________________
54776 [  7506] By: jhi                                   on 2000/11/01  14:03:35
54777         Log: The osname has been lowercased by now, from Tom Bates.
54778      Branch: metaconfig
54779            ! U/modified/Oldconfig.U
54780      Branch: perl
54781            ! Configure config_h.SH
54782 ____________________________________________________________________________
54783 [  7505] By: jhi                                   on 2000/10/31  19:18:39
54784         Log: The compiler is either gcc or cc, from Tom Bates.
54785      Branch: perl
54786            ! hints/nonstopux.sh
54787 ____________________________________________________________________________
54788 [  7504] By: jhi                                   on 2000/10/31  14:53:42
54789         Log: Update Changes.
54790      Branch: perl
54791            ! Changes patchlevel.h
54792 ____________________________________________________________________________
54793 [  7503] By: jhi                                   on 2000/10/31  14:30:50
54794         Log: Whitespace style tweak.  Was originally going to see to
54795              
54796              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
54797              From: Joe Smith <jms@inwap.com>
54798              Date: Mon, 30 Oct 2000 18:47:57 -0800
54799              Message-Id: <39FE32DD.24AAC4D@inwap.com>
54800              
54801              but that had already been taken care of.
54802      Branch: metaconfig
54803            ! U/compline/d_stdstdio.U
54804      Branch: perl
54805            ! Configure config_h.SH
54806 ____________________________________________________________________________
54807 [  7502] By: jhi                                   on 2000/10/31  14:25:02
54808         Log: AUTHORS tweaks.
54809      Branch: perl
54810            ! AUTHORS
54811 ____________________________________________________________________________
54812 [  7501] By: jhi                                   on 2000/10/31  14:23:59
54813         Log: Subject: perlfaq style changes
54814              From: John Borwick <jhborwic@unity.ncsu.edu>
54815              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
54816              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
54817      Branch: perl
54818            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
54819            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
54820            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
54821            ! pod/perlfaq9.pod
54822 ____________________________________________________________________________
54823 [  7500] By: jhi                                   on 2000/10/31  14:22:15
54824         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
54825              
54826              Subject: Re: [ID 20000918.005] ~ on wide chars
54827              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
54828              Date: Mon, 30 Oct 2000 21:09:55 -0800
54829              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
54830              
54831              (The ord() part of the patch skipped.)
54832      Branch: perl
54833            ! doop.c
54834 ____________________________________________________________________________
54835 [  7499] By: jhi                                   on 2000/10/31  14:20:08
54836         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
54837              From: Jens Hamisch <jens@Strawberry.COM>
54838              Date: Mon, 30 Oct 2000 15:17:07 +0100
54839              Message-Id: <20001030151707.A9597@Strawberry.COM>
54840      Branch: perl
54841            ! av.c
54842 ____________________________________________________________________________
54843 [  7498] By: jhi                                   on 2000/10/31  14:16:29
54844         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
54845              From: Peter Prymmer <pvhp@forte.com>
54846              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
54847              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
54848      Branch: perl
54849            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
54850            + ext/Encode/Encode/posix-bc.enc
54851            ! MANIFEST t/lib/encode.t
54852 ____________________________________________________________________________
54853 [  7497] By: jhi                                   on 2000/10/31  14:13:22
54854         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
54855              From: Peter Prymmer <pvhp@forte.com>
54856              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
54857              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
54858      Branch: perl
54859            ! t/lib/cgi-html.t
54860 ____________________________________________________________________________
54861 [  7496] By: jhi                                   on 2000/10/31  14:12:05
54862         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
54863              From: Peter Prymmer <pvhp@forte.com>
54864              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
54865              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
54866      Branch: perl
54867            ! t/lib/cgi-function.t
54868 ____________________________________________________________________________
54869 [  7495] By: jhi                                   on 2000/10/31  14:11:08
54870         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
54871              From: Peter Prymmer <pvhp@forte.com>
54872              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
54873              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
54874      Branch: perl
54875            + ext/re/hints/aix.pl
54876            ! MANIFEST ext/re/Makefile.PL
54877 ____________________________________________________________________________
54878 [  7494] By: jhi                                   on 2000/10/31  14:08:32
54879         Log: Use Errno magic.
54880              
54881              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
54882              From: Casey Tweten <perl@ctweten.amsite.com>
54883              Date: Mon, 30 Oct 2000 15:51:17 -0500
54884              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
54885      Branch: perl
54886            ! lib/File/Temp.pm
54887 ____________________________________________________________________________
54888 [  7493] By: jhi                                   on 2000/10/31  14:05:07
54889         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
54890              
54891              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
54892              From: Nicholas Clark <nick@ccl4.org>
54893              Date: Mon, 30 Oct 2000 17:38:45 +0000
54894              Message-ID: <20001030173845.O60355@plum.flirble.org>
54895      Branch: perl
54896            ! Makefile.SH utils/perlbug.PL
54897 ____________________________________________________________________________
54898 [  7492] By: nick                                  on 2000/10/30  19:37:23
54899         Log: Change files which are mysteriously different to mainline to be
54900              copies of mainline.
54901      Branch: perlio
54902            ! objXSUB.h perlapi.c pod/perlapi.pod
54903 ____________________________________________________________________________
54904 [  7491] By: nick                                  on 2000/10/30  18:05:54
54905         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
54906              - typo in endian code in putc.
54907              - Don't allow read of write-only files and vice-versa
54908              - and off-by-one in flush-all loop.
54909              Remove debug calls as they were using GCC specific features.
54910      Branch: perlio
54911            ! perlio.c
54912 ____________________________________________________________________________
54913 [  7490] By: nick                                  on 2000/10/29  21:45:45
54914         Log: Integrate mainline to perlio
54915      Branch: perlio
54916           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
54917           !> toke.c
54918 ____________________________________________________________________________
54919 [  7489] By: jhi                                   on 2000/10/29  21:11:08
54920         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
54921              From: andreas.koenig@anima.de (Andreas J. Koenig)
54922              Date: 29 Oct 2000 22:05:59 +0100
54923              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
54924      Branch: perl
54925            ! lib/ExtUtils/Manifest.pm
54926 ____________________________________________________________________________
54927 [  7488] By: jhi                                   on 2000/10/29  21:07:47
54928         Log: Tests for #7487.
54929              
54930              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
54931              From: andreas.koenig@anima.de (Andreas J. Koenig)
54932              Date: 29 Oct 2000 19:37:09 +0100
54933              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
54934      Branch: perl
54935            ! t/comp/proto.t
54936 ____________________________________________________________________________
54937 [  7487] By: jhi                                   on 2000/10/29  21:06:27
54938         Log: constsub spillage.
54939              
54940              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
54941              From: John Tobey <jtobey@john-edwin-tobey.org>
54942              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
54943              Message-Id: <m13pvSr-000FObC@feynman.localnet>
54944      Branch: perl
54945            ! op.c
54946 ____________________________________________________________________________
54947 [  7486] By: nick                                  on 2000/10/29  21:05:04
54948         Log: Integrate mainline to perlio branch
54949      Branch: perlio
54950           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
54951           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
54952           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
54953           +> vos/install_perl.cm
54954            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
54955            - vos/config.h vos/config_h.SH_orig
54956           !> (integrate 141 files)
54957 ____________________________________________________________________________
54958 [  7485] By: jhi                                   on 2000/10/29  21:00:47
54959         Log: Make \x{...} consistently produce UTF-8.
54960              
54961              Subject: Re: \x{...} is confused 
54962              From: Simon Cozens <simon@cozens.net>
54963              Date: Sun, 29 Oct 2000 19:36:48 +0000
54964              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
54965      Branch: perl
54966            ! t/pragma/utf8.t toke.c
54967 ____________________________________________________________________________
54968 [  7484] By: nick                                  on 2000/10/29  20:05:29
54969         Log: PerlIO passes all tests.
54970      Branch: perlio
54971            ! perlio.c
54972 ____________________________________________________________________________
54973 [  7483] By: jhi                                   on 2000/10/29  18:06:55
54974         Log: Update Changes.
54975      Branch: perl
54976            ! Changes patchlevel.h
54977 ____________________________________________________________________________
54978 [  7482] By: nick                                  on 2000/10/29  17:43:28
54979         Log: Include <unistd.h> to get correct lseek() prototype etc.
54980              (I thought perl.h did that) - down to two fails
54981              - comp/require.t (last test)
54982              - lib/io_xs.t - possibly import/export of FILE * ?
54983      Branch: perlio
54984            ! perlio.c
54985 ____________________________________________________________________________
54986 [  7481] By: jhi                                   on 2000/10/29  17:02:37
54987         Log: UTF-8 decoder tweak.
54988      Branch: perl
54989            ! utf8.c
54990 ____________________________________________________________________________
54991 [  7480] By: nick                                  on 2000/10/29  16:26:11
54992         Log: Fixed two bugs:
54993              - error code not being set on close (of broken pipe)
54994              - append mode was truncating.
54995              At least one seek/tell bug remains.
54996      Branch: perlio
54997            ! perlio.c
54998 ____________________________________________________________________________
54999 [  7479] By: nick                                  on 2000/10/29  11:18:16
55000         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
55001              in case of accidents. Still several worrying fails, no line disciplines yet.
55002      Branch: perlio
55003            ! iperlsys.h perlio.c
55004 ____________________________________________________________________________
55005 [  7478] By: jhi                                   on 2000/10/29  02:04:01
55006         Log: Add also emailless people.
55007      Branch: perl
55008            ! AUTHORS
55009 ____________________________________________________________________________
55010 [  7477] By: jhi                                   on 2000/10/29  01:36:00
55011         Log: The #7476 needs a MANIFEST change, too.
55012      Branch: perl
55013            ! MANIFEST
55014 ____________________________________________________________________________
55015 [  7476] By: jhi                                   on 2000/10/29  01:35:21
55016         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
55017      Branch: perl
55018            - MAINTAIN
55019            ! AUTHORS Changes
55020 ____________________________________________________________________________
55021 [  7475] By: jhi                                   on 2000/10/28  23:57:25
55022         Log: De-quoted-unreadable to ISO Latin 1.
55023              (There's one ISO-2022-JP name in Changes5.004.)
55024      Branch: perl
55025            ! Changes Changes5.6
55026 ____________________________________________________________________________
55027 [  7474] By: jhi                                   on 2000/10/28  19:13:06
55028         Log: Subject: [ID 20001027.007] uniq array in perlfaq
55029              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
55030              Date: Fri, 27 Oct 2000 19:28:30 +0200
55031              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
55032      Branch: perl
55033            ! pod/perlfaq4.pod
55034 ____________________________________________________________________________
55035 [  7473] By: jhi                                   on 2000/10/28  18:02:05
55036         Log: Locking null mutexes is not recommendable.
55037              
55038              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
55039              From: Hugo <hv@crypt.compulink.co.uk>
55040              Date: Sat, 28 Oct 2000 18:41:12 +0100
55041              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
55042      Branch: perl
55043            ! op.c
55044 ____________________________________________________________________________
55045 [  7472] By: jhi                                   on 2000/10/28  17:52:58
55046         Log: Better create a true mailing list for the repository keepers.
55047      Branch: perl
55048            ! Porting/repository.pod
55049 ____________________________________________________________________________
55050 [  7471] By: jhi                                   on 2000/10/28  17:28:24
55051         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
55052              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
55053      Branch: perl
55054            + Porting/repository.pod
55055            ! MANIFEST
55056 ____________________________________________________________________________
55057 [  7470] By: jhi                                   on 2000/10/28  17:20:54
55058         Log: Subject: DOC PATCH 5.6.0
55059              From: mjd@plover.com
55060              Date: 27 Oct 2000 17:32:44 -0000
55061              Message-ID: <20001027173244.23754.qmail@plover.com>
55062      Branch: perl
55063            ! pod/perlfunc.pod
55064 ____________________________________________________________________________
55065 [  7469] By: jhi                                   on 2000/10/28  17:16:45
55066         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
55067              From: "Peter J. Farley III" <pjfarley@banet.net>
55068              Date: Fri, 27 Oct 2000 20:32:56 -0400
55069              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
55070      Branch: perl
55071            ! README.dos
55072 ____________________________________________________________________________
55073 [  7468] By: jhi                                   on 2000/10/28  17:07:18
55074         Log: Make target reordering to avoid pointless re-makes.
55075              
55076              Subject: Re: Total re-make of 'make okfile' after 7451 ?
55077              From: Nicholas Clark <nick@ccl4.org>
55078              Date: Sat, 28 Oct 2000 00:31:02 +0100
55079              Message-ID: <20001028003101.A54517@plum.flirble.org>
55080      Branch: perl
55081            ! Makefile.SH
55082 ____________________________________________________________________________
55083 [  7467] By: jhi                                   on 2000/10/28  17:05:31
55084         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
55085              From: lvirden@cas.org
55086              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
55087              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
55088      Branch: perl
55089            ! README.os2
55090 ____________________________________________________________________________
55091 [  7466] By: jhi                                   on 2000/10/28  16:09:16
55092         Log: Upgrade to CPAN 1.58_55.
55093              
55094              Subject: CPAN.pm status
55095              From: andreas.koenig@anima.de (Andreas J. Koenig) 
55096              Date: 28 Oct 2000 08:18:00 +0200 
55097              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
55098      Branch: perl
55099            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
55100 ____________________________________________________________________________
55101 [  7465] By: jhi                                   on 2000/10/28  16:02:47
55102         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
55103      Branch: perl
55104            ! embed.h embed.pl perl.h proto.h toke.c
55105 ____________________________________________________________________________
55106 [  7464] By: nick                                  on 2000/10/28  10:43:44
55107         Log: Fix for sv_2iv() on "shared" value from keys %hash.
55108      Branch: perl
55109            ! sv.c
55110 ____________________________________________________________________________
55111 [  7463] By: jhi                                   on 2000/10/27  16:18:29
55112         Log: Update Changes.
55113      Branch: perl
55114            ! Changes patchlevel.h
55115 ____________________________________________________________________________
55116 [  7462] By: jhi                                   on 2000/10/27  16:17:44
55117         Log: Too enthusiastic editing in #7460.
55118      Branch: metaconfig
55119            ! U/modified/Oldsym.U
55120      Branch: perl
55121            ! Configure config_h.SH
55122 ____________________________________________________________________________
55123 [  7461] By: jhi                                   on 2000/10/27  15:37:38
55124         Log: Retract #7459, the script needs more work.
55125      Branch: perl
55126            - mkreef
55127            ! MANIFEST
55128 ____________________________________________________________________________
55129 [  7460] By: jhi                                   on 2000/10/27  15:23:14
55130         Log: Use $sort, $uniq (and $tr) consistently as wondered
55131              by Nicholas Clark.
55132      Branch: metaconfig
55133            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
55134            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
55135            ! U/modified/libc.U
55136      Branch: perl
55137            ! Configure config_h.SH
55138 ____________________________________________________________________________
55139 [  7459] By: jhi                                   on 2000/10/27  15:02:07
55140         Log: (Retracted by #7461)
55141              
55142              Add a shell script for creating/removing symbolic link farms,
55143              useful for keeping the source code read-only and doing the
55144              builds somewhere else.
55145      Branch: perl
55146            + mkreef
55147            ! MANIFEST
55148 ____________________________________________________________________________
55149 [  7458] By: jhi                                   on 2000/10/27  14:42:20
55150         Log: Do away with the fix_pl.
55151      Branch: perl
55152            - fix_pl
55153            ! MANIFEST Makefile.SH
55154 ____________________________________________________________________________
55155 [  7457] By: jhi                                   on 2000/10/27  12:43:13
55156         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
55157              From: Jens Hamisch <jens@Strawberry.COM>
55158              Date: Fri, 27 Oct 2000 14:38:21 +0200
55159              Message-Id: <20001027143821.B3366@Strawberry.COM>
55160      Branch: perl
55161            ! perl.h
55162 ____________________________________________________________________________
55163 [  7456] By: jhi                                   on 2000/10/27  12:33:42
55164         Log: Subject: [PATCH] todo
55165              From: Nicholas Clark <nick@ccl4.org>
55166              Date: Thu, 26 Oct 2000 22:32:29 +0100
55167              Message-ID: <20001026223229.A44540@plum.flirble.org>
55168      Branch: perl
55169            ! pod/perltodo.pod
55170 ____________________________________________________________________________
55171 [  7455] By: jhi                                   on 2000/10/27  12:02:21
55172         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
55173              From: John Tobey <jtobey@john-edwin-tobey.org>
55174              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
55175              Message-Id: <m13ozHF-000FObC@feynman.localnet>
55176      Branch: perl
55177            ! op.c t/pragma/sub_lval.t
55178 ____________________________________________________________________________
55179 [  7454] By: jhi                                   on 2000/10/27  11:59:42
55180         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
55181              From: sthoenna@efn.org
55182              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
55183              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
55184      Branch: perl
55185            ! pp.c t/op/assignwarn.t
55186 ____________________________________________________________________________
55187 [  7453] By: jhi                                   on 2000/10/27  00:15:08
55188         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
55189      Branch: perl
55190            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
55191            ! ext/Storable/Storable.xs t/lib/st-lock.t
55192 ____________________________________________________________________________
55193 [  7452] By: jhi                                   on 2000/10/26  13:05:52
55194         Log: Undo #7451, this seems to be a deficiency in Perforce,
55195              there is no per-file line-terminator type, only per-client.
55196      Branch: perl
55197            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
55198            ! win32/makefile.mk
55199 ____________________________________________________________________________
55200 [  7451] By: jhi                                   on 2000/10/26  04:56:03
55201         Log: Experimenting in DOS arcana.
55202      Branch: perl
55203            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
55204            ! win32/makefile.mk
55205 ____________________________________________________________________________
55206 [  7450] By: jhi                                   on 2000/10/26  04:50:52
55207         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
55208              From: "Peter J. Farley III" <pjfarley@banet.net>            
55209              Date: Wed, 25 Oct 2000 23:10:18 -0400
55210              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
55211      Branch: perl
55212            ! t/io/open.t
55213 ____________________________________________________________________________
55214 [  7449] By: jhi                                   on 2000/10/26  04:49:16
55215         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
55216              From: Hugo <hv@crypt.compulink.co.uk>
55217              Date: Thu, 26 Oct 2000 01:55:17 +0100
55218              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
55219              
55220              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
55221      Branch: perl
55222            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
55223 ____________________________________________________________________________
55224 [  7448] By: jhi                                   on 2000/10/26  04:38:36
55225         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
55226              From: Peter Prymmer <pvhp@forte.com>
55227              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
55228              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
55229      Branch: perl
55230            ! configure.com
55231 ____________________________________________________________________________
55232 [  7447] By: jhi                                   on 2000/10/25  23:20:02
55233         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
55234              in platforms that strictly require all the symbols being present
55235              at link time.
55236      Branch: perl
55237            ! handy.h
55238 ____________________________________________________________________________
55239 [  7446] By: jhi                                   on 2000/10/25  21:55:57
55240         Log: Update Changes.
55241      Branch: perl
55242            ! Changes patchlevel.h
55243 ____________________________________________________________________________
55244 [  7445] By: jhi                                   on 2000/10/25  21:27:08
55245         Log: Integrate with vmsperl #7430 by Charles Bailey:
55246              
55247              Cleanup from prior patch (Charles Lane?):
55248              - improve handling of MFDs in Basename and Path
55249              - default to no xsubpp line # munging when building debug images
55250      Branch: perl
55251           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
55252 ____________________________________________________________________________
55253 [  7444] By: jhi                                   on 2000/10/25  21:03:50
55254         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
55255              From: John Peacock <JPeacock@UnivPress.com>
55256              Date: Thu, 18 May 2000 11:55:27 -0400
55257              Message-ID: <3924126F.A58BE57A@UnivPress.com>
55258      Branch: perl
55259            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
55260            ! t/op/write.t
55261 ____________________________________________________________________________
55262 [  7443] By: jhi                                   on 2000/10/25  20:43:10
55263         Log: Temporary stopgap for the self-tying issue: for now only
55264              array and hash self-ties are verboten.  The real fix, of
55265              course, would be to comprehensively test (and implement?)
55266              and debug (and document) self-ties.
55267      Branch: perl
55268            ! pod/perldiag.pod pp_sys.c t/op/tie.t
55269 ____________________________________________________________________________
55270 [  7442] By: jhi                                   on 2000/10/25  20:14:30
55271         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
55272              From: Dan Sugalski <dan@sidhe.org>
55273              Date: Wed, 25 Oct 2000 13:36:35 -0400
55274              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
55275              
55276              plus regen global.sym.
55277      Branch: perl
55278            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
55279            ! thrdvar.h util.c
55280 ____________________________________________________________________________
55281 [  7441] By: jhi                                   on 2000/10/25  20:12:20
55282         Log: buildtoc target tweaks.
55283      Branch: perl
55284            ! pod/Makefile.SH
55285 ____________________________________________________________________________
55286 [  7440] By: jhi                                   on 2000/10/25  20:03:53
55287         Log: A new version of making the syslog test more robust.
55288              (Replaces #7421.)
55289              
55290              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
55291              From: "Kurt D. Starsinic" <kstar@chapin.edu>
55292              Date: Wed, 25 Oct 2000 12:13:54 -0400
55293              Message-ID: <20001025121354.B2264@O2.chapin.edu>
55294      Branch: perl
55295            ! t/lib/syslog.t
55296 ____________________________________________________________________________
55297 [  7439] By: jhi                                   on 2000/10/25  20:00:48
55298         Log: Continue the internal UTF-8 API tweaking.
55299              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
55300              used much more than the simpler API, now called utf8_to_uv_simple().
55301              Still not quite happy with API, too much partial duplication
55302              of functionality.
55303      Branch: perl
55304            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
55305            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
55306            ! regcomp.c regexec.c sv.c toke.c utf8.c
55307 ____________________________________________________________________________
55308 [  7438] By: jhi                                   on 2000/10/25  18:52:30
55309         Log: Allow poking holes at the UTF-8 decoding strictness.
55310      Branch: perl
55311            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
55312            ! utf8.h
55313 ____________________________________________________________________________
55314 [  7437] By: jhi                                   on 2000/10/25  13:53:05
55315         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
55316              UTF8LEN() and UTF8SKIP(). 
55317      Branch: perl
55318            ! pp.c utf8.c utf8.h
55319 ____________________________________________________________________________
55320 [  7436] By: jhi                                   on 2000/10/25  13:51:37
55321         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
55322              From: Nicholas Clark <nick@ccl4.org>
55323              Date: Wed, 25 Oct 2000 14:44:05 +0100
55324              Message-ID: <20001025144404.D27253@plum.flirble.org>
55325      Branch: perl
55326            ! pod/perlrun.pod
55327 ____________________________________________________________________________
55328 [  7435] By: jhi                                   on 2000/10/25  13:49:32
55329         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
55330              From: Mike Guy <mjtg@cam.ac.uk>
55331              Date: Tue, 24 Oct 2000 14:59:40 +0100
55332              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
55333      Branch: perl
55334            ! scope.c
55335 ____________________________________________________________________________
55336 [  7434] By: jhi                                   on 2000/10/25  13:48:41
55337         Log: AIX is picky about its symbol exports.  Solution for now
55338              is to include the deb.o explicitly to the re extension build.
55339              
55340              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
55341              From: Peter Prymmer <pvhp@forte.com>
55342              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
55343              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
55344      Branch: perl
55345            ! ext/re/Makefile.PL hints/aix.sh
55346 ____________________________________________________________________________
55347 [  7433] By: jhi                                   on 2000/10/25  13:46:49
55348         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
55349              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
55350              Date: Wed, 25 Oct 2000 12:02:20 +0200
55351              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
55352      Branch: perl
55353            ! perlsdio.h
55354 ____________________________________________________________________________
55355 [  7432] By: jhi                                   on 2000/10/25  13:44:28
55356         Log: Subject: Minor update to find2perl, for portability
55357              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
55358              Date: Wed, 25 Oct 2000 12:05:47 +0100
55359              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
55360      Branch: perl
55361            ! x2p/find2perl.PL
55362 ____________________________________________________________________________
55363 [  7431] By: jhi                                   on 2000/10/25  13:40:39
55364         Log: Add targets to Makefile.SH, most importantly
55365              'regen_all' which also remembers to update vms/perly*.
55366      Branch: perl
55367            ! Makefile.SH
55368 ____________________________________________________________________________
55369 [  7430] By: bailey                                on 2000/10/25  03:13:53
55370         Log: Cleanup from prior patch (Charles Lane?):
55371              - improve handling of MFDs in Basename and Path
55372              - default to no xsubpp line # munging when building debug images
55373      Branch: vmsperl
55374            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
55375 ____________________________________________________________________________
55376 [  7429] By: jhi                                   on 2000/10/24  20:03:40
55377         Log: Podify README.epoc and README.vos.
55378      Branch: perl
55379            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
55380            ! pod/perlport.pod pod/perltoc.pod
55381 ____________________________________________________________________________
55382 [  7428] By: jhi                                   on 2000/10/24  19:10:33
55383         Log: Stratus VOS updates from Paul Green.
55384      Branch: perl
55385            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
55386            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
55387            - vos/config.def vos/config.h vos/config_h.SH_orig
55388            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
55389            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
55390 ____________________________________________________________________________
55391 [  7427] By: jhi                                   on 2000/10/24  18:59:48
55392         Log: Check if stdio supports tweaking lval and cnt simultaneously.
55393              
55394              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
55395              From: Nicholas Clark <nick@ccl4.org>
55396              Date: Mon, 23 Oct 2000 15:39:32 +0100
55397              Message-ID: <20001023153932.A10786@plum.flirble.org>
55398      Branch: metaconfig
55399            ! U/compline/d_stdstdio.U
55400      Branch: perl
55401            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
55402            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
55403            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
55404            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
55405            ! vos/config.h vos/config_h.SH_orig win32/config.bc
55406            ! win32/config.gc win32/config.vc
55407 ____________________________________________________________________________
55408 [  7426] By: jhi                                   on 2000/10/24  17:57:44
55409         Log: Missed the header file changes from #7425.
55410      Branch: perl
55411            ! embed.h embed.pl objXSUB.h proto.h
55412 ____________________________________________________________________________
55413 [  7425] By: jhi                                   on 2000/10/24  17:55:17
55414         Log: Fix the bug reported in
55415              
55416              From: andreas.koenig@anima.de (Andreas J. Koenig)
55417              Subject: Encode bug?
55418              Date: 24 Oct 2000 14:01:26 +0200 
55419              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
55420              
55421              Also make is_utf8_char() stricter.
55422      Branch: perl
55423            ! ext/Encode/Encode.xs utf8.c
55424 ____________________________________________________________________________
55425 [  7424] By: jhi                                   on 2000/10/24  15:15:39
55426         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
55427              From: Peter Scott <Peter@PSDT.com>
55428              Date: Mon, 23 Oct 2000 19:46:01 -0700
55429              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
55430      Branch: perl
55431            ! pod/perlfaq5.pod
55432 ____________________________________________________________________________
55433 [  7423] By: jhi                                   on 2000/10/24  14:25:30
55434         Log: Test tweak to avoid pulling in the whole Config.
55435      Branch: perl
55436            ! t/lib/st-lock.t
55437 ____________________________________________________________________________
55438 [  7422] By: jhi                                   on 2000/10/24  14:03:16
55439         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
55440      Branch: perl
55441            ! pp.c
55442 ____________________________________________________________________________
55443 [  7421] By: jhi                                   on 2000/10/24  13:32:09
55444         Log: (Replaced by #7440.)
55445              
55446              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
55447              From: "Kurt D. Starsinic" <kstar@chapin.edu>
55448              Date: Mon, 23 Oct 2000 16:40:54 -0400
55449              Message-ID: <20001023164054.B14491@O2.chapin.edu>
55450      Branch: perl
55451            ! t/lib/syslog.t
55452 ____________________________________________________________________________
55453 [  7420] By: jhi                                   on 2000/10/24  13:30:53
55454         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
55455              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
55456              Date: Mon, 23 Oct 2000 17:29:03 -0400
55457              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
55458      Branch: perl
55459            ! lib/ExtUtils/MM_Unix.pm
55460 ____________________________________________________________________________
55461 [  7419] By: jhi                                   on 2000/10/24  13:29:57
55462         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
55463              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
55464              Date: Mon, 23 Oct 2000 19:01:32 -0400
55465              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
55466      Branch: perl
55467            ! utils/h2xs.PL
55468 ____________________________________________________________________________
55469 [  7418] By: jhi                                   on 2000/10/24  13:26:04
55470         Log: Replace #7409 with
55471              
55472              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
55473              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
55474              Date: Mon, 23 Oct 2000 20:08:56 +0200
55475              Message-ID: <20001023200855.A14850@nice.ram.loc>
55476      Branch: perl
55477            ! ext/Storable/Storable.pm t/lib/st-lock.t
55478 ____________________________________________________________________________
55479 [  7417] By: jhi                                   on 2000/10/24  13:17:52
55480         Log: Run vms/vms_yfix.pl, should have done that after changing
55481              perly.c in #7382.
55482      Branch: perl
55483            ! vms/perly_c.vms vms/perly_h.vms
55484 ____________________________________________________________________________
55485 [  7416] By: jhi                                   on 2000/10/24  02:55:33
55486         Log: Make the UTF-8 decoding stricter and more verbose when
55487              malformation happens.  This involved adding an argument
55488              to utf8_to_uv_chk(), which involved changing its prototype,
55489              and prefer STRLEN over I32 for the UTF-8 length, which as
55490              a domino effect necessitated changing the prototypes of
55491              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
55492              The stricter UTF-8 decoding checking uses Markus Kuhn's
55493              UTF-8 Decode Stress Tester from
55494              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
55495      Branch: perl
55496            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
55497            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
55498            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
55499            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
55500 ____________________________________________________________________________
55501 [  7415] By: jhi                                   on 2000/10/23  14:06:06
55502         Log: Update Changes.
55503      Branch: perl
55504            ! Changes patchlevel.h
55505 ____________________________________________________________________________
55506 [  7414] By: jhi                                   on 2000/10/23  12:39:52
55507         Log: Undo the basename() part of #7412 since the lib/basename
55508              tests would need upgrading too.
55509      Branch: perl
55510            ! lib/File/Basename.pm
55511 ____________________________________________________________________________
55512 [  7413] By: jhi                                   on 2000/10/23  12:19:27
55513         Log: Document PERL_INSTALL_ROOT of #7210.
55514      Branch: perl
55515            ! lib/ExtUtils/Install.pm
55516 ____________________________________________________________________________
55517 [  7412] By: jhi                                   on 2000/10/23  12:16:47
55518         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
55519      Branch: perl
55520            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
55521            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
55522 ____________________________________________________________________________
55523 [  7411] By: jhi                                   on 2000/10/23  12:07:41
55524         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
55525              From: Prymmer/Kahn <pvhp@best.com>
55526              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
55527              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
55528      Branch: perl
55529            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
55530 ____________________________________________________________________________
55531 [  7410] By: jhi                                   on 2000/10/23  04:10:11
55532         Log: The change #7187 was not so good on VMS.
55533              
55534              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
55535              From: "Craig A. Berry" <craig.berry@psinetcs.com>
55536              Date: Sun, 22 Oct 2000 23:03:08 -0500
55537              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
55538      Branch: perl
55539            ! utils/perldoc.PL
55540 ____________________________________________________________________________
55541 [  7409] By: jhi                                   on 2000/10/23  03:57:36
55542         Log: Avoid Storable locking on DJGPP for now.
55543              
55544              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
55545              From: "Peter J. Farley III" <pjfarley@banet.net>
55546              Date: Sun, 22 Oct 2000 20:00:00 -0400
55547              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
55548      Branch: perl
55549            ! ext/Storable/Storable.pm t/lib/st-lock.t
55550 ____________________________________________________________________________
55551 [  7408] By: jhi                                   on 2000/10/23  03:50:24
55552         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
55553              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
55554              Date: Sun, 22 Oct 2000 21:12:22 -0400
55555              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
55556      Branch: perl
55557            ! lib/vars.pm
55558 ____________________________________________________________________________
55559 [  7407] By: jhi                                   on 2000/10/23  03:43:12
55560         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
55561              From: Hugo <hv@crypt.compulink.co.uk>
55562              Date: Mon, 23 Oct 2000 00:47:22 +0100
55563              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
55564      Branch: perl
55565            ! regexec.c t/op/pat.t
55566 ____________________________________________________________________________
55567 [  7406] By: jhi                                   on 2000/10/23  03:40:29
55568         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
55569      Branch: perl
55570            ! lib/ExtUtils/MakeMaker.pm
55571 ____________________________________________________________________________
55572 [  7405] By: jhi                                   on 2000/10/22  21:32:00
55573         Log: Doc patch.
55574              
55575              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
55576              From: rspier@pobox.com (Robert Spier)
55577              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
55578              Message-ID: <14835.16112.13457.447971@rls.cx>
55579      Branch: perl
55580            ! lib/strict.pm
55581 ____________________________________________________________________________
55582 [  7404] By: jhi                                   on 2000/10/22  21:30:51
55583         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
55584              From: rspier@pobox.com (Robert Spier)
55585              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
55586              Message-ID: <14835.17223.72448.705566@rls.cx>
55587      Branch: perl
55588            ! lib/ExtUtils/MakeMaker.pm
55589 ____________________________________________________________________________
55590 [  7403] By: jhi                                   on 2000/10/22  21:24:11
55591         Log: Subject: [PATCH bleadperl] ripples from constsub patch
55592              From: John Tobey <jtobey@john-edwin-tobey.org>
55593              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
55594              Message-Id: <m13nSOB-000FObC@feynman.localnet>
55595      Branch: perl
55596            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
55597 ____________________________________________________________________________
55598 [  7402] By: jhi                                   on 2000/10/22  20:59:35
55599         Log: Support s?printf parameter reordering.
55600      Branch: perl
55601            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
55602 ____________________________________________________________________________
55603 [  7401] By: jhi                                   on 2000/10/22  19:19:14
55604         Log: Expand %Config variables only if explicitly so requested
55605              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
55606              
55607              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
55608              From: Gurusamy Sarathy <gsar@ActiveState.com>
55609              Date: Sun, 22 Oct 2000 11:47:32 -0700
55610              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
55611      Branch: perl
55612            ! Makefile.SH lib/lib_pm.PL
55613 ____________________________________________________________________________
55614 [  7400] By: jhi                                   on 2000/10/22  18:24:10
55615         Log: Move the #7390 test from warn/op to comp/redef.
55616              
55617              Subject: Re: Creating const subs for constants.
55618              From: John Tobey <jtobey@john-edwin-tobey.org>
55619              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
55620              Message-Id: <m13nG72-000FObC@feynman.localnet>               
55621      Branch: perl
55622            ! t/comp/redef.t t/pragma/warn/op
55623 ____________________________________________________________________________
55624 [  7399] By: jhi                                   on 2000/10/22  17:49:59
55625         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
55626              From: Nicholas Clark <nick@ccl4.org>
55627              Date: Sat, 21 Oct 2000 22:23:19 +0100
55628              Message-ID: <20001021222319.B45586@plum.flirble.org>
55629      Branch: perl
55630            ! ext/DynaLoader/DynaLoader_pm.PL
55631 ____________________________________________________________________________
55632 [  7398] By: jhi                                   on 2000/10/22  17:47:35
55633         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
55634              From: Hugo <hv@crypt.compulink.co.uk>
55635              Date: Sat, 21 Oct 2000 18:19:59 +0100
55636              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
55637      Branch: perl
55638            ! ext/B/B.pm ext/B/B/C.pm
55639 ____________________________________________________________________________
55640 [  7397] By: jhi                                   on 2000/10/22  17:35:18
55641         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
55642              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
55643              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
55644              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
55645      Branch: perl
55646            ! hints/openbsd.sh
55647 ____________________________________________________________________________
55648 [  7396] By: jhi                                   on 2000/10/22  17:19:46
55649         Log: Subject: installman go-faster stripes
55650              From: Nicholas Clark <nick@talking.bollo.cx>
55651              Date: Sat, 21 Oct 2000 17:24:53 +0100
55652              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
55653              
55654              Subject: Re: installman go-faster stripes
55655              From: Russ Allbery <rra@stanford.edu>
55656              Date: 21 Oct 2000 11:04:13 -0700
55657              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
55658      Branch: perl
55659            ! installman pod/pod2man.PL
55660 ____________________________________________________________________________
55661 [  7395] By: jhi                                   on 2000/10/22  17:17:35
55662         Log: Hints tweak from Anton Berezin.
55663      Branch: perl
55664            ! hints/freebsd.sh
55665 ____________________________________________________________________________
55666 [  7394] By: jhi                                   on 2000/10/22  04:50:04
55667         Log: Tweak the Is* definitions of Unicode character classes
55668              to better match the official categorizations; embrace
55669              the official categorizations; add the combining marks
55670              as alpha (and -numeric); fix DCinital (a typo and edito)
55671              to be DCmedial.
55672      Branch: perl
55673            + lib/unicode/Is/DCmedial.pl
55674            - lib/unicode/Is/DCinital.pl
55675            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
55676            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
55677            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
55678            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
55679 ____________________________________________________________________________
55680 [  7393] By: jhi                                   on 2000/10/21  18:06:05
55681         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
55682              From: Daniel Chetlin <daniel@chetlin.com>
55683              Date: Sat, 21 Oct 2000 02:57:03 -0700
55684              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
55685      Branch: perl
55686            + t/lib/tie-splice.t
55687            ! MANIFEST lib/Tie/Array.pm
55688 ____________________________________________________________________________
55689 [  7392] By: gsar                                  on 2000/10/21  18:05:15
55690         Log: resync utfperl branch with mainline
55691      Branch: utfperl
55692           !> (integrate 1760 files)
55693 ____________________________________________________________________________
55694 [  7391] By: jhi                                   on 2000/10/21  14:37:49
55695         Log: Testcases for a #7383,#7385 related bug.
55696              
55697              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
55698              From: Nicholas Clark <nick@ccl4.org>
55699              Date: Sat, 21 Oct 2000 15:04:51 +0100
55700              Message-ID: <20001021150451.A51566@plum.flirble.org>
55701      Branch: perl
55702            ! t/pragma/utf8.t
55703 ____________________________________________________________________________
55704 [  7390] By: jhi                                   on 2000/10/21  14:35:57
55705         Log: Add a testcase for #7389.
55706      Branch: perl
55707            ! t/pragma/warn/op
55708 ____________________________________________________________________________
55709 [  7389] By: jhi                                   on 2000/10/21  14:26:45
55710         Log: Subject: Re: Creating const subs for constants.
55711              From: John Tobey <jtobey@john-edwin-tobey.org>
55712              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
55713              Message-Id: <m13mo0N-000FObC@feynman.localnet>
55714      Branch: perl
55715            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
55716            ! proto.h sv.c
55717 ____________________________________________________________________________
55718 [  7388] By: nick                                  on 2000/10/21  11:44:23
55719         Log: Populate perlio branch
55720      Branch: perlio
55721           +> (branch 1760 files)
55722 ____________________________________________________________________________
55723 [  7387] By: nick                                  on 2000/10/21  10:52:05
55724         Log: Get branch back as replica of mainline via :
55725              p4 integrate -b utfperl
55726              p4 resolve -at ./...
55727      Branch: utfperl
55728           +> (branch 269 files)
55729            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
55730            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
55731            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
55732            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
55733            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
55734            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
55735            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
55736            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
55737            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
55738            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
55739            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
55740            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
55741            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
55742            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
55743            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
55744            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
55745            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
55746            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
55747            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
55748            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
55749            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
55750            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
55751            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
55752            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
55753            - lib/unicode/UCD300.html lib/unicode/Unicode.300
55754            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
55755            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
55756            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
55757            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
55758           !> (integrate 965 files)
55759 ____________________________________________________________________________
55760 [  7386] By: jhi                                   on 2000/10/21  01:31:12
55761         Log: Update Changes.
55762      Branch: perl
55763            ! Changes patchlevel.h
55764 ____________________________________________________________________________
55765 [  7385] By: jhi                                   on 2000/10/21  01:28:42
55766         Log: The #7383 was right only in the context of the original bug report,
55767              not in more general case.
55768      Branch: perl
55769            ! pp_hot.c
55770 ____________________________________________________________________________
55771 [  7384] By: jhi                                   on 2000/10/21  01:08:23
55772         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
55773      Branch: perl
55774            ! ext/IO/lib/IO/Select.pm
55775 ____________________________________________________________________________
55776 [  7383] By: jhi                                   on 2000/10/21  00:44:18
55777         Log: Fix for ID 20001020.006, concatenating an unset submatch
55778              with utf8 resulted in "Modification of a read-only value".
55779      Branch: perl
55780            ! pp_hot.c t/pragma/utf8.t
55781 ____________________________________________________________________________
55782 [  7382] By: jhi                                   on 2000/10/20  20:44:31
55783         Log: Make scan_num() reëntrant, as suggested in
55784              
55785              Subject: [PATCH perl@7229] Rentrant parser and yylex()
55786              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
55787              Date: Fri, 20 Oct 2000 14:17:27 +0100
55788              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
55789      Branch: perl
55790            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
55791            ! toke.c
55792 ____________________________________________________________________________
55793 [  7381] By: jhi                                   on 2000/10/20  20:07:29
55794         Log: Reëntrancy fix.
55795              
55796              Subject: [PATCH perl@7229] Rentrant parser and yylex()
55797              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
55798              Date: Fri, 20 Oct 2000 14:17:27 +0100
55799              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
55800      Branch: perl
55801            ! embed.h embed.pl perl.h proto.h toke.c
55802 ____________________________________________________________________________
55803 [  7380] By: jhi                                   on 2000/10/20  19:15:54
55804         Log: Don't write double values through long double pointers,
55805              based on a part of
55806              
55807              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
55808              From: Jens Hamisch <jens@Strawberry.COM>
55809              Date: Tue, 17 Oct 2000 08:39:36 +0200
55810              Message-Id: <20001017083936.A11104@Strawberry.COM>
55811      Branch: perl
55812            ! perl.h pp.c
55813 ____________________________________________________________________________
55814 [  7379] By: jhi                                   on 2000/10/20  18:43:37
55815         Log: Portability tweak on #7377.
55816              
55817              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
55818              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
55819              Date:     Fri, 20 Oct 2000 13:13:41 EDT
55820              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
55821      Branch: perl
55822            ! t/lib/dprof.t
55823 ____________________________________________________________________________
55824 [  7378] By: jhi                                   on 2000/10/20  12:57:19
55825         Log: SOCKS function redefinitions need prototypes, too, otherwise
55826              for example 32 bit versus 64 bit differences cause a lot of
55827              problems.  Part of
55828              
55829              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
55830              From: Jens Hamisch <jens@Strawberry.COM>
55831              Date: Tue, 17 Oct 2000 08:39:36 +0200
55832              Message-Id: <20001017083936.A11104@Strawberry.COM>
55833      Branch: perl
55834            ! doio.c pp_sys.c
55835 ____________________________________________________________________________
55836 [  7377] By: jhi                                   on 2000/10/20  12:37:12
55837         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
55838              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
55839              Date:     Fri, 20 Oct 2000 08:26:04 EDT
55840              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
55841      Branch: perl
55842            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
55843 ____________________________________________________________________________
55844 [  7376] By: jhi                                   on 2000/10/20  12:35:31
55845         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
55846              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
55847              Date:     Fri, 20 Oct 2000 07:48:15 EDT
55848              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
55849      Branch: perl
55850            ! configure.com vms/gen_shrfls.pl
55851 ____________________________________________________________________________
55852 [  7375] By: bailey                                on 2000/10/20  04:44:37
55853         Log: SYN SYN
55854      Branch: vmsperl
55855           +> (branch 134 files)
55856            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
55857            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
55858            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
55859            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
55860            - eg/cgi/frameset.cgi eg/cgi/index.html
55861            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
55862            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
55863            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
55864            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
55865            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
55866            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
55867            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
55868            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
55869            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
55870            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
55871            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
55872            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
55873            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
55874            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
55875            - lib/unicode/Props.txt lib/unicode/UCD300.html
55876            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
55877            - utils/perlbc.PL vms/subconfigure.com
55878           !> (integrate 785 files)
55879 ____________________________________________________________________________
55880 [  7374] By: jhi                                   on 2000/10/20  00:59:48
55881         Log: In the latest compiler builds cccdlflags must not become -fpic,
55882              from Wilfredo Sánchez.
55883      Branch: perl
55884            ! hints/darwin.sh
55885 ____________________________________________________________________________
55886 [  7373] By: jhi                                   on 2000/10/20  00:56:35
55887         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
55888              From: Tony Cook <tony@develop-help.com>
55889              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
55890              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
55891      Branch: perl
55892            ! pod/perlop.pod
55893 ____________________________________________________________________________
55894 [  7372] By: jhi                                   on 2000/10/19  19:34:40
55895         Log: Typo noted by Mark Lutz.
55896      Branch: perl
55897            ! t/op/64bitint.t
55898 ____________________________________________________________________________
55899 [  7371] By: jhi                                   on 2000/10/19  19:33:13
55900         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
55901      Branch: metaconfig
55902            ! U/modified/Cppsym.U U/modified/Oldconfig.U
55903      Branch: metaconfig/U/perl
55904            ! End.U dlsrc.U libperl.U
55905      Branch: perl
55906            + hints/nonstopux.sh
55907            ! Configure MANIFEST config_h.SH
55908 ____________________________________________________________________________
55909 [  7370] By: jhi                                   on 2000/10/19  17:18:08
55910         Log: Subject: PATCH do_print has 2 PerlIO_error()s
55911              From: nick@ccl4.org
55912              Date: Thu, 19 Oct 2000 18:09:20 +0100
55913              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
55914      Branch: perl
55915            ! doio.c
55916 ____________________________________________________________________________
55917 [  7369] By: jhi                                   on 2000/10/19  14:01:49
55918         Log: Update Changes.
55919      Branch: perl
55920            ! Changes patchlevel.h
55921 ____________________________________________________________________________
55922 [  7368] By: jhi                                   on 2000/10/19  13:04:29
55923         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
55924              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
55925              Date: Wed, 18 Oct 2000 13:12:01 +0200
55926              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
55927      Branch: perl
55928            ! hints/aix.sh
55929 ____________________________________________________________________________
55930 [  7367] By: jhi                                   on 2000/10/19  02:22:40
55931         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
55932              of a 'pmshort' anywhere in the B, so the offending line was simply
55933              removed.
55934      Branch: perl
55935            ! ext/B/B/Debug.pm
55936 ____________________________________________________________________________
55937 [  7366] By: jhi                                   on 2000/10/19  02:12:37
55938         Log: Add the test case for the bug id 20000730.004 which seems
55939              to have been fixed by now.
55940      Branch: perl
55941            ! t/pragma/utf8.t
55942 ____________________________________________________________________________
55943 [  7365] By: jhi                                   on 2000/10/18  23:36:24
55944         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
55945              From: Hugo <hv@crypt.compulink.co.uk>
55946              Date: Wed, 18 Oct 2000 23:25:58 +0100
55947              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
55948      Branch: perl
55949            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
55950 ____________________________________________________________________________
55951 [  7364] By: jhi                                   on 2000/10/18  21:12:53
55952         Log: (retracted)
55953      Branch: perl
55954            ! pp.c
55955 ____________________________________________________________________________
55956 [  7363] By: jhi                                   on 2000/10/18  20:55:38
55957         Log: Missing change from #7362.
55958      Branch: perl
55959            ! win32/perlhost.h
55960 ____________________________________________________________________________
55961 [  7362] By: jhi                                   on 2000/10/18  20:52:01
55962         Log: Borland C fstat() never saw the fd as writable.
55963              
55964              Subject: fix for Borland's weak "stat" (perl@7211)
55965              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
55966              Date: Mon, 16 Oct 2000 09:55:03 +0400
55967              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
55968      Branch: perl
55969            ! win32/win32.c
55970 ____________________________________________________________________________
55971 [  7361] By: jhi                                   on 2000/10/18  17:43:50
55972         Log: Regen toc.
55973      Branch: perl
55974            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
55975 ____________________________________________________________________________
55976 [  7360] By: jhi                                   on 2000/10/18  17:07:44
55977         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
55978              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
55979              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
55980              Date: Mon, 16 Oct 2000 15:19:49 +0200
55981      Branch: perl
55982            + README.aix
55983            ! MANIFEST
55984 ____________________________________________________________________________
55985 [  7359] By: jhi                                   on 2000/10/18  17:04:49
55986         Log: Subject: Pod patch for Devel::Peek
55987              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
55988              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
55989              Date: Mon, 16 Oct 2000 12:26:34 +0200
55990      Branch: perl
55991            ! ext/Devel/Peek/Peek.pm
55992 ____________________________________________________________________________
55993 [  7358] By: jhi                                   on 2000/10/18  17:03:15
55994         Log: Make Cwd more bulletproof in chrooted environments.
55995              
55996              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
55997              From: "Eric E. Coe" <Eric.Coe@oracle.com>
55998              Date: Wed, 18 Oct 2000 04:03:54 -0400
55999              Message-Id: <39ED596A.70E599FE@oracle.com>
56000      Branch: perl
56001            ! lib/Cwd.pm
56002 ____________________________________________________________________________
56003 [  7357] By: jhi                                   on 2000/10/18  16:37:26
56004         Log: Disable the UTF8 downgrade croakage for now to avoid
56005              too many not okay messages.
56006      Branch: perl
56007            ! doio.c
56008 ____________________________________________________________________________
56009 [  7356] By: jhi                                   on 2000/10/17  23:29:41
56010         Log: Show the failed remote port, instead of the failing line number.
56011              
56012              Subject: [PATCH 5.6.1 Debugger] More diagnostics
56013              From: David Sparks <daves@ActiveState.com>
56014              Date: Tue, 17 Oct 2000 15:00:24 -0700
56015              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
56016      Branch: perl
56017            ! lib/perl5db.pl
56018 ____________________________________________________________________________
56019 [  7355] By: jhi                                   on 2000/10/17  14:11:31
56020         Log: On output try to downgrade to bytes, croak if impossible,
56021              from Simon Cozens.  This means that outputting >255 UTF8
56022              is impossible.  Consider this as a strong incentive to get
56023              the I/O disciplines implemented.
56024      Branch: perl
56025            ! doio.c pod/perldiag.pod sv.c
56026 ____________________________________________________________________________
56027 [  7354] By: jhi                                   on 2000/10/17  13:42:23
56028         Log: Clarify documentation on 'use bytes'.
56029              
56030              Subject: Re: What does 'use bytes' "mean" ?
56031              From: Simon Cozens <simon@cozens.net>
56032              Date: Mon, 18 Sep 2000 18:24:25 +0100
56033              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
56034      Branch: perl
56035            ! lib/bytes.pm
56036 ____________________________________________________________________________
56037 [  7353] By: jhi                                   on 2000/10/17  13:28:12
56038         Log: Workaround for a sfio bug where the stream error indicator
56039              is not cleared as documented.
56040              
56041              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
56042              From: Nicholas Clark <nick@ccl4.org>
56043              Date: Mon, 16 Oct 2000 18:28:23 +0100
56044              Message-ID: <20001016182823.J19700@plum.flirble.org>
56045      Branch: perl
56046            ! doio.c
56047 ____________________________________________________________________________
56048 [  7352] By: jhi                                   on 2000/10/17  13:06:19
56049         Log: More IoTYPE sprinkling.
56050      Branch: perl
56051            ! doio.c pp_hot.c
56052 ____________________________________________________________________________
56053 [  7351] By: jhi                                   on 2000/10/16  22:47:07
56054         Log: Detect early whether the std streams have gone bad.
56055              
56056              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
56057              Date: Mon, 16 Oct 2000 23:28:42 +0100
56058              From: Nicholas Clark <nick@ccl4.org>
56059              Message-ID: <20001016232842.A37942@plum.flirble.org>
56060      Branch: perl
56061            ! t/op/misc.t
56062 ____________________________________________________________________________
56063 [  7350] By: jhi                                   on 2000/10/16  22:45:16
56064         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
56065              From: "Peter J. Farley III" <pjfarley@banet.net>
56066              Date: Mon, 16 Oct 2000 18:15:59 -0400
56067              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
56068      Branch: perl
56069            ! djgpp/djgpp.c dosish.h t/io/open.t
56070 ____________________________________________________________________________
56071 [  7349] By: jhi                                   on 2000/10/16  22:36:45
56072         Log: perldelta tweak.
56073      Branch: perl
56074            ! pod/perldelta.pod
56075 ____________________________________________________________________________
56076 [  7348] By: jhi                                   on 2000/10/16  15:17:53
56077         Log: Update Changes.
56078      Branch: perl
56079            ! Changes patchlevel.h
56080 ____________________________________________________________________________
56081 [  7347] By: jhi                                   on 2000/10/16  13:55:27
56082         Log: Add the capability to include/exclude branches.
56083      Branch: perl
56084            ! Porting/genlog
56085 ____________________________________________________________________________
56086 [  7346] By: jhi                                   on 2000/10/16  13:18:04
56087         Log: Add Charles Lane.
56088      Branch: perl
56089            ! AUTHORS Changes
56090 ____________________________________________________________________________
56091 [  7345] By: jhi                                   on 2000/10/16  13:13:21
56092         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
56093      Branch: perl
56094            ! pod/perldelta.pod
56095 ____________________________________________________________________________
56096 [  7344] By: gsar                                  on 2000/10/16  09:30:21
56097         Log: integrate change#6220 from cfgperl
56098              
56099              Win32 patches from Benjamin Stuhl.
56100      Branch: maint-5.6/perl
56101           !> makedef.pl win32/win32.h
56102 ____________________________________________________________________________
56103 [  7343] By: gsar                                  on 2000/10/16  08:32:19
56104         Log: integrate changes#6221,6222 from cfgperl
56105              
56106              Remove tr///CU (the feature is to be obsoleted by better interfaces).
56107              From: simon@brecon.co.uk (Simon Cozens)
56108              Subject: [PATCH] Eliminate tr///[CU][CU]
56109              Date: 23 Jun 2000 11:05:40 GMT
56110              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
56111              
56112              doc typo fix
56113              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
56114              From: Ian Phillipps <Ian.Phillipps@iname.com>
56115              Date: Fri, 23 Jun 2000 10:40:58 +0100
56116              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
56117      Branch: maint-5.6/perl
56118           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
56119 ____________________________________________________________________________
56120 [  7342] By: gsar                                  on 2000/10/16  08:28:08
56121         Log: integrate change#6217 from cfgperl (in part)
56122              
56123              Rename the fdpid locking and integrate with Sarathy.
56124      Branch: maint-5.6/perl
56125           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
56126           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
56127           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
56128           !> win32/win32.c
56129 ____________________________________________________________________________
56130 [  7341] By: gsar                                  on 2000/10/16  08:23:39
56131         Log: integrate changes#6214..6216 from mainline
56132              
56133              @_ can't have junk in it even in the non-USE_ITHREADS case because
56134              caller() wants to populate @DB::args with it (causes a coredump
56135              in Carp::confess())
56136              
56137              tweak comment about @DB::args
56138              
56139              be more optimal about clearing @_
56140      Branch: maint-5.6/perl
56141           !> av.h cop.h pp_ctl.c t/op/runlevel.t
56142 ____________________________________________________________________________
56143 [  7340] By: gsar                                  on 2000/10/16  08:20:37
56144         Log: integrate changes#6207..6210 from cfgperl
56145              
56146              Subject: [PATCH 5.6.0] Threadsafe patches
56147              From: Dan Sugalski <dan@sidhe.org>
56148              To: perl5-porters@perl.org
56149              Date: Mon, 08 May 2000 18:08:13 -0400
56150              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
56151              
56152              Regen headers for #6207.
56153              
56154              Lock PL_fdpid against race conditions, based on:
56155              Subject: [PATCH 5.6.0]subprocess fixup for threads
56156              From: Dan Sugalski <dan@sidhe.org>
56157              To: perl5-porters@perl.org
56158              Date: Tue, 11 Apr 2000 17:02:32 -0400
56159              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
56160              
56161              Mopup for #6207 and #6209.
56162      Branch: maint-5.6/perl
56163           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
56164           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
56165           !> win32/win32.c
56166 ____________________________________________________________________________
56167 [  7339] By: gsar                                  on 2000/10/16  08:14:34
56168         Log: integrate change#6203 from cfgperl
56169              
56170              perldiag should refer to perlos2.pod not README.os2
56171      Branch: maint-5.6/perl
56172           !> pod/perldiag.pod
56173 ____________________________________________________________________________
56174 [  7338] By: gsar                                  on 2000/10/16  08:11:42
56175         Log: integrate change#6201 from mainline
56176              
56177              Perl_eval_pv() leaks 4 bytes every time it is called because it
56178              does a PUSHMARK that's never ever POPMARKed; in general, only
56179              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
56180              Perl_eval_[sp]v() don't because they don't take any incoming
56181              arguments (this leak has been around since the original version
56182              of perl_eval_pv() in 5.003_97e)
56183      Branch: maint-5.6/perl
56184           !> perl.c
56185 ____________________________________________________________________________
56186 [  7337] By: gsar                                  on 2000/10/16  08:08:47
56187         Log: integrate changes#6197..6200 from cfgperl
56188              
56189              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
56190              From: John Borwick <jhborwic@unity.ncsu.edu>
56191              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
56192              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
56193              
56194              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
56195              From: Dan Sugalski <dan@sidhe.org>
56196              To: vmsperl@perl.org, perl5-porters@perl.org
56197              Date: Fri, 02 Jun 2000 16:00:41 -0400
56198              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
56199              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
56200              
56201              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
56202              From: Dan Sugalski <dan@sidhe.org>
56203              To: perl5-porters@perl.org, vmsperl@perl.org
56204              Date: Fri, 02 Jun 2000 17:30:51 -0400
56205              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
56206              
56207              Update to cperl-mode.el 4.31 from
56208              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
56209              Subject: A couple of notes
56210              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
56211              To: Mailing list Perl5 <perl5-porters@perl.org>
56212              Date: Sat, 3 Jun 2000 23:33:32 -0400
56213              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
56214      Branch: maint-5.6/perl
56215           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
56216           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
56217           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
56218           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
56219           !> vms/vmsish.h
56220 ____________________________________________________________________________
56221 [  7336] By: gsar                                  on 2000/10/16  08:03:46
56222         Log: integrate changes#6194,6195 from mainline
56223              
56224              fix small eval"" memory leaks under USE_ITHREADS
56225              
56226              fix yet another eval"" leak under USE_ITHREADS
56227      Branch: maint-5.6/perl
56228           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
56229           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
56230           !> vms/perly_c.vms
56231 ____________________________________________________________________________
56232 [  7335] By: gsar                                  on 2000/10/16  08:02:15
56233         Log: integrate changes#6190,6191 from mainline
56234              
56235              submit missing embed.pl change
56236              
56237              vec() loses numericalness (modified version of patch suggested
56238              by Robin Barker)
56239      Branch: maint-5.6/perl
56240           !> doop.c embed.pl t/op/vec.t
56241 ____________________________________________________________________________
56242 [  7334] By: gsar                                  on 2000/10/16  08:01:03
56243         Log: integrate change#6189 from mainline
56244              
56245              counting tr/// corrupts later operation (from M.J.T Guy)
56246      Branch: maint-5.6/perl
56247           !> doop.c t/op/tr.t
56248 ____________________________________________________________________________
56249 [  7333] By: gsar                                  on 2000/10/16  07:59:07
56250         Log: integrate changes#6183..6188 from mainline
56251              
56252              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
56253              <nick@ccl4.org>)
56254              
56255              tweak for change#6127
56256              
56257              remove incorrect documentation about implicit split to @_ in
56258              list context, which never really worked in perl 5 (from
56259              M.J.T. Guy)
56260              
56261              further qualify references to "alphanumeric" (from Wolfgang Laun
56262              <wolfgang.laun@alcatel.at>)
56263              
56264              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
56265              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
56266              
56267              h2xs tweaks
56268      Branch: maint-5.6/perl
56269           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
56270           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
56271           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
56272           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
56273           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
56274           !> pod/pod2latex.PL utils/h2xs.PL
56275 ____________________________________________________________________________
56276 [  7332] By: gsar                                  on 2000/10/16  07:53:52
56277         Log: integrate change#6179 from mainline
56278              
56279              buggy modulus on UVs introduced by change#3378 (resulted in
56280              4063328477 % 65535 amounting to 27406, instead of 27407)
56281      Branch: maint-5.6/perl
56282           !> pp.c t/op/arith.t
56283 ____________________________________________________________________________
56284 [  7331] By: gsar                                  on 2000/10/16  07:52:49
56285         Log: integrate changes#6176,6177,6178,6182 from cfgperl
56286              
56287              Single-quoted utf8 patch from Simon Cozens.
56288              
56289              Substitution utf8 patch from Simon Cozens.
56290              
56291              Be cleaner.
56292              
56293              Be Cleaner Part Deux.
56294      Branch: maint-5.6/perl
56295           !> Makefile.SH pp_hot.c toke.c
56296 ____________________________________________________________________________
56297 [  7330] By: gsar                                  on 2000/10/16  07:41:36
56298         Log: integrate change#6172 from mainline
56299              
56300              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
56301              (from Ilya Zakharevich)
56302      Branch: maint-5.6/perl
56303           !> regexec.c t/op/re_tests
56304 ____________________________________________________________________________
56305 [  7329] By: gsar                                  on 2000/10/16  07:40:25
56306         Log: integrate change#6171 from mainline
56307              
56308              scalar() doesn't force scalar context when used in void context
56309              (from Simon Cozens)
56310      Branch: maint-5.6/perl
56311           !> op.c t/op/wantarray.t
56312 ____________________________________________________________________________
56313 [  7328] By: gsar                                  on 2000/10/16  07:39:33
56314         Log: integrate change#6170 from mainline
56315              
56316              change#6142 needs tweaks to tests to work where there's no
56317              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
56318      Branch: maint-5.6/perl
56319           !> t/lib/filefind.t
56320 ____________________________________________________________________________
56321 [  7327] By: gsar                                  on 2000/10/16  07:35:34
56322         Log: integrate changes#6166..6168 from cfgperl
56323              
56324              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
56325              in case somebody wants to write an extension for more
56326              shadow database interfaces.
56327              
56328              tweak todo
56329              
56330              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
56331      Branch: maint-5.6/perl
56332           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
56333           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
56334           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
56335           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
56336           !> win32/config.vc win32/config_H.bc win32/config_H.gc
56337           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
56338 ____________________________________________________________________________
56339 [  7326] By: gsar                                  on 2000/10/16  07:29:05
56340         Log: integrate changes#6157,6159..6161,6164 from cfgperl
56341              
56342              Regen Configure to jive with #6149.
56343              
56344              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
56345              
56346              Changes for the File::Temp 0.08 (change #6159) test suite
56347              to fit better into the Perl distribution test framework.
56348              
56349              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
56350              both from Simon Cozens.
56351              
56352              detypo
56353      Branch: maint-5.6/perl
56354           +> pod/perlmodlib.PL pod/perlnewmod.pod
56355           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
56356           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
56357           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
56358           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
56359 ____________________________________________________________________________
56360 [  7325] By: gsar                                  on 2000/10/16  07:25:13
56361         Log: integrate change#6158 from vmsperl
56362              
56363              Add fallback to tmpfile for use in cases where user's relying on
56364              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
56365              Lane's patch)
56366      Branch: maint-5.6/perl
56367           !> vms/vms.c vms/vmsish.h
56368 ____________________________________________________________________________
56369 [  7324] By: gsar                                  on 2000/10/16  07:20:50
56370         Log: integrate changes#6153..6155 from mainline
56371              
56372              prettier Test::Harness output on failed tests (from Nicholas Clark
56373              <nick@Bagpuss.uk.boo.com>)
56374              
56375              avoid type mismatch warning
56376              
56377              small bug in change#6144; remove random \xA0 character that snuck
56378              in via change#6145
56379      Branch: maint-5.6/perl
56380           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
56381           !> perl.c
56382 ____________________________________________________________________________
56383 [  7323] By: gsar                                  on 2000/10/16  07:18:47
56384         Log: integrate changes#6151,6152 from mainline
56385              
56386              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
56387              
56388              cosmetic fixups of RE debug output (from Ilya Zakharevich)
56389      Branch: maint-5.6/perl
56390           !> regexec.c
56391 ____________________________________________________________________________
56392 [  7322] By: gsar                                  on 2000/10/16  07:17:25
56393         Log: integrate changes#6146..6150 from mainline
56394              
56395              doc typo
56396              
56397              add a make entry to Config.pm so "perl -V:make" works on VMS
56398              (from Peter Prymmer)
56399              
56400              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
56401              
56402              OS/2 tweaks for usethreads build (from Rocco Caputo
56403              <troc@netrus.net>)
56404              
56405              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
56406      Branch: maint-5.6/perl
56407           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
56408           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
56409           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
56410           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
56411           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
56412           !> warnings.pl x2p/a2p.h
56413 ____________________________________________________________________________
56414 [  7321] By: gsar                                  on 2000/10/16  07:14:02
56415         Log: integrate changes#6143..6145 from mainline
56416              
56417              MacOS support, part 1 (from Matthias Neeracher
56418              <neeri@iis.ee.ethz.ch>)
56419              
56420              MacOS support, part 2: make AutoSplit use File::Spec instead
56421              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
56422              <neeri@iis.ee.ethz.ch>)
56423              
56424              make xsubpp skip embedded pod (from Matthias Neeracher
56425              <neeri@iis.ee.ethz.ch>)
56426      Branch: maint-5.6/perl
56427           +> ext/DynaLoader/dl_mac.xs
56428           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
56429           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
56430           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
56431           !> pp_ctl.c proto.h toke.c util.c util.h
56432 ____________________________________________________________________________
56433 [  7320] By: gsar                                  on 2000/10/16  07:12:13
56434         Log: integrate changes#6141,6142 from mainline
56435              
56436              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
56437              forwarded by Peter Seebach from the bsdi-users mailing list.
56438              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
56439              
56440              File::Find fails to chdir when chasing symlinks (from
56441              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
56442      Branch: maint-5.6/perl
56443           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
56444 ____________________________________________________________________________
56445 [  7319] By: gsar                                  on 2000/10/16  07:04:30
56446         Log: integrate change#6139 from mainline
56447              
56448              revise mktables.PL for bugs and newness in Unicode 3.0
56449              (from James Bence <jbence@amgen.com>)
56450      Branch: maint-5.6/perl
56451           +> (branch 30 files)
56452           !> (integrate 49 files)
56453 ____________________________________________________________________________
56454 [  7318] By: gsar                                  on 2000/10/16  07:01:01
56455         Log: integrate changes#6137,6138 from mainline
56456              
56457              fix bogus redeclaration warning for "our" variables in different
56458              scopes
56459              
56460              add note about the handling of negative indices to tied arrays
56461              (from Michael G Schwern <schwern@pobox.com>)
56462      Branch: maint-5.6/perl
56463           !> op.c pod/perltie.pod t/pragma/strict-vars
56464 ____________________________________________________________________________
56465 [  7317] By: gsar                                  on 2000/10/16  06:58:46
56466         Log: integrate changes#6127..6136 from mainline
56467              
56468              call_method(...,G_EVAL) can longjmp() out if the method probing
56469              failed (from Gisle Aas)
56470              
56471              new perlxstut example for passing/returning refs to arrays
56472              (from David Lowe <dlowe@pootpoot.com>)
56473              
56474              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
56475              
56476              fix places that mean C<"word" character> but say C<alphanumeric
56477              character>
56478              
56479              avoid warnings in POSIX.pm (from Barrie Slaymaker)
56480              
56481              warnings::enabled() doesn't fall back to looking at $^W if
56482              caller isn't using lexical warnings (from Paul Marquess)
56483              
56484              elide bogus test in change#6132
56485              
56486              make Test::Harness use wait.h/WCOREDUMP if available
56487              (from Ben Tilly <ben_tilly@hotmail.com>)
56488              
56489              enable Test::Harness to dynamically determine column width etc.
56490              (from Rob Napier <rnapier@employees.org>)
56491              
56492              random pod typos (from Peter Scott <Peter@PSDT.com>)
56493      Branch: maint-5.6/perl
56494           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
56495           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
56496           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
56497           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
56498 ____________________________________________________________________________
56499 [  7316] By: gsar                                  on 2000/10/16  06:53:23
56500         Log: integrate change#6126 from mainline
56501              
56502              change#2879 broke rvalue autovivification of magicals such as
56503              ${$num} (reworked variant of patch suggested by Simon Cozens)
56504      Branch: maint-5.6/perl
56505           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
56506           !> pp_hot.c proto.h t/op/gv.t
56507 ____________________________________________________________________________
56508 [  7315] By: gsar                                  on 2000/10/16  06:51:38
56509         Log: integrate changes#6123,6125 from mainline
56510              
56511              clarify gotcha with #line directives (from Rocco Caputo
56512              <troc@netrus.net>)
56513              
56514              enable propagating exception objects via Perl_croak() in XS code
56515              (from Gisle Aas)
56516      Branch: maint-5.6/perl
56517           !> pod/perldebug.pod pod/perlsyn.pod util.c
56518 ____________________________________________________________________________
56519 [  7314] By: gsar                                  on 2000/10/16  06:49:28
56520         Log: integrate change#6122 from mainline
56521              
56522              downgrade fatal error on C<"foo@nosucharray.com"> to optional
56523              warning (from Mark-Jason Dominus)
56524      Branch: maint-5.6/perl
56525           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
56526           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
56527           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
56528           !> toke.c
56529 ____________________________________________________________________________
56530 [  7313] By: gsar                                  on 2000/10/16  06:46:54
56531         Log: integrate changes#6112..6121 from vmsperl
56532              
56533              Check for existence of file before trying to delete
56534              
56535              Ugly workaround for version-specific RTL error
56536              
56537              Urk -- undo previous removal of vmsish 'exit' change
56538              
56539              Add bounds checking for several strings (Charles Lane)
56540              
56541              Miscellaneous cosmetic fixes (Charles Lane)
56542              
56543              Treat sockets as special in sys(read|write) (Charles Lane et al.)
56544              
56545              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
56546              Flatten case labels in switch statements uniformly (Charles Bailey)
56547              
56548              Quiet error messages in vmsish.t (Charles Lane)
56549              
56550              Add missing escape (Charles Lane)
56551              
56552              Allow eliminate_macros() and fixpath() to handle space-delimited
56553              lists (based on fixes by Craig Berry)
56554      Branch: maint-5.6/perl
56555           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
56556           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
56557           !> vms/vmsish.h
56558 ____________________________________________________________________________
56559 [  7312] By: gsar                                  on 2000/10/16  06:41:18
56560         Log: integrate changes#6107,6110 from cfgperl
56561              
56562              Tweak the todo list.
56563              
56564              todo tweak
56565      Branch: maint-5.6/perl
56566           !> Todo-5.6
56567 ____________________________________________________________________________
56568 [  7311] By: gsar                                  on 2000/10/16  06:38:38
56569         Log: integrate changes#6104,6108 from mainline
56570              
56571              PL_sys_intern was being initialized too late on windows
56572              
56573              reenable fake signal handling on Windows, bugs and all
56574      Branch: maint-5.6/perl
56575           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
56576           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
56577           !> win32/win32.c
56578 ____________________________________________________________________________
56579 [  7310] By: gsar                                  on 2000/10/16  06:36:03
56580         Log: integrate changes#6095,6097..6103 from cfgperl
56581              
56582              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
56583              might be useful in future.
56584              
56585              Add a note about possible compilation problems from Allen Smith.
56586              
56587              Add a note about other, yet unsupported, shadow password APIs.
56588              
56589              Tweaks for the cc bugs from Allen Smith.
56590              
56591              More compilation tweakery from Allen Smith.
56592              
56593              Hints and test tweaks for Unicos.
56594              
56595              The test suite tweak in #6101 wasn't quite right.
56596              
56597              Test tweaking for Unicos continues.
56598      Branch: maint-5.6/perl
56599           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
56600           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
56601           !> t/lib/complex.t t/op/64bitint.t
56602 ____________________________________________________________________________
56603 [  7309] By: gsar                                  on 2000/10/16  06:29:41
56604         Log: integrate changes#6093,6094 from mainline
56605              
56606              fork() failure to create pseudo process sets errno=EAGAIN and returns
56607              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
56608              
56609              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
56610      Branch: maint-5.6/perl
56611           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
56612           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
56613 ____________________________________________________________________________
56614 [  7308] By: gsar                                  on 2000/10/16  06:27:29
56615         Log: integrate change#6092 from cfgperl
56616              
56617              Regen perltoc with the fixed buildtoc.
56618      Branch: maint-5.6/perl
56619           !> pod/perltoc.pod
56620 ____________________________________________________________________________
56621 [  7307] By: gsar                                  on 2000/10/16  06:26:40
56622         Log: integrate changes#6089,6090 from mainline
56623              
56624              buildtoc tweak to fix newline lossage
56625              
56626              concat doesn't preserve utf8-ness, and doesn't invalidate
56627              [NI]OK; added tests for both
56628      Branch: maint-5.6/perl
56629           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
56630 ____________________________________________________________________________
56631 [  7306] By: gsar                                  on 2000/10/16  06:24:05
56632         Log: integrate change#6088 from cfgperl
56633              
56634              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
56635              because we do not use those.  The HAS_GETSPNAM remains,
56636              though, because we still do use that.
56637      Branch: maint-5.6/perl
56638           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
56639           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
56640           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
56641           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
56642           !> win32/config.vc win32/config_H.bc win32/config_H.gc
56643           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
56644 ____________________________________________________________________________
56645 [  7305] By: gsar                                  on 2000/10/16  06:15:52
56646         Log: integrate changes#6084,6085,6087 from mainline
56647              
56648              substr() does not preserve utf8-ness (from Stefan Eissing
56649              <Eissing@medicaldataservice.de>); added tests
56650              
56651              repeat operator (x) doesn't preserve utf8-ness
56652              
56653              reverse() and quotemeta() weren't preserving utf8-ness; add tests
56654      Branch: maint-5.6/perl
56655           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
56656 ____________________________________________________________________________
56657 [  7304] By: gsar                                  on 2000/10/16  06:13:10
56658         Log: integrate changes#6077..6083 from mainline
56659              
56660              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
56661              and Tom Phoenix)
56662              
56663              workaround for CRT bug in chdir() (from Charles Lane, via
56664              Peter Prymmer)
56665              
56666              remove outdated kludge in Carp (NULLs are permitted in diagnostics
56667              now)
56668              
56669              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
56670              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
56671              
56672              better default perlbug categories for ok reports (from Richard Foley)
56673              
56674              peek.t non-portable to ithreads
56675              
56676              note about undocumented caller() return value (from M.J.T. Guy);
56677              yet another peek.t tweak
56678      Branch: maint-5.6/perl
56679           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
56680           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
56681           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
56682           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
56683           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
56684           !> vms/vmsish.h
56685 ____________________________________________________________________________
56686 [  7303] By: gsar                                  on 2000/10/16  06:03:18
56687         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
56688              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
56689              
56690              &HUGE_VAL is not defined, it exists.
56691              
56692              Do not warn that an infinity does not look like a number.
56693              
56694              Rewrite the pwent/spent logic to be a little bit more clearer.
56695              
56696              Continue on the pwent/spent case.
56697              
56698              Correct Freudian slip.
56699              
56700              Use HUGE_VALL if applicable.
56701              
56702              pwent/spent #ifdef imbalance.
56703              
56704              Infinite problems.
56705              
56706              Call getspnam() only iff needd.
56707              
56708              Test both the scalar and list contexts.
56709              
56710              Use setxxent()/endxxent().
56711              
56712              Complex tweakery.
56713              
56714              Unicos hint tweak.
56715              
56716              Be more forgiving in POSIX about HUGE_VALL.
56717              
56718              Detypo.
56719              
56720              The search of infinity continues, this time simplified.
56721              
56722              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
56723              in natively 64-bit platforms where a long is a quad (no need
56724              for long longs).  Also added bias for IVs.
56725              
56726              Complex tweaks.
56727              
56728              Introduce t/lib/peek.t.
56729              
56730              Make the test more portable.
56731      Branch: maint-5.6/perl
56732           +> t/lib/peek.t
56733            ! pp_sys.c
56734           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
56735           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
56736           !> t/op/pwent.t toke.c util.c
56737 ____________________________________________________________________________
56738 [  7302] By: gsar                                  on 2000/10/16  05:03:37
56739         Log: integrate changes#6066..6071 from mainline
56740              
56741              s/END/CHECK/
56742              
56743              replace direct call to sighandler() with (*PL_sighandlerp)()
56744              
56745              note about values()
56746              
56747              File::Spec compatibility update (from Barrie Slaymaker
56748              <barries@slaysys.com>)
56749              
56750              remove misleading comment (from M.J.T. Guy)
56751              
56752              misformatted perllocal.pod (from Tim Jenness
56753              <t.jenness@jach.hawaii.edu>)
56754      Branch: maint-5.6/perl
56755           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
56756           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
56757           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
56758           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
56759 ____________________________________________________________________________
56760 [  7301] By: gsar                                  on 2000/10/16  05:00:08
56761         Log: integrate changes#6061..6063 from mainline
56762              
56763              change#5921 neglected to make eq honor "use bytes"
56764              
56765              additional tests for utf8.t
56766              
56767              tokeq() could read unallocated field in argument
56768      Branch: maint-5.6/perl
56769           !> sv.c t/pragma/utf8.t toke.c
56770 ____________________________________________________________________________
56771 [  7300] By: gsar                                  on 2000/10/16  04:56:54
56772         Log: integrate changes#6046,6048,6057,6058 from mainline
56773              
56774              libscheck has insufficient checks for n32 libs (from
56775              Albert Chin-A-Young <china@thewrittenword.com>)
56776              
56777              add note about how $( doesn't interpolate in REs (from
56778              Philip Newton <newton@ficus.frogspace.net>)
56779              
56780              fix broken parsing of /\x{ab}/
56781              
56782              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
56783              (spotted by Donald Kinzer <dkinzer@premia.com>)
56784      Branch: maint-5.6/perl
56785           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
56786           !> t/pragma/utf8.t
56787 ____________________________________________________________________________
56788 [  7299] By: gsar                                  on 2000/10/16  04:52:50
56789         Log: integrate change#6044 from mainline
56790              
56791              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
56792              such that underscores are only ignored in literal numbers,
56793              "\x{...}", and hex/oct argument
56794      Branch: maint-5.6/perl
56795           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
56796 ____________________________________________________________________________
56797 [  7298] By: gsar                                  on 2000/10/16  04:50:53
56798         Log: integrate changes#6027..6043 from mainline
56799              
56800              podlators-1.02 update (from Russ Allbery)
56801              
56802              Pod::Man generates groff-incompatible macro definition (from
56803              Tom Christiansen)
56804              
56805              add CGI.pm v2.66 (from Lincoln Stein)
56806              
56807              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
56808              for @- and @+ (from Johan Vromans)
56809              
56810              small nits in diagnostics.pm (from Robin Barker)
56811              
56812              whitespace adjustments
56813              
56814              missing files in MANIFEST
56815              
56816              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
56817              to compensate
56818              
56819              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
56820              
56821              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
56822      Branch: maint-5.6/perl
56823           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
56824           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
56825           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
56826           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
56827           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
56828           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
56829           !> t/lib/cgi-html.t t/lib/cgi-request.t
56830 ____________________________________________________________________________
56831 [  7297] By: gsar                                  on 2000/10/16  04:44:30
56832         Log: integrate change#6025 from mainline
56833              
56834              Is{Alnum,Alpha,Word} don't match titlecase
56835              TODO: IsSpace is defined recursively!
56836              (both spotted by Larry)
56837      Branch: maint-5.6/perl
56838           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
56839           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
56840 ____________________________________________________________________________
56841 [  7296] By: gsar                                  on 2000/10/16  04:39:30
56842         Log: integrate change#6023 from mainline
56843              
56844              debugger stomps on $. (from M.J.T. Guy)
56845      Branch: maint-5.6/perl
56846           !> lib/perl5db.pl
56847 ____________________________________________________________________________
56848 [  7295] By: gsar                                  on 2000/10/16  04:38:02
56849         Log: integrate change#6022 from mainline
56850              
56851              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
56852      Branch: maint-5.6/perl
56853           !> sv.c
56854 ____________________________________________________________________________
56855 [  7294] By: gsar                                  on 2000/10/16  04:37:05
56856         Log: integrate changes#6018..6021 from mainline
56857              
56858              make lib/syslog.t portable to systems that don't have _PATH_LOG,
56859              make _PATH_LOG() return "" if unavailable
56860              
56861              windows portability tweaks
56862              
56863              test tweak
56864              
56865              remove Win2K issue in pod (fixed by change#6020)
56866      Branch: maint-5.6/perl
56867           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
56868           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
56869           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
56870 ____________________________________________________________________________
56871 [  7293] By: gsar                                  on 2000/10/16  04:20:00
56872         Log: integrate changes#6013..6015 from mainline
56873              
56874              tweak change#5945 to display correct switch name in diagnostic
56875              
56876              glob() loading File::Glob behind the scenes may cause syntax errors
56877              
56878              tweak test for portability
56879      Branch: maint-5.6/perl
56880           !> op.c perl.c pod/perldiag.pod t/lib/b.t
56881 ____________________________________________________________________________
56882 [  7292] By: gsar                                  on 2000/10/16  04:18:11
56883         Log: integrate changes#6005..6010 from mainline, cfgperl
56884              
56885              perldoc might fail via "use blib" (from Hugo van der Sanden)
56886              
56887              Regen Configure.
56888              
56889              note about compile failures and END blocks (from M.J.T. Guy)
56890              
56891              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
56892              
56893              (change#6009 integrated earlier in change#7255)
56894              
56895              clarify note about shadow password support (from
56896              gellyfish@gellyfish.com)
56897      Branch: maint-5.6/perl
56898           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
56899           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
56900           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
56901 ____________________________________________________________________________
56902 [  7291] By: gsar                                  on 2000/10/16  04:12:03
56903         Log: integrate changes#6002,6003 from mainline
56904              
56905              destructive sv_setsv() can lose UV-ness from source, causing
56906              numeric promotions/comparisons to fail to do the right thing
56907              
56908              allow REG_EXPAND_SZ keys in Windows registry (from
56909              John Clayton <John.Clayton@barclayscapital.com>)
56910      Branch: maint-5.6/perl
56911           !> sv.c win32/win32.c
56912 ____________________________________________________________________________
56913 [  7290] By: gsar                                  on 2000/10/16  04:10:19
56914         Log: integrate change#6001 from mainline
56915              
56916              support additional library locations via $Config{otherlibdirs}
56917              (from Andy Dougherty)
56918      Branch: maint-5.6/perl
56919           !> Configure INSTALL Porting/Glossary Porting/config.sh
56920           !> Porting/config_H config_h.SH epoc/config.sh perl.c
56921           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
56922           !> win32/config.bc win32/config.gc win32/config.vc
56923 ____________________________________________________________________________
56924 [  7289] By: gsar                                  on 2000/10/16  04:08:28
56925         Log: integrate change#5999 from mainline
56926              
56927              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
56928      Branch: maint-5.6/perl
56929           !> t/pragma/warn/toke toke.c
56930 ____________________________________________________________________________
56931 [  7288] By: gsar                                  on 2000/10/16  04:07:01
56932         Log: integrate changes#5997,5998 from cfgperl
56933              
56934              Preserve $!.
56935              
56936              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
56937      Branch: maint-5.6/perl
56938           !> lib/Math/Complex.pm
56939 ____________________________________________________________________________
56940 [  7287] By: gsar                                  on 2000/10/16  04:04:37
56941         Log: integrate change#5995 from mainline
56942              
56943              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
56944      Branch: maint-5.6/perl
56945           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
56946 ____________________________________________________________________________
56947 [  7286] By: gsar                                  on 2000/10/16  04:03:21
56948         Log: integrate change#5994 from mainline
56949              
56950              fix for missed accounting for null byte in pack("Z",...) (from
56951              M.J.T. Guy)
56952      Branch: maint-5.6/perl
56953           !> pp.c t/op/pack.t
56954 ____________________________________________________________________________
56955 [  7285] By: gsar                                  on 2000/10/16  04:02:11
56956         Log: integrate changes#5989..5993 from mainline
56957              
56958              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
56959              itself and no other (from Tom Hughes)
56960              
56961              use $ENV{LIB} to search for libs under Visual C compiler
56962              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
56963              
56964              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
56965              
56966              pod nit (from Simon Cozens)
56967              
56968              various minor tweaks seen on p5p
56969      Branch: maint-5.6/perl
56970           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
56971           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
56972           !> t/op/array.t toke.c
56973 ____________________________________________________________________________
56974 [  7284] By: gsar                                  on 2000/10/16  03:59:00
56975         Log: integrate changes#5978..5988 from mainline
56976              
56977              sync version numbers in File::Spec with the ones on CPAN
56978              (from Barrie Slaymaker)
56979              
56980              under useithreads, constant pad entries could inadvertantly be
56981              shared across threads (from Eric Blood <eblood@xmission.com>);
56982              added Eric's test case to testsuite
56983              
56984              allow Configure -S to run non-interactively (spotted by Greg Hudson
56985              <ghudson@mit.edu>)
56986              
56987              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
56988              prototype mismatch with CORE::glob(); update pod and tests to
56989              suit (File::Glob::glob() is still available for backward
56990              compatibility, but should be considered deprecated)
56991              
56992              avoid error in IO::Socket::INET when given an unknown service name
56993              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
56994              
56995              numeric conversion of non-number in change#3378 tramples on
56996              OOK offset, causing segfaults
56997              
56998              attributes::reftype() doesn't work on tied argument
56999              
57000              forked child may not exit correctly if it failed to open
57001              /dev/console (from Graham Barr)
57002              
57003              add regular expressions tutorial and quick-start guide (from
57004              Mark Kvale <kvale@phy.ucsf.edu>)
57005              
57006              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
57007              
57008              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
57009              <paul@miraclefish.com>)
57010      Branch: maint-5.6/perl
57011           +> pod/perlrequick.pod pod/perlretut.pod
57012           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
57013           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
57014           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
57015           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
57016           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
57017           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
57018           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
57019           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
57020 ____________________________________________________________________________
57021 [  7283] By: gsar                                  on 2000/10/16  03:52:14
57022         Log: integrate change#5977 from mainline
57023              
57024              autoquote barewords followed by newline and arrow properly
57025              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
57026      Branch: maint-5.6/perl
57027           !> t/pragma/warn/toke toke.c
57028 ____________________________________________________________________________
57029 [  7282] By: gsar                                  on 2000/10/16  03:50:48
57030         Log: integrate change#5976 from mainline
57031              
57032              DB_File v1.73 update (from Paul Marquess)
57033      Branch: maint-5.6/perl
57034           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
57035           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
57036 ____________________________________________________________________________
57037 [  7281] By: gsar                                  on 2000/10/16  03:49:14
57038         Log: integrate change#5975 from mainline
57039              
57040              allow sort() reentrancy (variant of patch suggested by
57041              Hugo van der Sanden)
57042      Branch: maint-5.6/perl
57043           !> pp_ctl.c t/op/sort.t
57044 ____________________________________________________________________________
57045 [  7280] By: gsar                                  on 2000/10/16  03:48:22
57046         Log: integrate change#5974 from mainline
57047              
57048              change#4197 somehow missed initializing PL_errors, meaning
57049              syntax error queueing wasn't working outside eval"" at all;
57050              also fixed eval"" to localize PL_error_count, so that compile-time
57051              eval's don't clobber the error state of the outer context
57052      Branch: maint-5.6/perl
57053           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
57054           !> t/pragma/warn/toke
57055 ____________________________________________________________________________
57056 [  7279] By: gsar                                  on 2000/10/16  03:46:21
57057         Log: integrate change#5973 from mainline
57058              
57059              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
57060      Branch: maint-5.6/perl
57061           !> regcomp.c regexec.c t/op/re_tests
57062 ____________________________________________________________________________
57063 [  7278] By: gsar                                  on 2000/10/16  03:44:54
57064         Log: integrate change#5971 from cfgperl
57065              
57066              Unicos tweaks from Mark P. Lutz.
57067      Branch: maint-5.6/perl
57068           !> hints/unicos.sh lib/Math/Complex.pm
57069 ____________________________________________________________________________
57070 [  7277] By: gsar                                  on 2000/10/16  03:42:59
57071         Log: integrate changes#5966..5970 from mainline
57072              
57073              add testsuite for B backends, fix bug in B::Deparse (from
57074              Simon Cozens <simon@brecon.co.uk>)
57075              
57076              improved docs on the warn_uninit diagnostic (from David Glasser
57077              and Simon Cozens)
57078              
57079              tolerate spaces in group names in test on solaris (from David Boyce
57080              <dsb@boyski.com>)
57081              
57082              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
57083              
57084              Data::Dumper fumbles negative numbers on 32-bit platforms where
57085              IV is >32bits
57086      Branch: maint-5.6/perl
57087           +> t/lib/b.t t/lib/syslog.t
57088           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
57089           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
57090           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
57091 ____________________________________________________________________________
57092 [  7276] By: gsar                                  on 2000/10/16  03:39:30
57093         Log: integrate change#5965 from mainline
57094              
57095              avoid "will not stay shared" warnings for our variables (from
57096              Robin Barker)
57097      Branch: maint-5.6/perl
57098           !> op.c t/pragma/warn/op
57099 ____________________________________________________________________________
57100 [  7275] By: gsar                                  on 2000/10/16  03:38:18
57101         Log: integrate change#5964 from mainline
57102              
57103              reformat to 72 columns (again)
57104      Branch: maint-5.6/perl
57105           !> pod/perldiag.pod
57106 ____________________________________________________________________________
57107 [  7274] By: gsar                                  on 2000/10/16  03:36:58
57108         Log: integrate change#5963 from mainline
57109              
57110              patch from Larry to make (\&) prototype work; added tests for
57111              the same
57112      Branch: maint-5.6/perl
57113           !> op.c t/comp/proto.t
57114 ____________________________________________________________________________
57115 [  7273] By: gsar                                  on 2000/10/16  03:35:51
57116         Log: integrate changes#5956..5962 from mainline
57117              
57118              better diagnostics on failed tests (from Ilya Zakharevich)
57119              
57120              pod nits (from A. C. Yardley <yardley@tanet.net>)
57121              
57122              change#3569 deleted some essential code, revert; avoid use of
57123              atexit() to make DynaLoader work properly on AIX under mod_perl
57124              (from Jens-Uwe Mager <jum@helios.de>)
57125              
57126              doubled words in pods (from Simon Cozens
57127              <simon.p.cozens@jp.pwcglobal.com>)
57128              
57129              better INSTALL notes on Solaris issues (from Dominic Dunlop)
57130              
57131              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
57132              
57133              updated README.hpux (from Jeff Okamoto)
57134      Branch: maint-5.6/perl
57135           !> INSTALL README.hpux emacs/cperl-mode.el
57136           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
57137           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
57138           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
57139           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
57140           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
57141           !> t/op/lex_assign.t
57142 ____________________________________________________________________________
57143 [  7272] By: gsar                                  on 2000/10/16  03:31:22
57144         Log: integrate change#5955 from mainline
57145              
57146              longstanding bug exposed by change#3307: sort arguments weren't
57147              compiled with the right wantarray context (ensuing runtime lookup
57148              via block_gimme() was getting the incidental context of the
57149              sort() itself)
57150      Branch: maint-5.6/perl
57151           !> op.c t/op/sort.t
57152 ____________________________________________________________________________
57153 [  7271] By: gsar                                  on 2000/10/16  03:29:11
57154         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
57155              branch
57156              
57157              Flatten the cpp jungle doing the nosuid checking.
57158              
57159              Do not assume sign propagation. (from M.J.T. Guy)
57160              
57161              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
57162              
57163              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
57164              Now pp_ncmp() returns undef is either operand is a NaN.
57165              
57166              On second thoughts frexp() does have two arguments.
57167              
57168              Document that tr() is not tr(1).
57169              
57170              Be more robust on "extreme" (large absolute value)
57171              arguments.  Originally reported by Daniel Connelly
57172              as a problem with asinh() on large negative arguments,
57173              asinh() used to bail out because an argument to log()
57174              ended up being zero.  Ilya Zakharevich proposed using
57175              Taylor's series in such cases, which for such large
57176              arguments is a very good approximation.
57177              
57178              Undo "use integer" addition from 64bitint as it seems
57179              to break most of the subtests in Digital UNIX;
57180              Unicos needs to find another way.
57181      Branch: maint-5.6/perl
57182           !> (integrate 29 files)
57183 ____________________________________________________________________________
57184 [  7270] By: gsar                                  on 2000/10/16  03:09:44
57185         Log: integrate changes#5948,5949,5950 from mainline
57186              
57187              typo in vars.pm that leads to cryptic message (from Piotr
57188              Piatkowski <kompas@kompas.usr.onet.pl>)
57189              
57190              make perldoc use the pod2man from the same version (from
57191              M.J.T. Guy)
57192              
57193              reformat perldiag to avoid long lines
57194      Branch: maint-5.6/perl
57195           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
57196 ____________________________________________________________________________
57197 [  7269] By: gsar                                  on 2000/10/16  03:05:54
57198         Log: integrate change#5947 from mainline
57199              
57200              use &dl_error rather than &dl_load_file as the guard for calling
57201              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
57202              statically built perl)
57203      Branch: maint-5.6/perl
57204           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
57205 ____________________________________________________________________________
57206 [  7268] By: gsar                                  on 2000/10/16  03:04:48
57207         Log: integrate change#5945 from mainline
57208              
57209              make module name mandatory after -M switch; reorder perldiag
57210              alphabetically (from Mark-Jason Dominus)
57211      Branch: maint-5.6/perl
57212           !> perl.c pod/perldiag.pod
57213 ____________________________________________________________________________
57214 [  7267] By: gsar                                  on 2000/10/16  03:03:01
57215         Log: integrate change#5939 from mainline
57216              
57217              more pod nits (from Larry Virden)
57218      Branch: maint-5.6/perl
57219           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
57220           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
57221           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
57222 ____________________________________________________________________________
57223 [  7266] By: gsar                                  on 2000/10/16  03:01:39
57224         Log: integrate change#5938 from mainline
57225              
57226              Consolidated B::Deparse fixes (from Stephen McCamant)
57227      Branch: maint-5.6/perl
57228           !> ext/B/B/Deparse.pm
57229 ____________________________________________________________________________
57230 [  7265] By: gsar                                  on 2000/10/16  03:00:43
57231         Log: integrate change#5936 from mainline
57232              
57233              additional tests for change#7263 (from Paul Marquess)
57234      Branch: maint-5.6/perl
57235           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
57236           !> t/pragma/warn/5nolint t/pragma/warn/6default
57237 ____________________________________________________________________________
57238 [  7264] By: gsar                                  on 2000/10/16  02:58:34
57239         Log: integrate change#5934 from mainline
57240              
57241              propagate lexical warnings from surrounding scope correctly
57242              within string eval() (from Paul Marquess)
57243      Branch: maint-5.6/perl
57244           !> pp_ctl.c t/pragma/warn/pp_ctl
57245 ____________________________________________________________________________
57246 [  7263] By: gsar                                  on 2000/10/16  02:56:53
57247         Log: integrate change#5932 from mainline
57248              
57249              add rsignal(), whichsig() and do_join() to public API list
57250              (mod_perl uses them to good advantage)
57251      Branch: maint-5.6/perl
57252           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
57253 ____________________________________________________________________________
57254 [  7262] By: gsar                                  on 2000/10/16  02:55:53
57255         Log: integrate change#5931 from mainline
57256              
57257              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
57258      Branch: maint-5.6/perl
57259           !> pp_hot.c regexec.c t/op/pat.t
57260 ____________________________________________________________________________
57261 [  7261] By: gsar                                  on 2000/10/16  02:55:01
57262         Log: integrate change#5930 from mainline
57263              
57264              small os390 tweaks (from Peter Prymmer)
57265      Branch: maint-5.6/perl
57266           !> config_h.SH makedepend.SH
57267 ____________________________________________________________________________
57268 [  7260] By: gsar                                  on 2000/10/16  02:54:10
57269         Log: integrate change#5929 from mainline
57270              
57271              pod nits
57272      Branch: maint-5.6/perl
57273           !> pod/perlguts.pod
57274 ____________________________________________________________________________
57275 [  7259] By: gsar                                  on 2000/10/16  02:52:55
57276         Log: integrate change#5927 from mainline
57277              
57278              arrange for next() to resume at the unstack op rather than the
57279              loop conditional, so that scope cleanup happens correctly
57280              (from Stephen McCamant)
57281      Branch: maint-5.6/perl
57282           !> op.c pp_ctl.c t/op/misc.t
57283 ____________________________________________________________________________
57284 [  7258] By: gsar                                  on 2000/10/16  02:51:38
57285         Log: integrate change#5926 from mainline
57286              
57287              on windows, reserve 16M of stack rather than 128M (allows more
57288              threads to run concurrently)
57289      Branch: maint-5.6/perl
57290           !> win32/Makefile win32/makefile.mk
57291 ____________________________________________________________________________
57292 [  7257] By: gsar                                  on 2000/10/16  02:50:37
57293         Log: integrate change#5925 from mainline
57294              
57295              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
57296      Branch: maint-5.6/perl
57297           !> toke.c
57298 ____________________________________________________________________________
57299 [  7256] By: gsar                                  on 2000/10/16  02:49:36
57300         Log: integrate change#5924 from mainline
57301              
57302              avoid using uninitialized memory in require version check
57303      Branch: maint-5.6/perl
57304           !> pp_ctl.c universal.c
57305 ____________________________________________________________________________
57306 [  7255] By: gsar                                  on 2000/10/16  02:48:03
57307         Log: integrate changes#5923,5928,6009 from mainline
57308              
57309              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
57310      Branch: maint-5.6/perl
57311           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
57312 ____________________________________________________________________________
57313 [  7254] By: gsar                                  on 2000/10/16  02:44:46
57314         Log: integrate change#5922 from mainline
57315              
57316              commentary about IoTYPE() (from Nathan Torkington)
57317      Branch: maint-5.6/perl
57318           !> sv.h
57319 ____________________________________________________________________________
57320 [  7253] By: gsar                                  on 2000/10/16  02:43:49
57321         Log: integrate change#5921 from mainline
57322              
57323              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
57324      Branch: maint-5.6/perl
57325           !> sv.c t/lib/charnames.t t/pragma/utf8.t
57326 ____________________________________________________________________________
57327 [  7252] By: gsar                                  on 2000/10/16  02:42:31
57328         Log: integrate change#5920 from mainline
57329              
57330              Larry's fix for buggy propagation of utf8-ness in join(); add test
57331      Branch: maint-5.6/perl
57332           !> doop.c t/op/ver.t
57333 ____________________________________________________________________________
57334 [  7251] By: gsar                                  on 2000/10/16  02:41:14
57335         Log: integrate changes#5915..5919 from mainline
57336              
57337              various (pod tweaks &c)
57338      Branch: maint-5.6/perl
57339           !> (integrate 33 files)
57340 ____________________________________________________________________________
57341 [  7250] By: gsar                                  on 2000/10/16  02:38:16
57342         Log: integrate change#5914 from mainline
57343              
57344              caller() wasn't returning the right number of elements for
57345              eval {...}
57346      Branch: maint-5.6/perl
57347           !> pp_ctl.c t/pragma/warn/9enabled
57348 ____________________________________________________________________________
57349 [  7249] By: gsar                                  on 2000/10/16  02:37:02
57350         Log: integrate change#5913 from mainline
57351              
57352              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
57353              (from Mark-Jason Dominus)
57354      Branch: maint-5.6/perl
57355           !> pod/perlfunc.pod
57356 ____________________________________________________________________________
57357 [  7248] By: gsar                                  on 2000/10/16  02:35:58
57358         Log: integrate change#5912 from mainline
57359              
57360              fix totally broken caching in UNIVERSAL::isa() (from
57361              Nick Ing-Simmons)
57362      Branch: maint-5.6/perl
57363           !> t/op/universal.t universal.c
57364 ____________________________________________________________________________
57365 [  7247] By: gsar                                  on 2000/10/16  02:34:27
57366         Log: integrate changes#5910,5911 from mainline
57367              
57368              typo in pod
57369              
57370              add linebreak properties from unicode/LineBrk.txt (from
57371              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
57372      Branch: maint-5.6/perl
57373           +> (branch 29 files)
57374           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
57375 ____________________________________________________________________________
57376 [  7246] By: gsar                                  on 2000/10/16  02:33:29
57377         Log: integrate change#5909 from mainline
57378              
57379              mode argument to do_binmode() should be file mode, not boolean
57380      Branch: maint-5.6/perl
57381           !> pp_sys.c
57382 ____________________________________________________________________________
57383 [  7245] By: gsar                                  on 2000/10/16  02:31:04
57384         Log: integrate change#5908 from mainline
57385              
57386              introduce illegal symbols into null package so that
57387              gv_fetchpv(...,TRUE) always returns a valid GV even when the
57388              symbol is trapped by strictures (avoids coredumps)
57389      Branch: maint-5.6/perl
57390           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
57391           !> t/pragma/strict-vars
57392 ____________________________________________________________________________
57393 [  7244] By: jhi                                   on 2000/10/16  02:29:54
57394         Log: Subject: $Carp::ExportLevel confusion in Exporter
57395              From: "Ben Tilly" <ben_tilly@hotmail.com>
57396              Date: Sat, 14 Oct 2000 16:44:34 EDT
57397              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
57398      Branch: perl
57399            ! lib/Exporter/Heavy.pm
57400 ____________________________________________________________________________
57401 [  7243] By: jhi                                   on 2000/10/16  02:28:33
57402         Log: Subject: [PATCH perlguts.pod] Document offset hack
57403              From: Simon Cozens <simon@cozens.net>
57404              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
57405              Date: Sat, 14 Oct 2000 19:32:25 +0100
57406      Branch: perl
57407            ! pod/perlguts.pod
57408 ____________________________________________________________________________
57409 [  7242] By: gsar                                  on 2000/10/16  02:26:51
57410         Log: integrate changes#5905,5906,5907,6064 from mainline
57411              
57412              printf/sprintf didn't get quad types right under use64bitint
57413      Branch: maint-5.6/perl
57414           !> pp_sys.c sv.c t/op/64bitint.t
57415 ____________________________________________________________________________
57416 [  7241] By: jhi                                   on 2000/10/16  02:22:44
57417         Log: Subject: small pod patch
57418              From: Dan Boorstein <dan_boo@bellsouth.net>
57419              Date: Sat, 14 Oct 2000 14:29:24 -0400
57420              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
57421      Branch: perl
57422            ! pod/perlfaq7.pod pod/perlmod.pod
57423 ____________________________________________________________________________
57424 [  7240] By: jhi                                   on 2000/10/16  02:13:46
57425         Log: -w cleanup.
57426              
57427              Subject: Re: Problems with bleadperl 
57428              From: "Stephen P. Potter" <spp@ds.net>
57429              Date: Fri, 13 Oct 2000 13:32:49 -0400
57430              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
57431      Branch: perl
57432            ! t/pragma/overload.t
57433 ____________________________________________________________________________
57434 [  7239] By: jhi                                   on 2000/10/16  01:41:18
57435         Log: One more ~utf8 tweak.
57436      Branch: perl
57437            ! t/op/bop.t
57438 ____________________________________________________________________________
57439 [  7238] By: jhi                                   on 2000/10/16  01:34:14
57440         Log: Tweak the test of #7235.
57441      Branch: perl
57442            ! t/op/bop.t
57443 ____________________________________________________________________________
57444 [  7237] By: jhi                                   on 2000/10/16  01:25:04
57445         Log: Fix a couple of compiler-noted nits in #7235.
57446      Branch: perl
57447            ! pp.c
57448 ____________________________________________________________________________
57449 [  7236] By: jhi                                   on 2000/10/16  01:22:46
57450         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
57451      Branch: perl
57452            ! pp.c pp_hot.c
57453 ____________________________________________________________________________
57454 [  7235] By: jhi                                   on 2000/10/15  16:24:44
57455         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
57456              
57457              From: Simon Cozens <simon@cozens.net>
57458              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
57459              Date: Sat, 14 Oct 2000 20:52:13 +0100
57460              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
57461      Branch: perl
57462            ! pp.c t/op/bop.t utf8.h
57463 ____________________________________________________________________________
57464 [  7234] By: jhi                                   on 2000/10/15  15:19:29
57465         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
57466              The problem was that rx->minlen was in chars while pp_split()
57467              thought it would be in bytes. 
57468      Branch: perl
57469            ! pp.c t/pragma/utf8.t
57470 ____________________________________________________________________________
57471 [  7233] By: jhi                                   on 2000/10/14  20:24:24
57472         Log: Document FNCASE=y as discussed in the bug 20000902.009.
57473      Branch: perl
57474            ! README.dos
57475 ____________________________________________________________________________
57476 [  7232] By: jhi                                   on 2000/10/14  18:52:21
57477         Log: Add test for bug id 20000427.003 (which seems to have
57478              been fixed) (also duplicate as 20000427.004, though
57479              with a higher severity).  Move one utf8 from op/append
57480              to pragma/utf8, tag the tests with bug ids.
57481      Branch: perl
57482            ! t/op/append.t t/pragma/utf8.t
57483 ____________________________________________________________________________
57484 [  7231] By: jhi                                   on 2000/10/14  17:28:37
57485         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
57486      Branch: perl
57487            ! t/pragma/utf8.t
57488 ____________________________________________________________________________
57489 [  7230] By: jhi                                   on 2000/10/14  14:24:50
57490         Log: Needs to be conditional on SunOS 4.
57491              
57492              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
57493              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
57494              Date: Sat, 14 Oct 2000 13:37:49 +0100
57495              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
57496      Branch: metaconfig/U/perl
57497            ! End.U
57498      Branch: perl
57499            ! Configure myconfig.SH pod/perldelta.pod
57500 ____________________________________________________________________________
57501 [  7229] By: jhi                                   on 2000/10/14  00:49:22
57502         Log: Update Changes.
57503      Branch: perl
57504            ! Changes patchlevel.h
57505 ____________________________________________________________________________
57506 [  7228] By: jhi                                   on 2000/10/14  00:46:10
57507         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
57508              From: Peter Prymmer <pvhp@forte.com>
57509              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
57510              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
57511      Branch: perl
57512            ! lib/utf8.pm
57513 ____________________________________________________________________________
57514 [  7227] By: jhi                                   on 2000/10/13  23:20:30
57515         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
57516      Branch: perl
57517            ! t/op/tie.t
57518 ____________________________________________________________________________
57519 [  7226] By: jhi                                   on 2000/10/13  22:14:32
57520         Log: Tweak #7225.
57521              
57522              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
57523              From: Peter Prymmer <pvhp@forte.com>
57524              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
57525              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
57526      Branch: perl
57527            ! t/op/sprintf.t
57528 ____________________________________________________________________________
57529 [  7225] By: jhi                                   on 2000/10/13  22:11:31
57530         Log: op/sprintf.t patch for OS/390 (and any other host with limited
57531              floating-point exponent length)
57532              
57533              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
57534              From: Dominic Dunlop <domo@computer.org>
57535              Date: Fri, 13 Oct 2000 19:17:57 +0200
57536              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
57537      Branch: perl
57538            ! t/op/sprintf.t
57539 ____________________________________________________________________________
57540 [  7224] By: jhi                                   on 2000/10/13  18:40:48
57541         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
57542      Branch: perl
57543            ! toke.c
57544 ____________________________________________________________________________
57545 [  7223] By: jhi                                   on 2000/10/13  18:37:13
57546         Log: Thinko in #7222.
57547      Branch: perl
57548            ! utf8.c
57549 ____________________________________________________________________________
57550 [  7222] By: jhi                                   on 2000/10/13  18:05:23
57551         Log: Use UTF8SKIP(), from Simon Cozens.
57552      Branch: perl
57553            ! utf8.c
57554 ____________________________________________________________________________
57555 [  7221] By: jhi                                   on 2000/10/13  15:43:19
57556         Log: (accidentally empty check-in)
57557      Branch: perl
57558            ! utf8.c
57559 ____________________________________________________________________________
57560 [  7220] By: jhi                                   on 2000/10/13  15:23:51
57561         Log: Add (optimistically) Storable to static extensions.
57562      Branch: perl
57563            ! hints/uwin.sh hints/vmesa.sh
57564 ____________________________________________________________________________
57565 [  7219] By: jhi                                   on 2000/10/13  15:20:05
57566         Log: Amdahl UTS doesn't seem to do dynaloading.
57567      Branch: perl
57568            ! hints/uts.sh
57569 ____________________________________________________________________________
57570 [  7218] By: jhi                                   on 2000/10/13  15:15:20
57571         Log: Slight tweak of the code to appease Amdahl UTS cc.
57572      Branch: perl
57573            ! pp.c
57574 ____________________________________________________________________________
57575 [  7217] By: jhi                                   on 2000/10/13  14:50:42
57576         Log: In Amdahl UTS "struct sv" is defined by a system header,
57577              <ksync.h>.
57578      Branch: perl
57579            ! perl.h sv.h
57580 ____________________________________________________________________________
57581 [  7216] By: jhi                                   on 2000/10/13  11:58:25
57582         Log: Ilya implemented the memory profiling API.
57583      Branch: perl
57584            ! Todo
57585 ____________________________________________________________________________
57586 [  7215] By: jhi                                   on 2000/10/13  02:56:38
57587         Log: Subject: [PATCH 5.7.0] Perl API for mstats
57588              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
57589              Date: Thu, 12 Oct 2000 22:52:40 -0400
57590              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
57591      Branch: perl
57592            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
57593 ____________________________________________________________________________
57594 [  7214] By: jhi                                   on 2000/10/13  02:55:38
57595         Log: Subject: [PATCH 5.7.0] IVs in mtats
57596              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
57597              Date: Thu, 12 Oct 2000 22:51:04 -0400
57598              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
57599      Branch: perl
57600            ! malloc.c perl.h
57601 ____________________________________________________________________________
57602 [  7213] By: jhi                                   on 2000/10/13  02:31:47
57603         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
57604      Branch: perl
57605            ! pod/perldiag.pod pp_sys.c
57606 ____________________________________________________________________________
57607 [  7212] By: jhi                                   on 2000/10/13  01:27:38
57608         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
57609              From: Peter Prymmer <pvhp@forte.com>
57610              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
57611              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
57612      Branch: perl
57613            ! t/op/oct.t
57614 ____________________________________________________________________________
57615 [  7211] By: jhi                                   on 2000/10/13  00:35:09
57616         Log: Update Changes.
57617      Branch: perl
57618            ! Changes patchlevel.h
57619 ____________________________________________________________________________
57620 [  7210] By: jhi                                   on 2000/10/12  23:59:40
57621         Log: The Install.pm third of
57622              
57623              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
57624              From: Bill Campbell <bill@celestial.com>
57625              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
57626              Date: Thu, 5 Oct 2000 18:04:51 -0700
57627      Branch: perl
57628            ! lib/ExtUtils/Install.pm
57629 ____________________________________________________________________________
57630 [  7209] By: jhi                                   on 2000/10/12  23:58:43
57631         Log: Two thirds of
57632              
57633              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
57634              Date: Thu, 5 Oct 2000 18:04:51 -0700
57635              From: Bill Campbell <bill@celestial.com>
57636              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
57637              
57638              The Install.pm changes will be submitted separately because
57639              they need some work and discussion still.
57640      Branch: perl
57641            ! lib/getopts.pl lib/termcap.pl
57642 ____________________________________________________________________________
57643 [  7208] By: jhi                                   on 2000/10/12  23:41:19
57644         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
57645              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
57646              Date:     Thu, 12 Oct 2000 07:30:02 EDT
57647              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
57648      Branch: perl
57649            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
57650            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
57651 ____________________________________________________________________________
57652 [  7207] By: jhi                                   on 2000/10/12  23:39:01
57653         Log: An updated EBCDIC tr patch.
57654              
57655              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
57656              From: Peter Prymmer <pvhp@forte.com>
57657              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
57658              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
57659      Branch: perl
57660            ! t/op/tr.t
57661 ____________________________________________________________________________
57662 [  7206] By: jhi                                   on 2000/10/12  23:34:55
57663         Log: Upgrade to CPAN 1.58, from Andreas König.
57664      Branch: perl
57665            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
57666 ____________________________________________________________________________
57667 [  7205] By: jhi                                   on 2000/10/12  23:29:08
57668         Log: Introduce the man[24-8] variables, from Andy Dougherty.
57669      Branch: metaconfig/U/perl
57670            + mandirs.U mandirstyle.U
57671      Branch: perl
57672            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
57673            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
57674            ! vos/config.h vos/config.pl vos/config_h.SH_orig
57675            ! win32/config.bc win32/config.gc win32/config.vc
57676 ____________________________________________________________________________
57677 [  7204] By: gsar                                  on 2000/10/12  18:11:24
57678         Log: restore change#7202
57679      Branch: perl
57680            ! mg.c
57681 ____________________________________________________________________________
57682 [  7203] By: gsar                                  on 2000/10/12  18:09:40
57683         Log: another test of the Emergency Broadcast System--back out 
57684              change#7202
57685      Branch: perl
57686            ! mg.c
57687 ____________________________________________________________________________
57688 [  7202] By: gsar                                  on 2000/10/12  16:40:47
57689         Log: (submitted on behalf of Jarkko)
57690              Fix the lib/encode.t subtest 6 failure as reported by Andreas
57691              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
57692              was unearthed by change 7182, as was a bug in HTML::Entities.
57693      Branch: perl
57694            ! mg.c
57695 ____________________________________________________________________________
57696 [  7201] By: jhi                                   on 2000/10/11  03:16:05
57697         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
57698      Branch: perl
57699            ! pp_hot.c t/pragma/utf8.t
57700 ____________________________________________________________________________
57701 [  7200] By: jhi                                   on 2000/10/11  00:40:30
57702         Log: The #7198 was a false alarm.
57703      Branch: perl
57704            ! pp_hot.c
57705 ____________________________________________________________________________
57706 [  7199] By: jhi                                   on 2000/10/11  00:26:04
57707         Log: Remove duplicated code.
57708      Branch: perl
57709            ! t/lib/cgi-html.t
57710 ____________________________________________________________________________
57711 [  7198] By: jhi                                   on 2000/10/10  23:30:46
57712         Log: (Retracted by #7200.)
57713      Branch: perl
57714            ! pp_hot.c
57715 ____________________________________________________________________________
57716 [  7197] By: jhi                                   on 2000/10/10  21:49:30
57717         Log: Add the test case for #7190, from the original bug report
57718              by Andreas König.
57719      Branch: perl
57720            ! t/pragma/utf8.t
57721 ____________________________________________________________________________
57722 [  7196] By: jhi                                   on 2000/10/10  21:40:49
57723         Log: Reapply Andy's patch and regen Configure.
57724      Branch: perl
57725            ! Configure INSTALL Makefile.SH Porting/Glossary
57726            ! Porting/config.sh config_h.SH epoc/config.sh installperl
57727            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
57728            ! win32/config.vc
57729 ____________________________________________________________________________
57730 [  7195] By: jhi                                   on 2000/10/10  21:09:30
57731         Log: Use the versiononly instead of the installscripts,
57732              retract the changes 7146 and 7147.
57733      Branch: perl
57734            ! Configure INSTALL Makefile.SH Porting/Glossary
57735            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
57736            ! installperl uconfig.sh vos/config.def win32/config.bc
57737            ! win32/config.gc win32/config.vc
57738 ____________________________________________________________________________
57739 [  7194] By: jhi                                   on 2000/10/10  21:06:15
57740         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
57741              From: Peter Prymmer <pvhp@forte.com>
57742              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
57743              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
57744      Branch: perl
57745            ! t/op/ver.t
57746 ____________________________________________________________________________
57747 [  7193] By: jhi                                   on 2000/10/10  21:05:12
57748         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
57749              From: Peter Prymmer <pvhp@forte.com>
57750              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
57751              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
57752      Branch: perl
57753            ! t/op/tr.t
57754 ____________________________________________________________________________
57755 [  7192] By: jhi                                   on 2000/10/10  20:57:30
57756         Log: Add versiononly, delete installscripts, from Andy Dougherty.
57757      Branch: metaconfig
57758            - U/installdirs/installscripts.U
57759      Branch: metaconfig/U/perl
57760            + versiononly.U
57761 ____________________________________________________________________________
57762 [  7191] By: jhi                                   on 2000/10/10  19:41:21
57763         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
57764              From: Peter Prymmer <pvhp@forte.com>
57765              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
57766              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
57767      Branch: perl
57768            ! pod/perlebcdic.pod
57769 ____________________________________________________________________________
57770 [  7190] By: jhi                                   on 2000/10/10  19:26:14
57771         Log: Subject: Re: utf8 concat, mg_get
57772              From: Simon Cozens <simon@cozens.net>
57773              Date: Tue, 10 Oct 2000 17:40:17 +0100
57774              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
57775      Branch: perl
57776            ! pp_hot.c
57777 ____________________________________________________________________________
57778 [  7189] By: jhi                                   on 2000/10/10  19:23:03
57779         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
57780              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
57781              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
57782              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
57783      Branch: perl
57784            ! lib/ExtUtils/MM_Unix.pm
57785 ____________________________________________________________________________
57786 [  7188] By: jhi                                   on 2000/10/10  15:31:24
57787         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
57788              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
57789              Date: Fri, 14 Jul 2000 10:47:36 +0100
57790              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
57791      Branch: perl
57792            ! README.win32
57793 ____________________________________________________________________________
57794 [  7187] By: jhi                                   on 2000/10/10  13:30:10
57795         Log: Quote the temp file name, needed in Win32 because the
57796              default name unfortunately contains spaces, shouldn't
57797              hurt elsewhere.
57798              
57799              Subject: FW: perldoc fails if $TEMP contains spaces
57800              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
57801              Date: Thu, 14 Sep 2000 08:58:45 +0100
57802              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
57803      Branch: perl
57804            ! utils/perldoc.PL
57805 ____________________________________________________________________________
57806 [  7186] By: jhi                                   on 2000/10/10  13:16:27
57807         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
57808              From: hv@hugo.hybyte.com
57809              Date: Tue, 10 Oct 2000 14:10:20 +0100
57810              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
57811      Branch: perl
57812            ! t/lib/thr5005.t util.c
57813 ____________________________________________________________________________
57814 [  7185] By: jhi                                   on 2000/10/10  12:06:22
57815         Log: Upgrade to podlators 1.04, from Russ Allbery.
57816      Branch: perl
57817            ! lib/Pod/Man.pm lib/Pod/Text.pm
57818 ____________________________________________________________________________
57819 [  7184] By: jhi                                   on 2000/10/10  12:01:32
57820         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
57821      Branch: perl
57822            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
57823 ____________________________________________________________________________
57824 [  7183] By: jhi                                   on 2000/10/09  23:47:15
57825         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
57826              From: Peter Prymmer <pvhp@forte.com>
57827              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
57828              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
57829      Branch: perl
57830            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
57831 ____________________________________________________________________________
57832 [  7182] By: jhi                                   on 2000/10/09  23:43:16
57833         Log: Make eq work again with utf8 (disabling the upgrading
57834              should no more be necessary since the copies of the
57835              scalars are upgraded, not the scalars themselves).
57836              Takes care of ID 20001009.001.  (The claimed length()
57837              bug in 20001009.001 seems bogus to me.)
57838      Branch: perl
57839            ! sv.c t/pragma/utf8.t
57840 ____________________________________________________________________________
57841 [  7181] By: gsar                                  on 2000/10/09  19:41:54
57842         Log: tweak for change#7173
57843      Branch: perl
57844            ! win32/win32sck.c
57845 ____________________________________________________________________________
57846 [  7180] By: gsar                                  on 2000/10/09  19:26:56
57847         Log: on Windows, clean targets might not work under some flavors of the shell
57848      Branch: perl
57849            ! win32/Makefile win32/makefile.mk
57850 ____________________________________________________________________________
57851 [  7179] By: jhi                                   on 2000/10/09  19:21:02
57852         Log: Update Changes.
57853      Branch: perl
57854            ! Changes patchlevel.h
57855 ____________________________________________________________________________
57856 [  7178] By: jhi                                   on 2000/10/09  19:18:23
57857         Log: Warn about unknown scripts.
57858              
57859              Subject: Re: ideas? patches? [PATCH bleadperl]
57860              From: Dominic Dunlop <domo@computer.org>
57861              Date: Mon, 9 Oct 2000 14:57:17 +0200
57862              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
57863      Branch: perl
57864            ! lib/charnames.pm
57865 ____________________________________________________________________________
57866 [  7177] By: jhi                                   on 2000/10/09  19:13:27
57867         Log: Change #7160 had a nasty typo.
57868      Branch: metaconfig
57869            ! U/compline/Compile.U
57870      Branch: perl
57871            ! Configure config_h.SH
57872 ____________________________________________________________________________
57873 [  7176] By: gsar                                  on 2000/10/09  18:59:33
57874         Log: pod nit
57875      Branch: perl
57876            ! pod/perlport.pod
57877 ____________________________________________________________________________
57878 [  7175] By: gsar                                  on 2000/10/09  18:54:28
57879         Log: Windows9x doesn't support link(), despite what Config.pm
57880              might think
57881      Branch: perl
57882            ! lib/ExtUtils/Manifest.pm
57883 ____________________________________________________________________________
57884 [  7174] By: gsar                                  on 2000/10/09  18:50:03
57885         Log: avoid nonportable example code
57886      Branch: perl
57887            ! lib/File/Copy.pm
57888 ____________________________________________________________________________
57889 [  7173] By: gsar                                  on 2000/10/09  18:46:54
57890         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
57891              being used) when closing a socket handle
57892      Branch: perl
57893            ! win32/win32.c win32/win32.h win32/win32sck.c
57894 ____________________________________________________________________________
57895 [  7172] By: gsar                                  on 2000/10/09  18:41:40
57896         Log: on Windows, cwd strings in the environment should be of the
57897              form =X:=X:\foo instead of =X=X:\foo\
57898      Branch: perl
57899            ! win32/vdir.h
57900 ____________________________________________________________________________
57901 [  7171] By: gsar                                  on 2000/10/09  18:30:09
57902         Log: on Windows, LoadLibrary() could load an extension DLL multiple
57903              times if forward slashes are used in the path
57904      Branch: perl
57905            ! win32/win32.c
57906 ____________________________________________________________________________
57907 [  7170] By: jhi                                   on 2000/10/09  17:53:59
57908         Log: Add a todo note about overloadable assertions.
57909      Branch: perl
57910            ! Todo-5.6
57911 ____________________________________________________________________________
57912 [  7169] By: jhi                                   on 2000/10/09  13:43:45
57913         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
57914              From: mjd@plover.com
57915              Date: 9 Oct 2000 00:24:44 -0000
57916              Message-ID: <20001009002444.10616.qmail@plover.com>
57917      Branch: perl
57918            ! pod/perldebguts.pod
57919 ____________________________________________________________________________
57920 [  7168] By: nick                                  on 2000/10/08  13:16:33
57921         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
57922              is not right thing to do on (e.g. x86). Network order is also "right" for
57923              X fonts.
57924      Branch: perl
57925            ! ext/Encode/Encode.pm
57926 ____________________________________________________________________________
57927 [  7167] By: nick                                  on 2000/10/08  12:54:42
57928         Log: Make "encodings" work post-install when Encode/*.enc files may not
57929              be in same directory as Encode.pm
57930      Branch: perl
57931            ! ext/Encode/Encode.pm
57932 ____________________________________________________________________________
57933 [  7166] By: nick                                  on 2000/10/08  11:51:26
57934         Log: Work round the fact that $hash->{$key} does not take into account
57935              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
57936              so that key is always in the "expected" encoding - i.e. same way we put
57937              it in the hash.
57938      Branch: perl
57939            ! ext/Encode/Encode.pm
57940 ____________________________________________________________________________
57941 [  7165] By: gsar                                  on 2000/10/08  04:15:29
57942         Log: save_re_context() could reset PL_curcop to freed memory, causing core
57943              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
57944      Branch: perl
57945            ! pp_ctl.c
57946 ____________________________________________________________________________
57947 [  7164] By: jhi                                   on 2000/10/06  20:51:48
57948         Log: UTF8ize split() so that the cloned substrings get the UTF8
57949              flag of the original scalar.  Problem reported by Simon Cozens.
57950      Branch: perl
57951            ! pp.c t/pragma/utf8.t
57952 ____________________________________________________________________________
57953 [  7163] By: nick                                  on 2000/10/06  20:48:34
57954         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
57955              got a false +ve and so did not reach code which would have un-FAKEd the SV.
57956      Branch: perl
57957            ! sv.c
57958 ____________________________________________________________________________
57959 [  7162] By: nick                                  on 2000/10/06  20:25:37
57960         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
57961              To fix  (sort {$a <=> $b} keys %hash) in particular but
57962              should cover a number of other as-yet-unknown cases as well.
57963      Branch: perl
57964            ! sv.c
57965 ____________________________________________________________________________
57966 [  7161] By: jhi                                   on 2000/10/06  19:56:18
57967         Log: Change the version number of Tie::Handle in the core to 4.0,
57968              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
57969              
57970              Subject: Note on Tie::Handle
57971              From: andreas.koenig@anima.de (Andreas J. Koenig)
57972              Date:      06 Oct 2000 21:48:58 +0200
57973              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
57974      Branch: perl
57975            ! lib/Tie/Handle.pm
57976 ____________________________________________________________________________
57977 [  7160] By: jhi                                   on 2000/10/06  18:20:35
57978         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
57979              as the first option of cc/ld because of ultrapicky compilers
57980              (e.g. OS/390 R2.5)
57981      Branch: metaconfig
57982            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
57983            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
57984            ! U/compline/orderlib.U U/modified/Cppsym.U
57985            ! U/modified/d_access.U
57986      Branch: metaconfig/U/perl
57987            ! Checkcc.U d_dlsymun.U gccvers.U
57988      Branch: perl
57989            ! Configure config_h.SH
57990 ____________________________________________________________________________
57991 [  7159] By: jhi                                   on 2000/10/06  13:56:39
57992         Log: Update Changes.
57993      Branch: perl
57994            ! Changes patchlevel.h
57995 ____________________________________________________________________________
57996 [  7158] By: jhi                                   on 2000/10/06  12:48:40
57997         Log: Eliminate $Is_VMS code from the test.
57998              
57999              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
58000              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
58001              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
58002              Date:     Thu, 5 Oct 2000 07:46:33 EDT
58003      Branch: perl
58004            ! t/lib/b.t
58005 ____________________________________________________________________________
58006 [  7157] By: jhi                                   on 2000/10/06  12:47:13
58007         Log: Also the $ccflags is needed for the C compiler check.
58008              
58009              Subject: Configure (check for C-compiler)
58010              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
58011              Date: Fri, 06 Oct 2000 08:47:15 +0200
58012              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
58013      Branch: metaconfig/U/perl
58014            ! Checkcc.U
58015      Branch: perl
58016            ! Configure config_h.SH
58017 ____________________________________________________________________________
58018 [  7156] By: jhi                                   on 2000/10/06  11:45:15
58019         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
58020      Branch: perl
58021            ! perl.c pp_ctl.c sv.h utf8.c
58022 ____________________________________________________________________________
58023 [  7155] By: jhi                                   on 2000/10/06  11:40:41
58024         Log: IO::Handle->syswrite() did not handle length omission
58025              like CORE::syswrite() does.
58026              
58027              Subject: [Fwd] IO::Handle, syswrite and arguments
58028              From: Graham Barr <gbarr@pobox.com>
58029              Date: Fri, 6 Oct 2000 10:22:05 +0100
58030              Message-ID: <20001006102205.U6312@pobox.com>
58031              
58032              The original patch from andrew@ugh.net.au.
58033      Branch: perl
58034            ! ext/IO/lib/IO/Handle.pm
58035 ____________________________________________________________________________
58036 [  7154] By: jhi                                   on 2000/10/06  01:42:15
58037         Log: Tweak #7153.
58038      Branch: perl
58039            ! utf8.h
58040 ____________________________________________________________________________
58041 [  7153] By: jhi                                   on 2000/10/06  00:39:55
58042         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
58043      Branch: perl
58044            ! utf8.h
58045 ____________________________________________________________________________
58046 [  7152] By: jhi                                   on 2000/10/06  00:38:11
58047         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
58048      Branch: perl
58049            ! perl.c pp_ctl.c sv.h utf8.c
58050 ____________________________________________________________________________
58051 [  7151] By: jhi                                   on 2000/10/06  00:36:38
58052         Log: Subject: Re: Questions about Tie::Array and perl modules
58053              From: Nick Ing-Simmons <nik@tiuk.ti.com>
58054              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
58055              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
58056              
58057              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
58058      Branch: perl
58059            ! lib/Tie/Array.pm t/op/array.t
58060 ____________________________________________________________________________
58061 [  7150] By: jhi                                   on 2000/10/05  00:20:45
58062         Log: Regen Changes.
58063      Branch: perl
58064            ! Changes patchlevel.h
58065 ____________________________________________________________________________
58066 [  7149] By: jhi                                   on 2000/10/05  00:20:01
58067         Log: Regen toc.
58068      Branch: perl
58069            ! pod/perltoc.pod
58070 ____________________________________________________________________________
58071 [  7148] By: jhi                                   on 2000/10/04  23:35:08
58072         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
58073              reported several times by Dominic Dunlop, for example in
58074              ID 20000315.008.  Patch from Dominic.  Patch affects at
58075              least MachTen, and possibly other oldish BSDs. Should not
58076              break non-broken platforms (tested on LinuxPPC). 
58077      Branch: perl
58078            ! doio.c
58079 ____________________________________________________________________________
58080 [  7147] By: jhi                                   on 2000/10/04  23:26:34
58081         Log: The one that got away from 7146.
58082      Branch: metaconfig
58083            + U/installdirs/installscripts.U
58084 ____________________________________________________________________________
58085 [  7146] By: jhi                                   on 2000/10/04  23:25:04
58086         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
58087              suggested by H. Merijn Brand.
58088      Branch: perl
58089            ! Configure INSTALL Makefile.SH Porting/Glossary
58090            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
58091            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
58092            ! win32/config.vc
58093 ____________________________________________________________________________
58094 [  7145] By: jhi                                   on 2000/10/04  22:08:21
58095         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
58096              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
58097              Date: Wed, 4 Oct 2000 17:37:46 -0400
58098              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
58099      Branch: perl
58100            ! utils/h2xs.PL
58101 ____________________________________________________________________________
58102 [  7144] By: jhi                                   on 2000/10/04  18:11:41
58103         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
58104              From: Jeff Pinyan <jeffp@crusoe.net>
58105              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
58106              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
58107      Branch: perl
58108            ! pod/perlrun.pod
58109 ____________________________________________________________________________
58110 [  7143] By: jhi                                   on 2000/10/04  18:09:58
58111         Log: Subject: perlhack.pod Patch for Externals Tools
58112              From: Fisher Mark <fisherm@tce.com>
58113              Date: Tue, 3 Oct 2000 15:43:27 -0500 
58114              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
58115      Branch: perl
58116            ! pod/perlhack.pod
58117 ____________________________________________________________________________
58118 [  7142] By: jhi                                   on 2000/10/04  18:08:41
58119         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
58120              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
58121              Date:     Wed, 4 Oct 2000 12:11:11 EDT
58122              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
58123      Branch: perl
58124            ! vms/vms.c
58125 ____________________________________________________________________________
58126 [  7141] By: jhi                                   on 2000/10/04  12:20:16
58127         Log: Subject: [PATCH 5.7.0] h2xs not working
58128              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
58129              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
58130              Date: Tue, 3 Oct 2000 21:43:01 -0400
58131              
58132              Subject: [PATCH 5.7.0] h2xs not documenting the created module
58133              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
58134              Date: Tue, 3 Oct 2000 22:55:19 -0400
58135              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
58136      Branch: perl
58137            ! utils/h2xs.PL
58138 ____________________________________________________________________________
58139 [  7140] By: jhi                                   on 2000/10/04  11:53:44
58140         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
58141              From: nick@babyhippo.com
58142              Date: Wed, 4 Oct 2000 12:06:45 +0100
58143              Message-Id: <20001004120645.A7356@babyhippo.com>
58144              
58145              Retract 7118 and 7135.
58146      Branch: perl
58147            ! installman installperl op.c t/pragma/subs.t
58148 ____________________________________________________________________________
58149 [  7139] By: jhi                                   on 2000/10/03  22:09:41
58150         Log: It is possible to have no hosts database at all.  Pointed out in
58151              
58152              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
58153              From: Peter Prymmer <pvhp@forte.com>
58154              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
58155              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
58156      Branch: metaconfig
58157            ! U/modified/myhostname.U
58158      Branch: perl
58159            ! Configure config_h.SH
58160 ____________________________________________________________________________
58161 [  7138] By: jhi                                   on 2000/10/03  21:49:49
58162         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
58163              From: Peter Prymmer <pvhp@forte.com>
58164              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
58165              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
58166      Branch: perl
58167            ! pp_sys.c
58168 ____________________________________________________________________________
58169 [  7137] By: jhi                                   on 2000/10/03  20:10:05
58170         Log: One remaining nit less at the VMS mailbox sizing.
58171      Branch: perl
58172            ! vms/vms.c
58173 ____________________________________________________________________________
58174 [  7136] By: jhi                                   on 2000/10/03  20:08:47
58175         Log: Test harness update to sync with the new perlcc,
58176              from Simon Cozens.
58177      Branch: perl
58178            ! t/TEST t/UTEST
58179 ____________________________________________________________________________
58180 [  7135] By: jhi                                   on 2000/10/03  15:15:42
58181         Log: Subject: Re: PATCH for 20001003.004
58182              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
58183              From: "AARON B. DOSSETT" <aaron@iglou.com>
58184              Message-Id: <E13gTay-0006od-00@iglou.com>
58185      Branch: perl
58186            ! installman installperl
58187 ____________________________________________________________________________
58188 [  7134] By: jhi                                   on 2000/10/03  15:00:34
58189         Log: Subject: [ID 20001003.006] B::Debug not -w clean
58190              From: Nicholas Clark <nick@babyhippo.co.uk>
58191              Date: Tue, 03 Oct 2000 15:46:32 +0100
58192              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
58193      Branch: perl
58194            ! ext/B/B/Debug.pm
58195 ____________________________________________________________________________
58196 [  7133] By: jhi                                   on 2000/10/03  14:58:39
58197         Log: Scale down the VMS message boxes, by Charles Lane.
58198              Fix for ID 20000903.009, workaround at
58199              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
58200      Branch: perl
58201            ! vms/vms.c
58202 ____________________________________________________________________________
58203 [  7132] By: jhi                                   on 2000/10/03  11:20:37
58204         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
58205      Branch: perl
58206            + t/lib/st-lock.t t/lib/st-utf8.t
58207            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
58208            ! ext/Storable/Storable.xs t/lib/st-recurse.t
58209 ____________________________________________________________________________
58210 [  7131] By: jhi                                   on 2000/10/03  03:38:23
58211         Log: Encode nits.
58212      Branch: perl
58213            ! MANIFEST Makefile.SH
58214 ____________________________________________________________________________
58215 [  7130] By: jhi                                   on 2000/10/03  03:31:05
58216         Log: Update Changes.
58217      Branch: perl
58218            ! Changes patchlevel.h
58219 ____________________________________________________________________________
58220 [  7129] By: jhi                                   on 2000/10/03  02:24:02
58221         Log: Misplaced else.
58222      Branch: metaconfig/U/perl
58223            ! d_strtoll.U
58224      Branch: perl
58225            ! Configure config_h.SH
58226 ____________________________________________________________________________
58227 [  7128] By: jhi                                   on 2000/10/03  02:08:29
58228         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
58229              From: sthoenna@efn.org
58230              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
58231              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
58232      Branch: metaconfig/U/perl
58233            ! d_strtoll.U
58234      Branch: perl
58235            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
58236 ____________________________________________________________________________
58237 [  7127] By: jhi                                   on 2000/10/03  01:13:14
58238         Log: Update Changes.
58239      Branch: perl
58240            ! Changes patchlevel.h
58241 ____________________________________________________________________________
58242 [  7126] By: jhi                                   on 2000/10/03  00:57:08
58243         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
58244              as suggested by Olaf Flebbe and Nick Clark.
58245      Branch: perl
58246            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
58247 ____________________________________________________________________________
58248 [  7125] By: jhi                                   on 2000/10/03  00:50:56
58249         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
58250              From: Nick Clark <nick@plum.flirble.org>
58251              Date: Mon, 2 Oct 2000 11:03:24 +0100
58252              Message-Id: <20001002110324.D20073@plum.flirble.org>
58253              
58254              Also fixes bug ID 20001002.005.
58255      Branch: perl
58256            ! t/lib/encode.t
58257 ____________________________________________________________________________
58258 [  7124] By: jhi                                   on 2000/10/03  00:34:59
58259         Log: Subject: [PATCH 5.7.0] Epoc update
58260              From: Olaf Flebbe <o.flebbe@gmx.de>
58261              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
58262              Message-ID: <26423.969484586@www10.gmx.net>
58263      Branch: perl
58264            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
58265            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
58266            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
58267            ! util.c util.h
58268 ____________________________________________________________________________
58269 [  7123] By: jhi                                   on 2000/10/03  00:30:07
58270         Log: Regen headers.
58271      Branch: perl
58272            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
58273 ____________________________________________________________________________
58274 [  7122] By: jhi                                   on 2000/10/03  00:10:48
58275         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
58276      Branch: perl
58277            ! hints/openbsd.sh
58278 ____________________________________________________________________________
58279 [  7121] By: jhi                                   on 2000/10/03  00:05:06
58280         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
58281              From: <abigail@foad.org>
58282              Date: Tue, 26 Sep 2000 13:36:14 -0400
58283              Message-ID: <20000926173614.4356.qmail@foad.org>
58284      Branch: perl
58285            ! pod/perlop.pod
58286 ____________________________________________________________________________
58287 [  7120] By: jhi                                   on 2000/10/03  00:04:00
58288         Log: Inside require() $^S was always left undefined.
58289              
58290              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
58291              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
58292              Date: Wed, 27 Sep 2000 18:54:49 -0400
58293              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
58294      Branch: perl
58295            ! cop.h mg.c pp_ctl.c util.c
58296 ____________________________________________________________________________
58297 [  7119] By: jhi                                   on 2000/10/03  00:00:16
58298         Log: Subject: [PATCH] DLL not restartabke with threaded perl
58299              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
58300              Date: Thu, 28 Sep 2000 09:20:46 +0100
58301              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
58302      Branch: perl
58303            ! perl.c
58304 ____________________________________________________________________________
58305 [  7118] By: jhi                                   on 2000/10/02  23:59:20
58306         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
58307              From: Nicholas Clark <nick@ccl4.org>
58308              Date: Thu, 28 Sep 2000 11:52:24 +0100
58309              Message-ID: <20000928115224.D7924@plum.flirble.org>
58310      Branch: perl
58311            ! op.c
58312 ____________________________________________________________________________
58313 [  7117] By: jhi                                   on 2000/10/02  23:57:51
58314         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
58315              From: Nicholas Clark <nick@babyhippo.co.uk>
58316              Date: Thu, 28 Sep 2000 12:18:10 +0100
58317              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
58318              
58319              Did not apply cleanly, manual intervention was needed.
58320      Branch: perl
58321            ! ext/B/B/Bytecode.pm utils/perlcc.PL
58322 ____________________________________________________________________________
58323 [  7116] By: jhi                                   on 2000/10/02  23:50:40
58324         Log: Document the issue (is not a syntax error, kind of)
58325              
58326              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
58327              From: Nicholas Clark <nick@ccl4.org>
58328              Date: Thu, 28 Sep 2000 17:12:42 +0100
58329              Message-ID: <20000928171242.K7924@plum.flirble.org>
58330      Branch: perl
58331            ! pod/perldata.pod
58332 ____________________________________________________________________________
58333 [  7115] By: jhi                                   on 2000/10/02  23:48:58
58334         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
58335              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
58336              Date: Thu, 28 Sep 2000 21:55:31 -0400
58337              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
58338      Branch: perl
58339            ! regexec.c
58340 ____________________________________________________________________________
58341 [  7114] By: jhi                                   on 2000/10/02  23:47:57
58342         Log: Subject: DOC PATCH 5.6.0
58343              From: mjd@plover.com
58344              Date: 30 Sep 2000 06:02:34 -0000
58345              Message-ID: <20000930060234.4559.qmail@plover.com>
58346      Branch: perl
58347            ! pod/perldebguts.pod
58348 ____________________________________________________________________________
58349 [  7113] By: jhi                                   on 2000/10/02  23:46:43
58350         Log: SOCK_DGRAM and listen() do not mix as reported in
58351              
58352              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
58353              From: Petter Reinholdtsen <pere@hungry.com>
58354              Date: Sun, 1 Oct 2000 10:57:20 +0800
58355              Message-Id: <200010010257.KAA05735@localhost.localdomain>
58356              
58357              The patch for 5.7.0+ had to be reengineered, though.
58358      Branch: perl
58359            ! ext/IO/lib/IO/Socket/UNIX.pm
58360 ____________________________________________________________________________
58361 [  7112] By: jhi                                   on 2000/10/02  23:36:57
58362         Log: Subject: Re: [PATCH 5.005_64 missed]
58363              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
58364              Date: Sun, 1 Oct 2000 18:50:10 -0400
58365              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
58366      Branch: perl
58367            ! pod/perlxs.pod
58368 ____________________________________________________________________________
58369 [  7111] By: jhi                                   on 2000/10/02  23:35:40
58370         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
58371              From: Radu Greab <radu@netsoft.ro>
58372              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
58373              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
58374      Branch: perl
58375            ! op.c opcode.pl t/op/substr.t
58376 ____________________________________________________________________________
58377 [  7110] By: jhi                                   on 2000/10/02  23:32:38
58378         Log: Subject: [PATCH] Fix aliasing of tied filehandles
58379              From: Daniel Chetlin <daniel@chetlin.com>
58380              Date: Mon, 2 Oct 2000 14:53:27 -0700
58381              Message-ID: <20001002145327.C1617@ilmd>
58382      Branch: perl
58383            ! perl.h pp_hot.c t/op/tiehandle.t
58384 ____________________________________________________________________________
58385 [  7109] By: jhi                                   on 2000/10/02  23:31:30
58386         Log: s/Robin Parker/Robin Barker/
58387      Branch: perl
58388            ! Changes5.6
58389 ____________________________________________________________________________
58390 [  7108] By: jhi                                   on 2000/10/02  23:15:46
58391         Log: Retract #7091 as suggested in
58392              
58393              From: Robin Barker <rmb1@cise.npl.co.uk> 
58394              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
58395              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
58396              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
58397      Branch: perl
58398            ! embed.pl proto.h
58399 ____________________________________________________________________________
58400 [  7107] By: nick                                  on 2000/10/02  18:23:14
58401         Log: A few tweaks to get Tk803 to work with Encode scheme.
58402      Branch: perl
58403            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
58404 ____________________________________________________________________________
58405 [  7106] By: nick                                  on 2000/10/01  21:34:14
58406         Log: Add checking cases to Encode's toUnicode and fromUnicode.
58407      Branch: perl
58408            ! ext/Encode/Encode.pm
58409 ____________________________________________________________________________
58410 [  7105] By: nick                                  on 2000/10/01  17:18:01
58411         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
58412              To read and use them.
58413              Add a lib/encode.t which checks a few things.
58414      Branch: perl
58415            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
58416            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
58417            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
58418            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
58419            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
58420            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
58421            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
58422            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
58423            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
58424            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
58425            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
58426            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
58427            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
58428            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
58429            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
58430            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
58431            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
58432            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
58433            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
58434            + ext/Encode/Encode/iso2022-jp.enc
58435            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
58436            + ext/Encode/Encode/iso8859-1.enc
58437            + ext/Encode/Encode/iso8859-2.enc
58438            + ext/Encode/Encode/iso8859-3.enc
58439            + ext/Encode/Encode/iso8859-4.enc
58440            + ext/Encode/Encode/iso8859-5.enc
58441            + ext/Encode/Encode/iso8859-6.enc
58442            + ext/Encode/Encode/iso8859-7.enc
58443            + ext/Encode/Encode/iso8859-8.enc
58444            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
58445            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
58446            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
58447            + ext/Encode/Encode/macCentEuro.enc
58448            + ext/Encode/Encode/macCroatian.enc
58449            + ext/Encode/Encode/macCyrillic.enc
58450            + ext/Encode/Encode/macDingbats.enc
58451            + ext/Encode/Encode/macGreek.enc
58452            + ext/Encode/Encode/macIceland.enc
58453            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
58454            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
58455            + ext/Encode/Encode/macTurkish.enc
58456            + ext/Encode/Encode/macUkraine.enc
58457            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
58458            + t/lib/encode.t
58459            ! MANIFEST ext/Encode/Encode.pm
58460 ____________________________________________________________________________
58461 [  7104] By: nick                                  on 2000/09/30  13:04:30
58462         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
58463              From: Daniel Chetlin <daniel@chetlin.com>
58464              Date: Mon, 18 Sep 2000 05:05:40 -0700
58465              Message-Id: <20000918050540.C652@ilmd>
58466      Branch: perl
58467            ! lib/overload.pm sv.c t/pragma/overload.t
58468 ____________________________________________________________________________
58469 [  7103] By: nick                                  on 2000/09/30  12:53:36
58470         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
58471              From: Johan Vromans <jvromans@squirrel.nl>
58472              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
58473              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
58474      Branch: perl
58475            ! pod/Makefile.SH
58476 ____________________________________________________________________________
58477 [  7102] By: nick                                  on 2000/09/30  12:52:31
58478         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
58479              From: Spider Boardman <spider@Orb.Nashua.NH.US>
58480              Date: Sat, 16 Sep 2000 16:36:45 -0400
58481              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
58482      Branch: perl
58483            ! ext/B/B/Deparse.pm
58484 ____________________________________________________________________________
58485 [  7101] By: nick                                  on 2000/09/30  12:51:41
58486         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
58487              From: Craig A. Berry <craig.berry@psinetcs.com>
58488              Date: Sat, 16 Sep 2000 10:11:10 -0500
58489              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
58490      Branch: perl
58491            ! vms/vms.c
58492 ____________________________________________________________________________
58493 [  7100] By: nick                                  on 2000/09/30  12:50:33
58494         Log: Subject: Re: unicode support and perl [ID 20000901.097]
58495              From: Spider Boardman <spider@Orb.Nashua.NH.US>
58496              Date: Fri, 15 Sep 2000 16:37:58 -0400
58497              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
58498      Branch: perl
58499            ! t/op/append.t
58500 ____________________________________________________________________________
58501 [  7099] By: nick                                  on 2000/09/30  12:49:35
58502         Log: Subject: Re: unicode support and perl [ID 20000901.097]
58503              From: Spider Boardman <spider@Orb.Nashua.NH.US>
58504              Date: Fri, 15 Sep 2000 16:25:30 -0400
58505              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
58506      Branch: perl
58507            ! pp_hot.c
58508 ____________________________________________________________________________
58509 [  7098] By: nick                                  on 2000/09/30  12:48:00
58510         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
58511              From: Gisle Aas <gisle@ActiveState.com>
58512              Date: 15 Sep 2000 16:23:41 +0200
58513              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
58514      Branch: perl
58515            ! toke.c
58516 ____________________________________________________________________________
58517 [  7097] By: nick                                  on 2000/09/30  12:45:16
58518         Log: Subject: [PATCH] Nits in perlmod.pod
58519              From: Daniel Chetlin <daniel@chetlin.com>
58520              Date: Fri, 15 Sep 2000 02:04:09 -0700
58521              Message-Id: <20000915020409.A2104@ilmd>
58522      Branch: perl
58523            ! pod/perlmod.pod
58524 ____________________________________________________________________________
58525 [  7096] By: nick                                  on 2000/09/30  12:18:00
58526         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
58527              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
58528              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
58529              0 to checking to get the warning.
58530      Branch: perl
58531            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
58532            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
58533            ! regexec.c sv.c toke.c utf8.c
58534 ____________________________________________________________________________
58535 [  7095] By: nick                                  on 2000/09/15  16:55:59
58536         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
58537              
58538              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
58539              From: Spider Boardman <spider@Orb.Nashua.NH.US>
58540              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
58541              Date: Fri, 15 Sep 2000 06:37:30 -0400
58542      Branch: perl
58543            ! ext/Encode/Encode.xs sv.c
58544 ____________________________________________________________________________
58545 [  7094] By: jhi                                   on 2000/09/15  03:23:32
58546         Log: Update Changes.
58547      Branch: perl
58548            ! Changes patchlevel.h
58549 ____________________________________________________________________________
58550 [  7093] By: jhi                                   on 2000/09/15  03:11:44
58551         Log: Fix for the charnames.t failures from Spider Boardman.
58552      Branch: perl
58553            ! toke.c
58554 ____________________________________________________________________________
58555 [  7092] By: jhi                                   on 2000/09/15  00:15:48
58556         Log: Botched the #7090 check-in.
58557      Branch: perl
58558            ! sv.c
58559 ____________________________________________________________________________
58560 [  7091] By: jhi                                   on 2000/09/14  23:33:24
58561         Log: Part of #7081 didn't come through.
58562      Branch: perl
58563            ! embed.pl proto.h
58564 ____________________________________________________________________________
58565 [  7090] By: jhi                                   on 2000/09/14  23:17:39
58566         Log: Subject: Re: perl@7078 
58567              From: Spider Boardman <spider@web.zk3.dec.com>
58568              Date: Thu, 14 Sep 2000 19:06:36 -0400
58569              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
58570      Branch: perl
58571            ! sv.c toke.c
58572 ____________________________________________________________________________
58573 [  7089] By: jhi                                   on 2000/09/14  23:11:21
58574         Log: Small portability tweaks.
58575      Branch: perl
58576            ! ext/Encode/Encode.xs
58577 ____________________________________________________________________________
58578 [  7088] By: jhi                                   on 2000/09/14  22:57:23
58579         Log: Fake return to pacify picky compilers.
58580      Branch: perl
58581            ! ext/Encode/Encode.xs
58582 ____________________________________________________________________________
58583 [  7087] By: jhi                                   on 2000/09/14  22:53:37
58584         Log: Subject: [PATCH] utf8.c apidoc
58585              From: Simon Cozens <simon@cozens.net>
58586              Date: Thu, 14 Sep 2000 23:46:57 +0100
58587              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
58588      Branch: perl
58589            ! perlapi.c pod/perlapi.pod utf8.c
58590 ____________________________________________________________________________
58591 [  7086] By: jhi                                   on 2000/09/14  22:40:38
58592         Log: We don't need to count the high bit bytes, a boolean is enough. 
58593      Branch: perl
58594            ! sv.c
58595 ____________________________________________________________________________
58596 [  7085] By: jhi                                   on 2000/09/14  21:20:09
58597         Log: Replace #7084 with
58598              
58599              Subject: Re: perl@7078 
58600              From: Spider Boardman <spider@web.zk3.dec.com>
58601              Date: Thu, 14 Sep 2000 17:09:36 -0400
58602              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
58603      Branch: perl
58604            ! sv.c utf8.c
58605 ____________________________________________________________________________
58606 [  7084] By: jhi                                   on 2000/09/14  20:03:34
58607         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
58608              convertable to bytes by checking it doesn't go above 0xc3
58609              
58610              Subject: Re: perl@7078
58611              From: Simon Cozens <simon@cozens.net>
58612              Date: Thu, 14 Sep 2000 20:59:19 +0100
58613              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
58614      Branch: perl
58615            ! utf8.c
58616 ____________________________________________________________________________
58617 [  7083] By: jhi                                   on 2000/09/14  19:38:47
58618         Log: Subject: Re: perl@7078
58619              From: Simon Cozens <simon@cozens.net>
58620              Date: Thu, 14 Sep 2000 20:13:09 +0100
58621              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
58622      Branch: perl
58623            ! t/op/bop.t
58624 ____________________________________________________________________________
58625 [  7082] By: jhi                                   on 2000/09/14  17:50:44
58626         Log: The one that got away.
58627      Branch: perl
58628            ! lib/File/Find.pm
58629 ____________________________________________________________________________
58630 [  7081] By: jhi                                   on 2000/09/14  17:45:35
58631         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
58632              From: Robin Barker <rmb1@cise.npl.co.uk>
58633              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
58634              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
58635      Branch: perl
58636            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
58637            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
58638            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
58639            ! regcomp.c toke.c universal.c
58640 ____________________________________________________________________________
58641 [  7080] By: jhi                                   on 2000/09/14  17:40:35
58642         Log: Problems picked up by AIX cc.
58643              
58644              Subject: Re: perl@7078 (patch included)
58645              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
58646              Date: Thu, 14 Sep 2000 18:53:30 +0200
58647              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
58648      Branch: perl
58649            ! ext/Encode/Encode.xs
58650 ____________________________________________________________________________
58651 [  7079] By: jhi                                   on 2000/09/14  17:38:27
58652         Log: Subject: File::Find 5.7.0 POD nits
58653              From: Rich Morin <rdm@cfcl.com>
58654              Date: Wed, 13 Sep 2000 22:03:58 -0700
58655              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
58656      Branch: perl
58657            ! lib/File/Find.pm
58658 ____________________________________________________________________________
58659 [  7078] By: jhi                                   on 2000/09/14  14:58:20
58660         Log: Update Changes.
58661      Branch: perl
58662            ! Changes patchlevel.h
58663 ____________________________________________________________________________
58664 [  7077] By: jhi                                   on 2000/09/14  14:55:54
58665         Log: Compilation warnings and an error.
58666      Branch: perl
58667            ! sv.c
58668 ____________________________________________________________________________
58669 [  7076] By: jhi                                   on 2000/09/14  14:42:56
58670         Log: Fix for a parsing bug, not for the original bug.
58671              
58672              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
58673              From: Spider Boardman <spider@web.zk3.dec.com>
58674              Date: Wed, 13 Sep 2000 17:52:20 -0400
58675              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
58676      Branch: perl
58677            ! regcomp.c
58678 ____________________________________________________________________________
58679 [  7075] By: jhi                                   on 2000/09/14  14:40:40
58680         Log: Batch of UTF-8 patches from Simon Cozens.
58681      Branch: perl
58682            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
58683            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
58684            ! toke.c utf8.c
58685 ____________________________________________________________________________
58686 [  7074] By: jhi                                   on 2000/09/14  14:29:58
58687         Log: Subject: Re: Two advertising clauses need to be removed
58688              From: Russ Allbery <rra@stanford.edu>
58689              Date: 13 Sep 2000 18:50:26 -0700
58690              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
58691      Branch: perl
58692            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
58693 ____________________________________________________________________________
58694 [  7073] By: jhi                                   on 2000/09/14  14:28:20
58695         Log: Subject: [PATCH] de-wall t/README
58696              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
58697              Date: Wed, 13 Sep 2000 17:46:55 -0700
58698              Message-ID: <//Bw5gzkge/e092yn@efn.org>
58699      Branch: perl
58700            ! t/README
58701 ____________________________________________________________________________
58702 [  7072] By: jhi                                   on 2000/09/14  14:25:10
58703         Log: Hints optimization.
58704              
58705              Subject: Minor nit
58706              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
58707              Date: Wed, 13 Sep 2000 21:42:07 +0200
58708              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
58709      Branch: perl
58710            ! hints/hpux.sh
58711 ____________________________________________________________________________
58712 [  7071] By: jhi                                   on 2000/09/14  14:23:30
58713         Log: Allow chop() and chomp() to be overridden.
58714              
58715              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
58716              From: "Casey R. Tweten" <crt@kiski.net>
58717              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
58718              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
58719      Branch: perl
58720            ! toke.c
58721 ____________________________________________________________________________
58722 [  7070] By: jhi                                   on 2000/09/14  14:20:36
58723         Log: The return value of setlocale must be copied away.
58724              
58725              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
58726              From: Alan Burlison <Alan.Burlison@uk.sun.com>
58727              Date: Wed, 13 Sep 2000 16:27:37 +0100 
58728              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
58729      Branch: perl
58730            ! util.c
58731 ____________________________________________________________________________
58732 [  7069] By: jhi                                   on 2000/09/14  14:16:27
58733         Log: Remove vestiges of tr//CU.
58734              
58735              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
58736              From: Nick Clark <nick@plum.flirble.org>
58737              Date: Tue, 12 Sep 2000 22:50:14 +0100
58738              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
58739              
58740              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
58741              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
58742              Date: Tue, 12 Sep 2000 21:38:48 -0700
58743              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
58744      Branch: perl
58745            ! op.h pod/perlunicode.pod
58746 ____________________________________________________________________________
58747 [  7068] By: jhi                                   on 2000/09/13  14:18:39
58748         Log: Add the Encode extension.  The code is still largely just skeleton.
58749      Branch: perl
58750            + ext/Encode/Encode.pm ext/Encode/Encode.xs
58751            + ext/Encode/Makefile.PL ext/Encode/Todo
58752            ! MANIFEST Todo-5.6
58753 ____________________________________________________________________________
58754 [  7067] By: jhi                                   on 2000/09/12  17:43:33
58755         Log: Allow for whitespace between "#" and "line" in cpp output.
58756              
58757              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
58758              From: Calle Dybedahl <calle@lysator.liu.se>
58759              Date: 12 Sep 2000 19:38:02 +0200 
58760              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
58761      Branch: perl
58762            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
58763 ____________________________________________________________________________
58764 [  7066] By: gsar                                  on 2000/09/12  17:24:29
58765         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
58766              initialization in all the threads on Windows
58767      Branch: perl
58768            ! win32/win32.c
58769 ____________________________________________________________________________
58770 [  7065] By: jhi                                   on 2000/09/12  15:11:31
58771         Log: Update Changes.
58772      Branch: perl
58773            ! Changes patchlevel.h
58774 ____________________________________________________________________________
58775 [  7064] By: jhi                                   on 2000/09/12  14:54:54
58776         Log: Retract #7062, the pod tests are not ready.
58777      Branch: perl
58778            ! t/TEST t/harness
58779 ____________________________________________________________________________
58780 [  7063] By: jhi                                   on 2000/09/12  14:25:41
58781         Log: The #7054 truncated Configure badly.
58782      Branch: metaconfig/U/perl
58783            ! End.U
58784      Branch: perl
58785            ! Configure config_h.SH
58786 ____________________________________________________________________________
58787 [  7062] By: jhi                                   on 2000/09/12  14:08:32
58788         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
58789              From: sthoenna@efn.org
58790              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
58791              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
58792      Branch: perl
58793            ! t/TEST t/harness
58794 ____________________________________________________________________________
58795 [  7061] By: jhi                                   on 2000/09/12  14:07:18
58796         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
58797              From: sthoenna@efn.org
58798              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
58799              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
58800      Branch: perl
58801            ! pod/perlxs.pod
58802 ____________________________________________________________________________
58803 [  7060] By: jhi                                   on 2000/09/12  14:06:08
58804         Log: Break up the myconfig lines a bit.
58805              
58806              Subject: perlbug/perl -V output format
58807              From: sthoenna@efn.org
58808              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
58809              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
58810      Branch: perl
58811            ! myconfig.SH
58812 ____________________________________________________________________________
58813 [  7059] By: jhi                                   on 2000/09/12  14:05:04
58814         Log: Test for the #7049.
58815              
58816              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
58817              From: andreas.koenig@anima.de (Andreas J. Koenig)
58818              Date: 12 Sep 2000 06:42:01 +0200
58819              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
58820      Branch: perl
58821            ! t/op/my.t
58822 ____________________________________________________________________________
58823 [  7058] By: jhi                                   on 2000/09/12  14:03:05
58824         Log: Subject: [patch: perl@7045] vms updates
58825              From: Peter Prymmer <pvhp@forte.com>
58826              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
58827              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
58828      Branch: perl
58829            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
58830 ____________________________________________________________________________
58831 [  7057] By: jhi                                   on 2000/09/12  14:00:51
58832         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
58833              From: sthoenna@efn.org
58834              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
58835              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
58836      Branch: perl
58837            ! t/op/64bitint.t
58838 ____________________________________________________________________________
58839 [  7056] By: jhi                                   on 2000/09/12  13:58:14
58840         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
58841              From: Jeff Pinyan <jeffp@crusoe.net>
58842              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
58843              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
58844      Branch: perl
58845            ! pod/perlfunc.pod
58846 ____________________________________________________________________________
58847 [  7055] By: jhi                                   on 2000/09/12  13:56:32
58848         Log: Do in VMS as the #7054 does.
58849      Branch: perl
58850            ! configure.com
58851 ____________________________________________________________________________
58852 [  7054] By: jhi                                   on 2000/09/12  13:50:31
58853         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
58854              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
58855              Date: Mon, 11 Sep 2000 08:33:09 +0100
58856              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
58857      Branch: metaconfig/U/perl
58858            ! End.U
58859      Branch: perl
58860            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
58861            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
58862 ____________________________________________________________________________
58863 [  7053] By: jhi                                   on 2000/09/12  13:29:19
58864         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
58865              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
58866              Date:     Tue, 12 Sep 2000 08:35:59 EDT
58867              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
58868      Branch: perl
58869            ! vms/test.com
58870 ____________________________________________________________________________
58871 [  7052] By: jhi                                   on 2000/09/11  23:01:50
58872         Log: Document the SvUTF8*().
58873      Branch: perl
58874            ! pod/perlapi.pod sv.h
58875 ____________________________________________________________________________
58876 [  7051] By: gsar                                  on 2000/09/11  14:46:30
58877         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
58878              (missed a spot when fixing up op_pmreplroot hack for ithreads)
58879      Branch: perl
58880            ! op.c t/op/split.t
58881 ____________________________________________________________________________
58882 [  7050] By: nick                                  on 2000/09/11  10:03:51
58883         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
58884              
58885              Subject: borland C++ win32.c tweak
58886              From: Vadim Konovalov <vkonovalov@lucent.com>
58887              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
58888              Date: Mon, 11 Sep 2000 11:22:33 +0400
58889      Branch: perl
58890            ! win32/win32.c
58891 ____________________________________________________________________________
58892 [  7049] By: nick                                  on 2000/09/11  09:57:33
58893         Log: Point fix for s/// on foreach (keys %xxx).
58894      Branch: perl
58895            ! pp_hot.c
58896 ____________________________________________________________________________
58897 [  7048] By: jhi                                   on 2000/09/10  23:37:09
58898         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
58899              by Pod::Text, from Brad Appleton.
58900      Branch: perl
58901            ! t/pod/testp2pt.pl
58902 ____________________________________________________________________________
58903 [  7047] By: jhi                                   on 2000/09/10  14:32:53
58904         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
58905              by Russ Allbery.
58906      Branch: perl
58907            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
58908 ____________________________________________________________________________
58909 [  7046] By: jhi                                   on 2000/09/10  14:15:08
58910         Log: Upgrade to CPAN 1.57_65, from Andreas König.
58911      Branch: perl
58912            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
58913 ____________________________________________________________________________
58914 [  7045] By: jhi                                   on 2000/09/08  21:36:32
58915         Log: Update Changes.
58916      Branch: perl
58917            ! Changes patchlevel.h
58918 ____________________________________________________________________________
58919 [  7044] By: jhi                                   on 2000/09/08  21:29:56
58920         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
58921              From: Peter Prymmer <pvhp@forte.com>
58922              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
58923              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
58924      Branch: perl
58925            ! configure.com
58926 ____________________________________________________________________________
58927 [  7043] By: jhi                                   on 2000/09/08  21:27:50
58928         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
58929              From: Peter Prymmer <pvhp@forte.com>
58930              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
58931              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
58932      Branch: perl
58933            ! Makefile.SH installperl
58934 ____________________________________________________________________________
58935 [  7042] By: jhi                                   on 2000/09/08  21:23:21
58936         Log: Continue #7041.
58937      Branch: perl
58938            ! cygwin/Makefile.SHs os2/Makefile.SHs
58939 ____________________________________________________________________________
58940 [  7041] By: jhi                                   on 2000/09/08  21:18:10
58941         Log: Do away with memory models cruft.  Sorry, PDP users.
58942      Branch: metaconfig
58943            ! U/modified/cc.U U/modified/libpth.U
58944      Branch: perl
58945            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
58946            ! Porting/config_H cflags.SH config_h.SH configure.com
58947            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
58948            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
58949            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
58950 ____________________________________________________________________________
58951 [  7040] By: jhi                                   on 2000/09/08  14:34:18
58952         Log: Major rewrite of s2p.  And I mean really major, it is
58953              an implementation of sed in perl.  If called as s2p it
58954              will function as s2p.  Note: needs non-UNIXifying.
58955              
58956              Subject: s2p
58957              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
58958              Date: Mon, 28 Aug 2000 14:05:12 +0200
58959              Message-ID: <39AA5578.2102E2AA@alcatel.at>
58960      Branch: perl
58961            ! x2p/s2p.PL
58962 ____________________________________________________________________________
58963 [  7039] By: jhi                                   on 2000/09/08  14:19:49
58964         Log: Re-allow vec() for characters > 255.
58965              
58966              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
58967              From: Spider Boardman <spider@web.zk3.dec.com>
58968              Date: Fri, 08 Sep 2000 02:21:02 -0400
58969              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
58970      Branch: perl
58971            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
58972            ! t/op/vec.t
58973 ____________________________________________________________________________
58974 [  7038] By: jhi                                   on 2000/09/08  14:14:18
58975         Log: Subject: [PATCH lib/Benchmark.pm]
58976              From: <abigail@foad.org>
58977              Date: Thu, 7 Sep 2000 15:03:20 -0400
58978              Message-ID: <20000907190320.888.qmail@foad.org>
58979      Branch: perl
58980            ! lib/Benchmark.pm
58981 ____________________________________________________________________________
58982 [  7037] By: jhi                                   on 2000/09/08  14:11:06
58983         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
58984              
58985              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
58986              From: Spider Boardman <spider@web.zk3.dec.com>
58987              Date: Fri, 08 Sep 2000 01:30:27 -0400
58988              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
58989      Branch: perl
58990            ! op.c
58991 ____________________________________________________________________________
58992 [  7036] By: jhi                                   on 2000/09/08  14:08:58
58993         Log: Subject: [ID 20000908.002] perlipc documentation bug.
58994              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
58995              Date: Fri, 08 Sep 2000 12:38:32 +0200
58996              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
58997      Branch: perl
58998            ! pod/perlipc.pod
58999 ____________________________________________________________________________
59000 [  7035] By: jhi                                   on 2000/09/08  14:03:12
59001         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
59002              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
59003              Date: Fri, 08 Sep 2000 11:47:34 +0200
59004              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
59005      Branch: perl
59006            ! hints/dec_osf.sh
59007 ____________________________________________________________________________
59008 [  7034] By: jhi                                   on 2000/09/08  13:59:35
59009         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
59010              From: Simon Cozens <simon@cozens.net>
59011              Date: Thu, 7 Sep 2000 20:40:38 +0100
59012              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
59013      Branch: perl
59014            ! pp_hot.c
59015 ____________________________________________________________________________
59016 [  7033] By: jhi                                   on 2000/09/08  04:03:03
59017         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
59018              From: "Larry W. Virden" <lvirden@cas.org>
59019              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
59020              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
59021      Branch: perl
59022            ! pod/perldiag.pod
59023 ____________________________________________________________________________
59024 [  7032] By: jhi                                   on 2000/09/07  22:18:30
59025         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
59026              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
59027              Date: Mon, 04 Sep 2000 13:16:38 -0700
59028              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
59029      Branch: perl
59030            ! lib/perl5db.pl
59031 ____________________________________________________________________________
59032 [  7031] By: jhi                                   on 2000/09/07  22:02:29
59033         Log: Fix the ccversion detection for 5.1 and beyond.
59034              
59035              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
59036              From: Spider Boardman <spider@leggy.zk3.dec.com>
59037              Date: Thu, 7 Sep 2000 17:54:27 -0400
59038              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
59039      Branch: perl
59040            ! hints/dec_osf.sh
59041 ____________________________________________________________________________
59042 [  7030] By: jhi                                   on 2000/09/07  19:12:28
59043         Log: Fix for
59044              
59045              Subject: [ID 20000903.001] \w in utf8-strings
59046              From: Marc Lehmann <pcg@goof.com>
59047              Date: Sun, 03 Sep 2000 09:44:29 +0200
59048              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
59049              
59050              and various related nits.
59051      Branch: perl
59052            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
59053 ____________________________________________________________________________
59054 [  7029] By: jhi                                   on 2000/09/07  18:49:09
59055         Log: Fix the URL, but the server is still missing in action.
59056              
59057              Subject: [ID 20000905.002] perlfaq1.pod URL error
59058              From: "Larry W. Virden" <lvirden@cas.org>
59059              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
59060              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
59061      Branch: perl
59062            ! pod/perlfaq1.pod
59063 ____________________________________________________________________________
59064 [  7028] By: jhi                                   on 2000/09/07  18:47:13
59065         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
59066              From: Hugo <hv@crypt.compulink.co.uk>
59067              Date: Tue, 05 Sep 2000 14:13:37 +0100
59068              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
59069      Branch: perl
59070            ! toke.c
59071 ____________________________________________________________________________
59072 [  7027] By: jhi                                   on 2000/09/07  18:45:35
59073         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
59074              From: Daniel Chetlin <daniel@chetlin.com>
59075              Date: Tue, 5 Sep 2000 04:57:07 -0700
59076              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
59077      Branch: perl
59078            ! pod/perlfaq6.pod pod/perlop.pod
59079 ____________________________________________________________________________
59080 [  7026] By: jhi                                   on 2000/09/07  18:44:01
59081         Log: Document the new ref() semantics.
59082              
59083              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
59084              From: Gisle Aas <gisle@ActiveState.com>
59085              Date: 05 Sep 2000 08:10:30 +0200
59086              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
59087      Branch: perl
59088            ! pod/perldelta.pod
59089 ____________________________________________________________________________
59090 [  7025] By: jhi                                   on 2000/09/07  18:42:27
59091         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
59092              
59093              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
59094              From: Gisle Aas <gisle@ActiveState.com>
59095              Date: 05 Sep 2000 08:11:40 +0200
59096              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
59097      Branch: perl
59098            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
59099 ____________________________________________________________________________
59100 [  7024] By: jhi                                   on 2000/09/07  18:39:32
59101         Log: Subject: [PATCH] Modernize Opcode.pm documentation
59102              From: Gisle Aas <gisle@ActiveState.com>
59103              Date: 4 Sep 2000 00:18:55 -0000
59104              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
59105      Branch: perl
59106            ! ext/Opcode/Opcode.pm
59107 ____________________________________________________________________________
59108 [  7023] By: jhi                                   on 2000/09/07  18:37:42
59109         Log: Subject: [PATCH] Tied filehandle documentation
59110              From: Gisle Aas <gisle@ActiveState.com>
59111              Date: 4 Sep 2000 00:14:40 -0000
59112              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
59113      Branch: perl
59114            ! pod/perlfunc.pod pod/perltie.pod
59115 ____________________________________________________________________________
59116 [  7022] By: jhi                                   on 2000/09/07  18:35:37
59117         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
59118              From: Gisle Aas <gisle@ActiveState.com>
59119              Date: 4 Sep 2000 00:04:22 -0000
59120              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
59121      Branch: perl
59122            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
59123 ____________________________________________________________________________
59124 [  7021] By: jhi                                   on 2000/09/07  18:33:22
59125         Log: Subject: small apidoc fix
59126              From: Marc Lehmann <pcg@goof.com>
59127              Date: Sun, 3 Sep 2000 05:12:06 +0200
59128              Message-ID: <20000903051206.A5909@cerebro.laendle>
59129      Branch: perl
59130            ! pod/perlapi.pod utf8.c
59131 ____________________________________________________________________________
59132 [  7020] By: jhi                                   on 2000/09/07  16:14:57
59133         Log: Tiny perldelta nits.
59134      Branch: perl
59135            ! pod/perldelta.pod
59136 ____________________________________________________________________________
59137 [  7019] By: jhi                                   on 2000/09/07  16:04:20
59138         Log: Guard against bad string->int conversion for quads.
59139      Branch: perl
59140            ! t/op/64bitint.t
59141 ____________________________________________________________________________
59142 [  7018] By: jhi                                   on 2000/09/06  17:07:03
59143         Log: Update Unicode todo list.
59144      Branch: perl
59145            ! Todo-5.6
59146 ____________________________________________________________________________
59147 [  7017] By: jhi                                   on 2000/09/05  21:16:01
59148         Log: Document the SvIOK_.*UV().
59149      Branch: perl
59150            ! pod/perlapi.pod sv.h
59151 ____________________________________________________________________________
59152 [  7016] By: nick                                  on 2000/09/03  21:54:46
59153         Log: Hash lookup of constant strings optimization:
59154              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
59155              to string table (as per sharepvn). Add newSV_pvn_share to create such
59156              a thing. Make hv.c compare addresses of strings and skip string compare
59157              if equal. Make method_named and helem ops use these shared-string SVs
59158              when arg is constant. Make keys op return shared-string SVs (less clearly
59159              a win).
59160      Branch: perl
59161            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
59162            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
59163            ! pod/perlintern.pod pp_hot.c proto.h sv.c
59164 ____________________________________________________________________________
59165 [  7015] By: jhi                                   on 2000/09/02  17:48:59
59166         Log: This is 5.7.0.
59167      Branch: perl
59168            ! Changes
59169 ____________________________________________________________________________
59170 [  7014] By: jhi                                   on 2000/09/02  17:35:45
59171         Log: Changes and patchlevel tweaks.
59172      Branch: perl
59173            ! Changes patchlevel.h
59174 ____________________________________________________________________________
59175 [  7013] By: jhi                                   on 2000/09/02  17:30:50
59176         Log: Update Changes.
59177      Branch: perl
59178            ! Changes patchlevel.h
59179 ____________________________________________________________________________
59180 [  7012] By: nick                                  on 2000/09/02  17:25:20
59181         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
59182      Branch: perl
59183            ! gv.c lib/overload.pm
59184 ____________________________________________________________________________
59185 [  7011] By: jhi                                   on 2000/09/02  17:16:25
59186         Log: Update perlhist.
59187      Branch: perl
59188            ! pod/perlhist.pod
59189 ____________________________________________________________________________
59190 [  7010] By: jhi                                   on 2000/09/02  17:01:35
59191         Log: perldelta nits.
59192      Branch: perl
59193            ! pod/perldelta.pod
59194 ____________________________________________________________________________
59195 [  7009] By: nick                                  on 2000/09/02  16:48:35
59196         Log: If overloaded %{} etc. return the object do not loop.
59197              Thus  sub deref { $_[0] } functions if object is wanted type.
59198      Branch: perl
59199            ! pp.h
59200 ____________________________________________________________________________
59201 [  7008] By: jhi                                   on 2000/09/02  16:26:11
59202         Log: Retab MANIFEST.
59203      Branch: perl
59204            ! ext/Storable/MANIFEST
59205 ____________________________________________________________________________
59206 [  7007] By: jhi                                   on 2000/09/02  16:23:02
59207         Log: Make certain cc is set before trying to run it.
59208      Branch: perl
59209            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
59210 ____________________________________________________________________________
59211 [  7006] By: jhi                                   on 2000/09/02  15:45:41
59212         Log: Unicode notes.
59213      Branch: perl
59214            ! pod/perldelta.pod
59215 ____________________________________________________________________________
59216 [  7005] By: jhi                                   on 2000/09/02  15:42:11
59217         Log: Various Configure nits by Philip Newton,
59218              plus the ebcdic one by me.
59219      Branch: metaconfig
59220            + U/modified/pager.U
59221            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
59222      Branch: metaconfig/U/perl
59223            ! Devel.U quadfio.U
59224      Branch: perl
59225            ! Configure config_h.SH
59226 ____________________________________________________________________________
59227 [  7004] By: jhi                                   on 2000/09/02  15:06:14
59228         Log: Apparently avoiding the swapping is too costly.
59229              
59230              From: "Ben Tilly" <ben_tilly@hotmail.com>
59231              Subject: Re: the door is closed.
59232              Date: Fri, 01 Sep 2000 20:23:16 EDT
59233              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
59234      Branch: perl
59235            ! pod/perlfaq4.pod
59236 ____________________________________________________________________________
59237 [  7003] By: nick                                  on 2000/09/02  12:26:04
59238         Log: Undo part of change 6489 which looks like a bulk edit which
59239              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
59240              The supressing of main:: on return from select() is undesirable.
59241      Branch: perl
59242            ! pp_sys.c
59243 ____________________________________________________________________________
59244 [  7002] By: jhi                                   on 2000/09/01  23:08:54
59245         Log: Update Changes.
59246      Branch: perl
59247            ! Changes patchlevel.h
59248 ____________________________________________________________________________
59249 [  7001] By: jhi                                   on 2000/09/01  23:00:13
59250         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
59251              From: Peter Prymmer <pvhp@forte.com>
59252              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
59253              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
59254              
59255              plus rework the http: spots as suggested by Tom Christiansen,
59256              plus regen perltoc.
59257      Branch: perl
59258            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
59259            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
59260 ____________________________________________________________________________
59261 [  7000] By: jhi                                   on 2000/09/01  22:36:01
59262         Log: Only the first line, thank you very much.
59263      Branch: perl
59264            ! hints/solaris_2.sh
59265 ____________________________________________________________________________
59266 [  6999] By: gsar                                  on 2000/09/01  22:16:40
59267         Log: change#6791 accidentally clobbered change#6710, put it back
59268      Branch: perl
59269            ! win32/win32.c
59270 ____________________________________________________________________________
59271 [  6998] By: jhi                                   on 2000/09/01  22:14:16
59272         Log: Mention the HP-UX LP64 freak failure.
59273      Branch: perl
59274            ! pod/perldelta.pod
59275 ____________________________________________________________________________
59276 [  6997] By: jhi                                   on 2000/09/01  21:48:32
59277         Log: Detypo.
59278      Branch: perl
59279            ! hints/hpux.sh
59280 ____________________________________________________________________________
59281 [  6996] By: jhi                                   on 2000/09/01  21:27:10
59282         Log: Update Changes.
59283      Branch: perl
59284            ! Changes patchlevel.h
59285 ____________________________________________________________________________
59286 [  6995] By: jhi                                   on 2000/09/01  21:14:24
59287         Log: Mi splgn s gnin.g
59288      Branch: perl
59289            ! pp_ctl.c
59290 ____________________________________________________________________________
59291 [  6994] By: jhi                                   on 2000/09/01  21:09:54
59292         Log: Subject: http:// in L<>
59293              From: Nicholas Clark <nick@ccl4.org>
59294              Date: Fri, 1 Sep 2000 22:03:21 +0100
59295              Message-ID: <20000901220321.B72074@plum.flirble.org>
59296      Branch: perl
59297            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
59298 ____________________________________________________________________________
59299 [  6993] By: jhi                                   on 2000/09/01  21:06:54
59300         Log: Update to Storable 1.0, from Raphael Manfredi.
59301      Branch: perl
59302            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
59303            ! ext/Storable/Makefile.PL ext/Storable/README
59304            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
59305            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
59306            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
59307            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
59308            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
59309            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
59310 ____________________________________________________________________________
59311 [  6992] By: jhi                                   on 2000/09/01  20:43:05
59312         Log: Mention known sfio+linux buglet.
59313      Branch: perl
59314            ! pod/perldelta.pod
59315 ____________________________________________________________________________
59316 [  6991] By: jhi                                   on 2000/09/01  20:40:11
59317         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
59318              From: Peter Prymmer <pvhp@forte.com>
59319              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
59320              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
59321      Branch: perl
59322            ! vms/vms.c
59323 ____________________________________________________________________________
59324 [  6990] By: jhi                                   on 2000/09/01  20:25:26
59325         Log: Retract #6986.
59326      Branch: perl
59327            ! hints/solaris_2.sh
59328 ____________________________________________________________________________
59329 [  6989] By: jhi                                   on 2000/09/01  20:23:00
59330         Log: Mergesort is back.
59331      Branch: perl
59332            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
59333 ____________________________________________________________________________
59334 [  6988] By: jhi                                   on 2000/09/01  19:37:40
59335         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
59336              From: Mike Guy <mjtg@cam.ac.uk>
59337              Date: Fri, 01 Sep 2000 17:43:33 +0100
59338              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
59339      Branch: perl
59340            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
59341            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
59342 ____________________________________________________________________________
59343 [  6987] By: jhi                                   on 2000/09/01  19:17:10
59344         Log: Regen perltoc.
59345      Branch: perl
59346            ! pod/perltoc.pod
59347 ____________________________________________________________________________
59348 [  6986] By: jhi                                   on 2000/09/01  18:51:10
59349         Log: Subject: Re: Solaris x86 has no SPARC libraries!
59350              From: Lupe Christoph <lupe@lupe-christoph.de>
59351              Date: Fri, 1 Sep 2000 20:41:20 +0200
59352              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
59353      Branch: perl
59354            ! hints/solaris_2.sh
59355 ____________________________________________________________________________
59356 [  6985] By: jhi                                   on 2000/09/01  18:28:10
59357         Log: Update Changes.
59358      Branch: perl
59359            ! Changes patchlevel.h
59360 ____________________________________________________________________________
59361 [  6984] By: jhi                                   on 2000/09/01  18:26:53
59362         Log: Feature ordering tweak.
59363      Branch: perl
59364            ! myconfig.SH
59365 ____________________________________________________________________________
59366 [  6983] By: jhi                                   on 2000/09/01  18:19:50
59367         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
59368              From: <abigail@foad.org>
59369              Date: Fri, 1 Sep 2000 13:07:32 -0400
59370              Message-ID: <20000901170732.18249.qmail@foad.org>
59371      Branch: perl
59372            ! t/pragma/overload.t
59373 ____________________________________________________________________________
59374 [  6982] By: jhi                                   on 2000/09/01  18:17:54
59375         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
59376              so that case-ignoring systems like DCL can tell them from
59377              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
59378      Branch: metaconfig/U/perl
59379            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
59380      Branch: perl
59381            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
59382            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
59383            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
59384            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
59385            ! vos/config.def vos/config.h vos/config_h.SH_orig
59386            ! win32/config.bc win32/config.gc win32/config.vc
59387 ____________________________________________________________________________
59388 [  6981] By: nick                                  on 2000/09/01  17:21:57
59389         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
59390              warning when UNTIE exists and instead pass the cound of extra references to
59391              the UNTIE method.
59392      Branch: perl
59393            ! pod/perltie.pod pp_sys.c
59394 ____________________________________________________________________________
59395 [  6980] By: jhi                                   on 2000/09/01  16:54:44
59396         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
59397              From: Peter Prymmer <pvhp@forte.com>
59398              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
59399              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
59400      Branch: perl
59401            ! configure.com
59402 ____________________________________________________________________________
59403 [  6979] By: jhi                                   on 2000/09/01  16:06:20
59404         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
59405              From: Mike Guy <mjtg@cam.ac.uk> 
59406              Date: Fri, 01 Sep 2000 16:49:27 +0100
59407              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
59408      Branch: perl
59409            ! t/base/rs.t
59410 ____________________________________________________________________________
59411 [  6978] By: jhi                                   on 2000/09/01  16:00:42
59412         Log: Update to PodParser 1.18, from Brad Appleton.
59413      Branch: perl
59414            ! lib/Pod/Checker.pm t/pod/find.t
59415 ____________________________________________________________________________
59416 [  6977] By: jhi                                   on 2000/09/01  14:48:58
59417         Log: Subject: Nit in Configure (bleadperl@6961)
59418              From: Lupe Christoph <lupe@lupe-christoph.de>
59419              Date: Fri, 1 Sep 2000 16:34:29 +0200
59420              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
59421      Branch: metaconfig
59422            ! U/compline/ccflags.U
59423      Branch: perl
59424            ! Configure config_h.SH
59425 ____________________________________________________________________________
59426 [  6976] By: jhi                                   on 2000/09/01  14:39:52
59427         Log: Update Changes.
59428      Branch: perl
59429            ! Changes patchlevel.h
59430 ____________________________________________________________________________
59431 [  6975] By: jhi                                   on 2000/09/01  14:37:36
59432         Log: microperl config update.
59433      Branch: perl
59434            ! uconfig.h uconfig.sh
59435 ____________________________________________________________________________
59436 [  6974] By: jhi                                   on 2000/09/01  14:36:53
59437         Log: Document known deficiencies.
59438      Branch: perl
59439            ! pod/perldelta.pod
59440 ____________________________________________________________________________
59441 [  6973] By: jhi                                   on 2000/09/01  14:10:20
59442         Log: Mention warnings fixes and updates.
59443      Branch: perl
59444            ! pod/perldelta.pod
59445 ____________________________________________________________________________
59446 [  6972] By: jhi                                   on 2000/09/01  14:01:52
59447         Log: Drop unused argument.
59448              
59449              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
59450              From: Spider Boardman <spider@web.zk3.dec.com>
59451              Date: Thu, 31 Aug 2000 16:10:15 -0400
59452              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
59453      Branch: perl
59454            ! toke.c
59455 ____________________________________________________________________________
59456 [  6971] By: jhi                                   on 2000/09/01  13:59:24
59457         Log: Add the overload warnings to perldiag.
59458      Branch: perl
59459            ! lib/overload.pm pod/perldiag.pod
59460 ____________________________________________________________________________
59461 [  6970] By: jhi                                   on 2000/09/01  13:55:10
59462         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
59463              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
59464              Date: Fri, 1 Sep 2000 13:43:15 +0100 
59465              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
59466      Branch: perl
59467            ! lib/overload.pm t/pragma/overload.t
59468 ____________________________________________________________________________
59469 [  6969] By: jhi                                   on 2000/09/01  13:52:27
59470         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
59471              From: <abigail@foad.org>
59472              Date: Fri, 1 Sep 2000 05:46:54 -0400
59473              Message-ID: <20000901094654.6476.qmail@foad.org>
59474      Branch: perl
59475            ! lib/overload.pm
59476 ____________________________________________________________________________
59477 [  6968] By: jhi                                   on 2000/09/01  13:50:05
59478         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
59479              From: Daniel Chetlin <daniel@chetlin.com>
59480              Date: Fri, 1 Sep 2000 02:10:55 -0700
59481              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
59482      Branch: perl
59483            ! pod/perlretut.pod
59484 ____________________________________________________________________________
59485 [  6967] By: jhi                                   on 2000/09/01  13:47:54
59486         Log: Part of the solution.
59487              
59488              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
59489              From: Mike Guy <mjtg@cam.ac.uk>
59490              Date: Fri, 01 Sep 2000 14:16:01 +0100
59491              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
59492      Branch: perl
59493            ! gv.c mg.c
59494 ____________________________________________________________________________
59495 [  6966] By: jhi                                   on 2000/09/01  13:46:17
59496         Log: Subject: CPAN.pm beta 1.57_57 for the core
59497              From: andreas.koenig@anima.de (Andreas J. Koenig)
59498              Date: 01 Sep 2000 15:16:31 +0200
59499              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
59500      Branch: perl
59501            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
59502 ____________________________________________________________________________
59503 [  6965] By: jhi                                   on 2000/09/01  13:43:18
59504         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
59505              From: "Craig A. Berry" <craig.berry@psinetcs.com>
59506              Date: Fri, 01 Sep 2000 01:47:22 -0500
59507              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
59508      Branch: perl
59509            ! pod/perldelta.pod vms/vms.c
59510 ____________________________________________________________________________
59511 [  6964] By: jhi                                   on 2000/09/01  13:35:35
59512         Log: File::Temp patches from Andreas König,
59513              
59514              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
59515              From: andreas.koenig@anima.de (Andreas J. Koenig)
59516              Date: 01 Sep 2000 10:07:20 +0200
59517              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
59518              
59519              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
59520              From: andreas.koenig@anima.de (Andreas J. Koenig)
59521              Date: 31 Aug 2000 23:26:08 +0200
59522              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
59523      Branch: perl
59524            ! lib/File/Temp.pm t/lib/ftmp-security.t
59525 ____________________________________________________________________________
59526 [  6963] By: jhi                                   on 2000/09/01  02:22:24
59527         Log: Retract the mergesort code, way too incompatible licensing
59528              and copyrights.
59529      Branch: perl
59530            ! pod/perldelta.pod pp_ctl.c
59531 ____________________________________________________________________________
59532 [  6962] By: jhi                                   on 2000/08/31  23:27:32
59533         Log: Update Changes.
59534      Branch: perl
59535            ! Changes patchlevel.h
59536 ____________________________________________________________________________
59537 [  6961] By: jhi                                   on 2000/08/31  23:20:04
59538         Log: Small tweaks all over.
59539      Branch: metaconfig
59540            ! U/compline/d_gconvert.U
59541      Branch: perl
59542            ! AUTHORS Configure config_h.SH pp_ctl.c
59543 ____________________________________________________________________________
59544 [  6960] By: jhi                                   on 2000/08/31  22:39:36
59545         Log: Further rewording.
59546      Branch: perl
59547            ! pp_ctl.c
59548 ____________________________________________________________________________
59549 [  6959] By: jhi                                   on 2000/08/31  21:26:44
59550         Log: More address tweaking.
59551      Branch: perl
59552            ! AUTHORS Changes
59553 ____________________________________________________________________________
59554 [  6958] By: jhi                                   on 2000/08/31  20:47:25
59555         Log: AUTHORS tweaks, from Peter Prymmer.
59556              
59557              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
59558              From: Peter Prymmer <pvhp@forte.com>
59559              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
59560              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
59561      Branch: perl
59562            ! AUTHORS MAINTAIN
59563 ____________________________________________________________________________
59564 [  6957] By: jhi                                   on 2000/08/31  20:34:43
59565         Log: perldelta tweaks.
59566      Branch: perl
59567            ! pod/perldelta.pod
59568 ____________________________________________________________________________
59569 [  6956] By: jhi                                   on 2000/08/31  19:11:06
59570         Log: Regen perltoc.
59571      Branch: perl
59572            ! pod/perltoc.pod
59573 ____________________________________________________________________________
59574 [  6955] By: jhi                                   on 2000/08/31  19:06:30
59575         Log: Clarify the mergesort situation.
59576      Branch: perl
59577            ! pp_ctl.c
59578 ____________________________________________________________________________
59579 [  6954] By: jhi                                   on 2000/08/31  18:24:17
59580         Log: Move the Solaris 7 scan to use64bitall, make the
59581              failure to find 64-bot sparc libc to mention the
59582              possibility of being in an intel, from Lupe and Alan.
59583      Branch: perl
59584            ! hints/solaris_2.sh
59585 ____________________________________________________________________________
59586 [  6953] By: jhi                                   on 2000/08/31  18:09:20
59587         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
59588              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
59589      Branch: metaconfig
59590            ! U/compline/d_gconvert.U U/threads/archname.U
59591      Branch: metaconfig/U/perl
59592            ! perlxv.U
59593      Branch: perl
59594            ! Configure config_h.SH sv.c
59595 ____________________________________________________________________________
59596 [  6952] By: jhi                                   on 2000/08/31  17:42:24
59597         Log: :: not allowed in pathnames, change to .
59598              
59599              Subject: [PATCH perl@6938] cygwin port
59600              From: "Fifer, Eric" <EFifer@sanwaint.com>
59601              Date: Thu, 31 Aug 2000 16:32:59 +0100
59602              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
59603      Branch: metaconfig/U/perl
59604            ! perlxv.U
59605 ____________________________________________________________________________
59606 [  6951] By: jhi                                   on 2000/08/31  17:02:05
59607         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
59608      Branch: perl
59609            ! perl.h
59610 ____________________________________________________________________________
59611 [  6950] By: jhi                                   on 2000/08/31  16:26:08
59612         Log: More author updates.
59613              
59614              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
59615              From: Simon Cozens <simon@cozens.net>
59616              Date: Thu, 31 Aug 2000 17:13:32 +0100
59617              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
59618      Branch: perl
59619            ! AUTHORS
59620 ____________________________________________________________________________
59621 [  6949] By: jhi                                   on 2000/08/31  16:04:49
59622         Log: POSIX doesn't report long double values under -Duselongdouble
59623              when the long doubles are "real" (bigger than doubles).
59624              
59625              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
59626              From: Spider Boardman <spider@peano.zk3.dec.com>
59627              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
59628              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
59629      Branch: perl
59630            ! ext/POSIX/POSIX.xs
59631 ____________________________________________________________________________
59632 [  6948] By: jhi                                   on 2000/08/31  15:25:10
59633         Log: Update Changes.
59634      Branch: perl
59635            ! Changes patchlevel.h
59636 ____________________________________________________________________________
59637 [  6947] By: jhi                                   on 2000/08/31  15:22:29
59638         Log: Document UNTIE in a very minimalistic way.
59639      Branch: perl
59640            ! pod/perlfunc.pod pod/perltie.pod
59641 ____________________________________________________________________________
59642 [  6946] By: jhi                                   on 2000/08/31  15:15:23
59643         Log: Document known failures.
59644      Branch: perl
59645            ! pod/perldelta.pod
59646 ____________________________________________________________________________
59647 [  6945] By: jhi                                   on 2000/08/31  15:07:00
59648         Log: Don't attach -ld to the archname if pointless.
59649      Branch: metaconfig
59650            ! U/threads/archname.U
59651      Branch: perl
59652            ! Configure config_h.SH
59653 ____________________________________________________________________________
59654 [  6944] By: jhi                                   on 2000/08/31  14:37:42
59655         Log: Wrap the test in eval.
59656              
59657              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
59658              From: Tim Jenness <timj@jach.hawaii.edu>
59659              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
59660              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
59661      Branch: perl
59662            ! t/lib/ftmp-security.t
59663 ____________________________________________________________________________
59664 [  6943] By: jhi                                   on 2000/08/31  14:30:57
59665         Log: Make -Dusemorebits find long doubles in Solaris.
59666      Branch: perl
59667            ! hints/solaris_2.sh
59668 ____________________________________________________________________________
59669 [  6942] By: jhi                                   on 2000/08/31  13:48:45
59670         Log: Clarify the third case of ftmp-security warnings.
59671      Branch: perl
59672            ! INSTALL
59673 ____________________________________________________________________________
59674 [  6941] By: jhi                                   on 2000/08/31  13:40:31
59675         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
59676              From: <abigail@foad.org>
59677              Date: Thu, 31 Aug 2000 01:35:05 -0400
59678              Message-ID: <20000831053505.32120.qmail@foad.org>
59679      Branch: perl
59680            ! pod/perldelta.pod
59681 ____________________________________________________________________________
59682 [  6940] By: jhi                                   on 2000/08/31  13:38:48
59683         Log: Issue useful diagnostic on unknown pod commands.
59684              
59685              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
59686              From: <abigail@foad.org>
59687              Date: Thu, 31 Aug 2000 03:41:18 -0400
59688              Message-ID: <20000831074118.24880.qmail@foad.org>
59689      Branch: perl
59690            ! lib/Pod/Man.pm
59691 ____________________________________________________________________________
59692 [  6939] By: jhi                                   on 2000/08/31  13:34:33
59693         Log: Reveal Borland's isnan.
59694              
59695              Subject: build with BC++ tweak
59696              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
59697              Date: Thu, 31 Aug 2000 13:09:37 +0400
59698              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
59699      Branch: perl
59700            ! win32/win32.h
59701 ____________________________________________________________________________
59702 [  6938] By: jhi                                   on 2000/08/31  05:01:20
59703         Log: Update Changes.
59704      Branch: perl
59705            ! Changes patchlevel.h
59706 ____________________________________________________________________________
59707 [  6937] By: jhi                                   on 2000/08/31  04:26:23
59708         Log: sscanf() may be the only way to read long doubles from strings.
59709      Branch: metaconfig/U/perl
59710            ! longdblfio.U
59711      Branch: perl
59712            ! Configure config_h.SH perl.h util.c
59713 ____________________________________________________________________________
59714 [  6936] By: jhi                                   on 2000/08/31  04:18:19
59715         Log: The #6929 was too skimpy.
59716      Branch: perl
59717            ! sv.c
59718 ____________________________________________________________________________
59719 [  6935] By: jhi                                   on 2000/08/31  02:47:07
59720         Log: Subject: Re: typos in pods
59721              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
59722              Date: Wed, 30 Aug 2000 19:25:34 -0700
59723              Message-ID: <eIcr5gzkg25X092yn@efn.org>
59724      Branch: perl
59725            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
59726 ____________________________________________________________________________
59727 [  6934] By: jhi                                   on 2000/08/31  02:42:55
59728         Log: Missed one Unicode file.
59729      Branch: perl
59730            + lib/unicode/UCDFF301.html
59731 ____________________________________________________________________________
59732 [  6933] By: jhi                                   on 2000/08/30  23:42:27
59733         Log: Update Changes.
59734      Branch: perl
59735            ! Changes patchlevel.h
59736 ____________________________________________________________________________
59737 [  6932] By: jhi                                   on 2000/08/30  23:40:07
59738         Log: Mention UNTIE in perldelta.  Still needs documenting
59739              in perltie et alia.
59740      Branch: perl
59741            ! pod/perldelta.pod
59742 ____________________________________________________________________________
59743 [  6931] By: jhi                                   on 2000/08/30  23:36:02
59744         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
59745              From: <abigail@foad.org>
59746              Date: Wed, 30 Aug 2000 19:28:07 -0400
59747              Message-ID: <20000830232807.305.qmail@foad.org>
59748      Branch: perl
59749            ! pod/perldelta.pod
59750 ____________________________________________________________________________
59751 [  6930] By: jhi                                   on 2000/08/30  23:32:40
59752         Log: Update to Unicode 3.0.1.
59753      Branch: perl
59754            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
59755            + lib/unicode/PropList.txt lib/unicode/README.perl
59756            + lib/unicode/UCD301.html lib/unicode/Unicode.301
59757            - lib/unicode/Props.txt lib/unicode/UCD300.html
59758            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
59759            ! (edit 257 files)
59760 ____________________________________________________________________________
59761 [  6929] By: jhi                                   on 2000/08/30  22:38:18
59762         Log: Heap decorruption.
59763              
59764              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
59765              From: Alan Burlison <Alan.Burlison@uk.sun.com>
59766              Date: Wed, 30 Aug 2000 22:39:52 +0100
59767              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
59768      Branch: perl
59769            ! sv.c
59770 ____________________________________________________________________________
59771 [  6928] By: jhi                                   on 2000/08/30  22:29:34
59772         Log: Retract the dummy test, skip the security tests (instead of failing),
59773              explain what the warnings mean.
59774      Branch: perl
59775            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
59776 ____________________________________________________________________________
59777 [  6927] By: jhi                                   on 2000/08/30  22:14:13
59778         Log: Change the internal implementation of sort() to be mergesort
59779              instead of quicksort, from John Linderman <jpl@research.att.com>.
59780              Gives us better worst case, better average case, and stability.
59781              What's there not to like?  (Small fixes for threaded builds
59782              were required).
59783      Branch: perl
59784            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
59785 ____________________________________________________________________________
59786 [  6926] By: jhi                                   on 2000/08/30  20:55:20
59787         Log: A better fix for the Socket building problem from Craig Berry.
59788      Branch: perl
59789            ! vms/vms.c
59790 ____________________________________________________________________________
59791 [  6925] By: jhi                                   on 2000/08/30  20:20:25
59792         Log: Subject: [PATCH] Re: UNTIE method 
59793              From: Nick Ing-Simmons <nik@tiuk.ti.com>
59794              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
59795              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
59796      Branch: perl
59797            ! pp_sys.c t/op/tie.t
59798 ____________________________________________________________________________
59799 [  6924] By: jhi                                   on 2000/08/30  20:17:11
59800         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
59801              From: "Craig A. Berry" <craig.berry@psinetcs.com>
59802              Date: Wed, 30 Aug 2000 15:03:14 -0500
59803              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
59804      Branch: perl
59805            ! vms/vms.c
59806 ____________________________________________________________________________
59807 [  6923] By: jhi                                   on 2000/08/30  20:15:18
59808         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
59809              From: "Craig A. Berry" <craig.berry@psinetcs.com>
59810              Date: Wed, 30 Aug 2000 13:30:36 -0500
59811              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
59812      Branch: perl
59813            ! vms/vms.c
59814 ____________________________________________________________________________
59815 [  6922] By: jhi                                   on 2000/08/30  19:54:43
59816         Log: Better options for rsync.
59817      Branch: perl
59818            ! pod/perlhack.pod
59819 ____________________________________________________________________________
59820 [  6921] By: jhi                                   on 2000/08/30  19:40:16
59821         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
59822              From: Rick Delaney <rick@consumercontact.com>
59823              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
59824              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
59825      Branch: perl
59826            ! pod/perlfunc.pod
59827 ____________________________________________________________________________
59828 [  6920] By: jhi                                   on 2000/08/30  19:36:40
59829         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
59830              From: Peter Prymmer <pvhp@forte.com>
59831              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
59832              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
59833      Branch: perl
59834            ! configure.com
59835 ____________________________________________________________________________
59836 [  6919] By: jhi                                   on 2000/08/30  14:52:02
59837         Log: Update Changes.
59838      Branch: perl
59839            ! Changes patchlevel.h
59840 ____________________________________________________________________________
59841 [  6918] By: jhi                                   on 2000/08/30  14:48:34
59842         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
59843      Branch: perl
59844            ! lib/ExtUtils/typemap
59845 ____________________________________________________________________________
59846 [  6917] By: jhi                                   on 2000/08/30  14:46:34
59847         Log: Subject: typos in pods
59848              From: Nicholas Clark <nick@ccl4.org>
59849              Date: Wed, 30 Aug 2000 01:12:50 +0100
59850              Message-ID: <20000830011249.A61388@plum.flirble.org>
59851      Branch: perl
59852            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
59853            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
59854            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
59855            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
59856 ____________________________________________________________________________
59857 [  6916] By: jhi                                   on 2000/08/30  14:19:09
59858         Log: Document Storable problems on Crays.  (Will have
59859              to document all the other Storable problems, too.)
59860      Branch: perl
59861            ! pod/perldelta.pod
59862 ____________________________________________________________________________
59863 [  6915] By: jhi                                   on 2000/08/30  14:06:02
59864         Log: Subject: [PATCH] fix misc cast warnings
59865              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
59866              Date: Tue, 29 Aug 2000 23:16:14 -0700
59867              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
59868      Branch: perl
59869            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
59870            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
59871            ! os2/os2ish.h
59872 ____________________________________________________________________________
59873 [  6914] By: jhi                                   on 2000/08/30  14:03:45
59874         Log: Timestamp mismatch again.  Need to fix this dependence on
59875              config_h.SH timestamp, since it's the contents of config_h.SH
59876              that matter.
59877      Branch: perl
59878            ! uconfig.h uconfig.sh
59879 ____________________________________________________________________________
59880 [  6913] By: jhi                                   on 2000/08/30  13:54:06
59881         Log: Don't say "Perl 5.0 source kit".
59882      Branch: perl
59883            ! perl.c
59884 ____________________________________________________________________________
59885 [  6912] By: jhi                                   on 2000/08/30  13:51:24
59886         Log: Reset archname and archname64 always, forcing them be
59887              recomputed at each Configure run, make Configure and
59888              the hints files agree on the naming of largefiles variables.
59889      Branch: metaconfig
59890            ! U/threads/archname.U
59891      Branch: metaconfig/U/perl
59892            ! use64bits.U
59893      Branch: perl
59894            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
59895            ! hints/linux.sh hints/solaris_2.sh
59896 ____________________________________________________________________________
59897 [  6911] By: jhi                                   on 2000/08/30  13:30:13
59898         Log: Put back the slice accidentally removed by #6907.
59899      Branch: perl
59900            ! hints/solaris_2.sh
59901 ____________________________________________________________________________
59902 [  6910] By: jhi                                   on 2000/08/30  01:24:26
59903         Log: Be consistent: other Net::get* do export theirs.
59904              
59905              Subject: Re: Net::protoent does not export 'getproto'
59906              From: Yasushi Nakajima <sey@jkc.co.jp>
59907              Date: Wed, 30 Aug 2000 09:53:14 +0900
59908              Message-Id: <200008300051.DAA24700@taku.hut.fi>
59909      Branch: perl
59910            ! lib/Net/protoent.pm
59911 ____________________________________________________________________________
59912 [  6909] By: jhi                                   on 2000/08/30  01:17:25
59913         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
59914              From: Gurusamy Sarathy <gsar@ActiveState.com>
59915              Date: Tue, 29 Aug 2000 17:17:07 -0700
59916              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
59917      Branch: perl
59918            ! cop.h
59919 ____________________________________________________________________________
59920 [  6908] By: jhi                                   on 2000/08/30  00:58:05
59921         Log: Update Changes.
59922      Branch: perl
59923            ! Changes patchlevel.h
59924 ____________________________________________________________________________
59925 [  6907] By: jhi                                   on 2000/08/30  00:57:22
59926         Log: Introduce ccname to keep track of what compiler kind of we have.
59927      Branch: metaconfig/U/perl
59928            ! Checkcc.U gccvers.U
59929      Branch: perl
59930            ! Configure config_h.SH hints/solaris_2.sh
59931 ____________________________________________________________________________
59932 [  6906] By: jhi                                   on 2000/08/30  00:25:47
59933         Log: Put back the flags dump as reasoned in
59934              
59935              Subject: Re: [PATCH] Glob dumping
59936              From: Mike Guy <mjtg@cam.ac.uk> 
59937              Date: Tue, 29 Aug 2000 21:41:32 +0100
59938              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
59939      Branch: perl
59940            ! dump.c t/lib/peek.t
59941 ____________________________________________________________________________
59942 [  6905] By: jhi                                   on 2000/08/30  00:16:17
59943         Log: Make the epsilon to be relative, not absolute.
59944              
59945              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
59946              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
59947              Date: Tue, 29 Aug 2000 19:58:56 -0400
59948              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
59949      Branch: perl
59950            ! t/lib/trig.t
59951 ____________________________________________________________________________
59952 [  6904] By: jhi                                   on 2000/08/30  00:13:09
59953         Log: From now on, Gisle is on my list of usual suspects :-)
59954              Retract #6902.
59955      Branch: perl
59956            ! ext/Opcode/Safe.pm
59957 ____________________________________________________________________________
59958 [  6903] By: jhi                                   on 2000/08/29  23:51:20
59959         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
59960              From: "Craig A. Berry" <craig.berry@psinetcs.com>
59961              Date: Tue, 29 Aug 2000 18:43:26 -0500
59962              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
59963      Branch: perl
59964            + vms/vmspipe.com
59965            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
59966            ! vms/vms.c
59967 ____________________________________________________________________________
59968 [  6902] By: jhi                                   on 2000/08/29  23:44:14
59969         Log: Retry what #6882 attempted.
59970              
59971              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
59972              From: Gisle Aas <gisle@ActiveState.com>
59973              Date: 30 Aug 2000 00:33:09 +0200
59974              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
59975      Branch: perl
59976            ! ext/Opcode/Safe.pm
59977 ____________________________________________________________________________
59978 [  6901] By: jhi                                   on 2000/08/29  22:59:32
59979         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
59980              From: Hugo <hv@crypt.compulink.co.uk>
59981              Date: Mon, 12 Jun 2000 19:36:08 +0100
59982              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
59983      Branch: perl
59984            ! sv.c
59985 ____________________________________________________________________________
59986 [  6900] By: jhi                                   on 2000/08/29  22:58:35
59987         Log: Admit that we are leaking scalars.
59988              
59989              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
59990              From: Spider Boardman <spider@leggy.zk3.dec.com>
59991              Date: Tue, 29 Aug 2000 18:48:29 -0400
59992              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
59993      Branch: perl
59994            ! t/pragma/warnings.t
59995 ____________________________________________________________________________
59996 [  6899] By: jhi                                   on 2000/08/29  20:53:13
59997         Log: Update Changes.
59998      Branch: perl
59999            ! Changes patchlevel.h
60000 ____________________________________________________________________________
60001 [  6898] By: jhi                                   on 2000/08/29  20:46:21
60002         Log: Undo namespace pollution of #6878.
60003              
60004              Subject: Re: Net::protoent does not export 'getproto'
60005              From: Mike Guy <mjtg@cam.ac.uk>
60006              Date: Tue, 29 Aug 2000 21:32:37 +0100
60007              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
60008      Branch: perl
60009            ! lib/Net/protoent.pm
60010 ____________________________________________________________________________
60011 [  6897] By: jhi                                   on 2000/08/29  20:44:29
60012         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
60013              From: Peter Prymmer <pvhp@forte.com>
60014              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
60015              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
60016      Branch: perl
60017            ! pod/perlebcdic.pod
60018 ____________________________________________________________________________
60019 [  6896] By: jhi                                   on 2000/08/29  20:40:57
60020         Log: There's no point repeating the 'revision' (5) of perl5.
60021      Branch: metaconfig/U/perl
60022            ! Devel.U patchlevel.U
60023      Branch: perl
60024            ! Configure config_h.SH
60025 ____________________________________________________________________________
60026 [  6895] By: jhi                                   on 2000/08/29  20:16:58
60027         Log: Regen Configure for #6894.
60028      Branch: metaconfig/U/perl
60029            ! perladmin.U
60030      Branch: perl
60031            ! Configure config_h.SH
60032 ____________________________________________________________________________
60033 [  6894] By: jhi                                   on 2000/08/29  19:59:52
60034         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
60035              From: "Philip Newton" <Philip.Newton@gmx.net>
60036              Date: Tue, 29 Aug 2000 21:39:14 +0200
60037              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
60038      Branch: perl
60039            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
60040            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
60041            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
60042            ! utils/perlbug.PL
60043 ____________________________________________________________________________
60044 [  6893] By: jhi                                   on 2000/08/29  19:55:30
60045         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
60046              From: "Philip Newton" <Philip.Newton@gmx.net>
60047              Date: Tue, 29 Aug 2000 21:39:14 +0200
60048              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
60049      Branch: perl
60050            ! installhtml
60051 ____________________________________________________________________________
60052 [  6892] By: jhi                                   on 2000/08/29  19:53:59
60053         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
60054              From: "Philip Newton" <Philip.Newton@gmx.net>
60055              Date: Tue, 29 Aug 2000 21:48:18 +0200
60056              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
60057      Branch: perl
60058            ! lib/File/Temp.pm
60059 ____________________________________________________________________________
60060 [  6891] By: jhi                                   on 2000/08/29  18:30:03
60061         Log: Nail the ID 20000828.023.
60062      Branch: perl
60063            ! ext/Storable/Storable.xs
60064 ____________________________________________________________________________
60065 [  6890] By: jhi                                   on 2000/08/29  16:50:17
60066         Log: Under usethreads the dumped variable is IN_PAD.
60067              
60068              Subject: Re: [PATCH] Glob dumping
60069              From: Gisle Aas <gisle@ActiveState.com>
60070              Date: 29 Aug 2000 18:45:05 +0200
60071              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
60072      Branch: perl
60073            ! t/lib/peek.t
60074 ____________________________________________________________________________
60075 [  6889] By: jhi                                   on 2000/08/29  15:17:37
60076         Log: Update Changes.
60077      Branch: perl
60078            ! Changes patchlevel.h
60079 ____________________________________________________________________________
60080 [  6888] By: jhi                                   on 2000/08/29  14:49:59
60081         Log: Retract #6882, broke the safe tests.
60082      Branch: perl
60083            ! ext/Opcode/Safe.pm
60084 ____________________________________________________________________________
60085 [  6887] By: jhi                                   on 2000/08/29  14:47:06
60086         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
60087              From: Gisle Aas <gisle@ActiveState.com> 
60088              Date: 09 Jun 2000 20:00:11 +0200
60089              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
60090      Branch: perl
60091            ! utils/perldoc.PL
60092 ____________________________________________________________________________
60093 [  6886] By: jhi                                   on 2000/08/29  14:42:45
60094         Log: The #6881 removed one dump line.
60095      Branch: perl
60096            ! t/lib/peek.t
60097 ____________________________________________________________________________
60098 [  6885] By: jhi                                   on 2000/08/29  14:30:47
60099         Log: Don't forget to tidy up.
60100      Branch: perl
60101            ! t/lib/ftmp-security.t
60102 ____________________________________________________________________________
60103 [  6884] By: jhi                                   on 2000/08/29  14:25:17
60104         Log: Disabling the one test is a bit tricky.
60105      Branch: perl
60106            ! t/lib/ftmp-security.t
60107 ____________________________________________________________________________
60108 [  6883] By: jhi                                   on 2000/08/29  14:16:25
60109         Log: Disable one of the tests for now.
60110      Branch: perl
60111            ! t/lib/ftmp-security.t
60112 ____________________________________________________________________________
60113 [  6882] By: jhi                                   on 2000/08/29  14:05:50
60114         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
60115              From: gisle@aas.no
60116              Date: 29 Aug 2000 10:35:06 -0000
60117              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
60118      Branch: perl
60119            ! ext/Opcode/Safe.pm
60120 ____________________________________________________________________________
60121 [  6881] By: jhi                                   on 2000/08/29  14:03:51
60122         Log: Subject: [PATCH] Glob dumping
60123              From: Gisle Aas <gisle@ActiveState.com>
60124              Date: 29 Aug 2000 07:59:42 -0000
60125              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
60126      Branch: perl
60127            ! dump.c
60128 ____________________________________________________________________________
60129 [  6880] By: jhi                                   on 2000/08/29  14:02:01
60130         Log: Subject: [PATCH] Warnings in B::Deparse
60131              From: <abigail@foad.org>
60132              Date: Tue, 29 Aug 2000 00:00:01 -0400
60133              Message-ID: <20000829040001.2999.qmail@foad.org>
60134      Branch: perl
60135            ! ext/B/B/Deparse.pm
60136 ____________________________________________________________________________
60137 [  6879] By: jhi                                   on 2000/08/29  13:57:26
60138         Log: Missed a change in #6869.
60139      Branch: perl
60140            ! mg.c
60141 ____________________________________________________________________________
60142 [  6878] By: jhi                                   on 2000/08/29  13:45:04
60143         Log: Subject: Net::protoent does not export 'getproto'
60144              From: Yasushi Nakajima <sey@jkc.co.jp>
60145              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
60146      Branch: perl
60147            ! lib/Net/protoent.pm
60148 ____________________________________________________________________________
60149 [  6877] By: jhi                                   on 2000/08/29  13:39:19
60150         Log: Patches all over for people and the files they (hopefully) care about.
60151      Branch: perl
60152            ! AUTHORS Changes MAINTAIN
60153 ____________________________________________________________________________
60154 [  6876] By: jhi                                   on 2000/08/29  12:53:54
60155         Log: Fix for thinko in #6848.
60156              
60157              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
60158              From: Lupe Christoph <lupe@lupe-christoph.de>
60159              Date: Tue, 29 Aug 2000 09:04:08 +0200
60160              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
60161      Branch: perl
60162            ! ext/Thread/Thread.xs
60163 ____________________________________________________________________________
60164 [  6875] By: jhi                                   on 2000/08/29  12:50:14
60165         Log: Update to Getopt::Long 2.24, from Johan Vromans.
60166      Branch: perl
60167            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
60168 ____________________________________________________________________________
60169 [  6874] By: jhi                                   on 2000/08/29  02:09:53
60170         Log: Use minimal @INC in tests, most of the time just '../lib',
60171              so that we simply can't pick up stuff from other Perls than
60172              the one we are testing.  Pointed out by
60173              
60174              From: Mike Guy <mjtg@cam.ac.uk>
60175              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
60176              Date: Fri, 25 Aug 2000 15:15:59 +0100
60177              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
60178      Branch: perl
60179            ! (edit 185 files)
60180 ____________________________________________________________________________
60181 [  6873] By: jhi                                   on 2000/08/29  01:07:11
60182         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
60183              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
60184              Date: Mon, 28 Aug 2000 17:45:52 -0700
60185              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
60186      Branch: perl
60187            ! Makefile.SH hints/os2.sh
60188 ____________________________________________________________________________
60189 [  6872] By: jhi                                   on 2000/08/28  23:33:39
60190         Log: Subject: [PATCH bleedperl@6866] spellings
60191              From: marcel@codewerk.com (Marcel Grunauer)
60192              Date: Tue, 29 Aug 2000 01:19:59 +0200
60193              Message-Id: <200008282319.BAA29862@gandalf.local>
60194      Branch: perl
60195            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
60196            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
60197            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
60198 ____________________________________________________________________________
60199 [  6871] By: jhi                                   on 2000/08/28  23:22:09
60200         Log: Take out the SUIDMAIL thing, that will not be
60201              a problem in 5.7.*.
60202      Branch: perl
60203            ! patchlevel.h
60204 ____________________________________________________________________________
60205 [  6870] By: jhi                                   on 2000/08/28  23:19:30
60206         Log: -S is the silent flag, -s is the strip flag.
60207              
60208              Subject: [PATCH] Re: [PATCH] make no-install          
60209              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
60210              Date: Mon, 28 Aug 2000 15:12:55 -0700
60211              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
60212      Branch: perl
60213            ! Makefile.SH
60214 ____________________________________________________________________________
60215 [  6869] By: jhi                                   on 2000/08/28  23:12:05
60216         Log: Subject: [PATCH bleedperl@6856] warnings fixes
60217              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
60218              Date: Mon, 28 Aug 2000 23:55:06 +0100
60219              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
60220      Branch: perl
60221            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
60222            ! warnings.h warnings.pl
60223 ____________________________________________________________________________
60224 [  6868] By: jhi                                   on 2000/08/28  21:38:22
60225         Log: Potential cruft.
60226      Branch: perl
60227            ! Makefile.SH
60228 ____________________________________________________________________________
60229 [  6867] By: jhi                                   on 2000/08/28  21:35:36
60230         Log: Update Changes.
60231      Branch: perl
60232            ! Changes patchlevel.h
60233 ____________________________________________________________________________
60234 [  6866] By: jhi                                   on 2000/08/28  21:33:49
60235         Log: Subject: hv.h Doc Patch
60236              From: Fisher Mark <fisherm@tce.com>
60237              Date: Mon, 28 Aug 2000 16:24:59 -0500
60238              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
60239      Branch: perl
60240            ! hv.h
60241 ____________________________________________________________________________
60242 [  6865] By: jhi                                   on 2000/08/28  21:02:15
60243         Log: Add -ld to archname on long tr...double platforms.
60244      Branch: metaconfig
60245            ! U/threads/archname.U
60246      Branch: perl
60247            ! Configure config_h.SH
60248 ____________________________________________________________________________
60249 [  6864] By: jhi                                   on 2000/08/28  20:38:59
60250         Log: An attempt to fix the problem reported in
60251              
60252              Subject: Building perl@6856 using gcc/AIX 4.3.3 
60253              From: Daniel Muino <dmuino@afip.gov.ar> 
60254              Date: Mon, 28 Aug 2000 15:50:01 -0300   
60255              Message-ID: <20000828155001.A14403@con2-dgi>
60256              
60257              I can't test this properly since the gcc installation I have
60258              access to seems to be botched (gcc is calling the AIX cpp,
60259              a losing proposition...)
60260      Branch: perl
60261            ! hints/aix.sh
60262 ____________________________________________________________________________
60263 [  6863] By: jhi                                   on 2000/08/28  18:57:52
60264         Log: Fix for ID 20000828.001, long doubles were not formatted
60265              correctly (showed up in $], which stopped installing perl).
60266      Branch: perl
60267            ! sv.c
60268 ____________________________________________________________________________
60269 [  6862] By: jhi                                   on 2000/08/28  18:07:15
60270         Log: Typo in #6858.
60271      Branch: perl
60272            ! lib/Cwd.pm
60273 ____________________________________________________________________________
60274 [  6861] By: jhi                                   on 2000/08/28  17:57:27
60275         Log: opmini.o may be left around if a build is interrupted.
60276      Branch: perl
60277            ! Makefile.SH
60278 ____________________________________________________________________________
60279 [  6860] By: jhi                                   on 2000/08/28  16:52:50
60280         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
60281              From: Daniel Chetlin <daniel@chetlin.com>
60282              Date: Mon, 28 Aug 2000 01:14:18 -0700
60283              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
60284      Branch: perl
60285            ! lib/overload.pm
60286 ____________________________________________________________________________
60287 [  6859] By: jhi                                   on 2000/08/28  16:08:46
60288         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
60289              From: Nicholas Clark <nick@ccl4.org>
60290              Date: Mon, 28 Aug 2000 16:03:27 +0100
60291              Message-Id: <20000828160327.C49785@plum.flirble.org>
60292      Branch: perl
60293            ! ext/ByteLoader/bytecode.h
60294 ____________________________________________________________________________
60295 [  6858] By: jhi                                   on 2000/08/28  16:02:10
60296         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
60297              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
60298              Date: Mon, 28 Aug 2000 13:08:30 +0200
60299              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
60300      Branch: perl
60301            ! lib/Cwd.pm
60302 ____________________________________________________________________________
60303 [  6857] By: jhi                                   on 2000/08/28  15:42:47
60304         Log: display_format used as a class method without arguments was broken,
60305              reported in
60306              
60307              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
60308              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
60309              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
60310              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
60311      Branch: perl
60312            ! lib/Math/Complex.pm t/lib/complex.t
60313 ____________________________________________________________________________
60314 [  6856] By: jhi                                   on 2000/08/27  22:09:48
60315         Log: Update Changes.
60316      Branch: perl
60317            ! Changes patchlevel.h
60318 ____________________________________________________________________________
60319 [  6855] By: jhi                                   on 2000/08/27  21:59:21
60320         Log: Retract #6853 (false alarm).
60321      Branch: perl
60322            ! lib/ExtUtils/xsubpp
60323 ____________________________________________________________________________
60324 [  6854] By: jhi                                   on 2000/08/27  21:37:44
60325         Log: Update Changes.
60326      Branch: perl
60327            ! Changes patchlevel.h
60328 ____________________________________________________________________________
60329 [  6853] By: jhi                                   on 2000/08/27  21:37:16
60330         Log: Subject: [PATCH perl@6850] workaround for xsubpp
60331              From: Hugo <hv@crypt.compulink.co.uk>
60332              Date: Sun, 27 Aug 2000 22:30:25 +0100
60333              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
60334      Branch: perl
60335            ! lib/ExtUtils/xsubpp
60336 ____________________________________________________________________________
60337 [  6852] By: jhi                                   on 2000/08/27  21:33:58
60338         Log: Big-endian 64-bit patch from Raphael Manfredi.
60339      Branch: perl
60340            ! ext/Storable/Storable.xs
60341 ____________________________________________________________________________
60342 [  6851] By: jhi                                   on 2000/08/27  21:22:21
60343         Log: More ruthless editing from Hugo van der Sanden.
60344      Branch: perl
60345            ! pod/perldelta.pod
60346 ____________________________________________________________________________
60347 [  6850] By: jhi                                   on 2000/08/27  16:11:46
60348         Log: Update Changes.
60349      Branch: perl
60350            ! Changes patchlevel.h
60351 ____________________________________________________________________________
60352 [  6849] By: jhi                                   on 2000/08/27  16:11:05
60353         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
60354      Branch: perl
60355            ! configpm pod/perldelta.pod
60356 ____________________________________________________________________________
60357 [  6848] By: jhi                                   on 2000/08/27  15:35:08
60358         Log: Use the actual thread type, not the pointer-to-struct.
60359      Branch: perl
60360            ! ext/Thread/Thread.xs
60361 ____________________________________________________________________________
60362 [  6847] By: jhi                                   on 2000/08/27  15:30:49
60363         Log: Test nit.
60364      Branch: perl
60365            ! t/pragma/warn/pp_sys
60366 ____________________________________________________________________________
60367 [  6846] By: jhi                                   on 2000/08/27  15:19:02
60368         Log: Passing -R in ldflags makes now it to appear in the default
60369              for lddlflags, just like with -L.
60370              
60371              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
60372              From: Lupe Christoph <lupe@lupe-christoph.de>
60373              Date: Sun, 27 Aug 2000 10:28:21 +0200
60374              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
60375      Branch: metaconfig/U/perl
60376            ! dlsrc.U
60377      Branch: perl
60378            ! Configure
60379 ____________________________________________________________________________
60380 [  6845] By: jhi                                   on 2000/08/27  15:08:54
60381         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
60382              From: Alan Burlison <Alan.Burlison@uk.sun.com>
60383              Date: Sat, 26 Aug 2000 22:23:27 +0100
60384              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
60385      Branch: perl
60386            ! lib/ExtUtils/MM_Unix.pm
60387 ____________________________________________________________________________
60388 [  6844] By: jhi                                   on 2000/08/27  15:02:37
60389         Log: DJGPP update from Laszlo Molnar.
60390              
60391              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
60392              From: ml1050 <ml1050@freemail.hu>
60393              Date: Sat, 26 Aug 2000 23:24:40 +0200
60394              Message-Id: <20000826232440.A439@freemail.hu>
60395      Branch: perl
60396            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
60397            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
60398 ____________________________________________________________________________
60399 [  6843] By: jhi                                   on 2000/08/27  14:53:58
60400         Log: Subject: installman buglet
60401              From: Lupe Christoph <lupe@lupe-christoph.de>
60402              Date: Sun, 27 Aug 2000 14:38:59 +0200
60403              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
60404      Branch: perl
60405            ! installman
60406 ____________________________________________________________________________
60407 [  6842] By: jhi                                   on 2000/08/27  14:52:08
60408         Log: Can't get the test to reliably work thanks to the
60409              inaccurateness of floating point.  "Resolves" bug ids
60410              20000826.003, 20000826.009, 20000826.010,
60411      Branch: perl
60412            ! t/lib/trig.t
60413 ____________________________________________________________________________
60414 [  6841] By: jhi                                   on 2000/08/26  15:53:58
60415         Log: Update Changes.
60416      Branch: perl
60417            ! Changes patchlevel.h
60418 ____________________________________________________________________________
60419 [  6840] By: jhi                                   on 2000/08/26  14:23:03
60420         Log: grep -e isn't portable.
60421              
60422              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
60423              From: chris@broadband.att.com
60424              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
60425              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
60426      Branch: perl
60427            ! hints/solaris_2.sh
60428 ____________________________________________________________________________
60429 [  6839] By: jhi                                   on 2000/08/26  14:12:23
60430         Log: no-install target a la make -n.
60431              
60432              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
60433              From: <abigail@foad.org>
60434              Date: Sat, 26 Aug 2000 03:57:34 -0400
60435              Message-ID: <20000826075735.18912.qmail@foad.org>
60436      Branch: perl
60437            ! Makefile.SH installman installperl
60438 ____________________________________________________________________________
60439 [  6838] By: jhi                                   on 2000/08/26  14:06:33
60440         Log: Retract #6826 as the #6828 should be do the same
60441              in a More Correct Way.
60442      Branch: perl
60443            ! installperl
60444 ____________________________________________________________________________
60445 [  6837] By: jhi                                   on 2000/08/26  05:24:00
60446         Log: More casting.
60447      Branch: perl
60448            ! ext/Storable/Storable.xs
60449 ____________________________________________________________________________
60450 [  6836] By: jhi                                   on 2000/08/26  05:05:46
60451         Log: Nicer in decimal.
60452      Branch: perl
60453            ! ext/Storable/Storable.xs
60454 ____________________________________________________________________________
60455 [  6835] By: jhi                                   on 2000/08/26  05:03:50
60456         Log: There be no UVdf.
60457      Branch: perl
60458            ! ext/Storable/Storable.xs
60459 ____________________________________________________________________________
60460 [  6834] By: jhi                                   on 2000/08/26  05:00:18
60461         Log: Continue IVdfing and UVxfing.
60462      Branch: perl
60463            ! ext/Storable/Storable.xs
60464 ____________________________________________________________________________
60465 [  6833] By: jhi                                   on 2000/08/26  04:53:14
60466         Log: Use IVdf.
60467      Branch: perl
60468            ! ext/Storable/Storable.xs
60469 ____________________________________________________________________________
60470 [  6832] By: jhi                                   on 2000/08/26  04:40:41
60471         Log: Document PTR2XX and INT2PTR.
60472      Branch: perl
60473            ! pod/perlguts.pod
60474 ____________________________________________________________________________
60475 [  6831] By: jhi                                   on 2000/08/26  04:33:18
60476         Log: Use UVxf, PTR2UV, NVff.
60477      Branch: perl
60478            ! ext/Storable/Storable.xs
60479 ____________________________________________________________________________
60480 [  6830] By: jhi                                   on 2000/08/26  04:31:32
60481         Log: Update the test count.
60482      Branch: perl
60483            ! t/lib/trig.t
60484 ____________________________________________________________________________
60485 [  6829] By: jhi                                   on 2000/08/26  03:05:50
60486         Log: Subject: [PATCH] installation not quite silent yet.
60487              From: <abigail@foad.org>
60488              Date: Fri, 25 Aug 2000 20:07:53 -0400
60489              Message-ID: <20000826000753.7822.qmail@foad.org>
60490      Branch: perl
60491            ! installman installperl
60492 ____________________________________________________________________________
60493 [  6828] By: jhi                                   on 2000/08/26  03:05:14
60494         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
60495              From: Spider Boardman <spider@web.zk3.dec.com>
60496              Date: Fri, 25 Aug 2000 19:12:40 -0400
60497              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
60498      Branch: perl
60499            ! gv.c
60500 ____________________________________________________________________________
60501 [  6827] By: jhi                                   on 2000/08/25  23:54:34
60502         Log: Support preserving extremely big/small angles.
60503      Branch: perl
60504            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
60505 ____________________________________________________________________________
60506 [  6826] By: jhi                                   on 2000/08/25  23:01:20
60507         Log: Patch installperl to be long double-aware.
60508              
60509              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
60510              From: Spider Boardman <spider@web.zk3.dec.com>
60511              Date: Fri, 25 Aug 2000 18:15:23 -0400
60512              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
60513      Branch: perl
60514            ! installperl
60515 ____________________________________________________________________________
60516 [  6825] By: jhi                                   on 2000/08/25  22:58:25
60517         Log: Remove duplicately applied patch shards.
60518              
60519              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
60520              From: Spider Boardman <spider@leggy.zk3.dec.com>
60521              Date: Fri, 25 Aug 2000 16:45:03 -0400
60522              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
60523      Branch: perl
60524            ! t/lib/cgi-html.t
60525 ____________________________________________________________________________
60526 [  6824] By: jhi                                   on 2000/08/25  22:57:00
60527         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
60528              From: Daniel Chetlin <daniel@chetlin.com>
60529              Date: Fri, 25 Aug 2000 12:23:16 -0700
60530              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
60531              
60532              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
60533              From: Daniel Chetlin <daniel@chetlin.com>
60534              Date: Fri, 25 Aug 2000 14:47:19 -0700
60535              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
60536      Branch: perl
60537            ! installman
60538 ____________________________________________________________________________
60539 [  6823] By: jhi                                   on 2000/08/25  22:44:17
60540         Log: Timestamp problem?
60541      Branch: perl
60542            ! uconfig.h uconfig.sh
60543 ____________________________________________________________________________
60544 [  6822] By: jhi                                   on 2000/08/25  19:01:06
60545         Log: One forgotten file from #6816.
60546      Branch: perl
60547            ! vos/config.h
60548 ____________________________________________________________________________
60549 [  6821] By: jhi                                   on 2000/08/25  18:56:39
60550         Log: Regen Changes.
60551      Branch: perl
60552            ! Changes patchlevel.h
60553 ____________________________________________________________________________
60554 [  6820] By: jhi                                   on 2000/08/25  18:52:35
60555         Log: Fix Changes ordering.
60556      Branch: perl
60557            ! Changes
60558 ____________________________________________________________________________
60559 [  6819] By: jhi                                   on 2000/08/25  18:50:25
60560         Log: Update Changes.
60561      Branch: perl
60562            ! Changes patchlevel.h
60563 ____________________________________________________________________________
60564 [  6818] By: jhi                                   on 2000/08/25  18:47:45
60565         Log: Tweak the sfio/useperlio logic, hopefully as wished in
60566              
60567              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
60568              From: Nicholas Clark <nick@babyhippo.co.uk>
60569              Date: Fri, 25 Aug 2000 12:01:45 +0100
60570              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
60571      Branch: metaconfig/U/perl
60572            ! d_sfio.U
60573      Branch: perl
60574            ! Configure
60575 ____________________________________________________________________________
60576 [  6817] By: jhi                                   on 2000/08/25  18:32:51
60577         Log: Allow microperl to assume <math.h>, without it the math
60578              functions like floor() are assumed to return int, which makes
60579              for core dumps in machines where integer and floating register
60580              don't mix.
60581      Branch: perl
60582            ! uconfig.h uconfig.sh
60583 ____________________________________________________________________________
60584 [  6816] By: jhi                                   on 2000/08/25  18:27:17
60585         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
60586              the problem reported in
60587              
60588              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
60589              From: danhale@us.ibm.com
60590              Date: Fri, 25 Aug 2000 10:58:06 -0400
60591              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
60592      Branch: metaconfig/U/perl
60593            + d_socks5_init.U
60594      Branch: perl
60595            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
60596            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
60597            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
60598            ! win32/config.gc win32/config.vc
60599 ____________________________________________________________________________
60600 [  6815] By: jhi                                   on 2000/08/25  17:43:31
60601         Log: A solution for the retrieve_fd autosplit warning,
60602              idea suggested by Mike Guy.
60603      Branch: perl
60604            ! ext/Storable/Storable.pm
60605 ____________________________________________________________________________
60606 [  6814] By: jhi                                   on 2000/08/25  17:16:03
60607         Log: Add install-silent target.
60608      Branch: perl
60609            ! Makefile.SH
60610 ____________________________________________________________________________
60611 [  6813] By: jhi                                   on 2000/08/25  17:14:23
60612         Log: Subject: Re: [PATCH] More silencing of installman.
60613              From: <abigail@foad.org>
60614              Date: Thu, 24 Aug 2000 19:27:03 -0400
60615              Message-ID: <20000824232703.7001.qmail@foad.org>
60616              
60617              Subject: Re: [PATCH] More silencing of installman.
60618              From: <abigail@foad.org>
60619              Date: Fri, 25 Aug 2000 03:00:58 -0400
60620              Message-ID: <20000825070058.10697.qmail@foad.org>
60621      Branch: perl
60622            ! installman
60623 ____________________________________________________________________________
60624 [  6812] By: jhi                                   on 2000/08/25  17:11:28
60625         Log: installperl --verbose and --silent.
60626              
60627              Subject: Re: [PATCH] More silencing of installman.
60628              From: <abigail@foad.org>
60629              Message-ID: <20000825064430.9719.qmail@foad.org>
60630              Date: Fri, 25 Aug 2000 02:44:30 -0400
60631      Branch: perl
60632            ! installperl
60633 ____________________________________________________________________________
60634 [  6811] By: jhi                                   on 2000/08/25  17:05:43
60635         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
60636              From: "Peter J. Farley III" <pjfarley@banet.net>
60637              Date: Thu, 24 Aug 2000 21:58:03 -0400
60638              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
60639              
60640              (applied slightly modified)
60641      Branch: perl
60642            ! lib/ExtUtils/MM_Unix.pm
60643 ____________________________________________________________________________
60644 [  6810] By: jhi                                   on 2000/08/25  17:01:18
60645         Log: Missing parts of 
60646              
60647              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
60648              From: Peter Prymmer <pvhp@forte.com>
60649              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
60650              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
60651      Branch: perl
60652            ! t/lib/cgi-html.t
60653 ____________________________________________________________________________
60654 [  6809] By: jhi                                   on 2000/08/25  16:46:32
60655         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
60656              From: "Craig A. Berry" <craig.berry@psinetcs.com>
60657              Date: Thu, 24 Aug 2000 19:13:11 -0500
60658              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
60659      Branch: perl
60660            ! vms/vms.c
60661 ____________________________________________________________________________
60662 [  6808] By: jhi                                   on 2000/08/25  16:39:22
60663         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
60664              From: Peter Prymmer <pvhp@forte.com>
60665              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
60666              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
60667      Branch: perl
60668            ! configure.com
60669 ____________________________________________________________________________
60670 [  6807] By: jhi                                   on 2000/08/25  16:36:37
60671         Log: Better wording for the vec lvalue diagnostic.
60672              
60673              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
60674              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
60675              Date: Wed, 23 Aug 2000 14:12:16 -0400
60676              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
60677      Branch: perl
60678            ! pod/perldiag.pod
60679 ____________________________________________________________________________
60680 [  6806] By: jhi                                   on 2000/08/24  18:17:22
60681         Log: Subject: [PATCH] More silencing of installman.
60682              From: <abigail@foad.org>
60683              Date: Thu, 24 Aug 2000 14:01:44 -0400
60684              Message-ID: <20000824180144.20062.qmail@foad.org>
60685      Branch: perl
60686            ! installman
60687 ____________________________________________________________________________
60688 [  6805] By: jhi                                   on 2000/08/24  15:00:31
60689         Log: Update Changes.
60690      Branch: perl
60691            ! Changes patchlevel.h
60692 ____________________________________________________________________________
60693 [  6804] By: jhi                                   on 2000/08/24  14:59:07
60694         Log: Regen perltoc.
60695      Branch: perl
60696            ! pod/perltoc.pod
60697 ____________________________________________________________________________
60698 [  6803] By: jhi                                   on 2000/08/24  14:44:39
60699         Log: Show the doc file, not the temp file.
60700      Branch: perl
60701            ! installman
60702 ____________________________________________________________________________
60703 [  6802] By: jhi                                   on 2000/08/24  14:41:53
60704         Log: Continue silencing.
60705      Branch: perl
60706            ! installman
60707 ____________________________________________________________________________
60708 [  6801] By: jhi                                   on 2000/08/24  14:34:40
60709         Log: Actually do something with the silencer option.
60710      Branch: perl
60711            ! installman
60712 ____________________________________________________________________________
60713 [  6800] By: jhi                                   on 2000/08/24  14:26:22
60714         Log: Make installman to recognize the silence flag -S.
60715      Branch: perl
60716            ! installman
60717 ____________________________________________________________________________
60718 [  6799] By: jhi                                   on 2000/08/24  13:49:38
60719         Log: DOS patches and portability/porting notes, from Tim Jenness.
60720      Branch: perl
60721            ! lib/File/Temp.pm
60722 ____________________________________________________________________________
60723 [  6798] By: jhi                                   on 2000/08/24  13:48:27
60724         Log: Create directories in silence.
60725              
60726              Subject: [PATCH] Another silencer for MakeMaker
60727              From: andreas.koenig@anima.de (Andreas J. Koenig)
60728              Date: 24 Aug 2000 14:18:52 +0200
60729              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
60730      Branch: perl
60731            ! lib/ExtUtils/Command.pm
60732 ____________________________________________________________________________
60733 [  6797] By: jhi                                   on 2000/08/24  13:46:42
60734         Log: More liberal parsing of version numbers.
60735              
60736              Subject: Re: CPAN.pm beta for testing available
60737              From: andreas.koenig@anima.de (Andreas J. Koenig)
60738              Date: 24 Aug 2000 13:51:57 +0200
60739              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
60740      Branch: perl
60741            ! lib/CPAN.pm
60742 ____________________________________________________________________________
60743 [  6796] By: jhi                                   on 2000/08/24  13:44:36
60744         Log: Make "make install" by default silent.  A new "install-verbose"
60745              target is verbose.
60746      Branch: perl
60747            ! Makefile.SH
60748 ____________________________________________________________________________
60749 [  6795] By: jhi                                   on 2000/08/24  13:39:14
60750         Log: Add silencer flags to installperl.
60751              
60752              Subject: [PATCH] Making installperl silent.
60753              From: <abigail@foad.org>
60754              Date: Thu, 24 Aug 2000 05:01:45 -0400
60755              Message-ID: <20000824090145.13141.qmail@foad.org>
60756      Branch: perl
60757            ! installperl
60758 ____________________________________________________________________________
60759 [  6794] By: jhi                                   on 2000/08/24  13:35:50
60760         Log: installperl couldn't tell whether it had run tests or not.
60761              
60762              Subject: [PATCH] Re: installperl and t/TEST
60763              From: <abigail@foad.org>
60764              Date: Thu, 24 Aug 2000 04:00:53 -0400
60765              Message-ID: <20000824080053.2494.qmail@foad.org>
60766      Branch: perl
60767            ! Makefile.SH installperl
60768 ____________________________________________________________________________
60769 [  6793] By: jhi                                   on 2000/08/24  13:27:50
60770         Log: Drop the separate perlbc, perlcc -b should be enough.
60771      Branch: perl
60772            - utils/perlbc.PL
60773            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
60774 ____________________________________________________________________________
60775 [  6792] By: jhi                                   on 2000/08/24  04:41:30
60776         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
60777              plus the typo fix from Peter Prymmer.
60778      Branch: perl
60779            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
60780            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
60781 ____________________________________________________________________________
60782 [  6791] By: jhi                                   on 2000/08/24  02:10:43
60783         Log: Replace #6705 with a minimal doc patch.
60784              
60785              Subject: [PATCH 5.6.0] replace change #6705
60786              From: Jan Dubois <jand@ActiveState.com>
60787              Date: Wed, 23 Aug 2000 18:31:51 -0700
60788              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
60789      Branch: perl
60790            ! lib/Win32.pod win32/win32.c
60791 ____________________________________________________________________________
60792 [  6790] By: jhi                                   on 2000/08/23  17:52:00
60793         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
60794              From: Mike Guy <mjtg@cam.ac.uk>
60795              Date: Wed, 23 Aug 2000 18:38:46 +0100
60796              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
60797      Branch: perl
60798            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
60799 ____________________________________________________________________________
60800 [  6789] By: jhi                                   on 2000/08/23  15:34:21
60801         Log: Update Changes.
60802      Branch: perl
60803            ! Changes patchlevel.h
60804 ____________________________________________________________________________
60805 [  6788] By: jhi                                   on 2000/08/23  15:33:40
60806         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
60807              From: Wilfredo Sánchez <wsanchez@apple.com>
60808              Date: Tue, 22 Aug 2000 19:31:27 -0700
60809              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
60810      Branch: perl
60811            ! perl.h
60812 ____________________________________________________________________________
60813 [  6787] By: jhi                                   on 2000/08/23  15:29:31
60814         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
60815              From: Spider Boardman <spider@leggy.zk3.dec.com>
60816              Date: Wed, 23 Aug 2000 10:33:23 -0400
60817              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
60818      Branch: perl
60819            ! lib/Pod/Html.pm
60820 ____________________________________________________________________________
60821 [  6786] By: jhi                                   on 2000/08/23  15:28:11
60822         Log: Bad makefile.
60823      Branch: perl
60824            ! ext/B/Makefile.PL
60825 ____________________________________________________________________________
60826 [  6785] By: jhi                                   on 2000/08/23  14:37:04
60827         Log: Update Changes.
60828      Branch: perl
60829            ! Changes patchlevel.h
60830 ____________________________________________________________________________
60831 [  6784] By: jhi                                   on 2000/08/23  13:58:41
60832         Log: Portability fix from Hugo van der Sanden.
60833      Branch: perl
60834            ! ext/re/Makefile.PL
60835 ____________________________________________________________________________
60836 [  6783] By: jhi                                   on 2000/08/23  13:53:53
60837         Log: Storable support, v-version fixes.
60838              
60839              Subject: CPAN.pm beta for testing available
60840              From: andreas.koenig@anima.de (Andreas J. Koenig)
60841              Date: 22 Aug 2000 23:31:33 +0200
60842              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
60843      Branch: perl
60844            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
60845 ____________________________________________________________________________
60846 [  6782] By: jhi                                   on 2000/08/23  13:51:26
60847         Log: Mac and other portability updates from Chris Nandor.
60848      Branch: perl
60849            ! pod/perlmodinstall.pod
60850 ____________________________________________________________________________
60851 [  6781] By: jhi                                   on 2000/08/23  13:47:33
60852         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
60853              From: Peter Prymmer <pvhp@forte.com>
60854              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
60855              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
60856      Branch: perl
60857            ! ext/Storable/Storable.xs
60858 ____________________________________________________________________________
60859 [  6780] By: jhi                                   on 2000/08/23  13:33:34
60860         Log: VMS MMS (make) wants null action.
60861      Branch: perl
60862            ! ext/B/Makefile.PL
60863 ____________________________________________________________________________
60864 [  6779] By: jhi                                   on 2000/08/22  19:44:47
60865         Log: Forgot portability nit.
60866      Branch: perl
60867            ! t/lib/st-forgive.t
60868 ____________________________________________________________________________
60869 [  6778] By: jhi                                   on 2000/08/22  19:35:25
60870         Log: Be portable.
60871      Branch: perl
60872            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
60873            ! t/lib/st-store.t
60874 ____________________________________________________________________________
60875 [  6777] By: jhi                                   on 2000/08/22  18:50:53
60876         Log: Update Changes.
60877      Branch: perl
60878            ! Changes patchlevel.h
60879 ____________________________________________________________________________
60880 [  6776] By: jhi                                   on 2000/08/22  18:44:46
60881         Log: cSVOPo_*v things index into the current PL_curpad
60882              under ithreads, which is different from the curpad
60883              used by the XSUB.  (In other words, the code as-is
60884              before this patch wouldn't work under ithreads.)
60885              From Sarathy.
60886      Branch: perl
60887            ! ext/B/B.xs
60888 ____________________________________________________________________________
60889 [  6775] By: jhi                                   on 2000/08/22  18:18:37
60890         Log: Make the selection of NVff et al stricter.
60891      Branch: metaconfig/U/perl
60892            ! perlxvf.U
60893      Branch: perl
60894            ! Configure config_h.SH
60895 ____________________________________________________________________________
60896 [  6774] By: jhi                                   on 2000/08/22  17:19:42
60897         Log: perldelta nits.
60898      Branch: perl
60899            ! pod/perldelta.pod
60900 ____________________________________________________________________________
60901 [  6773] By: jhi                                   on 2000/08/22  17:06:26
60902         Log: Long double fixes from Spider Boardman.
60903              
60904              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
60905              From: system PRIVILEGED account <root@peano.zk3.dec.com>
60906              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
60907              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
60908      Branch: perl
60909            ! t/lib/bigfltpm.t t/lib/st-06compat.t
60910 ____________________________________________________________________________
60911 [  6772] By: jhi                                   on 2000/08/22  15:04:53
60912         Log: Update Changes.
60913      Branch: perl
60914            ! Changes patchlevel.h
60915 ____________________________________________________________________________
60916 [  6771] By: jhi                                   on 2000/08/22  15:01:44
60917         Log: perldelta fixes from Hugo van der Sanden.
60918      Branch: perl
60919            ! pod/perldelta.pod
60920 ____________________________________________________________________________
60921 [  6770] By: jhi                                   on 2000/08/22  14:34:49
60922         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
60923              From: Hugo <hv@crypt.compulink.co.uk>
60924              Date: Tue, 22 Aug 2000 11:21:53 +0100
60925              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
60926      Branch: perl
60927            ! regcomp.c
60928 ____________________________________________________________________________
60929 [  6769] By: jhi                                   on 2000/08/22  14:30:02
60930         Log: Add Yitzchak, reformat.
60931      Branch: perl
60932            ! Changes config_h.SH
60933 ____________________________________________________________________________
60934 [  6768] By: jhi                                   on 2000/08/22  14:21:35
60935         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
60936              and Spider Boardman.
60937      Branch: metaconfig
60938            ! U/compline/d_gconvert.U
60939      Branch: perl
60940            ! Configure
60941 ____________________________________________________________________________
60942 [  6767] By: jhi                                   on 2000/08/22  14:11:24
60943         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
60944              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
60945              Date: Mon, 21 Aug 2000 19:08:31 -0700
60946              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
60947      Branch: perl
60948            - ext/Storable/patchlevel.h
60949            ! MANIFEST ext/Storable/MANIFEST
60950 ____________________________________________________________________________
60951 [  6766] By: jhi                                   on 2000/08/22  13:49:29
60952         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
60953              From: Peter Prymmer <pvhp@forte.com>
60954              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
60955              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
60956      Branch: perl
60957            ! configure.com ext/Storable/Makefile.PL
60958 ____________________________________________________________________________
60959 [  6765] By: jhi                                   on 2000/08/22  13:44:59
60960         Log: Subject: [PATCH blead] B:: missing dependency
60961              From: Hugo <hv@crypt.compulink.co.uk>
60962              Date: Tue, 22 Aug 2000 06:44:33 +0100
60963              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
60964      Branch: perl
60965            ! ext/B/Makefile.PL
60966 ____________________________________________________________________________
60967 [  6764] By: jhi                                   on 2000/08/22  13:38:12
60968         Log: More bytecompiler.
60969      Branch: perl
60970            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
60971 ____________________________________________________________________________
60972 [  6763] By: jhi                                   on 2000/08/22  13:36:44
60973         Log: Bytecompiler patches from Benjamin Stuhl.
60974      Branch: perl
60975            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
60976            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
60977            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
60978            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
60979            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
60980            ! perl.c perlapi.h pod/perldelta.pod
60981 ____________________________________________________________________________
60982 [  6762] By: jhi                                   on 2000/08/21  23:43:40
60983         Log: An obsoleted diagnostic.
60984      Branch: perl
60985            ! pod/perldelta.pod
60986 ____________________________________________________________________________
60987 [  6761] By: jhi                                   on 2000/08/21  23:01:45
60988         Log: The #6759 wasn't quite right.
60989      Branch: perl
60990            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
60991            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
60992            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
60993            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
60994            ! t/lib/st-tieditems.t
60995 ____________________________________________________________________________
60996 [  6760] By: jhi                                   on 2000/08/21  22:35:49
60997         Log: Be verydeepclean.
60998      Branch: perl
60999            ! Makefile.SH
61000 ____________________________________________________________________________
61001 [  6759] By: jhi                                   on 2000/08/21  22:25:40
61002         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
61003              From: Peter Prymmer <pvhp@forte.com>
61004              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
61005              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
61006      Branch: perl
61007            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
61008            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
61009            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
61010            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
61011            ! t/lib/st-tieditems.t
61012 ____________________________________________________________________________
61013 [  6758] By: jhi                                   on 2000/08/21  22:22:32
61014         Log: Few more casts, need reported in
61015              
61016              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
61017              From: Mike Stok <mike@stok.co.uk>
61018              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
61019              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
61020              
61021              and
61022              
61023              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
61024              From: abigail@foad.org
61025              Date: 21 Aug 2000 21:31:34 -0000
61026              Message-Id: <20000821213134.30170.qmail@foad.org>
61027      Branch: perl
61028            ! ext/Storable/Storable.xs
61029 ____________________________________________________________________________
61030 [  6757] By: jhi                                   on 2000/08/21  18:37:07
61031         Log: Update Changes.
61032      Branch: perl
61033            ! Changes patchlevel.h
61034 ____________________________________________________________________________
61035 [  6756] By: jhi                                   on 2000/08/21  18:34:02
61036         Log: A pod nit.
61037              
61038              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
61039              From: <abigail@foad.org>
61040              Date: Mon, 21 Aug 2000 14:00:16 -0400
61041              Message-ID: <20000821180016.28627.qmail@foad.org>
61042      Branch: perl
61043            ! pod/perlre.pod
61044 ____________________________________________________________________________
61045 [  6755] By: jhi                                   on 2000/08/21  18:30:56
61046         Log: Use PodParser 1.18 new test.
61047      Branch: perl
61048            ! t/pod/special_seqs.t t/pod/special_seqs.xr
61049 ____________________________________________________________________________
61050 [  6754] By: jhi                                   on 2000/08/21  18:28:35
61051         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
61052              patches cannot be applied since #6712 conflicts.
61053      Branch: perl
61054            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
61055 ____________________________________________________________________________
61056 [  6753] By: jhi                                   on 2000/08/21  18:15:11
61057         Log: Weed out some smaller changes.
61058      Branch: perl
61059            ! pod/perldelta.pod
61060 ____________________________________________________________________________
61061 [  6752] By: jhi                                   on 2000/08/21  18:02:30
61062         Log: Also under djgpp the timestamps are funky.
61063      Branch: perl
61064            ! t/op/stat.t
61065 ____________________________________________________________________________
61066 [  6751] By: jhi                                   on 2000/08/21  17:55:56
61067         Log: Tweak the floating point output routine preferences.
61068      Branch: metaconfig
61069            ! U/compline/d_gconvert.U
61070      Branch: perl
61071            ! Configure
61072 ____________________________________________________________________________
61073 [  6750] By: jhi                                   on 2000/08/21  17:51:29
61074         Log: Unicos/mk requires elaborate paranoia.
61075      Branch: perl
61076            ! lib/Math/Complex.pm
61077 ____________________________________________________________________________
61078 [  6749] By: gsar                                  on 2000/08/21  16:53:31
61079         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
61080      Branch: perl
61081            ! lib/Cwd.pm
61082 ____________________________________________________________________________
61083 [  6748] By: gsar                                  on 2000/08/21  16:22:19
61084         Log: free TLS slot properly on Windows
61085      Branch: perl
61086            ! thread.h win32/perllib.c win32/win32thread.h
61087 ____________________________________________________________________________
61088 [  6747] By: jhi                                   on 2000/08/21  16:20:58
61089         Log: Rename the macro argument because some preprocessors
61090              can't tell the difference and expand arguments also inside
61091              double quoted strings.
61092      Branch: perl
61093            ! regcomp.c
61094 ____________________________________________________________________________
61095 [  6746] By: jhi                                   on 2000/08/21  16:09:41
61096         Log: Support long doubles in Storable.
61097              
61098              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
61099              From: Radu Greab <radu@netsoft.ro>
61100              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
61101              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
61102      Branch: perl
61103            ! ext/Storable/Storable.xs
61104 ____________________________________________________________________________
61105 [  6745] By: jhi                                   on 2000/08/21  15:51:40
61106         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
61107              From: "Fifer, Eric" <EFifer@sanwaint.com>
61108              Date: Mon, 21 Aug 2000 15:34:49 +0100
61109              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
61110      Branch: perl
61111            ! t/pragma/warn/9enabled
61112 ____________________________________________________________________________
61113 [  6744] By: jhi                                   on 2000/08/21  15:39:35
61114         Log: Document the endianness of Alpha more precisely.
61115      Branch: perl
61116            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
61117            ! pod/perlport.pod
61118 ____________________________________________________________________________
61119 [  6743] By: jhi                                   on 2000/08/21  14:47:05
61120         Log: perldelta fixes from the p5p crowd.
61121      Branch: perl
61122            ! pod/perldelta.pod pod/perlop.pod
61123 ____________________________________________________________________________
61124 [  6742] By: jhi                                   on 2000/08/21  13:34:51
61125         Log: Update to Pod::LaTeX 0.53.
61126              
61127              Subject: [PATCH] lib/Pod/LaTeX.pm updates
61128              From: Tim Jenness <timj@jach.hawaii.edu>
61129              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
61130              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
61131      Branch: perl
61132            ! lib/Pod/LaTeX.pm
61133 ____________________________________________________________________________
61134 [  6741] By: jhi                                   on 2000/08/21  13:33:01
61135         Log: Subject: [PATCH] os2.c fix for use64bitint
61136              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
61137              Date: Mon, 21 Aug 2000 01:32:25 -0700
61138              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
61139      Branch: perl
61140            ! os2/os2.c
61141 ____________________________________________________________________________
61142 [  6740] By: jhi                                   on 2000/08/21  13:28:52
61143         Log: Array context keeps slithering in.
61144              
61145              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
61146              From: Daniel Chetlin <daniel@chetlin.com>
61147              Date: Sun, 20 Aug 2000 21:40:25 -0700
61148              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
61149      Branch: perl
61150            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
61151            ! pod/perldebtut.pod
61152 ____________________________________________________________________________
61153 [  6739] By: jhi                                   on 2000/08/21  13:23:55
61154         Log: Big-endian quad fixes for Storable from Radu Greab,
61155              plus few explicit null casts for picky compilers.
61156      Branch: perl
61157            ! ext/Storable/Storable.xs
61158 ____________________________________________________________________________
61159 [  6738] By: gsar                                  on 2000/08/21  05:56:13
61160         Log: small tweaks for change#6705: avoid C++ style comments in C code;
61161              use Perl's malloc API rather than the low level system one
61162      Branch: perl
61163            ! win32/win32.c
61164 ____________________________________________________________________________
61165 [  6737] By: gsar                                  on 2000/08/21  05:35:41
61166         Log: add Storable to list of extensions on Windows
61167      Branch: perl
61168            ! win32/Makefile win32/makefile.mk
61169 ____________________________________________________________________________
61170 [  6736] By: jhi                                   on 2000/08/21  02:57:53
61171         Log: Update Changes.
61172      Branch: perl
61173            ! Changes patchlevel.h
61174 ____________________________________________________________________________
61175 [  6735] By: jhi                                   on 2000/08/21  02:57:20
61176         Log: Draft 0.
61177      Branch: perl
61178            ! pod/perldelta.pod
61179 ____________________________________________________________________________
61180 [  6734] By: jhi                                   on 2000/08/21  02:57:03
61181         Log: Add Storable 0.7.2 from Raphael Manfredi,
61182              plus the patch from
61183              
61184              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
61185              From: Radu Greab <radu@netsoft.ro>
61186              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
61187              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
61188              
61189              plus changes to get Storable to compile with
61190              picky ANSI compilers.
61191      Branch: perl
61192            + ext/Storable/ChangeLog ext/Storable/MANIFEST
61193            + ext/Storable/Makefile.PL ext/Storable/README
61194            + ext/Storable/Storable.pm ext/Storable/Storable.xs
61195            + ext/Storable/patchlevel.h t/lib/st-06compat.t
61196            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
61197            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
61198            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
61199            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
61200            + t/lib/st-tieditems.t
61201            ! MANIFEST
61202 ____________________________________________________________________________
61203 [  6733] By: jhi                                   on 2000/08/21  02:29:09
61204         Log: The correct cleaning order is an art.
61205      Branch: perl
61206            ! Makefile.SH
61207 ____________________________________________________________________________
61208 [  6732] By: jhi                                   on 2000/08/21  01:23:39
61209         Log: The #6724 is here.
61210      Branch: perl
61211            ! t/lib/ftmp-security.t
61212 ____________________________________________________________________________
61213 [  6731] By: jhi                                   on 2000/08/20  23:17:03
61214         Log: s/this one/the 5.6.0 release/
61215      Branch: perl
61216            ! pod/perl56delta.pod
61217 ____________________________________________________________________________
61218 [  6730] By: jhi                                   on 2000/08/20  23:07:34
61219         Log: Mention perlebcdic and perlposix-bc.
61220      Branch: perl
61221            ! pod/perlport.pod
61222 ____________________________________________________________________________
61223 [  6729] By: jhi                                   on 2000/08/20  21:32:59
61224         Log: Document the number of exponent digits.
61225      Branch: perl
61226            ! pod/perlfunc.pod
61227 ____________________________________________________________________________
61228 [  6728] By: jhi                                   on 2000/08/20  21:16:47
61229         Log: Use File::Spec->tmpdir().
61230              
61231              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
61232              From: Tim Jenness <timj@jach.hawaii.edu>
61233              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
61234              MIME-Version: 1.0
61235              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
61236      Branch: perl
61237            ! utils/perlbug.PL
61238 ____________________________________________________________________________
61239 [  6727] By: jhi                                   on 2000/08/20  20:43:32
61240         Log: Update Changes.
61241      Branch: perl
61242            ! Changes patchlevel.h
61243 ____________________________________________________________________________
61244 [  6726] By: jhi                                   on 2000/08/20  20:41:44
61245         Log: The veryclean target needs to clobber.
61246      Branch: perl
61247            ! Makefile.SH
61248 ____________________________________________________________________________
61249 [  6725] By: jhi                                   on 2000/08/20  20:37:38
61250         Log: Document odd vs even subreleases and -Dusedevel.
61251      Branch: perl
61252            ! INSTALL
61253 ____________________________________________________________________________
61254 [  6724] By: jhi                                   on 2000/08/20  19:58:05
61255         Log: Use temporary directory instead of current directory.
61256              
61257              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
61258              From: Tim Jenness <timj@jach.hawaii.edu>
61259              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
61260              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
61261      Branch: perl
61262            ! t/lib/ftmp-security.t
61263 ____________________________________________________________________________
61264 [  6723] By: jhi                                   on 2000/08/20  19:55:55
61265         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
61266              From: andreas.koenig@anima.de (Andreas J. Koenig)
61267              Date: 20 Aug 2000 15:52:03 +0200
61268              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
61269      Branch: perl
61270            ! lib/ExtUtils/MM_Unix.pm
61271 ____________________________________________________________________________
61272 [  6722] By: jhi                                   on 2000/08/20  19:46:01
61273         Log: Update to CGI 2.72, from Lincoln Stein.
61274      Branch: perl
61275            ! lib/CGI.pm
61276 ____________________________________________________________________________
61277 [  6721] By: jhi                                   on 2000/08/20  19:43:54
61278         Log: (Replaced by #8364.)
61279              
61280              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
61281              From: Radu Greab <radu@netsoft.ro>
61282              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
61283              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
61284      Branch: perl
61285            ! ext/GDBM_File/GDBM_File.xs
61286 ____________________________________________________________________________
61287 [  6720] By: jhi                                   on 2000/08/20  19:42:01
61288         Log: pp_open() could pass an uninitialized filename down to do_open9().
61289      Branch: perl
61290            ! pp_sys.c
61291 ____________________________________________________________________________
61292 [  6719] By: jhi                                   on 2000/08/20  14:06:41
61293         Log: UTF8 concat fixes.
61294              
61295              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
61296              From: Hugo <hv@crypt.compulink.co.uk>
61297              Date: Sun, 20 Aug 2000 07:30:46 +0100
61298              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
61299      Branch: perl
61300            ! pp_hot.c t/op/append.t
61301 ____________________________________________________________________________
61302 [  6718] By: jhi                                   on 2000/08/20  02:09:37
61303         Log: Let's try #6717 again.
61304      Branch: perl
61305            ! lib/File/Temp.pm
61306 ____________________________________________________________________________
61307 [  6717] By: jhi                                   on 2000/08/20  01:56:55
61308         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
61309              From: "Craig A. Berry" <craig.berry@metamorgs.com>
61310              Date: Sat, 19 Aug 2000 18:15:39 -0500
61311              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
61312      Branch: perl
61313            ! lib/File/Temp.pm
61314 ____________________________________________________________________________
61315 [  6716] By: jhi                                   on 2000/08/19  15:50:11
61316         Log: Update Changes.
61317      Branch: perl
61318            ! Changes patchlevel.h
61319 ____________________________________________________________________________
61320 [  6715] By: jhi                                   on 2000/08/19  15:39:09
61321         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
61322              From: Jonathan D Johnston <jdjohnston2@juno.com>
61323              Date: Thu, 17 Aug 2000 23:13:01 -0400       
61324              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
61325      Branch: perl
61326            ! pod/perlfunc.pod
61327 ____________________________________________________________________________
61328 [  6714] By: jhi                                   on 2000/08/19  15:34:04
61329         Log: Introduce a 'veryclean' target that is like 'distclean'
61330              but also removes *~ and *.orig.
61331      Branch: perl
61332            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
61333            ! utils/Makefile x2p/Makefile.SH
61334 ____________________________________________________________________________
61335 [  6713] By: jhi                                   on 2000/08/19  14:15:45
61336         Log: Put back the long double avoidance code to POSIX.xs
61337              because VMS seems to need it still.
61338      Branch: perl
61339            ! ext/POSIX/POSIX.xs
61340 ____________________________________________________________________________
61341 [  6712] By: jhi                                   on 2000/08/19  14:10:41
61342         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
61343              From: Peter Prymmer <pvhp@forte.com>
61344              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
61345              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
61346      Branch: perl
61347            ! lib/Pod/Find.pm t/pod/find.t
61348 ____________________________________________________________________________
61349 [  6711] By: jhi                                   on 2000/08/19  14:09:19
61350         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
61351              From: Peter Prymmer <pvhp@forte.com>
61352              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
61353              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
61354              cc: vmsperl@perl.org
61355      Branch: perl
61356            ! t/lib/peek.t
61357 ____________________________________________________________________________
61358 [  6710] By: jhi                                   on 2000/08/19  14:08:01
61359         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
61360              From: Jan Dubois <jand@ActiveState.com>
61361              Date: Fri, 18 Aug 2000 16:31:48 -0700
61362              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
61363      Branch: perl
61364            ! win32/win32.c
61365 ____________________________________________________________________________
61366 [  6709] By: jhi                                   on 2000/08/19  14:06:57
61367         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
61368              
61369              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
61370              From: Spider.Boardman@Orb.Nashua.NH.US
61371              Date: Fri, 18 Aug 2000 18:41:14 -0400
61372              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
61373      Branch: perl
61374            ! regcomp.c
61375 ____________________________________________________________________________
61376 [  6708] By: jhi                                   on 2000/08/18  22:04:49
61377         Log: Update Changes.
61378      Branch: perl
61379            ! Changes patchlevel.h
61380 ____________________________________________________________________________
61381 [  6707] By: jhi                                   on 2000/08/18  21:55:14
61382         Log: Add warnif(), check warnings further up the stack,
61383              all the warnings functions now can take an optional object reference.
61384              
61385              Subject: [PATCH bleedperl@6691] warnings pragma update
61386              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
61387              Date: Fri, 18 Aug 2000 22:42:06 +0100
61388              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
61389      Branch: perl
61390            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
61391            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
61392            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
61393 ____________________________________________________________________________
61394 [  6706] By: jhi                                   on 2000/08/18  21:41:45
61395         Log: Typo in pp_complement().
61396              
61397              Subject: [PATCH perl-current] Deparse
61398              From: Peter Scott <Peter@PSDT.com>
61399              Date: Fri, 18 Aug 2000 12:44:37 -0700
61400              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
61401      Branch: perl
61402            ! ext/B/B/Deparse.pm
61403 ____________________________________________________________________________
61404 [  6705] By: jhi                                   on 2000/08/18  21:25:59
61405         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
61406              From: Jan Dubois <jand@ActiveState.com>
61407              Date: Fri, 18 Aug 2000 14:22:51 -0700
61408              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
61409      Branch: perl
61410            ! lib/Win32.pod win32/win32.c
61411 ____________________________________________________________________________
61412 [  6704] By: jhi                                   on 2000/08/18  21:16:14
61413         Log: Don't eat leading os from index entries.
61414              
61415              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
61416              From: Russ Allbery <rra@stanford.edu>
61417              Date: 10 Aug 2000 20:49:25 -0700
61418              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
61419      Branch: perl
61420            ! lib/Pod/Man.pm
61421 ____________________________________________________________________________
61422 [  6703] By: jhi                                   on 2000/08/18  21:07:06
61423         Log: Add [[:blank:]] as suggested in
61424              
61425              Subject: [ID 20000716.024] [=cc=] / [:blank:]
61426              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
61427              Date: Sun, 16 Jul 2000 17:55:29 -0700
61428              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
61429              
61430              (the [=cc=] has already been taken care of by #6439
61431              so the whole bug report can be closed)
61432              
61433              and make [[:space:]] to be equivalent to isspace(3)
61434              (as opposed to \s, which is isSPACE()).  The difference
61435              is that now [[:space:]] matches the mythical vertical tab,
61436              while \s doesn't.
61437      Branch: perl
61438            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
61439            ! regexec.c t/op/pat.t
61440 ____________________________________________________________________________
61441 [  6702] By: jhi                                   on 2000/08/18  18:47:47
61442         Log: The new tests were missing from #6415.
61443      Branch: perl
61444            ! t/op/bop.t
61445 ____________________________________________________________________________
61446 [  6701] By: jhi                                   on 2000/08/18  18:20:40
61447         Log: Document the NDBM_File and ODBM_File as SDBM_File
61448              was documented in #6417.
61449      Branch: perl
61450            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
61451            ! ext/SDBM_File/SDBM_File.pm
61452 ____________________________________________________________________________
61453 [  6700] By: jhi                                   on 2000/08/18  18:10:39
61454         Log: Subject: [PATCH perl@6698] cygwin port
61455              From: "Fifer, Eric" <EFifer@sanwaint.com>
61456              Date: Fri, 18 Aug 2000 17:30:05 +0100
61457              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
61458      Branch: perl
61459            ! lib/File/Temp.pm
61460 ____________________________________________________________________________
61461 [  6699] By: jhi                                   on 2000/08/18  16:21:49
61462         Log: Document code point which makes if (defined %stash::) to work
61463              (noted by Spider Boardman).
61464      Branch: perl
61465            ! op.c
61466 ____________________________________________________________________________
61467 [  6698] By: jhi                                   on 2000/08/18  13:43:27
61468         Log: Update Changes.
61469      Branch: perl
61470            ! Changes patchlevel.h
61471 ____________________________________________________________________________
61472 [  6697] By: jhi                                   on 2000/08/18  13:35:57
61473         Log: Tiny Getopt::Long patch from Johan Vromans.
61474      Branch: perl
61475            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
61476 ____________________________________________________________________________
61477 [  6696] By: jhi                                   on 2000/08/18  13:26:14
61478         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
61479              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
61480              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
61481              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
61482      Branch: perl
61483            ! pod/perldiag.pod pod/perlsyn.pod
61484 ____________________________________________________________________________
61485 [  6695] By: jhi                                   on 2000/08/18  13:13:26
61486         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
61487              From: Daniel Chetlin <daniel@chetlin.com>
61488              Date: Fri, 18 Aug 2000 03:13:36 -0700
61489              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
61490      Branch: perl
61491            ! pod/perlfunc.pod
61492 ____________________________________________________________________________
61493 [  6694] By: jhi                                   on 2000/08/18  13:08:05
61494         Log: Subject: [PATCH] perltrap.pod spring cleaning
61495              From: Daniel Chetlin <daniel@chetlin.com>
61496              Date: Fri, 18 Aug 2000 03:06:54 -0700
61497              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
61498              
61499              plus Mike Guy's nitfix.
61500      Branch: perl
61501            ! pod/perltrap.pod
61502 ____________________________________________________________________________
61503 [  6693] By: jhi                                   on 2000/08/18  13:00:26
61504         Log: Unbuffer the output.
61505              
61506              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
61507              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
61508              Date: Thu, 17 Aug 2000 18:39:29 -0700
61509              Message-ID: <RPJn5gzkgydf092yn@efn.org>
61510      Branch: perl
61511            ! t/op/fork.t
61512 ____________________________________________________________________________
61513 [  6692] By: jhi                                   on 2000/08/18  05:19:17
61514         Log: Delete the image, too, not just its MANIFEStation.
61515      Branch: perl
61516            - lib/CGI/eg/wilogo.gif
61517 ____________________________________________________________________________
61518 [  6691] By: jhi                                   on 2000/08/18  05:10:26
61519         Log: Propagate new Configure vars.
61520      Branch: perl
61521            ! configure.com epoc/config.sh uconfig.h uconfig.sh
61522            ! vos/config.def vos/config.h vos/config_h.SH_orig
61523            ! win32/config.bc win32/config.gc win32/config.vc
61524            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
61525 ____________________________________________________________________________
61526 [  6690] By: jhi                                   on 2000/08/18  04:30:56
61527         Log: Update Changes.
61528      Branch: perl
61529            ! Changes patchlevel.h
61530 ____________________________________________________________________________
61531 [  6689] By: jhi                                   on 2000/08/18  04:12:30
61532         Log: Fix the lib/complex failure of
61533              
61534              From: abigail@foad.org
61535              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
61536              Date: 15 Aug 2000 04:06:38 -0000
61537              Message-Id: <20000815040638.8524.qmail@foad.org> 
61538              
61539              Linux long double accuracy issue: something that
61540              when printed with %g looks like "2" but int() of it is 1.
61541      Branch: perl
61542            ! lib/Math/Complex.pm
61543 ____________________________________________________________________________
61544 [  6688] By: jhi                                   on 2000/08/18  03:15:35
61545         Log: The byteorder code in #6671 was wrong.
61546      Branch: perl
61547            ! configpm
61548 ____________________________________________________________________________
61549 [  6687] By: jhi                                   on 2000/08/18  02:08:42
61550         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
61551              From: Jan Dubois <jand@ActiveState.com>
61552              Date: Thu, 17 Aug 2000 18:31:55 -0700
61553              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
61554      Branch: perl
61555            ! sv.c
61556 ____________________________________________________________________________
61557 [  6686] By: jhi                                   on 2000/08/18  02:04:15
61558         Log: Use NVs in POSIX math, not doubles.
61559              
61560              From: abigail@foad.org
61561              Subject: [ID 20000817.014] POSIX & modfl
61562              Date: 17 Aug 2000 20:49:18 -0000
61563              Message-Id: <20000817204918.23123.qmail@foad.org>
61564      Branch: perl
61565            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
61566 ____________________________________________________________________________
61567 [  6685] By: jhi                                   on 2000/08/18  02:02:12
61568         Log: Introduce NVef, NVff, and NVgf, use the middle one.
61569              (helps for lib/peek + Linux + long doubles)  Reported in
61570              
61571              From: abigail@foad.org
61572              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
61573              Date: 15 Aug 2000 04:06:38 -0000
61574              Message-Id: <20000815040638.8524.qmail@foad.org> 
61575              
61576              (note: the lib/complex failure has not yet been addressed)
61577      Branch: metaconfig/U/perl
61578            ! perlxvf.U
61579      Branch: perl
61580            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
61581            ! config_h.SH dump.c perl.h pod/perlguts.pod
61582 ____________________________________________________________________________
61583 [  6684] By: jhi                                   on 2000/08/17  23:22:19
61584         Log: Add byteorder to the myconfig output.
61585      Branch: perl
61586            ! myconfig.SH
61587 ____________________________________________________________________________
61588 [  6683] By: jhi                                   on 2000/08/17  23:20:19
61589         Log: The image doth not exist, spotted by Johan Vromans.
61590      Branch: perl
61591            ! MANIFEST
61592 ____________________________________________________________________________
61593 [  6682] By: jhi                                   on 2000/08/17  22:38:16
61594         Log: Document what the backtick returns if the command fails.
61595      Branch: perl
61596            ! pod/perlop.pod
61597 ____________________________________________________________________________
61598 [  6681] By: jhi                                   on 2000/08/17  22:33:12
61599         Log: Do not use prototyping here.
61600              
61601              Subject: [ID 20000817.016] [PATCH] Peek.xs
61602              From: abigail@foad.org
61603              Date: 17 Aug 2000 20:55:56 -0000
61604              Message-Id: <20000817205556.24270.qmail@foad.org>
61605      Branch: perl
61606            ! ext/Devel/Peek/Makefile.PL
61607 ____________________________________________________________________________
61608 [  6680] By: jhi                                   on 2000/08/17  19:46:43
61609         Log: Don't propose using modules built for 5.005 if no binary
61610              compatibility with 5.005 is attempted.
61611              
61612              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
61613              Subject: Minor nit with 5.7.0 (6655)
61614              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
61615              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
61616      Branch: metaconfig
61617            ! U/installdirs/inc_version_list.U
61618      Branch: perl
61619            ! Configure config_h.SH
61620 ____________________________________________________________________________
61621 [  6679] By: jhi                                   on 2000/08/17  19:16:39
61622         Log: Microperl config update.
61623      Branch: perl
61624            ! uconfig.h uconfig.sh
61625 ____________________________________________________________________________
61626 [  6678] By: jhi                                   on 2000/08/17  19:16:13
61627         Log: The #6648 wasn't protective enough for limited platforms
61628              (like microperl).
61629      Branch: perl
61630            ! dump.c sv.c
61631 ____________________________________________________________________________
61632 [  6677] By: jhi                                   on 2000/08/17  14:46:35
61633         Log: Update Changes.
61634      Branch: perl
61635            ! Changes patchlevel.h
61636 ____________________________________________________________________________
61637 [  6676] By: jhi                                   on 2000/08/17  14:44:02
61638         Log: Add perlebcdic from Peter Prymmer, regen toc.
61639      Branch: perl
61640            + pod/perlebcdic.pod
61641            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
61642 ____________________________________________________________________________
61643 [  6675] By: jhi                                   on 2000/08/17  14:41:52
61644         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
61645      Branch: perl
61646            ! pod/perldebtut.pod
61647 ____________________________________________________________________________
61648 [  6674] By: jhi                                   on 2000/08/17  14:29:43
61649         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
61650              
61651              Subject: [ID 20000724.006] -DLEAKTEST problem
61652              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
61653              Date: Tue, 25 Jul 2000 00:36:32 -0500
61654              Message-Id: <20000725003632.A26186@www.llamacom.com>
61655              
61656              Reminder sent
61657              
61658              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
61659              From: Hugo <hv@crypt.compulink.co.uk>
61660              Date: Thu, 17 Aug 2000 15:23:42 +0100
61661              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
61662      Branch: perl
61663            ! util.c
61664 ____________________________________________________________________________
61665 [  6673] By: jhi                                   on 2000/08/17  04:07:10
61666         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
61667              From: John Peacock <JPeacock@UnivPress.com>
61668              Date: Tue, 01 Aug 2000 09:38:12 -0400
61669              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
61670      Branch: perl
61671            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
61672 ____________________________________________________________________________
61673 [  6672] By: jhi                                   on 2000/08/17  03:04:35
61674         Log: Subject: [PATCH] Cwd.pm now uses strict
61675              From: Tim Jenness <timj@jach.hawaii.edu>
61676              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
61677              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
61678      Branch: perl
61679            ! lib/Cwd.pm
61680 ____________________________________________________________________________
61681 [  6671] By: jhi                                   on 2000/08/17  02:16:35
61682         Log: Make $Config{byteorder} more magical so that it is
61683              dynamically computed: nice for 'fat binaries'.
61684              
61685              Subject: [PATCH]: default byteorder
61686              From: Wilfredo Sánchez <wsanchez@apple.com>
61687              Date: Mon, 31 Jul 2000 19:45:31 -0700
61688              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
61689      Branch: perl
61690            ! configpm
61691 ____________________________________________________________________________
61692 [  6670] By: gsar                                  on 2000/08/17  01:22:21
61693         Log: move WNOHANG definition to where other such things are
61694      Branch: perl
61695            ! win32/win32.h
61696 ____________________________________________________________________________
61697 [  6669] By: jhi                                   on 2000/08/17  01:19:17
61698         Log: Update Changes.
61699      Branch: perl
61700            ! Changes patchlevel.h
61701 ____________________________________________________________________________
61702 [  6668] By: jhi                                   on 2000/08/17  01:16:29
61703         Log: Doc nits spotted by Richard Soderberg.
61704      Branch: perl
61705            ! README.posix-bc README.vmesa
61706 ____________________________________________________________________________
61707 [  6667] By: jhi                                   on 2000/08/17  01:12:11
61708         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
61709              From: "Casey R. Tweten" <crt@kiski.net>
61710              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
61711              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
61712      Branch: perl
61713            ! pod/perldebtut.pod
61714 ____________________________________________________________________________
61715 [  6666] By: jhi                                   on 2000/08/17  01:09:31
61716         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
61717              From: "Casey R. Tweten" <crt@kiski.net>
61718              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
61719              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
61720      Branch: perl
61721            ! lib/Shell.pm
61722 ____________________________________________________________________________
61723 [  6665] By: gsar                                  on 2000/08/17  01:03:52
61724         Log: add "ok" targets from change#6632 in makefile.mk
61725      Branch: perl
61726            ! pod/perlport.pod win32/Makefile win32/makefile.mk
61727 ____________________________________________________________________________
61728 [  6664] By: gsar                                  on 2000/08/17  00:56:11
61729         Log: avoid warnings from dense compiler
61730      Branch: perl
61731            ! win32/win32.c
61732 ____________________________________________________________________________
61733 [  6663] By: jhi                                   on 2000/08/17  00:51:49
61734         Log: Tweak the regex compilation errors once more.
61735      Branch: perl
61736            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
61737            ! t/op/regmesg.t t/pragma/warn/regcomp
61738 ____________________________________________________________________________
61739 [  6662] By: gsar                                  on 2000/08/17  00:28:19
61740         Log: trailing new %ENV entries weren't being pushed into the real
61741              environment of subprocesses on Windows
61742      Branch: perl
61743            ! t/op/magic.t win32/perlhost.h
61744 ____________________________________________________________________________
61745 [  6661] By: gsar                                  on 2000/08/17  00:19:20
61746         Log: waitpid() now handles externally spawned pids correctly;
61747              fixes for backtick/wait/waitpid failures on Windows 9x
61748              
61749              these changes make the pid returned by process functions on
61750              Windows 9x always positive by clearing the high bit (which
61751              is always set on Win9x); pseudo-process PIDs are likewise
61752              always negative now on Win9x (just as on NT/2000)
61753      Branch: perl
61754            ! pp_sys.c win32/perlhost.h win32/win32.c
61755 ____________________________________________________________________________
61756 [  6660] By: jhi                                   on 2000/08/17  00:04:32
61757         Log: Retract #6645.
61758      Branch: perl
61759            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
61760            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
61761            ! t/op/sprintf.t
61762 ____________________________________________________________________________
61763 [  6659] By: gsar                                  on 2000/08/16  23:59:28
61764         Log: on windows, the return values from wait() and waitpid() don't
61765              match those of pseudo-pids
61766      Branch: perl
61767            ! pp_sys.c t/op/fork.t util.c win32/win32.c
61768 ____________________________________________________________________________
61769 [  6658] By: gsar                                  on 2000/08/16  23:56:14
61770         Log: pod nit seen in passing
61771      Branch: perl
61772            ! pod/perlfunc.pod
61773 ____________________________________________________________________________
61774 [  6657] By: gsar                                  on 2000/08/16  23:53:42
61775         Log: change#6328 could make close(SOCKET) return false on windows
61776              when it shouldn't
61777      Branch: perl
61778            ! win32/win32sck.c
61779 ____________________________________________________________________________
61780 [  6656] By: gsar                                  on 2000/08/16  23:46:57
61781         Log: check that the number pseudo children doesn't exceed
61782              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
61783              the WaitForMultipleObjects() limit that would cause wait()
61784              to crash)
61785              
61786              wait() and waitpid() could potentially be rewritten to use
61787              more than one thread to do the waiting to eliminate this
61788              limitation
61789      Branch: perl
61790            ! win32/perlhost.h
61791 ____________________________________________________________________________
61792 [  6655] By: jhi                                   on 2000/08/16  14:11:05
61793         Log: Update Changes.
61794      Branch: perl
61795            ! Changes patchlevel.h
61796 ____________________________________________________________________________
61797 [  6654] By: jhi                                   on 2000/08/16  14:10:12
61798         Log: Update to perldebtut 1.9, from Richard Foley.
61799      Branch: perl
61800            ! pod/perldebtut.pod
61801 ____________________________________________________________________________
61802 [  6653] By: jhi                                   on 2000/08/16  14:08:17
61803         Log: Change the regx compilation error markers to use = instead of <
61804              since pod makes using the latter quite messy.  Reported in
61805              ID 20000814.006 by Abigail and in
61806              Subject: Unknown escape E<> ?
61807              From: Lupe Christoph <lupe@lupe-christoph.de>
61808              Date: Fri, 11 Aug 2000 00:30:27 +0200
61809              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
61810      Branch: perl
61811            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
61812            ! t/op/regmesg.t t/pragma/warn/regcomp
61813 ____________________________________________________________________________
61814 [  6652] By: jhi                                   on 2000/08/16  13:25:31
61815         Log: Change the perlbug address to perl.org since it's more forgiving.
61816              
61817              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
61818              From: abigail@foad.org
61819              Date: 15 Aug 2000 04:15:40 -0000
61820              Message-Id: <20000815041540.8633.qmail@foad.org>
61821      Branch: perl
61822            ! utils/perlbug.PL
61823 ____________________________________________________________________________
61824 [  6651] By: jhi                                   on 2000/08/16  13:22:35
61825         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
61826              From: Tim Jenness <timj@jach.hawaii.edu>
61827              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
61828              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
61829      Branch: perl
61830            ! lib/Cwd.pm
61831 ____________________________________________________________________________
61832 [  6650] By: jhi                                   on 2000/08/16  13:18:13
61833         Log: Update to CPAN 1.57.
61834              
61835              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
61836              From: andreas.koenig@anima.de (Andreas J. Koenig)
61837              Date: 16 Aug 2000 15:09:46 +0200
61838              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
61839      Branch: perl
61840            ! lib/CPAN.pm
61841 ____________________________________________________________________________
61842 [  6649] By: jhi                                   on 2000/08/16  13:12:31
61843         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
61844              From: "Larry W. Virden" <lvirden@cas.org>
61845              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
61846              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
61847      Branch: perl
61848            ! README.hpux
61849 ____________________________________________________________________________
61850 [  6648] By: jhi                                   on 2000/08/16  13:03:53
61851         Log: The numeric locale was reset to "C" by s?printf and never restored.
61852              
61853              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
61854              From: Christian Kirsch <ck@held.mind.de>
61855              Date: Wed, 9 Aug 2000 17:05:17 +0200
61856              Message-Id: <20000809170517.A25389@held>
61857              
61858              No test since adding the failing example to locale.t
61859              does not fail -- probably because the locale settings are so
61860              thoroughly tweaked by that time.  Running the example standalone
61861              does fail, though.  UPDATE: test case added at change #7540.
61862      Branch: perl
61863            ! dump.c perl.h pp.c pp_ctl.c sv.c
61864 ____________________________________________________________________________
61865 [  6647] By: jhi                                   on 2000/08/16  00:07:54
61866         Log: Update Changes and test semi-automatic patchlevel updating.
61867      Branch: perl
61868            ! Changes patchlevel.h
61869 ____________________________________________________________________________
61870 [  6646] By: jhi                                   on 2000/08/15  23:35:07
61871         Log: Fix a dependency problem.
61872              
61873              Subject: [PATCH: 6640] VMS Makefile.SH update
61874              From: Peter Prymmer <pvhp@forte.com>
61875              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
61876              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
61877      Branch: perl
61878            ! vms/descrip_mms.template
61879 ____________________________________________________________________________
61880 [  6645] By: jhi                                   on 2000/08/15  23:33:23
61881         Log: (Retracted by #6660)
61882              
61883              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
61884              From: Dominic Dunlop <domo@computer.org>
61885              Date: Tue, 15 Aug 2000 22:20:52 +0200
61886              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
61887      Branch: metaconfig/U/perl
61888            + d_printfed.U
61889      Branch: perl
61890            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
61891            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
61892            ! t/op/sprintf.t
61893 ____________________________________________________________________________
61894 [  6644] By: jhi                                   on 2000/08/15  21:17:20
61895         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
61896              From: abigail@foad.org
61897              Date: 15 Aug 2000 20:12:41 -0000
61898              Message-Id: <20000815201241.25556.qmail@foad.org>
61899      Branch: perl
61900            ! INSTALL
61901 ____________________________________________________________________________
61902 [  6643] By: jhi                                   on 2000/08/15  21:15:28
61903         Log: (an already applied patch)
61904      Branch: perl
61905            ! lib/CGI.pm
61906 ____________________________________________________________________________
61907 [  6642] By: gsar                                  on 2000/08/15  19:54:05
61908         Log: magic callbacks all need to have same type signature
61909      Branch: perl
61910            ! embed.pl mg.c proto.h
61911 ____________________________________________________________________________
61912 [  6641] By: jhi                                   on 2000/08/15  17:56:27
61913         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)
61914              From: Mike Guy <mjtg@cam.ac.uk>
61915              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
61916              Date: Tue, 15 Aug 2000 18:26:45 +0100
61917              
61918              Only the peek.t part applied, not the hash quality part.
61919      Branch: perl
61920            ! t/lib/peek.t
61921 ____________________________________________________________________________
61922 [  6640] By: jhi                                   on 2000/08/15  16:37:37
61923         Log: Update Changes.
61924      Branch: perl
61925            ! Changes
61926 ____________________________________________________________________________
61927 [  6639] By: jhi                                   on 2000/08/15  16:34:55
61928         Log: Missed a file from #6638.
61929      Branch: perl
61930            ! lib/File/Temp.pm
61931 ____________________________________________________________________________
61932 [  6638] By: jhi                                   on 2000/08/15  16:33:19
61933         Log: Subject: [PATCH perl@6620] cygwin port
61934              From: "Fifer, Eric" <EFifer@sanwaint.com>
61935              Date: Tue, 15 Aug 2000 17:00:49 +0100
61936              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
61937      Branch: perl
61938            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
61939 ____________________________________________________________________________
61940 [  6637] By: jhi                                   on 2000/08/15  16:29:22
61941         Log: Subject: [PATCH] debugger exit code should reflect user exit code
61942              From: Mike Guy <mjtg@cam.ac.uk>
61943              Date: Tue, 15 Aug 2000 16:55:59 +0100
61944              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
61945      Branch: perl
61946            ! lib/perl5db.pl
61947 ____________________________________________________________________________
61948 [  6636] By: jhi                                   on 2000/08/15  15:30:58
61949         Log: Update Changes.
61950      Branch: perl
61951            ! Changes
61952 ____________________________________________________________________________
61953 [  6635] By: jhi                                   on 2000/08/15  15:27:21
61954         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
61955      Branch: metaconfig
61956            ! U/mkglossary U/mksample
61957      Branch: metaconfig/U/perl
61958            ! Devel.U
61959      Branch: perl
61960            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
61961 ____________________________________________________________________________
61962 [  6634] By: jhi                                   on 2000/08/15  14:11:55
61963         Log: Don't blow limited stacks, a lower number is enough to
61964              tickle the lookbehind limit.
61965              
61966              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
61967              From: Dominic Dunlop <domo@computer.org>
61968              Date: Tue, 15 Aug 2000 13:51:24 +0200
61969              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
61970      Branch: perl
61971            ! t/op/regmesg.t
61972 ____________________________________________________________________________
61973 [  6633] By: jhi                                   on 2000/08/15  14:01:46
61974         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
61975              From: Mike Guy <mjtg@cam.ac.uk>
61976              Date: Tue, 15 Aug 2000 12:10:50 +0100
61977              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
61978      Branch: perl
61979            ! utils/perldoc.PL
61980 ____________________________________________________________________________
61981 [  6632] By: jhi                                   on 2000/08/15  13:58:48
61982         Log: make ok etc also for win32.
61983              
61984              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
61985              From: Prymmer/Kahn <pvhp@best.com>
61986              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
61987              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
61988      Branch: perl
61989            ! win32/Makefile
61990 ____________________________________________________________________________
61991 [  6631] By: jhi                                   on 2000/08/15  13:45:03
61992         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
61993      Branch: perl
61994            ! lib/Test.pm
61995 ____________________________________________________________________________
61996 [  6630] By: jhi                                   on 2000/08/15  03:25:09
61997         Log: Update Changes.
61998      Branch: perl
61999            ! Changes
62000 ____________________________________________________________________________
62001 [  6629] By: jhi                                   on 2000/08/15  03:23:53
62002         Log: magic_regdatum_set() is void, not int.
62003      Branch: perl
62004            ! embed.pl mg.c proto.h
62005 ____________________________________________________________________________
62006 [  6628] By: jhi                                   on 2000/08/15  03:08:02
62007         Log: Make the user to give up his firstborn, err, to knowingly
62008              verify installing an unstable developer release.  Also bump
62009              the release to 5.7.0, but leave a patch tag in the local
62010              patches saying that this is not yet the real thing.
62011      Branch: metaconfig
62012            ! U/modified/Instruct.U
62013      Branch: metaconfig/U/perl
62014            + Devel.U
62015      Branch: perl
62016            ! Configure patchlevel.h
62017 ____________________________________________________________________________
62018 [  6627] By: jhi                                   on 2000/08/14  22:32:52
62019         Log: README.os2 update.
62020              
62021              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
62022              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
62023              Date: Wed, 02 Aug 2000 21:55:09 -0700
62024              Message-ID: <tsPi5gzkgegX092yn@efn.org>
62025      Branch: perl
62026            ! README.os2
62027 ____________________________________________________________________________
62028 [  6626] By: jhi                                   on 2000/08/14  21:00:02
62029         Log: Subject: Re: File::Temp problems on VMS in bleedperl
62030              From: Tim Jenness <timj@jach.hawaii.edu>
62031              cc: vmsperl@perl.org
62032              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
62033              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
62034      Branch: perl
62035            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
62036 ____________________________________________________________________________
62037 [  6625] By: jhi                                   on 2000/08/14  20:52:16
62038         Log: Add SUIDMAIL as was done for the CERT alert.
62039      Branch: perl
62040            ! patchlevel.h
62041 ____________________________________________________________________________
62042 [  6624] By: jhi                                   on 2000/08/14  20:48:50
62043         Log: Subject: sfio2000
62044              From: Daniel Muino <dmuino@afip.gov.ar>
62045              Date: Mon, 14 Aug 2000 16:58:11 -0300
62046              Message-ID: <20000814165811.B16368@con2-dgi>
62047      Branch: perl
62048            ! perlsdio.h perlsfio.h
62049 ____________________________________________________________________________
62050 [  6623] By: jhi                                   on 2000/08/14  20:47:36
62051         Log: Subject: warning: storage class after type is obsolescent
62052              From: Daniel Muino <dmuino@afip.gov.ar>
62053              Date: Mon, 14 Aug 2000 16:42:47 -0300
62054              Message-ID: <20000814164247.A16368@con2-dgi>
62055      Branch: perl
62056            ! regcomp.pl regnodes.h
62057 ____________________________________________________________________________
62058 [  6622] By: jhi                                   on 2000/08/14  20:43:05
62059         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
62060              From: abigail@foad.org
62061              Date: 14 Aug 2000 20:00:10 -0000
62062              Message-Id: <20000814200010.27271.qmail@foad.org>
62063      Branch: perl
62064            ! Changes
62065 ____________________________________________________________________________
62066 [  6621] By: jhi                                   on 2000/08/14  15:23:05
62067         Log: Update Changes.
62068      Branch: perl
62069            ! Changes
62070 ____________________________________________________________________________
62071 [  6620] By: jhi                                   on 2000/08/14  15:22:14
62072         Log: Subject: Re: [PATCH] @+, @- readonly
62073              From: Mike Guy <mjtg@cam.ac.uk>
62074              Date: Mon, 14 Aug 2000 15:26:55 +0100
62075              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
62076      Branch: perl
62077            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
62078            ! sv.c t/op/pat.t
62079 ____________________________________________________________________________
62080 [  6619] By: jhi                                   on 2000/08/14  14:12:08
62081         Log: Update Changes.
62082      Branch: perl
62083            ! Changes
62084 ____________________________________________________________________________
62085 [  6618] By: jhi                                   on 2000/08/14  14:09:34
62086         Log: For now remove the mail code.
62087      Branch: perl
62088            ! perl.c
62089 ____________________________________________________________________________
62090 [  6617] By: jhi                                   on 2000/08/14  14:08:28
62091         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
62092      Branch: perl
62093            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
62094            ! pod/perlfaq8.pod pod/perlsec.pod
62095 ____________________________________________________________________________
62096 [  6616] By: jhi                                   on 2000/08/14  14:00:11
62097         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
62098              From: Mike Guy <mjtg@cam.ac.uk>
62099              Date: Mon, 14 Aug 2000 08:26:02 +0100
62100              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
62101      Branch: perl
62102            ! lib/perl5db.pl
62103 ____________________________________________________________________________
62104 [  6615] By: jhi                                   on 2000/08/14  13:58:45
62105         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
62106              From: Mike Guy <mjtg@cam.ac.uk>
62107              Date: Mon, 14 Aug 2000 08:04:22 +0100
62108              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
62109      Branch: perl
62110            ! gv.c mg.c t/op/pat.t
62111 ____________________________________________________________________________
62112 [  6614] By: jhi                                   on 2000/08/14  13:56:45
62113         Log: Subject: Test fails / warnings with perl-current #6612
62114              From: Mike Guy <mjtg@cam.ac.uk>
62115              Date: Mon, 14 Aug 2000 07:57:23 +0100
62116              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
62117      Branch: perl
62118            ! t/lib/b.t t/lib/peek.t
62119 ____________________________________________________________________________
62120 [  6613] By: jhi                                   on 2000/08/14  13:45:33
62121         Log: VMS configure.com update continues.
62122      Branch: perl
62123            - vms/configure.com
62124            ! MANIFEST configure.com
62125 ____________________________________________________________________________
62126 [  6612] By: jhi                                   on 2000/08/13  22:13:35
62127         Log: Update Changes.
62128      Branch: perl
62129            ! Changes
62130 ____________________________________________________________________________
62131 [  6611] By: jhi                                   on 2000/08/13  16:21:45
62132         Log: Upgrade to CGI 2.71, from Lincoln Stein.
62133      Branch: perl
62134            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
62135 ____________________________________________________________________________
62136 [  6610] By: jhi                                   on 2000/08/13  15:09:16
62137         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
62138              From: Mike Guy <mjtg@cam.ac.uk>
62139              Date: Sun, 13 Aug 2000 13:45:51 +0100
62140              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
62141      Branch: perl
62142            ! t/op/regmesg.t
62143 ____________________________________________________________________________
62144 [  6609] By: jhi                                   on 2000/08/13  14:31:26
62145         Log: Andreas says that 1.56 is fine, so reverting back to it.
62146      Branch: perl
62147            ! lib/CPAN.pm
62148 ____________________________________________________________________________
62149 [  6608] By: jhi                                   on 2000/08/13  05:34:20
62150         Log: Update Changes.
62151      Branch: perl
62152            ! Changes
62153 ____________________________________________________________________________
62154 [  6607] By: jhi                                   on 2000/08/13  05:32:01
62155         Log: Put back the \z changes of #5406 to CPAN.pm.
62156      Branch: perl
62157            ! lib/CPAN.pm
62158 ____________________________________________________________________________
62159 [  6606] By: jhi                                   on 2000/08/13  05:20:16
62160         Log: Fix-n-skip the tests under 5005threads.
62161      Branch: perl
62162            ! t/lib/b.t
62163 ____________________________________________________________________________
62164 [  6605] By: jhi                                   on 2000/08/13  05:07:48
62165         Log: Fix the test for 5005threads.
62166      Branch: perl
62167            ! t/lib/peek.t
62168 ____________________________________________________________________________
62169 [  6604] By: jhi                                   on 2000/08/13  03:35:37
62170         Log: Should have deleted this in #6603.
62171      Branch: perl
62172            - vms/subconfigure.com
62173 ____________________________________________________________________________
62174 [  6603] By: jhi                                   on 2000/08/12  18:29:32
62175         Log: Rewrite of vms/subconfigure.com as configure.com,
62176              from Peter Prymmer and the vmsperl crew.
62177      Branch: perl
62178            + vms/configure.com
62179            ! MANIFEST
62180 ____________________________________________________________________________
62181 [  6602] By: jhi                                   on 2000/08/11  13:00:01
62182         Log: PlainText.pm is dead.
62183      Branch: perl
62184            - lib/Pod/PlainText.pm
62185            ! MANIFEST
62186 ____________________________________________________________________________
62187 [  6601] By: jhi                                   on 2000/08/11  04:06:45
62188         Log: Update Changes.
62189      Branch: perl
62190            ! Changes
62191 ____________________________________________________________________________
62192 [  6600] By: jhi                                   on 2000/08/11  04:06:10
62193         Log: Add a few missing files, update MANIFEST.
62194      Branch: perl
62195            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
62196            + lib/Pod/PlainText.pm t/pod/find.t
62197            ! MANIFEST t/op/regmesg.t
62198 ____________________________________________________________________________
62199 [  6599] By: jhi                                   on 2000/08/11  03:31:10
62200         Log: Add Perl debugging tutorial, regen toc. 
62201              
62202              Subject: perldebtut.pod
62203              From: Richard Foley <Richard.Foley@m.dasa.de>
62204              Date: Wed, 09 Aug 2000 10:17:15 +0200
62205              Message-id: <3991138B.262247B8@m.dasa.de>
62206      Branch: perl
62207            + pod/perldebtut.pod
62208            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
62209 ____________________________________________________________________________
62210 [  6598] By: jhi                                   on 2000/08/11  02:48:56
62211         Log: tiny Changes edit
62212      Branch: perl
62213            ! Changes
62214 ____________________________________________________________________________
62215 [  6597] By: jhi                                   on 2000/08/11  02:39:04
62216         Log: Tests for #6589.
62217              
62218              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
62219              From: simon@brecon.co.uk (Simon Cozens)
62220              Date: 11 Aug 2000 02:24:52 GMT
62221              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
62222      Branch: perl
62223            ! t/lib/b.t
62224 ____________________________________________________________________________
62225 [  6596] By: jhi                                   on 2000/08/11  01:50:07
62226         Log: Update Changes.
62227      Branch: perl
62228            ! Changes
62229 ____________________________________________________________________________
62230 [  6595] By: jhi                                   on 2000/08/11  01:47:16
62231         Log: nitfix
62232      Branch: perl
62233            ! Changes
62234 ____________________________________________________________________________
62235 [  6594] By: jhi                                   on 2000/08/11  01:36:16
62236         Log: Subject: Getting perlio and threads to compile
62237              From: Lupe Christoph <lupe@lupe-christoph.de>
62238              Date: Wed, 9 Aug 2000 11:35:54 +0200
62239              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
62240              
62241              (the Solaris version changes in Configure skipped)
62242      Branch: perl
62243            ! hints/solaris_2.sh thread.h
62244 ____________________________________________________________________________
62245 [  6593] By: jhi                                   on 2000/08/11  01:30:16
62246         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
62247              From: simon@brecon.co.uk (Simon Cozens)
62248              Date: 1 Aug 2000 06:55:19 GMT
62249              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
62250      Branch: perl
62251            ! lib/utf8.pm
62252 ____________________________________________________________________________
62253 [  6592] By: jhi                                   on 2000/08/11  01:26:39
62254         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
62255              From: Peter Scott <Peter@PeterScott.com>
62256              Date: Thu, 10 Aug 2000 08:23:27 -0700
62257              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
62258      Branch: perl
62259            ! lib/perl5db.pl
62260 ____________________________________________________________________________
62261 [  6591] By: jhi                                   on 2000/08/11  01:22:02
62262         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
62263              From: Hugo <hv@crypt.compulink.co.uk>
62264              Date: Thu, 10 Aug 2000 19:23:04 +0100
62265              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
62266      Branch: perl
62267            ! regexec.c t/op/pat.t
62268 ____________________________________________________________________________
62269 [  6590] By: jhi                                   on 2000/08/11  01:19:19
62270         Log: Preprocessing and postprocessing for File::Find.
62271              
62272              Subject: Patch to Find::File.pm to allow alphabetical results
62273              From: Joe Smith <jsmith@inwap.com>
62274              Date: Wed, 9 Aug 2000 02:44:54 -0700
62275              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
62276      Branch: perl
62277            ! lib/File/Find.pm
62278 ____________________________________________________________________________
62279 [  6589] By: jhi                                   on 2000/08/11  01:12:39
62280         Log: B::Deparse didn't do sub attributes.
62281              
62282              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
62283              From: simon@brecon.co.uk (Simon Cozens)
62284              Date: 9 Aug 2000 04:49:20 GMT
62285              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
62286      Branch: perl
62287            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
62288 ____________________________________________________________________________
62289 [  6588] By: jhi                                   on 2000/08/11  01:06:40
62290         Log: Subject: debugger "d" command doesnt check line number
62291              From: Mike Guy <mjtg@cam.ac.uk>
62292              Date: Tue, 08 Aug 2000 21:54:29 +0100
62293              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
62294      Branch: perl
62295            ! lib/perl5db.pl mg.c pod/perldiag.pod
62296 ____________________________________________________________________________
62297 [  6587] By: jhi                                   on 2000/08/11  00:45:03
62298         Log: sleep(1) does not necessarily return 1.
62299              
62300              Subject: [PATCH bleadperl] op/lex_assign.t  
62301              From: Hugo <hv@crypt.compulink.co.uk>
62302              Date: Thu, 03 Aug 2000 14:34:22 +0100        
62303              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
62304      Branch: perl
62305            ! t/op/lex_assign.t
62306 ____________________________________________________________________________
62307 [  6586] By: jhi                                   on 2000/08/11  00:31:50
62308         Log: Document the IO::Select timeout.
62309      Branch: perl
62310            ! ext/IO/lib/IO/Select.pm
62311 ____________________________________________________________________________
62312 [  6585] By: jhi                                   on 2000/08/11  00:13:54
62313         Log: Forgot contributor.
62314      Branch: perl
62315            ! Changes
62316 ____________________________________________________________________________
62317 [  6584] By: jhi                                   on 2000/08/11  00:09:19
62318         Log: detypo
62319      Branch: perl
62320            ! Changes
62321 ____________________________________________________________________________
62322 [  6583] By: jhi                                   on 2000/08/11  00:07:53
62323         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
62324              
62325              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
62326              From: Mike Guy <mjtg@cam.ac.uk> 
62327              Date: Thu, 10 Aug 2000 15:50:54 +0100
62328              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
62329      Branch: perl
62330            ! sv.c t/op/int.t
62331 ____________________________________________________________________________
62332 [  6582] By: jhi                                   on 2000/08/10  23:29:32
62333         Log: Update Changes.
62334      Branch: perl
62335            ! Changes
62336 ____________________________________________________________________________
62337 [  6581] By: jhi                                   on 2000/08/10  23:26:16
62338         Log: Put back the std @INC thing.
62339      Branch: perl
62340            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
62341            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
62342            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
62343            ! t/lib/gol-oo.t
62344 ____________________________________________________________________________
62345 [  6580] By: jhi                                   on 2000/08/10  23:03:34
62346         Log: Update to CGI 2.70, from Lincoln Stein.
62347      Branch: perl
62348            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
62349            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
62350            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
62351            ! t/lib/cgi-request.t
62352 ____________________________________________________________________________
62353 [  6579] By: jhi                                   on 2000/08/10  22:41:50
62354         Log: Update to CPAN 1.56, from Andreas König.
62355      Branch: perl
62356            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
62357 ____________________________________________________________________________
62358 [  6578] By: jhi                                   on 2000/08/10  22:38:13
62359         Log: Update to Pod::Parser 1.17, from Brad Appleton.
62360      Branch: perl
62361            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
62362            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
62363            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
62364            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
62365            ! t/pod/include.t t/pod/included.t t/pod/lref.t
62366            ! t/pod/multiline_items.t t/pod/nested_items.t
62367            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
62368            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
62369            ! t/pod/special_seqs.t
62370 ____________________________________________________________________________
62371 [  6577] By: jhi                                   on 2000/08/10  22:35:41
62372         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
62373      Branch: perl
62374            ! AUTHORS MAINTAIN
62375 ____________________________________________________________________________
62376 [  6576] By: jhi                                   on 2000/08/10  22:24:54
62377         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
62378      Branch: perl
62379            + t/lib/gol-oo.t
62380            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
62381            ! t/lib/gol-compat.t t/lib/gol-linkage.t
62382 ____________________________________________________________________________
62383 [  6575] By: jhi                                   on 2000/08/10  22:02:07
62384         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
62385      Branch: perl
62386            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
62387 ____________________________________________________________________________
62388 [  6574] By: jhi                                   on 2000/08/10  21:55:03
62389         Log: Iterating perl6 description.
62390      Branch: perl
62391            ! pod/perlfaq1.pod
62392 ____________________________________________________________________________
62393 [  6573] By: jhi                                   on 2000/08/10  21:48:26
62394         Log: Revert the sv.c part of #6559, a better fix is needed.
62395      Branch: perl
62396            ! sv.c
62397 ____________________________________________________________________________
62398 [  6572] By: jhi                                   on 2000/08/10  20:33:43
62399         Log: It's the 2ndO'ROSSC.
62400      Branch: perl
62401            ! pod/perlfaq1.pod
62402 ____________________________________________________________________________
62403 [  6571] By: jhi                                   on 2000/08/10  15:55:48
62404         Log: detypo
62405      Branch: perl
62406            ! pod/perlfaq1.pod
62407 ____________________________________________________________________________
62408 [  6570] By: jhi                                   on 2000/08/10  14:11:17
62409         Log: An exceptionally sticky typo.
62410      Branch: perl
62411            ! Changes
62412 ____________________________________________________________________________
62413 [  6569] By: jhi                                   on 2000/08/10  14:09:33
62414         Log: detypo (and test Changes updating script)
62415      Branch: perl
62416            ! Changes
62417 ____________________________________________________________________________
62418 [  6568] By: jhi                                   on 2000/08/10  14:07:07
62419         Log: Update Changes.
62420      Branch: perl
62421            ! Changes
62422 ____________________________________________________________________________
62423 [  6567] By: jhi                                   on 2000/08/10  14:06:19
62424         Log: Amend the description of Perl6.
62425              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
62426              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
62427              Date: Wed, 9 Aug 2000 22:11:06 -0500
62428              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
62429      Branch: perl
62430            ! pod/perlfaq1.pod
62431 ____________________________________________________________________________
62432 [  6566] By: jhi                                   on 2000/08/10  13:58:57
62433         Log: Subject: Remove dead entry in perldiag
62434              From: Mike Guy <mjtg@cam.ac.uk>
62435              Date: Thu, 10 Aug 2000 14:19:19 +0100
62436              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
62437      Branch: perl
62438            ! pod/perldiag.pod
62439 ____________________________________________________________________________
62440 [  6565] By: jhi                                   on 2000/08/10  13:51:48
62441         Log: Zero entries were skipped, fix from Adrian Goalby
62442              <argoalby@yahoo.co.uk>
62443      Branch: perl
62444            ! lib/unicode/Number.pl lib/unicode/mktables.PL
62445 ____________________________________________________________________________
62446 [  6564] By: jhi                                   on 2000/08/10  13:00:12
62447         Log: Subject: [PATCH 5.6.0] cygwin port
62448              From: "Fifer, Eric" <EFifer@sanwaint.com>
62449              Date: Thu, 10 Aug 2000 13:15:36 +0100
62450              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
62451      Branch: perl
62452            ! README.cygwin hints/cygwin.sh
62453 ____________________________________________________________________________
62454 [  6563] By: jhi                                   on 2000/08/10  12:55:16
62455         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
62456      Branch: perl
62457            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
62458 ____________________________________________________________________________
62459 [  6562] By: gsar                                  on 2000/08/10  08:38:39
62460         Log: warn is a macro, avoid using at a variable to avoid warnings
62461              in some configurations; readdir.t is too conservative in
62462              estimating number of *.t's
62463      Branch: perl
62464            ! t/op/readdir.t util.c
62465 ____________________________________________________________________________
62466 [  6561] By: jhi                                   on 2000/08/09  23:35:42
62467         Log: Update Changes.
62468      Branch: perl
62469            ! Changes
62470 ____________________________________________________________________________
62471 [  6560] By: jhi                                   on 2000/08/09  23:05:47
62472         Log: Subject: Re: enhanced(?) regex error messages
62473              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
62474              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
62475              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
62476              
62477              (plus two small patches sent privately)
62478              (this still seems to leave few test failures)
62479      Branch: perl
62480            + t/op/regmesg.t
62481            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
62482            ! t/pragma/warn/regcomp
62483 ____________________________________________________________________________
62484 [  6559] By: jhi                                   on 2000/08/09  20:41:18
62485         Log: (The fix did work but was not right, retracted in #6573)
62486              
62487              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
62488              From: Christian Kirsch <ck@held.mind.de>
62489              Date: Wed, 9 Aug 2000 17:05:17 +0200
62490              Message-Id: <20000809170517.A25389@held>
62491      Branch: perl
62492            ! sv.c t/pragma/locale.t
62493 ____________________________________________________________________________
62494 [  6558] By: jhi                                   on 2000/08/08  22:34:08
62495         Log: Tiny updates on the contributors list.
62496      Branch: perl
62497            ! Changes
62498 ____________________________________________________________________________
62499 [  6557] By: jhi                                   on 2000/08/08  19:34:28
62500         Log: Double check that we have a dirhandle.
62501      Branch: perl
62502            ! util.c
62503 ____________________________________________________________________________
62504 [  6556] By: jhi                                   on 2000/08/08  19:01:51
62505         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
62506              May be repopulated with fresh maintained examples.
62507      Branch: perl
62508            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
62509            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
62510            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
62511            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
62512            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
62513            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
62514            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
62515            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
62516            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
62517            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
62518            + lib/CGI/eg/wilogo_gif.uu
62519            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
62520            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
62521            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
62522            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
62523            - eg/cgi/frameset.cgi eg/cgi/index.html
62524            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
62525            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
62526            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
62527            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
62528            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
62529            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
62530            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
62531            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
62532            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
62533            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
62534            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
62535            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
62536            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
62537            - eg/van/vanish eg/who eg/wrapsuid
62538            ! MANIFEST
62539 ____________________________________________________________________________
62540 [  6555] By: jhi                                   on 2000/08/08  18:51:08
62541         Log: Delete chat2 as requested by Randal.
62542              
62543              Subject: Re: perlfaq8 coyness
62544              From: merlyn@stonehenge.com (Randal L. Schwartz) 
62545              Date: 15 May 2000 18:52:42 -0700 
62546              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
62547      Branch: perl
62548            - lib/chat2.pl
62549            ! MANIFEST
62550 ____________________________________________________________________________
62551 [  6554] By: jhi                                   on 2000/08/08  18:31:35
62552         Log: Regen global.sym.
62553      Branch: perl
62554            ! global.sym
62555 ____________________________________________________________________________
62556 [  6553] By: jhi                                   on 2000/08/08  18:28:13
62557         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
62558              (either perlbug or p5p ate the original), plus regen
62559              perlapi and perltoc. 
62560      Branch: perl
62561            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
62562            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
62563            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
62564            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
62565            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
62566            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
62567            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
62568            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
62569            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
62570            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
62571 ____________________________________________________________________________
62572 [  6552] By: jhi                                   on 2000/08/08  18:06:29
62573         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
62574              From: Mike Guy <mjtg@cam.ac.uk>
62575              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
62576              Date: Tue, 08 Aug 2000 15:51:27 +0100
62577      Branch: perl
62578            ! doop.c sv.h t/op/join.t t/pragma/overload.t
62579 ____________________________________________________________________________
62580 [  6551] By: jhi                                   on 2000/08/08  18:01:11
62581         Log: Re-apply #6549.
62582      Branch: perl
62583            ! lib/perl5db.pl
62584 ____________________________________________________________________________
62585 [  6550] By: jhi                                   on 2000/08/08  17:43:08
62586         Log: Accidental retraction of #6549.
62587      Branch: perl
62588            ! lib/perl5db.pl
62589 ____________________________________________________________________________
62590 [  6549] By: jhi                                   on 2000/08/08  17:40:04
62591         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
62592              From: Mike Guy <mjtg@cam.ac.uk>
62593              Date: Mon, 07 Aug 2000 21:49:58 +0100
62594              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
62595      Branch: perl
62596            ! lib/perl5db.pl
62597 ____________________________________________________________________________
62598 [  6548] By: jhi                                   on 2000/08/08  17:37:57
62599         Log: Document here-doc better.
62600              
62601              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
62602              From: Mike Guy <mjtg@cam.ac.uk>
62603              Date: Mon, 07 Aug 2000 14:02:09 +0100
62604              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
62605      Branch: perl
62606            ! pod/perldata.pod
62607 ____________________________________________________________________________
62608 [  6547] By: jhi                                   on 2000/08/08  17:33:34
62609         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
62610              From: "Randy J. Ray" <rjray@redhat.com>
62611              Date: Mon, 07 Aug 2000 19:12:25 -0700
62612              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
62613      Branch: perl
62614            ! perl.c pod/perlrun.pod
62615 ____________________________________________________________________________
62616 [  6546] By: jhi                                   on 2000/08/08  17:29:26
62617         Log: Subject: Re: enhanced(?) regex error messages 
62618              From: Hugo <hv@crypt.compulink.co.uk>
62619              Date: Tue, 08 Aug 2000 03:25:51 +0100
62620              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
62621              
62622              plus Capitalize the error messages, plus perldiag them.
62623      Branch: perl
62624            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
62625 ____________________________________________________________________________
62626 [  6545] By: jhi                                   on 2000/08/08  13:59:28
62627         Log: Augment #6539 a bit: don't croak if there's magic in the air.
62628              
62629              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
62630              From: Hugo <hv@crypt.compulink.co.uk>
62631              Date: Tue, 08 Aug 2000 03:02:03 +0100
62632              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
62633      Branch: perl
62634            ! pp.c t/op/bless.t
62635 ____________________________________________________________________________
62636 [  6544] By: jhi                                   on 2000/08/07  21:11:52
62637         Log: Make the test -w clean.
62638      Branch: perl
62639            ! t/op/bless.t
62640 ____________________________________________________________________________
62641 [  6543] By: jhi                                   on 2000/08/07  19:49:53
62642         Log: use warnings instead of $^W.
62643      Branch: perl
62644            ! t/op/bless.t
62645 ____________________________________________________________________________
62646 [  6542] By: jhi                                   on 2000/08/07  17:41:41
62647         Log: Disable a portability warning Because We Know What We Are Doing.
62648      Branch: perl
62649            ! t/op/bless.t
62650 ____________________________________________________________________________
62651 [  6541] By: jhi                                   on 2000/08/07  17:29:51
62652         Log: Tiny tidying on report_evil_fh().
62653      Branch: perl
62654            ! util.c
62655 ____________________________________________________________________________
62656 [  6540] By: jhi                                   on 2000/08/07  16:37:38
62657         Log: Make regular expression parse error messages easier to understand.
62658              
62659              Subject: Re: enhanced(?) regex error messages
62660              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
62661              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
62662              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
62663      Branch: perl
62664            ! regcomp.c
62665 ____________________________________________________________________________
62666 [  6539] By: jhi                                   on 2000/08/07  16:12:27
62667         Log: Make bless(REF, REF) a fatal error, add bless tests.
62668              
62669              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
62670              From: Hugo <hv@crypt.compulink.co.uk>
62671              Date: Mon, 07 Aug 2000 16:59:38 +0100
62672              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
62673      Branch: perl
62674            + t/op/bless.t
62675            ! MANIFEST pod/perldiag.pod pp.c sv.c
62676 ____________________________________________________________________________
62677 [  6538] By: jhi                                   on 2000/08/07  15:59:43
62678         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
62679              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
62680              Date: Thu, 3 Aug 2000 14:29:21 -0700
62681              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
62682      Branch: perl
62683            ! lib/lib_pm.PL
62684 ____________________________________________________________________________
62685 [  6537] By: jhi                                   on 2000/08/07  15:47:18
62686         Log: Retract #6419 for now since it breaks in AFS and MachTen.
62687      Branch: perl
62688            ! lib/Cwd.pm
62689 ____________________________________________________________________________
62690 [  6536] By: jhi                                   on 2000/08/07  15:05:29
62691         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
62692              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
62693              The security hole exists only in suidperls, which isn't
62694              installed or even built by default.
62695      Branch: perl
62696            ! perl.c
62697 ____________________________________________________________________________
62698 [  6535] By: jhi                                   on 2000/08/07  14:45:14
62699         Log: tr memory corruption fix from Simon Cozens.
62700      Branch: perl
62701            ! doop.c
62702 ____________________________________________________________________________
62703 [  6534] By: jhi                                   on 2000/08/06  11:38:16
62704         Log: Document a bit that UDP is not what you might think.
62705              
62706              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
62707              From: Lupe Christoph <lupe@lupe-christoph.de>
62708              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
62709              Date: Mon, 24 Jul 2000 08:59:15 +0200
62710      Branch: perl
62711            ! pod/perlipc.pod
62712 ____________________________________________________________________________
62713 [  6533] By: jhi                                   on 2000/08/06  11:35:01
62714         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
62715              From: Jeff Pinyan <jeffp@hut.crusoe.net>
62716              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
62717              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
62718      Branch: perl
62719            ! pod/perlfunc.pod
62720 ____________________________________________________________________________
62721 [  6532] By: jhi                                   on 2000/08/06  03:45:41
62722         Log: Have symbols for the IoTYPEs.
62723      Branch: perl
62724            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
62725 ____________________________________________________________________________
62726 [  6531] By: jhi                                   on 2000/08/06  01:33:55
62727         Log: Continue fixing the io warnings.  This also
62728              sort of fixes bug ID 20000802.003: the core dump
62729              is no more.  Whether the current behaviour is correct
62730              (giving a warning: "Not a format reference"), is another matter.
62731      Branch: perl
62732            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
62733            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
62734 ____________________________________________________________________________
62735 [  6530] By: jhi                                   on 2000/08/05  21:33:12
62736         Log: Change the Policy policy: now -Dprefix= with an existing
62737              Policy.sh and prefix == siteprefix == vendorprefix, then all
62738              of them follow along the new prefix.
62739              
62740              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
62741              From: Andy Dougherty <doughera@lafayette.edu>
62742              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
62743              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
62744      Branch: perl
62745            ! Policy_sh.SH
62746 ____________________________________________________________________________
62747 [  6529] By: jhi                                   on 2000/08/05  18:57:28
62748         Log: Zap lib/Sys directory when cleaning up.
62749      Branch: perl
62750            ! Makefile.SH
62751 ____________________________________________________________________________
62752 [  6528] By: jhi                                   on 2000/08/05  18:40:44
62753         Log: Essential prototype changes were missing from #6527.
62754              Also make report_evil_fh() more bomb-proof.
62755      Branch: perl
62756            ! embed.h util.c
62757 ____________________________________________________________________________
62758 [  6527] By: jhi                                   on 2000/08/05  03:22:05
62759         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
62760              From: "Ronald F. Guilmette" <rfg@monkeys.com>
62761              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
62762              Message-Id: <200007242247.PAA52177@monkeys.com>
62763      Branch: perl
62764            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
62765 ____________________________________________________________________________
62766 [  6526] By: jhi                                   on 2000/08/04  21:23:27
62767         Log: gcc versions might have (parentheses) in them.
62768      Branch: metaconfig/U/perl
62769            ! gccvers.U
62770      Branch: perl
62771            ! Configure config_h.SH
62772 ____________________________________________________________________________
62773 [  6525] By: jhi                                   on 2000/08/04  20:23:12
62774         Log: Weed buglets pointed out by
62775              
62776              From: Lupe Christoph <lupe@lupe-christoph.de>
62777              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
62778              Date: Fri, 4 Aug 2000 17:34:39 +0200
62779              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
62780      Branch: metaconfig/U/perl
62781            ! gccvers.U uselfs.U
62782      Branch: perl
62783            ! Configure config_h.SH
62784 ____________________________________________________________________________
62785 [  6524] By: jhi                                   on 2000/08/04  19:02:08
62786         Log: Warn under -w if lstat(FH) is attempted.
62787              
62788              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
62789              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
62790              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
62791              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
62792      Branch: perl
62793            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
62794            ! t/pragma/warn/pp_sys
62795 ____________________________________________________________________________
62796 [  6523] By: jhi                                   on 2000/08/04  12:31:11
62797         Log: Subject: New perlcc, take 2
62798              From: simon@brecon.co.uk (Simon Cozens)
62799              Date: 4 Aug 2000 06:21:04 GMT
62800              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
62801      Branch: perl
62802            ! utils/perlcc.PL
62803 ____________________________________________________________________________
62804 [  6522] By: jhi                                   on 2000/08/04  12:26:33
62805         Log: Subject: Re: Array vs. List context
62806              From: Daniel Chetlin <daniel@chetlin.com>
62807              Date: Fri, 4 Aug 2000 00:22:44 -0700
62808              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
62809      Branch: perl
62810            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
62811            ! pod/perlfaq4.pod
62812 ____________________________________________________________________________
62813 [  6521] By: jhi                                   on 2000/08/04  12:22:38
62814         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
62815              From: Raymund Will <ray@caldera.de>
62816              Date: Fri, 4 Aug 2000 12:07:09 +0200
62817              Message-Id: <20000804120709.A14982@caldera.de>
62818      Branch: perl
62819            ! configure.gnu
62820 ____________________________________________________________________________
62821 [  6520] By: jhi                                   on 2000/08/04  04:09:06
62822         Log: After the #6519 a warning about stat() is just that,
62823              not about a filetest, which now have their own warning.
62824      Branch: perl
62825            ! pod/perldiag.pod
62826 ____________________________________________________________________________
62827 [  6519] By: jhi                                   on 2000/08/04  04:06:30
62828         Log: In the warnings call filehandles consistently so;
62829              add "unopened" warning for stat().
62830      Branch: perl
62831            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
62832            ! t/pragma/warn/pp_sys
62833 ____________________________________________________________________________
62834 [  6518] By: jhi                                   on 2000/08/04  02:55:35
62835         Log: Subject: Minor tweak to perlvar.pod
62836              From: "Stephen P. Potter" <spp@ds.net>
62837              Date: Tue, 18 Apr 2000 09:26:03 -0400
62838              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
62839      Branch: perl
62840            ! pod/perlvar.pod
62841 ____________________________________________________________________________
62842 [  6517] By: jhi                                   on 2000/08/04  02:50:08
62843         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
62844              From: "Clinton Pierce" <cpierce1@ford.com>
62845              Date: Wed, 21 Jul 1999 16:45:31 -0400
62846              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
62847              
62848              Fix by Stephen Potter (visible in the bug db but not in p5p?)
62849      Branch: perl
62850            ! pod/perlfunc.pod pod/perlop.pod
62851 ____________________________________________________________________________
62852 [  6516] By: jhi                                   on 2000/08/04  02:09:25
62853         Log: This is 6512.  Really.
62854      Branch: perl
62855            ! dump.c
62856 ____________________________________________________________________________
62857 [  6515] By: jhi                                   on 2000/08/04  01:25:50
62858         Log: mention the idea of @( and @)
62859      Branch: perl
62860            ! Todo-5.6
62861 ____________________________________________________________________________
62862 [  6514] By: bailey                                on 2000/08/04  01:18:46
62863         Log: YA resync with mainstem, including VMS patches from others
62864      Branch: vmsperl
62865           +> (branch 48 files)
62866            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
62867           !> (integrate 354 files)
62868 ____________________________________________________________________________
62869 [  6513] By: jhi                                   on 2000/08/04  01:18:18
62870         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
62871              From: Mark Dickinson <dickins3@fas.harvard.edu>
62872              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
62873              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
62874      Branch: perl
62875            ! t/op/grent.t t/op/pwent.t
62876 ____________________________________________________________________________
62877 [  6512] By: jhi                                   on 2000/08/04  01:14:06
62878         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
62879              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
62880              Date: Wed, 02 Aug 2000 10:51:01 +0100
62881              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
62882      Branch: perl
62883            ! sv.c
62884 ____________________________________________________________________________
62885 [  6511] By: jhi                                   on 2000/08/04  00:57:00
62886         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
62887              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
62888              Date: Thu, 03 Aug 2000 17:20:04 -0700
62889              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
62890      Branch: metaconfig
62891            ! U/modified/Cppsym.U
62892      Branch: perl
62893            ! Configure config_h.SH
62894 ____________________________________________________________________________
62895 [  6510] By: jhi                                   on 2000/08/04  00:25:28
62896         Log: detypo
62897      Branch: perl
62898            ! Makefile.SH
62899 ____________________________________________________________________________
62900 [  6509] By: jhi                                   on 2000/08/03  23:43:18
62901         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
62902              From: Dominic Dunlop <domo@computer.org>
62903              Date: Thu, 3 Aug 2000 22:16:46 +0200
62904              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
62905      Branch: perl
62906            ! t/op/sprintf.t
62907 ____________________________________________________________________________
62908 [  6508] By: jhi                                   on 2000/08/03  23:40:37
62909         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
62910              From: Hugo <hv@crypt.compulink.co.uk>
62911              Date: Thu, 03 Aug 2000 18:25:30 +0100
62912              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
62913      Branch: perl
62914            ! regcomp.c t/op/re_tests
62915 ____________________________________________________________________________
62916 [  6507] By: jhi                                   on 2000/08/03  23:38:28
62917         Log: Subject: [PATCH] sv.h documentation - SvLEN
62918              From: Mike Guy <mjtg@cam.ac.uk>
62919              Date: Thu, 03 Aug 2000 14:43:09 +0100
62920              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
62921      Branch: perl
62922            ! sv.h
62923 ____________________________________________________________________________
62924 [  6506] By: jhi                                   on 2000/08/03  15:49:14
62925         Log: Disable the fix_pl hack for now.
62926      Branch: perl
62927            ! Makefile.SH
62928 ____________________________________________________________________________
62929 [  6505] By: jhi                                   on 2000/08/03  13:49:04
62930         Log: Add a URL for FSF.
62931              
62932              Subject: Patch for README
62933              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
62934              Date: Wed, 2 Aug 2000 13:25:09 -0500
62935              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
62936      Branch: perl
62937            ! README
62938 ____________________________________________________________________________
62939 [  6504] By: jhi                                   on 2000/08/03  13:29:19
62940         Log: Be more informative on what is skipped and why,
62941              also repeat the list at the end.
62942      Branch: perl
62943            ! Porting/p4desc
62944 ____________________________________________________________________________
62945 [  6503] By: jhi                                   on 2000/08/03  13:07:05
62946         Log: Circumvent the removal of .patch by fix_pl.
62947              
62948              Subject: Re: [ID 20000802.011] unable to 'make test'          
62949              From: simon@brecon.co.uk (Simon Cozens) 
62950              Date: 3 Aug 2000 04:17:00 GMT
62951              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
62952      Branch: perl
62953            ! Makefile.SH
62954 ____________________________________________________________________________
62955 [  6502] By: jhi                                   on 2000/08/03  00:14:34
62956         Log: Add the missing setproctitle unit.
62957      Branch: metaconfig/U/perl
62958            + d_setproctitle.U
62959 ____________________________________________________________________________
62960 [  6501] By: jhi                                   on 2000/08/03  00:00:26
62961         Log: The subtest 4 may fail also on VOBS, as pointed out
62962              by Nick Ing-Simmons in November 1999, bug id 19991124.003
62963              (but the failure in that bug report isn't the subtest 4).
62964      Branch: perl
62965            ! t/op/stat.t
62966 ____________________________________________________________________________
62967 [  6500] By: jhi                                   on 2000/08/02  23:49:30
62968         Log: Better skip message for the test; one of the two problems in
62969              
62970              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
62971              From: Lupe Christoph <lupe@lupe-christoph.de>
62972              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
62973              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
62974      Branch: perl
62975            ! t/op/numconvert.t
62976 ____________________________________________________________________________
62977 [  6499] By: jhi                                   on 2000/08/02  22:49:16
62978         Log: Allow "no Module;" even if there is no 'unimport'.
62979              
62980              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
62981              From: mjd@plover.com
62982              Date: 24 Mar 2000 15:24:34 -0000
62983              Message-Id: <20000324152434.15160.qmail@plover.com>
62984      Branch: perl
62985            ! gv.c
62986 ____________________________________________________________________________
62987 [  6498] By: jhi                                   on 2000/08/02  22:42:58
62988         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
62989              that are hopefully soon put into use.
62990      Branch: perl
62991            ! opcode.h opcode.pl opnames.h
62992 ____________________________________________________________________________
62993 [  6497] By: gsar                                  on 2000/08/02  22:28:59
62994         Log: require.t needs binmode() to work on windows
62995      Branch: perl
62996            ! t/comp/require.t
62997 ____________________________________________________________________________
62998 [  6496] By: jhi                                   on 2000/08/02  22:08:51
62999         Log: Document the IVdf UVuf UVof UVxf.
63000      Branch: perl
63001            ! pod/perlguts.pod
63002 ____________________________________________________________________________
63003 [  6495] By: jhi                                   on 2000/08/02  21:54:26
63004         Log: detypo #6494
63005      Branch: perl
63006            ! ext/Data/Dumper/Dumper.xs
63007 ____________________________________________________________________________
63008 [  6494] By: jhi                                   on 2000/08/02  21:49:17
63009         Log: Dump UVs as UVs in Data::Dumper.
63010              
63011              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
63012              From: Gurusamy Sarathy <gsar@ActiveState.com>
63013              Date: Thu, 27 Apr 2000 12:26:25 -0700
63014              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
63015      Branch: perl
63016            ! ext/Data/Dumper/Dumper.xs
63017 ____________________________________________________________________________
63018 [  6493] By: jhi                                   on 2000/08/02  17:01:58
63019         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
63020              From: Hugo <hv@crypt.compulink.co.uk>
63021              Date: Wed, 02 Aug 2000 14:53:56 +0100
63022              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
63023      Branch: perl
63024            ! regexec.c t/op/re_tests
63025 ____________________________________________________________________________
63026 [  6492] By: jhi                                   on 2000/08/02  15:02:46
63027         Log: The new setproctitle() feature is available only in 
63028              bleeding edge FreeBSD.  From Paul Saab.
63029      Branch: perl
63030            ! mg.c
63031 ____________________________________________________________________________
63032 [  6491] By: jhi                                   on 2000/08/02  13:34:36
63033         Log: The tr utf8 patching continues.
63034              
63035              Subject: Re: #6469, too many tests claimed in require.t
63036              From: simon@brecon.co.uk (Simon Cozens)
63037              Date: 2 Aug 2000 02:37:17 GMT
63038              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
63039              
63040              (the logic of the test was the wrong way round in the patch)
63041      Branch: perl
63042            ! doop.c
63043 ____________________________________________________________________________
63044 [  6490] By: jhi                                   on 2000/08/02  13:27:38
63045         Log: The name of a filehandle does not have <these>.
63046      Branch: perl
63047            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
63048            ! t/pragma/warn/pp_sys util.c
63049 ____________________________________________________________________________
63050 [  6489] By: jhi                                   on 2000/08/02  04:26:46
63051         Log: Remove the extraneous "main::" prefix from all the
63052              "opened only for", "on closed", and "never opened" warnings.
63053              
63054              Subject: Re: inappropriate warning
63055              From: Gurusamy Sarathy <gsar@ActiveState.com>
63056              Date: Mon, 20 Mar 2000 11:28:02 -0800
63057              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
63058      Branch: perl
63059            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
63060            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
63061            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
63062 ____________________________________________________________________________
63063 [  6488] By: jhi                                   on 2000/08/02  03:02:57
63064         Log: memcpy has n o in it, as pinted ut by Sarathy.
63065      Branch: perl
63066            ! pod/perlguts.pod
63067 ____________________________________________________________________________
63068 [  6487] By: jhi                                   on 2000/08/02  02:44:51
63069         Log: Document in one place the memory abstractions used in Perl core.
63070              
63071              Subject: Re: Memory abstraction
63072              From: simon@brecon.co.uk (Simon Cozens)
63073              Date: 2 Aug 2000 02:20:23 GMT
63074              Organization: Earth.li Origins
63075      Branch: perl
63076            ! pod/perlguts.pod
63077 ____________________________________________________________________________
63078 [  6486] By: jhi                                   on 2000/08/02  02:41:57
63079         Log: regen_headers, regen perltoc.
63080      Branch: perl
63081            ! perlapi.c pod/perltoc.pod
63082 ____________________________________________________________________________
63083 [  6485] By: jhi                                   on 2000/08/02  01:43:33
63084         Log: "This little thing tests for a file .patch, and if it contains
63085              a number, pops into patchlevel.h" (making it easier to track
63086              which development version people are reporting bugs against)
63087              
63088              Subject: Patchlevel autogeneration for repository perls
63089              From: simon@brecon.co.uk (Simon Cozens)
63090              Date: 14 Jul 2000 07:12:15 GMT
63091              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
63092      Branch: perl
63093            + fix_pl
63094            ! MANIFEST Makefile.SH
63095 ____________________________________________________________________________
63096 [  6484] By: jhi                                   on 2000/08/02  01:32:54
63097         Log: FreeBSD 3.* updates from
63098              
63099              From: Paul Saab <ps@yahoo-inc.com>
63100              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
63101              Date: Tue, 1 Aug 2000 15:41:39 -0700
63102              Message-Id: <20000801154139.A53740@yahoo-inc.com>
63103      Branch: perl
63104            ! hints/freebsd.sh
63105 ____________________________________________________________________________
63106 [  6483] By: jhi                                   on 2000/08/02  01:27:44
63107         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
63108              instead one must use setproctitle().  This was already addressed
63109              by change #6457, but the below has a new variant for FreeBSD 4.0
63110              or later, and the matter is also documented more.
63111              
63112              From: Paul Saab <ps@yahoo-inc.com>
63113              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
63114              Date: Tue, 1 Aug 2000 15:41:39 -0700
63115              Message-Id: <20000801154139.A53740@yahoo-inc.com>
63116      Branch: metaconfig/U/perl
63117            + i_libutil.U
63118      Branch: perl
63119            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
63120 ____________________________________________________________________________
63121 [  6482] By: jhi                                   on 2000/08/01  22:17:32
63122         Log: The test from this
63123              
63124              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
63125              Date: Sat, 15 Apr 2000 17:03:44 +0100
63126              From: Tom Hughes <tom@compton.nu>
63127              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
63128              
63129              was missing, the code change went in as #5989
63130              (which had a different test?)
63131      Branch: perl
63132            ! t/op/misc.t
63133 ____________________________________________________________________________
63134 [  6481] By: jhi                                   on 2000/08/01  21:48:38
63135         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
63136              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
63137              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
63138              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
63139      Branch: perl
63140            ! perl.h
63141 ____________________________________________________________________________
63142 [  6480] By: jhi                                   on 2000/08/01  18:05:28
63143         Log: Make p4desc to skip non-mainperl branches by default.
63144      Branch: perl
63145            ! Porting/p4desc
63146 ____________________________________________________________________________
63147 [  6479] By: jhi                                   on 2000/08/01  17:29:19
63148         Log: If gccosandvers is equal to osname, clear gccosandvers.
63149      Branch: metaconfig/U/perl
63150            ! gccvers.U
63151      Branch: perl
63152            ! Configure config_h.SH
63153 ____________________________________________________________________________
63154 [  6478] By: jhi                                   on 2000/08/01  15:54:08
63155         Log: BOM patching from Simon Cozens.
63156      Branch: perl
63157            ! toke.c
63158 ____________________________________________________________________________
63159 [  6477] By: jhi                                   on 2000/08/01  04:50:33
63160         Log: Stash away the largefiles flags and libswanted.
63161      Branch: perl
63162            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
63163 ____________________________________________________________________________
63164 [  6476] By: gsar                                  on 2000/08/01  04:24:24
63165         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
63166              on Windows)
63167      Branch: perl
63168            ! t/pragma/utf8.t utf8.c win32/win32.c
63169 ____________________________________________________________________________
63170 [  6475] By: jhi                                   on 2000/08/01  03:35:24
63171         Log: Make chr() for values >127 to create utf8 when under utf8.
63172              
63173              Subject: Re: uft8/chr()
63174              From: simon@brecon.co.uk (Simon Cozens)
63175              Date: 1 Aug 2000 02:37:02 GMT
63176              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
63177      Branch: perl
63178            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
63179 ____________________________________________________________________________
63180 [  6474] By: jhi                                   on 2000/08/01  02:36:18
63181         Log: In Digital UNIX warn if gcc explicitly chosen because even
63182              2.95.2 is known to cause problems.
63183      Branch: perl
63184            ! hints/dec_osf.sh
63185 ____________________________________________________________________________
63186 [  6473] By: jhi                                   on 2000/08/01  02:00:56
63187         Log: Make the safety catch for buggy gccs work with triple version
63188              numbers like 2.95.2.  Reported in
63189              
63190              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
63191              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
63192              Date: Mon, 31 Jul 2000 14:55:06 +0200
63193              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
63194      Branch: perl
63195            ! hints/dec_osf.sh
63196 ____________________________________________________________________________
63197 [  6472] By: jhi                                   on 2000/08/01  01:13:33
63198         Log: Subject: fix and question re: waitpid() under win32
63199              From: Brian Clarke <clarke@appliedmeta.com>
63200              Date: Fri, 28 Jul 2000 15:18:29 -0400
63201              Message-ID: <3981DC85.290314EB@appliedmeta.com>
63202              
63203              Slightly reformatted and WNOHANG # define moved to win32.h
63204              so that also POSIX.xs sees it, as suggsted by Sarathy.
63205      Branch: perl
63206            ! win32/win32.c win32/win32.h
63207 ____________________________________________________________________________
63208 [  6471] By: jhi                                   on 2000/08/01  00:55:05
63209         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
63210              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
63211              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
63212              Date: Mon, 31 Jul 2000 13:28:51 +0100
63213              
63214              (aka ID 20000730.002)
63215      Branch: perl
63216            ! op.c t/op/tr.t
63217 ____________________________________________________________________________
63218 [  6470] By: jhi                                   on 2000/07/31  23:34:42
63219         Log: Document the problem with -P in HP-UX and its workaround.
63220              
63221              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
63222              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
63223              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
63224              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
63225      Branch: perl
63226            ! README.hpux
63227 ____________________________________________________________________________
63228 [  6469] By: jhi                                   on 2000/07/31  04:15:02
63229         Log: The swallow_bom() saga continues.  The #23 of require.t
63230              (UTF16-LE) still fails (silently, no output) but the #22
63231              (UTF16-BE) seems to be working now.  The root of the
63232              failure may be in sv_gets(): is it UTF-16LE-aware,
63233              especially when it comes to line endings? 
63234      Branch: perl
63235            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
63236            ! t/comp/require.t toke.c utf8.c
63237 ____________________________________________________________________________
63238 [  6468] By: jhi                                   on 2000/07/30  19:05:48
63239         Log: Find green threads before native threads.
63240              
63241              Subject: Re: Patch to jpl/JNI/Makefile.PL
63242              From: Jens Thomsen <jens@fiend.cis.com>
63243              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
63244              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
63245      Branch: perl
63246            ! jpl/JNI/Makefile.PL
63247 ____________________________________________________________________________
63248 [  6467] By: jhi                                   on 2000/07/30  18:36:22
63249         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
63250      Branch: perl
63251            ! doop.c
63252 ____________________________________________________________________________
63253 [  6466] By: jhi                                   on 2000/07/30  04:37:29
63254         Log: A new version of the "remove UPPERACSE string comparison"
63255              operators.  The problem with the previous one (change #6454)
63256              was that it was for Perl 5.6.0.  From Paul Marquess.
63257      Branch: perl
63258            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
63259            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
63260            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
63261 ____________________________________________________________________________
63262 [  6465] By: jhi                                   on 2000/07/29  22:39:56
63263         Log: Do not upgrade SVs into utf8 just because they participate
63264              in eq or cmp.  Reported and fix suggested in
63265              
63266              Subject: [ID 20000720.009] sv_eq UTF8 bug
63267              From: "Simon Cozens" <simon@othersideofthe.earth.li>
63268              Date: 21 Jul 2000 04:37:29 -0000
63269              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
63270              
63271              Exercise for the kind reader: should we or should we not
63272              cache the utf8 conversion alonside the SV? (as magic,
63273              as thestrxfrm()ed version is cached under use locale)
63274              Argue both for and against.
63275      Branch: perl
63276            ! sv.c
63277 ____________________________________________________________________________
63278 [  6464] By: jhi                                   on 2000/07/29  22:36:22
63279         Log: Subject: UTF8 concat
63280              From: simon@brecon.co.uk (Simon Cozens) 
63281              Date: 30 Jun 2000 06:13:25 GMT
63282              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
63283              
63284              (with a memory leak fixed, plus a few casts added)
63285              
63286              This also seems to help for
63287              
63288              Subject: [ID 20000716.015] join UTF8 weirdness
63289              From: root <root@ak-71.mind.de> 
63290              Date: Sat, 15 Jul 2000 15:29:54 +0200
63291              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
63292              
63293              (from Andreas König)
63294      Branch: perl
63295            ! pp_hot.c
63296 ____________________________________________________________________________
63297 [  6463] By: jhi                                   on 2000/07/29  00:55:39
63298         Log: Tune the comments and hopefully stop a memory leak.
63299      Branch: perl
63300            ! toke.c utf8.c
63301 ____________________________________________________________________________
63302 [  6462] By: jhi                                   on 2000/07/29  00:16:53
63303         Log: The problem described in this
63304              
63305              Subject: [ID 20000322.018] named chars aren't magical enough
63306              From: root <root@dixie.cscaper.com>     
63307              Date: Wed, 22 Mar 2000 18:37:42 -0700
63308              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
63309              
63310              has been fixed in perl 5.6.0 but just in case added a test
63311              to keep it away.  (The report from Joseph Hall.)
63312      Branch: perl
63313            ! t/lib/charnames.t
63314 ____________________________________________________________________________
63315 [  6461] By: jhi                                   on 2000/07/28  23:56:36
63316         Log: Tiny fixes for #6460.
63317      Branch: metaconfig/U/perl
63318            ! gccvers.U
63319      Branch: perl
63320            ! Configure config_h.SH
63321 ____________________________________________________________________________
63322 [  6460] By: jhi                                   on 2000/07/28  23:24:41
63323         Log: Warn if the version of the operating system used to compile gcc
63324              differs from the current version of the operating system.
63325              Also display the gcc compilation os and version in myconfig.
63326              Inspiration from
63327              
63328              Subject: Re: [ID 20000710.003] ERRORS!!         
63329              From: "Kurt D. Starsinic" <kstar@chapin.edu>
63330              Date: Mon, 10 Jul 2000 15:54:16 -0400
63331              Message-ID: <20000710155416.A1384@O2.chapin.edu>
63332      Branch: metaconfig/U/perl
63333            ! gccvers.U
63334      Branch: perl
63335            ! Configure config_h.SH myconfig.SH
63336 ____________________________________________________________________________
63337 [  6459] By: jhi                                   on 2000/07/28  22:00:32
63338         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
63339              letter to $Config{osvers}.
63340      Branch: metaconfig
63341            ! U/modified/Oldconfig.U
63342      Branch: perl
63343            ! Configure config_h.SH
63344 ____________________________________________________________________________
63345 [  6458] By: jhi                                   on 2000/07/28  04:15:39
63346         Log: Back out #6454, doesn't seem to work.
63347              (Reason: that patch was for perl 5.6.0, not perl-current)
63348              (A version of the patch for perl-current came in later as #6466)
63349      Branch: perl
63350            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
63351            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
63352            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
63353 ____________________________________________________________________________
63354 [  6457] By: jhi                                   on 2000/07/27  23:31:49
63355         Log: Use setproctitle() if available to modify $0.
63356              
63357              Subject: setting $* on BSD4 broken
63358              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
63359              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
63360              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
63361      Branch: metaconfig
63362            ! U/modified/Myinit.U
63363      Branch: perl
63364            ! Configure config_h.SH mg.c
63365 ____________________________________________________________________________
63366 [  6456] By: jhi                                   on 2000/07/27  14:50:47
63367         Log: Allow "no AutoLoader;", based on change #6444,
63368              suggested by Graham Barr.
63369      Branch: perl
63370            ! lib/AutoLoader.pm
63371 ____________________________________________________________________________
63372 [  6455] By: jhi                                   on 2000/07/27  14:19:10
63373         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
63374              From: rspier@pobox.com (Robert Spier)
63375              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
63376              Message-ID: <14720.15855.787664.424783@rls.cx>
63377      Branch: perl
63378            ! pod/perldiag.pod
63379 ____________________________________________________________________________
63380 [  6454] By: jhi                                   on 2000/07/27  14:03:02
63381         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
63382              for a long time).
63383              
63384              Reported in
63385              
63386              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
63387              From: Ryan Herbert <rherbert@sycamorehq.com>
63388              Date: Mon, 17 Jul 2000 11:40:42 -0400
63389              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
63390              
63391              Patched in
63392              
63393              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
63394              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
63395              Date: Wed, 26 Jul 2000 23:40:18 +0100
63396              Message-ID: <000001bff752$79511880$0a17073e@tiny>
63397              
63398              based on an earlier patch from Stephen P. Potter.
63399              
63400              (Removed later by change #6458 because this patch was for
63401              perl 5.6.0, not perl-current)
63402      Branch: perl
63403            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
63404            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
63405            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
63406 ____________________________________________________________________________
63407 [  6453] By: jhi                                   on 2000/07/27  13:48:02
63408         Log: Subject: [PATCH] fixes bug 20000508.004
63409              From: Michael Stevens <mstevens@globnix.org>
63410              Date: Thu, 27 Jul 2000 13:49:04 +0100
63411              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
63412      Branch: perl
63413            ! pod/perldata.pod
63414 ____________________________________________________________________________
63415 [  6452] By: jhi                                   on 2000/07/26  23:51:26
63416         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
63417              and Craig A. Berry.
63418      Branch: perl
63419            ! lib/File/Temp.pm pod/perlport.pod
63420 ____________________________________________________________________________
63421 [  6451] By: jhi                                   on 2000/07/26  19:43:30
63422         Log: Be wary of close()s, too.
63423              
63424              Subject: Re: [PATCH] perlbug cleanup
63425              From: Tim Jenness <t.jenness@jach.hawaii.edu>
63426              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
63427              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
63428      Branch: perl
63429            ! utils/perlbug.PL
63430 ____________________________________________________________________________
63431 [  6450] By: jhi                                   on 2000/07/26  18:41:40
63432         Log: Subject: Minor doc patch: handy.h
63433              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
63434              Date: Wed, 26 Jul 2000 15:34:25 -0300
63435              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
63436      Branch: perl
63437            ! handy.h pod/perlapi.pod
63438 ____________________________________________________________________________
63439 [  6449] By: jhi                                   on 2000/07/26  18:23:55
63440         Log: Subject: [PATCH] minor doc change - perlguts
63441              From: Michael Stevens <mstevens@globnix.org>
63442              Date: Thu, 13 Jul 2000 12:39:18 +0100
63443              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
63444      Branch: perl
63445            ! pod/perlguts.pod
63446 ____________________________________________________________________________
63447 [  6448] By: jhi                                   on 2000/07/26  18:20:30
63448         Log: open() wariness in perlbug.
63449              
63450              Subject: [PATCH] perlbug cleanup
63451              From: Michael Stevens <mstevens@globnix.org>
63452              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
63453              Date: Thu, 13 Jul 2000 15:52:23 +0100
63454      Branch: perl
63455            ! utils/perlbug.PL
63456 ____________________________________________________________________________
63457 [  6447] By: jhi                                   on 2000/07/26  18:13:04
63458         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
63459      Branch: perl
63460            ! lib/File/Temp.pm t/lib/ftmp-security.t
63461 ____________________________________________________________________________
63462 [  6446] By: jhi                                   on 2000/07/26  18:06:32
63463         Log: docfix from Peter Scott <Peter@PSDT.com>.
63464      Branch: perl
63465            ! pod/perlfunc.pod
63466 ____________________________________________________________________________
63467 [  6445] By: jhi                                   on 2000/07/26  17:53:31
63468         Log: Fix *foo{FORMAT}.
63469              
63470              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
63471              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
63472              Date: Wed, 26 Jul 2000 19:51:02 +0200
63473              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
63474              
63475              From: Graham Barr <gbarr@pobox.com>
63476              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
63477              Date: Wed, 26 Jul 2000 17:38:36 +0100
63478              Message-ID: <20000726173836.L472@pobox.com>
63479      Branch: perl
63480            ! pp.c sv.c t/op/gv.t
63481 ____________________________________________________________________________
63482 [  6444] By: jhi                                   on 2000/07/26  17:49:14
63483         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
63484              from Graham Barr in the module list.
63485      Branch: perl
63486            ! gv.c pod/perlobj.pod
63487 ____________________________________________________________________________
63488 [  6443] By: jhi                                   on 2000/07/26  16:06:56
63489         Log: More split() doc and test patches from Mike Guy.
63490      Branch: perl
63491            ! pod/perlfunc.pod t/op/split.t
63492 ____________________________________________________________________________
63493 [  6442] By: jhi                                   on 2000/07/26  16:05:30
63494         Log: MacOS nits from Matthias Neeracher.
63495      Branch: perl
63496            ! perl.c pp_ctl.c
63497 ____________________________________________________________________________
63498 [  6441] By: jhi                                   on 2000/07/26  04:39:57
63499         Log: Subject: [PATCH] split /^/
63500              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
63501              Date: Tue, 25 Jul 2000 14:18:57 +0100
63502              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
63503              
63504              (with notes from tchrist and gbarr)
63505      Branch: perl
63506            ! pod/perlfunc.pod t/op/split.t
63507 ____________________________________________________________________________
63508 [  6440] By: jhi                                   on 2000/07/26  04:32:32
63509         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
63510              From: Peter Prymmer <pvhp@forte.com>
63511              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
63512              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
63513      Branch: perl
63514            ! vms/munchconfig.c
63515 ____________________________________________________________________________
63516 [  6439] By: jhi                                   on 2000/07/26  04:31:01
63517         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
63518              to be fatal errors (instead of by default ignoring them, and
63519              ignoring with a bug: even though -w gave an error, the opening [
63520              was left in)  Reported in:
63521              
63522              Subject: [ID 20000716.024] [=cc=] / [:blank:]
63523              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
63524              Date: Sun, 16 Jul 2000 17:55:29 -0700
63525              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
63526      Branch: perl
63527            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
63528 ____________________________________________________________________________
63529 [  6438] By: jhi                                   on 2000/07/25  15:41:15
63530         Log: Subject: [PATCH] av.c apidoc
63531              From: simon@brecon.co.uk (Simon Cozens)
63532              Date: 24 Jul 2000 06:40:52 GMT
63533              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
63534      Branch: perl
63535            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
63536            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
63537 ____________________________________________________________________________
63538 [  6437] By: jhi                                   on 2000/07/25  14:05:36
63539         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
63540              From: "Stephen P. Potter" <spp@ds.net>
63541              Date: Mon, 24 Jul 2000 14:22:23 -0400
63542              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
63543      Branch: perl
63544            ! pod/perllocale.pod
63545 ____________________________________________________________________________
63546 [  6436] By: jhi                                   on 2000/07/25  14:02:03
63547         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
63548              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
63549              Date: Mon, 24 Jul 2000 18:04:28 +0100
63550              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
63551      Branch: perl
63552            ! t/lib/syslfs.t t/op/lfs.t
63553 ____________________________________________________________________________
63554 [  6435] By: jhi                                   on 2000/07/25  13:59:28
63555         Log: Get UTF16 BOMs working.  Patch from
63556              
63557              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
63558              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
63559              Date: Tue, 25 Jul 2000 12:52:45 +0100
63560              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
63561              
63562              and notes from
63563              
63564              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
63565              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
63566              Date: Tue, 25 Jul 2000 11:43:25 +0100
63567              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
63568      Branch: perl
63569            ! t/comp/require.t toke.c utf8.c
63570 ____________________________________________________________________________
63571 [  6434] By: jhi                                   on 2000/07/25  02:39:54
63572         Log: Make the "uninit variable" warning to say "concat or string"
63573              or "join or string" when in concat or join .
63574              
63575              Subject: Re: [ID 20000403.009] uninitialised concatenation???
63576              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
63577              Date: Tue, 04 Apr 2000 18:22:58 +0100
63578              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
63579              
63580              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
63581              From: William R Ward <hermit@BayView.COM>
63582              Date: Thu, 30 Mar 2000 19:50:03 -0800
63583              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
63584      Branch: perl
63585            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
63586            ! t/pragma/warn/op t/pragma/warn/sv
63587 ____________________________________________________________________________
63588 [  6433] By: jhi                                   on 2000/07/24  17:52:56
63589         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
63590      Branch: perl
63591            ! lib/File/Spec/VMS.pm
63592 ____________________________________________________________________________
63593 [  6432] By: jhi                                   on 2000/07/24  17:44:44
63594         Log: Test cases for #6431.
63595              
63596              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
63597              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
63598              Date: Mon, 24 Jul 2000 15:32:29 +0100
63599              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
63600      Branch: perl
63601            ! t/op/pat.t t/op/split.t
63602 ____________________________________________________________________________
63603 [  6431] By: jhi                                   on 2000/07/24  17:43:17
63604         Log: Bind op fix.
63605              
63606              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
63607              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
63608              Date: Mon, 17 Jul 2000 20:04:56 +0100
63609              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
63610      Branch: perl
63611            ! op.c
63612 ____________________________________________________________________________
63613 [  6430] By: jhi                                   on 2000/07/24  03:42:42
63614         Log: Subject: [ID 20000716.023] syslog test fails without sockets
63615              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
63616              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
63617              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
63618      Branch: metaconfig/U/perl
63619            ! Extensions.U
63620      Branch: perl
63621            ! Configure config_h.SH
63622 ____________________________________________________________________________
63623 [  6429] By: jhi                                   on 2000/07/24  03:11:52
63624         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
63625              case, but add also notes explaining the relationship of this
63626              patch and the earlier notes by Sarathy.
63627              
63628              Subject: Map is still slow
63629              From: "Ben Tilly" <ben_tilly@hotmail.com>
63630              Date: Sat, 15 Jul 2000 17:23:27 EDT
63631              Message-ID: <20000715212327.21656.qmail@hotmail.com>
63632      Branch: perl
63633            ! pp_ctl.c
63634 ____________________________________________________________________________
63635 [  6428] By: jhi                                   on 2000/07/24  02:58:52
63636         Log: Documentation to explain the behaviour of map().
63637              
63638              Subject: Re: Map is still slow 
63639              From: Gurusamy Sarathy <gsar@ActiveState.com>
63640              Date: Sat, 15 Jul 2000 16:05:09 -0700
63641              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
63642      Branch: perl
63643            ! pp_ctl.c
63644 ____________________________________________________________________________
63645 [  6427] By: jhi                                   on 2000/07/24  02:50:03
63646         Log: Add tests for
63647              [ID 19991110.003] another matching finding by pcre author
63648              which has already been fixed by some patch, as verified in
63649              
63650              Subject: Re: two regex bugs from the mists of time (well, last November)
63651              From: Hugo <hv@crypt.compulink.co.uk>
63652              Date: Sat, 22 Jul 2000 18:12:58 +0100
63653              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
63654      Branch: perl
63655            ! t/op/re_tests
63656 ____________________________________________________________________________
63657 [  6426] By: jhi                                   on 2000/07/24  02:11:20
63658         Log: A missing 'break' after the [[:space:]] switch case.
63659              
63660              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
63661              From: "Stephen P. Potter" <spp@ds.net>
63662              Date: Tue, 18 Jul 2000 16:25:17 -0400
63663              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
63664      Branch: perl
63665            ! regcomp.c
63666 ____________________________________________________________________________
63667 [  6425] By: jhi                                   on 2000/07/24  02:06:12
63668         Log: The output might have been produced in the wrong order.
63669              
63670              Subject: [ID 20000720.003] [PATCH] t/op/write.t
63671              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
63672              Date: Thu, 20 Jul 2000 18:49:18 +0100
63673              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
63674      Branch: perl
63675            ! t/op/write.t
63676 ____________________________________________________________________________
63677 [  6424] By: jhi                                   on 2000/07/24  02:00:07
63678         Log: Use STDOUT consistently.
63679              
63680              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
63681              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
63682              Date: Thu, 20 Jul 2000 18:04:01 +0100
63683              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
63684      Branch: perl
63685            ! lib/Test/Harness.pm
63686 ____________________________________________________________________________
63687 [  6423] By: jhi                                   on 2000/07/24  01:54:54
63688         Log: Protect against "wild next"s, that is, callbacks doing "next"
63689              instead of "return".
63690              
63691              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
63692              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
63693              Date: Tue, 18 Jul 2000 11:30:16 +0100
63694              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
63695      Branch: perl
63696            ! lib/File/Find.pm
63697 ____________________________________________________________________________
63698 [  6422] By: jhi                                   on 2000/07/24  01:35:47
63699         Log: Out-of-date note removed.
63700              
63701              Subject: [PATCH] documentation perlipc
63702              From: rspier@pobox.com (Robert Spier)
63703              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
63704              Message-ID: <14711.35178.572612.502654@rls.cx>
63705      Branch: perl
63706            ! pod/perlipc.pod
63707 ____________________________________________________________________________
63708 [  6421] By: jhi                                   on 2000/07/24  00:09:18
63709         Log: Send all installperl messages to STDERR and be -w clean.
63710              
63711              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
63712              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
63713              Date: Sat, 22 Jul 2000 14:02:11 +0100
63714              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
63715      Branch: perl
63716            ! installperl
63717 ____________________________________________________________________________
63718 [  6420] By: jhi                                   on 2000/07/24  00:04:19
63719         Log: Decutandpasto.
63720              
63721              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
63722              From: "Richard Soderberg" <rs@crystalflame.net>
63723              Date: Sun, 23 Jul 2000 01:37:23 -0700
63724              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
63725      Branch: perl
63726            ! pod/perlipc.pod
63727 ____________________________________________________________________________
63728 [  6419] By: jhi                                   on 2000/07/24  00:01:12
63729         Log: A cleaner abs_path().
63730              Subject: Re: unix alternative to Cwd.pm
63731              From: Jeff Pinyan <jeffp@crusoe.net>
63732              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
63733              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
63734      Branch: perl
63735            ! lib/Cwd.pm
63736 ____________________________________________________________________________
63737 [  6418] By: jhi                                   on 2000/07/23  23:48:56
63738         Log: Detypo.
63739              
63740              Subject: [PATCH perl-current] Typo in hints/powerux.sh
63741              From: "Richard Soderberg" <rs@crystalflame.net>
63742              Date: Sun, 23 Jul 2000 01:27:33 -0700
63743              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
63744      Branch: perl
63745            ! hints/powerux.sh
63746 ____________________________________________________________________________
63747 [  6417] By: jhi                                   on 2000/07/17  22:13:31
63748         Log: Subject: SDBM_File documentation
63749              From: mjd@plover.com
63750              Date: 16 Jul 2000 17:41:17 -0000
63751              Message-ID: <20000716174117.18515.qmail@plover.com>
63752      Branch: perl
63753            ! ext/SDBM_File/SDBM_File.pm
63754 ____________________________________________________________________________
63755 [  6416] By: jhi                                   on 2000/07/17  19:13:26
63756         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
63757      Branch: perl
63758            ! hints/mpeix.sh mpeix/relink
63759 ____________________________________________________________________________
63760 [  6415] By: jhi                                   on 2000/07/15  14:11:02
63761         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
63762              the utf8 'characters' can be more than one octet).
63763              
63764              Date: Sat, 15 Jul 2000 00:21:56 +0100
63765              From: Tom Hughes <tom@compton.nu>
63766              Subject: Re: [ID 20000714.002]
63767              Message-ID: <db2334de49.tom@compton.compton.nu>
63768              
63769              Reported in
63770              
63771              Subject: [ID 20000714.002]
63772              From: "Simon Cozens" <simon@othersideofthe.earth.li>
63773              Date: 14 Jul 2000 15:13:09 -0000
63774              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
63775      Branch: perl
63776            ! doop.c
63777 ____________________________________________________________________________
63778 [  6414] By: jhi                                   on 2000/07/15  03:13:41
63779         Log: another VMS build tweak from Peter Prymmer
63780      Branch: perl
63781            ! vms/descrip_mms.template
63782 ____________________________________________________________________________
63783 [  6413] By: jhi                                   on 2000/07/15  03:10:40
63784         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
63785      Branch: perl
63786            ! vms/perlvms.pod
63787 ____________________________________________________________________________
63788 [  6412] By: jhi                                   on 2000/07/15  00:31:05
63789         Log: More docs for sv functions.
63790              
63791              Subject: [PATCH cfgperl] sv.c apidoc
63792              From: simon@brecon.co.uk (Simon Cozens)
63793              Date: 13 Jul 2000 09:00:20 GMT
63794              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
63795              
63796              Subject: Re: [PATCH cfgperl] sv.c apidoc
63797              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
63798              Date: Thu, 13 Jul 2000 12:27:41 +0100
63799              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
63800              
63801              Subject: Re: [PATCH cfgperl] sv.c apidoc
63802              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
63803              Date: Thu, 13 Jul 2000 13:23:09 +0100
63804              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
63805              
63806              Subject: Re: [PATCH cfgperl] sv.c apidoc
63807              From: simon@brecon.co.uk (Simon Cozens)
63808              Date: 14 Jul 2000 06:51:02 GMT
63809              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
63810      Branch: perl
63811            ! embed.pl pod/perlapi.pod sv.c
63812 ____________________________________________________________________________
63813 [  6411] By: jhi                                   on 2000/07/15  00:10:41
63814         Log: lib/b test fixes from Peter Prymmer.
63815      Branch: perl
63816            ! t/lib/b.t
63817 ____________________________________________________________________________
63818 [  6410] By: jhi                                   on 2000/07/15  00:02:09
63819         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
63820              From: Hugo <hv@crypt.compulink.co.uk>
63821              Date: Fri, 14 Jul 2000 23:05:20 +0100
63822              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
63823              
63824              Didn't anymore apply, but that point still could use another fix.
63825      Branch: perl
63826            ! pod/perlfunc.pod
63827 ____________________________________________________________________________
63828 [  6409] By: jhi                                   on 2000/07/14  23:15:15
63829         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
63830              not in pod, from Peter Prymmer
63831      Branch: perl
63832            ! vms/descrip_mms.template
63833 ____________________________________________________________________________
63834 [  6408] By: jhi                                   on 2000/07/14  20:35:05
63835         Log: The bug report
63836              [ID 19991110.002] minimal matching discrepancy found by pcre author
63837              seems to have been fixed (though differently from what was suggested
63838              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
63839      Branch: perl
63840            ! t/op/re_tests
63841 ____________________________________________________________________________
63842 [  6407] By: jhi                                   on 2000/07/14  17:38:08
63843         Log: Fix AutoSplit to use File::Spec the right way in VMS,
63844              from Peter Prymmer.
63845      Branch: perl
63846            ! lib/AutoSplit.pm
63847 ____________________________________________________________________________
63848 [  6406] By: jhi                                   on 2000/07/14  14:13:22
63849         Log: Merge perlhacktut into perlhack, update perlguts.
63850              
63851              Subject: Re: Perlhacktut
63852              From: simon@brecon.co.uk (Simon Cozens)
63853              Date: 14 Jul 2000 06:49:21 GMT
63854              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
63855              
63856              Subject: Re: Perlhacktut
63857              From: simon@brecon.co.uk (Simon Cozens)
63858              Date: 14 Jul 2000 07:09:45 GMT
63859              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
63860      Branch: perl
63861            ! pod/perlguts.pod pod/perlhack.pod
63862 ____________________________________________________________________________
63863 [  6405] By: jhi                                   on 2000/07/14  14:02:31
63864         Log: Integrate with Sarathy.
63865      Branch: cfgperl
63866           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
63867           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
63868           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
63869 ____________________________________________________________________________
63870 [  6404] By: gsar                                  on 2000/07/14  12:15:02
63871         Log: PERL_OBJECT build tweaks
63872      Branch: perl
63873            ! toke.c
63874 ____________________________________________________________________________
63875 [  6403] By: gsar                                  on 2000/07/14  11:23:41
63876         Log: inconsistent types needs casts
63877      Branch: perl
63878            ! toke.c
63879 ____________________________________________________________________________
63880 [  6402] By: gsar                                  on 2000/07/14  11:12:04
63881         Log: typos in change#6399, regen headers
63882      Branch: perl
63883            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
63884 ____________________________________________________________________________
63885 [  6401] By: gsar                                  on 2000/07/14  10:59:12
63886         Log: typecasts needed for change#6394
63887      Branch: perl
63888            ! toke.c
63889 ____________________________________________________________________________
63890 [  6400] By: gsar                                  on 2000/07/14  10:49:37
63891         Log: integrate cfgperl contents into mainline
63892      Branch: perl
63893           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
63894           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
63895 ____________________________________________________________________________
63896 [  6399] By: gsar                                  on 2000/07/14  10:38:35
63897         Log: enable UTF-16 filter by default if relevant BOM is seen; various
63898              cleanups (typos, misformatted code, and small bugs)
63899      Branch: perl
63900            ! doop.c embed.pl mg.c op.c pp.c toke.c
63901 ____________________________________________________________________________
63902 [  6398] By: gsar                                  on 2000/07/14  08:55:38
63903         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
63904              name suggests anyway)
63905      Branch: perl
63906            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
63907 ____________________________________________________________________________
63908 [  6397] By: gsar                                  on 2000/07/14  08:44:33
63909         Log: move new variables to the end of the interpreter structure (for
63910              bincompat in code that doesn't #include XSUB.h)
63911      Branch: perl
63912            ! intrpvar.h
63913 ____________________________________________________________________________
63914 [  6396] By: gsar                                  on 2000/07/14  08:13:58
63915         Log: MakeMaker should not remove editor backups (*~) on `make clean`
63916              by default (completes change#6383)
63917      Branch: perl
63918            ! lib/ExtUtils/MM_Unix.pm
63919 ____________________________________________________________________________
63920 [  6395] By: jhi                                   on 2000/07/14  05:20:33
63921         Log: Replace change #6337 with a better one.
63922              
63923              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
63924              From: Hugo <hv@crypt.compulink.co.uk>
63925              Date: Fri, 14 Jul 2000 04:16:20 +0100
63926              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
63927      Branch: cfgperl
63928            ! regexec.c t/op/re_tests
63929 ____________________________________________________________________________
63930 [  6394] By: jhi                                   on 2000/07/14  01:33:59
63931         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
63932      Branch: cfgperl
63933            ! embed.pl global.sym proto.h toke.c
63934 ____________________________________________________________________________
63935 [  6393] By: jhi                                   on 2000/07/13  23:41:23
63936         Log: remove discarded test
63937      Branch: cfgperl
63938            ! MANIFEST
63939 ____________________________________________________________________________
63940 [  6392] By: jhi                                   on 2000/07/13  23:32:25
63941         Log: The {multiplier} of a fixed substring was overlooked which
63942              caused a wrong initial search offset for that substring.
63943              
63944              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
63945              From: Hugo <hv@crypt.compulink.co.uk>
63946              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
63947              Date: Thu, 13 Jul 2000 19:27:13 +0100
63948      Branch: cfgperl
63949            ! regcomp.c t/op/re_tests
63950 ____________________________________________________________________________
63951 [  6391] By: jhi                                   on 2000/07/13  16:37:42
63952         Log: typo fix from Craig Berry
63953      Branch: cfgperl
63954            ! vms/subconfigure.com
63955 ____________________________________________________________________________
63956 [  6390] By: jhi                                   on 2000/07/13  13:20:12
63957         Log: Integrate with Sarathy.
63958      Branch: cfgperl
63959            - t/op/method2entersub.t
63960           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
63961           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
63962           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
63963           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
63964 ____________________________________________________________________________
63965 [  6389] By: jhi                                   on 2000/07/13  13:18:48
63966         Log: Detypo from Peter Prymmer, part of #6388.
63967      Branch: cfgperl
63968            ! Configure config_h.SH
63969      Branch: metaconfig
63970            ! U/modified/d_longlong.U
63971 ____________________________________________________________________________
63972 [  6388] By: gsar                                  on 2000/07/13  06:33:40
63973         Log: typos (spotted by Peter Prymmer)
63974      Branch: perl
63975            ! Configure t/lib/english.t
63976 ____________________________________________________________________________
63977 [  6387] By: gsar                                  on 2000/07/13  05:35:28
63978         Log: new selfloader.t in change#6183 doesn't close DATA handles,
63979              and thus fails to clean up tmp files on dosish platforms
63980      Branch: perl
63981            ! t/lib/selfloader.t
63982 ____________________________________________________________________________
63983 [  6386] By: gsar                                  on 2000/07/12  21:42:39
63984         Log: sprintf test tweaks (from Dominic Dunlop)
63985      Branch: perl
63986            ! t/op/sprintf.t
63987 ____________________________________________________________________________
63988 [  6385] By: gsar                                  on 2000/07/12  21:33:46
63989         Log: fix bugs in processing %v-*d and similar format specs (from
63990              Avi Finkel <avi@finkel.org>)
63991      Branch: perl
63992            ! sv.c t/op/sprintf.t
63993 ____________________________________________________________________________
63994 [  6384] By: gsar                                  on 2000/07/12  16:04:19
63995         Log: readd missing perldelta.pod changes from changes#6339,6376
63996      Branch: perl
63997            ! pod/perldelta.pod
63998 ____________________________________________________________________________
63999 [  6383] By: gsar                                  on 2000/07/12  16:00:51
64000         Log: don't clobber *.orig files on *clean targets
64001      Branch: perl
64002            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
64003 ____________________________________________________________________________
64004 [  6382] By: gsar                                  on 2000/07/12  07:59:12
64005         Log: fix broken integrations in cfgperl
64006      Branch: cfgperl
64007           !> Changes pod/perldelta.pod
64008 ____________________________________________________________________________
64009 [  6381] By: gsar                                  on 2000/07/12  07:42:17
64010         Log: integrate cfgperl changes into mainline
64011      Branch: perl
64012            ! Changes
64013           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
64014           !> pod/perlre.pod
64015 ____________________________________________________________________________
64016 [  6380] By: gsar                                  on 2000/07/12  07:31:00
64017         Log: get sprintf.t to adjust properly for 3-digit exponents
64018      Branch: perl
64019            ! t/op/sprintf.t
64020 ____________________________________________________________________________
64021 [  6379] By: gsar                                  on 2000/07/12  06:40:04
64022         Log: change#6174 needs corresponding change in win32/config_h.PL,
64023              which grovels through config_h.SH to find the config.h name
64024      Branch: perl
64025            ! win32/config_h.PL
64026 ____________________________________________________________________________
64027 [  6378] By: jhi                                   on 2000/07/12  05:03:59
64028         Log: Do the cc sanity check both before the hints and
64029              after the cc selction.
64030      Branch: cfgperl
64031            ! Configure config_h.SH
64032      Branch: metaconfig
64033            ! U/modified/Oldconfig.U U/modified/cc.U
64034      Branch: metaconfig/U/perl
64035            + Checkcc.U
64036 ____________________________________________________________________________
64037 [  6377] By: jhi                                   on 2000/07/12  02:49:22
64038         Log: Fix nits noticed by Boston.pm.
64039      Branch: cfgperl
64040            ! pod/perlre.pod
64041 ____________________________________________________________________________
64042 [  6376] By: jhi                                   on 2000/07/11  21:22:13
64043         Log: Configure cosmetics and perldelta.
64044      Branch: cfgperl
64045            ! Configure config_h.SH pod/perldelta.pod
64046      Branch: metaconfig
64047            ! U/modified/cc.U
64048 ____________________________________________________________________________
64049 [  6375] By: gsar                                  on 2000/07/11  21:17:35
64050         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
64051      Branch: perl
64052            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
64053            ! win32/win32sck.c
64054 ____________________________________________________________________________
64055 [  6374] By: gsar                                  on 2000/07/11  20:48:50
64056         Log: tweak for build failure under multiplicity
64057      Branch: perl
64058            ! toke.c
64059 ____________________________________________________________________________
64060 [  6373] By: gsar                                  on 2000/07/11  20:37:23
64061         Log: integrate cfgperl changes#6325..6373 into mainline
64062              (NOTE: today's batch of integrations still untested)
64063      Branch: perl
64064           +> ext/DynaLoader/hints/netbsd.pl
64065            ! Changes
64066           !> (integrate 26 files)
64067 ____________________________________________________________________________
64068 [  6372] By: jhi                                   on 2000/07/11  20:30:36
64069         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
64070              regen perltoc.
64071      Branch: cfgperl
64072            + pod/perlbook.pod
64073            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
64074            ! pod/perltoc.pod
64075 ____________________________________________________________________________
64076 [  6371] By: jhi                                   on 2000/07/11  20:08:56
64077         Log: Minor cleanups on the booklist.
64078      Branch: cfgperl
64079            ! pod/perlfaq2.pod
64080 ____________________________________________________________________________
64081 [  6370] By: jhi                                   on 2000/07/11  19:31:13
64082         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
64083      Branch: cfgperl
64084            ! t/pragma/overload.t
64085 ____________________________________________________________________________
64086 [  6369] By: gsar                                  on 2000/07/11  19:27:48
64087         Log: integrate cfgperl changes#6293..6324 into mainline
64088      Branch: perl
64089           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
64090            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
64091           !> (integrate 30 files)
64092 ____________________________________________________________________________
64093 [  6368] By: gsar                                  on 2000/07/11  19:18:57
64094         Log: skip integrate of problematic change#6292 from cfgperl into mainline
64095      Branch: perl
64096           !> pp_hot.c
64097 ____________________________________________________________________________
64098 [  6367] By: gsar                                  on 2000/07/11  19:17:21
64099         Log: integrate cfgperl changes#6288..6290 into mainline
64100      Branch: perl
64101           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
64102 ____________________________________________________________________________
64103 [  6366] By: gsar                                  on 2000/07/11  19:11:18
64104         Log: integrate cfgperl changes#6268..6282 into mainline
64105      Branch: perl
64106           !> (integrate 30 files)
64107 ____________________________________________________________________________
64108 [  6365] By: gsar                                  on 2000/07/11  18:57:00
64109         Log: delete new accidentally branched file
64110      Branch: perl
64111            - t/op/method2entersub.t
64112 ____________________________________________________________________________
64113 [  6364] By: gsar                                  on 2000/07/11  18:55:13
64114         Log: skip integrate of change#6267 from cfgperl into mainline (the
64115              method call optimization is flawed without additional hints
64116              from user about immutableness of @ISA and no runtime method
64117              definitions)
64118      Branch: perl
64119           +> t/op/method2entersub.t
64120           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
64121           !> perl.h t/op/sprintf.t xsutils.c
64122 ____________________________________________________________________________
64123 [  6363] By: gsar                                  on 2000/07/11  18:49:43
64124         Log: integrate cfgperl changes#6261..6266 into mainline
64125      Branch: perl
64126           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
64127           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
64128           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
64129           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
64130 ____________________________________________________________________________
64131 [  6362] By: gsar                                  on 2000/07/11  18:43:26
64132         Log: integrate cfgperl changes#6252..6260 into mainline
64133      Branch: perl
64134           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
64135           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
64136           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
64137           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
64138 ____________________________________________________________________________
64139 [  6361] By: gsar                                  on 2000/07/11  18:37:12
64140         Log: skip integrate of problematic change#6251 from cfgperl into mainline
64141      Branch: perl
64142           !> lib/Exporter.pm
64143 ____________________________________________________________________________
64144 [  6360] By: gsar                                  on 2000/07/11  18:34:56
64145         Log: integrate cfgperl change#6250 into mainline
64146      Branch: perl
64147           +> t/op/my_stash.t
64148           !> MANIFEST embed.pl proto.h toke.c
64149 ____________________________________________________________________________
64150 [  6359] By: gsar                                  on 2000/07/11  18:21:19
64151         Log: integrate cfgperl changes#6242..6249 into mainline
64152      Branch: perl
64153           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
64154           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
64155           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
64156           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
64157           !> t/lib/peek.t utf8.c
64158 ____________________________________________________________________________
64159 [  6358] By: gsar                                  on 2000/07/11  18:15:45
64160         Log: skip integrate of problematic change#6241 from cfgperl into mainline
64161      Branch: perl
64162           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
64163 ____________________________________________________________________________
64164 [  6357] By: jhi                                   on 2000/07/11  18:15:16
64165         Log: Fix for
64166              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
64167              From: Roderick Schertler <roderick@argon.org> 
64168              Date: Tue, 11 Jul 2000 13:55:05 -0400 
64169              Message-Id: <200007111755.NAA05077@jones.argon.org> 
64170      Branch: cfgperl
64171            ! doio.c
64172 ____________________________________________________________________________
64173 [  6356] By: jhi                                   on 2000/07/11  18:12:51
64174         Log: Typo in #6341.
64175      Branch: cfgperl
64176            ! pp_hot.c
64177 ____________________________________________________________________________
64178 [  6355] By: gsar                                  on 2000/07/11  18:12:10
64179         Log: integrate cfgperl changes#6231..6240 into mainline
64180      Branch: perl
64181           +> pod/perlutil.pod
64182           !> (integrate 35 files)
64183 ____________________________________________________________________________
64184 [  6354] By: jhi                                   on 2000/07/11  18:04:34
64185         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
64186              From: Dominic Dunlop <domo@computer.org> 
64187              Date: Tue, 11 Jul 2000 12:27:33 +0200 
64188              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
64189              
64190              Replaces change #6268.
64191      Branch: cfgperl
64192            ! t/op/sprintf.t
64193 ____________________________________________________________________________
64194 [  6353] By: gsar                                  on 2000/07/11  17:59:51
64195         Log: skip integrate of problematic change#6230 from cfgperl into mainline
64196              (a later version of File::Spec is already in mainline)
64197      Branch: perl
64198           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
64199           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
64200 ____________________________________________________________________________
64201 [  6352] By: gsar                                  on 2000/07/11  17:57:48
64202         Log: integrate cfgperl changes#6224..6229 into mainline
64203      Branch: perl
64204           +> lib/lib.pm.PL
64205            - lib/lib.pm
64206           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
64207           !> lib/English.pm op.c t/lib/english.t
64208 ____________________________________________________________________________
64209 [  6351] By: gsar                                  on 2000/07/11  17:50:10
64210         Log: skip integrate of problematic change#6223 from cfgperl into mainline
64211      Branch: perl
64212           !> doio.c
64213 ____________________________________________________________________________
64214 [  6350] By: gsar                                  on 2000/07/11  17:48:28
64215         Log: integrate cfgperl changes#6220..6222 into mainline
64216      Branch: perl
64217           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
64218           !> toke.c utf8.c win32/win32.h
64219 ____________________________________________________________________________
64220 [  6349] By: gsar                                  on 2000/07/11  17:46:13
64221         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
64222              mainline
64223      Branch: perl
64224           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
64225           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
64226           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
64227 ____________________________________________________________________________
64228 [  6348] By: jhi                                   on 2000/07/11  17:45:49
64229         Log: README.posix-bc podified from Thomas Dorner.
64230      Branch: cfgperl
64231            ! README.posix-bc
64232 ____________________________________________________________________________
64233 [  6347] By: gsar                                  on 2000/07/11  17:42:04
64234         Log: integrate cfgperl change#6217 into mainline
64235      Branch: perl
64236           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
64237           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
64238           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
64239 ____________________________________________________________________________
64240 [  6346] By: gsar                                  on 2000/07/11  17:39:37
64241         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
64242              mainline
64243      Branch: perl
64244           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
64245           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
64246           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
64247           !> perlapi.h pod/perlapi.pod
64248 ____________________________________________________________________________
64249 [  6345] By: gsar                                  on 2000/07/11  17:36:42
64250         Log: integrate cfgperl changes#6207..6210 into mainline
64251      Branch: perl
64252           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
64253           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
64254 ____________________________________________________________________________
64255 [  6344] By: gsar                                  on 2000/07/11  17:31:20
64256         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
64257              mainline
64258      Branch: perl
64259           !> (integrate 40 files)
64260 ____________________________________________________________________________
64261 [  6343] By: gsar                                  on 2000/07/11  17:19:08
64262         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
64263      Branch: perl
64264           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
64265            ! Changes
64266           !> (integrate 34 files)
64267 ____________________________________________________________________________
64268 [  6342] By: jhi                                   on 2000/07/11  16:05:48
64269         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
64270              To: perl5-porters@perl.org
64271              From: Karsten Sperling <spiff@phreax.net>
64272              Date: Mon, 10 Jul 2000 15:12:52 +0200
64273              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
64274      Branch: cfgperl
64275            ! lib/Symbol.pm
64276 ____________________________________________________________________________
64277 [  6341] By: jhi                                   on 2000/07/11  15:59:23
64278         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
64279              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
64280              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
64281              Date: Fri, 07 Jul 2000 17:57:16 +0100
64282      Branch: cfgperl
64283            ! pp_hot.c
64284 ____________________________________________________________________________
64285 [  6340] By: jhi                                   on 2000/07/11  15:55:47
64286         Log: Subject: Re: format bug report  [Patch]
64287              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
64288              Date: Wed, 05 Jul 2000 13:12:52 +0200
64289              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
64290              
64291              Subject: Re: format bug report  [Patch]
64292              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
64293              Date: Wed, 05 Jul 2000 14:10:01 +0200
64294              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
64295      Branch: cfgperl
64296            ! t/op/write.t toke.c
64297 ____________________________________________________________________________
64298 [  6339] By: jhi                                   on 2000/07/11  13:54:09
64299         Log: Be less forgiving about ambiguous and illegal tr ranges.
64300              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
64301              From: Mark-Jason Dominus <mjd@plover.com>
64302              Date: Tue, 04 Jul 2000 10:00:12 -0400
64303              Message-ID: <20000704140012.17772.qmail@plover.com>
64304              
64305              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
64306              From: Mark-Jason Dominus <mjd@plover.com>
64307              Date: Wed, 05 Jul 2000 09:37:36 -0400
64308              Message-ID: <20000705133736.27293.qmail@plover.com>
64309      Branch: cfgperl
64310            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
64311 ____________________________________________________________________________
64312 [  6338] By: jhi                                   on 2000/07/11  13:31:24
64313         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
64314              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
64315              Date: Tue, 11 Jul 2000 13:50:51 +0100
64316              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
64317      Branch: cfgperl
64318            ! sv.c
64319 ____________________________________________________________________________
64320 [  6337] By: jhi                                   on 2000/07/11  13:29:14
64321         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
64322              From: Hugo <hv@crypt.compulink.co.uk>
64323              Date: Tue, 11 Jul 2000 12:44:50 +0100
64324              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
64325      Branch: cfgperl
64326            ! regexec.c t/op/re_tests
64327 ____________________________________________________________________________
64328 [  6336] By: jhi                                   on 2000/07/11  13:26:47
64329         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
64330              From: simon@brecon.co.uk (Simon Cozens)
64331              Date: 7 Jul 2000 11:26:09 GMT
64332              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
64333      Branch: cfgperl
64334            ! mg.c
64335 ____________________________________________________________________________
64336 [  6335] By: jhi                                   on 2000/07/11  13:23:37
64337         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
64338              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
64339              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
64340              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
64341      Branch: cfgperl
64342            + ext/DynaLoader/hints/netbsd.pl
64343            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
64344 ____________________________________________________________________________
64345 [  6334] By: jhi                                   on 2000/07/11  13:20:38
64346         Log: Subject: PATCH perlguts.pod: Document D and d magic types
64347              From: mjd@plover.com
64348              Date: 5 Jul 2000 18:01:51 -0000
64349              Message-ID: <20000705180151.29413.qmail@plover.com>
64350      Branch: cfgperl
64351            ! pod/perlguts.pod
64352 ____________________________________________________________________________
64353 [  6333] By: jhi                                   on 2000/07/11  13:15:51
64354         Log: Precedence goof, fix based on
64355              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
64356              From: Hugo <hv@crypt.compulink.co.uk>
64357              Date: Tue, 11 Jul 2000 12:52:38 +0100
64358              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
64359      Branch: cfgperl
64360            ! t/op/taint.t
64361 ____________________________________________________________________________
64362 [  6332] By: jhi                                   on 2000/07/11  12:40:17
64363         Log: Integrate with Sarathy.
64364      Branch: cfgperl
64365           !> win32/win32sck.c
64366 ____________________________________________________________________________
64367 [  6331] By: jhi                                   on 2000/07/10  20:14:16
64368         Log: Sprinkle ldlibpath.
64369      Branch: cfgperl
64370            ! pod/Makefile.SH
64371 ____________________________________________________________________________
64372 [  6330] By: jhi                                   on 2000/07/10  17:54:49
64373         Log: More POSIX.pod tweaks.
64374      Branch: cfgperl
64375            ! ext/POSIX/POSIX.pod
64376 ____________________________________________________________________________
64377 [  6329] By: jhi                                   on 2000/07/10  14:02:12
64378         Log: Reorder perl.pod once more.
64379      Branch: cfgperl
64380            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
64381 ____________________________________________________________________________
64382 [  6328] By: gsar                                  on 2000/07/10  07:06:00
64383         Log: accept() leaks memory on windows due to incorrect ordering of
64384              closesocket() and fclose() calls
64385      Branch: perl
64386            ! win32/win32sck.c
64387 ____________________________________________________________________________
64388 [  6327] By: gsar                                  on 2000/07/10  06:49:17
64389         Log: winsock options weren't being set in all threads under ithreads
64390              (caused send()s from second and subsequent threads to fail)
64391      Branch: perl
64392            ! win32/win32sck.c
64393 ____________________________________________________________________________
64394 [  6326] By: jhi                                   on 2000/07/08  02:45:40
64395         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
64396              was cast to an unsigned (32-bit) integer with wild abandon.
64397      Branch: cfgperl
64398            ! ext/Devel/DProf/DProf.xs
64399 ____________________________________________________________________________
64400 [  6325] By: jhi                                   on 2000/07/07  18:50:33
64401         Log: Remove perlbook, update perlfaq book listing,
64402              rearrange perl.pod, regenerate perltoc.
64403      Branch: cfgperl
64404            - pod/perlbook.pod
64405            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
64406            ! pod/perlfaq2.pod pod/perltoc.pod
64407 ____________________________________________________________________________
64408 [  6324] By: jhi                                   on 2000/07/07  14:03:40
64409         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
64410      Branch: cfgperl
64411            ! sv.h toke.c
64412 ____________________________________________________________________________
64413 [  6323] By: jhi                                   on 2000/07/06  16:03:55
64414         Log: Fix complaints of buildtoc.
64415      Branch: cfgperl
64416            + lib/Win32.pod
64417            - pod/Win32.pod
64418            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
64419 ____________________________________________________________________________
64420 [  6322] By: jhi                                   on 2000/07/06  15:15:52
64421         Log: Add =head1 NAMEs so that buildtoc is happy.
64422              (The CGI::Util nit reported to Lincoln.)
64423      Branch: cfgperl
64424            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
64425            ! pod/perltoc.pod
64426 ____________________________________________________________________________
64427 [  6321] By: jhi                                   on 2000/07/06  03:16:04
64428         Log: Config is being used.
64429      Branch: cfgperl
64430            ! t/op/method.t
64431 ____________________________________________________________________________
64432 [  6320] By: jhi                                   on 2000/07/06  03:13:13
64433         Log: Integrate with Sarathy.
64434      Branch: cfgperl
64435           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
64436 ____________________________________________________________________________
64437 [  6319] By: jhi                                   on 2000/07/06  03:11:46
64438         Log: Autogenerate pod/Makefile and pod/buildtoc.
64439              buildtoc also checks whether the existin pods are
64440              mentioned in MANIFEST and perl.pod, and vice versa.
64441              (None of the thusly found discrepancies fixed yet.)
64442              roffitall also needs to be autogenerated similarly but it
64443              seems so badly out of date that I didn't touch it yet.
64444      Branch: cfgperl
64445            + pod/Makefile.SH pod/buildtoc.PL
64446            - pod/Makefile pod/buildtoc
64447            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
64448 ____________________________________________________________________________
64449 [  6318] By: gsar                                  on 2000/07/05  22:10:54
64450         Log: fix UNC path handling on Windows under ithreads, and chdir()
64451              return value when given a non-existent directory
64452      Branch: perl
64453            ! win32/vdir.h
64454 ____________________________________________________________________________
64455 [  6317] By: gsar                                  on 2000/07/05  22:08:19
64456         Log: winsock cleanup never done on Windows (leads to handle leaks)
64457      Branch: perl
64458            ! win32/perllib.c win32/win32sck.c
64459 ____________________________________________________________________________
64460 [  6316] By: gsar                                  on 2000/07/05  22:06:19
64461         Log: some debugger output does not go to the socket when RemotePort is set
64462      Branch: perl
64463            ! lib/perl5db.pl
64464 ____________________________________________________________________________
64465 [  6315] By: jhi                                   on 2000/07/05  00:25:21
64466         Log: Integrate with Sarathy, preliminary fix for unicos
64467              alignment problems in [ID 20000612.002] Perl problem on Cray system.
64468      Branch: cfgperl
64469            ! sv.h
64470           !> pp_hot.c
64471 ____________________________________________________________________________
64472 [  6314] By: gsar                                  on 2000/07/04  23:34:02
64473         Log: tyop in change#6306
64474      Branch: perl
64475            ! pp_hot.c
64476 ____________________________________________________________________________
64477 [  6313] By: jhi                                   on 2000/07/04  22:14:38
64478         Log: Multiline string literals ENONPORTABLE.
64479      Branch: cfgperl
64480            ! pp_hot.c
64481 ____________________________________________________________________________
64482 [  6312] By: jhi                                   on 2000/07/04  20:34:44
64483         Log: Integrate with Sarathy.
64484      Branch: cfgperl
64485           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
64486           !> t/op/method.t
64487 ____________________________________________________________________________
64488 [  6311] By: jhi                                   on 2000/07/04  20:30:56
64489         Log: More POSIX.pod embellishment.
64490      Branch: cfgperl
64491            ! ext/POSIX/POSIX.pod
64492 ____________________________________________________________________________
64493 [  6310] By: gsar                                  on 2000/07/04  17:28:48
64494         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
64495      Branch: perl
64496            ! t/lib/b.t
64497 ____________________________________________________________________________
64498 [  6309] By: jhi                                   on 2000/07/04  17:22:18
64499         Log: The #6308 required a little bit more.
64500      Branch: cfgperl
64501            ! Makefile.SH win32/Makefile
64502 ____________________________________________________________________________
64503 [  6308] By: jhi                                   on 2000/07/04  16:35:24
64504         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
64505      Branch: cfgperl
64506            + lib/lib_pm.PL
64507            - lib/lib.pm.PL
64508            ! MANIFEST Makefile.SH
64509 ____________________________________________________________________________
64510 [  6307] By: jhi                                   on 2000/07/04  16:28:58
64511         Log: Win32 patches for cfgperl from Sarathy.
64512      Branch: cfgperl
64513            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
64514            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
64515            ! thread.h toke.c util.c win32/Makefile win32/win32.c
64516 ____________________________________________________________________________
64517 [  6306] By: gsar                                  on 2000/07/04  16:28:40
64518         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
64519              (from Richard Soderberg <rs@oregonnet.com>)
64520      Branch: perl
64521            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
64522 ____________________________________________________________________________
64523 [  6305] By: jhi                                   on 2000/07/04  16:24:24
64524         Log: Integrate with Sarathy.
64525      Branch: cfgperl
64526           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
64527           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
64528           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
64529           !> proto.h win32/win32.c
64530 ____________________________________________________________________________
64531 [  6304] By: gsar                                  on 2000/07/04  16:17:24
64532         Log: missing perldiag entry for unpack("w",...) diagnostic (from
64533              Andreas Koenig)
64534      Branch: perl
64535            ! pod/perldiag.pod
64536 ____________________________________________________________________________
64537 [  6303] By: gsar                                  on 2000/07/04  16:14:44
64538         Log: remove rel2abs prototypes (from Barrie Slaymaker)
64539      Branch: perl
64540            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
64541            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
64542 ____________________________________________________________________________
64543 [  6302] By: gsar                                  on 2000/07/04  04:59:35
64544         Log: adjust change#6299
64545      Branch: perl
64546            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
64547            ! win32/win32.c
64548 ____________________________________________________________________________
64549 [  6301] By: jhi                                   on 2000/07/04  04:50:07
64550         Log: Integrate with Sarathy.
64551      Branch: cfgperl
64552           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
64553           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
64554           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
64555 ____________________________________________________________________________
64556 [  6300] By: gsar                                  on 2000/07/04  04:42:09
64557         Log: PERL_OBJECT build tweak
64558      Branch: perl
64559            ! perl.h
64560 ____________________________________________________________________________
64561 [  6299] By: gsar                                  on 2000/07/04  04:37:00
64562         Log: fix memory leak on Windows (PL_sys_intern contents were never
64563              freed)
64564      Branch: perl
64565            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
64566            ! perlapi.c proto.h win32/win32.c
64567 ____________________________________________________________________________
64568 [  6298] By: gsar                                  on 2000/07/04  04:15:59
64569         Log: fix large memory leak that has been around for ever, masked by
64570              -DPURIFY (most of the arenas were never freed!)
64571      Branch: perl
64572            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
64573 ____________________________________________________________________________
64574 [  6297] By: gsar                                  on 2000/07/04  04:07:46
64575         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
64576      Branch: perl
64577            ! perl.c
64578 ____________________________________________________________________________
64579 [  6296] By: jhi                                   on 2000/06/30  18:28:37
64580         Log: Elaborate POSIX.pod.  Still needs work.
64581      Branch: cfgperl
64582            ! ext/POSIX/POSIX.pod
64583 ____________________________________________________________________________
64584 [  6295] By: jhi                                   on 2000/06/30  14:58:18
64585         Log: Point to perlipc for more SysV IPC examples.
64586      Branch: cfgperl
64587            ! pod/perlfunc.pod
64588 ____________________________________________________________________________
64589 [  6294] By: gsar                                  on 2000/06/30  14:47:45
64590         Log: slurp mode fix in change#4736 still not quite right
64591      Branch: perl
64592            ! pp_hot.c t/io/argv.t
64593 ____________________________________________________________________________
64594 [  6293] By: jhi                                   on 2000/06/30  12:02:55
64595         Log: Integrate with Sarathy.
64596      Branch: cfgperl
64597           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
64598 ____________________________________________________________________________
64599 [  6292] By: jhi                                   on 2000/06/30  12:01:11
64600         Log: From: simon@brecon.co.uk (Simon Cozens)
64601              Subject: UTF8 concat
64602              Date: 30 Jun 2000 06:13:25 GMT
64603              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
64604      Branch: cfgperl
64605            ! pp_hot.c
64606 ____________________________________________________________________________
64607 [  6291] By: gsar                                  on 2000/06/30  04:37:33
64608         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
64609              when @_ is modified, causing coredumps
64610      Branch: perl
64611            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
64612 ____________________________________________________________________________
64613 [  6290] By: jhi                                   on 2000/06/30  02:21:44
64614         Log: Integrate with Sarathy.
64615      Branch: cfgperl
64616           !> vms/vms.c vms/vmsish.h
64617 ____________________________________________________________________________
64618 [  6289] By: jhi                                   on 2000/06/30  02:21:02
64619         Log: Check VERSIONs.
64620      Branch: cfgperl
64621            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
64622            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
64623            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
64624 ____________________________________________________________________________
64625 [  6288] By: jhi                                   on 2000/06/30  02:18:52
64626         Log: Integrate with Sarathy.
64627      Branch: cfgperl
64628           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
64629           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
64630           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
64631           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
64632 ____________________________________________________________________________
64633 [  6287] By: gsar                                  on 2000/06/30  02:17:08
64634         Log: integrate vmsperl changes into mainline
64635      Branch: perl
64636           !> vms/vms.c vms/vmsish.h
64637 ____________________________________________________________________________
64638 [  6285] By: gsar                                  on 2000/06/30  02:05:28
64639         Log: localize %INC in a Safe compartment so that use/require work
64640              (many other magic globals probably need similar treatment)
64641      Branch: perl
64642            ! ext/Opcode/Opcode.xs
64643 ____________________________________________________________________________
64644 [  6284] By: gsar                                  on 2000/06/30  01:54:54
64645         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
64646              about Windows
64647      Branch: perl
64648            ! pod/perlembed.pod
64649 ____________________________________________________________________________
64650 [  6283] By: jhi                                   on 2000/06/30  01:50:10
64651         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
64652              From: Barrie Slaymaker <barries@jester.slaysys.com>
64653              Date: Wed, 28 Jun 2000 11:35:29 -0400
64654              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
64655      Branch: perl
64656            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
64657            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
64658            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
64659            ! lib/File/Spec/Win32.pm
64660 ____________________________________________________________________________
64661 [  6282] By: jhi                                   on 2000/06/29  22:57:22
64662         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
64663              From: Dan Sugalski <dan@sidhe.org>
64664              Date: Tue, 06 Jun 2000 11:59:50 -0400
64665              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
64666      Branch: cfgperl
64667            ! vms/vms.c
64668 ____________________________________________________________________________
64669 [  6281] By: jhi                                   on 2000/06/29  22:52:50
64670         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
64671              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
64672              Date: Wed, 7 Jun 2000 04:02:04 -0500
64673              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
64674      Branch: cfgperl
64675            ! utils/h2xs.PL
64676 ____________________________________________________________________________
64677 [  6280] By: jhi                                   on 2000/06/29  22:45:47
64678         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
64679              From: rspier@pobox.com (Robert Spier)
64680              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
64681              Message-ID: <14654.31913.845602.610277@rls.cx>
64682      Branch: cfgperl
64683            ! utils/h2xs.PL
64684 ____________________________________________________________________________
64685 [  6279] By: jhi                                   on 2000/06/29  22:38:16
64686         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
64687              From: Tim Ayers <tayers@bridge.com>
64688              Date: Thu, 08 Jun 2000 08:11:06 +0200
64689              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
64690              [resent by Richard Foley, Message-Id probably wrong]
64691      Branch: cfgperl
64692            ! pod/perlsub.pod
64693 ____________________________________________________________________________
64694 [  6278] By: jhi                                   on 2000/06/29  22:21:45
64695         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
64696              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
64697              Date: Fri, 09 Jun 2000 12:39:27 -0400
64698              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
64699              (plus update the version "number" of Text::Wrap)
64700      Branch: cfgperl
64701            ! lib/Text/Wrap.pm
64702 ____________________________________________________________________________
64703 [  6277] By: jhi                                   on 2000/06/29  22:13:10
64704         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
64705              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
64706              Date: Mon, 12 Jun 2000 14:55:59 +0100
64707              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
64708      Branch: cfgperl
64709            ! pod/perlfunc.pod
64710 ____________________________________________________________________________
64711 [  6276] By: jhi                                   on 2000/06/29  22:11:06
64712         Log: Subject: [PATCH] Re: eval documentation: context
64713              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
64714              Date: Mon, 12 Jun 2000 15:07:29 +0100
64715              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
64716      Branch: cfgperl
64717            ! pod/perlfunc.pod
64718 ____________________________________________________________________________
64719 [  6275] By: jhi                                   on 2000/06/29  21:59:46
64720         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
64721              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
64722              Date: Tue, 13 Jun 2000 02:43:48 -0500
64723              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
64724      Branch: cfgperl
64725            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
64726 ____________________________________________________________________________
64727 [  6274] By: jhi                                   on 2000/06/29  21:56:14
64728         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
64729              From: Andy Dougherty <doughera@lafayette.edu>
64730              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
64731              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
64732      Branch: cfgperl
64733            ! ext/File/Glob/Glob.pm
64734 ____________________________________________________________________________
64735 [  6273] By: jhi                                   on 2000/06/29  21:49:09
64736         Log: Subject: [PATCH] xsub attributes
64737              From: Doug MacEachern <dougm@covalent.net>
64738              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
64739              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
64740      Branch: cfgperl
64741            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
64742            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
64743 ____________________________________________________________________________
64744 [  6272] By: jhi                                   on 2000/06/29  21:41:28
64745         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
64746              From: Tom Phoenix <rootbeer@redcat.com>
64747              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
64748              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
64749      Branch: cfgperl
64750            ! lib/Net/Ping.pm
64751 ____________________________________________________________________________
64752 [  6271] By: jhi                                   on 2000/06/29  21:36:55
64753         Log: Subject: PATCH pod/perltie.pod
64754              From: Ian Phillipps <Ian.Phillipps@iname.com>
64755              Date: Fri, 16 Jun 2000 00:17:19 +0100
64756              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
64757              (only the first hunk, the second hunk had already been done
64758              by some other patch)
64759      Branch: cfgperl
64760            ! pod/perltie.pod
64761 ____________________________________________________________________________
64762 [  6270] By: jhi                                   on 2000/06/29  21:24:51
64763         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
64764              From: Nicholas Clark <nick@talking.bollo.cx>
64765              Date: Fri, 23 Jun 2000 16:21:15 +0100
64766              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
64767      Branch: cfgperl
64768            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
64769            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
64770 ____________________________________________________________________________
64771 [  6269] By: jhi                                   on 2000/06/29  19:38:15
64772         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
64773              silence few compiler warnings.
64774      Branch: cfgperl
64775            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
64776 ____________________________________________________________________________
64777 [  6268] By: jhi                                   on 2000/06/29  18:21:50
64778         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
64779              From: Dominic Dunlop <domo@computer.org> 
64780              Date: Thu, 29 Jun 2000 12:32:39 +0200 
64781              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
64782      Branch: cfgperl
64783            ! t/op/sprintf.t
64784 ____________________________________________________________________________
64785 [  6267] By: jhi                                   on 2000/06/29  18:16:07
64786         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
64787              From: Doug MacEachern <dougm@covalent.net>
64788              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
64789              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
64790      Branch: cfgperl
64791            + t/op/method2entersub.t
64792            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
64793            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
64794            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
64795            ! xsutils.c
64796 ____________________________________________________________________________
64797 [  6266] By: jhi                                   on 2000/06/29  15:11:15
64798         Log: Subject: [PATCH 5.6.0] cygwin port
64799              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
64800              From: "Fifer, Eric" <EFifer@sanwaint.com>
64801              Date: Thu, 29 Jun 2000 12:58:29 +0100
64802      Branch: cfgperl
64803            ! cygwin/Makefile.SHs
64804 ____________________________________________________________________________
64805 [  6265] By: jhi                                   on 2000/06/29  15:04:05
64806         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
64807              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
64808              Date: Wed, 28 Jun 2000 17:50:12 -0700
64809              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
64810      Branch: cfgperl
64811            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
64812 ____________________________________________________________________________
64813 [  6264] By: jhi                                   on 2000/06/29  15:00:57
64814         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
64815              From: Marty Lucich <marty@netcom.com>
64816              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
64817              Message-Id: <200006282116.OAA11148@netcom.com>
64818              ccdlflags update (the BSD/OS 4.1 part had already been taken
64819              care of by #6141).
64820      Branch: cfgperl
64821            ! hints/bsdos.sh
64822 ____________________________________________________________________________
64823 [  6263] By: jhi                                   on 2000/06/29  13:47:44
64824         Log: tr fixes from Simon Cozens
64825      Branch: cfgperl
64826            ! doop.c
64827 ____________________________________________________________________________
64828 [  6262] By: jhi                                   on 2000/06/28  18:46:01
64829         Log: Subject: 5.6.0 Patch for EPOC
64830              From: Olaf Flebbe <o.flebbe@gmx.de>
64831              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
64832              Message-ID: <23449.960929969@www11.gmx.net>
64833      Branch: cfgperl
64834            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
64835            ! epoc/epocish.h
64836 ____________________________________________________________________________
64837 [  6261] By: jhi                                   on 2000/06/28  18:29:07
64838         Log: Subject: Re: [PATCH cfgperl] BOMs away!
64839              From: simon@brecon.co.uk (Simon Cozens)
64840              Date: 17 Jun 2000 11:49:57 GMT
64841              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
64842      Branch: cfgperl
64843            ! pod/perldiag.pod t/comp/require.t toke.c
64844 ____________________________________________________________________________
64845 [  6260] By: jhi                                   on 2000/06/28  17:47:16
64846         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
64847              From: simon@brecon.co.uk (Simon Cozens) 
64848              Date: 17 Jun 2000 11:56:44 GMT 
64849              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
64850              pack U0, pack C0
64851      Branch: cfgperl
64852            ! pod/perlfunc.pod pp.c t/op/pack.t
64853 ____________________________________________________________________________
64854 [  6259] By: jhi                                   on 2000/06/28  16:43:17
64855         Log: perlnewmod was missing from MANIFEST.
64856      Branch: cfgperl
64857            ! MANIFEST
64858 ____________________________________________________________________________
64859 [  6258] By: jhi                                   on 2000/06/28  15:54:30
64860         Log: linenumber tweak
64861      Branch: cfgperl
64862            ! t/pragma/warn/regcomp
64863 ____________________________________________________________________________
64864 [  6257] By: jhi                                   on 2000/06/28  15:50:44
64865         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
64866              From: Doug MacEachern <dougm@covalent.net>
64867              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
64868              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
64869              (one part of the patch had been applied earlier)
64870      Branch: cfgperl
64871            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
64872 ____________________________________________________________________________
64873 [  6256] By: jhi                                   on 2000/06/28  15:40:22
64874         Log: tweaks from Simon Cozens to further fix tr/// under utf8
64875      Branch: cfgperl
64876            ! doop.c
64877 ____________________________________________________________________________
64878 [  6255] By: jhi                                   on 2000/06/28  15:33:45
64879         Log: small thinko tweaks
64880      Branch: cfgperl
64881            ! lib/IPC/Open3.pm t/op/my_stash.t
64882 ____________________________________________________________________________
64883 [  6254] By: jhi                                   on 2000/06/28  15:33:25
64884         Log: Subject: tr///, help wanted.
64885              From: simon@brecon.co.uk (Simon Cozens)
64886              Date: 28 Jun 2000 11:29:04 GMT
64887              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
64888      Branch: cfgperl
64889            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
64890            ! pp_proto.h proto.h t/op/tr.t
64891 ____________________________________________________________________________
64892 [  6253] By: jhi                                   on 2000/06/28  15:09:17
64893         Log: Paranoia tweak on #6249.
64894              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
64895              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
64896              Date: Sun, 25 Jun 2000 23:43:12 -0400
64897              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
64898      Branch: cfgperl
64899            ! lib/IPC/Open3.pm
64900 ____________________________________________________________________________
64901 [  6252] By: jhi                                   on 2000/06/28  15:01:38
64902         Log: Document #6249 and #6251.
64903      Branch: cfgperl
64904            ! lib/Exporter.pm lib/IPC/Open3.pm
64905 ____________________________________________________________________________
64906 [  6251] By: jhi                                   on 2000/06/28  14:50:43
64907         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
64908              From: Doug MacEachern <dougm@covalent.net>
64909              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
64910              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
64911      Branch: cfgperl
64912            ! lib/Exporter.pm
64913 ____________________________________________________________________________
64914 [  6250] By: jhi                                   on 2000/06/28  14:45:23
64915         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
64916              From: Doug MacEachern <dougm@covalent.net>
64917              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
64918              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
64919      Branch: cfgperl
64920            + t/op/my_stash.t
64921            ! MANIFEST embed.pl global.sym proto.h toke.c
64922 ____________________________________________________________________________
64923 [  6249] By: jhi                                   on 2000/06/28  14:36:34
64924         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
64925              From: Frank Tobin <ftobin@uiuc.edu>
64926              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
64927              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
64928      Branch: cfgperl
64929            ! lib/IPC/Open3.pm
64930 ____________________________________________________________________________
64931 [  6248] By: jhi                                   on 2000/06/28  14:11:25
64932         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
64933              From: Mark-Jason Dominus <mjd@plover.com>
64934              Date: Tue, 27 Jun 2000 22:36:42 -0400
64935              Message-ID: <20000628023642.12166.qmail@plover.com>
64936      Branch: cfgperl
64937            ! pod/perlfunc.pod
64938 ____________________________________________________________________________
64939 [  6247] By: jhi                                   on 2000/06/27  12:46:37
64940         Log: Tweak $VERSION, patch from Doug MacEachern.
64941      Branch: cfgperl
64942            ! lib/File/Spec.pm
64943 ____________________________________________________________________________
64944 [  6246] By: jhi                                   on 2000/06/27  03:34:46
64945         Log: Allow for standalone testing.
64946      Branch: cfgperl
64947            ! t/lib/filefunc.t t/lib/filespec.t
64948 ____________________________________________________________________________
64949 [  6245] By: jhi                                   on 2000/06/27  02:50:02
64950         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
64951              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
64952              Date: Sat, 24 Jun 2000 13:06:20 +0100
64953              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
64954      Branch: cfgperl
64955            ! ext/DynaLoader/DynaLoader_pm.PL
64956 ____________________________________________________________________________
64957 [  6244] By: jhi                                   on 2000/06/27  02:46:10
64958         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
64959              From: Doug MacEachern <dougm@covalent.net>
64960              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
64961              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
64962      Branch: cfgperl
64963            ! gv.c sv.c t/lib/peek.t
64964 ____________________________________________________________________________
64965 [  6243] By: jhi                                   on 2000/06/27  02:38:07
64966         Log: Subject: [PATCH] is_utf8_string
64967              From: simon@brecon.co.uk (Simon Cozens)
64968              Date: 26 Jun 2000 02:25:59 GMT
64969              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
64970      Branch: cfgperl
64971            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
64972            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
64973            ! proto.h utf8.c
64974 ____________________________________________________________________________
64975 [  6242] By: jhi                                   on 2000/06/27  02:24:00
64976         Log: Subject: [PATCH] bytes<->utf8 fixes
64977              From: simon@brecon.co.uk (Simon Cozens)
64978              Date: 26 Jun 2000 04:55:45 GMT
64979              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
64980      Branch: cfgperl
64981            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
64982 ____________________________________________________________________________
64983 [  6241] By: jhi                                   on 2000/06/27  02:12:42
64984         Log: Do no -warn on \_, only on \alpha.
64985              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
64986              From: David Dyck <dcd@tc.fluke.com>
64987              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
64988              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
64989      Branch: cfgperl
64990            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
64991 ____________________________________________________________________________
64992 [  6240] By: jhi                                   on 2000/06/27  02:00:01
64993         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
64994              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
64995              Date: Mon, 26 Jun 2000 18:40:14 +0100
64996              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
64997      Branch: cfgperl
64998            ! utils/h2xs.PL
64999 ____________________________________________________________________________
65000 [  6239] By: jhi                                   on 2000/06/27  01:53:40
65001         Log: Configure maintenance.  Sever some dependency cycles,
65002              separate gccversion from the cc unit,
65003              address [ID 20000623.006] Configure script patch for using gcc on AIX
65004              (but solve it a little bit differently),
65005              unduplex some accidentally duplicated units,
65006              suggest using gcc if no cc available
65007              (p5p thread: "Solaris configure: counterproposal", 1999-09)
65008      Branch: cfgperl
65009            ! Configure Todo-5.6 config_h.SH
65010      Branch: metaconfig
65011            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
65012            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
65013      Branch: metaconfig/U/perl
65014            + gccvers.U
65015            ! d_getespwnam.U d_getprpwnam.U i_prot.U
65016 ____________________________________________________________________________
65017 [  6238] By: jhi                                   on 2000/06/25  18:04:56
65018         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
65019              From: Dan Sugalski <dan@sidhe.org>
65020              Date: Fri, 23 Jun 2000 17:00:00 -0400
65021              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
65022      Branch: cfgperl
65023            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
65024 ____________________________________________________________________________
65025 [  6237] By: jhi                                   on 2000/06/25  16:36:45
65026         Log: Tweak embed.pl, regen headers.
65027      Branch: cfgperl
65028            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
65029            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
65030            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
65031            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
65032            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
65033 ____________________________________________________________________________
65034 [  6236] By: jhi                                   on 2000/06/25  15:26:42
65035         Log: Regen headers.
65036      Branch: cfgperl
65037            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
65038            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
65039            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
65040            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
65041            ! regnodes.h warnings.h
65042 ____________________________________________________________________________
65043 [  6235] By: jhi                                   on 2000/06/23  19:39:35
65044         Log: The thread begun by
65045              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
65046              From: Kevin.Ruscoe@ubsw.com
65047              Date: Fri, 16 Jun 2000 16:38:51 +0100
65048              Message-Id: <H000019b03c300d6@MHS>
65049      Branch: cfgperl
65050            ! hints/solaris_2.sh
65051 ____________________________________________________________________________
65052 [  6234] By: jhi                                   on 2000/06/23  19:23:36
65053         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
65054              because when run as services (Win32ese for daemons)
65055              no environment variables are set and tmpdir ends up as /tmp,
65056              which is ambiguous.
65057              
65058              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
65059              From: matt@sergeant.org
65060              Date: 16 Jun 2000 16:30:43 -0000
65061              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
65062      Branch: cfgperl
65063            ! lib/File/Spec/Win32.pm
65064 ____________________________________________________________________________
65065 [  6233] By: jhi                                   on 2000/06/23  19:18:58
65066         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
65067              From: Mark-Jason Dominus <mjd@plover.com>
65068              Date: Fri, 16 Jun 2000 20:53:04 -0400
65069              Message-ID: <20000617005304.8008.qmail@plover.com>
65070      Branch: cfgperl
65071            ! op.h
65072 ____________________________________________________________________________
65073 [  6232] By: jhi                                   on 2000/06/23  16:10:02
65074         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
65075              From: simon@brecon.co.uk (Simon Cozens)
65076              Date: 19 Jun 2000 15:18:27 GMT
65077              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
65078              
65079              plus update pod/Makefile and regenerate perltoc
65080      Branch: cfgperl
65081            + pod/perlutil.pod
65082            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
65083 ____________________________________________________________________________
65084 [  6231] By: jhi                                   on 2000/06/23  15:19:18
65085         Log: Subject: [PATCH 5.6.0] cygwin port
65086              From: "Fifer, Eric" <EFifer@sanwaint.com>
65087              Date: Tue, 20 Jun 2000 14:30:58 +0100
65088              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
65089      Branch: cfgperl
65090            ! README.cygwin lib/File/Find.pm
65091 ____________________________________________________________________________
65092 [  6230] By: jhi                                   on 2000/06/23  14:25:21
65093         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
65094      Branch: cfgperl
65095            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
65096            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
65097            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
65098            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
65099 ____________________________________________________________________________
65100 [  6229] By: jhi                                   on 2000/06/23  14:13:34
65101         Log: Subject: README.hpux version 0.6.1
65102              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
65103              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
65104              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
65105      Branch: cfgperl
65106            ! README.hpux
65107 ____________________________________________________________________________
65108 [  6228] By: jhi                                   on 2000/06/23  14:07:20
65109         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
65110              From: Doug MacEachern <dougm@covalent.net>
65111              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
65112              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
65113      Branch: cfgperl
65114            ! op.c
65115 ____________________________________________________________________________
65116 [  6227] By: jhi                                   on 2000/06/23  14:01:06
65117         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
65118              From: Doug MacEachern <dougm@covalent.net>
65119              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
65120              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
65121      Branch: cfgperl
65122            + lib/lib.pm.PL
65123            - lib/lib.pm
65124            ! MANIFEST Makefile.SH
65125 ____________________________________________________________________________
65126 [  6226] By: jhi                                   on 2000/06/23  13:53:07
65127         Log: Subject: [PATCH] remove forward declarations in Socket.pm
65128              From: Doug MacEachern <dougm@covalent.net>
65129              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
65130              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
65131              
65132              From: Doug MacEachern <dougm@covalent.net>
65133              Subject: Re: [PATCH] remove forward declarations in Socket.pm
65134              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
65135              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
65136      Branch: cfgperl
65137            ! ext/Socket/Socket.pm op.c
65138 ____________________________________________________________________________
65139 [  6225] By: jhi                                   on 2000/06/23  13:41:52
65140         Log: Add source code filenames to apidoc.
65141              From: simon@brecon.co.uk (Simon Cozens)
65142              Subject: [PATCH embed.pl] Source X-ref
65143              Date: 22 Jun 2000 02:18:49 GMT
65144              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
65145      Branch: cfgperl
65146            ! embed.pl
65147 ____________________________________________________________________________
65148 [  6224] By: jhi                                   on 2000/06/23  13:32:33
65149         Log: A way to avoid English.pm performance hit.
65150              From: root <root@jester.slaysys.com>
65151              Subject: [YAPATCH English.pm] My turn to putt again
65152              Date: Thu, 22 Jun 2000 20:33:58 -0400
65153              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
65154      Branch: cfgperl
65155            ! lib/English.pm t/lib/english.t
65156 ____________________________________________________________________________
65157 [  6223] By: jhi                                   on 2000/06/23  13:27:06
65158         Log: Avoid double close().
65159              Subject: [PATCH] avoid double close()
65160              From: Doug MacEachern <dougm@covalent.net>
65161              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
65162              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
65163      Branch: cfgperl
65164            ! doio.c
65165 ____________________________________________________________________________
65166 [  6222] By: jhi                                   on 2000/06/23  13:25:54
65167         Log: doc typo fix
65168              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
65169              From: Ian Phillipps <Ian.Phillipps@iname.com>
65170              Date: Fri, 23 Jun 2000 10:40:58 +0100
65171              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
65172      Branch: cfgperl
65173            ! lib/Pod/Usage.pm
65174 ____________________________________________________________________________
65175 [  6221] By: jhi                                   on 2000/06/23  13:24:15
65176         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
65177              From: simon@brecon.co.uk (Simon Cozens)
65178              Subject: [PATCH] Eliminate tr///[CU][CU]
65179              Date: 23 Jun 2000 11:05:40 GMT
65180              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
65181      Branch: cfgperl
65182            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
65183 ____________________________________________________________________________
65184 [  6220] By: jhi                                   on 2000/06/22  16:07:51
65185         Log: Win32 patches from Benjamin Stuhl.
65186      Branch: cfgperl
65187            ! makedef.pl win32/win32.h
65188 ____________________________________________________________________________
65189 [  6219] By: jhi                                   on 2000/06/22  16:06:34
65190         Log: Bytecode patches from Benjamin Stuhl.
65191      Branch: cfgperl
65192            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
65193            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
65194            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
65195 ____________________________________________________________________________
65196 [  6218] By: jhi                                   on 2000/06/15  23:54:16
65197         Log: Bytecode patches from Benjamin Stuhl.
65198      Branch: cfgperl
65199            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
65200 ____________________________________________________________________________
65201 [  6217] By: jhi                                   on 2000/06/09  13:38:29
65202         Log: Rename the fdpid locking and integrate with Sarathy.
65203      Branch: cfgperl
65204            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
65205            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
65206            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
65207            ! win32/win32.c
65208           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
65209 ____________________________________________________________________________
65210 [  6216] By: gsar                                  on 2000/06/08  14:54:21
65211         Log: be more optimal about clearing @_
65212      Branch: perl
65213            ! cop.h
65214 ____________________________________________________________________________
65215 [  6215] By: gsar                                  on 2000/06/08  14:33:04
65216         Log: tweak comment about @DB::args
65217      Branch: perl
65218            ! av.h pp_ctl.c
65219 ____________________________________________________________________________
65220 [  6214] By: gsar                                  on 2000/06/08  13:57:54
65221         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
65222              caller() wants to populate @DB::args with it (causes a coredump
65223              in Carp::confess())
65224      Branch: perl
65225            ! cop.h t/op/runlevel.t
65226 ____________________________________________________________________________
65227 [  6213] By: gsar                                  on 2000/06/08  07:06:35
65228         Log: back out change#6106 (seems problematic)
65229      Branch: perl
65230            ! hints/solaris_2.sh
65231 ____________________________________________________________________________
65232 [  6212] By: jhi                                   on 2000/06/07  03:10:36
65233         Log: Continuing mopup for #6204.
65234      Branch: cfgperl
65235            ! ext/B/defsubs_h.PL
65236 ____________________________________________________________________________
65237 [  6211] By: jhi                                   on 2000/06/07  02:41:50
65238         Log: Mopup for #6204.
65239              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
65240              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
65241              This is comes from const() where POK isn't on when expected.
65242      Branch: cfgperl
65243            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
65244            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
65245            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
65246            ! perlapi.h pod/perlapi.pod
65247 ____________________________________________________________________________
65248 [  6210] By: jhi                                   on 2000/06/07  01:56:29
65249         Log: Mopup for #6207 and #6209.
65250      Branch: cfgperl
65251            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
65252 ____________________________________________________________________________
65253 [  6209] By: jhi                                   on 2000/06/07  01:33:12
65254         Log: Lock PL_fdpid against race conditions, based on:
65255              Subject: [PATCH 5.6.0]subprocess fixup for threads
65256              From: Dan Sugalski <dan@sidhe.org>
65257              To: perl5-porters@perl.org
65258              Date: Tue, 11 Apr 2000 17:02:32 -0400
65259              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
65260      Branch: cfgperl
65261            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
65262            ! win32/win32.c
65263 ____________________________________________________________________________
65264 [  6208] By: jhi                                   on 2000/06/07  01:05:23
65265         Log: Regen headers for #6207.
65266      Branch: cfgperl
65267            ! embed.h global.sym objXSUB.h proto.h
65268 ____________________________________________________________________________
65269 [  6207] By: jhi                                   on 2000/06/06  23:43:13
65270         Log: Subject: [PATCH 5.6.0] Threadsafe patches
65271              From: Dan Sugalski <dan@sidhe.org>
65272              To: perl5-porters@perl.org
65273              Date: Mon, 08 May 2000 18:08:13 -0400
65274              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
65275      Branch: cfgperl
65276            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
65277            ! proto.h sv.h util.c
65278 ____________________________________________________________________________
65279 [  6206] By: jhi                                   on 2000/06/06  23:21:23
65280         Log: Subject: [PATCH] Eliminate $a/$b in pod
65281              From: David Glasser <me@davidglasser.net>
65282              To: perl5-porters@perl.org
65283              Date: Mon, 29 May 2000 21:15:59 -0400
65284              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
65285      Branch: cfgperl
65286            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
65287            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
65288            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
65289            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
65290            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
65291            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
65292            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
65293            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
65294            ! pod/perlvar.pod pod/perlxs.pod
65295 ____________________________________________________________________________
65296 [  6205] By: jhi                                   on 2000/06/06  23:12:14
65297         Log: Subject: [PATCH] Win32 improvements
65298              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
65299              To: gsar@activestate.com, perl5-porters@perl.org
65300              Date: Mon, 29 May 2000 17:22:24 PDT
65301              Message-ID: <20000530002224.91142.qmail@hotmail.com>
65302              (MUA had mangled many lines by wordwrapping)
65303      Branch: cfgperl
65304            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
65305 ____________________________________________________________________________
65306 [  6204] By: jhi                                   on 2000/06/06  23:01:50
65307         Log: Subject: [PATCH] B::Bytecode patches
65308              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
65309              To: gsar@activestate.com, jhi@iki.fi
65310              Cc: perl5-porters@perl.org
65311              Message-ID: <20000602202526.48694.qmail@hotmail.com>
65312              (MUA had mangled many lines by wordwrapping)
65313      Branch: cfgperl
65314            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
65315            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
65316            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
65317            ! intrpvar.h perl.c
65318 ____________________________________________________________________________
65319 [  6203] By: jhi                                   on 2000/06/06  22:32:43
65320         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
65321              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
65322              Date: Tue, 06 Jun 2000 13:07:45 -0700
65323              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
65324      Branch: cfgperl
65325            ! pod/perldiag.pod
65326 ____________________________________________________________________________
65327 [  6202] By: jhi                                   on 2000/06/06  19:38:35
65328         Log: Integrate with Sarathy.
65329      Branch: cfgperl
65330           !> perl.c
65331 ____________________________________________________________________________
65332 [  6201] By: gsar                                  on 2000/06/06  00:42:59
65333         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
65334              does a PUSHMARK that's never ever POPMARKed; in general, only
65335              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
65336              Perl_eval_[sp]v() don't because they don't take any incoming
65337              arguments (this leak has been around since the original version
65338              of perl_eval_pv() in 5.003_97e)
65339      Branch: perl
65340            ! perl.c
65341 ____________________________________________________________________________
65342 [  6200] By: jhi                                   on 2000/06/04  03:44:52
65343         Log: Update to cperl-mode.el 4.31 from
65344              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
65345              Subject: A couple of notes
65346              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
65347              To: Mailing list Perl5 <perl5-porters@perl.org>
65348              Date: Sat, 3 Jun 2000 23:33:32 -0400
65349              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
65350      Branch: cfgperl
65351            ! emacs/cperl-mode.el
65352 ____________________________________________________________________________
65353 [  6199] By: jhi                                   on 2000/06/03  15:11:05
65354         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
65355              From: Dan Sugalski <dan@sidhe.org>
65356              To: perl5-porters@perl.org, vmsperl@perl.org
65357              Date: Fri, 02 Jun 2000 17:30:51 -0400
65358              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
65359      Branch: cfgperl
65360            ! vms/descrip_mms.template vms/gen_shrfls.pl
65361 ____________________________________________________________________________
65362 [  6198] By: jhi                                   on 2000/06/03  14:59:15
65363         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
65364              From: Dan Sugalski <dan@sidhe.org>
65365              To: vmsperl@perl.org, perl5-porters@perl.org
65366              Date: Fri, 02 Jun 2000 16:00:41 -0400
65367              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
65368              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
65369      Branch: cfgperl
65370            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
65371            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
65372            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
65373 ____________________________________________________________________________
65374 [  6197] By: jhi                                   on 2000/06/03  14:41:30
65375         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
65376              From: John Borwick <jhborwic@unity.ncsu.edu>
65377              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
65378              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
65379      Branch: cfgperl
65380            ! pod/perlsyn.pod
65381 ____________________________________________________________________________
65382 [  6196] By: jhi                                   on 2000/06/03  14:38:09
65383         Log: Integrate with Sarathy.
65384      Branch: cfgperl
65385           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
65386           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
65387           !> vms/perly_c.vms
65388 ____________________________________________________________________________
65389 [  6195] By: gsar                                  on 2000/06/02  22:43:13
65390         Log: fix yet another eval"" leak under USE_ITHREADS
65391      Branch: perl
65392            ! op.c
65393 ____________________________________________________________________________
65394 [  6194] By: gsar                                  on 2000/06/02  18:22:06
65395         Log: fix small eval"" memory leaks under USE_ITHREADS
65396      Branch: perl
65397            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
65398            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
65399            ! vms/perly_c.vms
65400 ____________________________________________________________________________
65401 [  6193] By: jhi                                   on 2000/06/01  13:03:56
65402         Log: Signals-be-gone for microperl.
65403      Branch: cfgperl
65404            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
65405 ____________________________________________________________________________
65406 [  6192] By: jhi                                   on 2000/06/01  12:52:02
65407         Log: Integrate with Sarathy.
65408      Branch: cfgperl
65409           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
65410           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
65411           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
65412           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
65413           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
65414           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
65415           !> t/op/vec.t utils/h2xs.PL
65416 ____________________________________________________________________________
65417 [  6191] By: gsar                                  on 2000/06/01  09:38:21
65418         Log: vec() loses numericalness (modified version of patch suggested
65419              by Robin Barker)
65420      Branch: perl
65421            ! doop.c t/op/vec.t
65422 ____________________________________________________________________________
65423 [  6190] By: gsar                                  on 2000/06/01  09:26:15
65424         Log: submit missing embed.pl change
65425      Branch: perl
65426            ! embed.pl
65427 ____________________________________________________________________________
65428 [  6189] By: gsar                                  on 2000/06/01  09:05:34
65429         Log: counting tr/// corrupts later operation (from M.J.T Guy)
65430      Branch: perl
65431            ! doop.c t/op/tr.t
65432 ____________________________________________________________________________
65433 [  6188] By: gsar                                  on 2000/06/01  08:58:39
65434         Log: h2xs tweaks
65435      Branch: perl
65436            ! utils/h2xs.PL
65437 ____________________________________________________________________________
65438 [  6187] By: gsar                                  on 2000/06/01  08:50:07
65439         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
65440              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
65441      Branch: perl
65442            + lib/Pod/LaTeX.pm
65443            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
65444            ! pod/pod2latex.PL
65445 ____________________________________________________________________________
65446 [  6186] By: gsar                                  on 2000/06/01  08:24:40
65447         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
65448              <wolfgang.laun@alcatel.at>)
65449      Branch: perl
65450            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
65451            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
65452 ____________________________________________________________________________
65453 [  6185] By: gsar                                  on 2000/06/01  08:12:00
65454         Log: remove incorrect documentation about implicit split to @_ in
65455              list context, which never really worked in perl 5 (from
65456              M.J.T. Guy)
65457      Branch: perl
65458            ! pod/perlfunc.pod pod/perltrap.pod
65459 ____________________________________________________________________________
65460 [  6184] By: gsar                                  on 2000/06/01  07:52:27
65461         Log: tweak for change#6127
65462      Branch: perl
65463            ! perl.c
65464 ____________________________________________________________________________
65465 [  6183] By: gsar                                  on 2000/06/01  07:41:02
65466         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
65467              <nick@ccl4.org>)
65468      Branch: perl
65469            + t/lib/selfloader.t
65470            ! MANIFEST lib/SelfLoader.pm
65471 ____________________________________________________________________________
65472 [  6182] By: jhi                                   on 2000/06/01  00:34:42
65473         Log: Be Cleaner Part Deux.
65474      Branch: cfgperl
65475            ! Makefile.SH
65476 ____________________________________________________________________________
65477 [  6181] By: jhi                                   on 2000/06/01  00:32:09
65478         Log: Integrate with Sarathy.
65479      Branch: cfgperl
65480           !> pp.c t/op/arith.t
65481 ____________________________________________________________________________
65482 [  6180] By: jhi                                   on 2000/06/01  00:31:13
65483         Log: microperl nits from Simon Cozens.
65484      Branch: cfgperl
65485            + uconfig.h
65486            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
65487            ! unixish.h
65488 ____________________________________________________________________________
65489 [  6179] By: gsar                                  on 2000/05/31  22:37:51
65490         Log: buggy modulus on UVs introduced by change#3378 (resulted in
65491              4063328477 % 65535 amounting to 27406, instead of 27407)
65492      Branch: perl
65493            ! pp.c t/op/arith.t
65494 ____________________________________________________________________________
65495 [  6178] By: jhi                                   on 2000/05/31  21:52:41
65496         Log: Be cleaner.
65497      Branch: cfgperl
65498            ! Makefile.SH
65499 ____________________________________________________________________________
65500 [  6177] By: jhi                                   on 2000/05/31  21:47:33
65501         Log: Substitution utf8 patch from Simon Cozens.
65502      Branch: cfgperl
65503            ! pp_hot.c
65504 ____________________________________________________________________________
65505 [  6176] By: jhi                                   on 2000/05/31  21:45:34
65506         Log: Single-quoted utf8 patch from Simon Cozens.
65507      Branch: cfgperl
65508            ! toke.c
65509 ____________________________________________________________________________
65510 [  6175] By: jhi                                   on 2000/05/31  21:40:18
65511         Log: Integrate with Sarathy.
65512      Branch: cfgperl
65513           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
65514 ____________________________________________________________________________
65515 [  6174] By: jhi                                   on 2000/05/31  21:37:31
65516         Log: microperl changes from Simon Cozens; Makefile for microperl
65517              written from scratch; few casts added as microperl compilation
65518              doesn't have all prototypes available.
65519      Branch: cfgperl
65520            + Makefile.micro README.micro Todo.micro uconfig.sh
65521            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
65522            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
65523      Branch: metaconfig
65524            + U/modified/Config_h.U
65525 ____________________________________________________________________________
65526 [  6173] By: jhi                                   on 2000/05/31  20:00:24
65527         Log: metaconfig maintenance.
65528      Branch: metaconfig
65529            + U/modified/Inhdr.U U/typedefs/inotype.U
65530      Branch: metaconfig/U/perl
65531            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
65532            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
65533 ____________________________________________________________________________
65534 [  6172] By: gsar                                  on 2000/05/31  05:05:42
65535         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
65536              (from Ilya Zakharevich)
65537      Branch: perl
65538            ! regexec.c t/op/re_tests
65539 ____________________________________________________________________________
65540 [  6171] By: gsar                                  on 2000/05/31  05:01:47
65541         Log: scalar() doesn't force scalar context when used in void context
65542              (from Simon Cozens)
65543      Branch: perl
65544            ! op.c t/op/wantarray.t
65545 ____________________________________________________________________________
65546 [  6170] By: gsar                                  on 2000/05/31  04:41:33
65547         Log: change#6142 needs tweaks to tests to work where there's no symlink()
65548              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
65549      Branch: perl
65550            ! t/lib/filefind.t
65551 ____________________________________________________________________________
65552 [  6169] By: gsar                                  on 2000/05/31  04:29:49
65553         Log: integrate cfgperl contents into mainline
65554      Branch: perl
65555           +> pod/perlmodlib.PL pod/perlnewmod.pod
65556           !> (integrate 42 files)
65557 ____________________________________________________________________________
65558 [  6168] By: jhi                                   on 2000/05/30  22:53:37
65559         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
65560      Branch: cfgperl
65561            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
65562            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
65563            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
65564            ! win32/config.bc win32/config.gc win32/config.vc
65565            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
65566            ! win32/config_h.PL win32/config_sh.PL
65567      Branch: metaconfig/U/perl
65568            ! perlxv.U
65569 ____________________________________________________________________________
65570 [  6167] By: jhi                                   on 2000/05/30  22:20:21
65571         Log: tweak todo 
65572      Branch: cfgperl
65573            ! Todo-5.6
65574 ____________________________________________________________________________
65575 [  6166] By: jhi                                   on 2000/05/30  22:11:51
65576         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
65577              in case somebody wants to write an extension for more
65578              shadow database interfaces.
65579      Branch: cfgperl
65580            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
65581            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
65582            ! vos/config.def vos/config.h vos/config_h.SH_orig
65583            ! win32/config.bc win32/config.gc win32/config.vc
65584            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
65585      Branch: metaconfig
65586            ! U/modified/Myinit.U
65587      Branch: metaconfig/U/perl
65588            + d_getespwnam.U d_getprpwnam.U i_prot.U
65589 ____________________________________________________________________________
65590 [  6165] By: jhi                                   on 2000/05/30  18:35:34
65591         Log: Integrate with Sarathy.
65592      Branch: cfgperl
65593           !> op.c
65594 ____________________________________________________________________________
65595 [  6164] By: jhi                                   on 2000/05/30  18:30:16
65596         Log: detypo
65597      Branch: cfgperl
65598            ! Configure config_h.SH
65599      Branch: metaconfig/U/perl
65600            ! perlxv.U
65601 ____________________________________________________________________________
65602 [  6163] By: gsar                                  on 2000/05/30  03:24:03
65603         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
65604      Branch: perl
65605            ! op.c
65606 ____________________________________________________________________________
65607 [  6162] By: gsar                                  on 2000/05/30  03:09:38
65608         Log: fix memory leak in method call optimization (change#3768);
65609              made C<eval "$x->foo()"> leak
65610      Branch: perl
65611            ! op.c
65612 ____________________________________________________________________________
65613 [  6161] By: jhi                                   on 2000/05/29  17:56:26
65614         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
65615              both from Simon Cozens.
65616      Branch: cfgperl
65617            + pod/perlmodlib.PL pod/perlnewmod.pod
65618            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
65619            ! pod/perlmodlib.pod pod/perltoc.pod
65620 ____________________________________________________________________________
65621 [  6160] By: jhi                                   on 2000/05/29  17:23:55
65622         Log: Changes for the File::Temp 0.08 (change #6159) test suite
65623              to fit better into the Perl distribution test framework.
65624      Branch: cfgperl
65625            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
65626            ! t/lib/ftmp-tempfile.t
65627 ____________________________________________________________________________
65628 [  6159] By: jhi                                   on 2000/05/29  16:55:36
65629         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
65630      Branch: cfgperl
65631            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
65632            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
65633 ____________________________________________________________________________
65634 [  6158] By: bailey                                on 2000/05/29  16:22:08
65635         Log: Add fallback to tmpfile for use in cases where user's relying on
65636              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
65637              Lane's patch)
65638      Branch: vmsperl
65639            ! vms/vms.c vms/vmsish.h
65640 ____________________________________________________________________________
65641 [  6157] By: jhi                                   on 2000/05/29  03:10:36
65642         Log: Regen Configure to jive with #6149.
65643      Branch: cfgperl
65644            ! Configure
65645      Branch: metaconfig
65646            ! U/modified/Getfile.U
65647 ____________________________________________________________________________
65648 [  6156] By: jhi                                   on 2000/05/29  03:01:38
65649         Log: Integrate with Sarathy.
65650      Branch: cfgperl
65651           +> ext/DynaLoader/dl_mac.xs
65652           !> (integrate 38 files)
65653 ____________________________________________________________________________
65654 [  6155] By: gsar                                  on 2000/05/28  21:15:58
65655         Log: small bug in change#6144; remove random \xA0 character that snuck
65656              in via change#6145
65657      Branch: perl
65658            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
65659 ____________________________________________________________________________
65660 [  6154] By: gsar                                  on 2000/05/28  21:04:19
65661         Log: avoid type mismatch warning
65662      Branch: perl
65663            ! perl.c
65664 ____________________________________________________________________________
65665 [  6153] By: gsar                                  on 2000/05/28  20:58:31
65666         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
65667              <nick@Bagpuss.uk.boo.com>)
65668      Branch: perl
65669            ! lib/Test/Harness.pm
65670 ____________________________________________________________________________
65671 [  6152] By: gsar                                  on 2000/05/28  20:53:42
65672         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
65673      Branch: perl
65674            ! regexec.c
65675 ____________________________________________________________________________
65676 [  6151] By: gsar                                  on 2000/05/28  20:50:28
65677         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
65678      Branch: perl
65679            ! regexec.c
65680 ____________________________________________________________________________
65681 [  6150] By: gsar                                  on 2000/05/28  20:39:58
65682         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
65683      Branch: perl
65684            ! pod/perlrequick.pod
65685 ____________________________________________________________________________
65686 [  6149] By: gsar                                  on 2000/05/28  20:35:16
65687         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
65688              <troc@netrus.net>)
65689      Branch: perl
65690            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
65691            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
65692            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
65693            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
65694 ____________________________________________________________________________
65695 [  6148] By: gsar                                  on 2000/05/28  20:21:07
65696         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
65697      Branch: perl
65698            ! lib/ExtUtils/MM_Unix.pm
65699 ____________________________________________________________________________
65700 [  6147] By: gsar                                  on 2000/05/28  20:12:41
65701         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
65702              (from Peter Prymmer)
65703      Branch: perl
65704            ! vms/subconfigure.com
65705 ____________________________________________________________________________
65706 [  6146] By: gsar                                  on 2000/05/28  20:06:15
65707         Log: doc typo
65708      Branch: perl
65709            ! lib/warnings.pm warnings.h warnings.pl
65710 ____________________________________________________________________________
65711 [  6145] By: gsar                                  on 2000/05/28  18:44:33
65712         Log: make xsubpp skip embedded pod (from Matthias Neeracher
65713              <neeri@iis.ee.ethz.ch>)
65714      Branch: perl
65715            ! lib/ExtUtils/xsubpp
65716 ____________________________________________________________________________
65717 [  6144] By: gsar                                  on 2000/05/28  18:42:49
65718         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
65719              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
65720              <neeri@iis.ee.ethz.ch>)
65721      Branch: perl
65722            ! lib/AutoSplit.pm
65723 ____________________________________________________________________________
65724 [  6143] By: gsar                                  on 2000/05/28  18:41:12
65725         Log: MacOS support, part 1 (from Matthias Neeracher
65726              <neeri@iis.ee.ethz.ch>)
65727      Branch: perl
65728            + ext/DynaLoader/dl_mac.xs
65729            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
65730            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
65731            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
65732            ! util.h
65733 ____________________________________________________________________________
65734 [  6142] By: gsar                                  on 2000/05/28  18:21:51
65735         Log: File::Find fails to chdir when chasing symlinks (from
65736              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
65737      Branch: perl
65738            ! lib/File/Find.pm t/lib/filefind.t
65739 ____________________________________________________________________________
65740 [  6141] By: jhi                                   on 2000/05/28  14:25:15
65741         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
65742              forwarded by Peter Seebach from the bsdi-users mailing list.
65743              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
65744      Branch: perl
65745            ! hints/bsdos.sh
65746 ____________________________________________________________________________
65747 [  6140] By: jhi                                   on 2000/05/28  14:11:57
65748         Log: Integrate with Sarathy.
65749      Branch: cfgperl
65750           +> (branch 30 files)
65751           !> (integrate 93 files)
65752 ____________________________________________________________________________
65753 [  6139] By: gsar                                  on 2000/05/28  10:01:48
65754         Log: revise mktables.PL for bugs and newness in Unicode 3.0
65755              (from James Bence <jbence@amgen.com>)
65756      Branch: perl
65757            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
65758            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
65759            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
65760            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
65761            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
65762            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
65763            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
65764            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
65765            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
65766            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
65767            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
65768            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
65769            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
65770            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
65771            + lib/unicode/Is/SylWU.pl
65772            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
65773            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
65774            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
65775            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
65776            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
65777            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
65778            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
65779            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
65780            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
65781            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
65782            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
65783            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
65784            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
65785            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
65786            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
65787            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
65788            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
65789            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
65790            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
65791            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
65792            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
65793            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
65794            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
65795            ! lib/unicode/Makefile lib/unicode/mktables.PL
65796 ____________________________________________________________________________
65797 [  6138] By: gsar                                  on 2000/05/28  08:50:32
65798         Log: add note about the handling of negative indices to tied arrays
65799              (from Michael G Schwern <schwern@pobox.com>)
65800      Branch: perl
65801            ! pod/perltie.pod
65802 ____________________________________________________________________________
65803 [  6137] By: gsar                                  on 2000/05/28  08:46:10
65804         Log: fix bogus redeclaration warning for "our" variables in different
65805              scopes
65806      Branch: perl
65807            ! op.c t/pragma/strict-vars
65808 ____________________________________________________________________________
65809 [  6136] By: gsar                                  on 2000/05/28  08:31:20
65810         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
65811      Branch: perl
65812            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
65813 ____________________________________________________________________________
65814 [  6135] By: gsar                                  on 2000/05/28  08:17:50
65815         Log: enable Test::Harness to dynamically determine column width etc.
65816              (from Rob Napier <rnapier@employees.org>)
65817      Branch: perl
65818            ! lib/Test/Harness.pm
65819 ____________________________________________________________________________
65820 [  6134] By: gsar                                  on 2000/05/28  08:13:39
65821         Log: make Test::Harness use wait.h/WCOREDUMP if available
65822              (from Ben Tilly <ben_tilly@hotmail.com>)
65823      Branch: perl
65824            ! lib/Test/Harness.pm
65825 ____________________________________________________________________________
65826 [  6133] By: gsar                                  on 2000/05/28  08:08:05
65827         Log: elide bogus test in change#6132
65828      Branch: perl
65829            ! t/pragma/warn/9enabled
65830 ____________________________________________________________________________
65831 [  6132] By: gsar                                  on 2000/05/28  08:03:14
65832         Log: warnings::enabled() doesn't fall back to looking at $^W if
65833              caller isn't using lexical warnings (from Paul Marquess)
65834      Branch: perl
65835            ! pp_ctl.c t/pragma/warn/9enabled
65836 ____________________________________________________________________________
65837 [  6131] By: gsar                                  on 2000/05/28  07:57:47
65838         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
65839      Branch: perl
65840            ! ext/POSIX/POSIX.pm
65841 ____________________________________________________________________________
65842 [  6130] By: gsar                                  on 2000/05/28  07:29:12
65843         Log: fix places that mean C<"word" character> but say C<alphanumeric
65844              character>
65845      Branch: perl
65846            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
65847 ____________________________________________________________________________
65848 [  6129] By: gsar                                  on 2000/05/28  07:18:41
65849         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
65850      Branch: perl
65851            ! vms/test.com
65852 ____________________________________________________________________________
65853 [  6128] By: gsar                                  on 2000/05/28  07:12:55
65854         Log: new perlxstut example for passing/returning refs to arrays
65855              (from David Lowe <dlowe@pootpoot.com>)
65856      Branch: perl
65857            ! pod/perlxstut.pod
65858 ____________________________________________________________________________
65859 [  6127] By: gsar                                  on 2000/05/28  07:02:50
65860         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
65861              failed (from Gisle Aas)
65862      Branch: perl
65863            ! cop.h perl.c
65864 ____________________________________________________________________________
65865 [  6126] By: gsar                                  on 2000/05/28  06:39:53
65866         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
65867              (reworked variant of patch suggested by Simon Cozens)
65868      Branch: perl
65869            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
65870            ! pp_hot.c proto.h t/op/gv.t
65871 ____________________________________________________________________________
65872 [  6125] By: gsar                                  on 2000/05/28  05:14:55
65873         Log: enable propagating exception objects via Perl_croak() in XS code
65874              (from Gisle Aas)
65875      Branch: perl
65876            ! util.c
65877 ____________________________________________________________________________
65878 [  6124] By: gsar                                  on 2000/05/28  05:07:28
65879         Log: integrate vmsperl contents into mainline
65880      Branch: perl
65881           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
65882           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
65883           !> vms/vmsish.h
65884 ____________________________________________________________________________
65885 [  6123] By: gsar                                  on 2000/05/28  05:03:53
65886         Log: clarify gotcha with #line directives (from Rocco Caputo
65887              <troc@netrus.net>)
65888      Branch: perl
65889            ! pod/perldebug.pod pod/perlsyn.pod
65890 ____________________________________________________________________________
65891 [  6122] By: gsar                                  on 2000/05/28  04:58:29
65892         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
65893              (from Mark-Jason Dominus)
65894      Branch: perl
65895            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
65896            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
65897            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
65898            ! toke.c
65899 ____________________________________________________________________________
65900 [  6121] By: bailey                                on 2000/05/25  04:46:54
65901         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
65902              lists (based on fixes by Craig Berry)
65903      Branch: vmsperl
65904            ! lib/File/Spec/VMS.pm
65905 ____________________________________________________________________________
65906 [  6120] By: bailey                                on 2000/05/25  04:25:38
65907         Log: Add missing escape (Charles Lane)
65908      Branch: vmsperl
65909            ! t/op/lex_assign.t
65910 ____________________________________________________________________________
65911 [  6119] By: bailey                                on 2000/05/25  04:21:25
65912         Log: Quiet error messages in vmsish.t (Charles Lane)
65913      Branch: vmsperl
65914            ! vms/ext/vmsish.t
65915 ____________________________________________________________________________
65916 [  6118] By: bailey                                on 2000/05/25  04:17:57
65917         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
65918              Flatten case labels in switch statements uniformly (Charles Bailey)
65919      Branch: vmsperl
65920            ! vms/vms.c
65921 ____________________________________________________________________________
65922 [  6117] By: bailey                                on 2000/05/25  03:58:09
65923         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
65924      Branch: vmsperl
65925            ! vms/vmsish.h
65926 ____________________________________________________________________________
65927 [  6116] By: bailey                                on 2000/05/25  03:11:15
65928         Log: Miscellaneous cosmetic fixes (Charles Lane)
65929      Branch: vmsperl
65930            ! lib/ExtUtils/MM_VMS.pm
65931 ____________________________________________________________________________
65932 [  6115] By: bailey                                on 2000/05/25  03:10:36
65933         Log: Add bounds checking for several strings (Charles Lane)
65934      Branch: vmsperl
65935            ! vms/vms.c
65936 ____________________________________________________________________________
65937 [  6114] By: bailey                                on 2000/05/25  02:25:34
65938         Log: Urk -- undo previous removal of vmsish 'exit' change
65939      Branch: vmsperl
65940            ! vms/ext/vmsish.pm vms/vmsish.h
65941 ____________________________________________________________________________
65942 [  6113] By: bailey                                on 2000/05/24  02:24:40
65943         Log: Ugly workaround for version-specific RTL error
65944      Branch: vmsperl
65945            ! vms/vms.c
65946 ____________________________________________________________________________
65947 [  6112] By: bailey                                on 2000/05/24  02:19:55
65948         Log: Check for existence of file before trying to delete
65949      Branch: vmsperl
65950            ! vms/test.com
65951 ____________________________________________________________________________
65952 [  6111] By: bailey                                on 2000/05/23  23:35:13
65953         Log: Resync with mainline prior to post-5.6.0 updates
65954      Branch: vmsperl
65955           +> (branch 49 files)
65956            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
65957            ! vms/ext/vmsish.pm
65958           !> (integrate 334 files)
65959 ____________________________________________________________________________
65960 [  6110] By: jhi                                   on 2000/05/23  19:28:32
65961         Log: todo tweak
65962      Branch: cfgperl
65963            ! Todo-5.6
65964 ____________________________________________________________________________
65965 [  6109] By: jhi                                   on 2000/05/18  17:38:54
65966         Log: Integrate with Sarathy.
65967      Branch: cfgperl
65968           !> mg.c perl.h win32/perlhost.h
65969 ____________________________________________________________________________
65970 [  6108] By: gsar                                  on 2000/05/17  02:24:56
65971         Log: reenable fake signal handling on Windows, bugs and all
65972      Branch: perl
65973            ! mg.c perl.h win32/perlhost.h
65974 ____________________________________________________________________________
65975 [  6107] By: jhi                                   on 2000/05/15  18:01:41
65976         Log: Tweak the todo list.
65977      Branch: cfgperl
65978            ! Todo-5.6
65979 ____________________________________________________________________________
65980 [  6106] By: jhi                                   on 2000/05/15  13:41:48
65981         Log: The (Configure) script refuses to go on, after asking for
65982              'You may also choose to try maximal 64-bitness....'.
65983              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
65984              -- Patrick Zima
65985              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
65986      Branch: cfgperl
65987            ! hints/solaris_2.sh
65988 ____________________________________________________________________________
65989 [  6105] By: jhi                                   on 2000/05/11  14:37:43
65990         Log: Integrate with Sarathy.
65991      Branch: cfgperl
65992           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
65993           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
65994 ____________________________________________________________________________
65995 [  6104] By: gsar                                  on 2000/05/11  03:39:07
65996         Log: PL_sys_intern was being initialized too late on windows
65997      Branch: perl
65998            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
65999            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
66000 ____________________________________________________________________________
66001 [  6103] By: jhi                                   on 2000/05/09  19:42:20
66002         Log: Test tweaking for Unicos continues.
66003      Branch: cfgperl
66004            ! t/op/64bitint.t
66005 ____________________________________________________________________________
66006 [  6102] By: jhi                                   on 2000/05/09  16:47:27
66007         Log: The test suite tweak in #6101 wasn't quite right.
66008      Branch: cfgperl
66009            ! t/lib/complex.t
66010 ____________________________________________________________________________
66011 [  6101] By: jhi                                   on 2000/05/09  15:35:34
66012         Log: Hints and test tweaks for Unicos.
66013      Branch: cfgperl
66014            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
66015 ____________________________________________________________________________
66016 [  6100] By: jhi                                   on 2000/05/08  21:15:06
66017         Log: More compilation tweakery from Allen Smith.
66018      Branch: cfgperl
66019            ! hints/irix_6.sh
66020 ____________________________________________________________________________
66021 [  6099] By: jhi                                   on 2000/05/08  19:21:18
66022         Log: Tweaks for the cc bugs from Allen Smith.
66023      Branch: cfgperl
66024            ! hints/irix_6.sh
66025 ____________________________________________________________________________
66026 [  6098] By: jhi                                   on 2000/05/08  19:13:37
66027         Log: Add a note about other, yet unsupported, shadow password APIs.
66028      Branch: cfgperl
66029            ! pp_sys.c
66030 ____________________________________________________________________________
66031 [  6097] By: jhi                                   on 2000/05/08  18:46:34
66032         Log: Add a note about possible compilation problems from Allen Smith.
66033      Branch: cfgperl
66034            ! hints/irix_6.sh
66035 ____________________________________________________________________________
66036 [  6096] By: jhi                                   on 2000/05/08  17:33:10
66037         Log: Integrate with Sarathy.
66038      Branch: cfgperl
66039           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
66040           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
66041 ____________________________________________________________________________
66042 [  6095] By: jhi                                   on 2000/05/08  16:21:33
66043         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
66044              might be useful in future.
66045      Branch: cfgperl
66046            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
66047            ! config_h.SH
66048      Branch: metaconfig
66049            ! U/installdirs/inc_version_list.U
66050      Branch: metaconfig/U/perl
66051            ! perlxv.U
66052 ____________________________________________________________________________
66053 [  6094] By: gsar                                  on 2000/05/08  14:22:22
66054         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
66055      Branch: perl
66056            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
66057            ! hints/cygwin.sh pp_sys.c
66058 ____________________________________________________________________________
66059 [  6093] By: gsar                                  on 2000/05/08  12:52:28
66060         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
66061              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
66062      Branch: perl
66063            ! pp_sys.c sv.c win32/perlhost.h
66064 ____________________________________________________________________________
66065 [  6092] By: jhi                                   on 2000/05/07  22:40:34
66066         Log: Regen perltoc with the fixed buildtoc.
66067      Branch: cfgperl
66068            ! pod/perltoc.pod
66069 ____________________________________________________________________________
66070 [  6091] By: jhi                                   on 2000/05/07  22:24:16
66071         Log: Integrate with Sarathy.
66072      Branch: cfgperl
66073           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
66074           !> t/op/substr.t toke.c
66075 ____________________________________________________________________________
66076 [  6090] By: gsar                                  on 2000/05/07  19:47:07
66077         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
66078              [NI]OK; added tests for both
66079      Branch: perl
66080            ! perl.c pp_hot.c sv.c t/op/substr.t
66081 ____________________________________________________________________________
66082 [  6089] By: gsar                                  on 2000/05/07  18:18:38
66083         Log: buildtoc tweak to fix newline lossage
66084      Branch: perl
66085            ! pod/buildtoc
66086 ____________________________________________________________________________
66087 [  6088] By: jhi                                   on 2000/05/07  16:35:36
66088         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
66089              because we do not use those.  The HAS_GETSPNAM remains,
66090              though, because we still do use that.
66091      Branch: cfgperl
66092            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
66093            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
66094            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
66095            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
66096            ! win32/config.vc win32/config_H.bc win32/config_H.gc
66097            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
66098 ____________________________________________________________________________
66099 [  6087] By: gsar                                  on 2000/05/07  16:05:16
66100         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
66101      Branch: perl
66102            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
66103 ____________________________________________________________________________
66104 [  6086] By: jhi                                   on 2000/05/07  15:27:07
66105         Log: Integrate with Sarathy.
66106      Branch: cfgperl
66107           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
66108           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
66109           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
66110           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
66111           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
66112           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
66113 ____________________________________________________________________________
66114 [  6085] By: gsar                                  on 2000/05/07  05:52:02
66115         Log: repeat operator (x) doesn't preserve utf8-ness
66116      Branch: perl
66117            ! pp.c t/op/substr.t
66118 ____________________________________________________________________________
66119 [  6084] By: gsar                                  on 2000/05/07  05:39:55
66120         Log: substr() does not preserve utf8-ness (from Stefan Eissing
66121              <Eissing@medicaldataservice.de>); added tests
66122      Branch: perl
66123            ! pp.c t/op/substr.t
66124 ____________________________________________________________________________
66125 [  6083] By: gsar                                  on 2000/05/07  05:24:46
66126         Log: note about undocumented caller() return value (from M.J.T. Guy);
66127              yet another peek.t tweak
66128      Branch: perl
66129            ! pod/perlfunc.pod t/lib/peek.t
66130 ____________________________________________________________________________
66131 [  6082] By: gsar                                  on 2000/05/07  05:08:40
66132         Log: peek.t non-portable to ithreads
66133      Branch: perl
66134            ! t/lib/peek.t
66135 ____________________________________________________________________________
66136 [  6081] By: gsar                                  on 2000/05/07  04:17:04
66137         Log: better default perlbug categories for ok reports (from Richard Foley)
66138      Branch: perl
66139            ! utils/perlbug.PL
66140 ____________________________________________________________________________
66141 [  6080] By: gsar                                  on 2000/05/07  04:08:07
66142         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
66143              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
66144      Branch: perl
66145            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
66146            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
66147            ! AUTHORS MAINTAIN MANIFEST
66148 ____________________________________________________________________________
66149 [  6079] By: gsar                                  on 2000/05/07  04:01:38
66150         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
66151      Branch: perl
66152            ! lib/Carp/Heavy.pm
66153 ____________________________________________________________________________
66154 [  6078] By: gsar                                  on 2000/05/07  01:24:19
66155         Log: workaround for CRT bug in chdir() (from Charles Lane, via
66156              Peter Prymmer)
66157      Branch: perl
66158            ! iperlsys.h vms/vms.c vms/vmsish.h
66159 ____________________________________________________________________________
66160 [  6077] By: gsar                                  on 2000/05/07  01:22:23
66161         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
66162              and Tom Phoenix)
66163      Branch: perl
66164            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
66165 ____________________________________________________________________________
66166 [  6076] By: gsar                                  on 2000/05/06  17:36:29
66167         Log: integrate cfgperl contents into mainline
66168      Branch: perl
66169           +> t/lib/peek.t
66170           !> Configure MANIFEST Porting/Glossary Porting/config.sh
66171           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
66172           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
66173           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
66174 ____________________________________________________________________________
66175 [  6075] By: jhi                                   on 2000/05/05  18:56:10
66176         Log: Make the test more portable.
66177      Branch: cfgperl
66178            ! t/lib/peek.t
66179 ____________________________________________________________________________
66180 [  6074] By: jhi                                   on 2000/05/05  18:49:20
66181         Log: Introduce t/lib/peek.t.
66182      Branch: cfgperl
66183            + t/lib/peek.t
66184            ! MANIFEST
66185 ____________________________________________________________________________
66186 [  6073] By: jhi                                   on 2000/05/05  14:30:45
66187         Log: Complex tweaks.
66188      Branch: cfgperl
66189            ! lib/Math/Complex.pm t/lib/complex.t
66190 ____________________________________________________________________________
66191 [  6072] By: jhi                                   on 2000/05/05  12:27:13
66192         Log: Integrate with Sarathy.
66193      Branch: cfgperl
66194           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
66195           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
66196           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
66197           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
66198 ____________________________________________________________________________
66199 [  6071] By: gsar                                  on 2000/05/05  02:24:46
66200         Log: misformatted perllocal.pod (from Tim Jenness
66201              <t.jenness@jach.hawaii.edu>)
66202      Branch: perl
66203            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
66204 ____________________________________________________________________________
66205 [  6070] By: gsar                                  on 2000/05/05  02:16:52
66206         Log: remove misleading comment (from M.J.T. Guy)
66207      Branch: perl
66208            ! t/lib/anydbm.t
66209 ____________________________________________________________________________
66210 [  6069] By: gsar                                  on 2000/05/05  02:15:13
66211         Log: File::Spec compatibility update (from Barrie Slaymaker
66212              <barries@slaysys.com>)
66213      Branch: perl
66214            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
66215            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
66216 ____________________________________________________________________________
66217 [  6068] By: gsar                                  on 2000/05/05  02:01:50
66218         Log: note about values()
66219      Branch: perl
66220            ! pod/perlfunc.pod
66221 ____________________________________________________________________________
66222 [  6067] By: gsar                                  on 2000/05/05  01:33:09
66223         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
66224      Branch: perl
66225            ! win32/win32.c
66226 ____________________________________________________________________________
66227 [  6066] By: gsar                                  on 2000/05/05  01:23:43
66228         Log: s/END/CHECK/
66229      Branch: perl
66230            ! perl.c
66231 ____________________________________________________________________________
66232 [  6065] By: jhi                                   on 2000/05/04  17:30:22
66233         Log: Integrate with Sarathy.
66234      Branch: cfgperl
66235           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
66236 ____________________________________________________________________________
66237 [  6064] By: gsar                                  on 2000/05/04  17:26:14
66238         Log: change#5905 wasn't quite right--it's intent only applies when arguments
66239              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
66240      Branch: perl
66241            ! pp_sys.c sv.c
66242 ____________________________________________________________________________
66243 [  6063] By: gsar                                  on 2000/05/04  16:52:29
66244         Log: tokeq() could read unallocated field in argument
66245      Branch: perl
66246            ! toke.c
66247 ____________________________________________________________________________
66248 [  6062] By: gsar                                  on 2000/05/04  16:34:51
66249         Log: additional tests for utf8.t
66250      Branch: perl
66251            ! t/pragma/utf8.t
66252 ____________________________________________________________________________
66253 [  6061] By: gsar                                  on 2000/05/04  16:09:28
66254         Log: change#5921 neglected to make eq honor "use bytes"
66255      Branch: perl
66256            ! sv.c
66257 ____________________________________________________________________________
66258 [  6060] By: jhi                                   on 2000/05/04  15:30:16
66259         Log: Integrate with Sarathy.
66260      Branch: cfgperl
66261           !> perl.c regcomp.c t/pragma/utf8.t
66262 ____________________________________________________________________________
66263 [  6059] By: jhi                                   on 2000/05/04  15:26:37
66264         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
66265              in natively 64-bit platforms where a long is a quad (no need
66266              for long longs).  Also added bias for IVs.
66267      Branch: cfgperl
66268            ! toke.c
66269 ____________________________________________________________________________
66270 [  6058] By: gsar                                  on 2000/05/04  00:19:14
66271         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
66272              (spotted by Donald Kinzer <dkinzer@premia.com>)
66273      Branch: perl
66274            ! perl.c
66275 ____________________________________________________________________________
66276 [  6057] By: gsar                                  on 2000/05/03  18:34:01
66277         Log: fix broken parsing of /\x{ab}/
66278      Branch: perl
66279            ! regcomp.c t/pragma/utf8.t
66280 ____________________________________________________________________________
66281 [  6056] By: jhi                                   on 2000/05/03  17:57:16
66282         Log: The search of infinity continues, this time simplified.
66283      Branch: cfgperl
66284            ! lib/Math/Complex.pm
66285 ____________________________________________________________________________
66286 [  6055] By: jhi                                   on 2000/05/03  17:45:30
66287         Log: Detypo.
66288      Branch: cfgperl
66289            ! hints/unicos.sh
66290 ____________________________________________________________________________
66291 [  6054] By: jhi                                   on 2000/05/02  22:28:27
66292         Log: Be more forgiving in POSIX about HUGE_VALL.
66293      Branch: cfgperl
66294            ! ext/POSIX/POSIX.xs
66295 ____________________________________________________________________________
66296 [  6053] By: jhi                                   on 2000/05/02  22:25:05
66297         Log: Integrate with Sarathy.
66298      Branch: cfgperl
66299           !> hints/irix_6.sh pod/perlop.pod
66300 ____________________________________________________________________________
66301 [  6052] By: jhi                                   on 2000/05/02  22:24:31
66302         Log: Unicos hint tweak.
66303      Branch: cfgperl
66304            ! hints/unicos.sh
66305 ____________________________________________________________________________
66306 [  6051] By: jhi                                   on 2000/05/02  22:21:26
66307         Log: Complex tweakery.
66308      Branch: cfgperl
66309            ! lib/Math/Complex.pm t/lib/complex.t
66310 ____________________________________________________________________________
66311 [  6050] By: jhi                                   on 2000/05/02  19:26:22
66312         Log: Use setxxent()/endxxent().
66313      Branch: cfgperl
66314            ! t/op/grent.t t/op/pwent.t
66315 ____________________________________________________________________________
66316 [  6049] By: jhi                                   on 2000/05/02  19:06:02
66317         Log: Test both the scalar and list contexts.
66318      Branch: cfgperl
66319            ! t/op/grent.t t/op/pwent.t
66320 ____________________________________________________________________________
66321 [  6048] By: gsar                                  on 2000/05/02  18:29:10
66322         Log: add note about how $( doesn't interpolate in REs (from
66323              Philip Newton <newton@ficus.frogspace.net>)
66324      Branch: perl
66325            ! pod/perlop.pod
66326 ____________________________________________________________________________
66327 [  6047] By: jhi                                   on 2000/05/02  17:41:24
66328         Log: Call getspnam() only iff needd.
66329      Branch: cfgperl
66330            ! pp_sys.c
66331 ____________________________________________________________________________
66332 [  6046] By: gsar                                  on 2000/05/02  17:07:25
66333         Log: libscheck has insufficient checks for n32 libs (from
66334              Albert Chin-A-Young <china@thewrittenword.com>)
66335      Branch: perl
66336            ! hints/irix_6.sh
66337 ____________________________________________________________________________
66338 [  6045] By: jhi                                   on 2000/05/02  13:57:17
66339         Log: Integrate with Sarathy.
66340      Branch: cfgperl
66341           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
66342           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
66343 ____________________________________________________________________________
66344 [  6044] By: gsar                                  on 2000/05/02  06:48:19
66345         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
66346              such that underscores are only ignored in literal numbers,
66347              "\x{...}", and hex/oct argument
66348      Branch: perl
66349            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
66350 ____________________________________________________________________________
66351 [  6043] By: gsar                                  on 2000/05/02  02:22:29
66352         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
66353      Branch: perl
66354            ! pod/perlretut.pod
66355 ____________________________________________________________________________
66356 [  6042] By: gsar                                  on 2000/05/02  02:17:51
66357         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
66358      Branch: perl
66359            ! pod/perltrap.pod
66360 ____________________________________________________________________________
66361 [  6041] By: gsar                                  on 2000/05/02  01:53:51
66362         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
66363              to compensate
66364      Branch: perl
66365            ! Porting/makerel
66366 ____________________________________________________________________________
66367 [  6040] By: gsar                                  on 2000/05/02  01:51:57
66368         Log: missing files in MANIFEST
66369      Branch: perl
66370            ! MANIFEST
66371 ____________________________________________________________________________
66372 [  6039] By: jhi                                   on 2000/05/02  00:36:46
66373         Log: Infinite problems.
66374      Branch: cfgperl
66375            ! lib/Math/Complex.pm
66376 ____________________________________________________________________________
66377 [  6038] By: jhi                                   on 2000/05/02  00:06:38
66378         Log: pwent/spent #ifdef imbalance.
66379      Branch: cfgperl
66380            ! pp_sys.c
66381 ____________________________________________________________________________
66382 [  6037] By: jhi                                   on 2000/05/01  22:50:11
66383         Log: Use HUGE_VALL if applicable.
66384      Branch: cfgperl
66385            ! ext/POSIX/POSIX.xs util.c
66386 ____________________________________________________________________________
66387 [  6036] By: jhi                                   on 2000/05/01  22:20:53
66388         Log: Correct Freudian slip.
66389      Branch: cfgperl
66390            ! pp_sys.c
66391 ____________________________________________________________________________
66392 [  6035] By: jhi                                   on 2000/05/01  21:07:38
66393         Log: Continue on the pwent/spent case.
66394      Branch: cfgperl
66395            ! pp_sys.c
66396 ____________________________________________________________________________
66397 [  6034] By: jhi                                   on 2000/05/01  17:45:14
66398         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
66399              adjustments in 6032 conflicted badly with this, will have
66400              to revisit them later.
66401      Branch: cfgperl
66402           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
66403           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
66404           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
66405           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
66406           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
66407           !> t/lib/cgi-html.t t/lib/cgi-request.t
66408 ____________________________________________________________________________
66409 [  6033] By: jhi                                   on 2000/05/01  17:40:49
66410         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
66411      Branch: cfgperl
66412            ! pp_sys.c
66413 ____________________________________________________________________________
66414 [  6032] By: gsar                                  on 2000/05/01  15:56:32
66415         Log: whitespace adjustments
66416      Branch: perl
66417            ! pp_sys.c
66418 ____________________________________________________________________________
66419 [  6031] By: gsar                                  on 2000/05/01  15:19:41
66420         Log: small nits in diagnostics.pm (from Robin Barker)
66421      Branch: perl
66422            ! lib/diagnostics.pm pod/perldiag.pod
66423 ____________________________________________________________________________
66424 [  6030] By: gsar                                  on 2000/05/01  08:39:18
66425         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
66426              for @- and @+ (from Johan Vromans)
66427      Branch: perl
66428            ! lib/English.pm pod/perlvar.pod
66429 ____________________________________________________________________________
66430 [  6029] By: gsar                                  on 2000/05/01  08:16:10
66431         Log: add CGI.pm v2.66 (from Lincoln Stein)
66432      Branch: perl
66433            + lib/CGI/Util.pm t/lib/cgi-pretty.t
66434            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
66435            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
66436            ! t/lib/cgi-html.t t/lib/cgi-request.t
66437 ____________________________________________________________________________
66438 [  6028] By: gsar                                  on 2000/05/01  06:34:41
66439         Log: Pod::Man generates groff-incompatible macro definition (from
66440              Tom Christiansen)
66441      Branch: perl
66442            ! lib/Pod/Man.pm
66443 ____________________________________________________________________________
66444 [  6027] By: gsar                                  on 2000/05/01  06:31:36
66445         Log: podlators-1.02 update (from Russ Allbery)
66446      Branch: perl
66447            ! lib/Pod/Man.pm lib/Pod/Text.pm
66448 ____________________________________________________________________________
66449 [  6026] By: jhi                                   on 2000/04/30  23:24:23
66450         Log: Integrate with Sarathy.
66451      Branch: cfgperl
66452           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
66453           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
66454           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
66455           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
66456           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
66457           !> t/lib/syslog.t toke.c win32/win32.h
66458 ____________________________________________________________________________
66459 [  6025] By: gsar                                  on 2000/04/30  18:17:47
66460         Log: Is{Alnum,Alpha,Word} don't match titlecase
66461              
66462              TODO: IsSpace is defined recursively!
66463              
66464              (both spotted by Larry)
66465      Branch: perl
66466            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
66467            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
66468 ____________________________________________________________________________
66469 [  6024] By: gsar                                  on 2000/04/30  17:50:19
66470         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
66471              (from Hugo van der Sanden)
66472      Branch: perl
66473            ! toke.c
66474 ____________________________________________________________________________
66475 [  6023] By: gsar                                  on 2000/04/30  17:14:43
66476         Log: debugger stomps on $. (from M.J.T. Guy)
66477      Branch: perl
66478            ! lib/perl5db.pl
66479 ____________________________________________________________________________
66480 [  6022] By: gsar                                  on 2000/04/30  16:59:22
66481         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
66482      Branch: perl
66483            ! sv.c
66484 ____________________________________________________________________________
66485 [  6021] By: gsar                                  on 2000/04/29  21:00:08
66486         Log: remove Win2K issue in pod (fixed by change#6020)
66487      Branch: perl
66488            ! README.win32 pod/perl56delta.pod
66489 ____________________________________________________________________________
66490 [  6020] By: gsar                                  on 2000/04/29  20:51:49
66491         Log: test tweak
66492      Branch: perl
66493            ! t/lib/open3.t
66494 ____________________________________________________________________________
66495 [  6019] By: gsar                                  on 2000/04/29  20:34:27
66496         Log: windows portability tweaks
66497      Branch: perl
66498            ! t/lib/b.t win32/win32.h
66499 ____________________________________________________________________________
66500 [  6018] By: gsar                                  on 2000/04/29  19:55:24
66501         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
66502              make _PATH_LOG() return "" if unavailable
66503      Branch: perl
66504            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
66505            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
66506 ____________________________________________________________________________
66507 [  6017] By: jhi                                   on 2000/04/28  22:49:46
66508         Log: Integrate with Sarathy.
66509      Branch: cfgperl
66510           !> op.c perl.c pod/perldiag.pod t/lib/b.t
66511 ____________________________________________________________________________
66512 [  6016] By: jhi                                   on 2000/04/28  22:46:14
66513         Log: Do not warn that an infinity does not look like a number.
66514      Branch: cfgperl
66515            ! sv.c
66516 ____________________________________________________________________________
66517 [  6015] By: gsar                                  on 2000/04/28  22:35:49
66518         Log: tweak test for portability
66519      Branch: perl
66520            ! t/lib/b.t
66521 ____________________________________________________________________________
66522 [  6014] By: gsar                                  on 2000/04/28  22:05:31
66523         Log: glob() loading File::Glob behind the scenes may cause syntax errors
66524      Branch: perl
66525            ! op.c
66526 ____________________________________________________________________________
66527 [  6013] By: gsar                                  on 2000/04/28  21:25:22
66528         Log: tweak change#5945 to display correct switch name in diagnostic
66529      Branch: perl
66530            ! perl.c pod/perldiag.pod
66531 ____________________________________________________________________________
66532 [  6012] By: jhi                                   on 2000/04/28  21:08:12
66533         Log: Integrate with Sarathy.
66534      Branch: cfgperl
66535           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
66536           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
66537           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
66538 ____________________________________________________________________________
66539 [  6011] By: jhi                                   on 2000/04/28  21:04:46
66540         Log: &HUGE_VAL is not defined, it exists.
66541      Branch: cfgperl
66542            ! lib/Math/Complex.pm
66543 ____________________________________________________________________________
66544 [  6010] By: gsar                                  on 2000/04/28  21:02:58
66545         Log: clarify note about shadow password support (from
66546              gellyfish@gellyfish.com)
66547      Branch: perl
66548            ! pod/perlfunc.pod
66549 ____________________________________________________________________________
66550 [  6009] By: gsar                                  on 2000/04/28  21:00:00
66551         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
66552      Branch: perl
66553            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
66554 ____________________________________________________________________________
66555 [  6008] By: gsar                                  on 2000/04/28  20:56:33
66556         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
66557      Branch: perl
66558            ! installperl vms/subconfigure.com
66559 ____________________________________________________________________________
66560 [  6007] By: gsar                                  on 2000/04/28  20:51:21
66561         Log: note about compile failures and END blocks (from M.J.T. Guy)
66562      Branch: perl
66563            ! pod/perl56delta.pod pod/perlmod.pod
66564 ____________________________________________________________________________
66565 [  6006] By: jhi                                   on 2000/04/28  20:42:14
66566         Log: Regen Configure.
66567      Branch: cfgperl
66568            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
66569            ! config_h.SH
66570 ____________________________________________________________________________
66571 [  6005] By: gsar                                  on 2000/04/28  20:41:16
66572         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
66573      Branch: perl
66574            ! utils/perldoc.PL
66575 ____________________________________________________________________________
66576 [  6004] By: jhi                                   on 2000/04/28  20:28:21
66577         Log: Integrate with Sarathy.
66578      Branch: cfgperl
66579           !> Configure INSTALL Porting/Glossary Porting/config.sh
66580           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
66581           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
66582           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
66583           !> win32/config.vc win32/win32.c
66584 ____________________________________________________________________________
66585 [  6003] By: gsar                                  on 2000/04/28  20:11:20
66586         Log: allow REG_EXPAND_SZ keys in Windows registry (from
66587              John Clayton <John.Clayton@barclayscapital.com>)
66588      Branch: perl
66589            ! win32/win32.c
66590 ____________________________________________________________________________
66591 [  6002] By: gsar                                  on 2000/04/28  19:34:16
66592         Log: destructive sv_setsv() can lose UV-ness from source, causing
66593              numeric promotions/comparisons to fail to do the right thing
66594      Branch: perl
66595            ! sv.c
66596 ____________________________________________________________________________
66597 [  6001] By: gsar                                  on 2000/04/28  18:44:15
66598         Log: support additional library locations via $Config{otherlibdirs}
66599              (from Andy Dougherty)
66600      Branch: perl
66601            ! Configure INSTALL Porting/Glossary Porting/config.sh
66602            ! Porting/config_H config_h.SH epoc/config.sh perl.c
66603            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
66604            ! win32/config.bc win32/config.gc win32/config.vc
66605 ____________________________________________________________________________
66606 [  6000] By: gsar                                  on 2000/04/28  18:26:58
66607         Log: reworked otherlibdirs.U (from Andy Dougherty)
66608      Branch: metaconfig
66609            ! U/installdirs/otherlibdirs.U
66610 ____________________________________________________________________________
66611 [  5999] By: gsar                                  on 2000/04/28  18:17:07
66612         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
66613      Branch: perl
66614            ! t/pragma/warn/toke toke.c
66615 ____________________________________________________________________________
66616 [  5998] By: jhi                                   on 2000/04/28  13:32:17
66617         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
66618      Branch: cfgperl
66619            ! lib/Math/Complex.pm
66620 ____________________________________________________________________________
66621 [  5997] By: jhi                                   on 2000/04/28  13:14:04
66622         Log: Preserve $!.
66623      Branch: cfgperl
66624            ! lib/Math/Complex.pm
66625 ____________________________________________________________________________
66626 [  5996] By: jhi                                   on 2000/04/28  12:59:23
66627         Log: Integrate with Sarathy.
66628      Branch: cfgperl
66629           +> pod/perlrequick.pod pod/perlretut.pod
66630           !> (integrate 51 files)
66631 ____________________________________________________________________________
66632 [  5995] By: gsar                                  on 2000/04/28  09:37:36
66633         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
66634      Branch: perl
66635            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
66636 ____________________________________________________________________________
66637 [  5994] By: gsar                                  on 2000/04/28  09:33:26
66638         Log: fix for missed accounting for null byte in pack("Z",...) (from
66639              M.J.T. Guy)
66640      Branch: perl
66641            ! pp.c t/op/pack.t
66642 ____________________________________________________________________________
66643 [  5993] By: gsar                                  on 2000/04/28  09:30:05
66644         Log: various minor tweaks seen on p5p
66645      Branch: perl
66646            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
66647 ____________________________________________________________________________
66648 [  5992] By: gsar                                  on 2000/04/28  09:08:19
66649         Log: pod nit (from Simon Cozens)
66650      Branch: perl
66651            ! pod/perlop.pod
66652 ____________________________________________________________________________
66653 [  5991] By: gsar                                  on 2000/04/28  09:06:36
66654         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
66655      Branch: perl
66656            ! README.posix-bc hints/posix-bc.sh
66657 ____________________________________________________________________________
66658 [  5990] By: gsar                                  on 2000/04/28  08:54:52
66659         Log: use $ENV{LIB} to search for libs under Visual C compiler
66660              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
66661      Branch: perl
66662            ! lib/ExtUtils/Liblist.pm
66663 ____________________________________________________________________________
66664 [  5989] By: gsar                                  on 2000/04/28  08:27:12
66665         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
66666              itself and no other (from Tom Hughes)
66667      Branch: perl
66668            ! t/op/array.t toke.c
66669 ____________________________________________________________________________
66670 [  5988] By: gsar                                  on 2000/04/28  08:01:38
66671         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
66672              <paul@miraclefish.com>)
66673      Branch: perl
66674            ! lib/ExtUtils/MakeMaker.pm
66675 ____________________________________________________________________________
66676 [  5987] By: gsar                                  on 2000/04/28  07:53:09
66677         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
66678      Branch: perl
66679            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
66680 ____________________________________________________________________________
66681 [  5986] By: gsar                                  on 2000/04/28  07:44:17
66682         Log: add regular expressions tutorial and quick-start guide (from
66683              Mark Kvale <kvale@phy.ucsf.edu>)
66684      Branch: perl
66685            + pod/perlrequick.pod pod/perlretut.pod
66686            ! AUTHORS MAINTAIN MANIFEST
66687 ____________________________________________________________________________
66688 [  5985] By: gsar                                  on 2000/04/28  07:30:28
66689         Log: forked child may not exit correctly if it failed to open
66690              /dev/console (from Graham Barr)
66691      Branch: perl
66692            ! ext/Sys/Syslog/Syslog.pm
66693 ____________________________________________________________________________
66694 [  5984] By: gsar                                  on 2000/04/28  07:27:20
66695         Log: attributes::reftype() doesn't work on tied argument
66696      Branch: perl
66697            ! xsutils.c
66698 ____________________________________________________________________________
66699 [  5983] By: gsar                                  on 2000/04/28  07:15:04
66700         Log: numeric conversion of non-number in change#3378 tramples on
66701              OOK offset, causing segfaults
66702      Branch: perl
66703            ! sv.c
66704 ____________________________________________________________________________
66705 [  5982] By: gsar                                  on 2000/04/28  04:48:25
66706         Log: avoid error in IO::Socket::INET when given an unknown service name
66707              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
66708      Branch: perl
66709            ! ext/IO/lib/IO/Socket/INET.pm
66710 ____________________________________________________________________________
66711 [  5981] By: gsar                                  on 2000/04/28  04:31:31
66712         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
66713              prototype mismatch with CORE::glob(); update pod and tests to
66714              suit (File::Glob::glob() is still available for backward
66715              compatibility, but should be considered deprecated)
66716      Branch: perl
66717            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
66718            ! t/lib/glob-taint.t
66719 ____________________________________________________________________________
66720 [  5980] By: gsar                                  on 2000/04/28  03:47:29
66721         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
66722              <ghudson@mit.edu>)
66723      Branch: metaconfig
66724            ! U/modified/Options.U
66725      Branch: perl
66726            ! Configure
66727 ____________________________________________________________________________
66728 [  5979] By: gsar                                  on 2000/04/28  03:07:54
66729         Log: under useithreads, constant pad entries could inadvertantly be
66730              shared across threads (from Eric Blood <eblood@xmission.com>);
66731              added Eric's test case to testsuite
66732      Branch: perl
66733            ! op.c t/op/misc.t
66734 ____________________________________________________________________________
66735 [  5978] By: gsar                                  on 2000/04/27  21:13:00
66736         Log: sync version numbers in File::Spec with the ones on CPAN
66737              (from Barrie Slaymaker)
66738      Branch: perl
66739            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
66740            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
66741            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
66742 ____________________________________________________________________________
66743 [  5977] By: gsar                                  on 2000/04/27  21:07:29
66744         Log: autoquote barewords followed by newline and arrow properly
66745              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
66746      Branch: perl
66747            ! t/pragma/warn/toke toke.c
66748 ____________________________________________________________________________
66749 [  5976] By: gsar                                  on 2000/04/27  20:41:20
66750         Log: DB_File v1.73 update (from Paul Marquess)
66751      Branch: perl
66752            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
66753            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
66754 ____________________________________________________________________________
66755 [  5975] By: gsar                                  on 2000/04/27  20:34:24
66756         Log: allow sort() reentrancy (variant of patch suggested by
66757              Hugo van der Sanden)
66758      Branch: perl
66759            ! pp_ctl.c t/op/sort.t
66760 ____________________________________________________________________________
66761 [  5974] By: gsar                                  on 2000/04/27  19:46:57
66762         Log: change#4197 somehow missed initializing PL_errors, meaning
66763              sytax error queueing wasn't working outside eval"" at all;
66764              also fixed eval"" to localize PL_error_count, so that compile-time
66765              eval's don't clobber the error state of the outer context
66766      Branch: perl
66767            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
66768            ! t/pragma/warn/toke
66769 ____________________________________________________________________________
66770 [  5973] By: gsar                                  on 2000/04/27  18:29:05
66771         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
66772      Branch: perl
66773            ! regcomp.c regexec.c t/op/re_tests
66774 ____________________________________________________________________________
66775 [  5972] By: jhi                                   on 2000/04/27  18:22:41
66776         Log: Integrate with Sarathy.
66777      Branch: cfgperl
66778           +> t/lib/b.t t/lib/syslog.t
66779           !> (integrate 31 files)
66780 ____________________________________________________________________________
66781 [  5971] By: jhi                                   on 2000/04/27  18:18:46
66782         Log: Unicos tweaks from Mark P. Lutz.
66783      Branch: cfgperl
66784            ! hints/unicos.sh lib/Math/Complex.pm
66785 ____________________________________________________________________________
66786 [  5970] By: gsar                                  on 2000/04/27  18:05:11
66787         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
66788              IV is >32bits
66789      Branch: perl
66790            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
66791 ____________________________________________________________________________
66792 [  5969] By: gsar                                  on 2000/04/27  17:50:56
66793         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
66794      Branch: perl
66795            + t/lib/syslog.t
66796            ! MANIFEST ext/Sys/Syslog/Syslog.pm
66797 ____________________________________________________________________________
66798 [  5968] By: gsar                                  on 2000/04/27  17:44:49
66799         Log: tolerate spaces in group names in test on solaris (from David Boyce
66800              <dsb@boyski.com>)
66801      Branch: perl
66802            ! t/op/groups.t
66803 ____________________________________________________________________________
66804 [  5967] By: gsar                                  on 2000/04/27  17:41:22
66805         Log: improved docs on the warn_uninit diagnostic (from David Glasser
66806              and Simon Cozens)
66807      Branch: perl
66808            ! pod/perldiag.pod
66809 ____________________________________________________________________________
66810 [  5966] By: gsar                                  on 2000/04/27  16:54:58
66811         Log: add testsuite for B backends, fix bug in B::Deparse (from
66812              Simon Cozens <simon@brecon.co.uk>)
66813      Branch: perl
66814            + t/lib/b.t
66815            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
66816 ____________________________________________________________________________
66817 [  5965] By: gsar                                  on 2000/04/27  16:10:37
66818         Log: avoid "will not stay shared" warnings for our variables (from
66819              Robin Barker)
66820      Branch: perl
66821            ! op.c t/pragma/warn/op
66822 ____________________________________________________________________________
66823 [  5964] By: gsar                                  on 2000/04/27  07:05:05
66824         Log: reformat to 72 columns (again)
66825      Branch: perl
66826            ! pod/perldiag.pod
66827 ____________________________________________________________________________
66828 [  5963] By: gsar                                  on 2000/04/27  06:28:31
66829         Log: patch from Larry to make (\&) prototype work; added tests for
66830              the same
66831      Branch: perl
66832            ! op.c t/comp/proto.t
66833 ____________________________________________________________________________
66834 [  5962] By: gsar                                  on 2000/04/27  06:15:47
66835         Log: updated README.hpux (from Jeff Okamoto)
66836      Branch: perl
66837            ! README.hpux
66838 ____________________________________________________________________________
66839 [  5961] By: gsar                                  on 2000/04/27  05:55:03
66840         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
66841      Branch: perl
66842            ! emacs/cperl-mode.el
66843 ____________________________________________________________________________
66844 [  5960] By: gsar                                  on 2000/04/27  05:49:26
66845         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
66846      Branch: perl
66847            ! INSTALL
66848 ____________________________________________________________________________
66849 [  5959] By: gsar                                  on 2000/04/27  05:33:41
66850         Log: doubled words in pods (from Simon Cozens
66851              <simon.p.cozens@jp.pwcglobal.com>)
66852      Branch: perl
66853            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
66854            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
66855            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
66856            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
66857            ! pod/perltootc.pod
66858 ____________________________________________________________________________
66859 [  5958] By: gsar                                  on 2000/04/27  05:11:39
66860         Log: change#3569 deleted some essential code, revert; avoid use of
66861              atexit() to make DynaLoader work properly on AIX under mod_perl
66862              (from Jens-Uwe Mager <jum@helios.de>)
66863      Branch: perl
66864            ! ext/DynaLoader/dl_aix.xs
66865 ____________________________________________________________________________
66866 [  5957] By: gsar                                  on 2000/04/27  04:54:51
66867         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
66868      Branch: perl
66869            ! pod/perlmod.pod
66870 ____________________________________________________________________________
66871 [  5956] By: gsar                                  on 2000/04/27  04:51:47
66872         Log: better diagnostics on failed tests (from Ilya Zakharevich)
66873      Branch: perl
66874            ! t/op/lex_assign.t
66875 ____________________________________________________________________________
66876 [  5955] By: gsar                                  on 2000/04/27  04:26:44
66877         Log: longstanding bug exposed by change#3307: sort arguments weren't
66878              compiled with the right wantarray context (ensuing runtime lookup
66879              via block_gimme() was getting the incidental context of the
66880              sort() itself)
66881      Branch: perl
66882            ! op.c t/op/sort.t
66883 ____________________________________________________________________________
66884 [  5954] By: gsar                                  on 2000/04/26  23:42:12
66885         Log: integrate cfgperl contents into mainline
66886      Branch: perl
66887           !> (integrate 30 files)
66888 ____________________________________________________________________________
66889 [  5953] By: jhi                                   on 2000/04/26  23:06:42
66890         Log: Integrate with Sarathy.
66891      Branch: cfgperl
66892           !> README.win32 ext/B/B/Deparse.pm
66893           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
66894           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
66895           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
66896           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
66897           !> utils/perldoc.PL vms/perlvms.pod
66898 ____________________________________________________________________________
66899 [  5952] By: jhi                                   on 2000/04/26  23:03:46
66900         Log: Undo "use integer" addition from 64bitint as it seems
66901              to break most of the subtests in Digital UNIX;
66902              Unicos needs to find another way.
66903      Branch: cfgperl
66904            ! t/op/64bitint.t
66905 ____________________________________________________________________________
66906 [  5951] By: jhi                                   on 2000/04/26  22:57:53
66907         Log: Be more robust on "extreme" (large absolute value)
66908              arguments.  Originally reported by Daniel Connelly
66909              as a problem with asinh() on large negative arguments,
66910              asinh() used to bail out because an argument to log()
66911              ended up being zero.  Ilya Zakharevich proposed using
66912              Taylor's series in such cases, which for such large
66913              arguments is a very good approximation.
66914      Branch: cfgperl
66915            ! lib/Math/Complex.pm t/lib/complex.t
66916 ____________________________________________________________________________
66917 [  5950] By: gsar                                  on 2000/04/25  19:13:12
66918         Log: reformat perldiag to avoid long lines
66919      Branch: perl
66920            ! pod/perldiag.pod
66921 ____________________________________________________________________________
66922 [  5949] By: gsar                                  on 2000/04/25  18:41:11
66923         Log: make perldoc use the pod2man from the same version (from
66924              M.J.T. Guy)
66925      Branch: perl
66926            ! utils/perldoc.PL
66927 ____________________________________________________________________________
66928 [  5948] By: gsar                                  on 2000/04/25  18:21:57
66929         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
66930              <kompas@kompas.usr.onet.pl>)
66931      Branch: perl
66932            ! lib/vars.pm
66933 ____________________________________________________________________________
66934 [  5947] By: gsar                                  on 2000/04/25  18:11:53
66935         Log: use &dl_error rather than &dl_load_file as the guard for calling
66936              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
66937              statically built perl)
66938      Branch: perl
66939            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
66940 ____________________________________________________________________________
66941 [  5946] By: jhi                                   on 2000/04/25  17:37:54
66942         Log: Document that tr() is not tr(1).
66943      Branch: cfgperl
66944            ! pod/perlop.pod
66945 ____________________________________________________________________________
66946 [  5945] By: gsar                                  on 2000/04/25  16:34:33
66947         Log: make module name mandatory after -M switch; reorder perldiag
66948              alphabetically (from Mark-Jason Dominus)
66949      Branch: perl
66950            ! perl.c pod/perldiag.pod
66951 ____________________________________________________________________________
66952 [  5944] By: jhi                                   on 2000/04/25  01:15:18
66953         Log: On second thoughts frexp() does have two arguments.
66954      Branch: cfgperl
66955            ! perl.h
66956 ____________________________________________________________________________
66957 [  5943] By: jhi                                   on 2000/04/24  22:56:32
66958         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
66959              Now pp_ncmp() returns undef is either operand is a NaN.
66960      Branch: cfgperl
66961            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
66962            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
66963            ! vms/subconfigure.com vos/config.def vos/config.h
66964            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
66965            ! win32/config.vc win32/config_H.bc win32/config_H.gc
66966            ! win32/config_H.vc
66967      Branch: metaconfig/U/perl
66968            + d_modfl.U
66969 ____________________________________________________________________________
66970 [  5942] By: jhi                                   on 2000/04/24  19:45:17
66971         Log: Regen Configure to match #5937.
66972      Branch: cfgperl
66973            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
66974            ! config_h.SH
66975      Branch: metaconfig
66976            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
66977 ____________________________________________________________________________
66978 [  5941] By: jhi                                   on 2000/04/24  19:24:11
66979         Log: Further Unicos fixes for Mark Lutz.
66980      Branch: cfgperl
66981            ! hints/unicos.sh pp_ctl.c
66982 ____________________________________________________________________________
66983 [  5940] By: jhi                                   on 2000/04/24  19:09:06
66984         Log: Various Unicos 10.0.0.6 fixes.
66985              
66986              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
66987              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
66988              Reply-To: tecmpl1@triton.ca.boeing.com 
66989              To: perl5-porters@perl.org 
66990              Date: Fri, 14 Apr 2000 20:21:00 GMT 
66991              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
66992      Branch: cfgperl
66993            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
66994 ____________________________________________________________________________
66995 [  5939] By: gsar                                  on 2000/04/24  19:01:24
66996         Log: more pod nits (from Larry Virden)
66997      Branch: perl
66998            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
66999            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
67000            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
67001 ____________________________________________________________________________
67002 [  5938] By: gsar                                  on 2000/04/24  18:54:01
67003         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
67004      Branch: perl
67005            ! ext/B/B/Deparse.pm
67006 ____________________________________________________________________________
67007 [  5937] By: jhi                                   on 2000/04/24  17:39:00
67008         Log: Integrate with Sarathy.
67009      Branch: cfgperl
67010           +> (branch 31 files)
67011           !> (integrate 73 files)
67012 ____________________________________________________________________________
67013 [  5936] By: gsar                                  on 2000/04/24  17:30:06
67014         Log: additional tests for change#5934 (from Paul Marquess, who also
67015              sent in the same fix)
67016      Branch: perl
67017            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
67018            ! t/pragma/warn/5nolint t/pragma/warn/6default
67019 ____________________________________________________________________________
67020 [  5935] By: jhi                                   on 2000/04/24  17:26:05
67021         Log: Do not assume sign propagation.
67022              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
67023              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
67024              To: payner@ncifcrf.gov, perl5-porters@perl.org 
67025              Date: Tue, 18 Apr 2000 18:24:49 +0100 
67026              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
67027      Branch: cfgperl
67028            ! t/op/bop.t t/op/misc.t
67029 ____________________________________________________________________________
67030 [  5934] By: gsar                                  on 2000/04/24  17:16:54
67031         Log: propagate lexical warnings from surrounding scope correctly
67032              within string eval()
67033      Branch: perl
67034            ! pp_ctl.c t/pragma/warn/pp_ctl
67035 ____________________________________________________________________________
67036 [  5933] By: jhi                                   on 2000/04/24  17:01:07
67037         Log: Flatten the cpp jungle doing the nosuid checking.
67038      Branch: cfgperl
67039            ! perl.c
67040 ____________________________________________________________________________
67041 [  5932] By: gsar                                  on 2000/04/24  09:08:14
67042         Log: add rsignal(), whichsig() and do_join() to public API list
67043              (mod_perl uses them to good advantage)
67044      Branch: perl
67045            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
67046 ____________________________________________________________________________
67047 [  5931] By: gsar                                  on 2000/04/24  09:01:40
67048         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
67049      Branch: perl
67050            ! pp_hot.c regexec.c t/op/pat.t
67051 ____________________________________________________________________________
67052 [  5930] By: gsar                                  on 2000/04/24  08:58:33
67053         Log: small os390 tweaks (from Peter Prymmer)
67054      Branch: perl
67055            ! config_h.SH makedepend.SH
67056 ____________________________________________________________________________
67057 [  5929] By: gsar                                  on 2000/04/24  08:55:25
67058         Log: pod nits
67059      Branch: perl
67060            ! pod/perlguts.pod
67061 ____________________________________________________________________________
67062 [  5928] By: gsar                                  on 2000/04/24  08:50:13
67063         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
67064      Branch: perl
67065            ! ext/IO/lib/IO/Poll.pm
67066 ____________________________________________________________________________
67067 [  5927] By: gsar                                  on 2000/04/24  08:43:24
67068         Log: arrange for next() to resume at the unstack op rather than the
67069              loop conditional, so that scope cleanup happens correctly
67070              (from Stephen McCamant)
67071      Branch: perl
67072            ! op.c pp_ctl.c t/op/misc.t
67073 ____________________________________________________________________________
67074 [  5926] By: gsar                                  on 2000/04/24  08:18:40
67075         Log: on windows, reserve 16M of stack rather than 128M (allows more
67076              threads to run concurrently)
67077      Branch: perl
67078            ! win32/Makefile win32/makefile.mk
67079 ____________________________________________________________________________
67080 [  5925] By: gsar                                  on 2000/04/24  08:13:52
67081         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
67082      Branch: perl
67083            ! toke.c
67084 ____________________________________________________________________________
67085 [  5924] By: gsar                                  on 2000/04/24  08:08:59
67086         Log: avoid using uninitialized memory in require version check
67087      Branch: perl
67088            ! pp_ctl.c universal.c
67089 ____________________________________________________________________________
67090 [  5923] By: gsar                                  on 2000/04/24  07:20:14
67091         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
67092      Branch: perl
67093            ! ext/IO/lib/IO/Poll.pm
67094 ____________________________________________________________________________
67095 [  5922] By: gsar                                  on 2000/04/24  07:08:42
67096         Log: commentary about IoTYPE() (from Nathan Torkington)
67097      Branch: perl
67098            ! sv.h
67099 ____________________________________________________________________________
67100 [  5921] By: gsar                                  on 2000/04/24  06:58:26
67101         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
67102              by fix
67103      Branch: perl
67104            ! sv.c t/lib/charnames.t t/pragma/utf8.t
67105 ____________________________________________________________________________
67106 [  5920] By: gsar                                  on 2000/04/24  06:37:59
67107         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
67108      Branch: perl
67109            ! doop.c t/op/ver.t
67110 ____________________________________________________________________________
67111 [  5919] By: gsar                                  on 2000/04/24  06:21:58
67112         Log: Configure might miss old directories when prefix must be
67113              expanded (from Robin Barker)
67114      Branch: metaconfig
67115            ! U/installdirs/inc_version_list.U
67116      Branch: perl
67117            ! Configure
67118 ____________________________________________________________________________
67119 [  5918] By: gsar                                  on 2000/04/24  06:16:11
67120         Log: VMS nits in glob() test (from Charles Lane)
67121      Branch: perl
67122            ! t/lib/glob-basic.t
67123 ____________________________________________________________________________
67124 [  5917] By: gsar                                  on 2000/04/24  06:11:56
67125         Log: various pod nits (from Larry Virden and others)
67126      Branch: perl
67127            ! README.amiga README.hpux README.machten README.os2
67128            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
67129            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
67130            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
67131            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
67132            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
67133            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
67134            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
67135            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
67136 ____________________________________________________________________________
67137 [  5916] By: gsar                                  on 2000/04/24  05:52:43
67138         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
67139              <wjones@tc.fluke.com>)
67140      Branch: perl
67141            ! t/lib/glob-basic.t
67142 ____________________________________________________________________________
67143 [  5915] By: gsar                                  on 2000/04/24  05:07:01
67144         Log: supported platforms mixed up
67145      Branch: perl
67146            ! pod/perl56delta.pod pod/perlport.pod
67147 ____________________________________________________________________________
67148 [  5914] By: gsar                                  on 2000/04/24  04:56:08
67149         Log: caller() wasn't returning the right number of elements for
67150              eval {...}
67151      Branch: perl
67152            ! pp_ctl.c t/pragma/warn/9enabled
67153 ____________________________________________________________________________
67154 [  5913] By: gsar                                  on 2000/04/24  04:35:41
67155         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
67156              Mark-Jason Dominus)
67157      Branch: perl
67158            ! pod/perlfunc.pod
67159 ____________________________________________________________________________
67160 [  5912] By: gsar                                  on 2000/04/24  04:17:15
67161         Log: fix totally broken caching in UNIVERSAL::isa() (from
67162              Nick Ing-Simmons)
67163      Branch: perl
67164            ! t/op/universal.t universal.c
67165 ____________________________________________________________________________
67166 [  5911] By: gsar                                  on 2000/04/24  03:39:47
67167         Log: add linebreak properties from unicode/LineBrk.txt (from
67168              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
67169      Branch: perl
67170            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
67171            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
67172            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
67173            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
67174            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
67175            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
67176            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
67177            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
67178            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
67179            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
67180            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
67181            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
67182            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
67183            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
67184            + lib/unicode/Is/LbrkZW.pl
67185            ! lib/unicode/mktables.PL
67186 ____________________________________________________________________________
67187 [  5910] By: gsar                                  on 2000/04/24  03:23:10
67188         Log: typo in pod
67189      Branch: perl
67190            ! ext/Thread/Thread.pm
67191 ____________________________________________________________________________
67192 [  5909] By: gsar                                  on 2000/04/24  03:22:03
67193         Log: mode argument to do_binmode() should be file mode, not boolean
67194      Branch: perl
67195            ! pp_sys.c
67196 ____________________________________________________________________________
67197 [  5908] By: gsar                                  on 2000/04/16  16:51:08
67198         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
67199              always returns a valid GV even when the symbol is trapped by strictures
67200              (avoids coredumps)
67201              
67202              TODO: the C<package;> hack needs similar treatment
67203      Branch: perl
67204            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
67205            ! t/pragma/strict-vars
67206 ____________________________________________________________________________
67207 [  5907] By: jhi                                   on 2000/03/31  23:42:56
67208         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
67209              an assumption which #5905 demolished.
67210      Branch: cfgperl
67211            ! pp_sys.c
67212 ____________________________________________________________________________
67213 [  5906] By: jhi                                   on 2000/03/31  18:54:37
67214         Log: Typo in #5905.
67215      Branch: cfgperl
67216            ! t/op/64bitint.t
67217 ____________________________________________________________________________
67218 [  5905] By: jhi                                   on 2000/03/31  18:50:54
67219         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
67220              reported by Joseph N. Hall.  The bug was that even with use64bitint
67221              one had to use the prefixes q, L, or ll with printf/sprintf,
67222              contrary to the documentation and common sense.
67223      Branch: cfgperl
67224            ! sv.c t/op/64bitint.t
67225 ____________________________________________________________________________
67226 [  5904] By: gsar                                  on 2000/03/28  02:31:32
67227         Log: add Changes, perldelta.pod
67228      Branch: perl
67229            + Changes pod/perldelta.pod
67230 ____________________________________________________________________________
67231 [  5903] By: gsar                                  on 2000/03/28  02:03:55
67232         Log: rename Changes and perldelta.pod
67233      Branch: perl
67234           +> Changes5.6 pod/perl56delta.pod
67235            - Changes pod/perldelta.pod
67236            ! MANIFEST
67237 ____________________________________________________________________________
67238 [  5902] By: gsar                                  on 2000/03/28  01:59:14
67239         Log: create maint-5.6 branch
67240      Branch: maint-5.6/perl
67241           +> (branch 1611 files)
67242 ____________________________________________________________________________
67243 [  5901] By: jhi                                   on 2000/03/23  05:48:43
67244         Log: Integrate with Sarathy.
67245      Branch: cfgperl
67246           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
67247 ____________________________________________________________________________
67248 [  5900] By: gsar                                  on 2000/03/23  05:42:43
67249         Log: three guesses on what this is :-)
67250      Branch: perl
67251            ! Changes