1_compile updates.
[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 [ 12109] By: jhi                                   on 2001/09/21  13:44:43
35         Log: Make AIX and Tru64 compilers happy.  
36      Branch: perl
37            ! ext/threads/threads.h ext/threads/threads.xs
38 ____________________________________________________________________________
39 [ 12108] By: jhi                                   on 2001/09/21  12:16:27
40         Log: Subject: [PATCH] Re: [ID 20010920.007] q and qq does not work after do
41              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
42              Date: 21 Sep 2001 09:16:37 -0000
43              Message-Id: <slrn9qm1ca.h6b.rgarciasuarez@rafael.kazibao.net>
44      Branch: perl
45            ! toke.c
46 ____________________________________________________________________________
47 [ 12107] By: jhi                                   on 2001/09/21  12:14:41
48         Log: Subject: [PATCH pp_sys.c] pp_chdir Win32 fix
49              From: Michael G Schwern <schwern@pobox.com>
50              Date: Thu, 20 Sep 2001 21:21:34 -0400
51              Message-ID: <20010920212134.Y28291@blackrider>
52      Branch: perl
53            ! pp_sys.c
54 ____________________________________________________________________________
55 [ 12106] By: jhi                                   on 2001/09/21  12:12:09
56         Log: Subject: Re: GDB Debugging Macros from mod_perl
57              From: rspier@pobox.com (Robert Spier)
58              Date: Thu, 20 Sep 2001 22:45:03 -0700
59              Message-ID: <15274.54239.413929.49430@rls.cx>
60      Branch: perl
61            ! pod/perltodo.pod
62 ____________________________________________________________________________
63 [ 12105] By: sky                                   on 2001/09/21  10:33:34
64         Log: Fixed bug where Time::HiRes::time returned time adjusted to 
65              timezone! GetSystemTime should be available on all Win32 
66              platforms we support. Perhaps Time::HiRes should be extended to
67              support WinCE and Novell?
68      Branch: perl
69            ! ext/Time/HiRes/HiRes.xs
70 ____________________________________________________________________________
71 [ 12104] By: sky                                   on 2001/09/21  08:12:39
72         Log: Attempt to fix solaris issue raised by Andy Dougherty.  
73      Branch: perl
74            ! ext/threads/threads.h ext/threads/threads.xs
75 ____________________________________________________________________________
76 [ 12103] By: sky                                   on 2001/09/21  07:57:41
77         Log: Rename the *thread* functions to Perl_* to avoid clashes.
78              Notably on AIX but could become a problem on other platforms.
79      Branch: perl
80            ! ext/threads/threads.h ext/threads/threads.xs
81 ____________________________________________________________________________
82 [ 12102] By: sky                                   on 2001/09/21  07:35:30
83         Log: Add the shared sv space to the global vars.
84              Fix problems compiling on win32.
85      Branch: perl
86            ! embedvar.h ext/threads/threads.xs perlapi.h perlvars.h
87            ! sharedsv.c sharedsv.h
88 ____________________________________________________________________________
89 [ 12101] By: ams                                   on 2001/09/21  00:19:55
90         Log: Subject: [PATCH] win32/Makefile warning fix
91              From: Blair Zajac <blair@orcaware.com>
92              Date: Thu, 20 Sep 2001 18:15:43 -0700
93              Message-Id: <3BAA94BF.FFD5FC3A@orcaware.com>
94      Branch: perl
95            ! win32/Makefile
96 ____________________________________________________________________________
97 [ 12100] By: jhi                                   on 2001/09/20  21:57:04
98         Log: Subject: [PATCH bleadperl] Command.t patch had some errors... sorry.
99              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
100              Date: Thu, 20 Sep 2001 18:36:22 +0200
101              Message-ID: <549856591.20010920183622@tesla.rcub.bg.ac.yu>
102      Branch: perl
103            ! lib/ExtUtils/Command.t
104 ____________________________________________________________________________
105 [ 12099] By: jhi                                   on 2001/09/20  21:53:00
106         Log: Cant spl wirth a dam.
107      Branch: perl
108            ! intrpvar.h
109 ____________________________________________________________________________
110 [ 12098] By: jhi                                   on 2001/09/20  21:52:24
111         Log: Don't use C++ comments.
112      Branch: perl
113            ! ext/threads/threads.xs
114 ____________________________________________________________________________
115 [ 12097] By: ams                                   on 2001/09/20  21:42:07
116         Log: Change #12044 didn't.
117      Branch: perl
118            ! lib/constant.pm
119 ____________________________________________________________________________
120 [ 12096] By: jhi                                   on 2001/09/20  13:38:44
121         Log: Metaconfig unit changes for #12095.
122      Branch: metaconfig
123            ! U/modified/Myinit.U U/modified/libs.U
124 ____________________________________________________________________________
125 [ 12095] By: jhi                                   on 2001/09/20  13:38:22
126         Log: Remove iconv references since we are not using it
127              and not going to; regen perltoc, perlmodlib.
128              (Some references still linger in perltoc, have to figure
129              out where they are coming from.)
130      Branch: perl
131            ! Configure NetWare/config.wc NetWare/config_H.wc
132            ! Porting/Glossary Porting/config.sh Porting/config_H
133            ! config_h.SH configure.com epoc/config.sh perl.h
134            ! pod/perlmodlib.pod pod/perltoc.pod uconfig.h uconfig.sh
135            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
136            ! vos/config.ga.h win32/config.bc win32/config.gc
137            ! win32/config.vc win32/config_H.bc win32/config_H.gc
138            ! win32/config_H.vc wince/config.ce wince/config.h
139            ! wince/config_H.ce
140 ____________________________________________________________________________
141 [ 12094] By: jhi                                   on 2001/09/20  12:49:17
142         Log: Subject: [PATCH docs] Re: ARGV and read
143              From: Dave Mitchell <davem@fdgroup.co.uk>
144              Date: Thu, 20 Sep 2001 13:21:31 +0100 (BST)
145              Message-Id: <200109201221.NAA04258@gizmo.fdgroup.co.uk>
146      Branch: perl
147            ! pod/perltodo.pod pod/perlvar.pod
148 ____________________________________________________________________________
149 [ 12093] By: jhi                                   on 2001/09/20  12:45:35
150         Log: Fresh copies from the cvs.perl.org perlfaq repository.
151      Branch: perl
152            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
153            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
154            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
155            ! pod/perlfaq9.pod
156 ____________________________________________________________________________
157 [ 12092] By: jhi                                   on 2001/09/20  12:32:44
158         Log: Subject: [PATCH] Re: n questions (was Re: 4 questions about pack/unpack)        
159              From: Nicholas Clark <nick@ccl4.org>
160              Date: Thu, 20 Sep 2001 14:27:08 +0100
161              Message-ID: <20010920142708.X4971@plum.flirble.org>
162      Branch: perl
163            ! pp_pack.c t/op/pack.t
164 ____________________________________________________________________________
165 [ 12091] By: jhi                                   on 2001/09/20  12:16:50
166         Log: The sharedsv_space* are variables, not code.  Duh.
167      Branch: perl
168            ! intrpvar.h makedef.pl
169 ____________________________________________________________________________
170 [ 12090] By: ams                                   on 2001/09/20  11:26:06
171         Log: Subject: [patch lib/lib_pm.PL]
172              From: Stas Bekman <stas@stason.org>
173              Date: Thu, 20 Sep 2001 18:48:53 +0800
174              Message-Id: <3BA9C995.6010302@stason.org>
175              (Applied by hand.)
176      Branch: perl
177            ! lib/lib_pm.PL
178 ____________________________________________________________________________
179 [ 12089] By: jhi                                   on 2001/09/20  01:36:23
180         Log: Only 21 tests, skipping or not.
181      Branch: perl
182            ! lib/ExtUtils/Command.t
183 ____________________________________________________________________________
184 [ 12088] By: jhi                                   on 2001/09/19  18:54:37
185         Log: New exported symbols.
186      Branch: perl
187            ! makedef.pl
188 ____________________________________________________________________________
189 [ 12087] By: jhi                                   on 2001/09/19  13:45:59
190         Log: Update Changes.
191      Branch: perl
192            ! Changes patchlevel.h
193 ____________________________________________________________________________
194 [ 12086] By: jhi                                   on 2001/09/19  13:02:58
195         Log: Correct numbering of the tests is useful.
196      Branch: perl
197            ! ext/threads/t/basic.t
198 ____________________________________________________________________________
199 [ 12085] By: jhi                                   on 2001/09/19  12:11:15
200         Log: More tests now too.
201      Branch: perl
202            ! lib/ExtUtils/Command.t
203 ____________________________________________________________________________
204 [ 12084] By: jhi                                   on 2001/09/19  12:08:33
205         Log: More tests now.
206      Branch: perl
207            ! ext/threads/t/basic.t
208 ____________________________________________________________________________
209 [ 12083] By: jhi                                   on 2001/09/19  11:35:55
210         Log: The test assumed 7-bit ASCII.  Now it "just"
211              assumes 8-bit whatever.
212      Branch: perl
213            ! t/op/crypt.t
214 ____________________________________________________________________________
215 [ 12082] By: jhi                                   on 2001/09/19  11:19:56
216         Log: Subject: Re: [PATCH] Smoke 12057 /pro/3gl/CPAN/perl-current
217              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
218              Date: Wed, 19 Sep 2001 11:45:28 +0200
219              Message-Id: <20010919110037.19C7.H.M.BRAND@hccnet.nl>
220              
221              Lvalue casts are not portable.
222      Branch: perl
223            ! ext/threads/threads.xs
224 ____________________________________________________________________________
225 [ 12081] By: sky                                   on 2001/09/19  10:17:52
226         Log: Make the basic test contain only realy basic API tests
227              Seems to be a problem with detach.
228      Branch: perl
229            ! ext/threads/t/basic.t
230 ____________________________________________________________________________
231 [ 12080] By: ams                                   on 2001/09/19  01:23:55
232         Log: Subject: [PATCH] Syncing with Test::Simple 0.19
233              From: Michael G Schwern <schwern@pobox.com>
234              Date: Tue, 18 Sep 2001 19:53:48 -0400
235              Message-Id: <20010918195348.M585@blackrider>
236              
237              Subject: [REPATCH] Re: [PATCH lib/Test/More.pm] Stray newline confusing t/TEST
238              From: Michael G Schwern <schwern@pobox.com>
239              Date: Tue, 18 Sep 2001 22:07:13 -0400
240              Message-Id: <20010918220713.B19616@blackrider>
241      Branch: perl
242            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
243            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
244            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
245            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/todo.t
246            ! lib/Test/Tutorial.pod
247 ____________________________________________________________________________
248 [ 12079] By: jhi                                   on 2001/09/19  00:19:45
249         Log: Indent the test a bit.
250      Branch: perl
251            ! ext/threads/t/basic.t
252 ____________________________________________________________________________
253 [ 12078] By: jhi                                   on 2001/09/18  22:54:21
254         Log: Subject: [PATCH bleadperl] added tainting for getcwd for Win32
255              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
256              Date: Tue, 18 Sep 2001 18:06:44 +0200
257              Message-ID: <11018348611.20010918180644@tesla.rcub.bg.ac.yu>
258      Branch: perl
259            ! win32/win32.c
260 ____________________________________________________________________________
261 [ 12077] By: jhi                                   on 2001/09/18  22:52:24
262         Log: Subject: stat access time is wrong on Win95
263              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
264              Date: Tue, 18 Sep 2001 21:59:24 +0200
265              Message-ID: <413158386.20010918215924@tesla.rcub.bg.ac.yu>
266      Branch: perl
267            ! lib/ExtUtils/Command.pm lib/ExtUtils/Command.t
268 ____________________________________________________________________________
269 [ 12076] By: ams                                   on 2001/09/18  22:11:25
270         Log: Subject: [PATCH] Re: [PATCH] t/op/crypt.t
271              From: Michael G Schwern <schwern@pobox.com>
272              Date: Tue, 18 Sep 2001 18:47:14 -0400
273              Message-Id: <20010918184714.I585@blackrider>
274      Branch: perl
275            ! t/op/crypt.t
276 ____________________________________________________________________________
277 [ 12075] By: sky                                   on 2001/09/18  19:29:37
278         Log: two test failures
279              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
280              Message-ID: <20010918221702.A17408@rafael>
281              partly applied, #12074 already fixed half the patch
282      Branch: perl
283            ! ext/threads/t/basic.t
284 ____________________________________________________________________________
285 [ 12074] By: sky                                   on 2001/09/18  18:49:03
286         Log: Fixes test case failure introduced by #12071, the warning is
287              now correctly spelled :-)
288      Branch: perl
289            ! ext/IO/lib/IO/t/io_sel.t
290 ____________________________________________________________________________
291 [ 12073] By: sky                                   on 2001/09/18  18:46:22
292         Log: Make the test behave properly!
293      Branch: perl
294            ! ext/threads/t/basic.t
295 ____________________________________________________________________________
296 [ 12072] By: ams                                   on 2001/09/18  18:44:59
297         Log: OP_RCATLINE is an SVOP, not a BASEOP.
298      Branch: perl
299            ! opcode.h opcode.pl
300 ____________________________________________________________________________
301 [ 12071] By: ams                                   on 2001/09/18  18:06:27
302         Log: Deprecate != Depreciate.
303      Branch: perl
304            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Select.pm
305            ! lib/Pod/ParseUtils.pm
306 ____________________________________________________________________________
307 [ 12070] By: ams                                   on 2001/09/18  15:14:58
308         Log: Subject: [PATCH] Getopt::Std cleanup
309              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
310              Date: Tue, 18 Sep 2001 17:32:13 +0200
311              Message-Id: <20010918173213.C777@rafael>
312      Branch: perl
313            ! lib/Getopt/Std.pm lib/Getopt/Std.t
314 ____________________________________________________________________________
315 [ 12069] By: sky                                   on 2001/09/18  14:56:33
316         Log: Forgot the makefile
317      Branch: perl
318            + ext/threads/Makefile.PL
319 ____________________________________________________________________________
320 [ 12068] By: sky                                   on 2001/09/18  14:13:26
321         Log: Adds the thread 0.05 module. It is now moved to the core from CPAN.
322              The test will fail because of Test.pm not knowing about threads. 
323              basic needs to be manually tested
324              compile time warnings on IV2PTR conversions need to be fixed
325      Branch: perl
326            + ext/threads/Changes ext/threads/README ext/threads/t/basic.t
327            + ext/threads/threads.h ext/threads/threads.pm
328            + ext/threads/threads.xs
329            ! MANIFEST
330 ____________________________________________________________________________
331 [ 12067] By: jhi                                   on 2001/09/18  11:51:08
332         Log: DJGPP tweak from Laszlo Molnar.
333      Branch: perl
334            ! djgpp/config.over
335 ____________________________________________________________________________
336 [ 12066] By: sky                                   on 2001/09/18  10:24:31
337         Log: Changed how ownership of mutexes are held. We never hold a mutex only a slot indicating that we own the lock.
338      Branch: perl
339            ! sharedsv.c sharedsv.h
340 ____________________________________________________________________________
341 [ 12065] By: jhi                                   on 2001/09/18  00:00:09
342         Log: Strip ^iso- from the Encode filenames to be 8.3-friendly,
343              ditto ^cns.
344      Branch: perl
345            + ext/Encode/Encode/11643-1.enc ext/Encode/Encode/11643-2.enc
346            + ext/Encode/Encode/2022-cn.enc ext/Encode/Encode/2022-jp.enc
347            + ext/Encode/Encode/2022-jp1.enc ext/Encode/Encode/2022-jp2.enc
348            + ext/Encode/Encode/2022-kr.enc ext/Encode/Encode/2022.enc
349            + ext/Encode/Encode/8859-1.enc ext/Encode/Encode/8859-1.ucm
350            + ext/Encode/Encode/8859-10.enc ext/Encode/Encode/8859-10.ucm
351            + ext/Encode/Encode/8859-11.enc ext/Encode/Encode/8859-11.ucm
352            + ext/Encode/Encode/8859-13.enc ext/Encode/Encode/8859-13.ucm
353            + ext/Encode/Encode/8859-14.enc ext/Encode/Encode/8859-14.ucm
354            + ext/Encode/Encode/8859-15.enc ext/Encode/Encode/8859-15.ucm
355            + ext/Encode/Encode/8859-16.enc ext/Encode/Encode/8859-16.ucm
356            + ext/Encode/Encode/8859-2.enc ext/Encode/Encode/8859-2.ucm
357            + ext/Encode/Encode/8859-3.enc ext/Encode/Encode/8859-3.ucm
358            + ext/Encode/Encode/8859-4.enc ext/Encode/Encode/8859-4.ucm
359            + ext/Encode/Encode/8859-5.enc ext/Encode/Encode/8859-5.ucm
360            + ext/Encode/Encode/8859-6.enc ext/Encode/Encode/8859-6.ucm
361            + ext/Encode/Encode/8859-7.enc ext/Encode/Encode/8859-7.ucm
362            + ext/Encode/Encode/8859-8.enc ext/Encode/Encode/8859-8.ucm
363            + ext/Encode/Encode/8859-9.enc ext/Encode/Encode/8859-9.ucm
364            + ext/Encode/Encode/ir-197.enc
365            - ext/Encode/Encode/cns11643-1.enc
366            - ext/Encode/Encode/cns11643-2.enc
367            - ext/Encode/Encode/iso2022-cn.enc
368            - ext/Encode/Encode/iso2022-jp.enc
369            - ext/Encode/Encode/iso2022-jp1.enc
370            - ext/Encode/Encode/iso2022-jp2.enc
371            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
372            - ext/Encode/Encode/iso8859-1.enc
373            - ext/Encode/Encode/iso8859-1.ucm
374            - ext/Encode/Encode/iso8859-10.enc
375            - ext/Encode/Encode/iso8859-10.ucm
376            - ext/Encode/Encode/iso8859-11.enc
377            - ext/Encode/Encode/iso8859-11.ucm
378            - ext/Encode/Encode/iso8859-13.enc
379            - ext/Encode/Encode/iso8859-13.ucm
380            - ext/Encode/Encode/iso8859-14.enc
381            - ext/Encode/Encode/iso8859-14.ucm
382            - ext/Encode/Encode/iso8859-15.enc
383            - ext/Encode/Encode/iso8859-15.ucm
384            - ext/Encode/Encode/iso8859-16.enc
385            - ext/Encode/Encode/iso8859-16.ucm
386            - ext/Encode/Encode/iso8859-2.enc
387            - ext/Encode/Encode/iso8859-2.ucm
388            - ext/Encode/Encode/iso8859-3.enc
389            - ext/Encode/Encode/iso8859-3.ucm
390            - ext/Encode/Encode/iso8859-4.enc
391            - ext/Encode/Encode/iso8859-4.ucm
392            - ext/Encode/Encode/iso8859-5.enc
393            - ext/Encode/Encode/iso8859-5.ucm
394            - ext/Encode/Encode/iso8859-6.enc
395            - ext/Encode/Encode/iso8859-6.ucm
396            - ext/Encode/Encode/iso8859-7.enc
397            - ext/Encode/Encode/iso8859-7.ucm
398            - ext/Encode/Encode/iso8859-8.enc
399            - ext/Encode/Encode/iso8859-8.ucm
400            - ext/Encode/Encode/iso8859-9.enc
401            - ext/Encode/Encode/iso8859-9.ucm
402            - ext/Encode/Encode/isoir-197.enc
403            ! MANIFEST ext/Encode/Encode/Tcl.t ext/Encode/Makefile.PL
404 ____________________________________________________________________________
405 [ 12064] By: jhi                                   on 2001/09/17  23:53:38
406         Log: Must Uppercase.
407      Branch: perl
408            ! ext/Encode/Encode.pm
409 ____________________________________________________________________________
410 [ 12063] By: jhi                                   on 2001/09/17  23:39:28
411         Log: Add various encodings.
412      Branch: perl
413            + ext/Encode/Encode/iso8859-11.enc
414            + ext/Encode/Encode/iso8859-11.ucm ext/Encode/Encode/koi8-f.enc
415            + ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-u.enc
416            + ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/nextstep.enc
417            + ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/roman8.enc
418            + ext/Encode/Encode/roman8.ucm ext/Encode/Encode/viscii.enc
419            + ext/Encode/Encode/viscii.ucm
420            ! MANIFEST ext/Encode/Encode.pm
421 ____________________________________________________________________________
422 [ 12062] By: jhi                                   on 2001/09/17  22:48:21
423         Log: lib/unicode relic.
424      Branch: perl
425            ! ext/Encode/compile
426 ____________________________________________________________________________
427 [ 12061] By: jhi                                   on 2001/09/17  20:50:16
428         Log: Subject: [PATCH] Re: filename problems
429              From: Michael G Schwern <schwern@pobox.com>
430              Date: Mon, 17 Sep 2001 17:26:26 -0400
431              Message-ID: <20010917172626.Q585@blackrider>
432      Branch: perl
433            + t/lib/sample-tests/head_end t/lib/sample-tests/head_fail
434            - t/lib/sample-tests/header_at_end
435            - t/lib/sample-tests/header_at_end_fail
436            ! MANIFEST lib/Test/Harness/t/test-harness.t
437 ____________________________________________________________________________
438 [ 12060] By: jhi                                   on 2001/09/17  20:14:53
439         Log: Explicitly explain the 1e9 seconds, not everybody
440              is a C geek.
441      Branch: perl
442            ! ext/Time/HiRes/HiRes.pm
443 ____________________________________________________________________________
444 [ 12059] By: jhi                                   on 2001/09/17  20:07:20
445         Log: Explain an apparent bug reported by
446              Richard J. Barbalace <rjbarbal@MIT.EDU>,
447              with additional explanation from Gisle Aas.
448      Branch: perl
449            ! ext/Time/HiRes/HiRes.pm
450 ____________________________________________________________________________
451 [ 12058] By: ams                                   on 2001/09/17  19:52:01
452         Log: Subject: [PATCH t/lib/warnings/pp, t/lib/warnings/op] new tests
453              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
454              Date: Mon, 17 Sep 2001 22:48:05 +0200
455              Message-Id: <20010917224805.C11744@rafael>
456      Branch: perl
457            ! t/lib/warnings/op t/lib/warnings/pp
458 ____________________________________________________________________________
459 [ 12057] By: ams                                   on 2001/09/17  16:51:18
460         Log: Its a nit!
461      Branch: perl
462            ! sv.h
463 ____________________________________________________________________________
464 [ 12056] By: ams                                   on 2001/09/17  16:47:55
465         Log: Subject: [PATCH perl@12023] waitpid enhancements for VMS
466              From: "Craig A. Berry" <craigberry@mac.com>
467              Date: Mon, 17 Sep 2001 12:34:20 -0500
468              Message-Id: <5.1.0.14.0.20010916222208.0469cdf8@exchi01>
469      Branch: perl
470            ! vms/vms.c
471 ____________________________________________________________________________
472 [ 12055] By: ams                                   on 2001/09/17  16:05:15
473         Log: Subject: [PATCH] Make CPAN.pm use Digest::MD5
474              From: Gisle Aas <gisle@ActiveState.com>
475              Date: 16 Apr 2001 16:20:34 -0700
476              Message-ID: <lrlmp0sa7x.fsf@caliper.ActiveState.com>
477              (Applied by hand.)
478      Branch: perl
479            ! lib/CPAN.pm lib/CPAN/Nox.pm
480 ____________________________________________________________________________
481 [ 12054] By: jhi                                   on 2001/09/17  14:06:26
482         Log: Update Changes.
483      Branch: perl
484            ! Changes patchlevel.h
485 ____________________________________________________________________________
486 [ 12053] By: jhi                                   on 2001/09/17  13:45:26
487         Log: Adding new files to the MANIFEST is always nice.
488      Branch: perl
489            ! MANIFEST
490 ____________________________________________________________________________
491 [ 12052] By: jhi                                   on 2001/09/17  13:12:31
492         Log: Reindent the PerlIO files (suggested by NI-S), used
493              indent -kr -nce -psl -sc -TSV -TAV -THV -TGV -TIV -TUV -TNV -TMAGIC -TFILE -TPerlIO -TPerlIO_list_t -TPerlIO_funcs -TPerlIO_pair_t
494              (GNU indent).  Note that wholesale re-indenting might
495              be nice, but that would break nice formatting/alignment
496              of assignments, equality testing, and complex boolean
497              expressions with lots of &s and |s.
498      Branch: perl
499            ! perlio.c perlio.h perliol.h
500 ____________________________________________________________________________
501 [ 12051] By: jhi                                   on 2001/09/17  12:55:53
502         Log: Add a script for being 8.3-polite.
503              The found conflicts are being worked on.
504      Branch: perl
505            + check83.pl
506            ! MANIFEST Porting/pumpkin.pod
507 ____________________________________________________________________________
508 [ 12050] By: sky                                   on 2001/09/17  12:44:36
509         Log: Fixes coredump introduced by 11755 and 11790. Thanks to Doug for
510              finding it.
511      Branch: perl
512            ! sv.c
513 ____________________________________________________________________________
514 [ 12049] By: jhi                                   on 2001/09/17  11:55:07
515         Log: Bump up versions because of #12041.
516      Branch: perl
517            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
518            ! ext/IO/lib/IO/Pipe.pm lib/Fatal.pm lib/Time/gmtime.pm
519            ! lib/Time/localtime.pm
520 ____________________________________________________________________________
521 [ 12048] By: jhi                                   on 2001/09/17  11:51:54
522         Log: Bump the version number because of #12042.
523      Branch: perl
524            ! lib/CPAN/FirstTime.pm
525 ____________________________________________________________________________
526 [ 12047] By: ams                                   on 2001/09/17  11:21:40
527         Log: Subject: Re: [PATCH] turn $a.=<F> into an RCATLINE
528              From: Abhijit Menon-Sen <ams@wiw.org>
529              Date: Mon, 17 Sep 2001 17:44:12 +0530
530              Message-Id: <20010917174412.B7058@lustre.dyn.wiw.org>
531      Branch: perl
532            ! op.c
533 ____________________________________________________________________________
534 [ 12046] By: sky                                   on 2001/09/17  07:14:17
535         Log: Subject: Re: t/op/ver.t using skip() improperly
536              From: "chromatic" <chromatic@rmci.net>
537              Date: Mon, 17 Sep 2001 00:22:29 -0600
538              Message-ID: <20010917062713.47716.qmail@onion.perl.org>
539      Branch: perl
540            ! t/op/ver.t
541 ____________________________________________________________________________
542 [ 12045] By: nick                                  on 2001/09/17  07:12:14
543         Log: Integrate mainline
544      Branch: perlio
545           +> t/op/chdir.t
546           !> (integrate 117 files)
547 ____________________________________________________________________________
548 [ 12044] By: ams                                   on 2001/09/17  05:49:53
549         Log: Subject: [PATCH lib/constant.pm] Major POD rewrite of constant.pm
550              From: Ilmari Karonen <iltzu@sci.fi>
551              Date: Mon, 17 Sep 2001 00:47:57 +0300 (EET DST)
552              Message-Id: <Pine.SOL.3.96.1010917002916.13210A-100000@simpukka>
553              (And $VERSION = '1.05'.)
554      Branch: perl
555            ! lib/constant.pm
556 ____________________________________________________________________________
557 [ 12043] By: ams                                   on 2001/09/17  05:44:50
558         Log: Subject: Re: [BUG?] chdir(undef) == chdir() probably a bug
559              From: Michael G Schwern <schwern@pobox.com>
560              Date: Mon, 17 Sep 2001 07:49:04 +0200
561              Message-Id: <20010917074904.V1588@blackrider>
562              (Applied with tweaks to chdir.t and pp_sys.c hunks.)
563      Branch: perl
564            + t/op/chdir.t
565            ! MANIFEST pp_sys.c
566 ____________________________________________________________________________
567 [ 12042] By: jhi                                   on 2001/09/17  02:54:13
568         Log: Subject: Re: CPAN.pm needs some hacking 
569              From: "chromatic" <chromatic@rmci.net>
570              Date: Sun, 16 Sep 2001 16:46:29 -0600
571              Message-ID: <20010916225113.5606.qmail@onion.perl.org>
572      Branch: perl
573            ! lib/CPAN/FirstTime.pm
574 ____________________________________________________________________________
575 [ 12041] By: jhi                                   on 2001/09/16  20:43:15
576         Log: Change use|require 5.005_64 to use|require 5.6.1.
577      Branch: perl
578            ! ext/Data/Dumper/Dumper.pm ext/Devel/DProf/DProf.pm
579            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
580            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
581            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoSplit.pm
582            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Command.pm
583            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
584            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
585            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/FileHandle.pm
586            ! lib/Math/Trig.pm lib/Net/Ping.pm lib/Net/hostent.pm
587            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
588            ! lib/Shell.pm lib/Tie/Array.pm lib/Tie/Handle.pm
589            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
590            ! lib/base.pm lib/fields.pm
591 ____________________________________________________________________________
592 [ 12040] By: jhi                                   on 2001/09/16  20:36:58
593         Log: Bump up version numbers.
594              
595              TODO 1: double check that pre-5.6.1 CPAN.pm:s
596              don't try to download 5.8.0 because of the
597              version numbers.  Mainly this means using _00
598              in the core version numbers.
599              
600              TODO 2: the "use 5.005_64" in many modules
601              needs to be changed to, say, "use 5.6.1".
602      Branch: perl
603            ! ext/B/B/Assembler.pm ext/Data/Dumper/Dumper.pm
604            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/CPAN.pm
605            ! lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
606            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Manifest.pm
607            ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Find.pm
608            ! lib/File/Path.pm lib/File/Spec.pm lib/File/Spec/Functions.pm
609            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
610            ! lib/File/Spec/Win32.pm lib/FindBin.pm lib/Pod/Checker.pm
611            ! lib/Pod/Find.pm lib/SelfLoader.pm lib/Shell.pm
612            ! lib/Tie/Handle.pm lib/blib.pm lib/diagnostics.pm
613            ! vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
614 ____________________________________________________________________________
615 [ 12039] By: jhi                                   on 2001/09/16  19:23:07
616         Log: Use UCHARAT() as suggested by Inaba Hiroto.
617      Branch: perl
618            ! regexec.c
619 ____________________________________________________________________________
620 [ 12038] By: ams                                   on 2001/09/16  15:16:24
621         Log: Subject: [PATCH] Re: Core module version numbers review
622              From: Peter Scott <Peter@PSDT.com>
623              Date: Sun, 16 Sep 2001 09:09:58 -0700
624              Message-Id: <4.3.2.7.2.20010916090716.00b452a0@mail.webquarry.com>
625      Branch: perl
626            ! lib/perl5db.pl
627 ____________________________________________________________________________
628 [ 12037] By: jhi                                   on 2001/09/16  14:27:54
629         Log: Supply more details on how lc/uc/lcfirst/ucfirst are
630              not yet fully implemented.
631      Branch: perl
632            ! pod/perlfunc.pod pod/perlunicode.pod
633 ____________________________________________________________________________
634 [ 12036] By: jhi                                   on 2001/09/15  23:13:12
635         Log: Subject: [patch] plug PL_beginav_save leak
636              From: Doug MacEachern <dougm@covalent.net>
637              Date: Sat, 15 Sep 2001 17:02:18 -0700 (PDT)
638              Message-ID: <Pine.LNX.4.21.0109151659060.6089-100000@mako.covalent.net>
639      Branch: perl
640            ! perl.c
641 ____________________________________________________________________________
642 [ 12035] By: jhi                                   on 2001/09/15  23:12:28
643         Log: (accidentally empty checkin)
644      Branch: perl
645            ! sv.c
646 ____________________________________________________________________________
647 [ 12034] By: jhi                                   on 2001/09/15  23:08:09
648         Log: Subject: [patch] ithreads+PL_beginav_save
649              From: Doug MacEachern <dougm@covalent.net>
650              Date: Sat, 15 Sep 2001 16:53:01 -0700 (PDT)
651              Message-ID: <Pine.LNX.4.21.0109151651050.6089-100000@mako.covalent.net>
652      Branch: perl
653            ! sv.c
654 ____________________________________________________________________________
655 [ 12033] By: jhi                                   on 2001/09/15  23:07:19
656         Log: Subject: [PATCH] h2xs.PL with C::Scan
657              From: Tim Jenness <t.jenness@jach.hawaii.edu>
658              Date: Sat, 15 Sep 2001 13:41:28 -1000 (HST)
659              Message-ID: <Pine.LNX.4.33.0109151338560.3075-100000@lapaki>
660      Branch: perl
661            ! utils/h2xs.PL
662 ____________________________________________________________________________
663 [ 12032] By: jhi                                   on 2001/09/15  18:43:20
664         Log: Elaborate (well, make more vague, really) #12030.
665      Branch: perl
666            ! pod/perltodo.pod pod/perlunicode.pod
667 ____________________________________________________________________________
668 [ 12031] By: jhi                                   on 2001/09/15  18:37:07
669         Log: Subject: [PATCH regexec.c] adding (U8) to case insensitive matching
670              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
671              Date: Fri, 14 Sep 2001 20:58:30 -0400 (EDT)
672              Message-ID: <Pine.GSO.4.21.0109142057490.12393-100000@crusoe.crusoe.net>
673      Branch: perl
674            ! regexec.c
675 ____________________________________________________________________________
676 [ 12030] By: jhi                                   on 2001/09/15  17:15:40
677         Log: Document that the lc(), uc(), lcfirst(), ucfirst()
678              are not yet complete.
679      Branch: perl
680            ! pod/perltodo.pod pod/perlunicode.pod
681 ____________________________________________________________________________
682 [ 12029] By: jhi                                   on 2001/09/15  13:53:42
683         Log: Document what's still to be done on the regular expression
684              Unicode support, based on the UTR#18.
685      Branch: perl
686            ! pod/perltodo.pod pod/perlunicode.pod
687 ____________________________________________________________________________
688 [ 12028] By: jhi                                   on 2001/09/15  12:37:31
689         Log: Regen headers.
690      Branch: perl
691            ! embedvar.h perlapi.h
692 ____________________________________________________________________________
693 [ 12027] By: jhi                                   on 2001/09/15  12:33:49
694         Log: Subject: Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{CODE}) regex 
695              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
696              Date: Sun, 09 Sep 2001 18:41:54 +0100
697              Message-Id: <200109091741.f89HfsM18534@crypt.compulink.co.uk>
698      Branch: perl
699            ! Porting/findvars ext/ByteLoader/bytecode.h
700            ! ext/Thread/Thread.xs mg.c op.c perl.c perl.h pp_ctl.c sv.c
701            ! t/run/kill_perl.t thrdvar.h toke.c util.c wince/perldll.def
702 ____________________________________________________________________________
703 [ 12026] By: gsar                                  on 2001/09/15  04:04:04
704         Log: enable most warnings for windows build; fix the various typecasting
705              nits that showed up (no bugfixes here)
706      Branch: maint-5.6/perl
707            ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs
708            ! ext/POSIX/POSIX.xs gv.c hv.c mg.c op.c perl.c perl.h perly.c
709            ! perly.y pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c
710            ! sv.c toke.c universal.c utf8.c util.c vms/perly_c.vms
711            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
712            ! x2p/walk.c
713 ____________________________________________________________________________
714 [ 12025] By: jhi                                   on 2001/09/14  22:22:58
715         Log: Integrate change #12024 from maintperl
716              (a local() precedence bug)
717      Branch: perl
718           !> lib/ExtUtils/Install.pm
719 ____________________________________________________________________________
720 [ 12024] By: gsar                                  on 2001/09/14  22:11:06
721         Log: fix local() precedence bug in change#8311, came into maint-5.6 as
722              change#8642
723      Branch: maint-5.6/perl
724            ! lib/ExtUtils/Install.pm
725 ____________________________________________________________________________
726 [ 12023] By: jhi                                   on 2001/09/14  15:04:16
727         Log: Update Changes.
728      Branch: perl
729            ! Changes patchlevel.h
730 ____________________________________________________________________________
731 [ 12022] By: jhi                                   on 2001/09/14  14:49:52
732         Log: Subject: Re: [ID 20010911.001] Not OK: perl v5.7.2 +DEVEL11978 on
733              From: "chromatic" <chromatic@rmci.net>
734              Date: Fri, 14 Sep 2001 09:44:57 -0600 
735              Message-ID: <20010914154936.70059.qmail@onion.perl.org>
736      Branch: perl
737            ! lib/ExtUtils/Manifest.t
738 ____________________________________________________________________________
739 [ 12021] By: jhi                                   on 2001/09/14  14:46:36
740         Log: Hopefully better skipping of the Complete.t tests
741              in case of not a tty. 
742      Branch: perl
743            ! lib/Term/Complete.t t/op/stat.t
744 ____________________________________________________________________________
745 [ 12020] By: jhi                                   on 2001/09/14  14:10:44
746         Log: Subject: [PATCH regexec.c] more jumpables, and hit-bit bug
747              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
748              Date: Fri, 14 Sep 2001 09:58:24 -0400 (EDT)
749              Message-ID: <Pine.GSO.4.21.0109140955250.12393-100000@crusoe.crusoe.net>     
750      Branch: perl
751            ! regexec.c t/op/pat.t
752 ____________________________________________________________________________
753 [ 12019] By: jhi                                   on 2001/09/14  14:02:59
754         Log: Subject: Re: unterminated C<...> at line 426 in file perlport.pod
755              From: Robin Barker <rmb1@cise.npl.co.uk>
756              Date: Fri, 14 Sep 2001 16:01:11 +0100 (BST)
757              Message-Id: <200109141501.QAA13044@tempest.npl.co.uk>
758      Branch: perl
759            ! pod/perlport.pod
760 ____________________________________________________________________________
761 [ 12018] By: jhi                                   on 2001/09/14  13:55:56
762         Log: NetWare tweaks from Ananth Kesari.
763      Branch: perl
764            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
765            ! NetWare/nwutil.h
766 ____________________________________________________________________________
767 [ 12017] By: jhi                                   on 2001/09/14  13:50:08
768         Log: Subject: unterminated C<...> at line 426 in file perlport.pod
769              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
770              Date: Fri, 14 Sep 2001 10:51:13 +0200
771              Message-Id: <20010914103300.4B59.H.M.BRAND@hccnet.nl>
772      Branch: perl
773            ! pod/perlport.pod
774 ____________________________________________________________________________
775 [ 12016] By: jhi                                   on 2001/09/14  13:28:08
776         Log: Subject: Re: [PATCH 2 pl2pm.PL]
777              From: Joe Smith <Joe.Smith@inwap.com>
778              Date: Fri, 14 Sep 2001 00:13:32 -0700
779              Message-Id: <3BA1AE1C.64313CEE@inwap.com>                 
780              
781              Eradicate qu.
782      Branch: perl
783            ! keywords.h keywords.pl utils/pl2pm.PL
784 ____________________________________________________________________________
785 [ 12015] By: jhi                                   on 2001/09/14  02:38:23
786         Log: Retract #12013, didn't go over too well in Tru64.
787      Branch: perl
788            ! embed.h embed.pl sv.h
789 ____________________________________________________________________________
790 [ 12014] By: jhi                                   on 2001/09/14  02:31:05
791         Log: Subject: [PATCH] Execute files of debugger commands
792              From: Peter Scott <Peter@PSDT.com>
793              Date: Thu, 13 Sep 2001 15:26:31 -0700
794              Message-Id: <4.3.2.7.2.20010913115845.00b22100@mail.webquarry.com>
795      Branch: perl
796            ! lib/perl5db.pl pod/perldebug.pod
797 ____________________________________________________________________________
798 [ 12013] By: jhi                                   on 2001/09/14  02:25:05
799         Log: (Retracted by #12015)
800              Subject: [proposed PATCH] Re: perl@11920
801              From: Nicholas Clark <nick@ccl4.org>
802              Date: Wed, 12 Sep 2001 23:46:09 +0100
803              Message-ID: <20010912234609.H4971@plum.flirble.org>     
804      Branch: perl
805            ! embed.h embed.pl sv.h
806 ____________________________________________________________________________
807 [ 12012] By: jhi                                   on 2001/09/14  02:12:02
808         Log: ucblib shouldn't be linked against in nonstop-ux,
809              from Tom Bates.
810      Branch: perl
811            ! hints/nonstopux.sh
812 ____________________________________________________________________________
813 [ 12011] By: jhi                                   on 2001/09/13  12:54:51
814         Log: Do stty only if we have stty.
815              
816              TODO: non-UNIX platforms.  Solaris and /usr/ucb/stty?
817      Branch: perl
818            ! lib/Term/Complete.pm
819 ____________________________________________________________________________
820 [ 12010] By: jhi                                   on 2001/09/13  12:44:28
821         Log: Skip the test if not running on a tty.
822      Branch: perl
823            ! lib/Term/Complete.t
824 ____________________________________________________________________________
825 [ 12009] By: jhi                                   on 2001/09/13  12:01:56
826         Log: Regen headers.
827      Branch: perl
828            ! embed.h opcode.h pod/perlapi.pod proto.h
829 ____________________________________________________________________________
830 [ 12008] By: jhi                                   on 2001/09/12  17:51:32
831         Log: Subject: [PATCH op.c] Re: perl@12003
832              From: Robin Barker <rmb1@cise.npl.co.uk>
833              Date: Wed, 12 Sep 2001 19:00:38 +0100 (BST)
834              Message-Id: <200109121800.TAA05256@tempest.npl.co.uk>
835      Branch: perl
836            ! op.c
837 ____________________________________________________________________________
838 [ 12007] By: jhi                                   on 2001/09/12  17:49:39
839         Log: Subject: [PATCH sv.c] may be uninitialized warning forperl@12003
840              From: Robin Barker <rmb1@cise.npl.co.uk>
841              Date: Wed, 12 Sep 2001 19:00:31 +0100 (BST)
842              Message-Id: <200109121800.TAA05250@tempest.npl.co.uk>
843      Branch: perl
844            ! sv.c
845 ____________________________________________________________________________
846 [ 12006] By: jhi                                   on 2001/09/12  17:41:49
847         Log: Upgrade to Memoize 0.66.
848      Branch: perl
849            ! lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
850            ! lib/Memoize/Expire.pm lib/Memoize/README lib/Memoize/TODO
851            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
852 ____________________________________________________________________________
853 [ 12005] By: jhi                                   on 2001/09/12  13:14:59
854         Log: Subject: [ID 20010912.007] substr reference core dump
855              From: me-01@ton.iguana.be
856              Date: 12 Sep 2001 14:11:16 -0000
857              Message-Id: <20010912141116.6058.qmail@quasar.home.lunix>
858      Branch: perl
859            ! mg.c
860 ____________________________________________________________________________
861 [ 12004] By: ams                                   on 2001/09/12  01:13:49
862         Log: Subject: [PATCH perlfaq4.pod] Deobfuscate Fisher-Yates example code
863              From: Ilmari Karonen <iltzu@sci.fi>
864              Date: Tue, 11 Sep 2001 23:31:25 +0300 (EET DST)
865              Message-Id: <Pine.SOL.3.96.1010911231925.688A-100000@simpukka>
866      Branch: perl
867            ! pod/perlfaq4.pod
868 ____________________________________________________________________________
869 [ 12003] By: jhi                                   on 2001/09/11  13:02:37
870         Log: Update Changes.
871      Branch: perl
872            ! Changes patchlevel.h
873 ____________________________________________________________________________
874 [ 12002] By: jhi                                   on 2001/09/11  11:50:48
875         Log: NetWare update from Ananth Kesari.
876      Branch: perl
877            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
878            ! NetWare/config.wc NetWare/config_H.wc NetWare/nwutil.h
879 ____________________________________________________________________________
880 [ 12001] By: jhi                                   on 2001/09/11  11:40:51
881         Log: Retract #11984: div() being redefined, and 1397
882              failing on 64-bit platforms.
883      Branch: perl
884            ! lib/Math/BigInt/Calc.pm
885 ____________________________________________________________________________
886 [ 12000] By: jhi                                   on 2001/09/11  11:19:07
887         Log: Metaconfig unit change for #11999.
888      Branch: metaconfig
889            ! U/protos/d_lseekproto.U
890 ____________________________________________________________________________
891 [ 11999] By: jhi                                   on 2001/09/11  11:18:36
892         Log: The lseek fix (#11991) was no fix.
893      Branch: perl
894            ! Configure
895 ____________________________________________________________________________
896 [ 11998] By: sky                                   on 2001/09/11  07:52:06
897         Log: Subject: [PATCH] Encode.pm add UCS-2 little endian support
898              From: Matt Sergeant <MSergeant@star.net.uk>
899              Date: Tue, 11 Sep 2001 09:22:32 +0100
900              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B9003C@UKS040>
901      Branch: perl
902            ! ext/Encode/Encode.pm
903 ____________________________________________________________________________
904 [ 11997] By: sky                                   on 2001/09/11  06:35:29
905         Log: Sometimes dTHX is added because it is needed on non 
906              gnuc platforms, but not needed there. This uses GCC
907              to silence GCC specific warnings by marking pTHX as 
908              unused.
909      Branch: perl
910            ! perl.h
911 ____________________________________________________________________________
912 [ 11996] By: nick                                  on 2001/09/11  06:25:27
913         Log: Integrate mainline
914      Branch: perlio
915            - ext/POSIX/sigaction.t lib/File/Find/taint.t
916           !> lib/CGI/t/carp.t lib/Test/Simple/t/simple.t t/op/crypt.t
917 ____________________________________________________________________________
918 [ 11995] By: nick                                  on 2001/09/11  06:23:39
919         Log: Part Integrate mainline
920      Branch: perlio
921           +> (branch 69 files)
922            - ext/Cwd/Cwd.t ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t
923            - ext/POSIX/POSIX.t lib/Attribute/Handlers/test.pl
924            - lib/Env/array.t lib/Env/env.t lib/File/Find/find.t
925            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
926            - lib/Switch/t/switch_case.t lib/Test/Harness.t
927            - lib/Test/More/Changes lib/Test/More/t/More.t
928            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
929            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
930            - lib/Text/Balanced.pod lib/Text/Balanced/t/genxt.t
931            - lib/Text/Balanced/t/xbrak.t lib/Text/Balanced/t/xcode.t
932            - lib/Text/Balanced/t/xdeli.t lib/Text/Balanced/t/xmult.t
933            - lib/Text/Balanced/t/xquot.t lib/Text/Balanced/t/xtagg.t
934            - lib/Text/Balanced/t/xvari.t objXSUB.h t/lib/MyFilter.pm
935            - t/lib/Test/More/Catch.pm wince/perl.ico
936           !> (integrate 197 files)
937 ____________________________________________________________________________
938 [ 11994] By: jhi                                   on 2001/09/11  03:12:44
939         Log: Subject: Re: [PATCH] Encode.pm docs fix
940              From: Gisle Aas <gisle@ActiveState.com>
941              Date: 10 Sep 2001 11:27:02 -0700
942              Message-ID: <lrwv363nrd.fsf@caliper.ActiveState.com>
943      Branch: perl
944            ! ext/Encode/Encode.pm
945 ____________________________________________________________________________
946 [ 11993] By: jhi                                   on 2001/09/11  02:27:25
947         Log: Fix unpack U to be the reverse of pack U
948              (but implement unpack U0U as a backdoor to get
949              the UTF-8 malformed warnings from un-UTF-8 data)
950      Branch: perl
951            ! pod/perlunicode.pod pp_pack.c t/op/pack.t t/op/utf8decode.t
952 ____________________________________________________________________________
953 [ 11992] By: jhi                                   on 2001/09/11  00:14:24
954         Log: Metaconfig unit change for #11991;
955              delete an unused unit (d_strtoull.U is the one used)
956      Branch: metaconfig
957            ! U/protos/d_lseekproto.U
958      Branch: metaconfig/U/perl
959            - strtoull.U
960 ____________________________________________________________________________
961 [ 11991] By: jhi                                   on 2001/09/11  00:14:01
962         Log: Subject: [PATCH] Configure not recording lseek proto
963              From: Blair Zajac <blair@orcaware.com>
964              Date: Mon, 10 Sep 2001 17:52:37 -0700
965              Message-ID: <3B9D6055.BA334A31@orcaware.com>
966              
967              plus regen Configure.
968      Branch: perl
969            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
970            ! config_h.SH uconfig.h
971 ____________________________________________________________________________
972 [ 11990] By: jhi                                   on 2001/09/10  23:59:25
973         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?)))                  
974              From: Nicholas Clark <nick@ccl4.org>
975              Date: Tue, 11 Sep 2001 00:00:31 +0100
976              Message-ID: <20010911000031.G1512@plum.flirble.org>
977      Branch: perl
978            + t/op/qq.t
979            ! MANIFEST numeric.c perl.h regcomp.c t/op/pat.t toke.c
980 ____________________________________________________________________________
981 [ 11989] By: jhi                                   on 2001/09/10  23:31:45
982         Log: Subject: [PATCH] Building on win32 w/o perlio
983              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
984              Date: Mon, 10 Sep 2001 23:38:46 +0200
985              Message-ID: <3B9D4F06.14433.2C37644@localhost>
986      Branch: perl
987            ! perl.c win32/Makefile win32/makefile.mk
988 ____________________________________________________________________________
989 [ 11988] By: jhi                                   on 2001/09/10  23:26:40
990         Log: Subject: [PATCH MANIFEST lib/CGI/t/push.t] New Test for CGI::Push
991              From: "chromatic" <chromatic@rmci.net>
992              Date: Mon, 10 Sep 2001 15:14:01 -0600
993              Message-ID: <20010910211833.30177.qmail@onion.perl.org>
994      Branch: perl
995            + lib/CGI/t/push.t
996            ! MANIFEST
997 ____________________________________________________________________________
998 [ 11987] By: jhi                                   on 2001/09/10  23:24:11
999         Log: Subject: avoiding hoardes of zombies
1000              From: Nicholas Clark <nick@ccl4.org>
1001              Date: Mon, 10 Sep 2001 22:00:40 +0100
1002              Message-ID: <20010910220040.C1512@plum.flirble.org>
1003      Branch: perl
1004            ! pod/perlipc.pod
1005 ____________________________________________________________________________
1006 [ 11986] By: jhi                                   on 2001/09/10  23:22:10
1007         Log: Subject: PATCH Resubmission  - was Re: [ID 20010902.001] v strings over 2*31 barf
1008              From: John Peacock <jpeacock@rowman.com>
1009              Date: Mon, 10 Sep 2001 16:34:30 -0400
1010              Message-ID: <3B9D23D6.90BCCC25@rowman.com>
1011      Branch: perl
1012            ! sv.c t/op/ver.t utf8.h
1013 ____________________________________________________________________________
1014 [ 11985] By: ams                                   on 2001/09/10  23:20:13
1015         Log: Typo fixed by Blair Zajac in <3B9D284C.23B8D20B@orcaware.com>.
1016      Branch: perl
1017            ! MANIFEST
1018 ____________________________________________________________________________
1019 [ 11984] By: jhi                                   on 2001/09/10  23:09:31
1020         Log: (Retracted by #12001)
1021              Subject: Calc with USE_MUL/USE_DIV
1022              From: Tels <perl_dummy@bloodgate.com>
1023              Date: Fri, 07 Sep 2001 18:52:08 +0200 (CEST)
1024              Message-Id: <200109071651.TAA11249@tiku.hut.fi>
1025      Branch: perl
1026            ! lib/Math/BigInt/Calc.pm
1027 ____________________________________________________________________________
1028 [ 11983] By: jhi                                   on 2001/09/10  22:37:14
1029         Log: Subject: [PATCH op.c] Re: perl@11978
1030              From: Robin Barker <rmb1@cise.npl.co.uk>
1031              Date: Mon, 10 Sep 2001 18:58:01 +0100 (BST)
1032              Message-Id: <200109101758.SAA07670@tempest.npl.co.uk>
1033              
1034              Format errors.
1035      Branch: perl
1036            ! op.c
1037 ____________________________________________________________________________
1038 [ 11982] By: jhi                                   on 2001/09/10  22:35:57
1039         Log: Switch PADOFFSET back to U32 both because of binary backward
1040              compatibility and because Arthur seems to have been fixing the
1041              problems with naughty integer-pointer casting.
1042      Branch: perl
1043            ! op.h
1044 ____________________________________________________________________________
1045 [ 11981] By: ams                                   on 2001/09/10  16:31:43
1046         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Command.pm, lib/ExtUtils/Command.t]
1047              Fix Pod Typo, Add Test for ExtUtils::Command
1048              From: "chromatic" <chromatic@rmci.net>
1049              Date: Mon, 10 Sep 2001 11:20:56 -0600
1050              Message-Id: <20010910172528.54160.qmail@onion.perl.org>
1051      Branch: perl
1052            + lib/ExtUtils/Command.t
1053            ! MANIFEST lib/ExtUtils/Command.pm
1054 ____________________________________________________________________________
1055 [ 11980] By: jhi                                   on 2001/09/10  13:29:35
1056         Log: Subject: [PATCH] Encode.pm docs fix
1057              From: Matt Sergeant <MSergeant@star.net.uk>
1058              Date: Mon, 10 Sep 2001 15:24:01 +0100
1059              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B90035@UKS040>     
1060      Branch: perl
1061            ! ext/Encode/Encode.pm
1062 ____________________________________________________________________________
1063 [ 11979] By: jhi                                   on 2001/09/10  13:17:48
1064         Log: Update Changes.
1065      Branch: perl
1066            ! Changes patchlevel.h
1067 ____________________________________________________________________________
1068 [ 11978] By: jhi                                   on 2001/09/10  12:59:40
1069         Log: Revert #11973, the dTHX seems to be needed in there
1070              for threaded builds.
1071      Branch: perl
1072            ! perlio.c
1073 ____________________________________________________________________________
1074 [ 11977] By: jhi                                   on 2001/09/10  12:55:47
1075         Log: Detypo.
1076      Branch: perl
1077            ! pod/perlguts.pod
1078 ____________________________________________________________________________
1079 [ 11976] By: jhi                                   on 2001/09/10  12:46:34
1080         Log: Further Class::Struct patching from Damian.
1081              
1082              The new new semantics are:
1083              
1084              * If you pass an initializer for a nested object, it has to be:
1085              a) a reference to an object of that class, or      
1086              b) a reference to an object of a subclass of that class, or
1087              c) a reference to a hash of arguments to be passed to the
1088              class's constructor
1089              * If you pass no initializer for a nested object, the attribute
1090              is initialized to C<undef>
1091      Branch: perl
1092            ! lib/Class/Struct.pm
1093 ____________________________________________________________________________
1094 [ 11975] By: jhi                                   on 2001/09/10  12:42:24
1095         Log: Skip the crypt test if no crypt.
1096      Branch: perl
1097            ! t/op/crypt.t
1098 ____________________________________________________________________________
1099 [ 11974] By: jhi                                   on 2001/09/10  12:39:25
1100         Log: Warn against using bare v-strings as IP addresses
1101              (okay if using the wrappers from Socket)
1102      Branch: perl
1103            ! pod/perldata.pod pod/perlport.pod
1104 ____________________________________________________________________________
1105 [ 11973] By: sky                                   on 2001/09/10  11:57:58
1106         Log: Remove unused dTHX. Silenced another warning.
1107      Branch: perl
1108            ! perlio.c
1109 ____________________________________________________________________________
1110 [ 11972] By: sky                                   on 2001/09/10  11:54:25
1111         Log: Silence some more warnings INT2PTR.
1112      Branch: perl
1113            ! pp.c pp_ctl.c sharedsv.c sv.c taint.c
1114 ____________________________________________________________________________
1115 [ 11971] By: sky                                   on 2001/09/10  11:21:50
1116         Log: Silence another ITHREAD 64bit INT/32bit PTR warning.
1117      Branch: perl
1118            ! cop.h
1119 ____________________________________________________________________________
1120 [ 11970] By: sky                                   on 2001/09/10  11:17:25
1121         Log: Apply INT2PTR with force to silence warnings from
1122              PM_GETRE and friends. No more warnings with 64bit 
1123              IVs and 32bit pointers.    
1124      Branch: perl
1125            ! op.c op.h perl.c
1126 ____________________________________________________________________________
1127 [ 11969] By: sky                                   on 2001/09/10  10:13:02
1128         Log: Removed reference of -DPERL_CUSTOM_OPS in the documentation.
1129      Branch: perl
1130            ! pod/perlguts.pod
1131 ____________________________________________________________________________
1132 [ 11968] By: sky                                   on 2001/09/10  10:02:51
1133         Log: Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPS
1134              Rename to custop_op_name to Perl_custom_op_name to match perlapi
1135              Clone the hashtable PL_custom_op_names and PL_custop_op_descs in 
1136              perl_clone.
1137      Branch: perl
1138            ! embed.pl intrpvar.h makedef.pl op.c opcode.pl sv.c
1139 ____________________________________________________________________________
1140 [ 11967] By: jhi                                   on 2001/09/10  03:14:35
1141         Log: Using strlen() not good on embedded nul bytes.
1142      Branch: perl
1143            ! regcomp.c
1144 ____________________________________________________________________________
1145 [ 11966] By: ams                                   on 2001/09/09  21:06:13
1146         Log: Subject: Re: [ID 20010810.011] 'use v2b' not allowed with strict
1147              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1148              Date: Mon, 13 Aug 2001 22:51:59 +0200
1149              Message-ID: <20010813225159.C6681@rafael>
1150              (Applied with several tweaks.)
1151      Branch: perl
1152            ! embed.h embed.pl proto.h toke.c
1153 ____________________________________________________________________________
1154 [ 11965] By: jhi                                   on 2001/09/09  14:40:39
1155         Log: The exact error message is system-dependent.
1156      Branch: perl
1157            ! lib/ExtUtils/Manifest.t
1158 ____________________________________________________________________________
1159 [ 11964] By: jhi                                   on 2001/09/09  14:38:05
1160         Log: Add Windows and Mac Sami support to Encode
1161              (http://www.egt.ie/standards/se/sami-teastabaiki.html)
1162      Branch: perl
1163            + ext/Encode/Encode/isoir-197.enc ext/Encode/Encode/macSami.enc
1164            ! MANIFEST
1165 ____________________________________________________________________________
1166 [ 11963] By: jhi                                   on 2001/09/09  13:54:07
1167         Log: Use the tried method.
1168      Branch: perl
1169            ! pod/perlport.pod
1170 ____________________________________________________________________________
1171 [ 11962] By: jhi                                   on 2001/09/09  13:46:59
1172         Log: Can't count parentheses.
1173      Branch: perl
1174            ! ext/IO/lib/IO/Socket/INET.pm
1175 ____________________________________________________________________________
1176 [ 11961] By: jhi                                   on 2001/09/09  13:34:12
1177         Log: perlport additions: 1 while unlink, add/delete directory
1178              entries and permissions, cygwin stat funkiness (from Michael
1179              Schwern and Nicholas Clark)
1180      Branch: perl
1181            ! pod/perlport.pod
1182 ____________________________________________________________________________
1183 [ 11960] By: jhi                                   on 2001/09/09  13:19:12
1184         Log: blib does have a detectable test.
1185      Branch: perl
1186            ! t/lib/1_compile.t
1187 ____________________________________________________________________________
1188 [ 11959] By: jhi                                   on 2001/09/09  13:16:43
1189         Log: Subject: [PATCH MANIFEST, lib/Term/Complete.t] Add Test for Term::Complete
1190              From: "chromatic" <chromatic@rmci.net>
1191              Date: Sat, 08 Sep 2001 19:33:42 -0600
1192              Message-ID: <20010909013810.11522.qmail@onion.perl.org>
1193      Branch: perl
1194            + lib/Term/Complete.t
1195            ! MANIFEST
1196 ____________________________________________________________________________
1197 [ 11958] By: jhi                                   on 2001/09/09  13:09:02
1198         Log: Subject: [PATCH MANIFEST lib/Test/Tutorial.pod] Test::Tutorial?
1199              From: Michael G Schwern <schwern@pobox.com> 
1200              Date: Sat, 8 Sep 2001 02:40:26 -0400
1201              Message-ID: <20010908024026.A26283@blackrider>
1202      Branch: perl
1203            + lib/Test/Tutorial.pod
1204            ! MANIFEST
1205 ____________________________________________________________________________
1206 [ 11957] By: jhi                                   on 2001/09/09  13:03:33
1207         Log: Try to look up protocol (by name) only iff it has non-numbers:
1208              nice if the server is in a chrooted environment (no /etc/protocols,
1209              server code using hardcorded protocol numbers like 6 for tcp),
1210              suggested by John Holdsworth <coldwave@bigfoot.com>.
1211              In other words, if we are given a number, why look it up again
1212              (by number)?
1213      Branch: perl
1214            ! ext/IO/lib/IO/Socket/INET.pm
1215 ____________________________________________________________________________
1216 [ 11956] By: jhi                                   on 2001/09/09  12:53:12
1217         Log: Subject: [PATCH regcomp.c] zero-width assertions CAN be ?'d
1218              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
1219              Date: Sat, 8 Sep 2001 15:42:30 -0400 (EDT) 
1220              Message-ID: <Pine.GSO.4.21.0109081535480.24489-100000@crusoe.crusoe.net>
1221              
1222              Subject: Re: [PATCH t/op/misc.t] regcomp.c patch broke test 
1223              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
1224              Date: Sat, 8 Sep 2001 18:33:12 -0400 (EDT)
1225              Message-ID: <Pine.GSO.4.21.0109081832030.24489-100000@crusoe.crusoe.net>
1226              Subject: [PATCH t/lib/warnings/regcomp] (?=...)? gives no warning now
1227              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
1228              Date: Sat, 8 Sep 2001 18:37:22 -0400 (EDT)
1229              Message-ID: <Pine.GSO.4.21.0109081835340.24489-100000@crusoe.crusoe.net>
1230      Branch: perl
1231            ! regcomp.c t/lib/warnings/regcomp t/run/kill_perl.t
1232 ____________________________________________________________________________
1233 [ 11955] By: ams                                   on 2001/09/09  02:54:21
1234         Log: Subject: Re: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
1235              From: "Craig A. Berry" <craigberry@mac.com>
1236              Date: Sat, 08 Sep 2001 19:02:16 -0500
1237              Message-Id: <5.1.0.14.0.20010908185936.01aadcc0@mail.mac.com>
1238      Branch: perl
1239            ! lib/CGI/t/carp.t
1240 ____________________________________________________________________________
1241 [ 11954] By: jhi                                   on 2001/09/09  02:30:39
1242         Log: Documentation tweaks; think the IP address as an opaque string.
1243      Branch: perl
1244            ! ext/Socket/Socket.pm
1245 ____________________________________________________________________________
1246 [ 11953] By: jhi                                   on 2001/09/09  00:32:05
1247         Log: Subject: [REPATCH] Re: [PATCH] new test lib/blib.t
1248              From: Michael G Schwern <schwern@pobox.com>
1249              Date: Sat, 8 Sep 2001 19:45:46 -0400
1250              Message-ID: <20010908194546.C9193@blackrider>
1251      Branch: perl
1252            + lib/blib.t
1253            ! MANIFEST lib/blib.pm t/lib/1_compile.t
1254 ____________________________________________________________________________
1255 [ 11952] By: jhi                                   on 2001/09/09  00:27:15
1256         Log: Subject: [PATCH MANIFEST, lib/CGI/t/fast.t] Added Test for CGI::Fast
1257              From: "chromatic" <chromatic@rmci.net>
1258              Date: Sat, 08 Sep 2001 12:31:44 -0600
1259              Message-ID: <20010908183612.49960.qmail@onion.perl.org>
1260      Branch: perl
1261            + lib/CGI/t/fast.t
1262            ! MANIFEST
1263 ____________________________________________________________________________
1264 [ 11951] By: jhi                                   on 2001/09/09  00:24:07
1265         Log: The Socket tests were wrong: they were assuming too much.
1266      Branch: perl
1267            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
1268 ____________________________________________________________________________
1269 [ 11950] By: jhi                                   on 2001/09/08  20:09:07
1270         Log: Retract the portability changes since they
1271              seem to have opened a can of worms... will
1272              go back to UNICOS/mk and do the bare minimum
1273              required to get the tests working.
1274      Branch: perl
1275            ! ext/Socket/Socket.xs
1276 ____________________________________________________________________________
1277 [ 11949] By: jhi                                   on 2001/09/08  19:48:20
1278         Log: PADOFFSET is used to cast pointers into integers,
1279              if pointers are 64 bits and U32 32 bits,
1280              bad things may happen, or at least warnings issued.
1281      Branch: perl
1282            ! op.h
1283 ____________________________________________________________________________
1284 [ 11948] By: jhi                                   on 2001/09/08  18:50:07
1285         Log: Still more Socket portability tweaking.
1286              Now Socket.t seems to be happy in all of
1287              Linux/x86, Tru64/alpha, Solaris/sparc,
1288              IRIX/MIPS (both 32-bit and 64-bit), and UNICOS/mk/alpha.
1289              
1290              Addendum: it seems that io_multihomed, io_sock, and hostent
1291              were broken in little-endians (linux/x86 and tru64/alpha)
1292              because of this change.  Argh.
1293      Branch: perl
1294            ! ext/Socket/Socket.xs
1295 ____________________________________________________________________________
1296 [ 11947] By: jhi                                   on 2001/09/08  17:23:23
1297         Log: More portability kicking on inet_ntoa().
1298      Branch: perl
1299            ! ext/Socket/Socket.xs
1300 ____________________________________________________________________________
1301 [ 11946] By: jhi                                   on 2001/09/08  15:09:58
1302         Log: Subject: [REPATCH] Re: [PATCH MANIFEST, lib/ExtUtils/Manifest.t] Another New Test
1303              From: Michael G Schwern <schwern@pobox.com> 
1304              Date: Fri, 7 Sep 2001 23:06:51 -0400
1305              Message-ID: <20010907230651.R606@blackrider>
1306      Branch: perl
1307            + lib/ExtUtils/Manifest.t
1308            ! MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/Manifest.pm
1309 ____________________________________________________________________________
1310 [ 11945] By: jhi                                   on 2001/09/08  14:49:15
1311         Log: Subject: Re: [PATCH MANIFEST, lib/ExtUtils/testlib.t] More Tests
1312              From: "chromatic" <chromatic@rmci.net>
1313              Date: Fri, 07 Sep 2001 17:53:15 -0600      
1314              Message-ID: <20010907235740.80566.qmail@onion.perl.org>              
1315      Branch: perl
1316            + lib/ExtUtils/testlib.t
1317            ! MANIFEST
1318 ____________________________________________________________________________
1319 [ 11944] By: jhi                                   on 2001/09/07  22:57:00
1320         Log: Thinko.
1321      Branch: perl
1322            ! lib/integer.t
1323 ____________________________________________________________________________
1324 [ 11943] By: jhi                                   on 2001/09/07  20:34:55
1325         Log: Subject: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
1326              From: "Craig A. Berry" <craigberry@mac.com>
1327              Date: Fri, 07 Sep 2001 15:30:03 -0500
1328              Message-Id: <5.1.0.14.0.20010907142644.03700c38@exchi01>
1329      Branch: perl
1330            ! lib/CGI/Carp.pm
1331 ____________________________________________________________________________
1332 [ 11942] By: jhi                                   on 2001/09/07  20:30:43
1333         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] (was Re: MakeMaker: MM_Unix rule excluding pods)
1334              From: Michael G Schwern <schwern@pobox.com>
1335              Date: Fri, 7 Sep 2001 15:38:13 -0400
1336              Message-ID: <20010907153813.K606@blackrider>
1337      Branch: perl
1338            ! lib/ExtUtils/MM_Unix.pm
1339 ____________________________________________________________________________
1340 [ 11941] By: jhi                                   on 2001/09/07  20:28:24
1341         Log: Subject: [PATCH perl.h mg.c pp_sys.c] Silence the remaing format warning
1342              From: Robin Barker <rmb1@cise.npl.co.uk>
1343              Date: Fri, 7 Sep 2001 18:28:23 +0100 (BST)
1344              Message-Id: <200109071728.SAA13569@tempest.npl.co.uk>
1345      Branch: perl
1346            ! Porting/pumpkin.pod mg.c perl.h pp_sys.c
1347 ____________________________________________________________________________
1348 [ 11940] By: jhi                                   on 2001/09/07  20:26:29
1349         Log: Clean up 1_compile.t; move tests to more consistent
1350              places (t/ subdirectories); add integer.t (much of
1351              the pragma is tested elsewhere but there is no one
1352              centralized place)
1353      Branch: perl
1354            + ext/Fcntl/t/fcntl.t ext/Fcntl/t/syslfs.t ext/POSIX/t/posix.t
1355            + ext/POSIX/t/sigaction.t lib/Env/t/array.t lib/Env/t/env.t
1356            + lib/File/Find/t/find.t lib/File/Find/t/taint.t lib/integer.t
1357            - ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t ext/POSIX/POSIX.t
1358            - ext/POSIX/sigaction.t lib/Env/array.t lib/Env/env.t
1359            - lib/File/Find/find.t lib/File/Find/taint.t
1360            ! MANIFEST t/lib/1_compile.t t/op/lfs.t
1361 ____________________________________________________________________________
1362 [ 11939] By: jhi                                   on 2001/09/07  17:25:32
1363         Log: Subject: Re: [PATCH lib/File/Find/taint.t] Use Test::More
1364              From: "chromatic" <chromatic@rmci.net>
1365              Date: Fri, 07 Sep 2001 10:17:40 -0600
1366              Message-ID: <20010907162205.84723.qmail@onion.perl.org>
1367      Branch: perl
1368            ! lib/File/Find/taint.t
1369 ____________________________________________________________________________
1370 [ 11938] By: jhi                                   on 2001/09/07  14:04:43
1371         Log: Update Changes.
1372      Branch: perl
1373            ! Changes patchlevel.h
1374 ____________________________________________________________________________
1375 [ 11937] By: jhi                                   on 2001/09/07  13:52:03
1376         Log: Rename the old threading tutorial, start a new one,
1377              regen toc.
1378      Branch: perl
1379            + pod/perlothrtut.pod
1380            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlthrtut.pod
1381            ! pod/perltoc.pod
1382 ____________________________________________________________________________
1383 [ 11936] By: jhi                                   on 2001/09/07  13:05:48
1384         Log: vars very much has a test.
1385      Branch: perl
1386            ! t/lib/1_compile.t
1387 ____________________________________________________________________________
1388 [ 11935] By: jhi                                   on 2001/09/07  12:52:06
1389         Log: Subject: Re: wince/perl.ico marked as binary
1390              From: Nicholas Clark <nick@ccl4.org>
1391              Date: Fri, 7 Sep 2001 13:54:40 +0100
1392              Message-ID: <20010907135439.D39150@plum.flirble.org>
1393              
1394              and wince/Makefile.ce change from Rainer Keuchel.
1395      Branch: perl
1396            + wince/makeico.pl
1397            ! MANIFEST wince/Makefile.ce
1398 ____________________________________________________________________________
1399 [ 11934] By: jhi                                   on 2001/09/07  12:43:50
1400         Log: Subject: Re: [PATCH regexec.c] more general .* and .*?
1401              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
1402              Date: Fri, 7 Sep 2001 09:41:10 -0400 (EDT)
1403              Message-ID: <Pine.GSO.4.21.0109070933530.7041-100000@crusoe.crusoe.net>
1404      Branch: perl
1405            ! regexec.c
1406 ____________________________________________________________________________
1407 [ 11933] By: jhi                                   on 2001/09/07  12:37:46
1408         Log: (Replaced by #11934)
1409              Subject: Re: [PATCH regexec.c] more general .* and .*?
1410              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
1411              Date: Fri, 7 Sep 2001 08:44:17 -0400 (EDT)
1412              Message-ID: <Pine.GSO.4.21.0109070836110.7041-100000@crusoe.crusoe.net>
1413      Branch: perl
1414            ! regexec.c
1415 ____________________________________________________________________________
1416 [ 11932] By: jhi                                   on 2001/09/07  12:27:14
1417         Log: The #11931 patching misbehaved.
1418      Branch: perl
1419            ! lib/Test/Harness/t/test-harness.t
1420 ____________________________________________________________________________
1421 [ 11931] By: jhi                                   on 2001/09/07  12:21:30
1422         Log: Subject: [PATCH lib/Test/Harness* t/TEST] Test::Harness 1.25 sync
1423              From: Michael G Schwern <schwern@pobox.com>
1424              Date: Fri, 7 Sep 2001 03:30:41 -0400
1425              Message-ID: <20010907033041.A2796@blackrider>
1426      Branch: perl
1427            + lib/Test/Harness/Changes lib/Test/Harness/t/base.t
1428            + lib/Test/Harness/t/ok.t lib/Test/Harness/t/test-harness.t
1429            + t/lib/sample-tests/header_at_end_fail
1430            + t/lib/sample-tests/skip_no_msg t/lib/sample-tests/todo_inline
1431            - lib/Test/Harness.t
1432            ! MANIFEST lib/Test/Harness.pm t/TEST
1433 ____________________________________________________________________________
1434 [ 11930] By: jhi                                   on 2001/09/07  11:59:17
1435         Log: Subject: [PATCH] Digest::MD5 update
1436              From: Gisle Aas <gisle@ActiveState.com>
1437              Date: 06 Sep 2001 23:32:56 -0700
1438              Message-ID: <lrofon5x47.fsf@caliper.ActiveState.com>
1439      Branch: perl
1440            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
1441            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
1442 ____________________________________________________________________________
1443 [ 11929] By: jhi                                   on 2001/09/07  11:23:05
1444         Log: Subject: [PATCH MANIFEST, lib/less.t] Add Tests for the less Pragma
1445              From: "chromatic" <chromatic@rmci.net>
1446              Date: Thu, 06 Sep 2001 23:11:44 -0600
1447              Message-ID: <20010907051609.91459.qmail@onion.perl.org>
1448      Branch: perl
1449            + lib/less.t
1450            ! MANIFEST t/lib/1_compile.t
1451 ____________________________________________________________________________
1452 [ 11928] By: jhi                                   on 2001/09/07  11:19:29
1453         Log: The binary file must somehow differently stored.
1454      Branch: perl
1455            - wince/perl.ico
1456            ! MANIFEST
1457 ____________________________________________________________________________
1458 [ 11927] By: jhi                                   on 2001/09/07  03:53:29
1459         Log: Add more modules to the list of modules that have tests,
1460              Schwern's wallet is getting more nervous.
1461              (Run t/lib/1_compile.t manually to see which modules
1462              are lacking tests, or the tests can't be run for some
1463              reason or another, such as the Net:: modules)
1464      Branch: perl
1465            ! t/lib/1_compile.t
1466 ____________________________________________________________________________
1467 [ 11926] By: jhi                                   on 2001/09/07  03:43:11
1468         Log: Try to make Socket::inet_ntoa() more robust.
1469      Branch: perl
1470            ! ext/Socket/Socket.t ext/Socket/Socket.xs pod/perldiag.pod
1471 ____________________________________________________________________________
1472 [ 11925] By: jhi                                   on 2001/09/07  01:57:58
1473         Log: Subject: Re: [PATCH lib/English.t] Test All Aliases (including %Errno)
1474              From: chromatic <chromatic@rmci.net>       
1475              Date: Wed, 5 Sep 2001 22:58:05 -0600                         
1476              Message-Id: <01090522580506.19590@firewheel>           
1477      Branch: perl
1478            ! lib/English.t
1479 ____________________________________________________________________________
1480 [ 11924] By: jhi                                   on 2001/09/07  01:55:05
1481         Log: Subject: Re: perlvar manpage and localizing special vars
1482              From: Stas Bekman <stas@stason.org>
1483              Date: Fri, 7 Sep 2001 10:10:24 +0800 (SGT)
1484              Message-ID: <Pine.LNX.4.33.0109071009240.19262-100000@stas.singnet.com.sg>
1485      Branch: perl
1486            ! pod/perlvar.pod
1487 ____________________________________________________________________________
1488 [ 11923] By: jhi                                   on 2001/09/07  01:49:36
1489         Log: Subject: [PATCH MakeMaker.pm] noise from make in ext/SDBM
1490              From: Robin Barker <rmb1@cise.npl.co.uk>
1491              Date: Thu, 6 Sep 2001 19:36:49 +0100 (BST)
1492              Message-Id: <200109061836.TAA08747@tempest.npl.co.uk>
1493      Branch: perl
1494            ! lib/ExtUtils/MakeMaker.pm
1495 ____________________________________________________________________________
1496 [ 11922] By: jhi                                   on 2001/09/06  18:09:08
1497         Log: Symbol missing; AIX unhappy.
1498      Branch: perl
1499            ! makedef.pl
1500 ____________________________________________________________________________
1501 [ 11921] By: jhi                                   on 2001/09/06  17:52:43
1502         Log: Add a test for [ID 20010906.019] perl crashes on "undef foo"
1503              Reported in 5.61, seems to work okay in blead.
1504      Branch: perl
1505            ! t/run/kill_perl.t
1506 ____________________________________________________________________________
1507 [ 11920] By: jhi                                   on 2001/09/06  14:35:09
1508         Log: Update Changes.
1509      Branch: perl
1510            ! Changes patchlevel.h
1511 ____________________________________________________________________________
1512 [ 11919] By: jhi                                   on 2001/09/06  14:20:10
1513         Log: Document the bad assumptions currently breaking
1514              the Socket.t tests 10, 11, and 13 in UNICOS.
1515      Branch: perl
1516            ! ext/Socket/Socket.xs
1517 ____________________________________________________________________________
1518 [ 11918] By: jhi                                   on 2001/09/06  14:07:45
1519         Log: Subject: [PATCH x2p] make OPTIMIZE=...
1520              From: Robin Barker <rmb1@cise.npl.co.uk>
1521              Date: Thu, 6 Sep 2001 13:31:37 +0100 (BST)
1522              Message-Id: <200109061231.NAA25265@tempest.npl.co.uk>
1523      Branch: perl
1524            ! x2p/Makefile.SH x2p/cflags.SH
1525 ____________________________________________________________________________
1526 [ 11917] By: jhi                                   on 2001/09/06  14:01:45
1527         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
1528              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
1529              Date: Thu, 6 Sep 2001 11:09:40 +0100
1530              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
1531              
1532              Subject: Re: [PATCH] for perlhack.pod - no p5p archive on deja/google    
1533              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
1534              Date: 6 Sep 2001 10:14:38 -0000
1535              Message-Id: <slrn9pej4m.1j8.rgarciasuarez@rafael.kazibao.net>   
1536      Branch: perl
1537            ! pod/perlfaq1.pod pod/perlhack.pod
1538 ____________________________________________________________________________
1539 [ 11916] By: jhi                                   on 2001/09/06  13:56:19
1540         Log: Subject: Extra NUL is Data::Dumper output - patch
1541              From: Tony Cook <tony@develop-help.com>
1542              Date: Thu, 6 Sep 2001 12:35:49 +1000 (EST)
1543              Message-ID: <Pine.LNX.4.10.10109061157210.9366-100000@develop-help.com>
1544      Branch: perl
1545            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
1546 ____________________________________________________________________________
1547 [ 11915] By: jhi                                   on 2001/09/06  13:51:16
1548         Log: Avoid redefinition warning
1549              Subroutine Cwd::fastcwd redefined at lib/XSLoader.pm line 97.
1550              from
1551              perl -w -Ilib -MCwd -e ''
1552      Branch: perl
1553            ! lib/Cwd.pm
1554 ____________________________________________________________________________
1555 [ 11914] By: jhi                                   on 2001/09/06  13:30:32
1556         Log: Update the is_tainted() example implementation.
1557      Branch: perl
1558            ! pod/perlsec.pod
1559 ____________________________________________________________________________
1560 [ 11913] By: jhi                                   on 2001/09/06  13:15:59
1561         Log: Missing) in #11912.
1562      Branch: perl
1563            ! lib/Test/Simple/t/fail.t
1564 ____________________________________________________________________________
1565 [ 11912] By: jhi                                   on 2001/09/06  13:08:48
1566         Log: Rewhack Test-Simple into core harness.
1567      Branch: perl
1568            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
1569            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
1570            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
1571            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
1572            ! lib/Test/Simple/t/skipall.t
1573 ____________________________________________________________________________
1574 [ 11911] By: jhi                                   on 2001/09/06  11:54:06
1575         Log: Workaround for the new Exporter 'feature'.
1576      Branch: perl
1577            ! lib/Test/More.pm
1578 ____________________________________________________________________________
1579 [ 11910] By: jhi                                   on 2001/09/06  11:52:56
1580         Log: Re-introduce pure-Perl fall-back for abs_path,
1581              re-introduce #11898.
1582      Branch: perl
1583            ! lib/Cwd.pm lib/File/Find.pm
1584 ____________________________________________________________________________
1585 [ 11909] By: jhi                                   on 2001/09/06  03:49:13
1586         Log: More tests.
1587      Branch: perl
1588            ! lib/Exporter.t
1589 ____________________________________________________________________________
1590 [ 11908] By: jhi                                   on 2001/09/06  03:38:22
1591         Log: Retract #11898 for now because it introduces
1592              a rather nasty depencency: when B is being built,
1593              MakeMaker is used.  MakeMaker uses File::Find.
1594              File::Find uses Cwd::getcwd()...which doesn't
1595              exist yet.
1596      Branch: perl
1597            ! lib/File/Find.pm
1598 ____________________________________________________________________________
1599 [ 11907] By: jhi                                   on 2001/09/06  03:20:02
1600         Log: New test welcome.
1601      Branch: perl
1602            + lib/Test/Simple/t/simple.t
1603 ____________________________________________________________________________
1604 [ 11906] By: jhi                                   on 2001/09/06  03:08:01
1605         Log: Old test begone.
1606      Branch: perl
1607            - lib/Attribute/Handlers/test.pl
1608 ____________________________________________________________________________
1609 [ 11905] By: jhi                                   on 2001/09/06  01:41:03
1610         Log: Test-Simple syncup from Schwern.
1611      Branch: perl
1612            + lib/Test/Simple/t/More.t lib/Test/Simple/t/fail-like.t
1613            + lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/skip.t
1614            + lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
1615            + lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
1616            + lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
1617            - lib/Test/More/Changes lib/Test/More/t/More.t
1618            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
1619            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
1620            - lib/Test/Simple/t/simple.t t/lib/Test/More/Catch.pm
1621            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
1622            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
1623            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
1624            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
1625            ! lib/Test/Simple/t/plan_is_noplan.t t/lib/Test/Simple/Catch.pm
1626            ! t/lib/Test/Simple/sample_tests/death.plx
1627            ! t/lib/Test/Simple/sample_tests/death_in_eval.plx
1628            ! t/lib/Test/Simple/sample_tests/extras.plx
1629            ! t/lib/Test/Simple/sample_tests/five_fail.plx
1630            ! t/lib/Test/Simple/sample_tests/last_minute_death.plx
1631            ! t/lib/Test/Simple/sample_tests/one_fail.plx
1632            ! t/lib/Test/Simple/sample_tests/require.plx
1633            ! t/lib/Test/Simple/sample_tests/success.plx
1634            ! t/lib/Test/Simple/sample_tests/too_few.plx
1635            ! t/lib/Test/Simple/sample_tests/two_fail.plx
1636 ____________________________________________________________________________
1637 [ 11904] By: pudge                                 on 2001/09/06  00:28:01
1638         Log: Integrate File::Find changes from bleadperl
1639      Branch: maint-5.6/macperl
1640            ! lib/File/Find.pm t/lib/filefind-taint.t
1641 ____________________________________________________________________________
1642 [ 11903] By: pudge                                 on 2001/09/06  00:22:29
1643         Log: Integrate 11847 from maint-5.6/perl
1644      Branch: maint-5.6/macperl
1645           !> sv.c
1646 ____________________________________________________________________________
1647 [ 11902] By: jhi                                   on 2001/09/05  23:27:57
1648         Log: In UNICOS division yada yada.
1649      Branch: perl
1650            ! t/op/override.t
1651 ____________________________________________________________________________
1652 [ 11901] By: jhi                                   on 2001/09/05  23:26:23
1653         Log: In UNICOS division is really lossy, better use
1654              a tolerance test.
1655      Branch: perl
1656            ! ext/Time/HiRes/HiRes.t
1657 ____________________________________________________________________________
1658 [ 11900] By: jhi                                   on 2001/09/05  23:22:38
1659         Log: In UNICOS sigaction() sets an extra flag
1660              ("the signal has been registered for all the processes in
1661              a multitasking group.")
1662      Branch: perl
1663            ! ext/POSIX/sigaction.t
1664 ____________________________________________________________________________
1665 [ 11899] By: jhi                                   on 2001/09/05  23:18:48
1666         Log: Documentation micropatch from Damian.
1667      Branch: perl
1668            ! lib/Attribute/Handlers.pm
1669 ____________________________________________________________________________
1670 [ 11898] By: jhi                                   on 2001/09/05  23:16:50
1671         Log: (Retracted by #11908)
1672              Subject: [PATCH] Re: [PATCH lib/File/Find.pm lib/File/Find/taint.t] Fixing those damned taint tests
1673              From: Michael G Schwern <schwern@pobox.com>
1674              Date: Wed, 5 Sep 2001 15:58:21 -0400
1675              Message-ID: <20010905155821.I632@blackrider>
1676      Branch: perl
1677            ! lib/File/Find.pm lib/File/Find/taint.t
1678 ____________________________________________________________________________
1679 [ 11897] By: jhi                                   on 2001/09/05  23:14:43
1680         Log: Subject: [PATCH lib/CGI/t/carp.t] Tests for CGI::Carp               
1681              From: Michael G Schwern <schwern@pobox.com>
1682              Date: Wed, 5 Sep 2001 19:16:31 -0400
1683              Message-ID: <20010905191631.E11386@blackrider>
1684      Branch: perl
1685            + lib/CGI/t/carp.t
1686            ! MANIFEST
1687 ____________________________________________________________________________
1688 [ 11896] By: jhi                                   on 2001/09/05  23:14:11
1689         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`       
1690              From: chromatic <chromatic@rmci.net>
1691              Date: Wed, 5 Sep 2001 18:08:07 -0600
1692              Message-Id: <01090518080700.19590@firewheel>
1693      Branch: perl
1694            ! lib/English.pm
1695 ____________________________________________________________________________
1696 [ 11895] By: jhi                                   on 2001/09/05  22:52:01
1697         Log: Fix a typo #11889 and add a test for the same.
1698      Branch: perl
1699            ! ext/Socket/Socket.t ext/Socket/Socket.xs
1700 ____________________________________________________________________________
1701 [ 11894] By: jhi                                   on 2001/09/05  22:43:26
1702         Log: Subject: [PATCH bleadperl] tweak warnings.t and kill_perl.t for VMS
1703              From: "Craig A. Berry" <craigberry@mac.com>
1704              Date: Wed, 05 Sep 2001 17:48:54 -0500
1705              Message-Id: <5.1.0.14.0.20010905145002.02b45218@exchi01>
1706      Branch: perl
1707            ! lib/warnings.t t/run/kill_perl.t
1708 ____________________________________________________________________________
1709 [ 11893] By: jhi                                   on 2001/09/05  22:36:35
1710         Log: Subject: [PATCH t/run/kill_perl.t] tying a bareword causes a segfault in 5.6.1
1711              From: Michael G Schwern <schwern@pobox.com>
1712              Date: Wed, 5 Sep 2001 17:22:25 -0400
1713              Message-ID: <20010905172225.C11386@blackrider>
1714      Branch: perl
1715            ! t/run/kill_perl.t
1716 ____________________________________________________________________________
1717 [ 11892] By: jhi                                   on 2001/09/05  22:34:55
1718         Log: Subject: [PATCH] Re: [ID 20010825.006] -DCRIPPLED_CC is broken
1719              From: Nicholas Clark <nick@ccl4.org>
1720              Date: Wed, 5 Sep 2001 20:54:24 +0100
1721              Message-ID: <20010905205424.C25120@plum.flirble.org>
1722      Branch: perl
1723            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h sv.c sv.h
1724 ____________________________________________________________________________
1725 [ 11891] By: jhi                                   on 2001/09/05  22:34:16
1726         Log: Forgotten thing.
1727      Branch: perl
1728            ! uconfig.h
1729 ____________________________________________________________________________
1730 [ 11890] By: jhi                                   on 2001/09/05  22:27:42
1731         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
1732              From: chromatic <chromatic@rmci.net>               
1733              Date: Wed, 5 Sep 2001 13:22:08 -0600
1734              Message-Id: <01090513220807.10587@firewheel> 
1735      Branch: perl
1736            ! lib/English.pm
1737 ____________________________________________________________________________
1738 [ 11889] By: jhi                                   on 2001/09/05  22:23:06
1739         Log: inet_ntoa() tweaks:
1740              - don't allow addresses with > 255 characters
1741              - indent the HP-UX workaround
1742              - don't leak memory
1743      Branch: perl
1744            ! ext/Socket/Socket.xs
1745 ____________________________________________________________________________
1746 [ 11888] By: jhi                                   on 2001/09/05  16:26:17
1747         Log: Clear up a documentation confusion noticed by Xiaoyun Wu
1748              <xwu@theeducationcenter.com>
1749      Branch: perl
1750            ! lib/File/Find.pm
1751 ____________________________________________________________________________
1752 [ 11887] By: jhi                                   on 2001/09/05  15:40:03
1753         Log: Typo nits.
1754      Branch: perl
1755            ! lib/File/Find.pm
1756 ____________________________________________________________________________
1757 [ 11886] By: jhi                                   on 2001/09/05  15:30:11
1758         Log: -Wall nit.
1759      Branch: perl
1760            ! op.c
1761 ____________________________________________________________________________
1762 [ 11885] By: gbarr                                 on 2001/09/05  15:26:18
1763         Log: Update to Scalar-List-Utils 1.05
1764      Branch: perl
1765            ! ext/List/Util/ChangeLog ext/List/Util/README
1766            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
1767 ____________________________________________________________________________
1768 [ 11884] By: jhi                                   on 2001/09/05  13:05:14
1769         Log: Update Changes.
1770      Branch: perl
1771            ! Changes patchlevel.h
1772 ____________________________________________________________________________
1773 [ 11883] By: gbarr                                 on 2001/09/05  12:51:35
1774         Log: Update to Scalar-List-Utils 1.04
1775      Branch: perl
1776            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
1777            ! ext/List/Util/lib/List/Util.pm
1778            ! ext/List/Util/lib/Scalar/Util.pm
1779 ____________________________________________________________________________
1780 [ 11882] By: jhi                                   on 2001/09/05  12:29:44
1781         Log: Metaconfigify #11724.
1782      Branch: metaconfig
1783            ! U/threads/archname.U
1784 ____________________________________________________________________________
1785 [ 11881] By: jhi                                   on 2001/09/05  12:21:44
1786         Log: The MacOS reference is okay, no reason to hide it.
1787      Branch: perl
1788            ! lib/Cwd.pm
1789 ____________________________________________________________________________
1790 [ 11880] By: jhi                                   on 2001/09/05  12:20:49
1791         Log: Subject: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.)
1792              From: Michael G Schwern <schwern@pobox.com>
1793              Date: Tue, 4 Sep 2001 15:30:10 -0400
1794              Message-ID: <20010904153010.H26466@blackrider> 
1795              
1796              (We'll see whether the ../../lib/Cwd.pm works in alien lands)
1797      Branch: perl
1798            ! ext/Cwd/Makefile.PL lib/Cwd.pm
1799 ____________________________________________________________________________
1800 [ 11879] By: jhi                                   on 2001/09/05  12:12:18
1801         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.))
1802              From: Michael G Schwern <schwern@pobox.com>
1803              Date: Tue, 4 Sep 2001 17:39:13 -0400
1804              Message-ID: <20010904173913.C626@blackrider>
1805      Branch: perl
1806            ! lib/Cwd.pm
1807 ____________________________________________________________________________
1808 [ 11878] By: jhi                                   on 2001/09/05  12:10:50
1809         Log: Subject: Re: Perl_pp_* in public API?
1810              From: "Craig A. Berry" <craigberry@mac.com>
1811              Date: Tue, 4 Sep 2001 21:51:29 -0500
1812              Message-Id: <a05101000b7bb3f558c8a@[172.16.52.1]>
1813      Branch: perl
1814            ! ext/List/Util/Util.xs
1815 ____________________________________________________________________________
1816 [ 11877] By: jhi                                   on 2001/09/05  12:07:53
1817         Log: From Damian: Class::Struct was unable to define
1818              recursive classes.  After the patch an object reference
1819              (rather than a hash) is required to initialize
1820              an object attribute.  If no such initializer is given to
1821              the constructor, object attributes are now default
1822              initialized to C<undef>.
1823      Branch: perl
1824            ! lib/Class/Struct.pm lib/Class/Struct.t
1825 ____________________________________________________________________________
1826 [ 11876] By: jhi                                   on 2001/09/05  11:51:24
1827         Log: Subject: Re: sv_catpvfn and sv_setpvfn
1828              From: Richard Soderberg <rs@oregonnet.com>
1829              Date: Tue, 4 Sep 2001 15:16:47 -0700
1830              Message-Id: <200109042216.PAA17858@oregonnet.com>
1831      Branch: perl
1832            ! pod/perlclib.pod pod/perlguts.pod
1833 ____________________________________________________________________________
1834 [ 11875] By: jhi                                   on 2001/09/05  11:48:14
1835         Log: NetWare updates from Ananth Kesari.
1836      Branch: perl
1837            ! NetWare/config.wc NetWare/netware.h NetWare/nw5.c
1838            ! NetWare/nw5thread.h
1839 ____________________________________________________________________________
1840 [ 11874] By: jhi                                   on 2001/09/05  11:30:59
1841         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?))
1842              From: Nicholas Clark <nick@ccl4.org>
1843              Date: Tue, 4 Sep 2001 22:42:50 +0100
1844              Message-ID: <20010904224250.P25120@plum.flirble.org>
1845      Branch: perl
1846            ! embed.h embed.pl numeric.c perl.c perl.h pod/perlclib.pod
1847            ! pod/perlfunc.pod pp.c proto.h regcomp.c t/op/64bitint.t
1848            ! t/op/oct.t toke.c
1849 ____________________________________________________________________________
1850 [ 11873] By: jhi                                   on 2001/09/04  21:03:17
1851         Log: Fix Cwd::getcwd() not being tainted, as noticed
1852              by Schwern.
1853      Branch: perl
1854            + ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
1855            - ext/Cwd/Cwd.t
1856            ! MANIFEST ext/Cwd/Cwd.xs util.c
1857 ____________________________________________________________________________
1858 [ 11872] By: jhi                                   on 2001/09/04  20:00:50
1859         Log: Retract #11870 and volatilize the right destruct_level.
1860              Silly thinko pointed out by Sarathy.
1861      Branch: perl
1862            ! intrpvar.h perl.c
1863 ____________________________________________________________________________
1864 [ 11871] By: jhi                                   on 2001/09/04  19:45:59
1865         Log: At least a temporary fix for the mysterious scope core dumps
1866              in Tru64 from Graham.
1867      Branch: perl
1868            ! ext/List/Util/Util.xs
1869 ____________________________________________________________________________
1870 [ 11870] By: jhi                                   on 2001/09/04  19:01:48
1871         Log: (Retracted by #11872)
1872      Branch: perl
1873            ! intrpvar.h
1874 ____________________________________________________________________________
1875 [ 11869] By: jhi                                   on 2001/09/04  17:43:31
1876         Log: Quench a -Wall gripe noticed by Robin Barker.
1877      Branch: perl
1878            ! op.c
1879 ____________________________________________________________________________
1880 [ 11868] By: jhi                                   on 2001/09/04  16:38:07
1881         Log: Subject: [PATCH perl@11834] Unicode::UCD rewritten using Lingua::KO::Hangul::Util
1882              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
1883              Date: Wed, 05 Sep 2001 02:01:32 +0900
1884              Message-Id: <20010905015059.E684.BQW10602@nifty.com>
1885      Branch: perl
1886            ! lib/Unicode/UCD.pm
1887 ____________________________________________________________________________
1888 [ 11867] By: jhi                                   on 2001/09/04  16:35:27
1889         Log: Subject: Re: [PATCH gv.c] @& sets PL_sawampersand
1890              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
1891              Date: Tue, 4 Sep 2001 12:51:02 -0400 (EDT)
1892              Message-ID: <Pine.GSO.4.21.0109041250420.7601-100000@crusoe.crusoe.net>
1893      Branch: perl
1894            ! gv.c
1895 ____________________________________________________________________________
1896 [ 11866] By: jhi                                   on 2001/09/04  13:52:28
1897         Log: Update Changes.
1898      Branch: perl
1899            ! Changes patchlevel.h
1900 ____________________________________________________________________________
1901 [ 11865] By: jhi                                   on 2001/09/04  13:36:58
1902         Log: Add the \[$@%&*] prototype support.
1903      Branch: perl
1904            ! op.c pod/perlsub.pod t/comp/proto.t
1905 ____________________________________________________________________________
1906 [ 11864] By: jhi                                   on 2001/09/04  13:10:38
1907         Log: Subject: [PATCH lib/CGI/t/form.t] Cleanup
1908              From: Michael G Schwern <schwern@pobox.com>
1909              Date: Mon, 3 Sep 2001 18:59:01 -0400
1910              Message-ID: <20010903185901.Z9233@blackrider>
1911      Branch: perl
1912            ! lib/CGI/t/form.t
1913 ____________________________________________________________________________
1914 [ 11863] By: jhi                                   on 2001/09/04  13:06:39
1915         Log: Subject: [PATCH gv.c] @& sets PL_sawampersand
1916              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
1917              Date: Mon, 3 Sep 2001 12:36:20 -0400 (EDT)
1918              Message-ID: <Pine.GSO.4.21.0109031235240.7601-100000@crusoe.crusoe.net>
1919      Branch: perl
1920            ! gv.c
1921 ____________________________________________________________________________
1922 [ 11862] By: jhi                                   on 2001/09/04  13:05:23
1923         Log: More srand entry tweakage based on Randal's suggestion.
1924      Branch: perl
1925            ! pod/perlfunc.pod
1926 ____________________________________________________________________________
1927 [ 11861] By: jhi                                   on 2001/09/04  12:48:14
1928         Log: Subject: [PATCH] 'main' *is* a reserved word
1929              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1930              Date: Mon, 3 Sep 2001 22:55:41 +0200
1931              Message-ID: <20010903225541.A24097@rafael>
1932      Branch: perl
1933            ! toke.c
1934 ____________________________________________________________________________
1935 [ 11860] By: jhi                                   on 2001/09/04  12:46:30
1936         Log: Subject: [PATCH: bleedperl] s/ROOT\./_ROOT./ for VMS default install prefix appendage
1937              From: Peter Prymmer <pvhp@best.com>
1938              Date: Mon, 3 Sep 2001 13:43:04 -0700 (PDT)
1939              Message-ID: <Pine.BSF.4.21.0109031338300.5068-100000@shell8.ba.best.com>
1940      Branch: perl
1941            ! README.vms configure.com
1942 ____________________________________________________________________________
1943 [ 11859] By: jhi                                   on 2001/09/04  12:44:29
1944         Log: Subject: Re: A slightly better default seed?   
1945              From: Michael G Schwern <schwern@pobox.com>
1946              Date: Mon, 3 Sep 2001 18:08:15 -0400 
1947              Message-ID: <20010903180815.W9233@blackrider>
1948      Branch: perl
1949            ! t/op/srand.t
1950 ____________________________________________________________________________
1951 [ 11858] By: jhi                                   on 2001/09/04  12:41:59
1952         Log: Add sharedsv.o to microperl object files.
1953      Branch: perl
1954            ! Makefile.micro
1955 ____________________________________________________________________________
1956 [ 11857] By: jhi                                   on 2001/09/04  12:27:51
1957         Log: AUTHORS updates and
1958              
1959              Subject: [PATCH] Just some preening :-)        
1960              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
1961              Date: Tue, 4 Sep 2001 14:16:59 +0100
1962              Message-ID: <20010904141659.A10129@homer.diplex.co.uk>            
1963      Branch: perl
1964            ! AUTHORS ext/Data/Dumper/Changes lib/Text/Soundex.pm
1965 ____________________________________________________________________________
1966 [ 11856] By: jhi                                   on 2001/09/04  12:09:43
1967         Log: Typo fix and slight rewording.
1968      Branch: perl
1969            ! pod/perlfunc.pod
1970 ____________________________________________________________________________
1971 [ 11855] By: jhi                                   on 2001/09/04  12:04:16
1972         Log: Update the FAQ now that Scalar-List-Utils 1.03 has shuffle().
1973      Branch: perl
1974            ! pod/perlfaq4.pod
1975 ____________________________________________________________________________
1976 [ 11854] By: jhi                                   on 2001/09/03  20:12:21
1977         Log: The helper file changed name.
1978      Branch: perl
1979            ! MANIFEST
1980 ____________________________________________________________________________
1981 [ 11853] By: gbarr                                 on 2001/09/03  20:00:00
1982         Log: Update to Scalar-List-Utils 1.03
1983      Branch: perl
1984            + ext/List/Util/t/shuffle.t
1985            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
1986            ! ext/List/Util/lib/List/Util.pm ext/List/Util/t/blessed.t
1987            ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
1988            ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
1989            ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
1990            ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
1991            ! ext/List/Util/t/reftype.t ext/List/Util/t/sum.t
1992            ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
1993 ____________________________________________________________________________
1994 [ 11852] By: jhi                                   on 2001/09/03  19:50:57
1995         Log: Make crypt() do something more sane for Unicode
1996              (take crypt() of the low eight bits of the characters,
1997              instead of taking crypt() of the UTF-8 of the scalar);
1998              add a test for crypt().
1999      Branch: perl
2000            + t/op/crypt.t
2001            ! MANIFEST pod/perlfunc.pod pp.c
2002 ____________________________________________________________________________
2003 [ 11851] By: jhi                                   on 2001/09/03  19:19:35
2004         Log: Reorganize the srand entry.
2005      Branch: perl
2006            ! pod/perlfunc.pod
2007 ____________________________________________________________________________
2008 [ 11850] By: jhi                                   on 2001/09/03  18:54:51
2009         Log: Remove the tests that assume something about
2010              calling srand() without arguments multiple times.
2011      Branch: perl
2012            ! t/op/srand.t
2013 ____________________________________________________________________________
2014 [ 11849] By: jhi                                   on 2001/09/03  18:15:16
2015         Log: Upgrade to Math::BigInt 1.42.
2016      Branch: perl
2017            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
2018            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
2019            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
2020            ! lib/Math/BigInt/t/mbimbf.t
2021 ____________________________________________________________________________
2022 [ 11848] By: gsar                                  on 2001/09/03  17:07:54
2023         Log: integrate change#11847 from maint-5.6
2024              
2025              typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
2026      Branch: perl
2027            ! sv.c
2028 ____________________________________________________________________________
2029 [ 11847] By: gsar                                  on 2001/09/03  16:47:54
2030         Log: typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
2031      Branch: maint-5.6/perl
2032            ! sv.c
2033 ____________________________________________________________________________
2034 [ 11846] By: jhi                                   on 2001/09/03  15:12:58
2035         Log: As far as I can tell these functions have been Unicodified.
2036      Branch: perl
2037            ! doop.c
2038 ____________________________________________________________________________
2039 [ 11845] By: jhi                                   on 2001/09/03  15:11:27
2040         Log: Update to Storable 1.0.13.
2041      Branch: perl
2042            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
2043            ! ext/Storable/Storable.xs
2044 ____________________________________________________________________________
2045 [ 11844] By: jhi                                   on 2001/09/03  12:42:06
2046         Log: Patch the Filter::Simple test to work with
2047              the core test suite (since the FilterTest.pm
2048              is in t/lib, not in lib).
2049      Branch: perl
2050            ! lib/Filter/Simple/t/filter.t
2051 ____________________________________________________________________________
2052 [ 11843] By: jhi                                   on 2001/09/03  12:39:11
2053         Log: Damian's Filter::Simple test uses FilterTest, not MyFilter.
2054      Branch: perl
2055            + t/lib/FilterTest.pm
2056            - t/lib/MyFilter.pm
2057 ____________________________________________________________________________
2058 [ 11842] By: jhi                                   on 2001/09/03  12:17:30
2059         Log: Damian-o-rama: upgrade to Attribute::Handlers 0.75,
2060              Filter::Simple 0.61, NEXT 0.02, Switch 2.05, and
2061              Text::Balanced 1.86.
2062      Branch: perl
2063            + lib/Attribute/Handlers/t/multi.t lib/Filter/Simple/Changes
2064            + lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
2065            + lib/NEXT/Changes lib/NEXT/README lib/Switch/t/given.t
2066            + lib/Switch/t/nested.t lib/Switch/t/switch.t
2067            + lib/Text/Balanced/Changes lib/Text/Balanced/README
2068            + lib/Text/Balanced/t/extbrk.t lib/Text/Balanced/t/extcbk.t
2069            + lib/Text/Balanced/t/extdel.t lib/Text/Balanced/t/extmul.t
2070            + lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
2071            + lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
2072            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
2073            - lib/Switch/t/switch_case.t lib/Text/Balanced.pod
2074            - lib/Text/Balanced/t/genxt.t lib/Text/Balanced/t/xbrak.t
2075            - lib/Text/Balanced/t/xcode.t lib/Text/Balanced/t/xdeli.t
2076            - lib/Text/Balanced/t/xmult.t lib/Text/Balanced/t/xquot.t
2077            - lib/Text/Balanced/t/xtagg.t lib/Text/Balanced/t/xvari.t
2078            ! MANIFEST lib/Attribute/Handlers.pm
2079            ! lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
2080            ! lib/Attribute/Handlers/demo/Demo.pm
2081            ! lib/Attribute/Handlers/demo/Descriptions.pm
2082            ! lib/Attribute/Handlers/demo/MyClass.pm
2083            ! lib/Attribute/Handlers/demo/demo.pl
2084            ! lib/Attribute/Handlers/demo/demo2.pl
2085            ! lib/Attribute/Handlers/demo/demo3.pl
2086            ! lib/Attribute/Handlers/demo/demo4.pl
2087            ! lib/Attribute/Handlers/demo/demo_call.pl
2088            ! lib/Attribute/Handlers/demo/demo_chain.pl
2089            ! lib/Attribute/Handlers/demo/demo_cycle.pl
2090            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
2091            ! lib/Attribute/Handlers/demo/demo_phases.pl
2092            ! lib/Attribute/Handlers/demo/demo_range.pl
2093            ! lib/Attribute/Handlers/demo/demo_rawdata.pl
2094            ! lib/Filter/Simple.pm lib/NEXT.pm lib/NEXT/test.pl
2095            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
2096            ! lib/Text/Balanced.pm
2097 ____________________________________________________________________________
2098 [ 11841] By: sky                                   on 2001/09/03  11:04:15
2099         Log: Forgot to add a file with Change #11840
2100      Branch: perl
2101            + t/op/srand.t
2102 ____________________________________________________________________________
2103 [ 11840] By: sky                                   on 2001/09/03  11:02:04
2104         Log: Subject: [PATCH t/op/srand.t t/op/rand.t pod/perlfunc.pod MANIFEST] Tests for srand()
2105              From: Michael G Schwern <schwern@pobox.com>
2106              Date: Mon, 3 Sep 2001 07:43:00 -0400
2107              Message-ID: <20010903074300.E9233@blackrider>
2108      Branch: perl
2109            ! MANIFEST pod/perlfunc.pod t/op/rand.t
2110 ____________________________________________________________________________
2111 [ 11839] By: sky                                   on 2001/09/03  10:47:11
2112         Log: Document the changes with regards to running of END blocks.
2113              And DESTROY on global objects are called in perl_destruct()!
2114      Branch: perl
2115            ! pod/perl572delta.pod pod/perlembed.pod
2116 ____________________________________________________________________________
2117 [ 11838] By: sky                                   on 2001/09/03  09:34:44
2118         Log: Subject: [PATCH t/op/time.t] Partial cleanup
2119              From: Michael G Schwern <schwern@pobox.com>
2120              Date: Mon, 3 Sep 2001 06:29:42 -0400
2121              Message-ID: <20010903062942.C9233@blackrider>
2122      Branch: perl
2123            ! t/op/time.t
2124 ____________________________________________________________________________
2125 [ 11837] By: sky                                   on 2001/09/03  09:30:02
2126         Log: Subject: [PATCH t/op/rand.t] Increase the repetitions
2127              From: Michael G Schwern <schwern@pobox.com>
2128              Date: Mon, 3 Sep 2001 06:24:13 -0400
2129              Message-ID: <20010903062413.B9233@blackrider>
2130      Branch: perl
2131            ! t/op/rand.t
2132 ____________________________________________________________________________
2133 [ 11836] By: sky                                   on 2001/09/03  07:56:47
2134         Log: Subject: [PATCH] CGI::Cookie, Apache & Switch tests
2135              From: Michael G Schwern <schwern@pobox.com>
2136              Date: Sun, 2 Sep 2001 21:38:43 -0400
2137              Message-ID: <20010902213843.L2711@blackrider>
2138      Branch: perl
2139            + lib/CGI/t/apache.t lib/CGI/t/cookie.t lib/CGI/t/switch.t
2140            ! MANIFEST
2141 ____________________________________________________________________________
2142 [ 11835] By: nick                                  on 2001/09/03  06:20:06
2143         Log: Integrate mainline
2144      Branch: perlio
2145           +> lib/Shell.t t/op/inccode.t t/run/kill_perl.t
2146            - t/op/misc.t
2147           !> (integrate 187 files)
2148 ____________________________________________________________________________
2149 [ 11834] By: jhi                                   on 2001/09/02  13:07:53
2150         Log: Update Changes.
2151      Branch: perl
2152            ! Changes patchlevel.h
2153 ____________________________________________________________________________
2154 [ 11833] By: jhi                                   on 2001/09/02  12:59:05
2155         Log: Slight tweaks.
2156      Branch: perl
2157            ! t/run/kill_perl.t
2158 ____________________________________________________________________________
2159 [ 11832] By: jhi                                   on 2001/09/02  12:41:12
2160         Log: Special casing had become a little bit more complex in Unicode 3.1.1.
2161      Branch: perl
2162            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
2163 ____________________________________________________________________________
2164 [ 11831] By: sky                                   on 2001/09/02  12:10:42
2165         Log: Change #11828 wasn't complete, this updates to intest path
2166      Branch: perl
2167            ! t/run/kill_perl.t
2168 ____________________________________________________________________________
2169 [ 11830] By: jhi                                   on 2001/09/02  11:56:18
2170         Log: 's's's.
2171      Branch: perl
2172            ! Changes
2173 ____________________________________________________________________________
2174 [ 11829] By: jhi                                   on 2001/09/02  11:54:22
2175         Log: Update Changes.
2176      Branch: perl
2177            ! Changes patchlevel.h
2178 ____________________________________________________________________________
2179 [ 11828] By: sky                                   on 2001/09/02  11:53:56
2180         Log: Subject: [PATCH] rm t/run/segfault.t; mv t/op/misc.t t/run/kill_perl.t
2181              From: Michael G Schwern <schwern@pobox.com>
2182              Date: Sat, 1 Sep 2001 20:18:58 -0400
2183              Message-ID: <20010901201858.X606@blackrider>
2184              +MANIFEST Fix
2185      Branch: perl
2186            + t/run/kill_perl.t
2187            - t/op/misc.t t/run/segfault.t
2188            ! MANIFEST
2189 ____________________________________________________________________________
2190 [ 11827] By: jhi                                   on 2001/09/02  11:46:47
2191         Log: Subject: [PATCH] lib/Time/Local.pm
2192              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
2193              Date: Sun, 2 Sep 2001 06:50:01 -0500
2194              Message-ID: <20010902065001.A21529@staff1.cso.uiuc.edu>
2195      Branch: perl
2196            ! lib/Time/Local.pm
2197 ____________________________________________________________________________
2198 [ 11826] By: jhi                                   on 2001/09/02  11:40:49
2199         Log: Tick off Unicode collation and the normalization from
2200              the todo list.
2201      Branch: perl
2202            ! pod/perltodo.pod
2203 ____________________________________________________________________________
2204 [ 11825] By: jhi                                   on 2001/09/02  11:16:24
2205         Log: Update to Unicode 3.1.1.
2206      Branch: perl
2207            ! lib/unicore/ArabLink.pl lib/unicore/ArabLnkGrp.pl
2208            ! lib/unicore/ArabShap.txt lib/unicore/CaseFold.txt
2209            ! lib/unicore/EAWidth.txt lib/unicore/PropList.html
2210            ! lib/unicore/PropList.txt lib/unicore/README.perl
2211            ! lib/unicore/ReadMe.txt lib/unicore/SpecCase.txt
2212            ! lib/unicore/rename lib/unicore/version
2213 ____________________________________________________________________________
2214 [ 11824] By: jhi                                   on 2001/09/02  10:32:30
2215         Log: Slight doc tweaks for the module.
2216      Branch: perl
2217            ! lib/Unicode/UCD.pm
2218 ____________________________________________________________________________
2219 [ 11823] By: jhi                                   on 2001/09/02  10:02:20
2220         Log: Rename the variable: it *used* to be (wrongly) that the
2221              code related to PL_reg_sv (so PL_reg_sv_utf8 was logical)
2222              but that is no more the case: PL_reg_match_utf8 is better.
2223      Branch: perl
2224            ! embedvar.h mg.c perlapi.c perlapi.h pp.c pp_hot.c regcomp.c
2225            ! regexec.c sv.c thrdvar.h
2226 ____________________________________________________________________________
2227 [ 11822] By: ams                                   on 2001/09/02  02:54:50
2228         Log: Subject: RE: [PATCH] Add a nextstate into empty blocks
2229              From: Ilmari Karonen <iltzu@sci.fi>
2230              Date: Sun, 19 Aug 2001 19:27:33 +0300 (EET DST)
2231              Message-Id: <Pine.SOL.3.96.1010819163840.8384B-100000@simpukka>
2232              (op/sub_lval.t updated to take new error message into account.)
2233      Branch: perl
2234            ! op.c t/op/sub_lval.t
2235 ____________________________________________________________________________
2236 [ 11821] By: gsar                                  on 2001/09/02  01:06:30
2237         Log: remove stray CRs in files; keep all files with UNIX line-ends
2238              (Porting/makerel adds CRs to the files that need it in the
2239              distribution)
2240      Branch: perl
2241            ! NetWare/t/NWScripts.pl README.dos
2242            ! ext/Encode/Encode/cns11643-1.enc
2243            ! ext/Encode/Encode/cns11643-2.enc ext/SDBM_File/Makefile.PL
2244            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
2245 ____________________________________________________________________________
2246 [ 11820] By: gsar                                  on 2001/09/02  00:56:44
2247         Log: some remnants of change#11803
2248      Branch: perl
2249            ! ext/ByteLoader/byterun.h perl.h
2250 ____________________________________________________________________________
2251 [ 11819] By: jhi                                   on 2001/09/01  23:40:36
2252         Log: Update to Unicode::Collate 0.08.
2253      Branch: perl
2254            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
2255            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
2256 ____________________________________________________________________________
2257 [ 11818] By: jhi                                   on 2001/09/01  23:02:09
2258         Log: Test tweaks.
2259      Branch: perl
2260            ! t/op/pat.t
2261 ____________________________________________________________________________
2262 [ 11817] By: pudge                                 on 2001/09/01  22:36:29
2263         Log: Fix test
2264      Branch: maint-5.6/macperl
2265            ! t/lib/b.t
2266 ____________________________________________________________________________
2267 [ 11816] By: pudge                                 on 2001/09/01  22:15:09
2268         Log: Misc. patches: fix tests script; add Mac::LowMem; quiet
2269              warnings in Config.pm with -W; increase default and
2270              minimum RAM; bump version number.
2271      Branch: maint-5.6/macperl
2272            + macos/lib/Mac/LowMem.pm
2273            ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
2274            ! macos/configpm macos/macperl/MacPerl.r
2275 ____________________________________________________________________________
2276 [ 11815] By: pudge                                 on 2001/09/01  22:10:49
2277         Log: Make syntax check report in MPW style, fix tests
2278              to use Mac::err=unix to get normal-style error
2279              messages.
2280      Branch: maint-5.6/macperl
2281            ! perl.c t/lib/b.t t/op/misc.t t/op/runlevel.t t/pod/testp2pt.pl
2282            ! t/pragma/strict.t t/pragma/subs.t t/pragma/warnings.t
2283 ____________________________________________________________________________
2284 [ 11814] By: pudge                                 on 2001/09/01  22:09:08
2285         Log: Make MPW-style errors optional (but the default); add
2286              MacPerl::ErrorFormat() function and Mac::err pragma
2287      Branch: maint-5.6/macperl
2288            + macos/ext/Mac/err/Makefile.PL macos/ext/Mac/err/err.pm
2289            + macos/ext/Mac/err/err.xs
2290            ! macos/ext/Mac/Makefile.mk macos/ext/MacPerl/MacPerl.xs
2291            ! macos/macish.c macos/macish.h macos/macperl.sym
2292 ____________________________________________________________________________
2293 [ 11813] By: pudge                                 on 2001/09/01  22:01:40
2294         Log: More module and test ports from Thomas Wegner et al
2295      Branch: maint-5.6/macperl
2296            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
2297            ! lib/File/DosGlob.pm lib/File/Spec/Mac.pm lib/File/Temp.pm
2298            ! t/lib/dosglob.t t/lib/filespec.t t/lib/ftmp-security.t
2299            ! t/op/magic.t
2300 ____________________________________________________________________________
2301 [ 11812] By: sky                                   on 2001/09/01  17:19:30
2302         Log: Subject: [PATCH t/op/concat.t] cleanup
2303              From: Michael G Schwern <schwern@pobox.com>
2304              Date: Sat, 1 Sep 2001 14:06:28 -0400
2305              Message-ID: <20010901140628.C606@blackrider>
2306      Branch: perl
2307            ! t/op/concat.t
2308 ____________________________________________________________________________
2309 [ 11811] By: sky                                   on 2001/09/01  12:25:29
2310         Log: Change #11805 didn't update the MANIFEST
2311      Branch: perl
2312            ! MANIFEST
2313 ____________________________________________________________________________
2314 [ 11810] By: sky                                   on 2001/09/01  11:52:44
2315         Log: Subject: [PATCH], was t/op/incode.t breaks make minitest
2316              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2317              Date: Sat, 1 Sep 2001 14:50:14 +0200
2318              Message-ID: <20010901145014.A691@rafael>
2319      Branch: perl
2320            ! t/op/inccode.t
2321 ____________________________________________________________________________
2322 [ 11809] By: sky                                   on 2001/09/01  11:49:22
2323         Log: Subject: PATCH: ExtUtils::MakeMaker
2324              From: Tony Bowden <tony@kasei.com>
2325              Date: Sat, 1 Sep 2001 10:33:53 +0100
2326              Message-ID: <20010901103353.A13863@soto.kasei.com>
2327              Manually applied
2328      Branch: perl
2329            ! lib/ExtUtils/MakeMaker.pm
2330 ____________________________________________________________________________
2331 [ 11808] By: sky                                   on 2001/09/01  11:39:13
2332         Log: Subject: [ID 20010831.002] Bug in Term::Cap on Solaris ansi terminal using CPAN::Shell
2333              From: mike808@users.sourceforge.net
2334              Date: Sat, 1 Sep 101 11:27:50 GMT
2335              Message-Id: <200108312123.QAA27476@smtp.networkusa.net>
2336              With little tweak
2337      Branch: perl
2338            ! lib/Term/Cap.pm
2339 ____________________________________________________________________________
2340 [ 11807] By: ams                                   on 2001/09/01  11:31:16
2341         Log: Subject: oct() and hex()
2342              From: Nicholas Clark <nick@ccl4.org>
2343              Date: Fri, 31 Aug 2001 23:14:13 +0100
2344              Message-Id: <20010831231413.J4950@plum.flirble.org>
2345      Branch: perl
2346            ! pod/perlclib.pod
2347 ____________________________________________________________________________
2348 [ 11806] By: pudge                                 on 2001/09/01  00:04:52
2349         Log: Integrate change 11801 from maintperl
2350      Branch: maint-5.6/macperl
2351            ! perl.c
2352 ____________________________________________________________________________
2353 [ 11805] By: sky                                   on 2001/08/31  21:35:10
2354         Log: Subject: Re: [ID 20010831.001] SEGV from ($a, b) = (1, 2)
2355              From: Michael G Schwern <schwern@pobox.com>
2356              Date: Fri, 31 Aug 2001 15:36:28 -0400
2357              Message-ID: <20010831153628.B598@blackrider>
2358              Check for things which used to segfault
2359      Branch: perl
2360            + t/run/segfault.t
2361 ____________________________________________________________________________
2362 [ 11804] By: gsar                                  on 2001/08/31  21:02:54
2363         Log: integrate change#11801 from maint-5.6
2364              
2365              remove age-old UNICOS "workaround" that introduces a static, and
2366              hence an egregious race condition for threaded builds (*sigh*
2367              beats me why this kludge wasn't guarded by a UNICOS-specific
2368              #define *sigh*)
2369      Branch: perl
2370            ! perl.c
2371 ____________________________________________________________________________
2372 [ 11803] By: gsar                                  on 2001/08/31  20:58:38
2373         Log: remove deprecated PERL_OBJECT cruft, it has long since stopped
2374              working in 5.7.x
2375      Branch: perl
2376            - objXSUB.h
2377            ! EXTERN.h MANIFEST Makefile.SH Makefile.micro NetWare/Makefile
2378            ! NetWare/config_h.PL NetWare/dl_netware.xs NetWare/interface.c
2379            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/nw5thread.c
2380            ! NetWare/nwperlsys.c NetWare/nwperlsys.h Porting/makerel
2381            ! README.win32 XSUB.h bytecode.pl cv.h cygwin/cygwin.c
2382            ! emacs/ptags embed.h embed.pl embedvar.h epoc/epoc.c ext/B/B.xs
2383            ! ext/B/B/C.pm ext/ByteLoader/ByteLoader.xs
2384            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
2385            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
2386            ! ext/POSIX/POSIX.xs globals.c iperlsys.h lib/ExtUtils/Embed.pm
2387            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
2388            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
2389            ! lib/ExtUtils/xsubpp makedef.pl mg.c op.c perl.c perl.h
2390            ! perlapi.c perlapi.h perlio.c perly.c perly.y perly_c.diff
2391            ! pod/perlguts.pod pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c
2392            ! scope.c sv.c sv.h toke.c universal.c vms/descrip_mms.template
2393            ! vms/perly_c.vms win32/Makefile win32/config_h.PL
2394            ! win32/dl_win32.xs win32/makefile.mk win32/perlhost.h
2395            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
2396            ! win32/win32thread.c wince/Makefile.ce wince/config_h.PL
2397            ! wince/dl_win32.xs wince/perllib.c wince/win32.h
2398            ! wince/win32thread.c wince/wince.c wince/wincesck.c xsutils.c
2399 ____________________________________________________________________________
2400 [ 11802] By: ams                                   on 2001/08/31  18:11:32
2401         Log: Subject: [DOC PATCH] Add perl4 warning messages to perldiag.pod
2402              From: "Philip Newton" <Philip.Newton@gmx.net>
2403              Date: Fri, 31 Aug 2001 21:12:56 +0200
2404              Message-Id: <20010831.211000@ID-11583.news.dfncis.de>
2405      Branch: perl
2406            ! pod/perldiag.pod
2407 ____________________________________________________________________________
2408 [ 11801] By: gsar                                  on 2001/08/31  17:49:03
2409         Log: remove age-old UNICOS "workaround" that introduces a static, and
2410              hence an egregious race condition for threaded builds (*sigh*
2411              beats me why this kludge wasn't guarded by a UNICOS-specific
2412              #define *sigh*)
2413      Branch: maint-5.6/perl
2414            ! perl.c
2415 ____________________________________________________________________________
2416 [ 11800] By: sky                                   on 2001/08/31  17:30:26
2417         Log: Fixes bug in change 11717 that bus errored on HP-UX 10.20
2418              Might break on platforms where bool is larger than 8 bites ???
2419      Branch: perl
2420            ! regcomp.c
2421 ____________________________________________________________________________
2422 [ 11799] By: ams                                   on 2001/08/31  12:15:44
2423         Log: Integrate 11778 into mainline.
2424      Branch: perl
2425            ! t/base/term.t
2426 ____________________________________________________________________________
2427 [ 11798] By: sky                                   on 2001/08/31  11:31:44
2428         Log: Change 11797 sneaked in a faulty regcomp.c change which wasn't
2429              supposed to happen.
2430      Branch: perl
2431            ! regcomp.c
2432 ____________________________________________________________________________
2433 [ 11797] By: sky                                   on 2001/08/31  11:28:17
2434         Log: Subject: Re: Problem in ext/Time/HiRest/HiRes.t 
2435              From: "John P. Linderman" <jpl@research.att.com>
2436              Date: Fri, 31 Aug 2001 08:20:35 -0400
2437              Message-Id: <200108311220.IAA54125@raptor.research.att.com>
2438              Fixes test 14 which could fail randomly in rare cases.
2439      Branch: perl
2440            ! ext/Time/HiRes/HiRes.t regcomp.c
2441 ____________________________________________________________________________
2442 [ 11796] By: ams                                   on 2001/08/31  01:13:07
2443         Log: Subject: [PATCH] Embaressing typo in Syslog's Makefile.PL
2444              From: Nicholas Clark <nick@ccl4.org>
2445              Date: Thu, 30 Aug 2001 23:21:50 +0100
2446              Message-Id: <20010830232150.D4950@plum.flirble.org>
2447      Branch: perl
2448            ! ext/Sys/Syslog/Makefile.PL
2449 ____________________________________________________________________________
2450 [ 11795] By: ams                                   on 2001/08/30  23:53:23
2451         Log: Subject: [PATCH pod/perlhack.pod] Yet another improvement to the
2452              patching example
2453              From: Michael G Schwern <schwern@pobox.com>
2454              Date: Thu, 30 Aug 2001 17:02:08 -0400
2455              Message-Id: <20010830170208.M2318@blackrider>
2456      Branch: perl
2457            ! pod/perlhack.pod
2458 ____________________________________________________________________________
2459 [ 11794] By: ams                                   on 2001/08/30  19:35:36
2460         Log: Subject: [PATCH] pp_modulo
2461              From: Nicholas Clark <nick@ccl4.org>
2462              Date: Thu, 30 Aug 2001 18:20:54 +0100
2463              Message-Id: <20010830182053.A4950@plum.flirble.org>
2464      Branch: perl
2465            ! pp.c t/op/64bitint.t
2466 ____________________________________________________________________________
2467 [ 11793] By: sky                                   on 2001/08/30  13:02:48
2468         Log: 11792 wasn't complete
2469      Branch: perl
2470            ! makedef.pl regcomp.c
2471 ____________________________________________________________________________
2472 [ 11792] By: sky                                   on 2001/08/30  12:21:11
2473         Log: Added checks for PL_custom* and Perl_custom* functions in makedef.pl
2474      Branch: perl
2475            ! makedef.pl
2476 ____________________________________________________________________________
2477 [ 11791] By: sky                                   on 2001/08/30  10:08:02
2478         Log: Due to braindamaged makedef.pl change 11758 broke makedef.pl
2479      Branch: perl
2480            ! config_h.SH
2481 ____________________________________________________________________________
2482 [ 11790] By: sky                                   on 2001/08/30  08:22:31
2483         Log: Introduces SvREPADTMP(sv) that marks a repad SvIV as a offset
2484              on the pad. Fixes coredumps in cleanups introduced by
2485              Change 11755  
2486      Branch: perl
2487            ! op.c perl.c sv.h
2488 ____________________________________________________________________________
2489 [ 11789] By: sky                                   on 2001/08/29  19:01:47
2490         Log: GCC on HP-UX 11 with 64bit support breaks inet_ntoa
2491              This is a replacement implmentation that works on HPUX.
2492              This bug should probably be fixed in GCC.
2493      Branch: perl
2494            ! ext/Socket/Socket.xs
2495 ____________________________________________________________________________
2496 [ 11788] By: ams                                   on 2001/08/29  17:35:33
2497         Log: Subject: [PATCH] pass all tests when compiling with -DNO_PERL_PRESERVE_IVUV
2498              From: Nicholas Clark <nick@ccl4.org>
2499              Date: Wed, 29 Aug 2001 18:21:56 +0100
2500              Message-Id: <20010829182156.O4950@plum.flirble.org>
2501      Branch: perl
2502            ! ext/Devel/Peek/Peek.t sv.c t/op/64bitint.t t/op/numconvert.t
2503 ____________________________________________________________________________
2504 [ 11787] By: sky                                   on 2001/08/29  10:42:54
2505         Log: Added test for pack_addr_in and unpack_addr_in
2506              Nitpik in test 10
2507      Branch: perl
2508            ! ext/Socket/Socket.t
2509 ____________________________________________________________________________
2510 [ 11786] By: sky                                   on 2001/08/29  10:28:14
2511         Log: Added three tests to test inet_ntoa/inet_aton and *packaddr*
2512              Trying to catch errors on HP-UX
2513      Branch: perl
2514            ! ext/Socket/Socket.t
2515 ____________________________________________________________________________
2516 [ 11785] By: sky                                   on 2001/08/29  09:07:03
2517         Log: make sure USE_THREADS is defined so external apps work
2518      Branch: perl
2519            ! config_h.SH
2520 ____________________________________________________________________________
2521 [ 11784] By: sky                                   on 2001/08/29  08:06:12
2522         Log: Subject: Re: The hitlist of untested modules.
2523              From: Jonathan Stowe <gellyfish@gellyfish.com>
2524              Date: Wed, 29 Aug 2001 09:25:49 +0100 (BST)
2525              Message-ID: <Pine.LNX.4.33.0108290923320.29273-100000@orpheus.gellyfish.com>
2526              Start of tests for Shell.pm (make Schwern poorer!)
2527      Branch: perl
2528            + lib/Shell.t
2529            ! MANIFEST
2530 ____________________________________________________________________________
2531 [ 11783] By: sky                                   on 2001/08/29  07:37:50
2532         Log: END{} can change the return value even if we die from BEGIN{}
2533      Branch: perl
2534            ! miniperlmain.c
2535 ____________________________________________________________________________
2536 [ 11782] By: ams                                   on 2001/08/29  06:32:17
2537         Log: Subject: Re: [PATCH] newer tests for the coderef-in-@INC !
2538              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2539              Date: Wed, 29 Aug 2001 09:18:17 +0200
2540              Message-Id: <20010829091817.A4453@rafael>
2541      Branch: perl
2542            ! t/op/inccode.t
2543 ____________________________________________________________________________
2544 [ 11781] By: pudge                                 on 2001/08/29  02:28:33
2545         Log: Delete xsubpp.patch, as full copy exists now
2546      Branch: maint-5.6/macperl
2547            - macos/xsubpp.patch
2548 ____________________________________________________________________________
2549 [ 11780] By: pudge                                 on 2001/08/29  02:26:03
2550         Log: Add Changes file
2551      Branch: maint-5.6/macperl
2552            + macos/Changes
2553 ____________________________________________________________________________
2554 [ 11779] By: pudge                                 on 2001/08/29  02:23:11
2555         Log: Add Mac version of xsubpp as separate file
2556      Branch: maint-5.6/macperl
2557            + macos/xsubpp
2558            ! macos/Makefile.mk
2559 ____________________________________________________________________________
2560 [ 11778] By: pudge                                 on 2001/08/29  02:14:57
2561         Log: Fix open of /dev/null for Mac OS
2562      Branch: maint-5.6/macperl
2563            ! t/base/term.t
2564 ____________________________________________________________________________
2565 [ 11777] By: pudge                                 on 2001/08/29  02:12:52
2566         Log: Various patches: enable more tests; skip CVS in PerlInstall;
2567              fix typemap for Mac::Processes; remove comments in MM_MacOS.pm
2568      Branch: maint-5.6/macperl
2569            ! macos/MacPerlTests.cmd macos/PerlInstall
2570            ! macos/ext/Mac/Processes/typemap macos/lib/ExtUtils/MM_MacOS.pm
2571 ____________________________________________________________________________
2572 [ 11776] By: pudge                                 on 2001/08/29  02:11:42
2573         Log: Allow for platforms to override formatting of errors
2574              on output from Matthias Neeracher (Mac files)
2575      Branch: maint-5.6/macperl
2576            ! macos/macish.c macos/macish.h
2577 ____________________________________________________________________________
2578 [ 11775] By: pudge                                 on 2001/08/29  01:59:32
2579         Log: Allow for platforms to override formatting of errors
2580              on output from Matthias Neeracher (core files)
2581      Branch: maint-5.6/macperl
2582            ! perl.h pp_ctl.c util.c
2583 ____________________________________________________________________________
2584 [ 11774] By: pudge                                 on 2001/08/29  01:29:43
2585         Log: Add some param checking, from reports by Kevin Reid.
2586      Branch: maint-5.6/macperl
2587            ! macos/ext/Mac/Controls/Controls.pm
2588            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/Windows/Windows.pm
2589 ____________________________________________________________________________
2590 [ 11773] By: ams                                   on 2001/08/28  23:54:57
2591         Log: Subject: [PATCH] make coretest
2592              From: Paul Johnson <paul@pjcj.net>
2593              Date: Wed, 29 Aug 2001 00:11:38 +0200
2594              Message-Id: <20010829001138.B12169@pjcj.net>
2595              (Applied without the change to perlhack.pod. This should
2596              probably stay undocumented.)
2597      Branch: perl
2598            ! Makefile.SH t/TEST
2599 ____________________________________________________________________________
2600 [ 11772] By: sky                                   on 2001/08/28  13:01:20
2601         Log: Subject: [PATCH t/op/pack.t pod/perlhack.pod] Adding the failure diagnostic  
2602              From: Michael G Schwern <schwern@pobox.com>
2603              Date: Tue, 28 Aug 2001 09:57:39 -0400
2604              Message-ID: <20010828095738.E17775@blackrider>
2605      Branch: perl
2606            ! pod/perlhack.pod t/op/pack.t
2607 ____________________________________________________________________________
2608 [ 11771] By: sky                                   on 2001/08/28  11:20:13
2609         Log: Subject: [PATCH] put useful info in %INC for files loaded by a hook in @INC
2610              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2611              Date: Tue, 28 Aug 2001 14:23:43 +0200
2612              Message-ID: <20010828142343.A19299@rafael>
2613      Branch: perl
2614            ! pod/perlvar.pod pp_ctl.c
2615 ____________________________________________________________________________
2616 [ 11770] By: ams                                   on 2001/08/28  10:13:21
2617         Log: Subject: [PATCH] odd typo in op.h
2618              From: Nicholas Clark <nick@ccl4.org>
2619              Date: Tue, 28 Aug 2001 12:10:26 +0100
2620              Message-Id: <20010828121026.V4950@plum.flirble.org>
2621      Branch: perl
2622            ! op.h
2623 ____________________________________________________________________________
2624 [ 11769] By: sky                                   on 2001/08/28  08:09:16
2625         Log: Subject: [ID 20010827.008] no-foo options broken in B::Lint
2626              From: Ville "Skyttä" <scop@cs132170.pp.htv.fi>
2627              Date: Tue, 28 Aug 2001 02:22:20 +0300
2628              Message-Id: <200108272322.f7RNMKd02261@cs132170.pp.htv.fi>
2629      Branch: perl
2630            ! ext/B/B/Lint.pm
2631 ____________________________________________________________________________
2632 [ 11768] By: ams                                   on 2001/08/28  00:47:35
2633         Log: Subject: Re: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
2634              From: Michael G Schwern <schwern@pobox.com>
2635              Date: Mon, 27 Aug 2001 21:24:44 -0400
2636              Message-Id: <20010827212444.F12582@blackrider>
2637      Branch: perl
2638            ! pod/perlhack.pod t/op/pack.t
2639 ____________________________________________________________________________
2640 [ 11767] By: ams                                   on 2001/08/27  23:59:48
2641         Log: Subject: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
2642              From: Michael G Schwern <schwern@pobox.com>
2643              Date: Mon, 27 Aug 2001 20:12:29 -0400
2644              Message-Id: <20010827201229.D12582@blackrider>
2645      Branch: perl
2646            ! pod/perlhack.pod t/op/pack.t
2647 ____________________________________________________________________________
2648 [ 11766] By: ams                                   on 2001/08/27  23:39:40
2649         Log: Update Changes.
2650      Branch: perl
2651            ! Changes
2652 ____________________________________________________________________________
2653 [ 11765] By: ams                                   on 2001/08/27  22:53:10
2654         Log: Subject: Re: [PATCH] new tests for the coderef-in-@INC
2655              From: Michael G Schwern <schwern@pobox.com>
2656              Date: Mon, 27 Aug 2001 19:47:30 -0400
2657              Message-Id: <20010827194730.C12582@blackrider>
2658      Branch: perl
2659            ! t/op/inccode.t
2660 ____________________________________________________________________________
2661 [ 11764] By: ams                                   on 2001/08/27  22:46:21
2662         Log: Subject: [PATCH] new tests for the coderef-in-@INC
2663              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2664              Date: Mon, 27 Aug 2001 22:36:27 +0200
2665              Message-Id: <20010827223627.C690@rafael>
2666              
2667              Subject: Re: [PATCH] new tests for the coderef-in-@INC
2668              From: Nicholas Clark <nick@ccl4.org>
2669              Date: Tue, 28 Aug 2001 00:02:46 +0100
2670              Message-Id: <20010828000245.R4950@plum.flirble.org>
2671      Branch: perl
2672            + t/op/inccode.t
2673            ! MANIFEST
2674 ____________________________________________________________________________
2675 [ 11763] By: ams                                   on 2001/08/27  22:41:09
2676         Log: Subject: [PATCH lib/warnings.t] Removing 2>&1 requirement  (was Re:
2677              bleadperl on fire, Win95+4NT)
2678              From: Michael G Schwern <schwern@pobox.com>
2679              Date: Mon, 27 Aug 2001 16:54:42 -0400
2680              Message-Id: <20010827165442.F9436@blackrider>
2681      Branch: perl
2682            ! lib/warnings.t
2683 ____________________________________________________________________________
2684 [ 11762] By: sky                                   on 2001/08/27  19:19:17
2685         Log: Changed back Net/Ping.pm change #11759 since WNOHANG wasn't
2686              avaible at compile time. This broke the compilation of 
2687              Net/Ping.pm
2688      Branch: perl
2689            ! lib/Net/Ping.pm
2690 ____________________________________________________________________________
2691 [ 11761] By: sky                                   on 2001/08/27  18:34:48
2692         Log: Removed tripple definitions of CUSTOM_OP functions.
2693      Branch: perl
2694            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
2695 ____________________________________________________________________________
2696 [ 11760] By: sky                                   on 2001/08/27  18:21:27
2697         Log: Regen headers
2698      Branch: perl
2699            ! embed.h embedvar.h objXSUB.h opcode.h opnames.h perlapi.c
2700            ! perlapi.h proto.h
2701 ____________________________________________________________________________
2702 [ 11759] By: ams                                   on 2001/08/27  16:31:53
2703         Log: Subject: [PATCH] pod/perlfunc.pod, lib/Net/Ping.pm, ext/POSIX/POSIX.pod
2704              From: "chromatic" <chromatic@rmci.net>
2705              Date: Mon, 27 Aug 2001 11:17:09 -0600
2706              Message-Id: <20010827172111.89491.qmail@onion.perl.org>
2707      Branch: perl
2708            ! ext/POSIX/POSIX.pod lib/Net/Ping.pm pod/perlfunc.pod
2709 ____________________________________________________________________________
2710 [ 11758] By: sky                                   on 2001/08/27  15:16:42
2711         Log: Changes USE_THREADS to USE_5005THREADS in the entire source.
2712              Thanks to H. Merijn Brand for the patch.
2713              Some of the comments and or guards might be removable in perl.h now.
2714      Branch: perl
2715            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
2716            ! Porting/Glossary Porting/config_H README.threads config_h.SH
2717            ! cop.h cv.h deb.c dosish.h dump.c embed.h embed.pl embedvar.h
2718            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Deparse.pm
2719            ! ext/B/ramblings/runtime.porting ext/DynaLoader/dl_aix.xs
2720            ! ext/Thread/Thread.xs gv.c intrpvar.h mg.c miniperlmain.c
2721            ! objXSUB.h op.c os2/os2.c os2/os2ish.h perl.c perl.h perlapi.c
2722            ! perlvars.h pod/perlguts.pod pp.c pp.h pp_ctl.c pp_hot.c
2723            ! proto.h regexec.c scope.c sv.c sv.h thrdvar.h thread.h toke.c
2724            ! uconfig.h util.c vms/genconfig.pl vms/vms.c vos/config.alpha.h
2725            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
2726            ! win32/config_H.vc win32/perllib.c win32/win32.h
2727            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
2728            ! wince/config.h wince/config_H.ce wince/win32.h
2729            ! wince/win32thread.c wince/win32thread.h wince/wincesck.c
2730 ____________________________________________________________________________
2731 [ 11757] By: sky                                   on 2001/08/27  13:39:16
2732         Log: Subject: GNU ld parses arguments different
2733              From: H.Merijn Brand <h.m.brand@hccnet.nl>
2734              Date: Mon, 27 Aug 2001 16:25:51 +0200
2735              Message-Id: <20010827162254.2EA6.H.M.BRAND@hccnet.nl>
2736      Branch: perl
2737            ! hints/hpux.sh
2738 ____________________________________________________________________________
2739 [ 11756] By: sky                                   on 2001/08/27  13:18:45
2740         Log: Subject: Custom Ops
2741              From: Simon Cozens <simon@netthink.co.uk>
2742              Date: Sat, 25 Aug 2001 17:45:09 +0100
2743              Message-ID: <20010825174509.A5752@netthink.co.uk>
2744              I also added a fix to Opcode.pm to quite test cases.
2745      Branch: perl
2746            ! dump.c embed.pl ext/Opcode/Opcode.pm intrpvar.h op.c op.h
2747            ! opcode.pl pod/perlguts.pod pp_ctl.c pp_sys.c run.c sv.c utf8.c
2748 ____________________________________________________________________________
2749 [ 11755] By: sky                                   on 2001/08/27  05:37:17
2750         Log: Plugs a memory leak on destruction of regular expressions
2751              introcued by #11274.
2752              PL_regex_padav now has an AV as it's first entry with a list
2753              of freed regex_padav slots that it will reuse on creating
2754              new PMOPs.
2755      Branch: perl
2756            ! op.c perl.c
2757 ____________________________________________________________________________
2758 [ 11754] By: ams                                   on 2001/08/26  14:38:52
2759         Log: Subject: [PATCH] t/io/binmode.t
2760              From: Nicholas Clark <nick@ccl4.org>
2761              Date: Sun, 26 Aug 2001 12:03:05 +0100
2762              Message-Id: <20010826120305.C4950@plum.flirble.org>
2763              
2764              (Also a nitpick in #11752 to t/op/universal.t)
2765      Branch: perl
2766            ! t/io/binmode.t t/op/universal.t
2767 ____________________________________________________________________________
2768 [ 11753] By: ams                                   on 2001/08/26  08:19:34
2769         Log: Subject: [PATCH] op/universal.t failing
2770              From: Nicholas Clark <nick@ccl4.org>
2771              Date: Sun, 26 Aug 2001 09:48:22 +0100
2772              Message-Id: <20010826094822.B4950@plum.flirble.org>
2773      Branch: perl
2774            ! t/op/universal.t
2775 ____________________________________________________________________________
2776 [ 11752] By: ams                                   on 2001/08/25  22:46:13
2777         Log: Subject: Re: 'can' with undefined subs
2778              From: Tony Bowden <tony@kasei.com>
2779              Date: Sat, 25 Aug 2001 14:58:17 +0100
2780              Message-Id: <20010825145817.A11788@soto.kasei.com>
2781              (Applied with minor modifications.)
2782      Branch: perl
2783            ! t/op/universal.t
2784 ____________________________________________________________________________
2785 [ 11751] By: ams                                   on 2001/08/25  18:28:43
2786         Log: Subject: Re: 'can' with undefined subs
2787              From: Tony Bowden <tony@kasei.com>
2788              Date: Sat, 25 Aug 2001 15:13:14 +0100
2789              Message-Id: <20010825151314.B11788@soto.kasei.com>
2790      Branch: perl
2791            ! lib/UNIVERSAL.pm
2792 ____________________________________________________________________________
2793 [ 11750] By: nick                                  on 2001/08/25  15:24:15
2794         Log: Integrate mainline
2795      Branch: perlio
2796           +> t/io/binmode.t
2797           !> (integrate 26 files)
2798 ____________________________________________________________________________
2799 [ 11749] By: nick                                  on 2001/08/25  14:55:41
2800         Log: Subject:  Re: [PATCH] Added wisdom to perlhack.pod
2801              From:  John Peacock <jpeacock@rowman.com>
2802              Date:  Wed, 22 Aug 2001 12:05:28 -0400
2803              Message-Id:  <3B83D848.7FD9C6EF@rowman.com>
2804      Branch: perl
2805            ! pod/perlhack.pod
2806 ____________________________________________________________________________
2807 [ 11748] By: nick                                  on 2001/08/25  14:53:04
2808         Log: Subject:  Re: [PATCH] (was Re: PerlIO regerssion tests?)
2809              From:  Michael G Schwern <schwern@pobox.com>
2810              Date:  Wed, 22 Aug 2001 19:22:45 -0400
2811              Message-Id:  <20010822192245.U619@blackrider>
2812      Branch: perl
2813            ! MANIFEST
2814 ____________________________________________________________________________
2815 [ 11747] By: nick                                  on 2001/08/25  14:52:33
2816         Log: Subject:  [PATCH] (was Re: PerlIO regerssion tests?)
2817              From:  Nicholas Clark <nick@ccl4.org>
2818              Date:  Wed, 22 Aug 2001 23:29:06 +0100
2819              Message-Id:  <20010822232906.Z82818@plum.flirble.org>
2820      Branch: perl
2821            + t/io/binmode.t
2822            ! perlio.c pod/perlfunc.pod
2823 ____________________________________________________________________________
2824 [ 11744] By: nick                                  on 2001/08/25  14:37:33
2825         Log: Subject:  [PATCH bleadperl] quiet down VC++ warnings in a2py.c and walk.c
2826              From:  Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
2827              Date:  Fri, 24 Aug 2001 22:10:42 +0200
2828              Message-Id:  <1065978076.20010824221042@tesla.rcub.bg.ac.yu>
2829      Branch: perl
2830            ! x2p/a2py.c x2p/walk.c
2831 ____________________________________________________________________________
2832 [ 11743] By: nick                                  on 2001/08/25  14:32:47
2833         Log: Subject:  [DOC PATCH] The coderef-in-@INC feature
2834              From:  Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2835              Date:  Fri, 24 Aug 2001 23:34:13 +0200
2836              Message-Id:  <20010824233413.A1285@rafael>
2837      Branch: perl
2838            ! pod/perlfunc.pod pod/perlvar.pod
2839 ____________________________________________________________________________
2840 [ 11742] By: ams                                   on 2001/08/25  13:16:02
2841         Log: Subject: [PATCH] Re: The coderef in @INC strikes back
2842              From: Nicholas Clark <nick@ccl4.org>
2843              Date: Sat, 25 Aug 2001 14:50:07 +0100
2844              Message-Id: <20010825145007.L41464@plum.flirble.org>
2845      Branch: perl
2846            ! pp_ctl.c
2847 ____________________________________________________________________________
2848 [ 11741] By: nick                                  on 2001/08/24  07:08:45
2849         Log: When applying patch via Porting/apply fails, do p4 refresh
2850              to get old files back.
2851      Branch: perl
2852            ! Porting/apply
2853 ____________________________________________________________________________
2854 [ 11740] By: ams                                   on 2001/08/24  04:47:24
2855         Log: #11739 was incomplete.
2856      Branch: perl
2857            ! pod/perldiag.pod
2858 ____________________________________________________________________________
2859 [ 11739] By: ams                                   on 2001/08/24  04:09:40
2860         Log: Subject: [DOC patch bleadperl] "misspelled" misspelled
2861              From: "Philip Newton" <Philip.Newton@gmx.net>
2862              Date: Fri, 24 Aug 2001 07:08:34 +0200
2863      Branch: perl
2864            ! pod/perldiag.pod
2865 ____________________________________________________________________________
2866 [ 11738] By: ams                                   on 2001/08/24  02:19:42
2867         Log: Fixed Doug Wilson's email address.
2868      Branch: perl
2869            ! AUTHORS
2870 ____________________________________________________________________________
2871 [ 11737] By: ams                                   on 2001/08/24  00:10:13
2872         Log: Subject: [DOC PATCH] Adding new warning in perldiag.pod
2873              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2874              Date: Thu, 23 Aug 2001 22:22:58 +0200
2875              Message-Id: <20010823222258.A901@rafael>
2876      Branch: perl
2877            ! pod/perldiag.pod
2878 ____________________________________________________________________________
2879 [ 11736] By: ams                                   on 2001/08/24  00:05:02
2880         Log: Subject: [PATCH perl@ ] add $Config('scriptdir'} on VMS
2881              From: "Craig A. Berry" <craigberry@mac.com>
2882              Date: Thu, 23 Aug 2001 19:07:45 -0500
2883              Message-Id: <a05101004b7ab4593bb24@[172.16.52.1]>
2884      Branch: perl
2885            ! configure.com
2886 ____________________________________________________________________________
2887 [ 11735] By: sky                                   on 2001/08/23  13:42:07
2888         Log: Backed out 11732, it breaks lib/strict.t 
2889      Branch: perl
2890            ! op.c
2891 ____________________________________________________________________________
2892 [ 11734] By: sky                                   on 2001/08/23  11:45:59
2893         Log: Removed toy from 17133 after Matt Sargeants request.
2894      Branch: perl
2895            ! pod/perlfaq4.pod
2896 ____________________________________________________________________________
2897 [ 11733] By: sky                                   on 2001/08/23  11:36:29
2898         Log: Subject: [PATCH perlfaq4] Faster permutation algorithms
2899              From: Robin Houston <robin@kitsite.com>
2900              Date: Wed, 22 Aug 2001 23:06:16 +0100
2901              Message-ID: <20010822230616.A254@robin.kitsite.com>
2902      Branch: perl
2903            ! pod/perlfaq4.pod
2904 ____________________________________________________________________________
2905 [ 11732] By: sky                                   on 2001/08/23  10:36:02
2906         Log: Subject: Re: [ID 20010822.001] Freeing pads after parse error
2907              From: Simon Cozens <simon@netthink.co.uk>
2908              Date: Thu, 23 Aug 2001 12:06:36 +0100
2909              Message-ID: <20010823120636.A9961@netthink.co.uk>
2910      Branch: perl
2911            ! op.c
2912 ____________________________________________________________________________
2913 [ 11731] By: gsar                                  on 2001/08/23  03:58:58
2914         Log: fix broken windows build
2915      Branch: perl
2916            ! perl.h
2917 ____________________________________________________________________________
2918 [ 11730] By: ams                                   on 2001/08/22  21:35:30
2919         Log: Subject: [PATCH] io/tell.t doesn't chdir t
2920              From: Nicholas Clark <nick@ccl4.org>
2921              Date: Wed, 22 Aug 2001 23:25:58 +0100
2922              Message-Id: <20010822232557.Y82818@plum.flirble.org>
2923      Branch: perl
2924            ! t/io/tell.t
2925 ____________________________________________________________________________
2926 [ 11729] By: ams                                   on 2001/08/22  20:32:21
2927         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
2928              questions)
2929              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
2930              Date: Wed, 22 Aug 2001 17:09:04 -0400
2931              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
2932              (Oops, forgot File::Spec::Unix in the previous patch.)
2933      Branch: perl
2934            ! lib/File/Spec/Unix.pm
2935 ____________________________________________________________________________
2936 [ 11728] By: ams                                   on 2001/08/22  20:25:41
2937         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
2938              questions)
2939              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
2940              Date: Wed, 22 Aug 2001 17:09:04 -0400
2941              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
2942      Branch: perl
2943            ! lib/File/Spec.pm
2944 ____________________________________________________________________________
2945 [ 11727] By: ams                                   on 2001/08/22  19:43:30
2946         Log: Subject: Re: [PATCH 1 of 3] $] is deprecated - eliminate from core tests
2947              From: John Peacock <jpeacock@rowman.com>
2948              Date: Wed, 22 Aug 2001 12:35:52 -0400
2949              Message-Id: <3B83DF68.5D89DC81@rowman.com>
2950              (Adds proper tests for $], notwithstanding Subject. +nitpick)
2951      Branch: perl
2952            ! t/op/ver.t
2953 ____________________________________________________________________________
2954 [ 11726] By: ams                                   on 2001/08/22  19:36:39
2955         Log: Subject: [ID 20010822.007] eval STRING & diagnostics.pm not mixing
2956              From: schwern@ool-18b93024.dyn.optonline.net (Michael G Schwern)
2957              Date: Wed, 22 Aug 2001 16:03:00 -0400 (EDT)
2958              Message-Id: <20010822200300.0D1638253@ool-18b93024.dyn.optonline.net>
2959      Branch: perl
2960            ! lib/diagnostics.pm lib/diagnostics.t
2961 ____________________________________________________________________________
2962 [ 11725] By: ams                                   on 2001/08/22  19:25:01
2963         Log: Subject: [PATCH] 64 bit integer preserving pp_divide
2964              From: Nicholas Clark <nick@ccl4.org>
2965              Date: Wed, 22 Aug 2001 20:59:05 +0100
2966              Message-Id: <20010822205905.U82818@plum.flirble.org>
2967      Branch: perl
2968            ! pp.c t/op/64bitint.t t/op/arith.t
2969 ____________________________________________________________________________
2970 [ 11724] By: ams                                   on 2001/08/22  10:02:33
2971         Log: Subject: Configure blooper
2972              From: H.Merijn Brand <h.m.brand@hccnet.nl>
2973              Date: Wed, 22 Aug 2001 12:38:35 +0200
2974              Message-Id: <20010822123750.A797.H.M.BRAND@hccnet.nl>
2975      Branch: perl
2976            ! Configure
2977 ____________________________________________________________________________
2978 [ 11723] By: ams                                   on 2001/08/21  16:17:53
2979         Log: Subject: [PATCH] installperl -help
2980              From: Nicholas Clark <nick@ccl4.org>
2981              Date: Tue, 21 Aug 2001 17:34:23 +0100
2982              Message-Id: <20010821173423.F82818@plum.flirble.org>
2983      Branch: perl
2984            ! installperl
2985 ____________________________________________________________________________
2986 [ 11722] By: ams                                   on 2001/08/20  07:46:31
2987         Log: Subject: [PATCH perlvar.pod] Rewrite $. entry and switch to -> syntax
2988              From: Ilmari Karonen <iltzu@sci.fi>
2989              Date: Mon, 20 Aug 2001 06:42:01 +0300 (EET DST)
2990              Message-Id: <Pine.SOL.3.96.1010820063126.28048A-100000@simpukka>
2991      Branch: perl
2992            ! pod/perlvar.pod
2993 ____________________________________________________________________________
2994 [ 11721] By: nick                                  on 2001/08/20  06:24:31
2995         Log: Integrate mainline
2996      Branch: perlio
2997           +> Porting/apply lib/Lingua/KO/Hangul/Util.pm
2998           +> lib/Lingua/KO/Hangul/Util/Changes
2999           +> lib/Lingua/KO/Hangul/Util/README
3000           +> lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
3001           +> lib/Unicode/Collate/Changes lib/Unicode/Collate/README
3002           +> lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
3003           +> lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
3004           +> lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
3005           +> lib/Unicode/Normalize/t/test.t
3006            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
3007           !> (integrate 55 files)
3008 ____________________________________________________________________________
3009 [ 11720] By: pudge                                 on 2001/08/19  19:00:16
3010         Log: Integrate Change #11599 from maint-5.6/perl
3011      Branch: maint-5.6/macperl
3012           !> README.win32
3013 ____________________________________________________________________________
3014 [ 11719] By: ams                                   on 2001/08/18  21:21:42
3015         Log: Add Porting/apply to MANIFEST.
3016      Branch: perl
3017            ! MANIFEST
3018 ____________________________________________________________________________
3019 [ 11718] By: sky                                   on 2001/08/18  14:38:01
3020         Log: PL_reentrant_buffer does not exist in 5005threaded perl.
3021              Better solution would be to make 5005threaded perl use
3022              the same system as ithreads do
3023      Branch: perl
3024            ! perl.h
3025 ____________________________________________________________________________
3026 [ 11717] By: jhi                                   on 2001/08/18  14:24:42
3027         Log: New try for ID 20010407.006: detach the semantics
3028              "was the last match target UTF8" into its own variable.
3029      Branch: perl
3030            ! embedvar.h intrpvar.h mg.c perlapi.h pod/perlapi.pod pp.c
3031            ! pp_hot.c regcomp.c regexec.c sv.c t/op/pat.t thrdvar.h
3032 ____________________________________________________________________________
3033 [ 11716] By: jhi                                   on 2001/08/18  12:11:14
3034         Log: UTF8 flag should be meaningful only when POK.
3035      Branch: perl
3036            ! dump.c
3037 ____________________________________________________________________________
3038 [ 11715] By: sky                                   on 2001/08/18  11:45:16
3039         Log: USE_THREADS and USE_ITHREADS are never true at the same time
3040      Branch: perl
3041            ! perl.h
3042 ____________________________________________________________________________
3043 [ 11714] By: jhi                                   on 2001/08/18  06:03:24
3044         Log: Retract #11712 for now.  The real fix would probably
3045              be something like making PL_reg_sv a copy (PV + UTF8)
3046              of the matched/substituted string (note: not just a SvPOK
3047              string, for example the stringified form of a ROK would
3048              be applicable)  Beware of leaks.
3049      Branch: perl
3050            ! pp_hot.c t/op/pat.t
3051 ____________________________________________________________________________
3052 [ 11713] By: jhi                                   on 2001/08/18  03:22:42
3053         Log: UTF8 wasn't printing for PVMGs.
3054      Branch: perl
3055            ! dump.c
3056 ____________________________________________________________________________
3057 [ 11712] By: jhi                                   on 2001/08/18  03:22:24
3058         Log: (Retracted by #11714)
3059              
3060              Okay analysis, debatable fix.  (The fix will inc
3061              the refcount of all temporary match objects,
3062              like for example tied(%h) =~ /^.../ from Tie/RefHash.t,
3063              which will then cause griping at untie() time
3064              ("inner references remain").
3065              
3066              Fix for ID 20010407.006: PL_reg_sv got wiped out
3067              by freetemps if the match target was a temporary
3068              (like function_call() =~ /.../), which in turn meant
3069              that the $1 et al stopped working if they had UTF-8
3070              in them.  Therefore bump up the refcount of PL_reg_sv.
3071      Branch: perl
3072            ! pp_hot.c t/op/pat.t
3073 ____________________________________________________________________________
3074 [ 11711] By: ams                                   on 2001/08/17  20:32:08
3075         Log: Subject: [PATCH] doesn't compile, was perl@11710
3076              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3077              Date: Fri, 17 Aug 2001 23:21:10 +0200
3078              Message-Id: <20010817232110.C7041@rafael> 
3079      Branch: perl
3080            ! sharedsv.c
3081 ____________________________________________________________________________
3082 [ 11710] By: jhi                                   on 2001/08/17  14:26:57
3083         Log: Update Changes.
3084      Branch: perl
3085            ! Changes patchlevel.h
3086 ____________________________________________________________________________
3087 [ 11709] By: jhi                                   on 2001/08/17  13:47:53
3088         Log: Upgrade to libnet 1.0704.
3089      Branch: perl
3090            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
3091            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Cmd.pm
3092            ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm
3093            ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm
3094            ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm
3095            ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm
3096            ! lib/Net/libnetFAQ.pod lib/Net/t/ftp.t
3097 ____________________________________________________________________________
3098 [ 11708] By: sky                                   on 2001/08/17  13:34:04
3099         Log: Let perl_clone copy PL_exit_flags
3100      Branch: perl
3101            ! sv.c
3102 ____________________________________________________________________________
3103 [ 11707] By: sky                                   on 2001/08/17  12:28:41
3104         Log: Protext sharedsv_space better. Extended EDIT and RELEASE macro
3105      Branch: perl
3106            ! sharedsv.c sharedsv.h
3107 ____________________________________________________________________________
3108 [ 11706] By: jhi                                   on 2001/08/17  11:59:28
3109         Log: The metaconfig unit change for #11705.
3110      Branch: metaconfig/U/perl
3111            ! Extensions.U
3112 ____________________________________________________________________________
3113 [ 11705] By: jhi                                   on 2001/08/17  11:58:48
3114         Log: Allow the threads extension to be found if present.
3115      Branch: perl
3116            ! Configure
3117 ____________________________________________________________________________
3118 [ 11704] By: nick                                  on 2001/08/17  11:47:54
3119         Log: Mail -> change script (pre-alpha)
3120      Branch: perl
3121            + Porting/apply
3122 ____________________________________________________________________________
3123 [ 11703] By: sky                                   on 2001/08/17  07:11:24
3124         Log: Fixed macros for localtime_r under USE_REENTRANT_API, also fixed for HP-UX 10.20
3125              Thanks to Tom Hospel for pointing out my error.
3126      Branch: perl
3127            ! op.h
3128 ____________________________________________________________________________
3129 [ 11702] By: sky                                   on 2001/08/17  04:18:11
3130         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.
3131      Branch: perl
3132            ! embed.pl miniperlmain.c perl.c perl.h proto.h
3133 ____________________________________________________________________________
3134 [ 11701] By: jhi                                   on 2001/08/17  03:22:38
3135         Log: Integrate Lingua::KO::Hangul::Util 0.02, Unicode::Normalize,
3136              and Unicode::Collate 0.07, from SADAHIRO Tomoyuki.
3137      Branch: perl
3138            + lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
3139            + lib/Lingua/KO/Hangul/Util/README
3140            + lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
3141            + lib/Unicode/Collate/Changes lib/Unicode/Collate/README
3142            + lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
3143            + lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
3144            + lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
3145            + lib/Unicode/Normalize/t/test.t
3146            ! MANIFEST
3147 ____________________________________________________________________________
3148 [ 11700] By: jhi                                   on 2001/08/17  02:58:59
3149         Log: Subject: [PATCH perl@11683] IEEE float tweak for VMS
3150              Date: Thu, 16 Aug 2001 22:46:15 -0500
3151              From: "Craig A. Berry" <craigberry@mac.com>
3152              Message-Id: <5.1.0.14.0.20010816204836.01ab4e58@exchi01>
3153      Branch: perl
3154            ! configure.com numeric.c
3155 ____________________________________________________________________________
3156 [ 11699] By: jhi                                   on 2001/08/17  02:33:00
3157         Log: It seems that Tru64 has "naturally" threadsafe APIs only for
3158              of the usual suspects (like getpwent) but not for others
3159              (like localtime and rand).  The _r versions are available
3160              for all of them, so let's use them.
3161      Branch: perl
3162            ! perl.h
3163 ____________________________________________________________________________
3164 [ 11698] By: jhi                                   on 2001/08/17  01:53:02
3165         Log: (Accidental apply; thankfully empty.)
3166      Branch: perl
3167            ! hints/os390.sh
3168 ____________________________________________________________________________
3169 [ 11697] By: jhi                                   on 2001/08/17  01:50:55
3170         Log: Subject: Re: [ID 20010803.016] Possible regex bug in 5.6.1 
3171              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
3172              Date: Thu, 16 Aug 2001 16:27:49 +0100
3173              Message-Id: <200108161527.f7GFRnH09419@crypt.compulink.co.uk>
3174      Branch: perl
3175            ! regexec.c t/op/re_tests
3176 ____________________________________________________________________________
3177 [ 11696] By: jhi                                   on 2001/08/17  01:50:01
3178         Log: Subject: Re: [ID 20010814.004] pos() doesn't work when using =~m// in list context 
3179              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
3180              Date: Thu, 16 Aug 2001 18:50:01 +0100
3181              Message-Id: <200108161750.f7GHo1l22207@crypt.compulink.co.uk>
3182      Branch: perl
3183            ! pp_hot.c t/op/pat.t
3184 ____________________________________________________________________________
3185 [ 11695] By: jhi                                   on 2001/08/17  01:49:12
3186         Log: Subject: [PATCH] *time_r again
3187              From: "Arthur Bergman" <arthur@contiller.se>
3188              Date: Thu, 16 Aug 2001 16:01:54 +0200
3189              Message-ID: <00ca01c1265c$0175f940$21000a0a@vogw2kdev>
3190      Branch: perl
3191            ! op.h
3192 ____________________________________________________________________________
3193 [ 11694] By: jhi                                   on 2001/08/17  01:47:53
3194         Log: system() and backtick error handling cleanup from Craig A. Berry.
3195      Branch: perl
3196            ! vms/vms.c
3197 ____________________________________________________________________________
3198 [ 11693] By: gsar                                  on 2001/08/17  01:07:21
3199         Log: change#10334 leaks memory, copies string when it doesn't
3200              need to
3201      Branch: perl
3202            ! perl.c
3203 ____________________________________________________________________________
3204 [ 11692] By: jhi                                   on 2001/08/16  12:22:29
3205         Log: One more twist to the sprintf + utf8 testing.
3206      Branch: perl
3207            ! t/op/misc.t
3208 ____________________________________________________________________________
3209 [ 11691] By: jhi                                   on 2001/08/16  11:46:02
3210         Log: Fix for 20010407.008 sprintf removes utf8-ness.
3211      Branch: perl
3212            ! pp.c t/op/misc.t
3213 ____________________________________________________________________________
3214 [ 11690] By: jhi                                   on 2001/08/16  11:31:00
3215         Log: Subject: [PATCH] *time_r fixes
3216              From: "Arthur Bergman" <arthur@contiller.se>
3217              Message-ID: <00b901c1264e$1cbe6970$21000a0a@vogw2kdev>
3218              Date: Thu, 16 Aug 2001 14:22:27 +0200
3219      Branch: perl
3220            ! op.h
3221 ____________________________________________________________________________
3222 [ 11689] By: jhi                                   on 2001/08/16  11:29:30
3223         Log: Upgrade to CGI.pm 2.77.
3224      Branch: perl
3225            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm lib/CGI/t/form.t
3226            ! lib/CGI/t/function.t
3227 ____________________________________________________________________________
3228 [ 11688] By: jhi                                   on 2001/08/16  01:07:21
3229         Log: Document the bytes-to-Unicode upgrading.
3230      Branch: perl
3231            ! pod/perlunicode.pod
3232 ____________________________________________________________________________
3233 [ 11687] By: jhi                                   on 2001/08/16  00:29:29
3234         Log: Add a test for Unicode sprintf.
3235      Branch: perl
3236            ! t/op/misc.t
3237 ____________________________________________________________________________
3238 [ 11686] By: jhi                                   on 2001/08/16  00:20:40
3239         Log: Add Unicode tests for index/rindex.
3240      Branch: perl
3241            ! t/op/index.t
3242 ____________________________________________________________________________
3243 [ 11685] By: jhi                                   on 2001/08/15  22:51:53
3244         Log: Document a bit the art of minimizing the installation,
3245              based on the p5p discussion.
3246      Branch: perl
3247            ! INSTALL
3248 ____________________________________________________________________________
3249 [ 11684] By: nick                                  on 2001/08/15  15:03:31
3250         Log: Integrate mainline
3251      Branch: perlio
3252           +> sharedsv.c sharedsv.h
3253           !> (integrate 53 files)
3254 ____________________________________________________________________________
3255 [ 11683] By: jhi                                   on 2001/08/15  13:49:07
3256         Log: Update Changes.
3257      Branch: perl
3258            ! Changes patchlevel.h
3259 ____________________________________________________________________________
3260 [ 11682] By: jhi                                   on 2001/08/15  13:26:00
3261         Log: The #11673 necessitated a test tweak.
3262      Branch: perl
3263            ! t/io/utf8.t
3264 ____________________________________________________________________________
3265 [ 11681] By: jhi                                   on 2001/08/15  13:12:50
3266         Log: Also UNICOS is in the general case unable to silently
3267              handle fp overflows.
3268      Branch: perl
3269            ! numeric.c
3270 ____________________________________________________________________________
3271 [ 11680] By: jhi                                   on 2001/08/15  13:05:15
3272         Log: Try to get NV_MIN, NV_MAX, NV_MIN_10_EXP, NV_MAX_10_EXP,
3273              NV_EPSILON #defined.
3274      Branch: perl
3275            ! perl.h
3276 ____________________________________________________________________________
3277 [ 11679] By: jhi                                   on 2001/08/15  12:48:32
3278         Log: Re-establish the fp overflow detection for VAX VMS; there
3279              is no easy way to have the IEEE fp silent overflow semantics.
3280              (in Alpha VMS we still will use IEEE fp by default-- but it
3281              is still possible to configure Perl to use G_FLOAT)
3282      Branch: perl
3283            ! numeric.c
3284 ____________________________________________________________________________
3285 [ 11678] By: jhi                                   on 2001/08/15  12:27:41
3286         Log: Subject: [PATCH] pp_lock 
3287              From: "Arthur Bergman" <arthur@contiller.se>
3288              Date: Wed, 15 Aug 2001 11:52:16 +0200
3289              Message-ID: <008401c1256f$f75a91b0$21000a0a@vogw2kdev>
3290      Branch: perl
3291            ! pp.c
3292 ____________________________________________________________________________
3293 [ 11677] By: jhi                                   on 2001/08/15  12:26:44
3294         Log: Subject: Re: [ID 20010809.023] perlre misleads when stating that (?i) should be at front of pattern 
3295              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
3296              Date: Wed, 15 Aug 2001 11:32:11 +0100
3297              Message-Id: <200108151032.f7FAWBI30961@crypt.compulink.co.uk>
3298      Branch: perl
3299            ! regcomp.c t/op/re_tests
3300 ____________________________________________________________________________
3301 [ 11676] By: jhi                                   on 2001/08/15  12:25:29
3302         Log: Subject: Re: [ID 20010811.006] re_eval: logical leaks 
3303              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
3304              Date: Wed, 15 Aug 2001 10:33:49 +0100
3305              Message-Id: <200108150933.f7F9Xnr11222@crypt.compulink.co.uk>
3306      Branch: perl
3307            ! regexec.c t/op/re_tests
3308 ____________________________________________________________________________
3309 [ 11675] By: jhi                                   on 2001/08/15  03:28:20
3310         Log: Subject: Re: bug in File::Spec 0.82 (canonpath)
3311              From: Barrie Slaymaker <barries@slaysys.com>
3312              Date: Tue, 14 Aug 2001 14:32:25 -0400
3313              Message-ID: <20010814143225.A19822@jester.slaysys.com>
3314      Branch: perl
3315            ! lib/File/Spec.t lib/File/Spec/Unix.pm
3316 ____________________________________________________________________________
3317 [ 11674] By: jhi                                   on 2001/08/15  03:25:32
3318         Log: Subject: [PATCH: perl@11626] modify VMS default prefix for installation
3319              From: Peter Prymmer <pvhp@forte.com>
3320              Date: Tue, 14 Aug 2001 13:33:32 -0700 (PDT)
3321              Message-ID: <Pine.OSF.4.10.10108141327590.192110-100000@aspara.forte.com>
3322      Branch: perl
3323            ! README.vms configure.com
3324 ____________________________________________________________________________
3325 [ 11673] By: jhi                                   on 2001/08/15  03:16:14
3326         Log: Subject: [PATCH perl@11660] Warning incorrectly reported without -w
3327              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3328              Date: Tue, 14 Aug 2001 21:23:27 +0200
3329              Message-ID: <20010814212327.A1919@rafael>
3330      Branch: perl
3331            ! doio.c
3332 ____________________________________________________________________________
3333 [ 11672] By: jhi                                   on 2001/08/15  03:15:25
3334         Log: Subject: [PATCH bleadperl] fixing SDBM_File problems under win32
3335              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
3336              Date: Tue, 14 Aug 2001 22:30:11 +0200
3337              Message-ID: <4224685483.20010814223011@tesla.rcub.bg.ac.yu>
3338              
3339              Combination of nmake, quoting, and Perl expanded $( in here-doc.
3340      Branch: perl
3341            ! ext/SDBM_File/Makefile.PL
3342 ____________________________________________________________________________
3343 [ 11671] By: jhi                                   on 2001/08/14  13:44:40
3344         Log: Todo updates.
3345      Branch: perl
3346            ! pod/perltodo.pod
3347 ____________________________________________________________________________
3348 [ 11670] By: jhi                                   on 2001/08/14  13:10:36
3349         Log: Subject: [PATCH bleadperl CORE] removing sv.c warnings on VC++5.0
3350              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
3351              Date: Mon, 13 Aug 2001 23:15:01 +0200
3352              Message-ID: <6114148607.20010813231501@tesla.rcub.bg.ac.yu>
3353      Branch: perl
3354            ! sv.c
3355 ____________________________________________________________________________
3356 [ 11669] By: jhi                                   on 2001/08/14  13:07:09
3357         Log: Subject: [PATCH] [b-]showlex.t
3358              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
3359              Date: Sun, 12 Aug 2001 22:24:51 +0200
3360              Message-ID: <6510457078.20010812222451@tesla.rcub.bg.ac.yu>
3361              
3362              The 4nt command shell will expand the % in command line
3363              no matter what quoting is attempted, changed the % to @.
3364      Branch: perl
3365            ! ext/B/Showlex.t
3366 ____________________________________________________________________________
3367 [ 11668] By: jhi                                   on 2001/08/14  13:01:02
3368         Log: Subject: [PATCH] magic.t
3369              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
3370              Date: Sun, 12 Aug 2001 20:49:27 +0200
3371              Message-ID: <844732764.20010812204927@tesla.rcub.bg.ac.yu>
3372      Branch: perl
3373            ! t/op/magic.t
3374 ____________________________________________________________________________
3375 [ 11667] By: jhi                                   on 2001/08/14  12:35:17
3376         Log: Add sharedsv* to the DOSish platforms; plus add
3377              some WinCE files to the list of DOSish files.
3378      Branch: perl
3379            ! NetWare/Makefile Porting/makerel win32/Makefile
3380            ! win32/makefile.mk wince/Makefile.ce
3381 ____________________________________________________________________________
3382 [ 11666] By: jhi                                   on 2001/08/14  12:29:57
3383         Log: More DOSish files.
3384      Branch: perl
3385            ! Porting/makerel
3386 ____________________________________________________________________________
3387 [ 11665] By: jhi                                   on 2001/08/14  12:27:58
3388         Log: Strip CRs from the WinCE files.  Now we need to
3389              figure out in which CRs are really needed: probably
3390              Makefile.ce and the README files, at least, probably
3391              also the registry.bat.
3392      Branch: perl
3393            ! wince/Makefile.ce wince/README.compile wince/README.perlce
3394            ! wince/config.h wince/include/cectype.h wince/include/errno.h
3395            ! wince/include/sys/stat.h wince/include/sys/types.h
3396            ! wince/include/sys/utime.h wince/include/time.h wince/perl.rc
3397            ! wince/perldll.def wince/registry.bat wince/wince.h
3398            ! wince/xbuildall.ksh wince/xdistclean.ksh wince/xmakediffs.ksh
3399 ____________________________________________________________________________
3400 [ 11664] By: jhi                                   on 2001/08/14  12:05:09
3401         Log: Add some files to DOSish and writables.
3402      Branch: perl
3403            ! Porting/makerel
3404 ____________________________________________________________________________
3405 [ 11663] By: jhi                                   on 2001/08/14  03:08:07
3406         Log: Compile failure message tidying.
3407      Branch: perl
3408            ! t/lib/1_compile.t
3409 ____________________________________________________________________________
3410 [ 11662] By: jhi                                   on 2001/08/14  01:41:22
3411         Log: The new sharedsv* should be exported only if usethreads.
3412      Branch: perl
3413            ! makedef.pl
3414 ____________________________________________________________________________
3415 [ 11661] By: jhi                                   on 2001/08/14  00:25:30
3416         Log: Subject: [PATCH: perl@11626] URL updates for README.os390
3417              From: Peter Prymmer <pvhp@forte.com>
3418              Date: Mon, 13 Aug 2001 15:21:06 -0700 (PDT)
3419              Message-ID: <Pine.OSF.4.10.10108131517570.151295-100000@aspara.forte.com>
3420      Branch: perl
3421            ! README.os390
3422 ____________________________________________________________________________
3423 [ 11660] By: jhi                                   on 2001/08/13  12:54:54
3424         Log: Update Changes.
3425      Branch: perl
3426            ! Changes patchlevel.h
3427 ____________________________________________________________________________
3428 [ 11659] By: jhi                                   on 2001/08/13  12:45:21
3429         Log: Subject: [PATHC] sharedsv.[c|h]
3430              From: "Artur Bergman" <artur@contiller.se>
3431              Date: Mon, 13 Aug 2001 14:38:41 +0200
3432              Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev>  
3433              
3434              Subject: [PATCH] embed.pl
3435              From: Arthur Bergman <arthur@contiller.se>
3436              Date: Mon, 13 Aug 2001 14:38:14 +0200
3437              Message-ID: <B79D96D6.3088%arthur@contiller.se>
3438              
3439              Subject: [PATCH] sharedsv cleanups
3440              From: "Arthur Bergman" <arthur@contiller.se>
3441              Date: Mon, 13 Aug 2001 15:14:25 +0200
3442              Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev>  
3443              
3444              Plus few tweaks: _init needs to be Adp, the prototypes
3445              should not be revealed unless using ithreads, #endif FOO
3446              must be #endif /* FOO */, adding (parentheses) around
3447              do { } while doesn't work too well.
3448      Branch: perl
3449            + sharedsv.c sharedsv.h
3450            ! MANIFEST Makefile.SH embed.h embed.pl global.sym objXSUB.h
3451            ! perl.h perlapi.c pod/perlapi.pod proto.h
3452 ____________________________________________________________________________
3453 [ 11658] By: jhi                                   on 2001/08/13  12:00:08
3454         Log: Subject: Re: END {} blocks run in perl_run
3455              From: Arthur Bergman <arthur@contiller.se>
3456              Date: Mon, 13 Aug 2001 11:11:30 +0200
3457              Message-ID: <B79D6661.3068%arthur@contiller.se>
3458      Branch: perl
3459            ! perl.c
3460 ____________________________________________________________________________
3461 [ 11657] By: nick                                  on 2001/08/13  09:03:02
3462         Log: Integrate mainline
3463      Branch: perlio
3464           +> (branch 326 files)
3465            - (delete 330 files)
3466           !> (integrate 85 files)
3467 ____________________________________________________________________________
3468 [ 11656] By: jhi                                   on 2001/08/12  23:24:18
3469         Log: If you want you can now add -DUSE_UTF8_SCRIPTS to your cflags
3470              and the Perl will be built to do that by default (adding that
3471              will break scripts having non-UTF-8 binary data, such as Latin-1.)
3472      Branch: perl
3473            ! op.c toke.c utf8.h
3474 ____________________________________________________________________________
3475 [ 11655] By: jhi                                   on 2001/08/12  23:05:14
3476         Log: Unnecessary downgrades.
3477      Branch: perl
3478            ! doop.c
3479 ____________________________________________________________________________
3480 [ 11654] By: jhi                                   on 2001/08/12  22:56:47
3481         Log: Failure not true anymore (probably caused by my broken setup).
3482      Branch: perl
3483            ! t/op/pat.t
3484 ____________________________________________________________________________
3485 [ 11653] By: jhi                                   on 2001/08/12  22:46:12
3486         Log: Not quite so relicy as thought in #11651 (op/concat #4 and #5
3487              stopped working).
3488      Branch: perl
3489            ! op.h pp_ctl.c regcomp.c
3490 ____________________________________________________________________________
3491 [ 11652] By: jhi                                   on 2001/08/12  22:30:04
3492         Log: There is no IN_UTF8.
3493      Branch: perl
3494            ! utf8.h
3495 ____________________________________________________________________________
3496 [ 11651] By: jhi                                   on 2001/08/12  21:08:06
3497         Log: More (less) regex/utf8 relics.  (Toned down later in #11653.)
3498      Branch: perl
3499            ! op.c op.h pp_ctl.c regcomp.c
3500 ____________________________________________________________________________
3501 [ 11650] By: jhi                                   on 2001/08/12  20:17:32
3502         Log: Relic in op.c (no regex feature should depend on the utf8 pragma),
3503              and a test tweak.
3504      Branch: perl
3505            ! op.c t/pod/find.t
3506 ____________________________________________________________________________
3507 [ 11649] By: jhi                                   on 2001/08/12  18:45:52
3508         Log: Todo updates and fixes.
3509      Branch: perl
3510            ! pod/perltodo.pod
3511 ____________________________________________________________________________
3512 [ 11648] By: jhi                                   on 2001/08/12  18:43:50
3513         Log: Mark tests (and one module) having explicit Latin-1
3514              (and one file having explicit UTF-8) with an explicit
3515              'no utf8' (and one explicit 'use utf8').
3516              
3517              NOTE: t/op/pat.t #64 fails mysteriously under 'use utf8'.
3518      Branch: perl
3519            ! lib/CGI/t/html.t lib/Locale/Codes/t/languages.t
3520            ! lib/Locale/Language.pm lib/charnames.t lib/locale.t
3521            ! t/lib/locale/latin1 t/lib/locale/utf8 t/op/pat.t
3522 ____________________________________________________________________________
3523 [ 11647] By: jhi                                   on 2001/08/12  17:10:22
3524         Log: Subject: SV: END {} blocks run in perl_run
3525              From: "Arthur Bergman" <arthur@contiller.se>
3526              Date: Sun, 12 Aug 2001 00:34:28 +0200 
3527              Message-ID: <03fd01c122b5$c803c600$052aa8c0@foo>
3528      Branch: perl
3529            ! miniperlmain.c perl.c
3530 ____________________________________________________________________________
3531 [ 11646] By: jhi                                   on 2001/08/12  16:59:00
3532         Log: Typos in #11645.
3533      Branch: perl
3534            ! perl.h
3535 ____________________________________________________________________________
3536 [ 11645] By: jhi                                   on 2001/08/12  16:55:31
3537         Log: On ithreads default to use_reentrant except on naturally
3538              threadsafe platforms.
3539      Branch: perl
3540            ! perl.h
3541 ____________________________________________________________________________
3542 [ 11644] By: jhi                                   on 2001/08/12  15:45:43
3543         Log: (Hopefully) a fix for 20010723.004: make install needs
3544              write permission in build directory.  The problem was
3545              probably caused by overeager sprinkling of the lib/re.pm
3546              dependencies (which was done to guarantee lib/re.pm being
3547              uptodate for parallel makes: now solved by funneling that
3548              through an explicit recursive make in the preplibrary target).
3549      Branch: perl
3550            ! Makefile.SH
3551 ____________________________________________________________________________
3552 [ 11643] By: jhi                                   on 2001/08/12  14:16:44
3553         Log: Dispell the "use utf8" superstition.
3554      Branch: perl
3555            ! lib/utf8.pm pod/perlfunc.pod pod/perlretut.pod pod/perltoc.pod
3556            ! pod/perlunicode.pod
3557 ____________________________________________________________________________
3558 [ 11642] By: jhi                                   on 2001/08/12  13:56:42
3559         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
3560              From: "Abigail" <abigail@foad.org> 
3561              Date: Sat, 11 Aug 2001 23:49:49 +0200
3562              Message-ID: <20010811214950.23255.qmail@foad.org>
3563      Branch: perl
3564            ! t/op/taint.t
3565 ____________________________________________________________________________
3566 [ 11641] By: jhi                                   on 2001/08/12  13:56:18
3567         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
3568              From: Abhijit Menon-Sen <ams@wiw.org>
3569              Date: Sat, 11 Aug 2001 06:18:19 +0530
3570              Message-ID: <20010811061819.P526@lustre.dyn.wiw.org>
3571      Branch: perl
3572            ! mg.c
3573 ____________________________________________________________________________
3574 [ 11640] By: jhi                                   on 2001/08/12  13:45:58
3575         Log: Test for change #11639.
3576      Branch: perl
3577            ! t/op/tiehandle.t
3578 ____________________________________________________________________________
3579 [ 11639] By: jhi                                   on 2001/08/12  13:42:03
3580         Log: Subject: Re: Can't localize *FH, then tie it
3581              From: Abhijit Menon-Sen <ams@wiw.org>
3582              Date: Sun, 12 Aug 2001 16:08:06 +0530
3583              Message-ID: <20010812160806.A28712@lustre.dyn.wiw.org>
3584      Branch: perl
3585            ! pp_hot.c pp_sys.c
3586 ____________________________________________________________________________
3587 [ 11638] By: jhi                                   on 2001/08/12  03:30:07
3588         Log: Drop all the unnecessary "use utf8" clauses and some of
3589              the unnecessary "use bytes" ones.
3590              
3591              TODO: scour the documentation for unnecessary "use utf8"
3592              and prominently display it in perldelta when the time comes.
3593              ("use utf8" should be necessary ONLY if one wants the script
3594              to be in UTF-8.)  Also should be checked in some non-ASCII
3595              non-Latin-1 platform, like EBCDIC.
3596      Branch: perl
3597            ! t/comp/require.t t/io/utf8.t t/op/concat.t t/op/each.t
3598            ! t/op/pat.t t/op/regmesg.t t/op/sprintf.t t/op/tr.t
3599 ____________________________________________________________________________
3600 [ 11637] By: jhi                                   on 2001/08/11  17:55:36
3601         Log: Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.
3602              Smoked out bugs (well, the same bug twice) from ucfirst and lcfirst
3603              in Unicode handling.
3604      Branch: perl
3605            + t/op/lc.t
3606            ! MANIFEST pp.c t/op/misc.t t/op/readdir.t
3607 ____________________________________________________________________________
3608 [ 11636] By: jhi                                   on 2001/08/11  17:14:06
3609         Log: Thinko: we want the flags for native cc, not gcc.
3610      Branch: perl
3611            ! hints/dec_osf.sh
3612 ____________________________________________________________________________
3613 [ 11635] By: jhi                                   on 2001/08/11  15:14:48
3614         Log: Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list?
3615              From: Robin Houston <robin@kitsite.com>
3616              Date: Fri, 10 Aug 2001 14:42:02 +0100
3617              Message-ID: <20010810144202.A32754@puffinry.freeserve.co.uk>
3618      Branch: perl
3619            ! pp.c
3620 ____________________________________________________________________________
3621 [ 11634] By: jhi                                   on 2001/08/11  14:59:22
3622         Log: Subject: [PATCH] turn $a.=<F> into an RCATLINE
3623              From: Abhijit Menon-Sen <ams@wiw.org>
3624              Date: Sat, 11 Aug 2001 16:31:04 +0530
3625              Message-ID: <20010811163104.Q526@lustre.dyn.wiw.org>
3626      Branch: perl
3627            ! op.c
3628 ____________________________________________________________________________
3629 [ 11633] By: jhi                                   on 2001/08/11  14:58:07
3630         Log: Get rid of indread, from Abhijit Menon-Sen.
3631      Branch: perl
3632            ! pp_sys.c
3633 ____________________________________________________________________________
3634 [ 11632] By: jhi                                   on 2001/08/10  23:39:04
3635         Log: CRLFgngngn.
3636      Branch: perl
3637            ! win32/Makefile win32/makefile.mk
3638 ____________________________________________________________________________
3639 [ 11631] By: jhi                                   on 2001/08/10  23:37:43
3640         Log: Decommission Time::Piece; unnecessary Yet Another Time-Date Module.
3641      Branch: perl
3642            - ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
3643            - ext/Time/Piece/Piece.t ext/Time/Piece/Piece.xs
3644            - ext/Time/Piece/README ext/Time/Piece/Seconds.pm
3645            ! MANIFEST Porting/config.sh djgpp/config.over epoc/config.sh
3646            ! ext/POSIX/POSIX.pod hints/vmesa.sh pod/perlfaq4.pod
3647            ! pod/perllocale.pod pod/perltoc.pod t/lib/1_compile.t
3648            ! win32/Makefile win32/makefile.mk
3649 ____________________________________________________________________________
3650 [ 11630] By: jhi                                   on 2001/08/10  13:53:15
3651         Log: Avoid #elif (less portable than #else #if).
3652      Branch: perl
3653            ! handy.h
3654 ____________________________________________________________________________
3655 [ 11629] By: jhi                                   on 2001/08/10  13:49:53
3656         Log: Subject: patch for perlvar.pod
3657              From: mah@everybody.org (Mark A. Hershberger)
3658              Date: 08 Aug 2001 17:03:16 -0500
3659              Message-ID: <87g0b2w6or.fsf@mah.mcdermott.com>
3660      Branch: perl
3661            ! pod/perlvar.pod
3662 ____________________________________________________________________________
3663 [ 11628] By: jhi                                   on 2001/08/10  13:45:48
3664         Log: cpp commands must start (the # must be) at the column #0.
3665      Branch: perl
3666            ! op.c
3667 ____________________________________________________________________________
3668 [ 11627] By: jhi                                   on 2001/08/10  13:41:07
3669         Log: If using gcc -B/foo/bar makedepend would give
3670              unnecessary warnings about unused -B/foo/bar.
3671      Branch: perl
3672            ! makedepend.SH
3673 ____________________________________________________________________________
3674 [ 11626] By: jhi                                   on 2001/08/09  14:56:29
3675         Log: Update Changes.
3676      Branch: perl
3677            ! Changes patchlevel.h
3678 ____________________________________________________________________________
3679 [ 11625] By: jhi                                   on 2001/08/09  14:54:05
3680         Log: s/z/tz/
3681      Branch: perl
3682            ! pod/perlfaq2.pod
3683 ____________________________________________________________________________
3684 [ 11624] By: jhi                                   on 2001/08/09  14:52:52
3685         Log: Article nit.
3686      Branch: perl
3687            ! pod/perlfaq2.pod
3688 ____________________________________________________________________________
3689 [ 11623] By: jhi                                   on 2001/08/09  14:49:00
3690         Log: Rename lib/unicode files to lib/unicore to avoid
3691              conflicts between core lib/unicode and Unicode::
3692              files in case-ignoring filesystems.
3693      Branch: perl
3694            + (add 325 files)
3695            - (delete 324 files)
3696            ! MANIFEST lib/charnames.pm lib/utf8_heavy.pl pod/perlretut.pod
3697 ____________________________________________________________________________
3698 [ 11622] By: jhi                                   on 2001/08/09  13:33:47
3699         Log: Upgrade to Math::BigInt 1.41.
3700      Branch: perl
3701            ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigintpm.t
3702 ____________________________________________________________________________
3703 [ 11621] By: jhi                                   on 2001/08/09  13:31:20
3704         Log: Subject: [PATCH] remove PL_na from typemap
3705              From: James <james@rf.net>
3706              Date: Mon, 06 Aug 2001 20:23:15 -0700
3707              Message-ID: <3B6F5F23.A31A81B1@rf.net>
3708              
3709              (had to be manually applied)
3710      Branch: perl
3711            ! lib/ExtUtils/typemap
3712 ____________________________________________________________________________
3713 [ 11620] By: jhi                                   on 2001/08/09  13:27:11
3714         Log: The metaconfig unit changes for #11618.
3715      Branch: metaconfig/U/perl
3716            + d_fpclassl.U i_fp.U
3717 ____________________________________________________________________________
3718 [ 11619] By: jhi                                   on 2001/08/09  13:25:21
3719         Log: Forgot this from #11618.
3720              
3721              NOTE: wince/config_H.ce needs updating.
3722      Branch: perl
3723            ! wince/config.ce
3724 ____________________________________________________________________________
3725 [ 11618] By: jhi                                   on 2001/08/09  13:21:51
3726         Log: Introduce more floating point classifying APIs;
3727              try to define (most importantly) Perl_is{inf,nan}(x).
3728              
3729              For this first cut, assume none such APIs exist in non-UNIXoid
3730              platforms-- this is of course too unkind: Win32 rumoredly has
3731              _fpclass() and _isnan(), and VMS/VOS very probably have some
3732              of the APIs available.     The only thing Perl uses at the moment
3733              is Perl_isnan() (has been in use for a while now).
3734              
3735              NOTE: the Win32 and NetWare config_h.?c need regenerating.
3736      Branch: perl
3737            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
3738            ! Porting/config_H config_h.SH configure.com epoc/config.sh
3739            ! hints/hpux.sh perl.h pod/perltoc.pod uconfig.h uconfig.sh
3740            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
3741            ! vos/config.ga.h win32/config.bc win32/config.gc
3742            ! win32/config.vc win32/config_H.bc win32/config_H.gc
3743            ! win32/config_H.vc wince/config.ce wince/config.h
3744 ____________________________________________________________________________
3745 [ 11617] By: jhi                                   on 2001/08/09  11:08:51
3746         Log: Integrate change #11519 from perlio:
3747              
3748              Avoid testing for (non-)existance of "encoding(xxxx)"
3749              layer is called "encoding" the (xxxx) is an argument.
3750      Branch: perl
3751           !> lib/open.pm
3752 ____________________________________________________________________________
3753 [ 11616] By: nick                                  on 2001/08/09  07:50:24
3754         Log: Integrate mainline
3755      Branch: perlio
3756           +> ext/PerlIO/t/via.t lib/Getopt/Long/CHANGES
3757           +> lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
3758           +> lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
3759           +> lib/Getopt/Long/t/gol-oo.t utils/perlivp.PL
3760            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
3761            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
3762           !> (integrate 79 files)
3763 ____________________________________________________________________________
3764 [ 11615] By: nick                                  on 2001/08/09  06:23:44
3765         Log: Avoid testing for (non-)existance of "encoding(xxxx)"
3766              layer is called "encoding" the (xxxx) is an argument.
3767      Branch: perlio
3768            ! lib/open.pm
3769 ____________________________________________________________________________
3770 [ 11614] By: jhi                                   on 2001/08/08  21:50:19
3771         Log: Subject: [PATCH bleadperl] Teach B::Concise about PADOP
3772              From: Paul Johnson <paul@pjcj.net>
3773              Date: Wed, 8 Aug 2001 23:54:17 +0200
3774              Message-ID: <20010808235417.O1006@pjcj.net>
3775      Branch: perl
3776            ! ext/B/B/Concise.pm
3777 ____________________________________________________________________________
3778 [ 11613] By: jhi                                   on 2001/08/08  13:22:13
3779         Log: Make VMS use IEEE math by default; reorder Tru64 hints
3780              so that -fprm d -ieee (the -ieee gives as e.g. IEEE 754
3781              exception semantics) is always set if using (the new) cc.
3782      Branch: perl
3783            ! configure.com hints/dec_osf.sh
3784 ____________________________________________________________________________
3785 [ 11612] By: jhi                                   on 2001/08/08  12:14:56
3786         Log: Subject: Re: [ID 20010806.008] tied hashes, invocation of FIRSTKEY
3787              From: Abhijit Menon-Sen <ams@wiw.org>
3788              Date: Tue, 7 Aug 2001 17:16:05 +0530
3789              Message-ID: <20010807171605.K526@lustre.dyn.wiw.org>
3790      Branch: perl
3791            ! pp_sys.c
3792 ____________________________________________________________________________
3793 [ 11611] By: jhi                                   on 2001/08/08  02:28:58
3794         Log: Subject: [PATCH perl@11597] fix t/run/exit.t for VMS
3795              From: "Craig A. Berry" <craigberry@mac.com>
3796              Date: Tue, 07 Aug 2001 22:27:47 -0500
3797              Message-Id: <5.1.0.14.0.20010806105326.02d22298@exchi01>
3798      Branch: perl
3799            ! t/run/exit.t
3800 ____________________________________________________________________________
3801 [ 11610] By: jhi                                   on 2001/08/08  00:12:00
3802         Log: Subject: [PATCH bleadperl] better VMS docs for $?, exit(), and system()
3803              From: "Craig A. Berry" <craigberry@mac.com>
3804              Date: Tue, 07 Aug 2001 20:01:53 -0500
3805              Message-Id: <5.1.0.14.0.20010807155648.01ba3c98@exchi01>
3806      Branch: perl
3807            ! pod/perlport.pod pod/perlvar.pod vms/perlvms.pod
3808 ____________________________________________________________________________
3809 [ 11609] By: jhi                                   on 2001/08/07  23:49:09
3810         Log: Update the magazine information.
3811      Branch: perl
3812            ! pod/perlfaq2.pod
3813 ____________________________________________________________________________
3814 [ 11608] By: jhi                                   on 2001/08/07  23:35:27
3815         Log: Ignore SIGFPE everywhere.
3816      Branch: perl
3817            ! hints/os390.sh hints/posix-bc.sh hints/uts.sh numeric.c perl.h
3818 ____________________________________________________________________________
3819 [ 11607] By: jhi                                   on 2001/08/07  23:07:04
3820         Log: With permission, change the licensing of the docs by
3821              TomC (and Gnat) to comply with the rest of Perl.
3822      Branch: perl
3823            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
3824            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
3825            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
3826            ! pod/perlfaq9.pod pod/perlopentut.pod pod/perltoot.pod
3827            ! pod/perltootc.pod
3828 ____________________________________________________________________________
3829 [ 11606] By: jhi                                   on 2001/08/07  22:50:04
3830         Log: Subject: [PATCH 5.6.x, 5.7.2] hints/openbsd.sh tweaks.
3831              From: Andy Dougherty <doughera@lafayette.edu>
3832              Date: Tue, 7 Aug 2001 15:49:33 -0400 (EDT)
3833              Message-ID: <Pine.SOL.4.10.10108071544040.2431-100000@maxwell.phys.lafayette.edu>
3834      Branch: perl
3835            ! hints/openbsd.sh
3836 ____________________________________________________________________________
3837 [ 11605] By: jhi                                   on 2001/08/07  22:49:18
3838         Log: Subject: [PATCH] Makefile.SH test_prep dependency
3839              From: Andy Dougherty <doughera@lafayette.edu>
3840              Date: Tue, 7 Aug 2001 15:44:01 -0400 (EDT)
3841              Message-ID: <Pine.SOL.4.10.10108071540190.2431-100000@maxwell.phys.lafayette.edu>
3842      Branch: perl
3843            ! Makefile.SH
3844 ____________________________________________________________________________
3845 [ 11604] By: jhi                                   on 2001/08/07  22:44:35
3846         Log: Don't autogenerate the headers et alia,
3847              make regen_headers explicitly.
3848      Branch: perl
3849            ! Makefile.SH
3850 ____________________________________________________________________________
3851 [ 11603] By: jhi                                   on 2001/08/07  22:33:48
3852         Log: Subject: Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl
3853              From: Gurusamy Sarathy <gsar@ActiveState.com> 
3854              Date: Tue, 07 Aug 2001 08:33:26 -0700
3855              Message-Id: <200108071533.f77FXQf01168@smtp3.ActiveState.com>
3856              
3857              Unnecessary dependency.
3858      Branch: perl
3859            ! embed.pl
3860 ____________________________________________________________________________
3861 [ 11602] By: jhi                                   on 2001/08/07  13:52:41
3862         Log: Subject: Re: [ID 20010806.006] Can't read coderef from tied variable
3863              From: Abhijit Menon-Sen <ams@wiw.org>
3864              Date: Tue, 7 Aug 2001 09:10:54 +0530
3865              Message-ID: <20010807091054.H526@lustre.dyn.wiw.org>
3866      Branch: perl
3867            ! pp_hot.c
3868 ____________________________________________________________________________
3869 [ 11601] By: jhi                                   on 2001/08/07  13:46:33
3870         Log: Subject: [PATCH perl@11597] B && BEGIN handling
3871              From: "James A. Duncan" <jduncan@fotango.com>
3872              Date: Mon, 6 Aug 2001 17:29:11 +0100
3873              Message-ID: <20010806172911.A2071@fotango.com>
3874              
3875              (the intrpvar.h addition moved to the end for bincompat)
3876      Branch: perl
3877            ! embedvar.h ext/B/B.xs intrpvar.h perl.c perlapi.h
3878 ____________________________________________________________________________
3879 [ 11600] By: jhi                                   on 2001/08/07  11:53:48
3880         Log: Integrate change #11598 from maintperl (fcrypt.c URL updates)
3881      Branch: perl
3882           !> README.win32
3883 ____________________________________________________________________________
3884 [ 11599] By: gsar                                  on 2001/08/07  06:31:39
3885         Log: fix URLs for fcrypt.c
3886      Branch: maint-5.6/perl
3887            ! README.win32
3888 ____________________________________________________________________________
3889 [ 11598] By: jhi                                   on 2001/08/06  15:02:48
3890         Log: Yet another way to say Infinity: HP-UX calls its "++".
3891      Branch: perl
3892            ! lib/Math/BigInt/t/bigintpm.t
3893 ____________________________________________________________________________
3894 [ 11597] By: jhi                                   on 2001/08/06  13:40:01
3895         Log: Update Changes.
3896      Branch: perl
3897            ! Changes patchlevel.h
3898 ____________________________________________________________________________
3899 [ 11596] By: jhi                                   on 2001/08/06  13:24:28
3900         Log: Advertise File::Temp, don't advertise POSIX::tmpnam().
3901      Branch: perl
3902            ! pod/perlfaq5.pod
3903 ____________________________________________________________________________
3904 [ 11595] By: jhi                                   on 2001/08/06  12:51:38
3905         Log: The #11593 wasn't right.
3906      Branch: perl
3907            ! lib/Math/BigInt/t/bigintpm.t
3908 ____________________________________________________________________________
3909 [ 11594] By: jhi                                   on 2001/08/06  12:34:15
3910         Log: Subject: [PATCH: perl@11564] introducing perlivp
3911              From: Prymmer/Kahn <pvhp@best.com>
3912              Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT)
3913              Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com>
3914              
3915              Subject: Re: [PATCH: perl@11564] introducing perlivp
3916              From: Prymmer/Kahn <pvhp@best.com>
3917              Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT)
3918              Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com>
3919      Branch: perl
3920            + utils/perlivp.PL
3921            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
3922            ! win32/Makefile win32/makefile.mk
3923 ____________________________________________________________________________
3924 [ 11593] By: jhi                                   on 2001/08/05  23:10:52
3925         Log: libcs are confused what to call Infinity.
3926      Branch: perl
3927            ! lib/Math/BigInt/t/bigintpm.t
3928 ____________________________________________________________________________
3929 [ 11592] By: jhi                                   on 2001/08/05  23:07:50
3930         Log: Avoid SIGFPE in Tru64.
3931      Branch: perl
3932            ! numeric.c
3933 ____________________________________________________________________________
3934 [ 11591] By: jhi                                   on 2001/08/05  22:46:10
3935         Log: Upgrade to Math::BigInt 1.40.
3936              
3937              NOTE: this patch necessitates doing something about
3938              infinity handling since the new bigintpm.t tests use
3939              infinity, which causes SIGFPEs at least in Tru64.
3940      Branch: perl
3941            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
3942            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
3943            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
3944            ! lib/Math/BigInt/t/mbimbf.t
3945 ____________________________________________________________________________
3946 [ 11590] By: gsar                                  on 2001/08/05  21:57:43
3947         Log: remove hardcoded cmd shell in testsuite
3948      Branch: perl
3949            ! t/op/glob.t t/op/magic.t t/op/stat.t
3950 ____________________________________________________________________________
3951 [ 11589] By: gsar                                  on 2001/08/05  21:35:50
3952         Log: 4-arg select() was busted on windows because change#8178 didn't
3953              make it into mainline
3954      Branch: perl
3955            ! perl.h win32/include/sys/socket.h
3956 ____________________________________________________________________________
3957 [ 11588] By: jhi                                   on 2001/08/05  19:40:31
3958         Log: Rename the Getopt::Long tests to be as they are
3959              in the Getopt::Long official distribution.
3960      Branch: perl
3961            + lib/Getopt/Long/t/gol-basic.t lib/Getopt/Long/t/gol-compat.t
3962            + lib/Getopt/Long/t/gol-linkage.t lib/Getopt/Long/t/gol-oo.t
3963            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
3964            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
3965            ! MANIFEST
3966 ____________________________________________________________________________
3967 [ 11587] By: jhi                                   on 2001/08/05  19:38:07
3968         Log: Upgrade to Getopt::Long 2.26.
3969      Branch: perl
3970            + lib/Getopt/Long/CHANGES lib/Getopt/Long/README
3971            ! MANIFEST lib/Getopt/Long.pm
3972 ____________________________________________________________________________
3973 [ 11586] By: jhi                                   on 2001/08/05  19:26:50
3974         Log: Retract #10874 (the hack should be unnecessary by now)
3975      Branch: perl
3976            ! lib/Test/Harness.pm
3977 ____________________________________________________________________________
3978 [ 11585] By: gsar                                  on 2001/08/05  16:45:54
3979         Log: avoid temp file littering in tests
3980      Branch: perl
3981            ! ext/PerlIO/t/encoding.t lib/Memoize/t/errors.t
3982 ____________________________________________________________________________
3983 [ 11584] By: jhi                                   on 2001/08/05  16:42:50
3984         Log: Subject: warning in sv.c: double format, NV arg
3985              From: "Philip Newton" <Philip.Newton@gmx.net>
3986              Date: Sun, 5 Aug 2001 19:41:07 +0200
3987              Message-Id: <200108051735.f75HZ1L18235@chaos.wustl.edu>
3988      Branch: perl
3989            ! sv.c
3990 ____________________________________________________________________________
3991 [ 11583] By: gsar                                  on 2001/08/05  16:28:22
3992         Log: fix POSIX.t#13 for windos
3993      Branch: perl
3994            ! ext/POSIX/POSIX.t
3995 ____________________________________________________________________________
3996 [ 11582] By: jhi                                   on 2001/08/05  16:10:59
3997         Log: Add a test for PerlIO::Via.
3998      Branch: perl
3999            + ext/PerlIO/t/via.t
4000            ! MANIFEST ext/PerlIO/Via/Via.pm
4001 ____________________________________________________________________________
4002 [ 11581] By: gsar                                  on 2001/08/05  15:00:26
4003         Log: flock() and link() are not available on Windows 9x
4004      Branch: perl
4005            ! win32/config_sh.PL
4006 ____________________________________________________________________________
4007 [ 11580] By: jhi                                   on 2001/08/05  13:56:46
4008         Log: Some Tru64 C compilers have C++ components that confuse
4009              the ccversion parsing.
4010      Branch: perl
4011            ! hints/dec_osf.sh
4012 ____________________________________________________________________________
4013 [ 11579] By: jhi                                   on 2001/08/05  13:31:07
4014         Log: (Reintroduce #11125)
4015              
4016              Subject: MakeMaker should pass through DEFINE and INC to subdirs 
4017              From: Alan Burlison <Alan.Burlison@sun.com> 
4018              Date: Tue, 03 Jul 2001 15:20:13 +0100   
4019              Message-ID: <3B41D49D.A923D4F9@sun.com> 
4020      Branch: perl
4021            ! lib/ExtUtils/MM_Unix.pm
4022 ____________________________________________________________________________
4023 [ 11578] By: jhi                                   on 2001/08/05  03:17:20
4024         Log: Little pointer juggling for HP-UX cc to avoid
4025              "warning 524: Cast (non-lvalue) appears on left-hand side of assignment."
4026              followed by
4027              "error 1549: Modifiable lvalue required for assignment operator."
4028      Branch: perl
4029            ! hv.c
4030 ____________________________________________________________________________
4031 [ 11577] By: jhi                                   on 2001/08/04  18:09:38
4032         Log: Continuation of #11575: SANY_SEEN completely deprecated,
4033              plus more tests that unearthed a bug in @a = ($utf8 =~ /\C/g),
4034              plus a fix for the bug.
4035      Branch: perl
4036            ! pp_hot.c regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
4037 ____________________________________________________________________________
4038 [ 11576] By: jhi                                   on 2001/08/04  17:31:06
4039         Log: Subject: Re: [patch] rid "Scalars leaked" from perl_clone
4040              From: Doug MacEachern <dougm@covalent.net>
4041              Date: Sat, 4 Aug 2001 11:09:37 -0700 (PDT)
4042              Message-ID: <Pine.LNX.4.21.0108041102390.23972-100000@mako.covalent.net>
4043      Branch: perl
4044            ! sv.c
4045 ____________________________________________________________________________
4046 [ 11575] By: jhi                                   on 2001/08/04  17:28:55
4047         Log: Decouple SANY into SANY and CANY: the new SANY is /./s,
4048              the new CANY is the \C.  The problem reported and the
4049              test case supplied in
4050              
4051              Subject: UTF-8 bugs in string length & single line regex matches
4052              From: "Daniel P. Berrange" <dan@berrange.com>
4053              Date: Fri, 3 Aug 2001 11:39:33 +0100
4054              Message-ID: <20010803113932.A19318@berrange.com>
4055      Branch: perl
4056            ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
4057            ! t/op/pat.t
4058 ____________________________________________________________________________
4059 [ 11574] By: jhi                                   on 2001/08/04  15:42:34
4060         Log: Subject: Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
4061              From: Doug MacEachern <dougm@covalent.net>
4062              Date: Sat, 4 Aug 2001 09:43:02 -0700 (PDT)
4063              Message-ID: <Pine.LNX.4.21.0108040939050.23972-100000@mako.covalent.net>
4064      Branch: perl
4065            ! perl.c regexec.c
4066 ____________________________________________________________________________
4067 [ 11573] By: jhi                                   on 2001/08/04  14:20:26
4068         Log: The #11572 didn't up the test count.
4069      Branch: perl
4070            ! t/op/length.t
4071 ____________________________________________________________________________
4072 [ 11572] By: jhi                                   on 2001/08/04  14:12:45
4073         Log: Subject: UTF-8 bugs in string length & single line regex matches
4074              From: "Daniel P. Berrange" <dan@berrange.com>
4075              Date: Fri, 3 Aug 2001 11:39:33 +0100         
4076              Message-ID: <20010803113932.A19318@berrange.com>
4077              
4078              (the mg_length() fix)
4079      Branch: perl
4080            ! mg.c t/op/length.t
4081 ____________________________________________________________________________
4082 [ 11571] By: jhi                                   on 2001/08/04  14:10:39
4083         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
4084              From: Abhijit Menon-Sen <ams@wiw.org>
4085              Date: Sat, 4 Aug 2001 16:56:35 +0530
4086              Message-ID: <20010804165635.E526@lustre.dyn.wiw.org>
4087      Branch: perl
4088            ! hv.c
4089 ____________________________________________________________________________
4090 [ 11570] By: jhi                                   on 2001/08/04  14:09:59
4091         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
4092              From: Abhijit Menon-Sen <ams@wiw.org>
4093              Date: Sat, 4 Aug 2001 16:16:03 +0530
4094              Message-ID: <20010804161603.C526@lustre.dyn.wiw.org>
4095      Branch: perl
4096            ! hv.c
4097 ____________________________________________________________________________
4098 [ 11569] By: jhi                                   on 2001/08/04  14:09:09
4099         Log: Subject: Re: [patch] refcount re ops
4100              From: Abhijit Menon-Sen <ams@wiw.org>
4101              Date: Sat, 4 Aug 2001 08:54:55 +0530
4102              Message-ID: <20010804085455.B526@lustre.dyn.wiw.org>
4103      Branch: perl
4104            ! sv.c
4105 ____________________________________________________________________________
4106 [ 11568] By: jhi                                   on 2001/08/04  14:08:19
4107         Log: Subject: [patch] refcount re ops
4108              From: Doug MacEachern <dougm@covalent.net>
4109              Date: Fri, 3 Aug 2001 18:17:41 -0700 (PDT)
4110              Message-ID: <Pine.LNX.4.21.0108031814240.23972-100000@mako.covalent.net>
4111      Branch: perl
4112            ! regcomp.c sv.c
4113 ____________________________________________________________________________
4114 [ 11567] By: jhi                                   on 2001/08/03  23:52:56
4115         Log: Subject: [patch] ignore PL_curpm in PL_regex_padav cleanup
4116              From: Doug MacEachern <dougm@covalent.net>
4117              Date: Fri, 3 Aug 2001 17:37:53 -0700 (PDT)
4118              Message-ID: <Pine.LNX.4.21.0108031730040.23972-100000@mako.covalent.net>
4119      Branch: perl
4120            ! perl.c regexec.c
4121 ____________________________________________________________________________
4122 [ 11566] By: jhi                                   on 2001/08/03  20:45:10
4123         Log: Subject: [PATCH perl@11564] fix t/op/misc.t for VMS
4124              From: "Craig A. Berry" <craigberry@mac.com> 
4125              Date: Fri, 03 Aug 2001 16:16:16 -0500
4126              Message-Id: <5.1.0.14.0.20010803161026.03530e58@exchi01> 
4127      Branch: perl
4128            ! t/op/misc.t
4129 ____________________________________________________________________________
4130 [ 11565] By: jhi                                   on 2001/08/03  13:46:40
4131         Log: Subject: Re: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
4132              From: John Kristian <jmk2001@engineer.com>
4133              Date: Fri, 03 Aug 2001 00:59:08 -0700
4134              Message-id: <03a101c11bf2$2c9b5ee0$0100a8c0@JOHNKRISTIAN>
4135      Branch: perl
4136            ! win32/win32.c
4137 ____________________________________________________________________________
4138 [ 11564] By: jhi                                   on 2001/08/03  13:25:39
4139         Log: Update Changes.
4140      Branch: perl
4141            ! Changes patchlevel.h
4142 ____________________________________________________________________________
4143 [ 11563] By: jhi                                   on 2001/08/03  12:13:17
4144         Log: Subject: [PATCH perl@11523] fix Stash.t for VMS
4145              From: "Craig A. Berry" <craigberry@mac.com>
4146              Date: Thu, 02 Aug 2001 23:15:24 -0500
4147              Message-Id: <5.1.0.14.0.20010802230843.03530e58@mail.mac.com>
4148      Branch: perl
4149            ! ext/B/Stash.t
4150 ____________________________________________________________________________
4151 [ 11562] By: jhi                                   on 2001/08/03  12:11:57
4152         Log: Subject: [patch] plug PL_cshname leak
4153              From: Doug MacEachern <dougm@covalent.net>
4154              Date: Thu, 2 Aug 2001 20:59:04 -0700 (PDT)
4155              Message-ID: <Pine.LNX.4.21.0108022058020.8991-100000@mako.covalent.net>
4156      Branch: perl
4157            ! sv.c
4158 ____________________________________________________________________________
4159 [ 11561] By: jhi                                   on 2001/08/03  12:10:32
4160         Log: Subject: [patch] plug PL_sh_path leak
4161              From: Doug MacEachern <dougm@covalent.net>
4162              Date: Thu, 2 Aug 2001 20:54:08 -0700 (PDT)
4163              Message-ID: <Pine.LNX.4.21.0108022043040.8991-100000@mako.covalent.net>
4164      Branch: perl
4165            ! sv.c
4166 ____________________________________________________________________________
4167 [ 11560] By: jhi                                   on 2001/08/03  12:09:50
4168         Log: Subject: [patch] plug PL_regex_padav leaks
4169              From: Doug MacEachern <dougm@covalent.net>
4170              Date: Thu, 2 Aug 2001 20:24:55 -0700 (PDT)
4171              Message-ID: <Pine.LNX.4.21.0108022020100.8991-100000@mako.covalent.net>
4172      Branch: perl
4173            ! op.c op.h perl.c
4174 ____________________________________________________________________________
4175 [ 11559] By: jhi                                   on 2001/08/03  12:08:59
4176         Log: Subject: [patch] plug PL_origargv leak
4177              From: Doug MacEachern <dougm@covalent.net>
4178              Date: Thu, 2 Aug 2001 18:15:22 -0700 (PDT)
4179              Message-ID: <Pine.LNX.4.21.0108021813380.8991-100000@mako.covalent.net>
4180      Branch: perl
4181            ! perl.c
4182 ____________________________________________________________________________
4183 [ 11558] By: jhi                                   on 2001/08/03  12:07:58
4184         Log: Subject: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
4185              From: Abhijit Menon-Sen <ams@wiw.org>
4186              Date: Fri, 3 Aug 2001 06:38:11 +0530
4187              Message-ID: <20010803063811.A19266@lustre.dyn.wiw.org>
4188      Branch: perl
4189            ! hv.c
4190 ____________________________________________________________________________
4191 [ 11557] By: nick                                  on 2001/08/03  08:17:38
4192         Log: Integrate mainline
4193      Branch: perlio
4194           +> (branch 47 files)
4195            - lib/Switch/test.pl
4196           !> (integrate 49 files)
4197 ____________________________________________________________________________
4198 [ 11556] By: jhi                                   on 2001/08/02  22:46:22
4199         Log: Subject: [PATCH perl@11523] fix Showlex.t for VMS
4200              From: "Craig A. Berry" <craigberry@mac.com>
4201              Date: Thu, 02 Aug 2001 12:56:19 -0500
4202              Message-Id: <5.1.0.14.0.20010802124618.034c5008@exchi01>
4203      Branch: perl
4204            ! ext/B/Showlex.t
4205 ____________________________________________________________________________
4206 [ 11555] By: jhi                                   on 2001/08/02  22:29:34
4207         Log: Be more careful about non-existent files.
4208      Branch: perl
4209            ! lib/File/Copy.pm
4210 ____________________________________________________________________________
4211 [ 11554] By: jhi                                   on 2001/08/02  21:37:27
4212         Log: Subject: [PATCH resend] deparse empty formats
4213              From: Robin Houston <robin@kitsite.com> 
4214              Date: Thu, 2 Aug 2001 14:32:36 +0100
4215              Message-ID: <20010802143236.A894@robin.kitsite.com>
4216      Branch: perl
4217            ! ext/B/B/Deparse.pm
4218 ____________________________________________________________________________
4219 [ 11553] By: jhi                                   on 2001/08/02  16:37:32
4220         Log: Subject: [patch] ithreads + refto fix improvement
4221              From: Doug MacEachern <dougm@covalent.net>
4222              Date: Thu, 2 Aug 2001 09:41:53 -0700 (PDT)
4223              Message-ID: <Pine.LNX.4.21.0108020939030.8991-100000@mako.covalent.net>
4224      Branch: perl
4225            ! pp.c
4226 ____________________________________________________________________________
4227 [ 11552] By: jhi                                   on 2001/08/02  14:24:26
4228         Log: Readability nit from Abhijit.
4229      Branch: perl
4230            ! op.c
4231 ____________________________________________________________________________
4232 [ 11551] By: jhi                                   on 2001/08/02  14:22:31
4233         Log: setproctitle() API version nit from Anton Berezin.
4234      Branch: perl
4235            ! mg.c
4236 ____________________________________________________________________________
4237 [ 11550] By: jhi                                   on 2001/08/02  13:51:41
4238         Log: Add PerlCE to the docs.
4239      Branch: perl
4240            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
4241            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
4242 ____________________________________________________________________________
4243 [ 11549] By: jhi                                   on 2001/08/02  13:25:43
4244         Log: Integrate the PerlCE (WinCE Perl) port;
4245              kindly supplied by Rainer Keuchel <rkeuc@allgeier.com>.
4246      Branch: perl
4247            + README.ce wince/FindExt.pm wince/Makefile.ce
4248            + wince/README.compile wince/README.perlce wince/bin/exetype.pl
4249            + wince/bin/perlglob.pl wince/bin/pl2bat.pl wince/bin/runperl.pl
4250            + wince/bin/search.pl wince/config.ce wince/config.h
4251            + wince/config_H.ce wince/config_h.PL wince/config_sh.PL
4252            + wince/dl_win32.xs wince/include/arpa/inet.h
4253            + wince/include/cectype.h wince/include/errno.h
4254            + wince/include/netdb.h wince/include/sys/socket.h
4255            + wince/include/sys/stat.h wince/include/sys/types.h
4256            + wince/include/sys/utime.h wince/include/time.h wince/perl.ico
4257            + wince/perl.rc wince/perldll.def wince/perllib.c
4258            + wince/perlmain.c wince/registry.bat wince/runperl.c
4259            + wince/splittree.pl wince/win32.h wince/win32iop.h
4260            + wince/win32thread.c wince/win32thread.h wince/wince.c
4261            + wince/wince.h wince/wincesck.c wince/xbuildall.ksh
4262            + wince/xdistclean.ksh wince/xmakediffs.ksh
4263            ! MANIFEST perl.c perl.h perlio.c
4264 ____________________________________________________________________________
4265 [ 11548] By: jhi                                   on 2001/08/02  13:18:08
4266         Log: setproctitle() made simpler.  (This assumes the string is
4267              \0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
4268              should be used.  Note len, not len + 1.)  BSD-fu from Anton
4269              Berezin.
4270      Branch: perl
4271            ! mg.c
4272 ____________________________________________________________________________
4273 [ 11547] By: jhi                                   on 2001/08/02  12:49:54
4274         Log: Subject: [PATCH] -Wall cleanup: op.c
4275              From: Richard Soderberg <rs@oregonnet.com>
4276              Date: Thu, 2 Aug 2001 00:17:09 -0700
4277              Message-Id: <200108020717.AAA26895@oregonnet.com>
4278              
4279              Subject: [PATCH] -Wall cleanup: sv.c
4280              From: Richard Soderberg <rs@oregonnet.com>
4281              Date: Thu, 2 Aug 2001 00:49:21 -0700
4282              Message-Id: <200108020749.AAA27492@oregonnet.com>
4283      Branch: perl
4284            ! op.c sv.c
4285 ____________________________________________________________________________
4286 [ 11546] By: jhi                                   on 2001/08/02  00:53:34
4287         Log: Update Changes.
4288      Branch: perl
4289            ! Changes patchlevel.h
4290 ____________________________________________________________________________
4291 [ 11545] By: jhi                                   on 2001/08/02  00:48:55
4292         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
4293              From: Doug MacEachern <dougm@covalent.net>
4294              Date: Wed, 1 Aug 2001 18:34:44 -0700 (PDT)
4295              Message-ID: <Pine.LNX.4.21.0108011830080.8991-100000@mako.covalent.net>
4296      Branch: perl
4297            ! op.c
4298 ____________________________________________________________________________
4299 [ 11544] By: jhi                                   on 2001/08/01  23:08:41
4300         Log: The #11541 didn't work under threads.
4301      Branch: perl
4302            ! op.c
4303 ____________________________________________________________________________
4304 [ 11543] By: jhi                                   on 2001/08/01  22:46:41
4305         Log: Subject: Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
4306              From: Hugo <hv@crypt.compulink.co.uk>
4307              Date: Fri, 22 Jun 2001 01:19:08 +0100 
4308              Message-Id: <200106220019.BAA03365@crypt.compulink.co.uk>
4309              
4310              (Skip tests if accept() failed)
4311      Branch: perl
4312            ! ext/IO/lib/IO/t/io_unix.t
4313 ____________________________________________________________________________
4314 [ 11542] By: jhi                                   on 2001/08/01  22:40:09
4315         Log: Subject: [ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
4316              From: "Stian Seeberg" <sseeberg@nimsoft.no>
4317              Date: Mon, 30 Jul 2001 12:28:07 +0200
4318              Message-Id: <68236D3FC2D92347B466639324391D1A0432AB@PONDUS.nimsoft.no>
4319      Branch: perl
4320            ! perl.h
4321 ____________________________________________________________________________
4322 [ 11541] By: jhi                                   on 2001/08/01  22:38:31
4323         Log: Subject: Pluggable optimizer
4324              From: Simon Cozens <simon@netthink.co.uk>
4325              Date: Wed, 1 Aug 2001 13:57:02 -0700
4326              Message-ID: <20010801135702.I10442@netthink.co.uk>
4327      Branch: perl
4328            ! embedvar.h op.c perl.c perl.h perlapi.h sv.c thrdvar.h util.c
4329 ____________________________________________________________________________
4330 [ 11540] By: jhi                                   on 2001/08/01  22:29:54
4331         Log: Subject: [ID 20010801.039] perlre.pod message typo
4332              From: Autrijus Tang <autrijus@geb.elixus.org>
4333              Date: Thu, 2 Aug 2001 04:48:02 +0800 (CST)
4334              Message-Id: <200108012048.f71Km2r79890@geb.elixus.org>                         
4335      Branch: perl
4336            ! pod/perlre.pod
4337 ____________________________________________________________________________
4338 [ 11539] By: jhi                                   on 2001/08/01  16:32:52
4339         Log: Test for change #11536.
4340      Branch: perl
4341            ! t/op/tiehandle.t
4342 ____________________________________________________________________________
4343 [ 11538] By: jhi                                   on 2001/08/01  16:27:19
4344         Log: More test fixups for #11537.
4345      Branch: perl
4346            ! t/lib/warnings/4lint t/lib/warnings/9enabled
4347 ____________________________________________________________________________
4348 [ 11537] By: jhi                                   on 2001/08/01  16:26:25
4349         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
4350              From: Doug MacEachern <dougm@covalent.net>
4351              Date: Mon, 30 Jul 2001 17:38:50 -0700 (PDT)
4352              Message-ID: <Pine.LNX.4.21.0107301720310.25941-100000@mako.covalent.net>
4353      Branch: perl
4354            ! op.c t/TestInit.pm
4355 ____________________________________________________________________________
4356 [ 11536] By: jhi                                   on 2001/08/01  16:08:08
4357         Log: Subject: [patch] ithreads + refto bug
4358              From: Doug MacEachern <dougm@covalent.net>
4359              Date: Wed, 1 Aug 2001 09:47:28 -0700 (PDT)
4360              Message-ID: <Pine.LNX.4.21.0108010937240.7498-100000@mako.covalent.net>
4361              
4362              (Test in change #11539)
4363      Branch: perl
4364            ! pp.c
4365 ____________________________________________________________________________
4366 [ 11535] By: jhi                                   on 2001/08/01  16:05:56
4367         Log: Subject: [PATCH: perl@11523] fixups for t/harness
4368              From: Prymmer/Kahn <pvhp@best.com>
4369              Date: Wed, 1 Aug 2001 09:24:23 -0700 (PDT)
4370              Message-ID: <Pine.BSF.4.21.0108010910310.17655-100000@shell8.ba.best.com>
4371      Branch: perl
4372            ! t/harness
4373 ____________________________________________________________________________
4374 [ 11534] By: jhi                                   on 2001/08/01  16:00:45
4375         Log: Subject: [PATCH: perl@11523] add xsubpp and libnetcfg to installed *.bat files for win32 builds
4376              From: Prymmer/Kahn <pvhp@best.com>
4377              Date: Wed, 1 Aug 2001 09:07:13 -0700 (PDT)
4378              Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>
4379      Branch: perl
4380            ! win32/Makefile win32/makefile.mk
4381 ____________________________________________________________________________
4382 [ 11533] By: jhi                                   on 2001/08/01  13:38:29
4383         Log: Need to know the number of tests.
4384      Branch: perl
4385            ! t/run/exit.t
4386 ____________________________________________________________________________
4387 [ 11532] By: jhi                                   on 2001/08/01  13:04:31
4388         Log: Subject: Re: new exit tests on VMS
4389              From: "Craig A. Berry" <craigberry@mac.com>
4390              Date: Tue, 31 Jul 2001 12:19:29 -0500
4391              Message-Id: <5.1.0.14.0.20010731114845.03743008@mail.telocity.com>
4392      Branch: perl
4393            ! t/run/exit.t
4394 ____________________________________________________________________________
4395 [ 11531] By: jhi                                   on 2001/08/01  12:46:43
4396         Log: Retract #11530 (the dTHX is needed under threads)
4397      Branch: perl
4398            ! perlio.c
4399 ____________________________________________________________________________
4400 [ 11530] By: jhi                                   on 2001/08/01  12:39:35
4401         Log: (Retracted by #11531)
4402      Branch: perl
4403            ! perlio.c
4404 ____________________________________________________________________________
4405 [ 11529] By: jhi                                   on 2001/08/01  12:32:22
4406         Log: Subject: [PATCH 1/4] -Wall cleanups: unixish.h
4407              From: Richard Soderberg <rs@crystalflame.net>
4408              Date: Tue, 31 Jul 2001 23:16:22 -0700 (PDT) 
4409              Message-ID: <Pine.LNX.4.21.0107312313490.24341-100000@oregonnet.com>
4410      Branch: perl
4411            ! unixish.h
4412 ____________________________________________________________________________
4413 [ 11528] By: jhi                                   on 2001/08/01  12:18:59
4414         Log: Subject: [PATCH 5.7.2] Allow for long long in h2xs 
4415              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4416              Date: Tue, 31 Jul 2001 05:39:09 -0400
4417              Message-ID: <20010731053909.A1810@math.ohio-state.edu>
4418              
4419              (with a note about the case of UV being equal to long long)
4420      Branch: perl
4421            ! utils/h2xs.PL
4422 ____________________________________________________________________________
4423 [ 11527] By: jhi                                   on 2001/07/31  23:49:04
4424         Log: Subject: [PATCH perl@11487] fix fs.t for VMS
4425              From: "Craig A. Berry" <craigberry@mac.com>
4426              Date: Tue, 31 Jul 2001 14:57:43 -0500
4427              Message-Id: <5.1.0.14.0.20010731145015.03743008@exchi01>
4428      Branch: perl
4429            ! t/io/fs.t
4430 ____________________________________________________________________________
4431 [ 11526] By: jhi                                   on 2001/07/31  23:47:57
4432         Log: Fix for
4433              
4434              Subject: [ID 20010116.001] File::Copy truncates orig file 
4435              From: arbor@al37al08.telecel.pt
4436              Date: Tue, 16 Jan 2001 11:43:02 GMT
4437              Message-Id: <200101161143.AA11184@al37al08.telecel.pt>
4438              
4439              (copy($foo, $foo) would truncate $foo)
4440      Branch: perl
4441            ! lib/File/Copy.pm lib/File/Copy.t
4442 ____________________________________________________________________________
4443 [ 11525] By: jhi                                   on 2001/07/31  23:01:01
4444         Log: Metaconfig unit change for #11524.
4445      Branch: metaconfig/U/perl
4446            ! Extras.U
4447 ____________________________________________________________________________
4448 [ 11524] By: jhi                                   on 2001/07/31  23:00:36
4449         Log: Multiple modules didn't work; plus typo fixes.
4450      Branch: perl
4451            ! Configure
4452 ____________________________________________________________________________
4453 [ 11523] By: jhi                                   on 2001/07/31  15:29:58
4454         Log: Update Changes.
4455      Branch: perl
4456            ! Changes patchlevel.h
4457 ____________________________________________________________________________
4458 [ 11522] By: jhi                                   on 2001/07/31  15:25:35
4459         Log: Regen perlapi.
4460      Branch: perl
4461            ! pod/perlapi.pod
4462 ____________________________________________________________________________
4463 [ 11521] By: jhi                                   on 2001/07/31  15:19:01
4464         Log: Subject: Re: [PATCH sv.c] mortal doc thinko
4465              From: Dave Mitchell <davem@fdgroup.co.uk>
4466              Date: Tue, 31 Jul 2001 11:52:42 +0100 (BST)
4467              Message-Id: <200107311052.LAA14427@gizmo.fdgroup.co.uk>
4468      Branch: perl
4469            ! sv.c
4470 ____________________________________________________________________________
4471 [ 11520] By: jhi                                   on 2001/07/31  15:17:43
4472         Log: Regen toc.
4473      Branch: perl
4474            ! pod/perltoc.pod
4475 ____________________________________________________________________________
4476 [ 11519] By: jhi                                   on 2001/07/31  15:17:17
4477         Log: Regen Porting stuff.
4478      Branch: perl
4479            ! Porting/Glossary Porting/config.sh Porting/config_H
4480 ____________________________________________________________________________
4481 [ 11518] By: jhi                                   on 2001/07/31  14:16:08
4482         Log: Subject: [PATCH 5.7.2] Allow for GNU-isms in h2xs
4483              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4484              Date: Tue, 31 Jul 2001 05:34:38 -0400
4485              Message-ID: <20010731053438.A1754@math.ohio-state.edu>
4486      Branch: perl
4487            ! utils/h2xs.PL
4488 ____________________________________________________________________________
4489 [ 11517] By: jhi                                   on 2001/07/31  14:15:01
4490         Log: Metaconfig unit change for #11516. 
4491      Branch: metaconfig/U/perl
4492            ! gccvers.U
4493 ____________________________________________________________________________
4494 [ 11516] By: jhi                                   on 2001/07/31  14:14:35
4495         Log: Add -Wall in cflags, not in Configure.
4496              (This way -Wall affects only the core and the core XS,
4497              not user modules' XS.  Concern from Paul Marquess,
4498              implementation idea from Andy Dougherty.)
4499      Branch: perl
4500            ! Configure cflags.SH
4501 ____________________________________________________________________________
4502 [ 11515] By: jhi                                   on 2001/07/31  13:57:15
4503         Log: Metaconfig unit changes for #11514.
4504      Branch: metaconfig
4505            + U/modified/sysman.U
4506            ! U/installdirs/man1dir.U
4507 ____________________________________________________________________________
4508 [ 11514] By: jhi                                   on 2001/07/31  13:56:26
4509         Log: Subject: Configure's detection of system manual
4510              From: Sean Dague <sean@dague.net> 
4511              Date: Sun, 13 May 2001 15:53:15 -0400
4512              Message-ID: <20010513155315.A15833@underhill.dague.net>
4513      Branch: perl
4514            ! Configure
4515 ____________________________________________________________________________
4516 [ 11513] By: jhi                                   on 2001/07/31  03:23:01
4517         Log: Subject: [ID 20010621.004] Typo in perlobj.pod
4518              From: Autrijus Tang <autrijus@autrijus.org> 
4519              Date: Thu, 21 Jun 2001 23:56:48 +0800
4520              Message-Id: <20010621235648.A57340@not.autrijus.org>
4521      Branch: perl
4522            ! pod/perlobj.pod
4523 ____________________________________________________________________________
4524 [ 11512] By: jhi                                   on 2001/07/31  03:13:35
4525         Log: Subject: Typo in DB_File.pm
4526              From: "Philip Newton" <Philip.Newton@gmx.net>
4527              Date: Tue, 31 Jul 2001 06:19:35 +0200
4528              Message-Id: <200107310413.f6V4DmL11900@chaos.wustl.edu>
4529      Branch: perl
4530            ! ext/DB_File/DB_File.pm
4531 ____________________________________________________________________________
4532 [ 11511] By: jhi                                   on 2001/07/31  03:01:49
4533         Log: Subject: Re: [ID 20010529.002] typos in man page perlre 
4534              From: "Stephen P. Potter" <spp@spotter.yi.org>
4535              Date: Wed, 30 May 2001 13:59:34 -0400
4536              Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org>
4537      Branch: perl
4538            ! pod/perlre.pod
4539 ____________________________________________________________________________
4540 [ 11510] By: jhi                                   on 2001/07/31  02:13:58
4541         Log: eval "format foo=" would loop indefinitely; reported in
4542              
4543              Subject: A load of old rubbish
4544              From: Mike Guy <mjtg@cam.ac.uk>
4545              Date: Mon, 14 May 2001 16:12:22 +0100
4546              Message-Id: <E14zK1G-0003a2-00@virgo.cus.cam.ac.uk>
4547              
4548              (The core dumps reported in there already fixed.)
4549      Branch: perl
4550            ! toke.c
4551 ____________________________________________________________________________
4552 [ 11509] By: jhi                                   on 2001/07/31  00:37:49
4553         Log: Upgrade to Switch 2.04, now with Perl 6 given+when.
4554      Branch: perl
4555            + lib/Switch/Changes lib/Switch/README lib/Switch/t/given_when.t
4556            + lib/Switch/t/switch_case.t
4557            - lib/Switch/test.pl
4558            ! MANIFEST lib/Switch.pm
4559 ____________________________________________________________________________
4560 [ 11508] By: jhi                                   on 2001/07/31  00:17:38
4561         Log: Subject: [PATCH @11505] DB_File-1.78
4562              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
4563              Date: Mon, 30 Jul 2001 22:54:37 +0100
4564              Message-ID: <AIEAJICLCBDNAAOLLOKLGELNCLAA.Paul_Marquess@Yahoo.co.uk>
4565      Branch: perl
4566            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
4567            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
4568 ____________________________________________________________________________
4569 [ 11507] By: jhi                                   on 2001/07/30  23:11:10
4570         Log: Explain in more detail why -pipe and -fno-common are good.
4571      Branch: perl
4572            ! hints/darwin.sh
4573 ____________________________________________________________________________
4574 [ 11506] By: nick                                  on 2001/07/30  14:32:23
4575         Log: Integrate mainline
4576      Branch: perlio
4577           !> INSTALL Makefile.SH doio.c hints/darwin.sh
4578 ____________________________________________________________________________
4579 [ 11505] By: jhi                                   on 2001/07/30  14:14:39
4580         Log: Perl hasn't been putting man pages into $prefix/lib for
4581              a long time now; pointed out by Andy Dougherty. 
4582      Branch: perl
4583            ! hints/darwin.sh
4584 ____________________________________________________________________________
4585 [ 11504] By: jhi                                   on 2001/07/30  14:13:15
4586         Log: Document the extras Configure option.
4587      Branch: perl
4588            ! INSTALL
4589 ____________________________________________________________________________
4590 [ 11503] By: jhi                                   on 2001/07/30  13:52:14
4591         Log: Integrate change #11051 from macperl; O_RDONLY is not zero
4592              everywhere.
4593      Branch: perl
4594           !> doio.c
4595 ____________________________________________________________________________
4596 [ 11502] By: jhi                                   on 2001/07/30  13:45:27
4597         Log: Doubly guard against invoking CPAN if no extras defined,
4598              pointed out by H. Merijn Brand.
4599      Branch: perl
4600            ! Makefile.SH
4601 ____________________________________________________________________________
4602 [ 11501] By: pudge                                 on 2001/07/30  12:57:56
4603         Log: Fix O_RDONLY check to check for O_RDONLY.
4604      Branch: maint-5.6/macperl
4605            ! doio.c
4606 ____________________________________________________________________________
4607 [ 11500] By: pudge                                 on 2001/07/30  12:41:11
4608         Log: Integrate miscellaneous changes from maint-5.6/perl.
4609      Branch: maint-5.6/macperl
4610           !> MANIFEST t/TEST t/harness t/pod/testp2pt.pl t/run/runenv.t
4611 ____________________________________________________________________________
4612 [ 11499] By: nick                                  on 2001/07/30  06:52:42
4613         Log: Integrate mainline
4614      Branch: perlio
4615           +> macos/MacPerlTests.cmd macos/xsubpp.patch os2/perlrexx.c
4616           +> win32/sync_ext.pl
4617            - win32/sncfnmcs.pl
4618           !> (integrate 71 files)
4619 ____________________________________________________________________________
4620 [ 11498] By: jhi                                   on 2001/07/30  03:53:34
4621         Log: Update Changes.
4622      Branch: perl
4623            ! Changes patchlevel.h
4624 ____________________________________________________________________________
4625 [ 11497] By: jhi                                   on 2001/07/30  03:45:32
4626         Log: Now Configure -Dextras=Foo::Bar and "make install" will
4627              fetch and install Foo::Bar.
4628      Branch: perl
4629            ! Makefile.SH
4630 ____________________________________________________________________________
4631 [ 11496] By: jhi                                   on 2001/07/30  03:18:28
4632         Log: Metaconfig unit change for #11495.
4633      Branch: metaconfig/U/perl
4634            ! Extras.U
4635 ____________________________________________________________________________
4636 [ 11495] By: jhi                                   on 2001/07/30  03:18:01
4637         Log: extras.make, extras.test, and extras.install make targets.
4638      Branch: perl
4639            ! Configure Makefile.SH
4640 ____________________________________________________________________________
4641 [ 11494] By: jhi                                   on 2001/07/30  01:37:35
4642         Log: Metaconfig unit change for #11493.
4643      Branch: metaconfig/U/perl
4644            ! Extras.U
4645 ____________________________________________________________________________
4646 [ 11493] By: jhi                                   on 2001/07/30  01:37:14
4647         Log: Better to have the list of extras in $extras than 'define'.
4648      Branch: perl
4649            ! Configure
4650 ____________________________________________________________________________
4651 [ 11492] By: jhi                                   on 2001/07/30  01:33:16
4652         Log: The metaconfig unit change for #11490.
4653      Branch: metaconfig/U/perl
4654            + Extras.U
4655 ____________________________________________________________________________
4656 [ 11491] By: jhi                                   on 2001/07/30  01:32:54
4657         Log: Missed from #11490 (the required dependency).
4658      Branch: perl
4659            ! Makefile.SH
4660 ____________________________________________________________________________
4661 [ 11490] By: jhi                                   on 2001/07/30  01:32:02
4662         Log: Add the support of asking for extra modules or bundles of modules
4663              to be fetched from the CPAN and installed as a part of the Perl
4664              build process.  None of this installation is yet really done;
4665              only the list is asked, and saved away in extras.lst for
4666              the build and installation process to worry about later.
4667      Branch: perl
4668            ! Configure
4669 ____________________________________________________________________________
4670 [ 11489] By: jhi                                   on 2001/07/29  22:15:25
4671         Log: Beginnings of better Inf and NaN support.
4672              At least toke.c and sv.c still need quite a bit of work.
4673      Branch: perl
4674            ! numeric.c perl.h
4675 ____________________________________________________________________________
4676 [ 11488] By: jhi                                   on 2001/07/29  21:18:57
4677         Log: Top-level Makefile didn't honour OPTIMIZE.
4678      Branch: perl
4679            ! Makefile.SH
4680 ____________________________________________________________________________
4681 [ 11487] By: jhi                                   on 2001/07/29  20:56:04
4682         Log: Update Changes.
4683      Branch: perl
4684            ! Changes patchlevel.h
4685 ____________________________________________________________________________
4686 [ 11486] By: jhi                                   on 2001/07/29  20:38:09
4687         Log: Use Search::Dict 1.02 interface for charinfo().
4688      Branch: perl
4689            ! lib/UnicodeCD.pm
4690 ____________________________________________________________________________
4691 [ 11485] By: jhi                                   on 2001/07/29  20:37:11
4692         Log: Now also allow transforming the read lines before comparing them.
4693              (This will help UnicodeCD.) 
4694      Branch: perl
4695            ! lib/Search/Dict.pm
4696 ____________________________________________________________________________
4697 [ 11484] By: jhi                                   on 2001/07/29  20:03:13
4698         Log: Remove tiehandle code.
4699      Branch: perl
4700            ! lib/UnicodeCD.pm
4701 ____________________________________________________________________________
4702 [ 11483] By: jhi                                   on 2001/07/29  19:59:02
4703         Log: Allow specifying a comparison function for Search::Dict::look().
4704      Branch: perl
4705            ! lib/Search/Dict.pm
4706 ____________________________________________________________________________
4707 [ 11482] By: jhi                                   on 2001/07/29  18:55:04
4708         Log: Small UnicodeCD tweaks.
4709      Branch: perl
4710            ! lib/UnicodeCD.pm lib/UnicodeCD.t
4711 ____________________________________________________________________________
4712 [ 11481] By: jhi                                   on 2001/07/29  17:14:19
4713         Log: Subject: [PATCH @11446] UnicodeCD::charinfo
4714              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
4715              Date: Tue, 24 Jul 2001 01:51:32 +0900
4716              Message-Id: <20010724015114.CF4D.BQW10602@nifty.com>
4717      Branch: perl
4718            ! lib/UnicodeCD.pm lib/UnicodeCD.t
4719 ____________________________________________________________________________
4720 [ 11480] By: jhi                                   on 2001/07/29  16:55:58
4721         Log: Subject: [PATCH] installperl
4722              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
4723              Date: Fri, 27 Jul 2001 19:05:04 -0700
4724              Message-Id: <F7912758-82FC-11D5-BFC6-003065D59FBA@thor.sbay.org>
4725      Branch: perl
4726            ! installperl
4727 ____________________________________________________________________________
4728 [ 11479] By: jhi                                   on 2001/07/29  16:52:52
4729         Log: Subject: [PATCH] Set proper compatibility versions in core
4730              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
4731              Date: Fri, 27 Jul 2001 20:01:49 -0700
4732              Message-Id: <E3A6C66A-8304-11D5-BFC6-003065D59FBA@thor.sbay.org>
4733      Branch: perl
4734            ! Makefile.SH
4735 ____________________________________________________________________________
4736 [ 11478] By: jhi                                   on 2001/07/29  16:50:55
4737         Log: Metaconfig unit change for #11477.
4738      Branch: metaconfig/U/perl
4739            ! dlsrc.U
4740 ____________________________________________________________________________
4741 [ 11477] By: jhi                                   on 2001/07/29  16:50:35
4742         Log: Subject: [PATCH] Darwin: -fpic not so good
4743              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
4744              Date: Fri, 27 Jul 2001 18:57:38 -0700
4745              Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org>
4746      Branch: perl
4747            ! Configure
4748 ____________________________________________________________________________
4749 [ 11476] By: jhi                                   on 2001/07/29  16:44:03
4750         Log: Subject: [PATCH] Clean up Darwin hints
4751              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
4752              Date: Fri, 27 Jul 2001 19:13:15 -0700
4753              Message-Id: <1A70CA3F-82FE-11D5-BFC6-003065D59FBA@thor.sbay.org>
4754      Branch: perl
4755            ! hints/darwin.sh
4756 ____________________________________________________________________________
4757 [ 11475] By: jhi                                   on 2001/07/29  16:28:45
4758         Log: Subject: [PATCH split()] split()'s unused captures should be undef, not ''
4759              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
4760              Date: Fri, 27 Jul 2001 14:00:37 -0400 (EDT)
4761              Message-ID: <Pine.GSO.4.21.0107271358310.28213-100000@crusoe.crusoe.net>
4762      Branch: perl
4763            ! pod/perlfunc.pod pp.c t/op/split.t
4764 ____________________________________________________________________________
4765 [ 11474] By: jhi                                   on 2001/07/29  16:27:54
4766         Log: Subject: [PATCH perlvar.pod] $^N foolery as well
4767              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
4768              Date: Thu, 26 Jul 2001 20:03:12 -0400 (EDT)
4769              Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net>
4770      Branch: perl
4771            ! pod/perlvar.pod
4772 ____________________________________________________________________________
4773 [ 11473] By: jhi                                   on 2001/07/29  16:27:00
4774         Log: Subject: [PATCH] fixes to constant.pm documentation
4775              From: Ilmari Karonen <iltzu@sci.fi>
4776              Date: Tue, 24 Jul 2001 16:44:24 +0300 (EET DST)
4777              Message-ID: <Pine.SOL.3.96.1010724163055.6822A-100000@simpukka>
4778      Branch: perl
4779            ! lib/constant.pm
4780 ____________________________________________________________________________
4781 [ 11472] By: jhi                                   on 2001/07/28  18:39:03
4782         Log: Subject: [DOC PATCH bleadperl] perlport.pod and C<..">>"...>
4783              From: "Philip Newton" <Philip.Newton@gmx.net>
4784              Date: Fri, 27 Jul 2001 07:51:10 +0200
4785              Message-Id: <200107270548.f6R5mJL09063@chaos.wustl.edu>
4786      Branch: perl
4787            ! pod/perlport.pod
4788 ____________________________________________________________________________
4789 [ 11471] By: nick                                  on 2001/07/26  06:23:32
4790         Log: Subject:  [PATCH] Doc fix for perlguts / threading
4791              From:  Arthur Bergman <arthur@contiller.se>
4792              Date:  Wed, 25 Jul 2001 11:28:23 +0200
4793              Message-Id:  <B7845DD6.2812%arthur@contiller.se>
4794      Branch: perl
4795            ! pod/perlguts.pod
4796 ____________________________________________________________________________
4797 [ 11470] By: nick                                  on 2001/07/26  06:21:06
4798         Log: Subject:  [DOC PATCH bleadperl] INSTALL: README for Unix systems exist
4799              From:  Philip Newton <Philip.Newton@gmx.net>
4800              Date:  Wed, 25 Jul 2001 08:19:47 +0200
4801              Message-Id:  <E15PHy4-0000cR-00@mserv1f.vianw.co.uk>
4802      Branch: perl
4803            ! INSTALL
4804 ____________________________________________________________________________
4805 [ 11469] By: nick                                  on 2001/07/26  06:20:25
4806         Log: Subject:  [DOC PATCH bleadperl] typo in INSTALL?
4807              From:  Philip Newton <Philip.Newton@gmx.net>
4808              Date:  Wed, 25 Jul 2001 08:12:48 +0200
4809              Message-Id:  <E15PHrJ-00003f-00@mserv1f.vianw.co.uk>
4810      Branch: perl
4811            ! INSTALL
4812 ____________________________________________________________________________
4813 [ 11468] By: jhi                                   on 2001/07/25  01:39:11
4814         Log: More +x.
4815      Branch: perl
4816            ! Porting/makerel
4817 ____________________________________________________________________________
4818 [ 11467] By: jhi                                   on 2001/07/24  16:05:34
4819         Log: Update Changes.
4820      Branch: perl
4821            ! Changes patchlevel.h
4822 ____________________________________________________________________________
4823 [ 11466] By: jhi                                   on 2001/07/24  15:40:28
4824         Log: Subject: [PATCH bleadperl os2/perlrexx.c] my C compiler has no HTML parser
4825              From: "Philip Newton" <Philip.Newton@gmx.net>
4826              Date: Tue, 24 Jul 2001 06:45:55 +0200
4827              Message-ID: <20010724.064500@ID-11583.news.dfncis.de>
4828      Branch: perl
4829            ! os2/perlrexx.c
4830 ____________________________________________________________________________
4831 [ 11465] By: jhi                                   on 2001/07/24  15:37:48
4832         Log: Subject: [PATCH: perl@11446] add io/fs.t to vmsperl test suite
4833              From: Peter Prymmer <pvhp@forte.com>
4834              Date: Mon, 23 Jul 2001 16:58:30 -0700 (PDT)
4835              Message-ID: <Pine.OSF.4.10.10107231643480.401242-100000@aspara.forte.com>
4836      Branch: perl
4837            ! pod/perlport.pod t/io/fs.t vms/test.com
4838 ____________________________________________________________________________
4839 [ 11464] By: jhi                                   on 2001/07/24  02:58:20
4840         Log: Workaround on Cwd bootstrap problem.
4841      Branch: perl
4842            ! lib/ExtUtils/MakeMaker.pm
4843 ____________________________________________________________________________
4844 [ 11463] By: jhi                                   on 2001/07/23  23:11:41
4845         Log: When in Rome, quote like the Romans do.
4846      Branch: perl
4847            ! cflags.SH
4848 ____________________________________________________________________________
4849 [ 11462] By: jhi                                   on 2001/07/23  23:04:02
4850         Log: Subject: [PATCH 5.7.2] OS/2 multi-architecture
4851              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4852              Date: Mon, 23 Jul 2001 19:29:49 -0400
4853              Message-ID: <20010723192949.A14802@math.ohio-state.edu>
4854      Branch: perl
4855            + os2/perlrexx.c
4856            ! MANIFEST configpm makedef.pl mg.c os2/Makefile.SHs
4857            ! os2/OS2/REXX/t/rx_vrexx.t os2/os2.c os2/os2ish.h perl.c
4858            ! t/op/write.t
4859 ____________________________________________________________________________
4860 [ 11461] By: jhi                                   on 2001/07/23  22:58:15
4861         Log: Subject: [PATCH 5.7.2] MakeMaker FIRST_MAKEFILE and subdir
4862              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4863              Date: Mon, 23 Jul 2001 18:43:42 -0400
4864              Message-ID: <20010723184342.A14494@math.ohio-state.edu>
4865      Branch: perl
4866            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
4867 ____________________________________________________________________________
4868 [ 11460] By: jhi                                   on 2001/07/23  22:54:52
4869         Log: Subject: [PATCH 5.7.2] MakeMaker subdir
4870              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4871              Date: Mon, 23 Jul 2001 18:33:16 -0400
4872              Message-ID: <20010723183316.A14298@math.ohio-state.edu>
4873      Branch: perl
4874            ! lib/ExtUtils/MakeMaker.pm
4875 ____________________________________________________________________________
4876 [ 11459] By: jhi                                   on 2001/07/23  22:52:02
4877         Log: Subject: [PATCH 5.7.2] OPTIMIZE= during perl make
4878              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4879              Date: Mon, 23 Jul 2001 18:20:35 -0400
4880              Message-ID: <20010723182035.A14192@math.ohio-state.edu>
4881      Branch: perl
4882            ! Makefile.SH cflags.SH
4883 ____________________________________________________________________________
4884 [ 11458] By: jhi                                   on 2001/07/23  22:41:19
4885         Log: Subject: [PATCH] Print CONFIGURE params in ExtUtils::MakeMaker output
4886              From: "David D. Kilzer" <ddkilzer@lubricants-oil.com>
4887              Date: Mon, 23 Jul 2001 11:32:17 -0500
4888              Message-ID: <20010723113217.A28614@elbonia.lubricants-oil.com>
4889      Branch: perl
4890            ! lib/ExtUtils/MakeMaker.pm
4891 ____________________________________________________________________________
4892 [ 11457] By: jhi                                   on 2001/07/23  21:22:36
4893         Log: Subject: [PATCH 5.7.2] debug reloading selfloaded stuff
4894              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4895              Date: Mon, 23 Jul 2001 18:13:20 -0400
4896              Message-ID: <20010723181320.A14005@math.ohio-state.edu>
4897      Branch: perl
4898            ! lib/perl5db.pl
4899 ____________________________________________________________________________
4900 [ 11456] By: jhi                                   on 2001/07/23  21:19:28
4901         Log: Subject: [PATCH 5.7.2] debugging selfloaded stuff
4902              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4903              Date: Mon, 23 Jul 2001 18:07:40 -0400
4904              Message-ID: <20010723180740.A13960@math.ohio-state.edu>
4905      Branch: perl
4906            ! op.c
4907 ____________________________________________________________________________
4908 [ 11455] By: jhi                                   on 2001/07/23  21:13:12
4909         Log: Subject: [PATCH perl@11446] util.c: return required in Perl_my_fork
4910              From: "Craig A. Berry" <craigberry@mac.com>
4911              Date: Mon, 23 Jul 2001 15:35:06 -0500
4912              Message-Id: <5.1.0.14.0.20010723152732.02ad4470@exchi01>
4913      Branch: perl
4914            ! util.c
4915 ____________________________________________________________________________
4916 [ 11454] By: jhi                                   on 2001/07/23  21:09:13
4917         Log: Subject: [PATCH perlfaq9.pod typo]
4918              From: "Larry Shatzer, Jr." <lshatzer@islanddata.com>
4919              Date: Mon, 23 Jul 2001 07:49:05 -0700
4920              Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER>
4921      Branch: perl
4922            ! pod/perlfaq9.pod
4923 ____________________________________________________________________________
4924 [ 11453] By: jhi                                   on 2001/07/23  21:06:42
4925         Log: Subject: win32\sncfnmcs.pl corrections
4926              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
4927              Date: Mon, 23 Jul 2001 12:56:54 +0200
4928              Message-ID: <E3FB32585BF1D411B9E900805FF51A080C1C5D@RU0022EXCH001U>
4929              
4930              Rename the script a little bit more sensibly.
4931      Branch: perl
4932            + win32/sync_ext.pl
4933            - win32/sncfnmcs.pl
4934            ! MANIFEST README.win32
4935 ____________________________________________________________________________
4936 [ 11452] By: jhi                                   on 2001/07/23  17:22:37
4937         Log: Test tweak.
4938      Branch: perl
4939            ! ext/B/Deparse.t
4940 ____________________________________________________________________________
4941 [ 11451] By: jhi                                   on 2001/07/23  17:10:52
4942         Log: Metaconfig unit tweak for #11450.
4943      Branch: metaconfig/U/perl
4944            ! Mksymlinks.U
4945 ____________________________________________________________________________
4946 [ 11450] By: jhi                                   on 2001/07/23  17:09:46
4947         Log: Too volatile failsafe check.
4948      Branch: perl
4949            ! Configure
4950 ____________________________________________________________________________
4951 [ 11449] By: jhi                                   on 2001/07/23  16:53:59
4952         Log: Further doc tweaks.
4953      Branch: perl
4954            ! lib/UnicodeCD.pm
4955 ____________________________________________________________________________
4956 [ 11448] By: jhi                                   on 2001/07/23  05:26:50
4957         Log: Doc tweaks.
4958      Branch: perl
4959            ! lib/UnicodeCD.pm
4960 ____________________________________________________________________________
4961 [ 11447] By: jhi                                   on 2001/07/23  04:57:49
4962         Log: Doc tweakery from Abhijit.
4963      Branch: perl
4964            ! Porting/repository.pod
4965 ____________________________________________________________________________
4966 [ 11446] By: jhi                                   on 2001/07/22  15:41:02
4967         Log: An accidental empty line.
4968      Branch: perl
4969            ! MANIFEST
4970 ____________________________________________________________________________
4971 [ 11445] By: jhi                                   on 2001/07/22  15:38:30
4972         Log: Missing MANIFESTations.
4973      Branch: perl
4974            ! MANIFEST
4975 ____________________________________________________________________________
4976 [ 11444] By: jhi                                   on 2001/07/22  15:30:10
4977         Log: Update Changes.
4978      Branch: perl
4979            ! Changes patchlevel.h
4980 ____________________________________________________________________________
4981 [ 11443] By: jhi                                   on 2001/07/22  15:02:11
4982         Log: Subject: Re: Typo in Porting/pumpkin/pod ?
4983              From: Mike Guy <mjtg@cam.ac.uk>
4984              Date: Fri, 20 Jul 2001 16:12:49 +0100
4985              Message-Id: <E15NbxR-0006HD-00@draco.cus.cam.ac.uk>
4986      Branch: perl
4987            ! Porting/pumpkin.pod
4988 ____________________________________________________________________________
4989 [ 11442] By: jhi                                   on 2001/07/22  14:58:33
4990         Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
4991              From: Peter Prymmer <pvhp@forte.com>
4992              Date: Fri, 20 Jul 2001 17:04:55 -0700 (PDT)
4993              Message-ID: <Pine.OSF.4.10.10107201650510.144528-100000@aspara.forte.com>
4994      Branch: perl
4995            ! pod/perlhack.pod
4996 ____________________________________________________________________________
4997 [ 11441] By: jhi                                   on 2001/07/22  14:54:29
4998         Log: Subject: [PATCH Test.pm] Getting rid of the expected "UNEXPECTEDLY SUCCEEDED"
4999              From: Michael G Schwern <schwern@pobox.com>
5000              Date: Fri, 20 Jul 2001 20:22:35 -0400
5001              Message-ID: <20010720202235.O4498@blackrider>
5002      Branch: perl
5003            ! lib/Test.pm lib/Test/t/mix.t lib/Test/t/success.t
5004            ! lib/Test/t/todo.t
5005 ____________________________________________________________________________
5006 [ 11440] By: jhi                                   on 2001/07/22  14:51:14
5007         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
5008              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
5009              Message-Id: <200107210559.WAA09160@ventrue.corp.yahoo.com>
5010              Date: Fri, 20 Jul 2001 22:59:25 -0700 (PDT)
5011      Branch: perl
5012            ! ext/POSIX/POSIX.pod
5013 ____________________________________________________________________________
5014 [ 11439] By: jhi                                   on 2001/07/22  14:49:25
5015         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]? 
5016              From: Mark-Jason Dominus <mjd@plover.com>
5017              Date: Fri, 20 Jul 2001 23:16:54 -0400
5018              Message-ID: <20010721031654.21877.qmail@plover.com>
5019      Branch: perl
5020            ! ext/POSIX/POSIX.pod
5021 ____________________________________________________________________________
5022 [ 11438] By: jhi                                   on 2001/07/22  14:41:58
5023         Log: Subject: Re: [PATCH O.pm] avoid to clutter output with -l
5024              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5025              Date: Sun, 22 Jul 2001 14:56:09 +0200
5026              Message-ID: <20010722145609.A766@rafael>
5027      Branch: perl
5028            ! ext/B/O.pm
5029 ____________________________________________________________________________
5030 [ 11437] By: jhi                                   on 2001/07/22  14:39:07
5031         Log: Subject: regexec.c #define cleanup
5032              From: Mark-Jason Dominus <mjd@plover.com>
5033              Date: Sat, 21 Jul 2001 18:33:25 -0400
5034              Message-ID: <20010721223325.3069.qmail@plover.com>
5035      Branch: perl
5036            ! regexec.c
5037 ____________________________________________________________________________
5038 [ 11436] By: jhi                                   on 2001/07/22  14:36:43
5039         Log: Subject: [PATCH: perl@11373] Win32 update for t/io/fs.t (may effect NetWare)
5040              From: Prymmer/Kahn <pvhp@best.com>
5041              Date: Sat, 21 Jul 2001 12:08:29 -0700 (PDT)
5042              Message-ID: <Pine.BSF.4.21.0107211156160.17271-100000@shell8.ba.best.com>
5043      Branch: perl
5044            ! t/io/fs.t
5045 ____________________________________________________________________________
5046 [ 11435] By: jhi                                   on 2001/07/22  00:22:51
5047         Log: Typo in #11432.
5048      Branch: perl
5049            ! ext/POSIX/POSIX.t
5050 ____________________________________________________________________________
5051 [ 11434] By: jhi                                   on 2001/07/21  23:12:26
5052         Log: Integrate (manually) change #11424 from macperl.
5053      Branch: perl
5054            ! ext/Filter/t/call.t
5055 ____________________________________________________________________________
5056 [ 11433] By: jhi                                   on 2001/07/21  23:07:43
5057         Log: Integrate change #11408 from macperl.
5058      Branch: perl
5059           !> README.macos pod/perlport.pod
5060 ____________________________________________________________________________
5061 [ 11432] By: jhi                                   on 2001/07/21  23:02:30
5062         Log: Integrate change #11388 from macperl (the *.t parts needed hand massage).
5063      Branch: perl
5064           +> macos/MacPerlTests.cmd macos/xsubpp.patch
5065            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
5066            ! ext/DB_File/t/db-recno.t ext/NDBM_File/ndbm.t
5067            ! ext/POSIX/POSIX.t
5068 ____________________________________________________________________________
5069 [ 11431] By: gsar                                  on 2001/07/21  05:03:44
5070         Log: pod/*.t tests not picked up by t/TEST either
5071      Branch: maint-5.6/perl
5072            ! t/TEST
5073 ____________________________________________________________________________
5074 [ 11430] By: gsar                                  on 2001/07/21  04:58:12
5075         Log: better tweak for change#11429 (windows has both / and \ separated
5076              paths in @INC at that point)
5077      Branch: maint-5.6/perl
5078            ! t/pod/testp2pt.pl
5079 ____________________________________________________________________________
5080 [ 11429] By: gsar                                  on 2001/07/21  04:41:15
5081         Log: MacOS pod test tweak needs \Escape
5082      Branch: maint-5.6/perl
5083            ! t/pod/testp2pt.pl
5084 ____________________________________________________________________________
5085 [ 11428] By: gsar                                  on 2001/07/21  04:39:34
5086         Log: run/runenv.t needs fflushNULL sanity (t/TEST is too dumb to detect
5087              resulting duplicate output, but t/harness isn't)
5088      Branch: maint-5.6/perl
5089            ! t/run/runenv.t
5090 ____________________________________________________________________________
5091 [ 11427] By: gsar                                  on 2001/07/21  04:37:26
5092         Log: t/harness wasn't picking up all the tests
5093      Branch: maint-5.6/perl
5094            ! t/harness
5095 ____________________________________________________________________________
5096 [ 11426] By: gsar                                  on 2001/07/21  04:09:26
5097         Log: update MANIFEST for new file
5098      Branch: maint-5.6/perl
5099            ! MANIFEST
5100 ____________________________________________________________________________
5101 [ 11425] By: gsar                                  on 2001/07/21  04:07:46
5102         Log: integrate maint-5.6/macperl changes into maint-5.6/perl, with
5103              the exception of the macperl/macos/... tree
5104      Branch: maint-5.6/perl
5105           +> t/lib/filefind-taint.t
5106           !> (integrate 72 files)
5107 ____________________________________________________________________________
5108 [ 11424] By: pudge                                 on 2001/07/20  18:55:25
5109         Log: Fix test.
5110      Branch: maint-5.6/macperl
5111            ! macos/bundled_ext/Filter/t/call.t
5112 ____________________________________________________________________________
5113 [ 11423] By: gsar                                  on 2001/07/20  18:38:48
5114         Log: Make perl fork()-safe (in a slightly limited way) even on
5115              platforms that don't have pthread_atfork() (extension of
5116              the fix in change#11151).
5117              
5118              Note that this will not help extensions that call fork()
5119              directly in C, or that link to libraries that call fork()
5120              directly.  Such cases must be fixed to either call
5121              PerlProc_fork(), or call atfork_lock() in parent before the
5122              calling the function that forks and call atfork_unlock()
5123              in both parent and child immediately after the fork().
5124              (There are no worries if C code calls exec() in the child
5125              immediately after a fork().  Only cases where the child
5126              calls perl's API functions (including New()) after the
5127              fork() are problematic.)
5128              
5129              This change also eliminates the use of vfork() from perl,
5130              since all such uses were violating the severe restrictions
5131              on modifying the state of the process between the vfork()
5132              and the exec().
5133              
5134              This is a modified version of patches suggested by Abhijit
5135              Menon-Sen and Richard Soderberg.
5136      Branch: perl
5137            ! embed.h embed.pl global.sym iperlsys.h miniperlmain.c
5138            ! objXSUB.h perl.c perlapi.c pp_sys.c proto.h thread.h util.c
5139 ____________________________________________________________________________
5140 [ 11422] By: pudge                                 on 2001/07/20  18:16:37
5141         Log: Add Filter::Util::Call, Class::ISA, Digest, Filter::Simple,
5142              Switch, and Text::Balanced.
5143      Branch: maint-5.6/macperl
5144            + macos/bundled_ext/Filter/Util/Call/Call.pm
5145            + macos/bundled_ext/Filter/Util/Call/Call.xs
5146            + macos/bundled_ext/Filter/Util/Call/Makefile.PL
5147            + macos/bundled_ext/Filter/t/MyFilter.pm
5148            + macos/bundled_ext/Filter/t/call.t
5149            + macos/bundled_ext/Filter/t/filter-util.pl
5150            + macos/bundled_lib/blib/lib/Class/ISA.pm
5151            + macos/bundled_lib/blib/lib/Digest.pm
5152            + macos/bundled_lib/blib/lib/Filter/Simple.pm
5153            + macos/bundled_lib/blib/lib/Switch.pm
5154            + macos/bundled_lib/blib/lib/Text/Balanced.pm
5155            + macos/bundled_lib/blib/lib/Text/Balanced.pod
5156            + macos/bundled_lib/t/Class/ISA/test.pl
5157            + macos/bundled_lib/t/Digest/Digest.t
5158            + macos/bundled_lib/t/Filter/Simple/test.pl
5159            + macos/bundled_lib/t/Switch/test.pl
5160            + macos/bundled_lib/t/Text/Balanced/t/genxt.t
5161            + macos/bundled_lib/t/Text/Balanced/t/xbrak.t
5162            + macos/bundled_lib/t/Text/Balanced/t/xcode.t
5163            + macos/bundled_lib/t/Text/Balanced/t/xdeli.t
5164            + macos/bundled_lib/t/Text/Balanced/t/xmult.t
5165            + macos/bundled_lib/t/Text/Balanced/t/xquot.t
5166            + macos/bundled_lib/t/Text/Balanced/t/xtagg.t
5167            + macos/bundled_lib/t/Text/Balanced/t/xvari.t
5168 ____________________________________________________________________________
5169 [ 11421] By: pudge                                 on 2001/07/20  18:03:28
5170         Log: Add Filter::Util::Call to config/make files; edit utils
5171              to recognize the module (it was descended too far down).
5172              Bump version to 5.6.1a4.
5173      Branch: maint-5.6/macperl
5174            ! macos/InstallBLIB macos/MPVersion.r macos/Makefile.mk
5175            ! macos/config.sh macos/lib/ExtUtils/MM_MacOS.pm
5176            ! macos/macperl/Makefile.mk macos/xsubpp.patch
5177 ____________________________________________________________________________
5178 [ 11420] By: pudge                                 on 2001/07/20  18:02:05
5179         Log: Make DB_File the default for MLDBM on MacOS.
5180      Branch: maint-5.6/macperl
5181            ! macos/bundled_lib/blib/lib/MLDBM.pm
5182 ____________________________________________________________________________
5183 [ 11419] By: nick                                  on 2001/07/20  14:51:03
5184         Log: Subject:  [PATCH UnicodeCD.pm] Fix erronous documentation
5185              From:  Simon Cozens <simon@netthink.co.uk>
5186              Date:  Fri, 20 Jul 2001 11:42:35 -0400
5187              Message-Id:  <20010720114235.A5235@netthink.co.uk>
5188      Branch: perl
5189            ! lib/UnicodeCD.pm
5190 ____________________________________________________________________________
5191 [ 11418] By: nick                                  on 2001/07/20  14:48:12
5192         Log: Subject:  [PATCH regcomp.h] adds a comment
5193              From:  Abhijit Menon-Sen <ams@wiw.org>
5194              Date:  Fri, 20 Jul 2001 21:05:37 +0530
5195              Message-Id:  <20010720210537.A7678@lustre.dyn.wiw.org>
5196      Branch: perl
5197            ! regcomp.h
5198 ____________________________________________________________________________
5199 [ 11417] By: nick                                  on 2001/07/20  14:16:38
5200         Log: Subject:  [PATCH 5.7.2] INSTALL updates
5201              From:  Andy Dougherty <doughera@lafayette.edu>
5202              Date:  Fri, 20 Jul 2001 11:01:40 -0400 (EDT)
5203              Message-Id:  <Pine.SOL.4.10.10107201059510.16494-100000@maxwell.phys.lafayette.edu>
5204      Branch: perl
5205            ! INSTALL
5206 ____________________________________________________________________________
5207 [ 11416] By: nick                                  on 2001/07/20  06:44:44
5208         Log: Subject:  Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
5209              From:  Russ Allbery <rra@stanford.edu>
5210              Date:  19 Jul 2001 15:52:37 -0700
5211              Message-Id:  <ylvgko4jm2.fsf@windlord.stanford.edu>
5212      Branch: perl
5213            ! lib/Pod/Man.pm
5214 ____________________________________________________________________________
5215 [ 11415] By: nick                                  on 2001/07/20  06:35:11
5216         Log: Subject:  [PATCH] defer op_seq allocation
5217              From:  Abhijit Menon-Sen <ams@wiw.org>
5218              Date:  Thu, 19 Jul 2001 22:12:24 +0530
5219              Message-Id:  <20010719221224.A13786@lustre.dyn.wiw.org>
5220      Branch: perl
5221            ! op.c
5222 ____________________________________________________________________________
5223 [ 11414] By: nick                                  on 2001/07/20  06:23:36
5224         Log: Subject:  [PATCH] prototype for Time::HiRes::sleep()
5225              From:  Abhijit Menon-Sen <ams@wiw.org>
5226              Date:  Fri, 20 Jul 2001 01:18:50 +0530
5227              Message-Id:  <20010720011850.A19650@lustre.dyn.wiw.org>
5228              (Private e-mail)
5229      Branch: perl
5230            ! ext/Time/HiRes/HiRes.xs
5231 ____________________________________________________________________________
5232 [ 11413] By: nick                                  on 2001/07/20  06:18:53
5233         Log: Integrate mainline
5234      Branch: perlio
5235           +> ext/Encode/Encode/euc-jp-0212.enc t/lib/commonsense.t
5236            - t/base/commonsense.t
5237           !> MANIFEST doio.c ext/B/B/Deparse.pm ext/Encode/Encode/Tcl.pm
5238           !> ext/POSIX/POSIX.t ext/Time/HiRes/HiRes.xs gv.c hints/darwin.sh
5239           !> hints/rhapsody.sh numeric.c pod/perlfunc.pod pod/perlhack.pod
5240           !> pod/perlre.pod pp_sys.c sv.c t/README t/op/arith.t
5241           !> t/op/sprintf.t thread.h utils/h2xs.PL win32/perlhost.h
5242           !> win32/win32.c
5243 ____________________________________________________________________________
5244 [ 11412] By: nick                                  on 2001/07/19  06:44:27
5245         Log: Integrate win32/perlhost.h from maintenance branch.
5246              (Rest of $ENV{PATH} / system() fix.)
5247      Branch: perl
5248           !> win32/perlhost.h
5249 ____________________________________________________________________________
5250 [ 11411] By: nick                                  on 2001/07/19  06:41:34
5251         Log: Subject:  [DOC PATCH bleadperl] its vs it's in perlhack.pod
5252              From:  Philip Newton <Philip.Newton@gmx.net>
5253              Date:  Wed, 18 Jul 2001 21:43:57 +0200
5254              Message-Id:  <E15Mx9y-0007Oz-00@mserv1b.vianw.co.uk>
5255      Branch: perl
5256            ! pod/perlhack.pod
5257 ____________________________________________________________________________
5258 [ 11410] By: nick                                  on 2001/07/19  06:39:35
5259         Log: Subject:  Security hole in taint checking in open()
5260              From:  deekoo@tentacle.net
5261              Date:  Thu, 19 Jul 2001 00:03:46 -0700 (PDT)
5262              Message-Id:  <Pine.LNX.4.33.0107182248330.11996-100000@chaos.tentacle.net>
5263      Branch: perl
5264            ! doio.c
5265 ____________________________________________________________________________
5266 [ 11409] By: nick                                  on 2001/07/19  06:28:08
5267         Log: Subject:  [PATCH] Re: Time::HiRes qw(sleep) fails
5268              From:  Abhijit Menon-Sen <ams@wiw.org>
5269              Date:  Thu, 19 Jul 2001 04:30:43 +0530
5270              Message-Id:  <20010719043043.A10327@lustre.dyn.wiw.org>
5271      Branch: perl
5272            ! ext/Time/HiRes/HiRes.xs
5273 ____________________________________________________________________________
5274 [ 11408] By: pudge                                 on 2001/07/19  03:27:36
5275         Log: Update docs with latest implementation information and new URLs.
5276      Branch: maint-5.6/macperl
5277            ! README.macos pod/perlport.pod
5278 ____________________________________________________________________________
5279 [ 11407] By: pudge                                 on 2001/07/19  02:35:46
5280         Log: Add Time::HiRes, and add default Makefile.mk for Digest::MD5.
5281              Fix BuildRules to accept optimization variables.
5282      Branch: maint-5.6/macperl
5283            + macos/bundled_ext/Digest/MD5/Makefile.mk
5284            ! macos/BuildRules.mk macos/Makefile.mk
5285            ! macos/bundled_ext/Time/HiRes/HiRes.xs macos/config.sh
5286            ! macos/macish.c macos/macish.h macos/macperl/Makefile.mk
5287 ____________________________________________________________________________
5288 [ 11406] By: pudge                                 on 2001/07/19  01:11:39
5289         Log: Integrate changes 11399,11401
5290      Branch: maint-5.6/macperl
5291           !> win32/perlhost.h win32/win32.c
5292 ____________________________________________________________________________
5293 [ 11405] By: nick                                  on 2001/07/18  06:50:33
5294         Log: Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes (11399, 11400)
5295              from perl5.6*
5296      Branch: perl
5297           !> win32/perlhost.h win32/win32.c
5298 ____________________________________________________________________________
5299 [ 11404] By: nick                                  on 2001/07/18  06:43:59
5300         Log: Subject:  Re: Perl 5.7.2 Has Been Released 
5301              From:  hv@crypt0.demon.co.uk
5302              Date:  Wed, 18 Jul 2001 05:58:46 +0100
5303              Message-Id:  <200107180458.f6I4wlJ19966@crypt0.demon.co.uk>
5304      Branch: perl
5305            ! ext/POSIX/POSIX.t
5306 ____________________________________________________________________________
5307 [ 11403] By: nick                                  on 2001/07/18  06:38:57
5308         Log: Subject:  Re: [ID 20010716.005] numeric conversions in 5.7.[12] changed from perl5.6.1 (leading whitespace) 
5309              From:  hv@crypt0.demon.co.uk
5310              Date:  Wed, 18 Jul 2001 05:21:54 +0100
5311              Message-Id:  <200107180421.f6I4Ltc00987@crypt0.demon.co.uk>
5312      Branch: perl
5313            ! numeric.c t/op/arith.t
5314 ____________________________________________________________________________
5315 [ 11402] By: nick                                  on 2001/07/18  06:19:17
5316         Log: Subject:  Doc patch: perlre should mention perlrequick and perlretut
5317              From:  mjd@plover.com
5318              Date:  17 Jul 2001 17:59:20 -0000
5319              Message-Id:  <20010717175920.8177.qmail@plover.com>
5320      Branch: perl
5321            ! pod/perlre.pod
5322 ____________________________________________________________________________
5323 [ 11401] By: gsar                                  on 2001/07/17  21:31:31
5324         Log: thinko in change#11400 (duh)
5325      Branch: maint-5.6/perl
5326            ! win32/perlhost.h
5327 ____________________________________________________________________________
5328 [ 11400] By: gsar                                  on 2001/07/17  19:46:34
5329         Log: change#11399 revealed another unrelated bug; this is just a temporary
5330              bandaid
5331      Branch: maint-5.6/perl
5332            ! win32/perlhost.h
5333 ____________________________________________________________________________
5334 [ 11399] By: gsar                                  on 2001/07/17  19:11:57
5335         Log: fix bugs in handling of the virtualized environment under windows;
5336              there were bugs in propagating any changes to %ENV down to the real
5337              environment when such changes happened in the toplevel process
5338              (thanks to Johan Holmberg <holmberg@iar.se> for the excellent
5339              problem identification, and for a part of the fix)
5340      Branch: maint-5.6/perl
5341            ! win32/perlhost.h win32/win32.c
5342 ____________________________________________________________________________
5343 [ 11398] By: nick                                  on 2001/07/17  08:26:35
5344         Log: Subject: Re: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
5345              From: Peter Prymmer <pvhp@forte.com>
5346              Date: Mon, 16 Jul 2001 16:43:14 -0700 (PDT)
5347              Message-Id: <Pine.OSF.4.10.10107161631300.464972-100000@aspara.forte.com>
5348              
5349              Move t/base/commonsense.t to t/lib/commonsense.t - base tests
5350              should not depend on existance of Config.pm
5351      Branch: perl
5352           +> t/lib/commonsense.t
5353            - t/base/commonsense.t
5354            ! MANIFEST t/README
5355 ____________________________________________________________________________
5356 [ 11397] By: nick                                  on 2001/07/17  08:09:58
5357         Log: Subject:  [PATCH pod/perlhack.pod] Sections on writing tests & patching core mods
5358              From:  Michael G Schwern <schwern@pobox.com>
5359              Date:  Mon, 16 Jul 2001 18:20:31 -0400
5360              Message-Id:  <20010716182031.A1128@blackrider>
5361      Branch: perl
5362            ! pod/perlhack.pod
5363 ____________________________________________________________________________
5364 [ 11396] By: nick                                  on 2001/07/17  08:04:11
5365         Log: Subject:  [PATCH perlfunc.pod] make printf refer to sprintf
5366              From:  Gwyn Judd <b.judd@xtra.co.nz>
5367              Date:  Tue, 17 Jul 2001 20:55:58 +1200
5368              Message-Id:  <20010717205558.A3107@thislove>
5369      Branch: perl
5370            ! pod/perlfunc.pod
5371 ____________________________________________________________________________
5372 [ 11395] By: nick                                  on 2001/07/17  08:02:22
5373         Log: Subject:  [PATCH: perl@11373] fix t/op/sprintf.t to not load %Config
5374              From:  Peter Prymmer <pvhp@forte.com>
5375              Date:  Mon, 16 Jul 2001 15:48:33 -0700 (PDT)
5376              Message-Id:  <Pine.OSF.4.10.10107161543400.464972-100000@aspara.forte.com>
5377      Branch: perl
5378            ! t/op/sprintf.t
5379 ____________________________________________________________________________
5380 [ 11394] By: nick                                  on 2001/07/17  07:57:06
5381         Log: Subject:  Re: [PATCH gv.c] allow ${"1f"} to be non-regex var 
5382              From:  Jeff 'Japhy' Pinyan <jeffp@crusoe.net>
5383              Date:  Mon, 16 Jul 2001 18:46:53 -0400 (EDT)
5384              Message-Id:  <Pine.GSO.4.21.0107161829390.1405-100000@crusoe.crusoe.net>
5385      Branch: perl
5386            ! gv.c
5387 ____________________________________________________________________________
5388 [ 11392] By: nick                                  on 2001/07/17  07:50:12
5389         Log: Subject:  [PATCH] fix PTHREAD_ATFORK croaking too early, too often
5390              From:  Coral <coral@moonlight.crystalflame.net>
5391              Date:  Mon, 16 Jul 2001 14:25:19 -0700 (PDT)
5392              Message-Id:  <200107162125.f6GLPJ345261@moonlight.crystalflame.net>
5393      Branch: perl
5394            ! pp_sys.c thread.h
5395 ____________________________________________________________________________
5396 [ 11391] By: nick                                  on 2001/07/17  07:34:28
5397         Log: Subject:  Re: [PATCH h2xs.PL ] use Test::More where appropriate (was Re:   
5398              From:  Jonathan Stowe <gellyfish@gellyfish.com>
5399              Date:  Mon, 16 Jul 2001 18:31:21 +0100 (BST)
5400              Message-Id:  <Pine.LNX.4.33.0107161827570.15520-100000@orpheus.gellyfish.com>
5401      Branch: perl
5402            ! utils/h2xs.PL
5403 ____________________________________________________________________________
5404 [ 11390] By: pudge                                 on 2001/07/16  23:54:44
5405         Log: Add in List::Util, Memoize, NEXT, and a bunch of tests for other
5406              modules.  Also added Mac::BuildTools, Mac::AppleEvents::Simple,
5407              and Mac::Apps::Launch, which don't work, and Time::HiRes and
5408              Time::Piece, which don't yet work.
5409      Branch: maint-5.6/macperl
5410            + (add 154 files)
5411 ____________________________________________________________________________
5412 [ 11389] By: pudge                                 on 2001/07/16  23:13:10
5413         Log: Fix %ENV to be tainted [SF bug #231848, Thomas Wegner].
5414              Also add hack to get around missing setenv for PERL5DB.
5415      Branch: maint-5.6/macperl
5416            ! macos/macish.c macos/macish.h
5417 ____________________________________________________________________________
5418 [ 11388] By: pudge                                 on 2001/07/16  23:11:26
5419         Log: Fix DB_File, and patch tests for it, and NDBM_File, and POSIX.
5420      Branch: maint-5.6/macperl
5421            ! macos/MacPerlTests.cmd macos/xsubpp.patch t/lib/db-btree.t
5422            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/ndbm.t t/lib/posix.t
5423 ____________________________________________________________________________
5424 [ 11387] By: pudge                                 on 2001/07/16  23:05:12
5425         Log: Fix up some configuration and make options, add extra
5426              extensions.
5427      Branch: maint-5.6/macperl
5428            ! macos/ExtBuildRules.mk macos/Makefile.mk macos/config.sh
5429            ! macos/macperl/Makefile.mk
5430 ____________________________________________________________________________
5431 [ 11386] By: pudge                                 on 2001/07/16  21:22:32
5432         Log: From Change 11374 in maintperl.
5433      Branch: maint-5.6/macperl
5434           !> utils/h2ph.PL
5435 ____________________________________________________________________________
5436 [ 11385] By: nick                                  on 2001/07/16  14:12:58
5437         Log: Back out change to h2xs till it passes its test.
5438      Branch: perl
5439            ! utils/h2xs.PL
5440 ____________________________________________________________________________
5441 [ 11384] By: nick                                  on 2001/07/16  14:00:10
5442         Log: Subject:  [PATCH h2xs.PL ] use Test::More where appropriate (was Re: [PATCH]
5443              From:  Jonathan Stowe <gellyfish@gellyfish.com>
5444              Date:  Mon, 16 Jul 2001 08:37:05 +0100 (BST)
5445              Message-Id:  <Pine.LNX.4.33.0107160830480.9915-100000@orpheus.gellyfish.com>
5446      Branch: perl
5447            ! utils/h2xs.PL
5448 ____________________________________________________________________________
5449 [ 11383] By: nick                                  on 2001/07/16  13:53:12
5450         Log: Subject:  [PATCH hints/darwin.sh] Don't override user-specified optimize flag
5451              From:  Robin Houston <robin@kitsite.com>
5452              Date:  Sun, 15 Jul 2001 18:22:31 +0100
5453              Message-Id:  <20010715182230.A11174@robin>
5454      Branch: perl
5455            ! hints/darwin.sh
5456 ____________________________________________________________________________
5457 [ 11382] By: nick                                  on 2001/07/16  13:52:49
5458         Log: Subject:  [PATCH perl@11372] re_dup
5459              From:  Radu Greab <radu@netsoft.ro>
5460              Date:  Sun, 15 Jul 2001 04:50:06 +0300
5461              Message-Id:  <15184.63182.656988.340591@ix.netsoft.ro>
5462      Branch: perl
5463            ! sv.c
5464 ____________________________________________________________________________
5465 [ 11379] By: nick                                  on 2001/07/16  13:35:39
5466         Log: Subject:  [PATCH B::Deparse] formats can't contain formats
5467              From:  Robin Houston <robin@kitsite.com>
5468              Date:  Sat, 14 Jul 2001 14:28:50 +0100
5469              Message-Id:  <20010714142850.A10205@robin>
5470      Branch: perl
5471            ! ext/B/B/Deparse.pm
5472 ____________________________________________________________________________
5473 [ 11378] By: nick                                  on 2001/07/16  13:30:36
5474         Log: Subject:  [PATCH @11359] Encode::Tcl.pm, EUC-JP with jis-x0212
5475              From:  Sadahiro Tomoyuki <BQW10602@nifty.com>
5476              Date:  Sat, 14 Jul 2001 22:17:42 +0900
5477              Message-Id:  <20010714221736.6CA3.BQW10602@nifty.com>
5478      Branch: perl
5479            + ext/Encode/Encode/euc-jp-0212.enc
5480            ! ext/Encode/Encode/Tcl.pm
5481 ____________________________________________________________________________
5482 [ 11377] By: nick                                  on 2001/07/16  13:17:28
5483         Log: Subject:  [PATCH 5.7.2] Remove useless ccflags hints
5484              From:  Andy Dougherty <doughera@lafayette.edu>
5485              Date:  Sun, 15 Jul 2001 22:52:54 -0400 (EDT)
5486              Message-Id:  <Pine.SOL.4.10.10107152250230.10344-100000@maxwell.phys.lafayette.edu>
5487      Branch: perl
5488            ! hints/darwin.sh hints/rhapsody.sh
5489 ____________________________________________________________________________
5490 [ 11376] By: nick                                  on 2001/07/16  09:05:00
5491         Log: Integrate mainline
5492      Branch: perlio
5493           +> ext/Encode/Encode/7bit-greek.enc
5494           +> ext/Encode/Encode/7bit-latin1.enc
5495           +> ext/Encode/Encode/cns11643-1.enc
5496           +> ext/Encode/Encode/cns11643-2.enc
5497           +> ext/Encode/Encode/iso2022-cn.enc
5498           +> ext/Encode/Encode/iso2022-jp1.enc
5499           +> ext/Encode/Encode/iso2022-jp2.enc
5500           !> Changes Configure MANIFEST Makefile.SH
5501           !> ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
5502           !> ext/Encode/Encode/iso2022-kr.enc ext/POSIX/POSIX.pm
5503           !> ext/PerlIO/Via/Via.pm handy.h myconfig.SH patchlevel.h
5504           !> pod/perlhack.pod pod/perlre.pod pod/perltoc.pod regcomp.c sv.c
5505           !> t/op/pat.t t/op/sprintf.t utils/h2ph.PL utils/h2xs.PL
5506 ____________________________________________________________________________
5507 [ 11375] By: gsar                                  on 2001/07/16  02:46:11
5508         Log: integrate change#11374 from maint-5.6
5509              
5510              make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
5511      Branch: perl
5512           !> utils/h2ph.PL
5513 ____________________________________________________________________________
5514 [ 11374] By: gsar                                  on 2001/07/16  02:10:51
5515         Log: make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
5516      Branch: maint-5.6/perl
5517            ! utils/h2ph.PL
5518 ____________________________________________________________________________
5519 [ 11373] By: jhi                                   on 2001/07/14  09:27:10
5520         Log: Update Changes.
5521      Branch: perl
5522            ! Changes patchlevel.h
5523 ____________________________________________________________________________
5524 [ 11372] By: jhi                                   on 2001/07/14  09:19:18
5525         Log: Subject: [PATCH h2xs.PL] use Getopt::Long (was Re: [PATCH] h2xs)
5526              From: Jonathan Stowe <gellyfish@gellyfish.com>
5527              Date: Sat, 14 Jul 2001 10:14:34 +0100 (BST)
5528              Message-ID: <Pine.LNX.4.33.0107141008350.9915-100000@orpheus.gellyfish.com>
5529      Branch: perl
5530            ! utils/h2xs.PL
5531 ____________________________________________________________________________
5532 [ 11371] By: jhi                                   on 2001/07/14  09:18:09
5533         Log: Subject: patch to add DEL to [:cntrl:]
5534              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
5535              Date: Fri, 13 Jul 2001 23:25:12 -0700 (PDT)
5536              Message-Id: <200107140625.XAA01517@ventrue.corp.yahoo.com>
5537      Branch: perl
5538            ! handy.h pod/perlre.pod regcomp.c t/op/pat.t
5539 ____________________________________________________________________________
5540 [ 11370] By: jhi                                   on 2001/07/14  01:33:17
5541         Log: Metaconfig unit change for #11369; plus a dependency nit.
5542      Branch: metaconfig
5543            ! U/compline/nblock_io.U
5544      Branch: metaconfig/U/perl
5545            ! Extensions.U
5546 ____________________________________________________________________________
5547 [ 11369] By: jhi                                   on 2001/07/14  01:32:33
5548         Log: #include <stdlib.h> so that exit() is prototyped,
5549              noticed by Hugo.
5550      Branch: perl
5551            ! Configure
5552 ____________________________________________________________________________
5553 [ 11368] By: jhi                                   on 2001/07/14  01:18:28
5554         Log: Subject: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
5555              From: Peter Prymmer <pvhp@forte.com>
5556              Date: Fri, 13 Jul 2001 19:15:45 -0700 (PDT)
5557              Message-ID: <Pine.OSF.4.10.10107131908370.270775-100000@aspara.forte.com>
5558      Branch: perl
5559            ! t/op/sprintf.t
5560 ____________________________________________________________________________
5561 [ 11367] By: jhi                                   on 2001/07/14  01:07:03
5562         Log: Subject: [PATCH: perl@11359] fixup for Encode/Tcl.t on ruthless filesystems
5563              From: Peter Prymmer <pvhp@forte.com>
5564              Date: Fri, 13 Jul 2001 19:00:20 -0700 (PDT)
5565              Message-ID: <Pine.OSF.4.10.10107131856280.270775-100000@aspara.forte.com>
5566      Branch: perl
5567            ! ext/Encode/Encode/Tcl.t
5568 ____________________________________________________________________________
5569 [ 11366] By: jhi                                   on 2001/07/13  22:48:47
5570         Log: Add information about gcc 3.0 basic block profiling.
5571      Branch: perl
5572            ! Makefile.SH pod/perlhack.pod pod/perltoc.pod
5573 ____________________________________________________________________________
5574 [ 11365] By: jhi                                   on 2001/07/13  21:22:20
5575         Log: Subject: Error in lib/PerlIO/Via.pm ?
5576              From: Mark-Jason Dominus <mjd@plover.com>
5577              Date: Fri, 13 Jul 2001 15:55:41 -0400
5578              Message-ID: <20010713195541.26751.qmail@plover.com>
5579      Branch: perl
5580            ! ext/PerlIO/Via/Via.pm
5581 ____________________________________________________________________________
5582 [ 11364] By: jhi                                   on 2001/07/13  21:21:23
5583         Log: Move both usemymalloc and d_bincompat5005 to the Platfom
5584              section from the Compiler section.
5585      Branch: perl
5586            ! myconfig.SH
5587 ____________________________________________________________________________
5588 [ 11363] By: jhi                                   on 2001/07/13  21:19:34
5589         Log: Handle glibc style of constant definitions using enum
5590              with intervening #defines; from Brendan O'Dea.
5591      Branch: perl
5592            ! utils/h2ph.PL
5593 ____________________________________________________________________________
5594 [ 11362] By: jhi                                   on 2001/07/13  21:17:40
5595         Log: Add LC_MESSAGES to the locale_h export tag (it already is
5596              in the Makefile.PL and thusly eligible for an XS constant)
5597              (see also maintperl #10543)
5598      Branch: perl
5599            ! ext/POSIX/POSIX.pm
5600 ____________________________________________________________________________
5601 [ 11361] By: jhi                                   on 2001/07/13  15:12:37
5602         Log: Subject: Re: [patch] re_dup
5603              From: Abhijit Menon-Sen <ams@wiw.org>
5604              Date: Fri, 13 Jul 2001 21:41:09 +0530
5605              Message-ID: <20010713214109.A3328@lustre.dyn.wiw.org>
5606      Branch: perl
5607            ! sv.c
5608 ____________________________________________________________________________
5609 [ 11360] By: jhi                                   on 2001/07/13  15:11:45
5610         Log: Subject: [patch] re_dup
5611              From: Doug MacEachern <dougm@covalent.net>
5612              Date: Fri, 13 Jul 2001 08:51:24 -0700 (PDT)
5613              Message-ID: <Pine.LNX.4.21.0107130848530.28844-100000@mako.covalent.net>
5614      Branch: perl
5615            ! sv.c
5616 ____________________________________________________________________________
5617 [ 11359] By: jhi                                   on 2001/07/13  14:30:32
5618         Log: Update Changes.
5619      Branch: perl
5620            ! Changes patchlevel.h
5621 ____________________________________________________________________________
5622 [ 11358] By: jhi                                   on 2001/07/13  14:26:36
5623         Log: Subject: [PATCH @11328] Encode::Tcl.pm for iso-2022-(?:jp-[12]|cn)
5624              From: SADAHIRO Tomoyuki <BQW10602@nifty.com> 
5625              Date: Sat, 14 Jul 2001 00:06:30 +0900
5626              Message-Id: <20010713235522.8406.BQW10602@nifty.com>
5627      Branch: perl
5628            + ext/Encode/Encode/7bit-greek.enc
5629            + ext/Encode/Encode/7bit-latin1.enc
5630            + ext/Encode/Encode/cns11643-1.enc
5631            + ext/Encode/Encode/cns11643-2.enc
5632            + ext/Encode/Encode/iso2022-cn.enc
5633            + ext/Encode/Encode/iso2022-jp1.enc
5634            + ext/Encode/Encode/iso2022-jp2.enc
5635            ! MANIFEST ext/Encode/Encode/Tcl.pm
5636            ! ext/Encode/Encode/iso2022-kr.enc
5637 ____________________________________________________________________________
5638 [ 11357] By: nick                                  on 2001/07/13  14:24:06
5639         Log: Blind integrate mainline (as of 5.7.2?)
5640      Branch: perlio
5641           !> AUTHORS Changes Porting/config.sh Porting/config_H
5642           !> README.netware ext/PerlIO/t/encoding.t makedef.pl patchlevel.h
5643           !> pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
5644           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
5645           !> win32/makefile.mk
5646 ____________________________________________________________________________
5647 [ 11355] By: jhi                                   on 2001/07/13  13:13:46
5648         Log: Snip away the devel patchlevel.
5649      Branch: perl
5650            ! patchlevel.h
5651 ____________________________________________________________________________
5652 [ 11354] By: jhi                                   on 2001/07/13  13:12:01
5653         Log: Bump the version to 5.7.2.
5654      Branch: perl
5655            ! Porting/config.sh Porting/config_H patchlevel.h
5656            ! pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
5657            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
5658            ! win32/makefile.mk
5659 ____________________________________________________________________________
5660 [ 11353] By: jhi                                   on 2001/07/13  13:00:00
5661         Log: Update Changes.
5662      Branch: perl
5663            ! Changes
5664 ____________________________________________________________________________
5665 [ 11352] By: jhi                                   on 2001/07/13  12:54:49
5666         Log: Reword.
5667      Branch: perl
5668            ! AUTHORS
5669 ____________________________________________________________________________
5670 [ 11351] By: jhi                                   on 2001/07/13  12:52:47
5671         Log: AUTHORS update.
5672      Branch: perl
5673            ! AUTHORS
5674 ____________________________________________________________________________
5675 [ 11350] By: jhi                                   on 2001/07/13  12:24:36
5676         Log: Ignore PL_regex_pad and PL_regex_padav from symbols
5677              unless ithreads.
5678      Branch: perl
5679            ! makedef.pl
5680 ____________________________________________________________________________
5681 [ 11349] By: jhi                                   on 2001/07/13  11:54:10
5682         Log: Integrate perlio.
5683      Branch: perl
5684           !> win32/distclean.bat
5685 ____________________________________________________________________________
5686 [ 11348] By: jhi                                   on 2001/07/13  11:49:50
5687         Log: Test the encoding transform only iff we have PerlIO,
5688              noticed by H. Merijn Brand.
5689      Branch: perl
5690            ! ext/PerlIO/t/encoding.t
5691 ____________________________________________________________________________
5692 [ 11347] By: jhi                                   on 2001/07/13  11:40:13
5693         Log: README.netware tweaks from Ananth Kesari.
5694      Branch: perl
5695            ! README.netware
5696 ____________________________________________________________________________
5697 [ 11346] By: nick                                  on 2001/07/13  09:18:51
5698         Log: Win32/distclean.bat - Down-case all MANIFEST and File::Find results so 
5699              to avoid /unicode vs /Unicode issues.
5700      Branch: perlio
5701            ! win32/distclean.bat
5702 ____________________________________________________________________________
5703 [ 11345] By: nick                                  on 2001/07/13  06:24:18
5704         Log: Integrate mainline
5705      Branch: perlio
5706           +> README.uts lib/UnicodeCD.pm lib/UnicodeCD.t
5707            - lib/Unicode/UCD.pm lib/Unicode/UCD.t lib/unicode/distinct.pm
5708           !> (integrate 63 files)
5709 ____________________________________________________________________________
5710 [ 11344] By: jhi                                   on 2001/07/13  04:50:22
5711         Log: Add d_bincompat5005 information to perl -V.
5712      Branch: perl
5713            ! myconfig.SH
5714 ____________________________________________________________________________
5715 [ 11343] By: jhi                                   on 2001/07/13  03:42:05
5716         Log: Subject: Re: [PATCH] Re: Memory corruption? Read-only $_?
5717              From: Abhijit Menon-Sen <ams@wiw.org>
5718              Date: Fri, 13 Jul 2001 07:12:36 +0530
5719              Message-ID: <20010713071236.C5669@lustre.dyn.wiw.org>
5720      Branch: perl
5721            ! sv.c
5722 ____________________________________________________________________________
5723 [ 11342] By: jhi                                   on 2001/07/13  03:36:22
5724         Log: Remove unicode::distinct, as per Inaba Hiroto.
5725      Branch: perl
5726            - lib/unicode/distinct.pm
5727            ! MANIFEST hv.c perl.h pod/perlmodlib.pod pod/perltoc.pod sv.c
5728            ! t/lib/1_compile.t
5729 ____________________________________________________________________________
5730 [ 11341] By: jhi                                   on 2001/07/13  00:05:53
5731         Log: Paging for Dr Octothorpe.
5732      Branch: perl
5733            ! pod/perlfaq4.pod
5734 ____________________________________________________________________________
5735 [ 11340] By: jhi                                   on 2001/07/12  23:53:44
5736         Log: cut-n-paste error noticed by mjd.
5737      Branch: perl
5738            ! pod/perlfaq4.pod
5739 ____________________________________________________________________________
5740 [ 11339] By: jhi                                   on 2001/07/12  23:39:42
5741         Log: Subject: [PATCH: perl@11328] update the octal situation in perlfaq4.pod
5742              From: Peter Prymmer <pvhp@forte.com>
5743              Date: Thu, 12 Jul 2001 17:04:22 -0700 (PDT)
5744              Message-ID: <Pine.OSF.4.10.10107121703040.219875-100000@aspara.forte.com>
5745      Branch: perl
5746            ! pod/perlfaq4.pod
5747 ____________________________________________________________________________
5748 [ 11338] By: jhi                                   on 2001/07/12  23:38:49
5749         Log: Subject: Re: [randy@qualcomm.com: Corrections for ' repository - Using the Perl repository ']
5750              From: Randall Gellens <randy@qualcomm.com>
5751              Date: Thu, 12 Jul 2001 16:56:23 -0700
5752              Message-Id: <p05100301b773e9751c04@[129.46.176.61]>
5753      Branch: perl
5754            ! Porting/repository.pod
5755 ____________________________________________________________________________
5756 [ 11337] By: jhi                                   on 2001/07/12  23:35:06
5757         Log: Make PTHREAD_ATFORK() to croak if HAS_FORK, noop otherwise.
5758      Branch: perl
5759            ! thread.h
5760 ____________________________________________________________________________
5761 [ 11336] By: jhi                                   on 2001/07/12  23:23:39
5762         Log: Subject: [PATCH] pthread_atfork on FreeBSD - Part 1: #ifdef HAS_PTHREAD_ATFORK  
5763              From: coral <coral@moonlight.crystalflame.net>
5764              Date: Thu, 12 Jul 2001 16:16:50 -0700 (PDT)
5765              Message-Id: <200107122316.f6CNGoq09171@moonlight.crystalflame.net>
5766      Branch: perl
5767            ! thread.h
5768 ____________________________________________________________________________
5769 [ 11335] By: jhi                                   on 2001/07/12  23:23:14
5770         Log: Metaconfig unit change for #11134.
5771      Branch: metaconfig
5772            + U/threads/d_pthread_atfork.U
5773 ____________________________________________________________________________
5774 [ 11334] By: jhi                                   on 2001/07/12  23:22:42
5775         Log: Add HAS_PTHREAD_ATFORK.
5776      Branch: perl
5777            ! Configure NetWare/config.wc NetWare/config_H.wc
5778            ! Porting/Glossary Porting/config.sh Porting/config_H
5779            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
5780            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.alpha.h
5781            ! vos/config.ga.def vos/config.ga.h win32/config.bc
5782            ! win32/config.gc win32/config.vc win32/config_H.bc
5783            ! win32/config_H.gc win32/config_H.vc
5784 ____________________________________________________________________________
5785 [ 11333] By: jhi                                   on 2001/07/12  22:58:35
5786         Log: Subject: [PATCH] File::Copy fails on tied handles
5787              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
5788              Date: Thu, 12 Jul 2001 15:18:51 -0700
5789              Message-ID: <35A280DF784CD411A06B0008C7B130ADB5505B@sdex04.sd.intuit.com>
5790      Branch: perl
5791            ! lib/File/Copy.pm
5792 ____________________________________________________________________________
5793 [ 11332] By: jhi                                   on 2001/07/12  22:57:04
5794         Log: Subject: [PATCH] Langinfo.t
5795              From: Nicholas Clark <nick@ccl4.org>
5796              Date: Thu, 12 Jul 2001 23:55:38 +0100
5797              Message-ID: <20010712235538.M5827@plum.flirble.org>
5798      Branch: perl
5799            ! ext/I18N/Langinfo/Langinfo.t
5800 ____________________________________________________________________________
5801 [ 11331] By: jhi                                   on 2001/07/12  22:56:09
5802         Log: Subject: [PATCH: perl@11328] informational tweaks to perl572delta.pod
5803              From: Peter Prymmer <pvhp@forte.com>
5804              Date: Thu, 12 Jul 2001 16:38:00 -0700 (PDT)
5805              Message-ID: <Pine.OSF.4.10.10107121633340.219875-100000@aspara.forte.com>
5806      Branch: perl
5807            ! pod/perl572delta.pod
5808 ____________________________________________________________________________
5809 [ 11330] By: jhi                                   on 2001/07/12  22:55:23
5810         Log: Subject: [PATCH] Re: Memory corruption? Read-only $_?
5811              From: Abhijit Menon-Sen <ams@wiw.org>
5812              Date: Fri, 13 Jul 2001 05:21:16 +0530
5813              Message-ID: <20010713052116.B5669@lustre.dyn.wiw.org>
5814      Branch: perl
5815            ! sv.c
5816 ____________________________________________________________________________
5817 [ 11329] By: jhi                                   on 2001/07/12  22:54:39
5818         Log: Subject: [PATCH 20010712.005] Re: Perl bug with "delete" on arrays
5819              From: Abhijit Menon-Sen <ams@wiw.org>
5820              Date: Fri, 13 Jul 2001 03:04:25 +0530
5821              Message-ID: <20010713030425.A5669@lustre.dyn.wiw.org>
5822      Branch: perl
5823            ! av.c
5824 ____________________________________________________________________________
5825 [ 11328] By: gsar                                  on 2001/07/12  19:02:01
5826         Log: s/^M$//g
5827      Branch: perl
5828            ! win32/Makefile win32/makefile.mk
5829 ____________________________________________________________________________
5830 [ 11327] By: jhi                                   on 2001/07/12  18:54:09
5831         Log: Update Changes.
5832      Branch: perl
5833            ! Changes patchlevel.h
5834 ____________________________________________________________________________
5835 [ 11326] By: jhi                                   on 2001/07/12  18:17:18
5836         Log: Typo spotted by Philip Newton.
5837      Branch: perl
5838            ! pod/perl572delta.pod
5839 ____________________________________________________________________________
5840 [ 11325] By: jhi                                   on 2001/07/12  18:11:42
5841         Log: Subject: [PATCH] fixes perl_clone of perl_clone
5842              From: Artur Bergman <artur@contiller.se>
5843              Date: Thu, 12 Jul 2001 20:57:09 +0200
5844              Message-ID: <B773BFA4.236B%artur@contiller.se>
5845      Branch: perl
5846            ! sv.c
5847 ____________________________________________________________________________
5848 [ 11324] By: jhi                                   on 2001/07/12  18:09:17
5849         Log: Add README.uts from Hal Morris.
5850      Branch: perl
5851            + README.uts
5852            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perl572delta.pod
5853            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
5854 ____________________________________________________________________________
5855 [ 11323] By: jhi                                   on 2001/07/12  17:48:33
5856         Log: Subject: Re: AIX 4.3.3 w/ vac 5.0 [ FATAL in B ]
5857              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5858              Date: Thu, 12 Jul 2001 20:32:37 +0200
5859              Message-Id: <20010712201743.E108.H.M.BRAND@hccnet.nl>
5860      Branch: perl
5861            ! hints/aix.sh
5862 ____________________________________________________________________________
5863 [ 11322] By: jhi                                   on 2001/07/12  17:44:29
5864         Log: Subject: Patch: document reg_data.what member
5865              From: Mark-Jason Dominus <mjd@plover.com>
5866              Message-ID: <20010712182532.14821.qmail@plover.com>
5867              Date: Thu, 12 Jul 2001 14:25:32 -0400
5868      Branch: perl
5869            ! regcomp.c regcomp.h
5870 ____________________________________________________________________________
5871 [ 11321] By: jhi                                   on 2001/07/12  17:43:18
5872         Log: Subject: [PATCH] Perl_re_dup()
5873              From: Abhijit Menon-Sen <ams@wiw.org>
5874              Date: Thu, 12 Jul 2001 23:54:32 +0530
5875              Message-ID: <20010712235432.J24707@lustre.dyn.wiw.org>
5876      Branch: perl
5877            ! embed.h embed.pl perlapi.c proto.h sv.c
5878 ____________________________________________________________________________
5879 [ 11320] By: jhi                                   on 2001/07/12  17:18:54
5880         Log: Regen Configure, modlib, toc.
5881      Branch: perl
5882            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5883            ! pod/perlmodlib.pod pod/perltoc.pod
5884 ____________________________________________________________________________
5885 [ 11319] By: jhi                                   on 2001/07/12  17:08:15
5886         Log: The problem seems to be in PerlIO::Layer::->find() not
5887              accepting the ":encoding(blurflur)" arguments.
5888      Branch: perl
5889            ! lib/PerlIO.pm lib/open.pm
5890 ____________________________________________________________________________
5891 [ 11318] By: jhi                                   on 2001/07/12  16:58:11
5892         Log: AIX doc update.
5893      Branch: perl
5894            ! README.aix pod/perl572delta.pod
5895 ____________________________________________________________________________
5896 [ 11317] By: jhi                                   on 2001/07/12  16:39:11
5897         Log: Subject: AIX README update
5898              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5899              Date: Thu, 12 Jul 2001 19:28:30 +0200
5900              Message-Id: <20010712192620.E0F9.H.M.BRAND@hccnet.nl>
5901      Branch: perl
5902            ! README.aix
5903 ____________________________________________________________________________
5904 [ 11316] By: jhi                                   on 2001/07/12  16:37:15
5905         Log: Subject: [PATCH ext/IO/lib/IO/t/io_unix.t] for QNX6
5906              From: Norton Allen <allen@huarp.harvard.edu>
5907              Date: Thu, 12 Jul 2001 11:30:51 -0400 (edt)
5908              Message-Id: <200107121530.LAA12631@bottesini.harvard.edu>
5909      Branch: perl
5910            ! ext/IO/lib/IO/t/io_unix.t
5911 ____________________________________________________________________________
5912 [ 11315] By: jhi                                   on 2001/07/12  16:35:53
5913         Log: Subject: [PATCH README.qnx hints/qnx.sh]
5914              From: Norton Allen <allen@huarp.harvard.edu>
5915              Date: Thu, 12 Jul 2001 11:29:19 -0400 (edt)
5916              Message-Id: <200107121529.LAA23411@bottesini.harvard.edu>
5917      Branch: perl
5918            ! README.qnx hints/qnx.sh
5919 ____________________________________________________________________________
5920 [ 11314] By: jhi                                   on 2001/07/12  16:13:15
5921         Log: Subject: [patch] faster PM_GETRE
5922              From: Doug MacEachern <dougm@covalent.net>
5923              Date: Thu, 12 Jul 2001 10:13:27 -0700 (PDT)
5924              Message-ID: <Pine.LNX.4.21.0107121011530.28844-100000@mako.covalent.net>
5925      Branch: perl
5926            ! op.h
5927 ____________________________________________________________________________
5928 [ 11313] By: jhi                                   on 2001/07/12  16:12:23
5929         Log: Subject: Re: [PATCH] Threadsafe PMOPs! We might still win this war.
5930              From: Doug MacEachern <dougm@covalent.net>
5931              Date: Thu, 12 Jul 2001 10:11:28 -0700 (PDT)
5932              Message-ID: <Pine.LNX.4.21.0107121010160.28844-100000@mako.covalent.net>
5933      Branch: perl
5934            ! op.c
5935 ____________________________________________________________________________
5936 [ 11312] By: jhi                                   on 2001/07/12  16:07:22
5937         Log: Tell where the nice Estonian database is.
5938      Branch: perl
5939            ! lib/open.pm
5940 ____________________________________________________________________________
5941 [ 11311] By: jhi                                   on 2001/07/12  16:05:31
5942         Log: Retract #11309 since #11310 is a better fix.
5943      Branch: perl
5944            ! t/lib/1_compile.t
5945 ____________________________________________________________________________
5946 [ 11310] By: gsar                                  on 2001/07/12  15:50:40
5947         Log: fix for failing fork.t#12 on windows (win32_execvp() tweak in
5948              change#11300 needs to return the status of failed win32_spawnvp())
5949              
5950              fix various open.pm bugs: '\0' isn't the same as "\0", so it wasn't
5951              splitting correctly; remove unused variables; 'require' at run time
5952              rather than 'use' at compile time for I18N::Langinfo, since it
5953              isn't everyware
5954      Branch: perl
5955            ! lib/open.pm win32/win32.c
5956 ____________________________________________________________________________
5957 [ 11309] By: jhi                                   on 2001/07/12  15:29:55
5958         Log: Temporary workaround.
5959      Branch: perl
5960            ! t/lib/1_compile.t
5961 ____________________________________________________________________________
5962 [ 11308] By: jhi                                   on 2001/07/12  14:44:51
5963         Log: UCD typo in #11306 and add also more known-to-be-tested
5964              modules to the skip list.
5965      Branch: perl
5966            ! t/lib/1_compile.t
5967 ____________________________________________________________________________
5968 [ 11307] By: jhi                                   on 2001/07/12  14:38:38
5969         Log: Rename Unicode::UCD to UnicodeCD to avoid
5970              messups with case-insensitive filesystems.
5971      Branch: perl
5972            + lib/UnicodeCD.pm lib/UnicodeCD.t
5973            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
5974            ! MANIFEST pod/perl572delta.pod t/lib/1_compile.t
5975 ____________________________________________________________________________
5976 [ 11306] By: jhi                                   on 2001/07/12  13:32:05
5977         Log: Subject: [ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT 
5978              From: daniel@biz.bitpusher.com
5979              Date: Wed, 11 Jul 2001 23:25:47 -0700
5980              Message-Id: <200107120625.f6C6PkJ13065@biz.bitpusher.com>
5981      Branch: perl
5982            ! lib/Tie/Array.pm t/op/splice.t
5983 ____________________________________________________________________________
5984 [ 11305] By: jhi                                   on 2001/07/12  13:05:46
5985         Log: Subject: [PATCH] More accurate line numbers in messages
5986              From: Paul Johnson <paul@pjcj.net>
5987              Date: Thu, 12 Jul 2001 04:14:11 +0200
5988              Message-ID: <20010712041411.A3467@pjcj.net>
5989              
5990              (With prototyping and multiplicity tweaks.)
5991      Branch: perl
5992            ! dump.c embed.h embed.pl t/lib/warnings/util util.c
5993 ____________________________________________________________________________
5994 [ 11304] By: nick                                  on 2001/07/12  12:53:40
5995         Log: Integrate mainline
5996      Branch: perlio
5997           !> ext/ByteLoader/bytecode.h hints/aix.sh pod/perl572delta.pod
5998           !> regexec.c thread.h
5999 ____________________________________________________________________________
6000 [ 11303] By: jhi                                   on 2001/07/12  12:46:20
6001         Log: Cut-and-pasto in #11298.
6002      Branch: perl
6003            ! ext/ByteLoader/bytecode.h
6004 ____________________________________________________________________________
6005 [ 11302] By: jhi                                   on 2001/07/12  12:42:35
6006         Log: Update the AIX known problems section.
6007      Branch: perl
6008            ! pod/perl572delta.pod
6009 ____________________________________________________________________________
6010 [ 11301] By: jhi                                   on 2001/07/12  12:36:46
6011         Log: Subject: Re: HiRes on AIX 4.2 in threaded mode
6012              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6013              Date: Thu, 12 Jul 2001 12:16:16 +0200
6014              Message-Id: <20010712114215.E0D9.H.M.BRAND@hccnet.nl>
6015      Branch: perl
6016            ! hints/aix.sh
6017 ____________________________________________________________________________
6018 [ 11300] By: jhi                                   on 2001/07/12  12:35:44
6019         Log: Integrate perlio.
6020      Branch: perl
6021           !> makedef.pl win32/win32.c
6022 ____________________________________________________________________________
6023 [ 11299] By: jhi                                   on 2001/07/12  12:33:57
6024         Log: Subject: [PATCH] fix for PMOP threadness failures
6025              From: Artur Bergman <artur@contiller.se>
6026              Date: Thu, 12 Jul 2001 09:48:06 +0200
6027              Message-ID: <B77322D6.22DD%artur@contiller.se>
6028      Branch: perl
6029            ! regexec.c
6030 ____________________________________________________________________________
6031 [ 11298] By: jhi                                   on 2001/07/12  12:27:47
6032         Log: Subject: RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2
6033              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
6034              Date: Thu, 12 Jul 2001 09:09:48 +0200
6035              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808CE70@RU0022EXCH001U> 
6036              
6037              More parentheses to keep bcc happy.
6038      Branch: perl
6039            ! ext/ByteLoader/bytecode.h
6040 ____________________________________________________________________________
6041 [ 11297] By: jhi                                   on 2001/07/12  12:24:50
6042         Log: Subject: Re: [patch] pthread_atfork bandaid
6043              From: Doug MacEachern <dougm@covalent.net>
6044              Date: Wed, 11 Jul 2001 23:43:17 -0700 (PDT)
6045              Message-ID: <Pine.LNX.4.21.0107112342330.28844-100000@mako.covalent.net>
6046      Branch: perl
6047            ! thread.h
6048 ____________________________________________________________________________
6049 [ 11296] By: nick                                  on 2001/07/12  11:55:48
6050         Log: Exclude reentrant_buffer from .def file
6051      Branch: perlio
6052            ! makedef.pl
6053 ____________________________________________________________________________
6054 [ 11295] By: nick                                  on 2001/07/12  11:11:44
6055         Log: Honour void-ness of my_exit()
6056      Branch: perlio
6057            ! win32/win32.c
6058 ____________________________________________________________________________
6059 [ 11294] By: nick                                  on 2001/07/12  07:51:04
6060         Log: Integrate mainline
6061      Branch: perlio
6062           +> uts/sprintf_wrap.c
6063           !> (integrate 35 files)
6064 ____________________________________________________________________________
6065 [ 11293] By: jhi                                   on 2001/07/12  04:58:08
6066         Log: Retract #11289.
6067      Branch: perl
6068            ! embed.h embed.pl perl.c proto.h thread.h
6069 ____________________________________________________________________________
6070 [ 11292] By: jhi                                   on 2001/07/12  04:47:43
6071         Log: Now the :locale pseudolayer *almost* works...
6072      Branch: perl
6073            ! lib/open.pm
6074 ____________________________________________________________________________
6075 [ 11291] By: jhi                                   on 2001/07/12  04:36:47
6076         Log: Locale encoding tweaks.
6077      Branch: perl
6078            ! lib/open.pm
6079 ____________________________________________________________________________
6080 [ 11290] By: jhi                                   on 2001/07/12  04:25:53
6081         Log: Subject: Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
6082              From: Mark-Jason Dominus <mjd@plover.com>
6083              Date: Thu, 12 Jul 2001 00:59:31 -0400
6084              Message-ID: <20010712045931.8543.qmail@plover.com>
6085              
6086              Remove the chmod/umask leading zero warning.
6087      Branch: perl
6088            ! lib/warnings.pm pod/perldiag.pod pod/perllexwarn.pod
6089            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
6090 ____________________________________________________________________________
6091 [ 11289] By: jhi                                   on 2001/07/12  04:16:41
6092         Log: (Retracted by #11289.)
6093      Branch: perl
6094            ! embed.h embed.pl perl.c proto.h thread.h
6095 ____________________________________________________________________________
6096 [ 11288] By: jhi                                   on 2001/07/12  03:45:11
6097         Log: Needed by #11283.
6098      Branch: perl
6099            ! intrpvar.h
6100 ____________________________________________________________________________
6101 [ 11287] By: jhi                                   on 2001/07/12  03:40:04
6102         Log: Metaconfig unit change for #11286.
6103      Branch: metaconfig/U/perl
6104            ! patchlevel.U
6105 ____________________________________________________________________________
6106 [ 11286] By: jhi                                   on 2001/07/12  03:39:18
6107         Log: Subject: Re: [PATCH Configure] perl -V broken
6108              From: Andy Dougherty <doughera@lafayette.edu>
6109              Date: Wed, 11 Jul 2001 13:30:27 -0400 (EDT)
6110              Message-ID: <Pine.SOL.4.10.10107111329060.2021-100000@maxwell.phys.lafayette.edu>
6111      Branch: perl
6112            ! Configure myconfig.SH
6113 ____________________________________________________________________________
6114 [ 11285] By: jhi                                   on 2001/07/12  03:27:28
6115         Log: Retract #11166 (and #11237).
6116      Branch: perl
6117            ! dump.c embed.h lib/warnings.pm op.c op.h opcode.h opcode.pl
6118            ! pod/perldiag.pod pp.sym pp_proto.h t/lib/warnings/op
6119            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
6120 ____________________________________________________________________________
6121 [ 11284] By: jhi                                   on 2001/07/12  02:36:42
6122         Log: UTS tweaks for Hal Morris.
6123      Branch: perl
6124            + uts/sprintf_wrap.c
6125            ! MANIFEST hints/uts.sh perl.h
6126 ____________________________________________________________________________
6127 [ 11283] By: jhi                                   on 2001/07/12  00:52:36
6128         Log: Subject: [PATCH] Use reentrant API glibc
6129              From: Artur Bergman <artur@contiller.se>
6130              Date: Thu, 12 Jul 2001 00:58:21 +0200
6131              Message-ID: <B772A6AD.2288%artur@contiller.se>
6132      Branch: perl
6133            ! embedvar.h intrpvar.h op.h perl.c perlapi.h pod/perlapi.pod
6134            ! sv.c
6135 ____________________________________________________________________________
6136 [ 11282] By: jhi                                   on 2001/07/12  00:35:27
6137         Log: Subject: Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?
6138              From: barries <barries@slaysys.com>
6139              Date: Wed, 11 Jul 2001 15:11:46 -0400
6140              Message-ID: <20010711151146.G24560@jester.slaysys.com>
6141      Branch: perl
6142            ! pp_sys.c t/lib/warnings/doio win32/win32.c
6143 ____________________________________________________________________________
6144 [ 11281] By: jhi                                   on 2001/07/12  00:32:17
6145         Log: Subject: [patch] pthread_atfork bandaid
6146              From: Doug MacEachern <dougm@covalent.net>
6147              Date: Wed, 11 Jul 2001 08:59:12 -0700 (PDT)
6148              Message-ID: <Pine.LNX.4.21.0107110855070.11688-100000@mako.covalent.net>
6149      Branch: perl
6150            ! miniperlmain.c perl.c
6151 ____________________________________________________________________________
6152 [ 11280] By: jhi                                   on 2001/07/12  00:31:34
6153         Log: Subject: [patch] perl_clone leaks
6154              From: Doug MacEachern <dougm@covalent.net>
6155              Date: Wed, 11 Jul 2001 08:43:32 -0700 (PDT)
6156              Message-ID: <Pine.LNX.4.21.0107110842390.11688-100000@mako.covalent.net>
6157      Branch: perl
6158            ! sv.c
6159 ____________________________________________________________________________
6160 [ 11279] By: nick                                  on 2001/07/11  15:49:38
6161         Log: Integrate mainline
6162      Branch: perlio
6163           +> ext/Encode/Encode/HZ.enc ext/PerlIO/t/encoding.t
6164           +> ext/Time/HiRes/hints/dynixptx.pl lib/Math/BigInt/Calc.pm
6165           +> lib/Math/BigInt/t/bigintc.t lib/Term/ANSIColor/ChangeLog
6166           +> lib/Term/ANSIColor/README
6167           !> (integrate 54 files)
6168 ____________________________________________________________________________
6169 [ 11278] By: jhi                                   on 2001/07/11  13:52:20
6170         Log: Update Changes.
6171      Branch: perl
6172            ! Changes patchlevel.h
6173 ____________________________________________________________________________
6174 [ 11277] By: jhi                                   on 2001/07/11  13:31:43
6175         Log: Subject: blead kit timestamps && the problem with running perl embed.pl
6176              From: Peter Prymmer <pvhp@forte.com>
6177              Date: Tue, 10 Jul 2001 19:33:00 -0700 (PDT)
6178              Message-ID: <Pine.OSF.4.10.10107101906360.137455-100000@aspara.forte.com>
6179              
6180              Backport of embed.pl to 5.003.
6181      Branch: perl
6182            ! embed.pl
6183 ____________________________________________________________________________
6184 [ 11276] By: jhi                                   on 2001/07/11  13:18:07
6185         Log: Subject: Re: POSIX test #14 on UTS 
6186              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
6187              Date: Wed, 11 Jul 2001 03:02:14 +0100
6188              Message-Id: <200107110202.f6B22Ea10727@crypt.compulink.co.uk>
6189      Branch: perl
6190            ! ext/POSIX/POSIX.t
6191 ____________________________________________________________________________
6192 [ 11275] By: jhi                                   on 2001/07/11  13:15:49
6193         Log: Make the I32 an IV to preserve structure alignment and size.
6194      Branch: perl
6195            ! op.h
6196 ____________________________________________________________________________
6197 [ 11274] By: jhi                                   on 2001/07/11  13:13:27
6198         Log: Subject: [PATCH] Threadsafe PMOPs! We might still win this war.
6199              From: "Artur Bergman" <artur@contiller.se>
6200              Date: Wed, 11 Jul 2001 14:23:37 +0200
6201              Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev>
6202              
6203              Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup().
6204      Branch: perl
6205            ! embedvar.h intrpvar.h op.c op.h perl.c perlapi.h
6206            ! pod/perlapi.pod sv.c
6207 ____________________________________________________________________________
6208 [ 11273] By: jhi                                   on 2001/07/11  03:53:28
6209         Log: Tweak until Pod::Parser gets updated.
6210      Branch: perl
6211            ! t/pod/special_seqs.xr
6212 ____________________________________________________________________________
6213 [ 11272] By: jhi                                   on 2001/07/11  00:46:05
6214         Log: File::Spec usage tweak.
6215      Branch: perl
6216            ! lib/ExtUtils.t
6217 ____________________________________________________________________________
6218 [ 11271] By: jhi                                   on 2001/07/11  00:37:19
6219         Log: Integrate #11263 from macperl; macos and macosx updates.
6220      Branch: perl
6221           !> pod/perlport.pod
6222 ____________________________________________________________________________
6223 [ 11270] By: jhi                                   on 2001/07/11  00:33:27
6224         Log: Subject: [PATCH: perl@11238] dynixptx updates for osvers='4.5.2'
6225              From: Peter Prymmer <pvhp@forte.com>
6226              Date: Tue, 10 Jul 2001 15:29:45 -0700 (PDT)
6227              Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com>
6228      Branch: perl
6229            + ext/Time/HiRes/hints/dynixptx.pl
6230            ! MANIFEST hints/dynixptx.sh
6231 ____________________________________________________________________________
6232 [ 11269] By: jhi                                   on 2001/07/11  00:32:16
6233         Log: Subject: [PATCH] ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: report on BS2000 wit h perl@11006))
6234              From: Nicholas Clark <nick@ccl4.org>
6235              Date: Tue, 10 Jul 2001 23:17:43 +0100
6236              Message-ID: <20010710231742.B59620@plum.flirble.org>
6237      Branch: perl
6238            ! lib/ExtUtils.t lib/ExtUtils/Constant.pm
6239 ____________________________________________________________________________
6240 [ 11268] By: jhi                                   on 2001/07/11  00:30:56
6241         Log: Subject: [DOC PATCH] Pluggable runops
6242              From: Paul Johnson <paul@pjcj.net>
6243              Date: Tue, 10 Jul 2001 21:53:28 +0200
6244              Message-ID: <20010710215328.B26577@pjcj.net>
6245      Branch: perl
6246            ! pod/perlguts.pod
6247 ____________________________________________________________________________
6248 [ 11267] By: jhi                                   on 2001/07/11  00:29:59
6249         Log: Subject: [PATCH] Authors
6250              From: Artur Bergman <artur@contiller.se>
6251              Date: Tue, 10 Jul 2001 20:39:12 +0200
6252              Message-ID: <B771186F.21CD%artur@contiller.se>
6253      Branch: perl
6254            ! AUTHORS
6255 ____________________________________________________________________________
6256 [ 11266] By: jhi                                   on 2001/07/11  00:29:13
6257         Log: Subject: Re: [PATCH] Small fix to pp_gmtime
6258              From: Doug MacEachern <dougm@covalent.net>
6259              Date: Tue, 10 Jul 2001 11:19:43 -0700 (PDT)
6260              Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net>
6261      Branch: perl
6262            ! pp_ctl.c
6263 ____________________________________________________________________________
6264 [ 11265] By: jhi                                   on 2001/07/11  00:28:15
6265         Log: Subject: doc patch; times() in scalar context
6266              From: mjd@plover.com
6267              Date: 10 Jul 2001 18:01:17 -0000
6268              Message-ID: <20010710180117.12477.qmail@plover.com>
6269      Branch: perl
6270            ! pod/perlfunc.pod
6271 ____________________________________________________________________________
6272 [ 11264] By: jhi                                   on 2001/07/11  00:27:17
6273         Log: Subject: [PATCH] Small fix to pp_gmtime
6274              From: Artur Bergman <artur@contiller.se>
6275              Date: Tue, 10 Jul 2001 19:54:52 +0200
6276              Message-ID: <B7710E0B.21C5%artur@contiller.se>
6277      Branch: perl
6278            ! pp_sys.c
6279 ____________________________________________________________________________
6280 [ 11263] By: pudge                                 on 2001/07/10  21:06:10
6281         Log: Integrate changes from mainline perl, add notes about
6282              Mac OS X and Mac OS.
6283      Branch: maint-5.6/macperl
6284            ! pod/perlport.pod
6285 ____________________________________________________________________________
6286 [ 11262] By: jhi                                   on 2001/07/10  15:21:26
6287         Log: A proof of the dangers of package; ?
6288      Branch: perl
6289            ! t/lib/warnings/op
6290 ____________________________________________________________________________
6291 [ 11261] By: jhi                                   on 2001/07/10  15:02:27
6292         Log: Regen toc and modlib.
6293      Branch: perl
6294            ! pod/perlmodlib.pod pod/perltoc.pod
6295 ____________________________________________________________________________
6296 [ 11260] By: jhi                                   on 2001/07/10  15:00:37
6297         Log: Add compexcl(), casefold(), and casespec() interfaces;
6298              and make all interfaces to return hash references instead
6299              of hashes. 
6300      Branch: perl
6301            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
6302 ____________________________________________________________________________
6303 [ 11259] By: jhi                                   on 2001/07/10  13:50:17
6304         Log: Subject: [PATCH bleadperl] Math::Big* doc patches (and some code)
6305              From: "Philip Newton" <Philip.Newton@gmx.net>
6306              Date: Tue, 10 Jul 2001 09:55:59 +0200
6307              Message-ID: <20010710.095300@ID-11583.news.dfncis.de>
6308              
6309              Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs
6310              From: "Philip Newton" <Philip.Newton@gmx.net>
6311              Date: Tue, 10 Jul 2001 09:56:37 +0200
6312              Message-ID: <20010710.095600@ID-11583.news.dfncis.de>
6313      Branch: perl
6314            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
6315            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintpm.t
6316 ____________________________________________________________________________
6317 [ 11258] By: jhi                                   on 2001/07/10  13:47:20
6318         Log: Subject: [patch] undef &xsub for 1,2
6319              From: Doug MacEachern <dougm@covalent.net>
6320              Date: Mon, 9 Jul 2001 20:16:49 -0700 (PDT)
6321              Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net>
6322              
6323              (This version of the patch with a comment from Gisle.)
6324      Branch: perl
6325            ! op.c
6326 ____________________________________________________________________________
6327 [ 11257] By: jhi                                   on 2001/07/10  13:45:44
6328         Log: Mention package; deprecation and the Win32 problems.
6329      Branch: perl
6330            ! pod/perl572delta.pod
6331 ____________________________________________________________________________
6332 [ 11256] By: jhi                                   on 2001/07/10  13:45:12
6333         Log: Subject: [PATCH] deprecate package with no arguments
6334              From: Robin Houston <robin@kitsite.com>
6335              Date: Tue, 10 Jul 2001 13:33:40 +0100
6336              Message-ID: <20010710133340.A13452@robin.kitsite.com>
6337      Branch: perl
6338            ! op.c pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/op
6339 ____________________________________________________________________________
6340 [ 11255] By: jhi                                   on 2001/07/10  13:16:11
6341         Log: Upgrade to podlators 1.10.
6342      Branch: perl
6343            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
6344            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
6345            ! pod/pod2man.PL pod/pod2text.PL
6346 ____________________________________________________________________________
6347 [ 11254] By: jhi                                   on 2001/07/10  13:09:34
6348         Log: Upgrade to Term::ANSIColor 1.04.
6349      Branch: perl
6350            + lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README
6351            ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/test.pl
6352 ____________________________________________________________________________
6353 [ 11253] By: jhi                                   on 2001/07/10  12:59:27
6354         Log: Integrate perlio (the right fix for the ":layer(args)")
6355      Branch: perl
6356           !> perlio.c
6357 ____________________________________________________________________________
6358 [ 11252] By: nick                                  on 2001/07/10  06:58:14
6359         Log: Fix open(...,"...:layer(xxx)",...)
6360              - use memEQ not strEQ as there is '(' not '\0'
6361      Branch: perlio
6362            ! perlio.c
6363 ____________________________________________________________________________
6364 [ 11251] By: jhi                                   on 2001/07/10  04:04:18
6365         Log: Telling the number of tests helps.
6366      Branch: perl
6367            ! ext/PerlIO/t/encoding.t
6368 ____________________________________________________________________________
6369 [ 11250] By: jhi                                   on 2001/07/10  03:55:38
6370         Log: Require I18N::Langinfo, not use.
6371      Branch: perl
6372            ! lib/open.pm
6373 ____________________________________________________________________________
6374 [ 11249] By: jhi                                   on 2001/07/10  03:50:18
6375         Log: Add a test for for PerlIO ":encoding(...)" layer.
6376      Branch: perl
6377            + ext/PerlIO/t/encoding.t
6378            ! MANIFEST ext/Encode/Encode.pm
6379 ____________________________________________________________________________
6380 [ 11248] By: jhi                                   on 2001/07/10  02:06:57
6381         Log: PerlIO ":encoding(foobar)" temporary fix.
6382              Not really correct, I think, since the change means
6383              that prefixes match.
6384      Branch: perl
6385            ! perlio.c
6386 ____________________________________________________________________________
6387 [ 11247] By: jhi                                   on 2001/07/10  01:38:11
6388         Log: Update to Math::BigInt 1.36.  The biggest news is
6389              the separation of the backend; now the pure Perl
6390              implementation is in Math::BigInt::Calc, but one
6391              can plugin, say, Math::BigInt::BitVect, and get
6392              considerable speedup.
6393      Branch: perl
6394            + lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
6395            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
6396            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
6397            ! lib/Math/BigInt/t/mbimbf.t
6398 ____________________________________________________________________________
6399 [ 11246] By: jhi                                   on 2001/07/10  01:19:55
6400         Log: Subject: Re: compatibility question
6401              From: Peter Prymmer <pvhp@forte.com>
6402              Date: Mon, 9 Jul 2001 18:04:33 -0700 (PDT)
6403              Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com>
6404      Branch: perl
6405            ! lib/ExtUtils/MM_VMS.pm
6406 ____________________________________________________________________________
6407 [ 11245] By: jhi                                   on 2001/07/10  01:18:04
6408         Log: Subject: [PATCH ext/File/Glob/t/basic.t]
6409              From: Norton Allen <allen@huarp.harvard.edu>
6410              Date: Mon, 9 Jul 2001 17:16:15 -0400 (edt)
6411              Message-Id: <200107092116.RAA12010@bottesini.harvard.edu>
6412      Branch: perl
6413            ! ext/File/Glob/t/basic.t
6414 ____________________________________________________________________________
6415 [ 11244] By: jhi                                   on 2001/07/10  01:16:27
6416         Log: Subject: [PATCH] Encode::Tcl. add "HZ" encoding and bugfix
6417              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
6418              Date: Tue, 10 Jul 2001 00:29:55 +0900
6419              Message-Id: <20010710002756.B497.BQW10602@nifty.com>
6420      Branch: perl
6421            + ext/Encode/Encode/HZ.enc
6422            ! MANIFEST ext/Encode/Encode/7bit-kana.enc
6423            ! ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
6424            ! ext/Encode/Encode/iso2022-jp.enc
6425            ! ext/Encode/Encode/iso2022-kr.enc
6426 ____________________________________________________________________________
6427 [ 11243] By: pudge                                 on 2001/07/09  22:16:12
6428         Log: Add in all them there macos/ files.
6429      Branch: maint-5.6/macperl
6430            + (add 577 files)
6431 ____________________________________________________________________________
6432 [ 11242] By: jhi                                   on 2001/07/09  20:26:04
6433         Log: Add the new modules to the list of having those own tests.
6434      Branch: perl
6435            ! t/lib/1_compile.t
6436 ____________________________________________________________________________
6437 [ 11241] By: jhi                                   on 2001/07/09  19:09:58
6438         Log: Add INOUT to control both ways at the same time.
6439      Branch: perl
6440            ! lib/open.pm
6441 ____________________________________________________________________________
6442 [ 11240] By: nick                                  on 2001/07/09  16:33:50
6443         Log: Integrate mainline
6444      Branch: perlio
6445           +> ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
6446           +> ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
6447           !> (integrate 41 files)
6448 ____________________________________________________________________________
6449 [ 11239] By: jhi                                   on 2001/07/09  16:14:35
6450         Log: More encoding mapping magic.
6451      Branch: perl
6452            ! lib/open.pm
6453 ____________________________________________________________________________
6454 [ 11238] By: jhi                                   on 2001/07/09  14:40:43
6455         Log: Update Changes.
6456      Branch: perl
6457            ! Changes patchlevel.h
6458 ____________________________________________________________________________
6459 [ 11237] By: jhi                                   on 2001/07/09  14:27:27
6460         Log: (Retracted by #11285).
6461              
6462              Subject: [PATCH] OPpCONST_OCTAL fixes
6463              From: Abhijit Menon-Sen <ams@wiw.org>
6464              Date: Mon, 9 Jul 2001 07:38:45 +0530
6465              Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org>
6466      Branch: perl
6467            ! op.c
6468 ____________________________________________________________________________
6469 [ 11236] By: jhi                                   on 2001/07/09  14:10:07
6470         Log: Add a pseudolayer ":locale" to the open pragma which
6471              will get the encoding from the locale.  Yet undocumented
6472              because I can't get the PerlIO :encoding(foobar) to work.
6473      Branch: perl
6474            ! ext/Encode/Encode.pm lib/open.pm
6475 ____________________________________________________________________________
6476 [ 11235] By: jhi                                   on 2001/07/09  13:38:43
6477         Log: Add more encoding mappings.
6478      Branch: perl
6479            ! ext/Encode/Encode.pm
6480 ____________________________________________________________________________
6481 [ 11234] By: jhi                                   on 2001/07/09  13:24:54
6482         Log: Document that using :encoding layer requires using Encode.
6483      Branch: perl
6484            ! ext/Encode/Encode.pm lib/PerlIO.pm
6485 ____________________________________________________________________________
6486 [ 11233] By: jhi                                   on 2001/07/09  13:19:34
6487         Log: Netware tweak from Ananth Kesari.
6488      Branch: perl
6489            ! NetWare/netware.h
6490 ____________________________________________________________________________
6491 [ 11232] By: gsar                                  on 2001/07/09  04:40:07
6492         Log: t/harness doesn't know about run/*.t
6493      Branch: perl
6494            ! t/harness
6495 ____________________________________________________________________________
6496 [ 11231] By: gsar                                  on 2001/07/09  04:36:30
6497         Log: run/exit.t busted on windows
6498      Branch: perl
6499            ! t/run/exit.t
6500 ____________________________________________________________________________
6501 [ 11230] By: gsar                                  on 2001/07/09  04:14:54
6502         Log: fix a couple of UCD.t tests that fail due to bad case
6503      Branch: perl
6504            ! lib/Unicode/UCD.t
6505 ____________________________________________________________________________
6506 [ 11229] By: gsar                                  on 2001/07/09  03:57:06
6507         Log: test skip logic was broken
6508      Branch: perl
6509            ! ext/I18N/Langinfo/Langinfo.t
6510 ____________________________________________________________________________
6511 [ 11228] By: gsar                                  on 2001/07/09  03:42:20
6512         Log: remove *.pdb files on windows upon $(MAKE) clean (fixes
6513              failure of ExtUtils.t#27 when built in debug mode)
6514      Branch: perl
6515            ! lib/ExtUtils/MM_Win32.pm
6516 ____________________________________________________________________________
6517 [ 11227] By: gsar                                  on 2001/07/09  02:11:04
6518         Log: I18N::Langinfo is not available on windows
6519      Branch: perl
6520            ! win32/FindExt.pm
6521 ____________________________________________________________________________
6522 [ 11226] By: gsar                                  on 2001/07/09  01:55:23
6523         Log: save a dTHX
6524      Branch: perl
6525            ! ext/POSIX/POSIX.xs
6526 ____________________________________________________________________________
6527 [ 11225] By: jhi                                   on 2001/07/08  23:42:37
6528         Log: Update Changes.
6529      Branch: perl
6530            ! Changes patchlevel.h
6531 ____________________________________________________________________________
6532 [ 11224] By: jhi                                   on 2001/07/08  23:05:41
6533         Log: Guard the nl_langinfo() with HAS_NL_LANGINFO 
6534              as pointed out by Sarathy.
6535      Branch: perl
6536            ! ext/I18N/Langinfo/Langinfo.xs
6537 ____________________________________________________________________________
6538 [ 11223] By: jhi                                   on 2001/07/08  22:59:01
6539         Log: Retract #11212.
6540      Branch: perl
6541            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
6542 ____________________________________________________________________________
6543 [ 11222] By: jhi                                   on 2001/07/08  17:41:22
6544         Log: Bump up the VERSION of Cwd.xs.
6545      Branch: perl
6546            ! ext/Cwd/Makefile.PL
6547 ____________________________________________________________________________
6548 [ 11221] By: jhi                                   on 2001/07/08  17:13:38
6549         Log: Retract #11220, the problem wasn't the missing leading zero.
6550              Here's the problem:
6551              $ ./perl -we 'chmod(oct("755"), ".")'
6552              Non-octal literal mode (493) specified at -e line 1.
6553              (Did you mean 0493 instead?)
6554      Branch: perl
6555            ! lib/ExtUtils/MM_Unix.pm
6556 ____________________________________________________________________________
6557 [ 11220] By: jhi                                   on 2001/07/08  17:05:55
6558         Log: (Retracted by #11221)
6559              Change the PERM_RW and PERM_RWX to 0644 and 0755
6560              (add the leading zero).
6561      Branch: perl
6562            ! lib/ExtUtils/MM_Unix.pm
6563 ____________________________________________________________________________
6564 [ 11219] By: jhi                                   on 2001/07/08  16:17:32
6565         Log: Integrate changes #11193, 11205, 11209 from macperl.
6566              
6567              Fix up AutoLoader to fudge for Mac paths in import().
6568              
6569              Allow symbols in try_symbol() to begin with "_".
6570              
6571              Small portability fix for Mac OS.
6572      Branch: perl
6573           !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl
6574 ____________________________________________________________________________
6575 [ 11218] By: jhi                                   on 2001/07/08  16:10:30
6576         Log: Metaconfig unit change for #11217.
6577      Branch: metaconfig/U/perl
6578            ! Extensions.U
6579 ____________________________________________________________________________
6580 [ 11217] By: jhi                                   on 2001/07/08  16:10:07
6581         Log: Detypo, problem noticed by Gerrit P. Haase.
6582      Branch: perl
6583            ! Configure config_h.SH
6584 ____________________________________________________________________________
6585 [ 11216] By: jhi                                   on 2001/07/08  15:58:35
6586         Log: Cwd cleanups.
6587      Branch: perl
6588            ! ext/Cwd/Cwd.xs
6589 ____________________________________________________________________________
6590 [ 11215] By: jhi                                   on 2001/07/08  15:52:57
6591         Log: Slight tweaks on #11213.
6592      Branch: perl
6593            ! toke.c
6594 ____________________________________________________________________________
6595 [ 11214] By: jhi                                   on 2001/07/08  14:32:28
6596         Log: A missing dTHX noticed by Gerrit P. Haase.
6597      Branch: perl
6598            ! ext/POSIX/POSIX.xs
6599 ____________________________________________________________________________
6600 [ 11213] By: jhi                                   on 2001/07/08  14:24:44
6601         Log: Subject: [PATCH toke.c] Simplify yytoke()
6602              From: Simon Cozens <simon@netthink.co.uk>
6603              Date: Sun, 8 Jul 2001 13:24:34 +0100
6604              Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror>
6605              
6606              Split out pending_ident().
6607      Branch: perl
6608            ! embed.h embed.pl pod/perlapi.pod proto.h toke.c
6609 ____________________________________________________________________________
6610 [ 11212] By: jhi                                   on 2001/07/08  14:17:10
6611         Log: (Retracted by #11223.)
6612              Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004
6613              Date: Wed, 05 Nov 1997 17:22:34 -0600
6614              From: Graham Barr <gbarr@ti.com>
6615              Message-Id: <3460FFBA.6DA51F46@ti.com>
6616      Branch: perl
6617            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
6618 ____________________________________________________________________________
6619 [ 11211] By: jhi                                   on 2001/07/08  13:53:38
6620         Log: Fix I18N::Langinfo nits noticed but Philip Newton.
6621      Branch: perl
6622            ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
6623            ! pod/perllocale.pod
6624 ____________________________________________________________________________
6625 [ 11210] By: jhi                                   on 2001/07/08  01:34:09
6626         Log: Really do the test under the C locale.
6627      Branch: perl
6628            ! ext/I18N/Langinfo/Langinfo.t
6629 ____________________________________________________________________________
6630 [ 11209] By: pudge                                 on 2001/07/08  01:19:25
6631         Log: Small portability fix for Mac OS.
6632      Branch: maint-5.6/macperl
6633            ! lib/Cwd.pm
6634 ____________________________________________________________________________
6635 [ 11208] By: jhi                                   on 2001/07/08  01:14:58
6636         Log: Metaconfig unit change for #11207.
6637      Branch: metaconfig/U/perl
6638            ! Extensions.U
6639 ____________________________________________________________________________
6640 [ 11207] By: jhi                                   on 2001/07/08  01:14:02
6641         Log: Add I18N::Langinfo, which is basically a wrapper around
6642              nl_langinfo(), which is an additional way to query locale
6643              specific information.
6644      Branch: perl
6645            + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
6646            + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
6647            ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod
6648 ____________________________________________________________________________
6649 [ 11206] By: pudge                                 on 2001/07/08  00:56:29
6650         Log: Bugfixes for some tests.  commonsense.t not in perl 5.6,
6651              used in File::Find tests; replace with if.t.
6652      Branch: maint-5.6/macperl
6653            ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t
6654            ! t/pragma/warn/op
6655 ____________________________________________________________________________
6656 [ 11205] By: pudge                                 on 2001/07/07  23:55:56
6657         Log: Allow symbols in try_symbol() to begin with "_".
6658      Branch: maint-5.6/macperl
6659            ! makedef.pl
6660 ____________________________________________________________________________
6661 [ 11204] By: pudge                                 on 2001/07/07  23:53:37
6662         Log: Sync up the File::Find changes from the rewrite by
6663              Thomas Wegner, et al.
6664      Branch: maint-5.6/macperl
6665            + t/lib/filefind-taint.t
6666            ! lib/File/Find.pm t/lib/filefind.t
6667 ____________________________________________________________________________
6668 [ 11203] By: pudge                                 on 2001/07/07  23:43:06
6669         Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff
6670              From: Thomas Wegner <wegner_thomas@yahoo.com>
6671              Date: Thu, 5 Jul 2001 20:31:25 +0200
6672              Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]>
6673      Branch: maint-5.6/macperl
6674            ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl
6675 ____________________________________________________________________________
6676 [ 11202] By: pudge                                 on 2001/07/07  23:38:36
6677         Log: Some more test portability fixes.
6678      Branch: maint-5.6/macperl
6679            ! t/lib/filecopy.t t/pragma/warn/pp_sys
6680 ____________________________________________________________________________
6681 [ 11201] By: jhi                                   on 2001/07/07  22:52:38
6682         Log: The #11200 removed wrong (non-existent) target.  Duh.
6683      Branch: perl
6684            ! Makefile.SH
6685 ____________________________________________________________________________
6686 [ 11200] By: jhi                                   on 2001/07/07  22:44:14
6687         Log: Zap the lib/re.pm before creating it.
6688      Branch: perl
6689            ! Makefile.SH
6690 ____________________________________________________________________________
6691 [ 11199] By: pudge                                 on 2001/07/07  20:54:35
6692         Log: Another test.  Please ignore.
6693      Branch: maint-5.6/macperl
6694            ! README.macos
6695 ____________________________________________________________________________
6696 [ 11198] By: pudge                                 on 2001/07/07  20:44:12
6697         Log: Portability fixes for a lot of tests, especially IO-related
6698              tests, and warnings, and the harness script.
6699      Branch: maint-5.6/macperl
6700            ! t/harness t/io/argv.t t/io/dup.t t/io/fs.t t/io/inplace.t
6701            ! t/io/iprefix.t t/io/open.t t/io/openpid.t t/lib/filepath.t
6702            ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t
6703            ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t
6704            ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t
6705            ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio
6706            ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys
6707            ! t/pragma/warnings.t
6708 ____________________________________________________________________________
6709 [ 11197] By: jhi                                   on 2001/07/07  20:32:28
6710         Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs)
6711              From: Nicholas Clark <nick@ccl4.org>
6712              Date: Sat, 7 Jul 2001 21:00:17 +0100
6713              Message-ID: <20010707210017.H59620@plum.flirble.org>
6714      Branch: perl
6715            ! lib/h2xs.t
6716 ____________________________________________________________________________
6717 [ 11196] By: jhi                                   on 2001/07/07  20:26:36
6718         Log: The UNICOS/mk SysV IPC problem has been fixed.
6719      Branch: perl
6720            ! pod/perl572delta.pod
6721 ____________________________________________________________________________
6722 [ 11195] By: jhi                                   on 2001/07/07  19:59:51
6723         Log: Slight update tweaks on perlunicode.pod.
6724      Branch: perl
6725            ! pod/perlunicode.pod
6726 ____________________________________________________________________________
6727 [ 11194] By: jhi                                   on 2001/07/07  17:53:03
6728         Log: Subject: Doc patch DB_File.pm: use umask-friendly modes
6729              From: Mark-Jason Dominus <mjd@plover.com>
6730              Date: Sat, 07 Jul 2001 13:04:04 -0400
6731              Message-ID: <20010707170404.32694.qmail@plover.com>
6732      Branch: perl
6733            ! ext/DB_File/DB_File.pm
6734 ____________________________________________________________________________
6735 [ 11193] By: pudge                                 on 2001/07/07  17:26:28
6736         Log: Fix up AutoLoader to fudge for Mac paths in import().
6737      Branch: maint-5.6/macperl
6738            ! lib/AutoLoader.pm
6739 ____________________________________________________________________________
6740 [ 11192] By: jhi                                   on 2001/07/07  17:03:06
6741         Log: Try to force the lib/re.pm to be there before entering
6742              the extensions builds, should help for parallel makes.
6743      Branch: perl
6744            ! Makefile.SH
6745 ____________________________________________________________________________
6746 [ 11191] By: jhi                                   on 2001/07/07  15:26:16
6747         Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
6748              From: Norton Allen <allen@huarp.harvard.edu>
6749              Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt)
6750              Message-Id: <200107061601.MAA00597@bottesini.harvard.edu>
6751      Branch: perl
6752            ! ext/POSIX/POSIX.xs
6753 ____________________________________________________________________________
6754 [ 11190] By: jhi                                   on 2001/07/07  15:22:08
6755         Log: Subject: [PATCH] Re: op/arith.t
6756              From: Nicholas Clark <nick@ccl4.org>
6757              Date: Sat, 7 Jul 2001 13:04:54 +0100
6758              Message-ID: <20010707130454.D59620@plum.flirble.org>
6759      Branch: perl
6760            ! numeric.c toke.c
6761 ____________________________________________________________________________
6762 [ 11189] By: jhi                                   on 2001/07/07  15:20:44
6763         Log: Subject: [PATCH] h2xs
6764              From: Nicholas Clark <nick@ccl4.org>
6765              Date: Fri, 6 Jul 2001 23:25:14 +0100
6766              Message-ID: <20010706232514.X59620@plum.flirble.org>
6767      Branch: perl
6768            ! utils/h2xs.PL
6769 ____________________________________________________________________________
6770 [ 11188] By: jhi                                   on 2001/07/07  15:12:36
6771         Log: Subject: Re: bleedperl perl_alloc..free leakage
6772              From: Radu Greab <radu@netsoft.ro>
6773              Date: Fri, 6 Jul 2001 19:48:54 +0300
6774              Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>
6775              
6776              Leak-be-gone.
6777      Branch: perl
6778            ! op.c
6779 ____________________________________________________________________________
6780 [ 11187] By: pudge                                 on 2001/07/07  02:11:36
6781         Log: Test again.  Please ignore.
6782      Branch: maint-5.6/macperl
6783            ! README.macos
6784 ____________________________________________________________________________
6785 [ 11186] By: pudge                                 on 2001/07/07  02:08:13
6786         Log: Test.  Please ignore.
6787      Branch: maint-5.6/macperl
6788            ! README.macos
6789 ____________________________________________________________________________
6790 [ 11185] By: pudge                                 on 2001/07/06  23:46:57
6791         Log: Include changes already sent in separately as patches,
6792              before branch was created.
6793      Branch: maint-5.6/macperl
6794            ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c
6795            ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm
6796            ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t
6797            ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t
6798            ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t
6799            ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t
6800            ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t
6801            ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t
6802            ! t/op/regexp_noamp.t t/op/split.t t/op/write.t
6803            ! t/pragma/strict.t
6804 ____________________________________________________________________________
6805 [ 11184] By: jhi                                   on 2001/07/06  16:41:30
6806         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
6807              From: Norton Allen <allen@huarp.harvard.edu>
6808              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
6809              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
6810      Branch: perl
6811            ! utf8.h
6812 ____________________________________________________________________________
6813 [ 11183] By: nick                                  on 2001/07/06  16:27:40
6814         Log: Integrate mainline
6815      Branch: perlio
6816           +> (branch 42 files)
6817            - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm
6818            - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t
6819            - win32/bin/mdelete.bat
6820           !> (integrate 215 files)
6821 ____________________________________________________________________________
6822 [ 11182] By: jhi                                   on 2001/07/06  15:57:16
6823         Log: The #11166 needed also these updated.
6824      Branch: perl
6825            ! lib/warnings.pm warnings.h
6826 ____________________________________________________________________________
6827 [ 11181] By: jhi                                   on 2001/07/06  13:24:42
6828         Log: Update Changes.
6829      Branch: perl
6830            ! Changes patchlevel.h
6831 ____________________________________________________________________________
6832 [ 11180] By: jhi                                   on 2001/07/06  13:20:08
6833         Log: Regen toc.
6834      Branch: perl
6835            ! pod/perltoc.pod
6836 ____________________________________________________________________________
6837 [ 11179] By: jhi                                   on 2001/07/06  12:57:13
6838         Log: Nit from Abhijit.
6839      Branch: perl
6840            ! lib/CPAN.pm
6841 ____________________________________________________________________________
6842 [ 11178] By: jhi                                   on 2001/07/06  12:53:04
6843         Log: Retract #11172.
6844      Branch: perl
6845            ! t/op/method.t
6846 ____________________________________________________________________________
6847 [ 11177] By: jhi                                   on 2001/07/06  12:44:51
6848         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
6849              From: Norton Allen <allen@huarp.harvard.edu>
6850              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
6851              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
6852      Branch: perl
6853            ! lib/Cwd.pm
6854 ____________________________________________________________________________
6855 [ 11176] By: jhi                                   on 2001/07/06  12:42:45
6856         Log: (Accidentally empty check-in.)
6857      Branch: perl
6858            ! utf8.h
6859 ____________________________________________________________________________
6860 [ 11175] By: jhi                                   on 2001/07/06  12:29:56
6861         Log: Retract #11165 since Sarathy pointed out it'll not
6862              work properly under threads, the problem should be
6863              solved using "the savestack, either via SSNEW() or
6864              using a newSVpv()+SAVEFREESV() combo."
6865      Branch: perl
6866            ! ext/POSIX/POSIX.xs
6867 ____________________________________________________________________________
6868 [ 11174] By: jhi                                   on 2001/07/06  12:27:31
6869         Log: Retract #11125 since NI-S pointed out it'll not work in
6870              cases where the extension has their own handcrafted INC
6871              et alia.
6872      Branch: perl
6873            ! lib/ExtUtils/MM_Unix.pm
6874 ____________________________________________________________________________
6875 [ 11173] By: jhi                                   on 2001/07/06  12:20:50
6876         Log: Subject: RE: [PATCH] -I and MakeMaker again
6877              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
6878              Date: Fri, 6 Jul 2001 09:18:29 +0200
6879              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>
6880      Branch: perl
6881            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm
6882            ! lib/ExtUtils/MM_Win32.pm
6883 ____________________________________________________________________________
6884 [ 11172] By: jhi                                   on 2001/07/06  12:18:39
6885         Log: (Retracted by #11178)
6886              Subject: [PATCH t/op/method.t] SUPER:: strangeness
6887              From: Piers Cawley <pdcawley@iterative-software.com>
6888              Date: 06 Jul 2001 10:49:01 +0100
6889              Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>
6890      Branch: perl
6891            ! t/op/method.t
6892 ____________________________________________________________________________
6893 [ 11171] By: jhi                                   on 2001/07/06  01:38:55
6894         Log: VOS README update from Paul Green.
6895      Branch: perl
6896            ! README.vos
6897 ____________________________________________________________________________
6898 [ 11170] By: jhi                                   on 2001/07/06  01:19:33
6899         Log: Subject: [PATCH README.qnx hints/qnx.sh]
6900              From: Norton Allen <allen@huarp.harvard.edu>
6901              Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>
6902              Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt)
6903      Branch: perl
6904            ! README.qnx hints/qnx.sh
6905 ____________________________________________________________________________
6906 [ 11169] By: jhi                                   on 2001/07/06  01:17:43
6907         Log: Subject: [PATCH] Doc patch for Tie::Hash
6908              From: Artur Bergman <artur@contiller.se>
6909              Date: Thu, 05 Jul 2001 22:51:18 +0200
6910              Message-ID: <B76A9FE6.1F04%artur@contiller.se>
6911      Branch: perl
6912            ! lib/Tie/Hash.pm
6913 ____________________________________________________________________________
6914 [ 11168] By: jhi                                   on 2001/07/06  01:16:27
6915         Log: Subject: [PATCH] perlfaq4.pod
6916              From: "Liney, Dave" <dave.liney@gbr.conoco.com>
6917              Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
6918              Date: Thu, 5 Jul 2001 18:44:10 +0100 
6919      Branch: perl
6920            ! pod/perlfaq4.pod
6921 ____________________________________________________________________________
6922 [ 11167] By: jhi                                   on 2001/07/06  01:14:41
6923         Log: Subject: [PATCH B::Deparse] Make warnings handling more robust
6924              From: Robin Houston <robin@kitsite.com>
6925              Date: Thu, 5 Jul 2001 18:33:21 +0100
6926              Message-ID: <20010705183321.A27345@robin.kitsite.com>
6927      Branch: perl
6928            ! ext/B/B/Deparse.pm
6929 ____________________________________________________________________________
6930 [ 11166] By: jhi                                   on 2001/07/06  01:11:50
6931         Log: (Retracted by #11285.)
6932              
6933              Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
6934              From: Abhijit Menon-Sen <ams@wiw.org>
6935              Date: Fri, 6 Jul 2001 01:26:32 +0530
6936              Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>
6937      Branch: perl
6938            ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym
6939            ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c
6940            ! warnings.pl
6941 ____________________________________________________________________________
6942 [ 11165] By: jhi                                   on 2001/07/06  00:19:26
6943         Log: (Retracted by #11175)
6944              Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
6945              From: Norton Allen <allen@huarp.harvard.edu>
6946              Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>
6947              Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt)
6948      Branch: perl
6949            ! ext/POSIX/POSIX.xs
6950 ____________________________________________________________________________
6951 [ 11164] By: jhi                                   on 2001/07/06  00:14:57
6952         Log: Unterminated C< (noticed by Richard Hatch), and few other
6953              small Unicode doc tweaks.
6954      Branch: perl
6955            ! pod/perlretut.pod
6956 ____________________________________________________________________________
6957 [ 11163] By: jhi                                   on 2001/07/05  19:33:34
6958         Log: More flexible argument understanding; add charblocks() and
6959              charscripts(); make charblock() and charscript() two-way;
6960              add charinrange(); separate the $Unicode::UCD::VERSION and
6961              the version of the Unicode by adding UnicodeVersion().
6962      Branch: perl
6963            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
6964 ____________________________________________________________________________
6965 [ 11162] By: jhi                                   on 2001/07/05  13:38:36
6966         Log: Update Unicode::UCD on \p{In...}.
6967      Branch: perl
6968            ! lib/Unicode/UCD.pm
6969 ____________________________________________________________________________
6970 [ 11161] By: jhi                                   on 2001/07/05  13:26:00
6971         Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
6972              From: Norton Allen <allen@huarp.harvard.edu>
6973              Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt)
6974              Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>
6975      Branch: perl
6976            ! lib/ExtUtils/MM_Unix.pm
6977 ____________________________________________________________________________
6978 [ 11160] By: jhi                                   on 2001/07/05  13:06:53
6979         Log: POSIX-BC tweaks from Thomas Dorner.
6980      Branch: perl
6981            ! hints/posix-bc.sh perlio.h
6982 ____________________________________________________________________________
6983 [ 11159] By: jhi                                   on 2001/07/05  04:17:18
6984         Log: Module updates for the delta.
6985      Branch: perl
6986            ! pod/perl572delta.pod
6987 ____________________________________________________________________________
6988 [ 11158] By: jhi                                   on 2001/07/05  03:45:19
6989         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX
6990              From: Norton Allen <allen@huarp.harvard.edu>
6991              Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>
6992              Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt)
6993      Branch: perl
6994            ! ext/IO/lib/IO/t/io_sock.t
6995 ____________________________________________________________________________
6996 [ 11157] By: jhi                                   on 2001/07/05  03:44:19
6997         Log: Subject: [PATCH perldiag.pod] Quick fixes
6998              From: Simon Cozens <simon@netthink.co.uk>
6999              Date: Wed, 4 Jul 2001 20:22:12 +0100
7000              Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>
7001      Branch: perl
7002            ! pod/perldiag.pod
7003 ____________________________________________________________________________
7004 [ 11156] By: jhi                                   on 2001/07/05  03:43:28
7005         Log: Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match
7006              From: Radu Greab <radu@netsoft.ro>
7007              Date: Wed, 4 Jul 2001 22:13:31 +0300
7008              Message-ID: <15171.27355.895094.128142@ix.netsoft.ro>
7009      Branch: perl
7010            ! op.c sv.c t/op/pos.t
7011 ____________________________________________________________________________
7012 [ 11155] By: jhi                                   on 2001/07/05  03:40:24
7013         Log: Subject: [PATCH] -I and MakeMaker again
7014              From: Michael G Schwern <schwern@pobox.com>
7015              Date: Wed, 4 Jul 2001 15:03:07 -0400
7016              Message-ID: <20010704150307.I20340@blackrider>
7017              
7018              (and retract #11145)
7019      Branch: perl
7020            ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm
7021            ! lib/ExtUtils/MakeMaker.pm
7022 ____________________________________________________________________________
7023 [ 11154] By: jhi                                   on 2001/07/05  03:32:43
7024         Log: Subject: Re: PERFORCE change 11142 for review
7025              From: "Philip Newton" <Philip.Newton@gmx.net>
7026              Date: Wed, 4 Jul 2001 20:46:26 +0200
7027              Message-Id: <200107041841.VAA25380@taas.iki.fi>
7028      Branch: perl
7029            ! lib/ExtUtils/MakeMaker.pm
7030 ____________________________________________________________________________
7031 [ 11153] By: jhi                                   on 2001/07/05  03:29:21
7032         Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
7033              From: Jonathan Stowe <gellyfish@gellyfish.com>
7034              Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST)
7035              Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>
7036      Branch: perl
7037            ! utils/pl2pm.PL
7038 ____________________________________________________________________________
7039 [ 11152] By: gsar                                  on 2001/07/05  00:52:57
7040         Log: fix the binary compatibility issue when building with/without
7041              usemymalloc by exporting Perl_malloc() et al as simple wrappers
7042              around the system functions (this allows most extensions built
7043              using one mode to coexist with perls built in the other mode)
7044              
7045              XXX the Perl_mfree() wrapper might need to do return(free()) on
7046              platforms where Free_t isn't "void"
7047      Branch: perl
7048            ! embed.h embed.pl makedef.pl proto.h util.c
7049 ____________________________________________________________________________
7050 [ 11151] By: gsar                                  on 2001/07/05  00:42:49
7051         Log: perl built with USE_ITHREADS can deadlock during fork() or backticks
7052              since it doesn't ensure threads other than the one calling fork()
7053              aren't holding any locks; the fix is to use pthread_atfork() to
7054              hold global locks
7055              
7056              building perl with -Dusemymalloc exacerbates the problem since
7057              Perl_malloc() holds a mutex, and perl's exec() calls New()
7058              
7059              XXX the code in win32thread.h may be needed on platforms that have
7060              no pthread_atfork()
7061      Branch: perl
7062            ! perl.c thread.h win32/win32thread.h
7063 ____________________________________________________________________________
7064 [ 11150] By: pudge                                 on 2001/07/04  20:07:54
7065         Log: Integrate #11009 from maintperl.
7066      Branch: maint-5.6/macperl
7067           !> lib/ExtUtils/Manifest.pm
7068 ____________________________________________________________________________
7069 [ 11149] By: pudge                                 on 2001/07/04  19:54:46
7070         Log: Flexing my Perforce muscles.
7071      Branch: maint-5.6/macperl
7072            ! README.macos
7073 ____________________________________________________________________________
7074 [ 11148] By: jhi                                   on 2001/07/04  17:14:51
7075         Log: Update Changes.
7076      Branch: perl
7077            ! Changes patchlevel.h
7078 ____________________________________________________________________________
7079 [ 11147] By: jhi                                   on 2001/07/04  16:41:25
7080         Log: Metaconfig unit change for #11146.
7081      Branch: metaconfig/U/perl
7082            ! d_fcntl_can_lock.U
7083 ____________________________________________________________________________
7084 [ 11146] By: jhi                                   on 2001/07/04  16:36:31
7085         Log: Somehow the #ifdefs of the added code (in #11093) made
7086              HP-UX to fail the fcntl locking test, without the ifdefs
7087              the test seems to be working again.  Reason unknown:
7088              HP-UX cc doesn't complain either way.
7089      Branch: perl
7090            ! Configure
7091 ____________________________________________________________________________
7092 [ 11145] By: jhi                                   on 2001/07/04  16:08:00
7093         Log: (Retracted by #11155) PERLRUNINST needed in some spots.
7094      Branch: perl
7095            ! lib/ExtUtils/MM_Unix.pm
7096 ____________________________________________________________________________
7097 [ 11144] By: jhi                                   on 2001/07/04  16:07:35
7098         Log: gcc -Wall nit.
7099      Branch: perl
7100            ! pp_hot.c
7101 ____________________________________________________________________________
7102 [ 11143] By: jhi                                   on 2001/07/04  15:08:26
7103         Log: When removing tests updating the test count is a good idea, too.
7104      Branch: perl
7105            ! lib/Net/t/require.t
7106 ____________________________________________________________________________
7107 [ 11142] By: jhi                                   on 2001/07/04  14:57:51
7108         Log: Document #11134 and add the new symbols to the list of
7109              of MakeMaker known ones.
7110      Branch: perl
7111            ! lib/ExtUtils/MakeMaker.pm
7112 ____________________________________________________________________________
7113 [ 11141] By: jhi                                   on 2001/07/04  14:34:11
7114         Log: Microperl update.
7115      Branch: perl
7116            ! uconfig.h
7117 ____________________________________________________________________________
7118 [ 11140] By: jhi                                   on 2001/07/04  14:32:27
7119         Log: Update the libnet tests as per #11138.
7120      Branch: perl
7121            - lib/Net/t/ph.t
7122            ! MANIFEST lib/Net/t/require.t
7123 ____________________________________________________________________________
7124 [ 11139] By: jhi                                   on 2001/07/04  14:14:33
7125         Log: Regen toc and modlib.
7126      Branch: perl
7127            ! pod/perlmodlib.pod pod/perltoc.pod
7128 ____________________________________________________________________________
7129 [ 11138] By: jhi                                   on 2001/07/04  14:10:38
7130         Log: Remove DummyInetd, PH, and SNPP from the libnet, as per
7131              Graham's request.
7132      Branch: perl
7133            - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm
7134            ! MANIFEST
7135 ____________________________________________________________________________
7136 [ 11137] By: jhi                                   on 2001/07/04  14:06:35
7137         Log: Add the OS/390 harness results to the delta.
7138      Branch: perl
7139            ! pod/perl572delta.pod
7140 ____________________________________________________________________________
7141 [ 11136] By: jhi                                   on 2001/07/04  13:59:01
7142         Log: Avoid the two study tests in OS/390 until the bug has been solved.
7143      Branch: perl
7144            ! t/op/study.t
7145 ____________________________________________________________________________
7146 [ 11135] By: jhi                                   on 2001/07/04  13:49:08
7147         Log: DOS/DJGPP tweaks from Laszlo Molnar.
7148      Branch: perl
7149            ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t
7150 ____________________________________________________________________________
7151 [ 11134] By: jhi                                   on 2001/07/04  13:47:46
7152         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE
7153              From: Michael G Schwern <schwern@pobox.com>
7154              Date: Wed, 4 Jul 2001 00:01:16 -0400
7155              Message-ID: <20010704000116.C591@blackrider>
7156      Branch: perl
7157            ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm
7158 ____________________________________________________________________________
7159 [ 11133] By: jhi                                   on 2001/07/04  01:55:20
7160         Log: The #11132 missed singleton characters (not part
7161              of a unilo..unihi range) in Unicode scripts.
7162      Branch: perl
7163            ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl
7164            ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl
7165            ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
7166            ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl
7167            ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl
7168            ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl
7169            ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl
7170            ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl
7171            ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl
7172            ! lib/unicode/mktables.PL t/op/pat.t
7173 ____________________________________________________________________________
7174 [ 11132] By: jhi                                   on 2001/07/04  01:32:11
7175         Log: Support preferentially the Unicode 'scripts' definition
7176              in the \p{In...} notation since according to Unicode the
7177              scripts concept is more natural for matching than using
7178              the somewhat artificial block names.  The block names are
7179              still available, though, and if there's a name conflict,
7180              the scripts one wins and the blocks one has to do with
7181              'Block' appended to its name.  For more information see
7182              
7183              http://www.unicode.org/unicode/reports/tr24/
7184      Branch: perl
7185            + lib/unicode/In/100.pl lib/unicode/In/101.pl
7186            + lib/unicode/In/102.pl lib/unicode/In/103.pl
7187            + lib/unicode/In/104.pl lib/unicode/In/105.pl
7188            + lib/unicode/In/106.pl lib/unicode/In/107.pl
7189            + lib/unicode/In/108.pl lib/unicode/In/109.pl
7190            + lib/unicode/In/110.pl lib/unicode/In/111.pl
7191            + lib/unicode/In/112.pl lib/unicode/In/113.pl
7192            + lib/unicode/In/114.pl lib/unicode/In/115.pl
7193            + lib/unicode/In/116.pl lib/unicode/In/117.pl
7194            + lib/unicode/In/118.pl lib/unicode/In/119.pl
7195            + lib/unicode/In/120.pl lib/unicode/In/121.pl
7196            + lib/unicode/In/122.pl lib/unicode/In/123.pl
7197            + lib/unicode/In/124.pl lib/unicode/In/125.pl
7198            + lib/unicode/In/126.pl lib/unicode/In/127.pl
7199            + lib/unicode/In/128.pl lib/unicode/In/129.pl
7200            + lib/unicode/In/130.pl lib/unicode/In/131.pl
7201            + lib/unicode/In/132.pl lib/unicode/In/133.pl
7202            + lib/unicode/In/134.pl lib/unicode/In/135.pl
7203            + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl
7204            + lib/unicode/In/99.pl lib/unicode/Scripts.pl
7205            ! (edit 106 files)
7206 ____________________________________________________________________________
7207 [ 11131] By: jhi                                   on 2001/07/03  23:02:02
7208         Log: Better document the difference between a block and a script.
7209      Branch: perl
7210            ! lib/Unicode/UCD.pm
7211 ____________________________________________________________________________
7212 [ 11130] By: jhi                                   on 2001/07/03  22:49:15
7213         Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch
7214              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
7215              Date: Tue, 3 Jul 2001 15:04:23 -0500
7216              Message-ID: <20010703150423.C9787@chaos.wustl.edu>
7217      Branch: perl
7218            ! lib/CPAN.pm
7219 ____________________________________________________________________________
7220 [ 11129] By: jhi                                   on 2001/07/03  22:45:41
7221         Log: Add tests for charscript().
7222      Branch: perl
7223            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
7224 ____________________________________________________________________________
7225 [ 11128] By: jhi                                   on 2001/07/03  20:41:54
7226         Log: Add charscript() to get the UTR#24 script names of characters.
7227      Branch: perl
7228            ! lib/Unicode/UCD.pm
7229 ____________________________________________________________________________
7230 [ 11127] By: jhi                                   on 2001/07/03  19:53:29
7231         Log: Todo updates.
7232      Branch: perl
7233            ! pod/perltodo.pod
7234 ____________________________________________________________________________
7235 [ 11126] By: jhi                                   on 2001/07/03  19:45:30
7236         Log: Unicode::UCD updates.
7237      Branch: perl
7238            ! lib/Unicode/UCD.pm
7239 ____________________________________________________________________________
7240 [ 11125] By: jhi                                   on 2001/07/03  16:12:20
7241         Log: (Retracted by #11174)
7242              Subject: MakeMaker should pass through DEFINE and INC to subdirs
7243              From: Alan Burlison <Alan.Burlison@sun.com>
7244              Date: Tue, 03 Jul 2001 15:20:13 +0100
7245              Message-ID: <3B41D49D.A923D4F9@sun.com>
7246      Branch: perl
7247            ! lib/ExtUtils/MM_Unix.pm
7248 ____________________________________________________________________________
7249 [ 11124] By: jhi                                   on 2001/07/03  16:06:53
7250         Log: Subject: Patch needed for UTS
7251              From: hom00@utsglobal.com (Hal Morris)
7252              Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT)
7253              Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com>
7254              
7255              Replace #11113 with a better version.
7256      Branch: perl
7257            ! perl.h
7258 ____________________________________________________________________________
7259 [ 11123] By: jhi                                   on 2001/07/03  16:04:49
7260         Log: Subject: Re: POINTERRIGOR
7261              From: Andy Dougherty <doughera@lafayette.edu>
7262              Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT)
7263              Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu>
7264      Branch: perl
7265            ! util.c
7266 ____________________________________________________________________________
7267 [ 11122] By: jhi                                   on 2001/07/03  16:03:31
7268         Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files
7269              From: "Philip Newton" <pnewton@gmx.de>
7270              Date: Tue, 3 Jul 2001 17:03:34 +0200
7271              Message-ID: <3B41FAE6.29564.660E117@localhost>
7272      Branch: perl
7273            ! pp_hot.c
7274 ____________________________________________________________________________
7275 [ 11121] By: jhi                                   on 2001/07/03  13:26:08
7276         Log: Typos.
7277      Branch: perl
7278            ! INSTALL
7279 ____________________________________________________________________________
7280 [ 11120] By: jhi                                   on 2001/07/03  11:34:47
7281         Log: Subject: [PATCH 5.6.1] debugger fixes
7282              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7283              Date: Tue, 3 Jul 2001 03:38:18 -0400
7284              Message-ID: <20010703033818.A16788@math.ohio-state.edu>
7285              
7286              The $^S is working again.
7287      Branch: perl
7288            ! lib/perl5db.pl
7289 ____________________________________________________________________________
7290 [ 11119] By: jhi                                   on 2001/07/03  11:33:27
7291         Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements
7292              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7293              Date: Tue, 3 Jul 2001 03:34:06 -0400
7294              Message-ID: <20010703033406.A16776@math.ohio-state.edu>
7295      Branch: perl
7296            ! os2/OS2/Process/Process.pm
7297 ____________________________________________________________________________
7298 [ 11118] By: jhi                                   on 2001/07/03  11:29:54
7299         Log: Subject: [PATCH bleadperl] Bad lishp in change 11084
7300              From: "Philip Newton" <Philip.Newton@gmx.net>
7301              Date: Tue, 3 Jul 2001 09:11:27 +0200
7302              Message-Id: <200107030706.KAA04596@taas.iki.fi>
7303      Branch: perl
7304            ! lib/FindBin.pm
7305 ____________________________________________________________________________
7306 [ 11117] By: jhi                                   on 2001/07/03  11:25:14
7307         Log: Delta delta.
7308      Branch: perl
7309            ! pod/perl572delta.pod
7310 ____________________________________________________________________________
7311 [ 11116] By: jhi                                   on 2001/07/02  23:06:50
7312         Log: Metaconfig unit change for 11115.
7313      Branch: metaconfig
7314            ! U/modified/libc.U
7315 ____________________________________________________________________________
7316 [ 11115] By: jhi                                   on 2001/07/02  23:06:27
7317         Log: Whitespace allowed at the ends of /lib/syscalls.exp lines
7318              (from Richard Hatch) (this was the cause of pipes() and
7319              times() myeteriously not being found)
7320      Branch: perl
7321            ! Configure
7322 ____________________________________________________________________________
7323 [ 11114] By: jhi                                   on 2001/07/02  22:58:41
7324         Log: Retract #10142, the real culprit found by Richard Hatch,
7325              coming soon to Configure near you.
7326      Branch: perl
7327            ! hints/aix.sh
7328 ____________________________________________________________________________
7329 [ 11113] By: jhi                                   on 2001/07/02  22:56:09
7330         Log: (Replaced by #11124) UTS workaround from Hal Morris.
7331      Branch: perl
7332            ! perl.h
7333 ____________________________________________________________________________
7334 [ 11112] By: jhi                                   on 2001/07/02  22:53:29
7335         Log: Subject: [PATCH] grok not grocking correctly
7336              From: Nicholas Clark <nick@ccl4.org>
7337              Date: Tue, 3 Jul 2001 00:19:08 +0100
7338              Message-ID: <20010703001908.H59620@plum.flirble.org>
7339      Branch: perl
7340            ! numeric.c
7341 ____________________________________________________________________________
7342 [ 11111] By: jhi                                   on 2001/07/02  22:48:42
7343         Log: Subject: [PATCH Deparse.t] test just-posted patches
7344              From: Robin Houston <robin@kitsite.com>
7345              Date: Mon, 2 Jul 2001 23:46:15 +0100
7346              Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk>
7347      Branch: perl
7348            ! ext/B/Deparse.t
7349 ____________________________________________________________________________
7350 [ 11110] By: jhi                                   on 2001/07/02  22:27:10
7351         Log: Subject: [PATCH toke.c] autosplit into @F
7352              From: Robin Houston <robin@kitsite.com>
7353              Date: Mon, 2 Jul 2001 23:18:20 +0100
7354              Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk>
7355      Branch: perl
7356            ! perl.c toke.c
7357 ____________________________________________________________________________
7358 [ 11109] By: jhi                                   on 2001/07/02  22:25:03
7359         Log: Subject: [PATCH B::Deparse] hash key auto-quoting
7360              From: Robin Houston <robin@kitsite.com>
7361              Date: Mon, 2 Jul 2001 23:00:48 +0100
7362              Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk>
7363      Branch: perl
7364            ! ext/B/B/Deparse.pm
7365 ____________________________________________________________________________
7366 [ 11108] By: jhi                                   on 2001/07/02  19:21:18
7367         Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/
7368              From: "Philip Newton" <Philip.Newton@gmx.net>
7369              Date: Mon, 2 Jul 2001 22:06:22 +0200
7370              (no Message-Id)
7371      Branch: perl
7372            ! ext/NDBM_File/hints/linux.pl
7373 ____________________________________________________________________________
7374 [ 11107] By: jhi                                   on 2001/07/02  19:19:25
7375         Log: Subject: Re: Fixed pack problem - sort of
7376              From: Nicholas Clark <nick@ccl4.org>
7377              Date: Mon, 2 Jul 2001 20:59:20 +0100
7378              Message-ID: <20010702205919.F59620@plum.flirble.org>
7379      Branch: perl
7380            ! pp_pack.c t/op/pack.t
7381 ____________________________________________________________________________
7382 [ 11106] By: jhi                                   on 2001/07/02  19:18:28
7383         Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd
7384              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7385              Date: Mon, 2 Jul 2001 15:45:41 -0400
7386              Message-ID: <20010702154541.B24295@math.ohio-state.edu>
7387      Branch: perl
7388            ! os2/os2.c
7389 ____________________________________________________________________________
7390 [ 11105] By: jhi                                   on 2001/07/02  19:17:27
7391         Log: (Mistaken retraction)
7392      Branch: perl
7393            ! utils/pl2pm.PL
7394 ____________________________________________________________________________
7395 [ 11104] By: jhi                                   on 2001/07/02  18:56:15
7396         Log: Detypo in #11103.
7397      Branch: perl
7398            ! utils/pl2pm.PL
7399 ____________________________________________________________________________
7400 [ 11103] By: jhi                                   on 2001/07/02  18:54:53
7401         Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
7402              From: Jonathan Stowe <gellyfish@gellyfish.com>
7403              Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST)
7404              Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com>
7405      Branch: perl
7406            ! utils/pl2pm.PL
7407 ____________________________________________________________________________
7408 [ 11102] By: jhi                                   on 2001/07/02  18:16:09
7409         Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak?
7410              From: "Craig A. Berry" <craigberry@mac.com>
7411              Date: Mon, 02 Jul 2001 14:11:23 -0500
7412              Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01>
7413      Branch: perl
7414            ! lib/Unicode/UCD.pm
7415 ____________________________________________________________________________
7416 [ 11101] By: jhi                                   on 2001/07/02  18:14:51
7417         Log: Subject: [PATCH] Re: op/numconvert.t failures
7418              From: Nicholas Clark <nick@ccl4.org>
7419              Date: Mon, 2 Jul 2001 20:10:48 +0100
7420              Message-ID: <20010702201048.E59620@plum.flirble.org>
7421      Branch: perl
7422            ! t/op/numconvert.t
7423 ____________________________________________________________________________
7424 [ 11100] By: jhi                                   on 2001/07/02  17:51:44
7425         Log: Update Changes.
7426      Branch: perl
7427            ! Changes patchlevel.h
7428 ____________________________________________________________________________
7429 [ 11099] By: jhi                                   on 2001/07/02  17:46:31
7430         Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
7431              The real fix must be more involved.  The line of code all the leaky
7432              call stacks seem to go through is op.c:2949, the PmopSTASH_set()
7433              line of Perl_newPMOP().
7434      Branch: perl
7435            ! op.h
7436 ____________________________________________________________________________
7437 [ 11098] By: jhi                                   on 2001/07/02  17:37:44
7438         Log: Based on
7439              
7440              Subject: Re: sizeof(struct sembuf)
7441              From: Nicholas Clark <nick@ccl4.org>
7442              Date: Sun, 1 Jul 2001 22:26:48 +0100
7443              Message-ID: <20010701222648.W59620@plum.flirble.org>
7444              
7445              but do semop() always the slow way.
7446      Branch: perl
7447            ! doio.c
7448 ____________________________________________________________________________
7449 [ 11097] By: jhi                                   on 2001/07/02  17:22:14
7450         Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings
7451              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
7452              Date: Tue, 03 Jul 2001 00:56:30 +0900
7453              Message-Id: <20010703005600.2225.BQW10602@nifty.com>
7454      Branch: perl
7455            ! ext/Encode/Encode/Tcl.t
7456 ____________________________________________________________________________
7457 [ 11096] By: jhi                                   on 2001/07/02  17:11:24
7458         Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences
7459              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
7460              Date: Tue, 03 Jul 2001 00:55:46 +0900
7461              Message-Id: <20010703005516.2222.BQW10602@nifty.com>
7462      Branch: perl
7463            ! ext/Encode/Encode/Tcl.pm
7464 ____________________________________________________________________________
7465 [ 11095] By: jhi                                   on 2001/07/02  17:07:14
7466         Log: Regen api and toc.
7467      Branch: perl
7468            ! pod/perlapi.pod pod/perltoc.pod
7469 ____________________________________________________________________________
7470 [ 11094] By: jhi                                   on 2001/07/02  16:29:42
7471         Log: Metaconfig unit change for #11093.
7472      Branch: metaconfig/U/perl
7473            ! d_fcntl_can_lock.U
7474 ____________________________________________________________________________
7475 [ 11093] By: jhi                                   on 2001/07/02  16:28:56
7476         Log: The fcntl locking test may hang if NFS locking messed up;
7477              break out with alarm(10).
7478      Branch: perl
7479            ! Configure
7480 ____________________________________________________________________________
7481 [ 11092] By: jhi                                   on 2001/07/02  14:11:31
7482         Log: Move the mdelete.bat from win32/bin to win32.
7483      Branch: perl
7484            ! MANIFEST
7485 ____________________________________________________________________________
7486 [ 11091] By: jhi                                   on 2001/07/02  14:10:01
7487         Log: Typo in #11083.
7488      Branch: perl
7489            ! ext/Time/Piece/Piece.t
7490 ____________________________________________________________________________
7491 [ 11090] By: jhi                                   on 2001/07/02  13:36:58
7492         Log: Netware tweaks from Guruprasad.
7493      Branch: perl
7494            - NetWare/perlsdio.h
7495            ! MANIFEST NetWare/Makefile NetWare/interface.c
7496            ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h
7497            ! perlsdio.h
7498 ____________________________________________________________________________
7499 [ 11089] By: jhi                                   on 2001/07/02  13:25:40
7500         Log: Subject: Re: [PATH] shared -> unique;
7501              From: Abhijit Menon-Sen <ams@wiw.org>
7502              Date: Wed, 27 Jun 2001 03:51:27 +0530
7503              Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org>
7504      Branch: perl
7505            ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c
7506 ____________________________________________________________________________
7507 [ 11088] By: jhi                                   on 2001/07/02  13:24:27
7508         Log: Subject: Re: AIX / gcc-3.0
7509              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7510              Date: Mon, 02 Jul 2001 15:20:21 +0200
7511              Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl>
7512      Branch: perl
7513            ! hints/aix.sh
7514 ____________________________________________________________________________
7515 [ 11087] By: jhi                                   on 2001/07/02  13:23:21
7516         Log: Subject: Re: Bug report: split splits on wrong pattern
7517              From: Abhijit Menon-Sen <ams@wiw.org>
7518              Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org>
7519              Date: Mon, 2 Jul 2001 16:31:33 +0530
7520      Branch: perl
7521            ! pp_ctl.c
7522 ____________________________________________________________________________
7523 [ 11086] By: jhi                                   on 2001/07/02  13:22:30
7524         Log: Subject: [PATCH 5.6.1] test harness
7525              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7526              Date: Mon, 2 Jul 2001 06:29:21 -0400
7527              Message-ID: <20010702062921.A1810@math.ohio-state.edu>
7528      Branch: perl
7529            ! lib/Test/Harness.pm
7530 ____________________________________________________________________________
7531 [ 11085] By: jhi                                   on 2001/07/02  13:21:39
7532         Log: Subject: [PATCH 5.6.1] debugger goof
7533              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7534              Date: Mon, 2 Jul 2001 06:27:22 -0400
7535              Message-ID: <20010702062722.A1746@math.ohio-state.edu>
7536      Branch: perl
7537            ! lib/perl5db.pl
7538 ____________________________________________________________________________
7539 [ 11084] By: jhi                                   on 2001/07/02  13:20:50
7540         Log: Subject: [PATCH 5.6.1] OS/2 cwd
7541              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7542              Date: Mon, 2 Jul 2001 06:21:17 -0400
7543              Message-ID: <20010702062117.A1401@math.ohio-state.edu>
7544      Branch: perl
7545            ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c
7546 ____________________________________________________________________________
7547 [ 11083] By: jhi                                   on 2001/07/02  13:19:18
7548         Log: Make #11082 more OS/2-specific.
7549      Branch: perl
7550            ! ext/Time/Piece/Piece.t
7551 ____________________________________________________________________________
7552 [ 11082] By: jhi                                   on 2001/07/02  13:14:36
7553         Log: Subject: [PATCH 5.6.1] OS/2 gmtime()
7554              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7555              Date: Mon, 2 Jul 2001 06:06:34 -0400
7556              Message-ID: <20010702060634.A1356@math.ohio-state.edu>
7557      Branch: perl
7558            ! ext/Time/Piece/Piece.t
7559 ____________________________________________________________________________
7560 [ 11081] By: jhi                                   on 2001/07/02  13:13:08
7561         Log: Subject: [PATCH B::Deparse] version number & changes
7562              From: Robin Houston <robin@kitsite.com>  
7563              Date: Sun, 1 Jul 2001 17:17:29 +0100
7564              Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk>
7565      Branch: perl
7566            ! ext/B/B/Deparse.pm
7567 ____________________________________________________________________________
7568 [ 11080] By: jhi                                   on 2001/07/02  13:11:48
7569         Log: Subject: a small fix.
7570              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
7571              Date: Mon, 2 Jul 2001 12:17:53 +0200
7572              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
7573      Branch: perl
7574            ! ext/Thread/Thread.xs
7575 ____________________________________________________________________________
7576 [ 11079] By: jhi                                   on 2001/07/02  13:10:39
7577         Log: Subject: RE: perl@10907
7578              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
7579              Date: Mon, 2 Jul 2001 12:06:16 +0200
7580              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
7581              
7582              Borland C vs PerlIO.
7583      Branch: perl
7584            ! win32/config.bc win32/config_H.bc
7585 ____________________________________________________________________________
7586 [ 11078] By: jhi                                   on 2001/07/02  13:03:44
7587         Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1
7588              From: "H.M. Brand" <merijn@l1.procura.nl>
7589              Date: Mon, 02 Jul 2001 11:18:57 +0200
7590              Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl>
7591      Branch: perl
7592            ! t/op/write.t
7593 ____________________________________________________________________________
7594 [ 11077] By: jhi                                   on 2001/07/02  12:58:27
7595         Log: Subject: [PATCH] Deleting ext/util/mkbootstrap
7596              From: Michael G Schwern <schwern@pobox.com>
7597              Date: Mon, 2 Jul 2001 00:26:24 -0400
7598              Message-ID: <20010702002624.A18302@blackrider>
7599      Branch: perl
7600            - ext/util/mkbootstrap
7601 ____________________________________________________________________________
7602 [ 11076] By: jhi                                   on 2001/07/02  12:56:20
7603         Log: Subject: [PATCH op.h] v minor comment tweak
7604              From: Robin Houston <robin@puffinry.freeserve.co.uk>
7605              Date: Mon, 2 Jul 2001 00:42:01 +0100
7606              Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
7607      Branch: perl
7608            ! op.h
7609 ____________________________________________________________________________
7610 [ 11075] By: jhi                                   on 2001/07/02  12:53:48
7611         Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
7612      Branch: perl
7613            ! pod/perlfunc.pod
7614 ____________________________________________________________________________
7615 [ 11074] By: jhi                                   on 2001/07/02  12:52:28
7616         Log: Subject: Re: sizeof(struct sembuf)
7617              From: Nicholas Clark <nick@ccl4.org>
7618              Date: Sun, 1 Jul 2001 19:23:16 +0100
7619              Message-ID: <20010701192316.V59620@plum.flirble.org>
7620              
7621              s/signaling/signalling/
7622      Branch: perl
7623            ! pod/perlfunc.pod
7624 ____________________________________________________________________________
7625 [ 11073] By: jhi                                   on 2001/07/02  12:49:51
7626         Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N
7627              From: "Philip Newton" <Philip.Newton@gmx.net>
7628              Date: Sun, 1 Jul 2001 09:37:56 +0200
7629              Message-Id: <200107010733.KAA03920@taas.iki.fi>
7630      Branch: perl
7631            ! pod/perlvar.pod
7632 ____________________________________________________________________________
7633 [ 11072] By: jhi                                   on 2001/07/02  12:48:03
7634         Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
7635              From: "Philip Newton" <Philip.Newton@gmx.net>
7636              Date: Sun, 1 Jul 2001 09:37:56 +0200
7637              Message-Id: <200107010733.KAA03925@taas.iki.fi>
7638      Branch: perl
7639            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
7640 ____________________________________________________________________________
7641 [ 11071] By: jhi                                   on 2001/07/02  12:45:12
7642         Log: Metaconfig unit change for #11070.
7643      Branch: metaconfig
7644            ! U/compline/randfunc.U
7645 ____________________________________________________________________________
7646 [ 11070] By: jhi                                   on 2001/07/02  12:43:58
7647         Log: Subject: [PATCH perlsnap] its --> it's --> its
7648              From: "Philip Newton" <Philip.Newton@gmx.net>
7649              Date: Sun, 1 Jul 2001 09:37:56 +0200
7650              Message-Id: <200107010733.KAA03914@taas.iki.fi>
7651      Branch: perl
7652            ! Porting/config_H
7653 ____________________________________________________________________________
7654 [ 11069] By: jhi                                   on 2001/07/02  12:01:52
7655         Log: Sync with Sarathy; integrate with perlio.
7656      Branch: perl
7657           !> gv.c
7658 ____________________________________________________________________________
7659 [ 11068] By: gsar                                  on 2001/07/02  08:07:54
7660         Log: regenerate win32/config_H.?c files
7661      Branch: perl
7662            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
7663 ____________________________________________________________________________
7664 [ 11067] By: gsar                                  on 2001/07/02  08:03:55
7665         Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
7666              naming discipline
7667              
7668              win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
7669              because of this)
7670              
7671              fix a warning about "fd" being used without being set in Cwd.xs
7672      Branch: perl
7673            ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t
7674            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
7675            ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc
7676            ! win32/config.vc
7677 ____________________________________________________________________________
7678 [ 11066] By: gsar                                  on 2001/07/02  07:12:10
7679         Log: win32 fixes: fix various syntax errors ("no preprocessor directives
7680              within macro arguments") and warnings ("unary minus applied to
7681              unsigned type", among others)
7682      Branch: perl
7683            ! gv.c hv.c op.c pp.c sv.c toke.c
7684 ____________________________________________________________________________
7685 [ 11065] By: gsar                                  on 2001/07/02  06:26:22
7686         Log: win32 fixes: more spurious CRs
7687      Branch: perl
7688            ! win32/mdelete.bat
7689 ____________________________________________________________________________
7690 [ 11064] By: gsar                                  on 2001/07/02  06:25:22
7691         Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
7692              from win32/bin (or it gets deleted by distclean); don't delete
7693              lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
7694              NT (should be made Win9x specific, and added to makefile.mk)
7695      Branch: perl
7696           +> win32/mdelete.bat
7697            - win32/bin/mdelete.bat
7698            ! win32/Makefile win32/makefile.mk
7699 ____________________________________________________________________________
7700 [ 11063] By: nick                                  on 2001/07/01  18:54:09
7701         Log: Quick for for #ifdef mess
7702      Branch: perlio
7703            ! gv.c
7704 ____________________________________________________________________________
7705 [ 11062] By: nick                                  on 2001/07/01  18:47:42
7706         Log: Raw integrate - does not build #if mess in gv.c
7707      Branch: perlio
7708           !> (integrate 29 files)
7709 ____________________________________________________________________________
7710 [ 11061] By: jhi                                   on 2001/07/01  15:20:38
7711         Log: Make 'compile' target a little less broken.
7712              Still very broken, though: -Wall warnings from
7713              the generated code, boot_Foo prototypes missing,
7714              can't autoload Fcntl::SEEK_CUR et alia, ...
7715      Branch: perl
7716            ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile
7717            ! utils/perlcc.PL x2p/Makefile.SH
7718 ____________________________________________________________________________
7719 [ 11060] By: jhi                                   on 2001/07/01  14:04:20
7720         Log: Upgrade to Storable 1.0.12, from Raphael Manfredi.
7721      Branch: perl
7722            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
7723            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
7724 ____________________________________________________________________________
7725 [ 11059] By: jhi                                   on 2001/07/01  05:02:59
7726         Log: Update Changes.
7727      Branch: perl
7728            ! Changes patchlevel.h
7729 ____________________________________________________________________________
7730 [ 11058] By: jhi                                   on 2001/07/01  04:57:05
7731         Log: Still one typo, regen toc.
7732      Branch: perl
7733            ! lib/Unicode/UCD.pm pod/perltoc.pod
7734 ____________________________________________________________________________
7735 [ 11057] By: jhi                                   on 2001/07/01  04:54:35
7736         Log: Detypos and regen toc.
7737      Branch: perl
7738            ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
7739 ____________________________________________________________________________
7740 [ 11056] By: jhi                                   on 2001/07/01  04:26:08
7741         Log: VERSION tweak.
7742      Branch: perl
7743            ! ext/List/Util/lib/List/Util.pm
7744 ____________________________________________________________________________
7745 [ 11055] By: jhi                                   on 2001/06/30  22:18:37
7746         Log: Attempt at plugging the leak under ithreads detected by Doug.
7747      Branch: perl
7748            ! op.h
7749 ____________________________________________________________________________
7750 [ 11054] By: jhi                                   on 2001/06/30  21:33:29
7751         Log: gcc -Wall lint after #11051.
7752      Branch: perl
7753            ! pp_sys.c
7754 ____________________________________________________________________________
7755 [ 11053] By: jhi                                   on 2001/06/30  21:13:55
7756         Log: Integrate perlio.
7757      Branch: perl
7758           !> lib/File/Find/taint.t
7759 ____________________________________________________________________________
7760 [ 11052] By: jhi                                   on 2001/06/30  21:07:38
7761         Log: Don't use the v-strings for module VERSIONs.
7762      Branch: perl
7763            ! lib/Unicode/UCD.pm
7764 ____________________________________________________________________________
7765 [ 11051] By: jhi                                   on 2001/06/30  20:59:57
7766         Log: Code cleanup based on turning off the -woffs in IRIX.
7767              Not all of the gripes cleaned up (hairy code in hv.c and
7768              regcomp.c; unused newsp, gimme, and optype from cop.h macros;
7769              unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
7770              to the IRIX hints)
7771      Branch: perl
7772            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
7773            ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
7774            ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
7775            ! regcomp.c sv.c
7776 ____________________________________________________________________________
7777 [ 11050] By: nick                                  on 2001/06/30  20:46:46
7778         Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
7779      Branch: perlio
7780            ! lib/File/Find/taint.t
7781 ____________________________________________________________________________
7782 [ 11049] By: nick                                  on 2001/06/30  18:13:33
7783         Log: Integrate mainline
7784      Branch: perlio
7785           +> NetWare/nwstdio.h NetWare/perlsdio.h
7786           +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
7787           +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
7788           +> lib/Unicode/UCD.t t/run/exit.t
7789           !> (integrate 60 files)
7790 ____________________________________________________________________________
7791 [ 11048] By: jhi                                   on 2001/06/30  16:23:39
7792         Log: Delta delta.
7793      Branch: perl
7794            ! pod/perl572delta.pod
7795 ____________________________________________________________________________
7796 [ 11047] By: jhi                                   on 2001/06/30  16:03:40
7797         Log: More VERSION tuning: to avoid unnecessary Perl upgrades
7798              by CPAN.pm, use rather _00.
7799      Branch: perl
7800            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
7801            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
7802            ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
7803            ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
7804            ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
7805            ! lib/ExtUtils/Embed.pm lib/Test.pm
7806 ____________________________________________________________________________
7807 [ 11046] By: jhi                                   on 2001/06/30  15:53:22
7808         Log: Add a simple Unicode character database interface, Unicode::UCD.
7809      Branch: perl
7810            + lib/Unicode/UCD.pm lib/Unicode/UCD.t
7811            ! MANIFEST
7812 ____________________________________________________________________________
7813 [ 11045] By: jhi                                   on 2001/06/30  13:42:37
7814         Log: Subject: [PATCH] op/numconver.t
7815              From: Nicholas Clark <nick@ccl4.org>
7816              Date: Sat, 30 Jun 2001 15:40:10 +0100
7817              Message-ID: <20010630154010.I59620@plum.flirble.org>
7818      Branch: perl
7819            ! t/op/numconvert.t
7820 ____________________________________________________________________________
7821 [ 11044] By: jhi                                   on 2001/06/30  13:29:25
7822         Log: The $^N is now taken (by #11038).
7823      Branch: perl
7824            ! t/base/lex.t
7825 ____________________________________________________________________________
7826 [ 11043] By: jhi                                   on 2001/06/30  13:15:59
7827         Log: The #11040 had slipped to a wrong function...
7828      Branch: perl
7829            ! sv.c
7830 ____________________________________________________________________________
7831 [ 11042] By: jhi                                   on 2001/06/30  13:08:25
7832         Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
7833              the Configure library symbol probe mysteriously finds all
7834              symbols but those of pipe() and times().
7835      Branch: perl
7836            ! hints/aix.sh
7837 ____________________________________________________________________________
7838 [ 11041] By: jhi                                   on 2001/06/30  13:01:25
7839         Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
7840              From: Nicholas Clark <nick@ccl4.org>
7841              Date: Fri, 29 Jun 2001 23:49:07 +0100
7842              Message-ID: <20010629234907.D59620@plum.flirble.org>
7843      Branch: perl
7844            ! lib/ExtUtils.t
7845 ____________________________________________________________________________
7846 [ 11040] By: jhi                                   on 2001/06/30  13:00:24
7847         Log: Subject: [PATCH] weakref fix 2, not yet there
7848              From: Artur Bergman <artur@contiller.se>
7849              Date: Sat, 30 Jun 2001 01:18:16 +0200
7850              Message-ID: <B762D957.1CC9%artur@contiller.se>
7851      Branch: perl
7852            ! sv.c
7853 ____________________________________________________________________________
7854 [ 11039] By: jhi                                   on 2001/06/30  12:59:25
7855         Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
7856              From: Michael G Schwern <schwern@pobox.com>
7857              Date: Fri, 29 Jun 2001 19:39:11 -0400
7858              Message-ID: <20010629193910.D25304@blackrider>
7859      Branch: perl
7860            + t/run/exit.t
7861            ! MANIFEST
7862 ____________________________________________________________________________
7863 [ 11038] By: jhi                                   on 2001/06/30  12:58:16
7864         Log: Add support for $^N, the most-recently closed group.
7865      Branch: perl
7866            ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
7867            ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
7868            ! thrdvar.h
7869 ____________________________________________________________________________
7870 [ 11037] By: jhi                                   on 2001/06/30  12:53:40
7871         Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
7872              From: lvirden@cas.org
7873              Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
7874              Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
7875              
7876              Subject: [ID 20010630.002] Another editorial tweak to README.solaris
7877              From: lvirden@cas.org
7878              Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
7879              Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
7880      Branch: perl
7881            ! README.solaris
7882 ____________________________________________________________________________
7883 [ 11036] By: jhi                                   on 2001/06/30  12:51:45
7884         Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
7885              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
7886              Date: Sat, 30 Jun 2001 07:33:37 +0900
7887              Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
7888              
7889              Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
7890              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
7891              Date: Sat, 30 Jun 2001 21:38:14 +0900
7892              Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
7893      Branch: perl
7894            + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
7895            + ext/Encode/Encode/7bit-kr.enc
7896            ! MANIFEST ext/Encode/Encode/Tcl.pm
7897 ____________________________________________________________________________
7898 [ 11035] By: jhi                                   on 2001/06/30  12:44:51
7899         Log: NetWare tweaks from Guruprasad.
7900      Branch: perl
7901            + NetWare/nwstdio.h NetWare/perlsdio.h
7902            ! MANIFEST NetWare/Makefile NetWare/config.wc
7903            ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
7904            ! NetWare/t/Readme.txt
7905 ____________________________________________________________________________
7906 [ 11034] By: jhi                                   on 2001/06/29  23:28:16
7907         Log: More module $VERSION bump-ups.
7908      Branch: perl
7909            ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
7910            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
7911            ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
7912 ____________________________________________________________________________
7913 [ 11033] By: jhi                                   on 2001/06/29  21:25:23
7914         Log: Doc update due to #11032.
7915      Branch: perl
7916            ! pod/perl572delta.pod
7917 ____________________________________________________________________________
7918 [ 11032] By: jhi                                   on 2001/06/29  21:19:44
7919         Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
7920              From: Peter Prymmer <pvhp@forte.com>
7921              Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
7922              Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
7923      Branch: perl
7924            ! ext/Time/HiRes/HiRes.xs
7925 ____________________________________________________________________________
7926 [ 11031] By: jhi                                   on 2001/06/29  14:31:53
7927         Log: -lpthreads missing in AIX.
7928      Branch: perl
7929            ! hints/aix.sh
7930 ____________________________________________________________________________
7931 [ 11030] By: jhi                                   on 2001/06/29  14:08:12
7932         Log: Subject: [PATCH] CLONE && weakrefs
7933              From: Artur Bergman <artur@contiller.se>
7934              Date: Fri, 29 Jun 2001 17:02:00 +0200
7935              Message-ID: <B7626508.1CA0%artur@contiller.se>
7936      Branch: perl
7937            ! sv.c
7938 ____________________________________________________________________________
7939 [ 11029] By: jhi                                   on 2001/06/29  14:06:50
7940         Log: Subject: Re: Bug report: split splits on wrong pattern
7941              From: Radu Greab <radu@netsoft.ro>
7942              Date: Wed, 27 Jun 2001 21:50:52 +0300
7943              Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
7944      Branch: perl
7945            ! pp_ctl.c t/op/split.t
7946 ____________________________________________________________________________
7947 [ 11028] By: jhi                                   on 2001/06/29  13:47:38
7948         Log: Metaconfig unit change for #11027.
7949      Branch: metaconfig/U/perl
7950            ! d_modfl.U
7951 ____________________________________________________________________________
7952 [ 11027] By: jhi                                   on 2001/06/29  13:47:03
7953         Log: I thought this Configure glitch for AIX was just recently fixed?
7954      Branch: perl
7955            ! Configure
7956 ____________________________________________________________________________
7957 [ 11026] By: jhi                                   on 2001/06/29  13:14:07
7958         Log: Update Changes.
7959      Branch: perl
7960            ! Changes patchlevel.h
7961 ____________________________________________________________________________
7962 [ 11025] By: jhi                                   on 2001/06/29  13:07:57
7963         Log: Subject: Re: perl@10967, File::Find, and Cwd
7964              From: Mike Guy <mjtg@cam.ac.uk>
7965              Date: Fri, 29 Jun 2001 14:56:49 +0100
7966              Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
7967      Branch: perl
7968            ! lib/File/Find/taint.t
7969 ____________________________________________________________________________
7970 [ 11024] By: jhi                                   on 2001/06/29  12:39:23
7971         Log: Update the sv_pvprintify() spec.
7972      Branch: perl
7973            ! pod/perltodo.pod
7974 ____________________________________________________________________________
7975 [ 11023] By: jhi                                   on 2001/06/29  12:33:33
7976         Log: Known test failures update.
7977      Branch: perl
7978            ! pod/perl572delta.pod
7979 ____________________________________________________________________________
7980 [ 11022] By: jhi                                   on 2001/06/29  12:24:32
7981         Log: Based on
7982              
7983              Subject: [PATCH @11016] More );) fixes
7984              From: Richard Soderberg <rs@crystalflame.net>
7985              Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
7986              Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com> 
7987      Branch: perl
7988            ! ext/Thread/Thread.xs ext/Thread/typemap
7989 ____________________________________________________________________________
7990 [ 11021] By: jhi                                   on 2001/06/29  12:21:51
7991         Log: Subject: [PATCH @11016] Fixes compile errors in four files
7992              From: Richard Soderberg <rs@crystalflame.net>
7993              Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
7994              Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
7995      Branch: perl
7996            ! mg.c pp.c pp_hot.c util.c
7997 ____________________________________________________________________________
7998 [ 11020] By: jhi                                   on 2001/06/29  12:05:54
7999         Log: AIX hints tweaking continues, from Merijn Brand.
8000      Branch: perl
8001            ! hints/aix.sh
8002 ____________________________________________________________________________
8003 [ 11019] By: jhi                                   on 2001/06/29  12:05:10
8004         Log: HP-UX needs gccversion sooner, from Merijn Brand.
8005      Branch: perl
8006            ! hints/hpux.sh
8007 ____________________________________________________________________________
8008 [ 11018] By: jhi                                   on 2001/06/29  11:52:31
8009         Log: Subject: [PATCH 5.6.1] OS/2 docs
8010              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8011              Date: Fri, 29 Jun 2001 02:34:12 -0400
8012              Message-ID: <20010629023412.A6033@math.ohio-state.edu>
8013      Branch: perl
8014            ! README.os2 os2/Changes
8015 ____________________________________________________________________________
8016 [ 11017] By: nick                                  on 2001/06/29  10:20:30
8017         Log: Integrate mainline
8018      Branch: perlio
8019           +> (branch 37 files)
8020            - ext/ODBM_File/sdbm.t
8021           !> (integrate 211 files)
8022 ____________________________________________________________________________
8023 [ 11016] By: jhi                                   on 2001/06/29  03:38:56
8024         Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
8025              the modules found using a script written by Larry Schatzer Jr.
8026      Branch: perl
8027            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
8028            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
8029            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
8030            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
8031            ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
8032            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
8033            ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
8034            ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
8035            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
8036            ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
8037            ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
8038            ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
8039            ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
8040            ! lib/constant.pm lib/fields.pm lib/strict.pm
8041 ____________________________________________________________________________
8042 [ 11015] By: jhi                                   on 2001/06/29  02:55:58
8043         Log: The latest JPL from the anoncvs.
8044      Branch: perl
8045            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
8046 ____________________________________________________________________________
8047 [ 11014] By: jhi                                   on 2001/06/29  02:16:55
8048         Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
8049      Branch: perl
8050            ! t/op/pat.t
8051 ____________________________________________________________________________
8052 [ 11013] By: jhi                                   on 2001/06/28  23:14:53
8053         Log: Worrying about insecure directories now is a bit too late.
8054      Branch: perl
8055            ! lib/File/Find/taint.t
8056 ____________________________________________________________________________
8057 [ 11012] By: jhi                                   on 2001/06/28  21:36:36
8058         Log: Cannot DIE() in a void function,
8059              from Richard Hatch <rhatch@austin.ibm.com>.
8060      Branch: perl
8061            ! ext/IPC/SysV/SysV.xs
8062 ____________________________________________________________________________
8063 [ 11011] By: jhi                                   on 2001/06/28  19:32:13
8064         Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
8065              From: Peter Prymmer <pvhp@forte.com>
8066              Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
8067              Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
8068              
8069              (unfinished: time/hires tests 3, 5, 14 failing, but better
8070              than wholesale failure)
8071      Branch: perl
8072            ! ext/Time/HiRes/HiRes.xs
8073 ____________________________________________________________________________
8074 [ 11010] By: jhi                                   on 2001/06/28  19:10:54
8075         Log: Subject: [PATCH 5.6.1] OS/2 improvements
8076              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8077              Date: Thu, 28 Jun 2001 16:03:14 -0400
8078              Message-ID: <20010628160314.A17906@math.ohio-state.edu>
8079      Branch: perl
8080            + os2/os2_base.t
8081            ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
8082            ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
8083            ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
8084            ! os2/os2ish.h
8085 ____________________________________________________________________________
8086 [ 11009] By: jhi                                   on 2001/06/28  18:54:14
8087         Log: Subject: Incrementing Extutils::Manifest's $VERSION
8088              From: Michael G Schwern <schwern@pobox.com>
8089              Date: Thu, 28 Jun 2001 13:13:49 -0400
8090              Message-ID: <20010628131349.A14738@blackrider>
8091      Branch: maint-5.6/perl
8092            ! lib/ExtUtils/Manifest.pm
8093 ____________________________________________________________________________
8094 [ 11008] By: jhi                                   on 2001/06/28  18:52:20
8095         Log: AIX tweak from Merijn Brand.
8096      Branch: perl
8097            ! hints/aix.sh
8098 ____________________________________________________________________________
8099 [ 11007] By: jhi                                   on 2001/06/28  17:46:27
8100         Log: Create the macperl branch.
8101      Branch: maint-5.6/macperl
8102           +> (branch 1728 files)
8103 ____________________________________________________________________________
8104 [ 11006] By: jhi                                   on 2001/06/28  14:46:21
8105         Log: Update Changes.
8106      Branch: perl
8107            ! Changes patchlevel.h
8108 ____________________________________________________________________________
8109 [ 11005] By: jhi                                   on 2001/06/28  14:40:11
8110         Log: More Perforce lore.
8111      Branch: perl
8112            ! Porting/repository.pod
8113 ____________________________________________________________________________
8114 [ 11004] By: jhi                                   on 2001/06/28  14:12:50
8115         Log: Metaconfig unit changes for #11003.
8116      Branch: metaconfig/U/perl
8117            + d_nl_langinfo.U i_langinfo.U
8118 ____________________________________________________________________________
8119 [ 11003] By: jhi                                   on 2001/06/28  14:12:27
8120         Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
8121              Expected not to exist in non-UNIX excepting in VMS, where
8122              according to a quick web survey they just might.
8123      Branch: perl
8124            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
8125            ! Porting/config_H config_h.SH configure.com epoc/config.sh
8126            ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
8127            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
8128            ! win32/config.bc win32/config.gc win32/config.vc
8129 ____________________________________________________________________________
8130 [ 11002] By: jhi                                   on 2001/06/28  13:39:11
8131         Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
8132              in AIX is one is doing a 64-bit build.
8133      Branch: perl
8134            ! hints/aix.sh
8135 ____________________________________________________________________________
8136 [ 11001] By: jhi                                   on 2001/06/28  13:28:37
8137         Log: Metaconfig unit changes for #11000.
8138      Branch: metaconfig/U/perl
8139            ! use64bits.U uselfs.U
8140 ____________________________________________________________________________
8141 [ 11000] By: jhi                                   on 2001/06/28  13:21:16
8142         Log: Move use64bitint and use64bitall before uselargefiles.
8143      Branch: perl
8144            ! Configure
8145 ____________________________________________________________________________
8146 [ 10999] By: jhi                                   on 2001/06/28  03:49:07
8147         Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
8148              From: Robert Spier <rspier@pobox.com>
8149              Message-ID: <15162.41164.618712.841415@rls.cx>
8150              Date: Wed, 27 Jun 2001 23:13:16 -0400
8151      Branch: perl
8152            ! doio.c
8153 ____________________________________________________________________________
8154 [ 10998] By: jhi                                   on 2001/06/28  03:42:57
8155         Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
8156              From: Peter Prymmer <pvhp@forte.com>
8157              Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
8158              Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
8159      Branch: perl
8160            ! numeric.c
8161 ____________________________________________________________________________
8162 [ 10997] By: jhi                                   on 2001/06/28  03:42:12
8163         Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
8164              From: Peter Prymmer <pvhp@forte.com>
8165              Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
8166              Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
8167      Branch: perl
8168            ! configure.com ext/Digest/MD5/Makefile.PL
8169 ____________________________________________________________________________
8170 [ 10996] By: jhi                                   on 2001/06/27  20:34:11
8171         Log: Update Changes.
8172      Branch: perl
8173            ! Changes patchlevel.h
8174 ____________________________________________________________________________
8175 [ 10995] By: jhi                                   on 2001/06/27  20:06:28
8176         Log: Tiny EPOC updates.
8177      Branch: perl
8178            ! epoc/config.sh
8179 ____________________________________________________________________________
8180 [ 10994] By: jhi                                   on 2001/06/27  19:55:16
8181         Log: The Test::More and Test::Simple tests required help
8182              thanks to our schizophrenic test scheme.
8183      Branch: perl
8184            ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
8185            ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
8186            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
8187            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
8188            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
8189 ____________________________________________________________________________
8190 [ 10993] By: jhi                                   on 2001/06/27  17:17:30
8191         Log: Upgrade to Test::Simple 0.09.
8192      Branch: perl
8193            + lib/Test/Simple/Changes
8194            ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
8195            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
8196            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
8197            ! lib/Test/Simple/t/plan_is_noplan.t
8198 ____________________________________________________________________________
8199 [ 10992] By: jhi                                   on 2001/06/27  17:11:28
8200         Log: Upgrade to Test::More 0.07.
8201      Branch: perl
8202            + lib/Test/More/Changes
8203            ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
8204            ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
8205            ! lib/Test/More/t/skipall.t
8206 ____________________________________________________________________________
8207 [ 10991] By: jhi                                   on 2001/06/27  17:04:13
8208         Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
8209              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8210              Date: Wed, 27 Jun 2001 18:40:04 +0200
8211              Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
8212      Branch: perl
8213            ! hints/hpux.sh
8214 ____________________________________________________________________________
8215 [ 10990] By: jhi                                   on 2001/06/27  17:02:55
8216         Log: Subject: [PATCH README.qnx hints/qnx.sh]
8217              From: Norton Allen <allen@huarp.harvard.edu>
8218              Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
8219              Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
8220      Branch: perl
8221            ! README.qnx hints/qnx.sh
8222 ____________________________________________________________________________
8223 [ 10989] By: jhi                                   on 2001/06/27  14:33:53
8224         Log: Subject: [PATCH] two little documentation nits
8225              From: Abhijit Menon-Sen <ams@wiw.org>
8226              Date: Wed, 27 Jun 2001 20:07:50 +0530
8227              Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
8228      Branch: perl
8229            ! sv.c sv.h
8230 ____________________________________________________________________________
8231 [ 10988] By: jhi                                   on 2001/06/27  13:33:32
8232         Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
8233              From: Norton Allen <allen@huarp.harvard.edu>
8234              Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
8235              Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
8236      Branch: perl
8237            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
8238 ____________________________________________________________________________
8239 [ 10987] By: jhi                                   on 2001/06/27  12:14:36
8240         Log: Subject: [PATCH vms/test.com] Adding TODO tests (was:  Re: a report on perl@10930 results on a couple of Alphas)
8241              From: Michael G Schwern <schwern@pobox.com>
8242              Date: Wed, 27 Jun 2001 02:34:58 -0400
8243              Message-ID: <20010627023458.K23874@blackrider>
8244      Branch: perl
8245            ! vms/test.com
8246 ____________________________________________________________________________
8247 [ 10986] By: jhi                                   on 2001/06/27  12:01:49
8248         Log: Add perl_clone_host() for Netware.
8249      Branch: perl
8250            ! NetWare/nw5.c
8251 ____________________________________________________________________________
8252 [ 10985] By: jhi                                   on 2001/06/27  11:56:53
8253         Log: GCC 3.0 hints for HP-UX.
8254      Branch: perl
8255            ! hints/hpux.sh
8256 ____________________________________________________________________________
8257 [ 10984] By: jhi                                   on 2001/06/27  11:55:06
8258         Log: In some Linux distributions the libndbm is broken
8259              (no null key support), therefore link with libgdbm
8260              (if available), since it has a working ndbm emulation,
8261              from Jonathan Stowe.
8262      Branch: perl
8263            + ext/NDBM_File/hints/linux.pl
8264            ! MANIFEST
8265 ____________________________________________________________________________
8266 [ 10983] By: jhi                                   on 2001/06/27  11:48:56
8267         Log: Subject: [PATCH perl@10930] find.t hack for VMS
8268              From: "Craig A. Berry" <craigberry@mac.com>
8269              Date: Tue, 26 Jun 2001 23:40:25 -0500
8270              Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
8271      Branch: perl
8272            ! lib/File/Find/find.t
8273 ____________________________________________________________________________
8274 [ 10982] By: jhi                                   on 2001/06/27  11:47:30
8275         Log: AUTHORS updates.
8276      Branch: perl
8277            ! AUTHORS
8278 ____________________________________________________________________________
8279 [ 10981] By: jhi                                   on 2001/06/27  11:46:02
8280         Log: Metaconfig unit change like #10980.
8281      Branch: metaconfig
8282            ! U/compline/d_stdstdio.U
8283 ____________________________________________________________________________
8284 [ 10980] By: jhi                                   on 2001/06/27  11:45:29
8285         Log: "lose the it's", from Abhijit Menon-Sen.
8286              ("It's" not searched, pods not searched.)
8287      Branch: perl
8288            ! Porting/Glossary Porting/config_H README.qnx config_h.SH
8289            ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
8290            ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
8291            ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
8292            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
8293            ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
8294 ____________________________________________________________________________
8295 [ 10979] By: jhi                                   on 2001/06/27  11:36:40
8296         Log: "lose the looses", from Abhijit Menon-Sen.
8297      Branch: perl
8298            ! ext/B/B/Assembler.pm gv.c
8299 ____________________________________________________________________________
8300 [ 10978] By: jhi                                   on 2001/06/27  11:35:38
8301         Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
8302      Branch: perl
8303            ! hints/os390.sh
8304 ____________________________________________________________________________
8305 [ 10977] By: jhi                                   on 2001/06/27  11:33:28
8306         Log: DEC C 5.3 on the VAX simply doesn't seem to like
8307              compiling the MD5 extension, disable it there for now,
8308              from Peter Prymmer.
8309      Branch: perl
8310            ! configure.com
8311 ____________________________________________________________________________
8312 [ 10976] By: jhi                                   on 2001/06/26  21:35:40
8313         Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
8314              From: Jonathan Stowe <gellyfish@gellyfish.com>
8315              Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
8316              Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
8317      Branch: perl
8318            ! pod/perlfaq3.pod
8319 ____________________________________________________________________________
8320 [ 10975] By: jhi                                   on 2001/06/26  21:32:41
8321         Log: Subject: [PATCH 5.6.1] perlxs misprints
8322              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8323              Date: Tue, 26 Jun 2001 17:20:00 -0400
8324              Message-ID: <20010626172000.A26951@math.ohio-state.edu>
8325      Branch: perl
8326            ! pod/perlxs.pod
8327 ____________________________________________________________________________
8328 [ 10974] By: jhi                                   on 2001/06/26  21:31:51
8329         Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
8330              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8331              Date: Tue, 26 Jun 2001 17:27:07 -0400
8332              Message-ID: <20010626172707.A27097@math.ohio-state.edu>
8333      Branch: perl
8334            ! lib/ExtUtils/MM_Unix.pm
8335 ____________________________________________________________________________
8336 [ 10973] By: jhi                                   on 2001/06/26  21:27:05
8337         Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
8338              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8339              Date: Tue, 26 Jun 2001 17:23:24 -0400
8340              Message-ID: <20010626172324.A27003@math.ohio-state.edu>
8341      Branch: perl
8342            ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
8343 ____________________________________________________________________________
8344 [ 10972] By: jhi                                   on 2001/06/26  20:27:19
8345         Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
8346              by Olaf Flebbe.
8347      Branch: perl
8348            ! perl.h
8349 ____________________________________________________________________________
8350 [ 10971] By: jhi                                   on 2001/06/26  19:59:41
8351         Log: Detypo.
8352      Branch: perl
8353            ! lib/Memoize/t/tie_sdbm.t
8354 ____________________________________________________________________________
8355 [ 10970] By: jhi                                   on 2001/06/26  19:10:19
8356         Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
8357      Branch: perl
8358            ! win32/perllib.c
8359 ____________________________________________________________________________
8360 [ 10969] By: jhi                                   on 2001/06/26  17:21:31
8361         Log: Subject: [patch] perl_clone+CvFILE
8362              From: Doug MacEachern <dougm@covalent.net>
8363              Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
8364              Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
8365      Branch: perl
8366            ! sv.c
8367 ____________________________________________________________________________
8368 [ 10968] By: jhi                                   on 2001/06/26  16:48:32
8369         Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
8370              From: Mark-Jason Dominus <mjd@plover.com>
8371              Date: Tue, 26 Jun 2001 12:33:01 -0400
8372              Message-ID: <20010626163301.31298.qmail@plover.com>
8373      Branch: perl
8374            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
8375 ____________________________________________________________________________
8376 [ 10967] By: jhi                                   on 2001/06/26  14:21:49
8377         Log: Update Changes.
8378      Branch: perl
8379            ! Changes patchlevel.h
8380 ____________________________________________________________________________
8381 [ 10966] By: jhi                                   on 2001/06/26  14:08:34
8382         Log: Also catfile() needs now to explicitly exported.
8383      Branch: perl
8384            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
8385 ____________________________________________________________________________
8386 [ 10965] By: jhi                                   on 2001/06/26  13:57:54
8387         Log: Regen toc.
8388      Branch: perl
8389            ! pod/perltoc.pod
8390 ____________________________________________________________________________
8391 [ 10964] By: jhi                                   on 2001/06/26  13:56:11
8392         Log: Nonexistent pod command.
8393      Branch: perl
8394            ! pod/perl572delta.pod
8395 ____________________________________________________________________________
8396 [ 10963] By: jhi                                   on 2001/06/26  13:50:53
8397         Log: Be more portable in the quest for tmpdir.
8398      Branch: perl
8399            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
8400 ____________________________________________________________________________
8401 [ 10962] By: jhi                                   on 2001/06/26  13:43:51
8402         Log: Be more portable in finding out the home directory,
8403              and use File::Spec to do the concat.
8404              (Come to think of it, couldn't File::Spec provide
8405              for a ->homedir method?)
8406      Branch: perl
8407            ! lib/Net/Config.pm
8408 ____________________________________________________________________________
8409 [ 10961] By: jhi                                   on 2001/06/26  13:37:30
8410         Log: Doc patch for #10959.
8411      Branch: perl
8412            ! pod/perlfunc.pod
8413 ____________________________________________________________________________
8414 [ 10960] By: jhi                                   on 2001/06/26  13:33:07
8415         Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
8416              From: "Philip Newton" <pnewton@gmx.de>
8417              Date: Tue, 26 Jun 2001 16:26:47 +0200
8418              Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
8419      Branch: perl
8420            ! pod/perldata.pod
8421 ____________________________________________________________________________
8422 [ 10959] By: jhi                                   on 2001/06/26  13:31:57
8423         Log: Subject: [PATH] shared -> unique;
8424              From: "Artur Bergman" <artur@contiller.se>
8425              Date: Tue, 26 Jun 2001 16:18:40 +0200
8426              Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
8427              
8428              Because "shared" isn't: it's read-only.
8429      Branch: perl
8430            ! toke.c xsutils.c
8431 ____________________________________________________________________________
8432 [ 10958] By: jhi                                   on 2001/06/26  13:28:27
8433         Log: Escape multiline croak messages.
8434      Branch: perl
8435            ! t/op/ver.t
8436 ____________________________________________________________________________
8437 [ 10957] By: jhi                                   on 2001/06/26  13:18:34
8438         Log: No more pragma/*.t for minitest.
8439      Branch: perl
8440            ! Makefile.SH
8441 ____________________________________________________________________________
8442 [ 10956] By: jhi                                   on 2001/06/26  13:18:00
8443         Log: AUTHORS updates.
8444      Branch: perl
8445            ! AUTHORS
8446 ____________________________________________________________________________
8447 [ 10955] By: jhi                                   on 2001/06/26  13:17:05
8448         Log: delta updates.
8449      Branch: perl
8450            ! pod/perl572delta.pod
8451 ____________________________________________________________________________
8452 [ 10954] By: jhi                                   on 2001/06/26  12:36:07
8453         Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
8454              From: Artur Bergman <artur@contiller.se> 
8455              Date: Tue, 26 Jun 2001 15:32:53 +0200
8456              Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
8457      Branch: perl
8458            ! makedef.pl sv.c sv.h win32/perllib.c
8459 ____________________________________________________________________________
8460 [ 10953] By: jhi                                   on 2001/06/26  12:33:55
8461         Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
8462              From: Jonathan Stowe <gellyfish@gellyfish.com>
8463              Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
8464              Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
8465              
8466              SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
8467      Branch: perl
8468            + ext/Time/HiRes/hints/sco.pl
8469            ! MANIFEST
8470 ____________________________________________________________________________
8471 [ 10952] By: jhi                                   on 2001/06/26  11:57:44
8472         Log: Subject: [PATCH 5.6.1] static build
8473              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8474              Date: Tue, 26 Jun 2001 04:22:25 -0400
8475              Message-ID: <20010626042225.A2604@math.ohio-state.edu>
8476      Branch: perl
8477            ! ext/List/Util/Makefile.PL lib/ExtUtils.t
8478            ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
8479 ____________________________________________________________________________
8480 [ 10951] By: jhi                                   on 2001/06/26  11:55:59
8481         Log: DJGPP patches from Laszlo Molnar.
8482      Branch: perl
8483            ! djgpp/djgpp.c perl.c util.c
8484 ____________________________________________________________________________
8485 [ 10950] By: jhi                                   on 2001/06/26  11:54:32
8486         Log: Netware patches from Ananth Kesari.
8487      Branch: perl
8488            ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
8489            ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
8490            ! NetWare/nwtinfo.h
8491 ____________________________________________________________________________
8492 [ 10949] By: jhi                                   on 2001/06/26  11:49:09
8493         Log: Detypo.
8494      Branch: perl
8495            ! ext/Errno/Errno_pm.PL
8496 ____________________________________________________________________________
8497 [ 10948] By: jhi                                   on 2001/06/26  03:44:29
8498         Log: There seems to be two ways of spelling the $^O in *STEP.
8499      Branch: perl
8500            ! ext/Errno/Errno_pm.PL
8501 ____________________________________________________________________________
8502 [ 10947] By: jhi                                   on 2001/06/26  03:01:01
8503         Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
8504              the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
8505      Branch: perl
8506            ! ext/Errno/Errno_pm.PL
8507 ____________________________________________________________________________
8508 [ 10946] By: jhi                                   on 2001/06/26  02:50:46
8509         Log: Known bugs update.
8510      Branch: perl
8511            ! pod/perl572delta.pod
8512 ____________________________________________________________________________
8513 [ 10945] By: jhi                                   on 2001/06/26  01:15:39
8514         Log: The default installation of Cygwin has 500 as root's uid.
8515      Branch: perl
8516            ! lib/User/pwent.t
8517 ____________________________________________________________________________
8518 [ 10944] By: jhi                                   on 2001/06/26  01:12:39
8519         Log: Be even more relaxed (re-allow having only one entry).
8520      Branch: perl
8521            ! t/op/grent.t t/op/pwent.t
8522 ____________________________________________________________________________
8523 [ 10943] By: jhi                                   on 2001/06/26  01:03:30
8524         Log: Test failure updates.
8525      Branch: perl
8526            ! pod/perl572delta.pod
8527 ____________________________________________________________________________
8528 [ 10942] By: jhi                                   on 2001/06/25  23:32:05
8529         Log: MPE/iX test tweaks from Mark Bixby.
8530      Branch: perl
8531            ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
8532            ! t/io/fs.t t/op/stat.t
8533 ____________________________________________________________________________
8534 [ 10941] By: jhi                                   on 2001/06/25  22:18:31
8535         Log: Microperl findings.
8536      Branch: perl
8537            ! perl.h pp_sys.c
8538 ____________________________________________________________________________
8539 [ 10940] By: jhi                                   on 2001/06/25  21:59:29
8540         Log: Touch uconfig.h.
8541      Branch: perl
8542            ! uconfig.h
8543 ____________________________________________________________________________
8544 [ 10939] By: jhi                                   on 2001/06/25  21:32:52
8545         Log: Subject: [PATCH] Proposed fix for Pod::Man
8546              From: Rob Napier <rnapier@employees.org>
8547              Date: Mon, 25 Jun 2001 15:49:24 -0400
8548              Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
8549              
8550              Cater for Solaris nroff brokenness (shortchanges daisywheel
8551              printers, but hey, we also no more support PDPs.)
8552      Branch: perl
8553            ! lib/Pod/Man.pm
8554 ____________________________________________________________________________
8555 [ 10938] By: jhi                                   on 2001/06/25  21:14:41
8556         Log: Typo in #10937.
8557      Branch: perl
8558            ! ext/POSIX/sigaction.t
8559 ____________________________________________________________________________
8560 [ 10937] By: jhi                                   on 2001/06/25  19:42:02
8561         Log: SIGCONT not trappable in VMS.
8562      Branch: perl
8563            ! ext/POSIX/sigaction.t
8564 ____________________________________________________________________________
8565 [ 10936] By: jhi                                   on 2001/06/25  19:28:13
8566         Log: Subject: [DRAFT] Encode-Tcl.t
8567              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
8568              Date: Tue, 26 Jun 2001 03:38:08 +0900
8569              Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
8570      Branch: perl
8571            + ext/Encode/Encode/Tcl.t
8572            ! MANIFEST ext/Encode/Encode/Tcl.pm
8573 ____________________________________________________________________________
8574 [ 10935] By: jhi                                   on 2001/06/25  18:40:03
8575         Log: Because of #10932 retract also the perlfunc hunk of #10910.
8576      Branch: perl
8577            ! pod/perlfunc.pod
8578 ____________________________________________________________________________
8579 [ 10934] By: jhi                                   on 2001/06/25  18:27:19
8580         Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
8581              by Ilya Zakharevich in
8582              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
8583      Branch: perl
8584            ! XSUB.h
8585 ____________________________________________________________________________
8586 [ 10933] By: jhi                                   on 2001/06/25  18:25:26
8587         Log: Typo in #10889.
8588      Branch: perl
8589            ! hints/uts.sh
8590 ____________________________________________________________________________
8591 [ 10932] By: jhi                                   on 2001/06/25  18:23:30
8592         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
8593              From: Abhijit Menon-Sen <ams@wiw.org>
8594              Date: Mon, 25 Jun 2001 23:45:45 +0530
8595              Message-ID: <20010625234545.A5022@lustre.linux.in>
8596      Branch: perl
8597            ! lib/overload.t opcode.h opcode.pl t/op/flip.t
8598 ____________________________________________________________________________
8599 [ 10931] By: jhi                                   on 2001/06/25  17:50:38
8600         Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
8601              From: Michael G Schwern <schwern@pobox.com>
8602              Date: Mon, 25 Jun 2001 14:35:51 -0400
8603              Message-ID: <20010625143551.H13819@blackrider>
8604      Branch: perl
8605            ! lib/Test.pm
8606 ____________________________________________________________________________
8607 [ 10930] By: jhi                                   on 2001/06/25  14:33:46
8608         Log: Update Changes.
8609      Branch: perl
8610            ! Changes patchlevel.h
8611 ____________________________________________________________________________
8612 [ 10929] By: jhi                                   on 2001/06/25  14:17:57
8613         Log: Regen toc and modlib.
8614      Branch: perl
8615            ! pod/perlmodlib.pod pod/perltoc.pod
8616 ____________________________________________________________________________
8617 [ 10928] By: jhi                                   on 2001/06/25  14:13:09
8618         Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
8619              for the benefit of C++ compilers, as suggested by Guruprasad.
8620      Branch: perl
8621            ! embed.pl proto.h
8622 ____________________________________________________________________________
8623 [ 10927] By: jhi                                   on 2001/06/25  14:11:59
8624         Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
8625              From: Jonathan Stowe <gellyfish@gellyfish.com>
8626              Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
8627              Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
8628      Branch: perl
8629            ! pod/perlfaq5.pod
8630 ____________________________________________________________________________
8631 [ 10926] By: jhi                                   on 2001/06/25  14:04:07
8632         Log: Missed from #10925.
8633      Branch: perl
8634            ! gv.c
8635 ____________________________________________________________________________
8636 [ 10925] By: jhi                                   on 2001/06/25  14:00:06
8637         Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
8638              From: Robin Houston <robin@kitsite.com>
8639              Date: Sat, 19 May 2001 16:19:34 +0100
8640              Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
8641      Branch: perl
8642            ! cv.h gv.h op.c
8643 ____________________________________________________________________________
8644 [ 10924] By: jhi                                   on 2001/06/25  13:58:18
8645         Log: Netware README tweak.
8646      Branch: perl
8647            ! README.netware
8648 ____________________________________________________________________________
8649 [ 10923] By: jhi                                   on 2001/06/25  13:57:13
8650         Log: Subject: [PATCH] Re: overload.t fails
8651              From: Abhijit Menon-Sen <ams@wiw.org>
8652              Date: Mon, 25 Jun 2001 14:52:20 +0530
8653              Message-ID: <20010625145220.A24114@lustre.linux.in>
8654      Branch: perl
8655            ! lib/overload.t
8656 ____________________________________________________________________________
8657 [ 10922] By: jhi                                   on 2001/06/25  13:56:20
8658         Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
8659              From: Mike Guy <mjtg@cam.ac.uk>
8660              Date: Mon, 25 Jun 2001 11:43:23 +0100
8661              Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
8662      Branch: perl
8663            ! lib/Carp.pm
8664 ____________________________________________________________________________
8665 [ 10921] By: jhi                                   on 2001/06/25  13:50:02
8666         Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
8667              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8668              Date: Sun, 24 Jun 2001 05:17:05 -0400
8669              Message-ID: <20010624051704.A27604@math.ohio-state.edu>
8670      Branch: perl
8671            ! os2/os2ish.h
8672 ____________________________________________________________________________
8673 [ 10920] By: jhi                                   on 2001/06/25  13:49:13
8674         Log: Subject: [PATCH 5.6.1] crypt() on OS/2
8675              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8676              Date: Mon, 25 Jun 2001 05:52:27 -0400
8677              Message-ID: <20010625055227.A24635@math.ohio-state.edu>
8678      Branch: perl
8679            ! hints/os2.sh
8680 ____________________________________________________________________________
8681 [ 10919] By: jhi                                   on 2001/06/25  13:48:30
8682         Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
8683              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8684              Date: Mon, 25 Jun 2001 05:23:35 -0400
8685              Message-ID: <20010625052334.A24320@math.ohio-state.edu>
8686      Branch: perl
8687            ! os2/os2.c
8688 ____________________________________________________________________________
8689 [ 10918] By: jhi                                   on 2001/06/25  13:47:46
8690         Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
8691              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8692              Date: Mon, 25 Jun 2001 05:04:32 -0400
8693              Message-ID: <20010625050432.A24128@math.ohio-state.edu>
8694      Branch: perl
8695            ! os2/OS2/REXX/DLL/DLL.pm
8696 ____________________________________________________________________________
8697 [ 10917] By: jhi                                   on 2001/06/25  13:44:14
8698         Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
8699              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8700              Date: Mon, 25 Jun 2001 05:02:36 -0400
8701              Message-ID: <20010625050235.A24046@math.ohio-state.edu>
8702      Branch: perl
8703            ! mg.c os2/dl_os2.c os2/os2.c
8704 ____________________________________________________________________________
8705 [ 10916] By: jhi                                   on 2001/06/25  13:41:20
8706         Log: Subject: Re: [PATCH 5.6.1] misprints
8707              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8708              Date: Mon, 25 Jun 2001 04:50:50 -0400
8709              Message-ID: <20010625045049.A23965@math.ohio-state.edu>
8710      Branch: perl
8711            ! os2/os2.c pp_sys.c
8712 ____________________________________________________________________________
8713 [ 10915] By: jhi                                   on 2001/06/25  13:39:59
8714         Log: Add Test::More and Test::Simple to the delta.
8715      Branch: perl
8716            ! pod/perl572delta.pod
8717 ____________________________________________________________________________
8718 [ 10914] By: jhi                                   on 2001/06/25  13:38:08
8719         Log: Add Test::More, from Michael G Schwern.
8720      Branch: perl
8721            + lib/Test/More.pm lib/Test/More/t/More.t
8722            + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
8723            + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
8724            + t/lib/Test/More/Catch.pm
8725            ! MANIFEST
8726 ____________________________________________________________________________
8727 [ 10913] By: jhi                                   on 2001/06/25  13:35:41
8728         Log: Add Test::Simple from Michael G Schwern.
8729      Branch: perl
8730            + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
8731            + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
8732            + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
8733            + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
8734            + t/lib/Test/Simple/Catch.pm
8735            + t/lib/Test/Simple/sample_tests/death.plx
8736            + t/lib/Test/Simple/sample_tests/death_in_eval.plx
8737            + t/lib/Test/Simple/sample_tests/extras.plx
8738            + t/lib/Test/Simple/sample_tests/five_fail.plx
8739            + t/lib/Test/Simple/sample_tests/last_minute_death.plx
8740            + t/lib/Test/Simple/sample_tests/one_fail.plx
8741            + t/lib/Test/Simple/sample_tests/require.plx
8742            + t/lib/Test/Simple/sample_tests/success.plx
8743            + t/lib/Test/Simple/sample_tests/too_few.plx
8744            + t/lib/Test/Simple/sample_tests/two_fail.plx
8745            ! MANIFEST
8746 ____________________________________________________________________________
8747 [ 10912] By: jhi                                   on 2001/06/25  13:31:57
8748         Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
8749              From: "Craig A. Berry" <craigberry@mac.com>
8750              Date: Sun, 24 Jun 2001 23:41:36 -0500
8751              Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
8752      Branch: perl
8753            ! pp_sys.c
8754 ____________________________________________________________________________
8755 [ 10911] By: jhi                                   on 2001/06/25  13:05:00
8756         Log: Upgrade to Attribute::Handlers 0.70.
8757      Branch: perl
8758            + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
8759            ! MANIFEST lib/Attribute/Handlers.pm
8760 ____________________________________________________________________________
8761 [ 10910] By: jhi                                   on 2001/06/25  00:09:27
8762         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
8763              From: Abhijit Menon-Sen <ams@wiw.org>
8764              Date: Sat, 23 Jun 2001 05:17:44 +0530
8765              Message-ID: <20010623051744.A18583@lustre.linux.in>
8766              
8767              (Can't think of a good place to put tests.)
8768      Branch: perl
8769            ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
8770 ____________________________________________________________________________
8771 [ 10909] By: jhi                                   on 2001/06/24  23:45:13
8772         Log: Subject: [PATCH] t/op/pat.t typo fix
8773              From: Richard Soderberg <rs@crystalflame.net>
8774              Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
8775              Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
8776      Branch: perl
8777            ! t/op/pat.t
8778 ____________________________________________________________________________
8779 [ 10908] By: jhi                                   on 2001/06/24  22:24:49
8780         Log: Move the pack warnings to their own file, as pointed
8781              out by Spider.
8782      Branch: perl
8783            + t/lib/warnings/pp_pack
8784            ! MANIFEST t/lib/warnings/pp
8785 ____________________________________________________________________________
8786 [ 10907] By: jhi                                   on 2001/06/24  19:55:15
8787         Log: Update Changes.
8788      Branch: perl
8789            ! Changes patchlevel.h
8790 ____________________________________________________________________________
8791 [ 10906] By: jhi                                   on 2001/06/24  19:50:40
8792         Log: Partially fix a problem noticed by IRIX compiler:
8793              the initialization of parse_start was bypassed by
8794              several gotos.  Now initialized to zero, which may
8795              not be the best choice.
8796      Branch: perl
8797            ! regcomp.c
8798 ____________________________________________________________________________
8799 [ 10905] By: jhi                                   on 2001/06/24  19:43:25
8800         Log: Relax the group and password tests back to moaning only
8801              if no matches at all are found.  (Even with a small sample
8802              I could find many sites where there are, umm, anomalies in
8803              the said databases.)       
8804      Branch: perl
8805            ! t/op/grent.t t/op/pwent.t
8806 ____________________________________________________________________________
8807 [ 10904] By: jhi                                   on 2001/06/24  18:45:55
8808         Log: Argh.  How hard it can be to re-apply a patch manually? :-)
8809      Branch: perl
8810            ! pp_ctl.c
8811 ____________________________________________________________________________
8812 [ 10903] By: jhi                                   on 2001/06/24  18:40:52
8813         Log: De-cut-and-pasto in #10902.
8814      Branch: perl
8815            ! pp_ctl.c
8816 ____________________________________________________________________________
8817 [ 10902] By: jhi                                   on 2001/06/24  18:35:18
8818         Log: The #10771 didn't take?
8819      Branch: perl
8820            ! pp_ctl.c
8821 ____________________________________________________________________________
8822 [ 10901] By: jhi                                   on 2001/06/24  18:29:50
8823         Log: Undo the filetests part of #10900, under multiplicity
8824              weird errors take place.
8825      Branch: perl
8826            ! pp_sys.c
8827 ____________________________________________________________________________
8828 [ 10900] By: jhi                                   on 2001/06/24  18:20:36
8829         Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
8830      Branch: perl
8831            ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
8832 ____________________________________________________________________________
8833 [ 10899] By: jhi                                   on 2001/06/24  17:00:34
8834         Log: (Replaced by #10922)
8835              
8836              Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
8837              From: Tony Bowden <tony@kasei.com>
8838              Date: Sun, 24 Jun 2001 17:32:40 +0100
8839              Message-ID: <20010624173240.A16293@blackstar.co.uk>
8840              
8841              Document (well, mention) shortmess() and longmess()
8842              to rob people of their fun of reinventing the weel.
8843      Branch: perl
8844            ! lib/Carp.pm
8845 ____________________________________________________________________________
8846 [ 10898] By: jhi                                   on 2001/06/24  16:51:40
8847         Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
8848              From: Brian Jepson <bjepson@oreilly.com>
8849              Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
8850              Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
8851      Branch: perl
8852            ! pp_sys.c
8853 ____________________________________________________________________________
8854 [ 10897] By: jhi                                   on 2001/06/24  16:38:23
8855         Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
8856              From: Robin Barker <rmb1@cise.npl.co.uk> 
8857              Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
8858              Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
8859      Branch: perl
8860            ! lib/CPAN.pm
8861 ____________________________________________________________________________
8862 [ 10896] By: jhi                                   on 2001/06/24  16:36:32
8863         Log: Memoize patch from mjd.
8864      Branch: perl
8865            ! lib/Memoize/t/tie_storable.t
8866 ____________________________________________________________________________
8867 [ 10895] By: jhi                                   on 2001/06/24  16:33:59
8868         Log: Spec the sv_pvprintify() a bit more.
8869      Branch: perl
8870            ! pod/perltodo.pod
8871 ____________________________________________________________________________
8872 [ 10894] By: jhi                                   on 2001/06/24  14:43:36
8873         Log: Upgrade to Memoize 0.65.
8874      Branch: perl
8875            + lib/Memoize/t/array_confusion.t
8876            ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
8877            ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
8878            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
8879            ! lib/Memoize/README lib/Memoize/SDBM_File.pm
8880            ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
8881            ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
8882            ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
8883            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
8884            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
8885            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
8886            ! lib/Memoize/t/tie_storable.t
8887 ____________________________________________________________________________
8888 [ 10893] By: jhi                                   on 2001/06/24  14:21:09
8889         Log: Metaconfig unit change for #10892.
8890      Branch: metaconfig
8891            ! U/modified/Options.U
8892 ____________________________________________________________________________
8893 [ 10892] By: jhi                                   on 2001/06/24  14:20:38
8894         Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
8895              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8896              Date: Sun, 24 Jun 2001 05:24:40 -0400
8897              Message-ID: <20010624052440.A27698@math.ohio-state.edu>
8898      Branch: perl
8899            ! Configure hints/os2.sh
8900 ____________________________________________________________________________
8901 [ 10891] By: jhi                                   on 2001/06/24  13:50:26
8902         Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of 
8903              From: Mike Guy <mjtg@cam.ac.uk>
8904              Date: Sun, 24 Jun 2001 15:28:39 +0100
8905              Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
8906              
8907              Fix an ancient (5.002) bug.
8908      Branch: perl
8909            ! lib/Carp/Heavy.pm
8910 ____________________________________________________________________________
8911 [ 10890] By: jhi                                   on 2001/06/24  13:44:43
8912         Log: The #10881 was too vigorous in pp_system() in moving 'unused'
8913              variables.
8914      Branch: perl
8915            ! pp_sys.c
8916 ____________________________________________________________________________
8917 [ 10889] By: jhi                                   on 2001/06/24  13:24:00
8918         Log: Make UTS as per #10888.
8919      Branch: perl
8920            ! hints/uts.sh
8921 ____________________________________________________________________________
8922 [ 10888] By: jhi                                   on 2001/06/24  13:21:23
8923         Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
8924      Branch: perl
8925            ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
8926            ! mpeix/mpeixish.h perl.h unixish.h
8927 ____________________________________________________________________________
8928 [ 10887] By: jhi                                   on 2001/06/24  13:15:45
8929         Log: AUTHORS update.
8930      Branch: perl
8931            ! AUTHORS
8932 ____________________________________________________________________________
8933 [ 10886] By: jhi                                   on 2001/06/24  13:14:31
8934         Log: Subject: Encode::Tcl for multibyte doesnot work
8935              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
8936              Date: Sun, 24 Jun 2001 22:48:21 +0900
8937              Message-Id: <20010624223252.6658.BQW10602@nifty.com>
8938      Branch: perl
8939            ! ext/Encode/Encode/Tcl.pm
8940 ____________________________________________________________________________
8941 [ 10885] By: jhi                                   on 2001/06/24  13:12:46
8942         Log: Subject: [PATCH] Remove tautology in error messages
8943              From: Mike Guy <mjtg@cam.ac.uk>
8944              Date: Sun, 24 Jun 2001 13:31:00 +0100
8945              Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
8946      Branch: perl
8947            ! pp_sys.c
8948 ____________________________________________________________________________
8949 [ 10884] By: jhi                                   on 2001/06/24  13:11:36
8950         Log: Darwin needs -traditional-cpp for cppflags to build Errno. 
8951      Branch: perl
8952            ! hints/darwin.sh
8953 ____________________________________________________________________________
8954 [ 10883] By: jhi                                   on 2001/06/24  13:09:55
8955         Log: Subject: Re: [PATCH 5.6.1] test suite
8956              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8957              Date: Sun, 24 Jun 2001 05:47:05 -0400
8958              Message-ID: <20010624054705.A27890@math.ohio-state.edu>
8959              
8960              Test suite fixes.
8961      Branch: perl
8962            ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
8963 ____________________________________________________________________________
8964 [ 10882] By: jhi                                   on 2001/06/24  13:07:46
8965         Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
8966              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8967              Date: Sun, 24 Jun 2001 05:37:19 -0400
8968              Message-ID: <20010624053719.A27866@math.ohio-state.edu>
8969      Branch: perl
8970            ! os2/dl_os2.c os2/os2.c os2/os2ish.h
8971 ____________________________________________________________________________
8972 [ 10881] By: jhi                                   on 2001/06/24  13:05:24
8973         Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
8974              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8975              Date: Sun, 24 Jun 2001 05:34:50 -0400
8976              Message-ID: <20010624053450.A27856@math.ohio-state.edu>
8977              
8978              Pacify compiler warnings.
8979      Branch: perl
8980            ! pp_sys.c
8981 ____________________________________________________________________________
8982 [ 10880] By: jhi                                   on 2001/06/24  13:02:30
8983         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
8984              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8985              Date: Sun, 24 Jun 2001 05:21:18 -0400
8986              Message-ID: <20010624052118.A27615@math.ohio-state.edu>
8987              
8988              Enable compression of executables during link time.
8989      Branch: perl
8990            ! hints/os2.sh
8991 ____________________________________________________________________________
8992 [ 10879] By: jhi                                   on 2001/06/24  13:00:47
8993         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
8994              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8995              Date: Sun, 24 Jun 2001 05:15:11 -0400
8996              Message-ID: <20010624051511.A27544@math.ohio-state.edu>
8997              
8998              Add ordinals to the export list for Perl DLL.
8999              (Breaks intra-version DLL compatibility.)
9000      Branch: perl
9001            ! makedef.pl
9002 ____________________________________________________________________________
9003 [ 10878] By: jhi                                   on 2001/06/24  02:12:04
9004         Log: Allow (displaying and) re-editing the Subject in perlbug.
9005              Also abstract the Subject quality control into a function.
9006      Branch: perl
9007            ! utils/perlbug.PL
9008 ____________________________________________________________________________
9009 [ 10877] By: jhi                                   on 2001/06/24  01:40:53
9010         Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
9011      Branch: perl
9012            ! utils/perlbug.PL
9013 ____________________________________________________________________________
9014 [ 10876] By: jhi                                   on 2001/06/24  01:37:05
9015         Log: Regen toc and modlib.
9016      Branch: perl
9017            ! pod/perlmodlib.pod pod/perltoc.pod
9018 ____________________________________________________________________________
9019 [ 10875] By: jhi                                   on 2001/06/24  01:29:33
9020         Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
9021              by John Peacock.  (Can be 'ntea' which means emulate UNIX file
9022              attribute semantics as much as possible, or 'ntsec' which uses
9023              native NTFS semantics.)  (See also #10877.)
9024      Branch: perl
9025            ! perl.c
9026 ____________________________________________________________________________
9027 [ 10874] By: jhi                                   on 2001/06/23  23:57:28
9028         Log: Hack to get rid of the UNEXPECTEDLY succeeded message for now.
9029      Branch: perl
9030            ! lib/Test/Harness.pm
9031 ____________________________________________________________________________
9032 [ 10873] By: jhi                                   on 2001/06/23  23:36:56
9033         Log: Just zap the -uPerlio.
9034      Branch: perl
9035            ! ext/B/Stash.t
9036 ____________________________________________________________________________
9037 [ 10872] By: jhi                                   on 2001/06/23  21:29:10
9038         Log: Do not test PerlIO if PerlIO not used.
9039      Branch: perl
9040            ! ext/PerlIO/PerlIO.t
9041 ____________________________________________________________________________
9042 [ 10871] By: jhi                                   on 2001/06/23  21:12:49
9043         Log: Regen perlapi.
9044      Branch: perl
9045            ! pod/perlapi.pod
9046 ____________________________________________________________________________
9047 [ 10870] By: jhi                                   on 2001/06/23  21:03:31
9048         Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
9049              From: Nicholas Clark <nick@ccl4.org>
9050              Date: Sat, 23 Jun 2001 22:55:47 +0100
9051              Message-ID: <20010623225547.Z98663@plum.flirble.org>
9052      Branch: perl
9053            ! numeric.c
9054 ____________________________________________________________________________
9055 [ 10869] By: jhi                                   on 2001/06/23  17:13:21
9056         Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
9057              From: Prymmer/Kahn <pvhp@best.com>
9058              Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
9059              Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
9060      Branch: perl
9061            ! lib/h2xs.t
9062 ____________________________________________________________________________
9063 [ 10868] By: jhi                                   on 2001/06/23  16:04:38
9064         Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
9065              cygwin does not taint cwd, just like win32.
9066      Branch: perl
9067            ! lib/File/Find/taint.t t/op/taint.t
9068 ____________________________________________________________________________
9069 [ 10867] By: jhi                                   on 2001/06/23  15:39:15
9070         Log: Retract #10865, the patch should be unnecessary.
9071              (But seemingly helpful in Cygwin?  Strange.)
9072      Branch: perl
9073            ! lib/Memoize/t/tie_ndbm.t
9074 ____________________________________________________________________________
9075 [ 10866] By: jhi                                   on 2001/06/23  15:06:30
9076         Log: Misplaced test file; plus Cygwin filesystem semantics.
9077      Branch: perl
9078            + ext/SDBM_File/sdbm.t
9079            - ext/ODBM_File/sdbm.t
9080            ! MANIFEST
9081 ____________________________________________________________________________
9082 [ 10865] By: jhi                                   on 2001/06/23  15:01:02
9083         Log: (Retracted by #10867.)
9084      Branch: perl
9085            ! lib/Memoize/t/tie_ndbm.t
9086 ____________________________________________________________________________
9087 [ 10864] By: jhi                                   on 2001/06/23  14:25:43
9088         Log: Metaconfig unit change for #10863.
9089      Branch: metaconfig/U/perl
9090            ! Extensions.U
9091 ____________________________________________________________________________
9092 [ 10863] By: jhi                                   on 2001/06/23  14:25:20
9093         Log: In Cygwin do not build NDBM_File and ODBM_File unless
9094              -lndbm and -ldbm are available.
9095      Branch: perl
9096            ! Configure config_h.SH
9097 ____________________________________________________________________________
9098 [ 10862] By: jhi                                   on 2001/06/23  14:02:14
9099         Log: More Cygwin filesystem semantics.
9100      Branch: perl
9101            ! t/io/fs.t t/op/stat.t
9102 ____________________________________________________________________________
9103 [ 10861] By: jhi                                   on 2001/06/23  13:38:00
9104         Log: More DOSish permission semantics for Cygwin.
9105      Branch: perl
9106            ! lib/AnyDBM_File.t
9107 ____________________________________________________________________________
9108 [ 10860] By: jhi                                   on 2001/06/23  13:32:41
9109         Log: Cygwin too has different permission semantics.
9110      Branch: perl
9111            ! ext/GDBM_File/gdbm.t
9112 ____________________________________________________________________________
9113 [ 10859] By: jhi                                   on 2001/06/23  13:30:06
9114         Log: The group (and assumedly passwd) databases can have
9115              only one entry (this is the case in cygwin).
9116      Branch: perl
9117            ! t/op/grent.t t/op/pwent.t
9118 ____________________________________________________________________________
9119 [ 10858] By: jhi                                   on 2001/06/23  13:16:26
9120         Log: Also in Cygwin use Socket to figure out domainname
9121              (if any) (avoids trying to call external 'domainname',
9122              which doesn't at the moment exist in Cygwin)
9123      Branch: perl
9124            ! lib/Net/Domain.pm
9125 ____________________________________________________________________________
9126 [ 10857] By: jhi                                   on 2001/06/23  12:48:32
9127         Log: Remove also the lib$Foo.def, not just $Foo.def.
9128      Branch: perl
9129            ! lib/ExtUtils/MM_Unix.pm
9130 ____________________________________________________________________________
9131 [ 10856] By: jhi                                   on 2001/06/23  12:21:53
9132         Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
9133      Branch: perl
9134            ! unixish.h
9135 ____________________________________________________________________________
9136 [ 10855] By: jhi                                   on 2001/06/23  12:14:15
9137         Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
9138              to match the whole isprint(), only the space character.
9139      Branch: perl
9140            ! handy.h pod/perlre.pod t/op/pat.t
9141 ____________________________________________________________________________
9142 [ 10854] By: nick                                  on 2001/06/23  08:09:33
9143         Log: Integrate mainline
9144      Branch: perlio
9145           !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
9146           !> lib/ExtUtils.t lib/File/Find/taint.t
9147           !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
9148           !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
9149           !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
9150 ____________________________________________________________________________
9151 [ 10853] By: jhi                                   on 2001/06/23  03:48:09
9152         Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
9153              with its floats    in os390 and s390 (UTS).
9154      Branch: perl
9155            ! lib/Math/BigInt/t/bigintpm.t
9156 ____________________________________________________________________________
9157 [ 10852] By: jhi                                   on 2001/06/23  03:38:53
9158         Log: Add also UTS (s390) to the non-IEEE float platforms.
9159      Branch: perl
9160            ! t/op/sprintf.t
9161 ____________________________________________________________________________
9162 [ 10851] By: jhi                                   on 2001/06/23  03:36:04
9163         Log: Subject: RFC: what are applicable standards for exponent sizes?
9164              From: Peter Prymmer <pvhp@forte.com>
9165              Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
9166              Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
9167      Branch: perl
9168            ! t/op/sprintf.t
9169 ____________________________________________________________________________
9170 [ 10850] By: jhi                                   on 2001/06/23  03:29:04
9171         Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
9172              From: Peter Prymmer <pvhp@forte.com>
9173              Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
9174              Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
9175      Branch: perl
9176            ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
9177 ____________________________________________________________________________
9178 [ 10849] By: jhi                                   on 2001/06/23  03:27:21
9179         Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
9180              From: Peter Prymmer <pvhp@forte.com>
9181              Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
9182              Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
9183      Branch: perl
9184            ! lib/ExtUtils.t
9185 ____________________________________________________________________________
9186 [ 10848] By: jhi                                   on 2001/06/22  21:51:31
9187         Log: Retract #10845.
9188      Branch: perl
9189            ! lib/File/Find/taint.t
9190 ____________________________________________________________________________
9191 [ 10847] By: jhi                                   on 2001/06/22  21:50:38
9192         Log: Yet another error message.
9193      Branch: perl
9194            ! t/op/mkdir.t
9195 ____________________________________________________________________________
9196 [ 10846] By: jhi                                   on 2001/06/22  21:48:39
9197         Log: The croak message for nonexistent socket functions may vary.
9198      Branch: perl
9199            ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
9200 ____________________________________________________________________________
9201 [ 10845] By: jhi                                   on 2001/06/22  21:42:38
9202         Log: (Retracted by #10848.)
9203      Branch: perl
9204            ! lib/File/Find/taint.t
9205 ____________________________________________________________________________
9206 [ 10844] By: jhi                                   on 2001/06/22  21:32:58
9207         Log: Integrate perlio.
9208      Branch: perl
9209           !> lib/File/Find/taint.t t/op/write.t
9210 ____________________________________________________________________________
9211 [ 10843] By: nick                                  on 2001/06/22  21:24:51
9212         Log: Back out debug in taint.t
9213      Branch: perlio
9214            ! lib/File/Find/taint.t
9215 ____________________________________________________________________________
9216 [ 10842] By: jhi                                   on 2001/06/22  21:20:02
9217         Log: setitimer() does not exist in Unicos, despite of what
9218              Configure thinks, from Mark P. Lutz.
9219      Branch: perl
9220            ! hints/unicos.sh
9221 ____________________________________________________________________________
9222 [ 10841] By: nick                                  on 2001/06/22  21:19:36
9223         Log: Skip cwd test on Win32 ???
9224      Branch: perlio
9225            ! lib/File/Find/taint.t
9226 ____________________________________________________________________________
9227 [ 10840] By: jhi                                   on 2001/06/22  21:17:34
9228         Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
9229              and Tru64 gcc -Wall happy.
9230      Branch: perl
9231            ! mg.c
9232 ____________________________________________________________________________
9233 [ 10839] By: jhi                                   on 2001/06/22  21:15:32
9234         Log: The packs must be done in native shorts, fix from Mark P. Lutz.
9235      Branch: perl
9236            ! ext/IPC/SysV/Semaphore.pm
9237 ____________________________________________________________________________
9238 [ 10838] By: jhi                                   on 2001/06/22  21:12:02
9239         Log: Metaconfig unit change for #10837.
9240      Branch: metaconfig/U/perl
9241            ! Cross.U
9242 ____________________________________________________________________________
9243 [ 10837] By: jhi                                   on 2001/06/22  21:09:42
9244         Log: Cleanup of the cross-compilation unit.
9245      Branch: perl
9246            ! Configure
9247 ____________________________________________________________________________
9248 [ 10836] By: nick                                  on 2001/06/22  20:45:12
9249         Log: Skip |- based op/write.t on Win32 as well as VMS
9250      Branch: perlio
9251            ! t/op/write.t
9252 ____________________________________________________________________________
9253 [ 10835] By: jhi                                   on 2001/06/22  20:44:20
9254         Log: Integrate perlio.
9255      Branch: perl
9256           !> util.c
9257 ____________________________________________________________________________
9258 [ 10834] By: nick                                  on 2001/06/22  20:41:54
9259         Log: Integrate mainline
9260      Branch: perlio
9261           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
9262           !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
9263           !> vos/config.ga.h
9264 ____________________________________________________________________________
9265 [ 10833] By: nick                                  on 2001/06/22  20:22:58
9266         Log: Patcho fix.
9267      Branch: perlio
9268            ! util.c
9269 ____________________________________________________________________________
9270 [ 10832] By: jhi                                   on 2001/06/22  20:13:02
9271         Log: Metaconfig unit changes for #10831.
9272      Branch: metaconfig
9273            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
9274 ____________________________________________________________________________
9275 [ 10831] By: jhi                                   on 2001/06/22  20:12:29
9276         Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
9277              From: Andy Dougherty <doughera@lafayette.edu>
9278              Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
9279              Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
9280      Branch: perl
9281            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9282            ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
9283 ____________________________________________________________________________
9284 [ 10830] By: jhi                                   on 2001/06/22  19:50:15
9285         Log: MPE/iX prototype nits from Mark Bixby.
9286      Branch: perl
9287            ! pp_sys.c
9288 ____________________________________________________________________________
9289 [ 10829] By: jhi                                   on 2001/06/22  16:25:16
9290         Log: Detypo.
9291      Branch: perl
9292            ! util.c
9293 ____________________________________________________________________________
9294 [ 10828] By: nick                                  on 2001/06/22  15:33:37
9295         Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
9296      Branch: perlio
9297           +> lib/h2xs.t
9298           !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
9299           !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
9300           !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
9301           !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
9302           !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
9303           !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
9304           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
9305           !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
9306           !> vms/vmsish.h
9307 ____________________________________________________________________________
9308 [ 10827] By: jhi                                   on 2001/06/22  14:15:26
9309         Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
9310              Date: Fri, 22 Jun 2001 10:08:35 -0500
9311              From: "Craig A. Berry" <craigberry@mac.com>
9312              Message-Id: <a05101001b75908704194@[192.168.56.145]>
9313      Branch: perl
9314            ! vms/vms.c vms/vmsish.h
9315 ____________________________________________________________________________
9316 [ 10826] By: jhi                                   on 2001/06/22  13:35:37
9317         Log: NetWare scripts tweak from Ananth Kesari.
9318      Branch: perl
9319            ! NetWare/t/NWScripts.pl
9320 ____________________________________________________________________________
9321 [ 10825] By: jhi                                   on 2001/06/22  13:00:55
9322         Log: Update Changes.
9323      Branch: perl
9324            ! Changes patchlevel.h
9325 ____________________________________________________________________________
9326 [ 10824] By: jhi                                   on 2001/06/22  12:46:56
9327         Log: Add .i and .s targets.
9328      Branch: perl
9329            ! Makefile.SH
9330 ____________________________________________________________________________
9331 [ 10823] By: jhi                                   on 2001/06/22  12:25:20
9332         Log: Upgrade to Locale::Maketext 1.03.
9333      Branch: perl
9334            ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
9335            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
9336 ____________________________________________________________________________
9337 [ 10822] By: jhi                                   on 2001/06/22  12:23:57
9338         Log: Upgrade to I18N::LangTags 0.26.
9339      Branch: perl
9340            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
9341            ! lib/I18N/LangTags/test.pl
9342 ____________________________________________________________________________
9343 [ 10821] By: jhi                                   on 2001/06/22  12:16:41
9344         Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
9345              Philip Newton.
9346      Branch: perl
9347            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
9348            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
9349 ____________________________________________________________________________
9350 [ 10820] By: jhi                                   on 2001/06/22  12:13:37
9351         Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
9352              From: Prymmer/Kahn <pvhp@best.com>
9353              Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
9354              Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
9355      Branch: perl
9356            + lib/h2xs.t
9357            ! MANIFEST utils/h2xs.PL
9358 ____________________________________________________________________________
9359 [ 10819] By: jhi                                   on 2001/06/22  12:11:56
9360         Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
9361              From: Prymmer/Kahn <pvhp@best.com>
9362              Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
9363              Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
9364      Branch: perl
9365            ! lib/ExtUtils.t
9366 ____________________________________________________________________________
9367 [ 10818] By: jhi                                   on 2001/06/22  12:11:08
9368         Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
9369              From: Prymmer/Kahn <pvhp@best.com>
9370              Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
9371              Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
9372      Branch: perl
9373            ! t/pod/plainer.t
9374 ____________________________________________________________________________
9375 [ 10817] By: jhi                                   on 2001/06/22  12:10:05
9376         Log: AUTHORS update.
9377      Branch: perl
9378            ! AUTHORS
9379 ____________________________________________________________________________
9380 [ 10816] By: jhi                                   on 2001/06/22  12:08:24
9381         Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
9382              From: "Craig A. Berry" <craigberry@mac.com>
9383              Date: Thu, 21 Jun 2001 18:20:38 -0500
9384              Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
9385      Branch: perl
9386            ! ext/POSIX/POSIX.xs
9387 ____________________________________________________________________________
9388 [ 10815] By: jhi                                   on 2001/06/22  12:07:19
9389         Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
9390              From: "Craig A. Berry" <craigberry@mac.com>
9391              Date: Thu, 21 Jun 2001 09:58:52 -0500
9392              Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
9393      Branch: perl
9394            ! ext/B/Deparse.t t/op/write.t
9395 ____________________________________________________________________________
9396 [ 10814] By: nick                                  on 2001/06/22  08:13:09
9397         Log: Integrate mainline.
9398      Branch: perlio
9399           !> (integrate 46 files)
9400 ____________________________________________________________________________
9401 [ 10813] By: jhi                                   on 2001/06/22  02:48:58
9402         Log: Change the prefixes only if $prefix is unset,
9403              as originally patched by Marcel Grunauer.
9404      Branch: perl
9405            ! hints/darwin.sh hints/rhapsody.sh
9406 ____________________________________________________________________________
9407 [ 10812] By: jhi                                   on 2001/06/22  02:44:41
9408         Log: Subject: Re: Patch for hints/darwin.sh
9409              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
9410              Date: Thu, 21 Jun 2001 11:23:46 -0700
9411              Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
9412      Branch: perl
9413            ! hints/darwin.sh hints/rhapsody.sh
9414 ____________________________________________________________________________
9415 [ 10811] By: jhi                                   on 2001/06/22  02:34:27
9416         Log: Add .PHONY targets for non-file targets,
9417              from Wilfredo Sánchez.  Should help saying
9418              "make install" on case-insensitive filesystems.
9419      Branch: perl
9420            ! Makefile.SH
9421 ____________________________________________________________________________
9422 [ 10810] By: jhi                                   on 2001/06/22  02:01:23
9423         Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
9424              From: Doug MacEachern <dougm@covalent.net>
9425              Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
9426              Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
9427              
9428              plus reword the getcwd() comment, plus use getcwd() buffer
9429              size minus one.
9430      Branch: perl
9431            ! util.c
9432 ____________________________________________________________________________
9433 [ 10809] By: jhi                                   on 2001/06/22  01:16:58
9434         Log: More gprofing from Doug MacEachern.
9435      Branch: perl
9436            ! Makefile.SH
9437 ____________________________________________________________________________
9438 [ 10808] By: jhi                                   on 2001/06/22  01:15:11
9439         Log: Metaconfig unit change for #10807.
9440      Branch: metaconfig/U/perl
9441            ! d_sfio.U
9442 ____________________________________________________________________________
9443 [ 10807] By: jhi                                   on 2001/06/22  01:14:43
9444         Log: Tell that you are removing the unneeded -lsfio.
9445      Branch: perl
9446            ! Configure
9447 ____________________________________________________________________________
9448 [ 10806] By: jhi                                   on 2001/06/22  01:03:14
9449         Log: More MPE/iX tweaks from Mark Bixby.
9450      Branch: perl
9451            ! perl.c t/op/magic.t
9452 ____________________________________________________________________________
9453 [ 10805] By: jhi                                   on 2001/06/21  22:41:11
9454         Log: The fchdir() proto is supposed to live in <unistd.h>.
9455      Branch: perl
9456            ! ext/Cwd/Cwd.xs
9457 ____________________________________________________________________________
9458 [ 10804] By: jhi                                   on 2001/06/21  22:24:42
9459         Log: This town is too small for the Cwd extension and me,
9460              it would seem...
9461      Branch: perl
9462            ! ext/Cwd/Cwd.xs
9463 ____________________________________________________________________________
9464 [ 10803] By: jhi                                   on 2001/06/21  21:54:00
9465         Log: Metaconfig unit change for #10802.
9466      Branch: metaconfig/U/perl
9467            ! d_modfl.U
9468 ____________________________________________________________________________
9469 [ 10802] By: jhi                                   on 2001/06/21  21:53:37
9470         Log: More d'ohs.
9471      Branch: perl
9472            ! Configure
9473 ____________________________________________________________________________
9474 [ 10801] By: jhi                                   on 2001/06/21  21:38:38
9475         Log: Off-by-one.  I'm so classic.
9476      Branch: perl
9477            ! util.c
9478 ____________________________________________________________________________
9479 [ 10800] By: jhi                                   on 2001/06/21  20:10:19
9480         Log: Update Changes.
9481      Branch: perl
9482            ! Changes patchlevel.h
9483 ____________________________________________________________________________
9484 [ 10799] By: jhi                                   on 2001/06/21  20:03:54
9485         Log: Subject: Documentation patch for Net::FTP
9486              From: Marcel Grunauer <marcel@codewerk.com>
9487              Date: Wed, 20 Jun 2001 23:03:26 +0200
9488              Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
9489      Branch: perl
9490            ! lib/Net/FTP.pm
9491 ____________________________________________________________________________
9492 [ 10798] By: jhi                                   on 2001/06/21  20:01:14
9493         Log: Retract the #10417 mg.c and embed.pl parts because of
9494              strange SEGVs in 64bit x86 FreeBSD observed by
9495              Nicholas Clark.
9496      Branch: perl
9497            ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
9498 ____________________________________________________________________________
9499 [ 10797] By: jhi                                   on 2001/06/21  19:40:34
9500         Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
9501      Branch: perl
9502            ! Configure NetWare/config.wc NetWare/config_H.wc
9503            ! Porting/Glossary Porting/config.sh Porting/config_H
9504            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
9505            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
9506            ! vos/config.ga.h win32/config.bc win32/config.gc
9507            ! win32/config.vc win32/config_H.bc win32/config_H.gc
9508            ! win32/config_H.vc
9509 ____________________________________________________________________________
9510 [ 10796] By: jhi                                   on 2001/06/21  19:08:28
9511         Log: Cwd tweak from Doug MacEachern.
9512      Branch: perl
9513            ! ext/Cwd/Cwd.xs
9514 ____________________________________________________________________________
9515 [ 10795] By: jhi                                   on 2001/06/21  19:03:48
9516         Log: Protect the fchdir() and lstat() with ifdefs.
9517              fchdir() needs a Configure probe.
9518      Branch: perl
9519            ! ext/Cwd/Cwd.xs
9520 ____________________________________________________________________________
9521 [ 10794] By: nick                                  on 2001/06/21  17:11:35
9522         Log: Integrate mainline
9523      Branch: perlio
9524           +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
9525           +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
9526           +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
9527           +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
9528           +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
9529           +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
9530           +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
9531           +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
9532            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
9533            - lib/File/Glob/case.t lib/File/Glob/global.t
9534            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
9535            - lib/File/Temp/posix.t lib/File/Temp/security.t
9536            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
9537            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
9538            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
9539            - lib/Text/Wrap/wrap.t
9540           !> (integrate 41 files)
9541 ____________________________________________________________________________
9542 [ 10793] By: jhi                                   on 2001/06/21  17:01:26
9543         Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
9544              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
9545              Date: Thu, 21 Jun 2001 13:04:54 -0500
9546              Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
9547      Branch: perl
9548            ! ext/Cwd/Cwd.xs
9549 ____________________________________________________________________________
9550 [ 10792] By: jhi                                   on 2001/06/21  16:13:57
9551         Log: Subject: [PATCH pod] overlong =item
9552              From: Robin Barker <rmb1@cise.npl.co.uk>
9553              Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
9554              Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
9555      Branch: perl
9556            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
9557            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
9558 ____________________________________________________________________________
9559 [ 10791] By: jhi                                   on 2001/06/21  16:10:51
9560         Log: Subject: [PATCH perlio.c] format 
9561              From: Robin Barker <rmb1@cise.npl.co.uk>
9562              Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
9563              Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
9564      Branch: perl
9565            ! perlio.c
9566 ____________________________________________________________________________
9567 [ 10790] By: jhi                                   on 2001/06/21  15:52:04
9568         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
9569              From: Radu Greab <radu@netsoft.ro>
9570              Date: Thu, 21 Jun 2001 19:06:02 +0300
9571              Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
9572      Branch: perl
9573            ! pod/perlapi.pod sv.c
9574 ____________________________________________________________________________
9575 [ 10789] By: jhi                                   on 2001/06/21  14:48:25
9576         Log: The metaconfig unit changes for #10788.
9577      Branch: metaconfig/U/perl
9578            ! Cross.U fflushall.U
9579 ____________________________________________________________________________
9580 [ 10788] By: jhi                                   on 2001/06/21  14:47:48
9581         Log: Cross-configuration changes: make $from to rm the files
9582              before copying them over (this means that he rm can be
9583              removed from the fflushall test), create $targetmkdir      
9584              (not documented in install since it is supposed to internal
9585              use only), make $run to copy over the executable only if
9586              a stamp file .xok doesn't already exist (to avoid unnecessary
9587              copying of the executable)
9588      Branch: perl
9589            ! Configure Makefile.SH
9590 ____________________________________________________________________________
9591 [ 10787] By: nick                                  on 2001/06/21  14:16:18
9592         Log: Integrate mainline
9593      Branch: perlio
9594           +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
9595           +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
9596           +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
9597            - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
9598           !> (integrate 34 files)
9599 ____________________________________________________________________________
9600 [ 10786] By: jhi                                   on 2001/06/21  13:59:32
9601         Log: Re-add the files as text.
9602      Branch: perl
9603            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
9604 ____________________________________________________________________________
9605 [ 10785] By: jhi                                   on 2001/06/21  13:57:55
9606         Log: Delete the binary files.
9607      Branch: perl
9608            - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
9609 ____________________________________________________________________________
9610 [ 10784] By: jhi                                   on 2001/06/21  13:49:47
9611         Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
9612              From: Andy Dougherty <doughera@lafayette.edu>
9613              Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
9614              Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
9615      Branch: perl
9616            ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
9617            ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
9618            ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
9619            ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
9620 ____________________________________________________________________________
9621 [ 10783] By: jhi                                   on 2001/06/21  13:46:50
9622         Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
9623              From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
9624              Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST) 
9625              Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
9626              
9627              Setting umask to something friendlier.
9628      Branch: perl
9629            ! installman installperl
9630 ____________________________________________________________________________
9631 [ 10782] By: jhi                                   on 2001/06/21  13:42:17
9632         Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
9633              Resort MANIFEST with sort -f, looks much better.
9634      Branch: perl
9635            + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
9636            + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
9637            + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
9638            + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
9639            + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
9640            + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
9641            + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
9642            + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
9643            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
9644            - lib/File/Glob/case.t lib/File/Glob/global.t
9645            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
9646            - lib/File/Temp/posix.t lib/File/Temp/security.t
9647            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
9648            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
9649            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
9650            - lib/Text/Wrap/wrap.t
9651            ! MANIFEST
9652 ____________________________________________________________________________
9653 [ 10781] By: jhi                                   on 2001/06/21  13:16:04
9654         Log: Upgrade to I18N::LangTags 0.25.
9655      Branch: perl
9656            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
9657            ! lib/I18N/LangTags/List.pm
9658 ____________________________________________________________________________
9659 [ 10780] By: jhi                                   on 2001/06/21  13:12:54
9660         Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
9661              From: Richard Soderberg <rs@crystalflame.net>
9662              Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
9663              Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
9664      Branch: perl
9665            ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
9666            ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
9667 ____________________________________________________________________________
9668 [ 10779] By: jhi                                   on 2001/06/21  12:59:57
9669         Log: Test obsoleted by change #10777.
9670      Branch: perl
9671            ! t/op/sub_lval.t
9672 ____________________________________________________________________________
9673 [ 10778] By: jhi                                   on 2001/06/21  12:52:37
9674         Log: Case of confused test numbering.
9675      Branch: perl
9676            ! t/op/pat.t
9677 ____________________________________________________________________________
9678 [ 10777] By: jhi                                   on 2001/06/21  12:30:57
9679         Log: Subject: Re: Opinion on undef lvalue
9680              From: Abhijit Menon-Sen <ams@wiw.org>
9681              Date: Sun, 17 Jun 2001 13:04:46 +0530
9682              Message-ID: <20010617130446.B27925@lustre.linux.in>
9683              
9684              Allow lvalue subs to return undef in array context.
9685      Branch: perl
9686            ! pp_hot.c
9687 ____________________________________________________________________________
9688 [ 10776] By: jhi                                   on 2001/06/21  12:27:48
9689         Log: Just a guess that using the same hack for cygwin as
9690              for win32 might help.
9691      Branch: perl
9692            ! lib/File/Find/find.t
9693 ____________________________________________________________________________
9694 [ 10775] By: jhi                                   on 2001/06/21  12:25:58
9695         Log: NetWare tweaks from Guruprasad.
9696      Branch: perl
9697            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
9698            ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
9699            ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
9700            ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
9701 ____________________________________________________________________________
9702 [ 10774] By: jhi                                   on 2001/06/21  12:21:17
9703         Log: Subject: Re: perl@10722: Bogus warnings on REs 
9704              From: Hugo <hv@crypt.compulink.co.uk>
9705              Date: Thu, 21 Jun 2001 09:51:17 +0100
9706              Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
9707              
9708              Unroll to avoid a UTS compiler bug.
9709      Branch: perl
9710            ! regcomp.c
9711 ____________________________________________________________________________
9712 [ 10773] By: jhi                                   on 2001/06/21  12:13:13
9713         Log: Subject: Re: [PATCH] Make /o work under i?threads
9714              From: Artur Bergman <artur@contiller.se>
9715              Date: Thu, 21 Jun 2001 14:38:03 +0200
9716              Message-ID: <B757B74A.184D%artur@contiller.se>
9717      Branch: perl
9718            ! t/op/pat.t
9719 ____________________________________________________________________________
9720 [ 10772] By: jhi                                   on 2001/06/21  12:12:23
9721         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
9722              From: Artur Bergman <artur@contiller.se> 
9723              Date: Thu, 21 Jun 2001 14:27:33 +0200
9724              Message-ID: <B757B4D4.1849%artur@contiller.se>
9725              
9726              Plus extra parentheses.
9727      Branch: perl
9728            ! op.h
9729 ____________________________________________________________________________
9730 [ 10771] By: jhi                                   on 2001/06/21  12:10:29
9731         Log: Subject: [PATCH] Make /o work under i?threads
9732              From: Richard Soderberg <rs@crystalflame.net>
9733              Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
9734              Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
9735      Branch: perl
9736            ! pp_ctl.c
9737 ____________________________________________________________________________
9738 [ 10770] By: jhi                                   on 2001/06/21  12:09:28
9739         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
9740              From: Artur Bergman <artur@contiller.se>
9741              Date: Thu, 21 Jun 2001 14:04:54 +0200
9742              Message-ID: <B757AF86.1842%artur@contiller.se>
9743      Branch: perl
9744            ! op.h
9745 ____________________________________________________________________________
9746 [ 10769] By: jhi                                   on 2001/06/21  12:08:03
9747         Log: Subject: Re: perl@10765: sv.c not OK on win32
9748              From: Artur Bergman <artur@contiller.se>
9749              Date: Thu, 21 Jun 2001 10:31:06 +0200
9750              Message-ID: <B7577D69.182C%artur@contiller.se>
9751      Branch: perl
9752            ! sv.c
9753 ____________________________________________________________________________
9754 [ 10768] By: jhi                                   on 2001/06/21  12:03:56
9755         Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
9756              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9757              Date: Thu, 21 Jun 2001 06:23:56 -0400
9758              Message-ID: <20010621062356.A8619@math.ohio-state.edu>
9759              
9760              Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
9761              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9762              Date: Thu, 21 Jun 2001 06:32:21 -0400
9763              Message-ID: <20010621063221.A8823@math.ohio-state.edu>
9764      Branch: perl
9765            ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
9766 ____________________________________________________________________________
9767 [ 10767] By: jhi                                   on 2001/06/21  12:00:07
9768         Log: Subject: [PATCH] make syslog test more verbose
9769              From: Robert Spier <rspier@pobox.com>
9770              Date: Thu, 21 Jun 2001 00:54:32 -0400
9771              Message-ID: <15153.32264.295807.333073@rls.cx>
9772      Branch: perl
9773            ! ext/Sys/Syslog/syslog.t
9774 ____________________________________________________________________________
9775 [ 10766] By: jhi                                   on 2001/06/20  23:27:57
9776         Log: Subject: op/study.t refinements
9777              From: Hugo <hv@crypt.compulink.co.uk>
9778              Date: Thu, 21 Jun 2001 00:29:07 +0100
9779              Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
9780      Branch: perl
9781            ! t/op/study.t
9782 ____________________________________________________________________________
9783 [ 10765] By: jhi                                   on 2001/06/20  19:51:47
9784         Log: Update Changes.
9785      Branch: perl
9786            ! Changes patchlevel.h
9787 ____________________________________________________________________________
9788 [ 10764] By: jhi                                   on 2001/06/20  19:00:23
9789         Log: Subject: Re: [PATCH] djgpp updates
9790              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
9791              Date: Wed, 20 Jun 2001 10:05:15 +0200
9792              Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
9793      Branch: perl
9794            ! djgpp/config.over
9795 ____________________________________________________________________________
9796 [ 10763] By: jhi                                   on 2001/06/20  18:58:06
9797         Log: Fix for ID 20010619.002 "When building hash, hash keys that
9798              are function calls are not being called", from Abhijit.
9799      Branch: perl
9800            ! t/base/lex.t toke.c
9801 ____________________________________________________________________________
9802 [ 10762] By: jhi                                   on 2001/06/20  18:45:00
9803         Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
9804      Branch: perl
9805            + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
9806            + lib/Locale/Maketext/test.pl
9807            - lib/Locale/Maketext.t
9808            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
9809            ! lib/Locale/Maketext/TPJ13.pod
9810 ____________________________________________________________________________
9811 [ 10761] By: jhi                                   on 2001/06/20  18:44:15
9812         Log: Metaconfig unit change for #10760.
9813      Branch: metaconfig
9814            ! U/modified/Cppsym.U
9815 ____________________________________________________________________________
9816 [ 10760] By: jhi                                   on 2001/06/20  18:42:04
9817         Log: Do not remove the ccsym* Cppsym* files since
9818              they are useful for metaconfig units coming after us.
9819              (This is the Configure nit mentioned in #10752.)
9820      Branch: perl
9821            ! Configure
9822 ____________________________________________________________________________
9823 [ 10759] By: jhi                                   on 2001/06/20  18:02:18
9824         Log: Update to I18N::LangTags 0.24, from Sean Burke.
9825      Branch: perl
9826            + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
9827            + lib/I18N/LangTags/README
9828            - lib/I18N/LangTags/List.pod
9829            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
9830 ____________________________________________________________________________
9831 [ 10758] By: jhi                                   on 2001/06/20  17:34:43
9832         Log: Regen headers.
9833      Branch: perl
9834            ! embed.h embedvar.h global.sym perlapi.c perlapi.h
9835            ! pod/perlapi.pod proto.h
9836 ____________________________________________________________________________
9837 [ 10757] By: jhi                                   on 2001/06/20  17:23:08
9838         Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
9839              From: Artur Bergman <artur@contiller.se>
9840              Date: Wed, 20 Jun 2001 11:31:32 +0200
9841              Message-ID: <B7563A14.17D8%artur@contiller.se>
9842      Branch: perl
9843            ! embed.pl hv.c intrpvar.h sv.c sv.h
9844 ____________________________________________________________________________
9845 [ 10756] By: jhi                                   on 2001/06/20  17:13:26
9846         Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
9847              From: Tim Sweetman <tim@aldigital.co.uk> 
9848              Date: Wed, 13 Jun 2001 14:25:17 +0100 
9849              Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk> 
9850      Branch: perl
9851            ! ext/POSIX/POSIX.t lib/AutoLoader.pm
9852 ____________________________________________________________________________
9853 [ 10755] By: nick                                  on 2001/06/20  16:12:37
9854         Log: Integrate mainline
9855      Branch: perlio
9856           !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
9857           !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
9858           !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
9859           !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
9860           !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
9861           !> t/op/study.t util.c
9862 ____________________________________________________________________________
9863 [ 10754] By: gsar                                  on 2001/06/20  15:22:27
9864         Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
9865              but not Makefile)
9866      Branch: maint-5.6/perl
9867            ! win32/Makefile
9868 ____________________________________________________________________________
9869 [ 10753] By: jhi                                   on 2001/06/20  14:03:20
9870         Log: Security tweak on readlink().
9871      Branch: perl
9872            ! pp_sys.c
9873 ____________________________________________________________________________
9874 [ 10752] By: jhi                                   on 2001/06/20  14:00:23
9875         Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
9876      Branch: perl
9877            ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
9878            ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
9879            ! mpeix/relink t/op/pwent.t
9880 ____________________________________________________________________________
9881 [ 10751] By: jhi                                   on 2001/06/20  13:57:27
9882         Log: Reinstate #10725 (with probe for alarm()).
9883      Branch: perl
9884            ! t/op/study.t
9885 ____________________________________________________________________________
9886 [ 10750] By: jhi                                   on 2001/06/20  13:53:46
9887         Log: Replace our implementation of realpath() with OpenBSD's
9888              (src/lib/libc/stdlib/realpath.c 1.4).
9889      Branch: perl
9890            ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
9891            ! pod/perldiag.pod proto.h util.c
9892 ____________________________________________________________________________
9893 [ 10749] By: jhi                                   on 2001/06/20  13:07:49
9894         Log: Integrate perlio.
9895      Branch: perl
9896           !> perlio.c
9897 ____________________________________________________________________________
9898 [ 10748] By: jhi                                   on 2001/06/20  13:07:18
9899         Log: No point in going into memory-saving contortions
9900              with getcwd() since there's a danger of buffer overflow.
9901              Also make the POSIX extension to use sv_getcwd().
9902              Finally, a missed proto.h fragment.
9903      Branch: perl
9904            ! ext/POSIX/POSIX.xs proto.h util.c
9905 ____________________________________________________________________________
9906 [ 10747] By: nick                                  on 2001/06/20  12:38:26
9907         Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
9908      Branch: perlio
9909            ! perlio.c
9910 ____________________________________________________________________________
9911 [ 10746] By: jhi                                   on 2001/06/20  11:51:10
9912         Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
9913              From: Graham Barr <gbarr@pobox.com>
9914              Date: Wed, 20 Jun 2001 11:05:49 +0100
9915              Message-ID: <20010620110549.I19188@pobox.com>
9916              
9917              reported in        
9918              
9919              Subject: Bug in IO::Socket::INET module (repeat)
9920              From: "Harmon S. Nine" <hnine@netarx.com>
9921              Date: Tue, 19 Jun 2001 09:41:35 -0400
9922              Message-ID: <3B2F568F.8080605@netarx.com>
9923              
9924              The bug was that the IO::Socket::INET constructor
9925              did not allow a 'LocalPort' of 0.
9926      Branch: perl
9927            ! ext/IO/lib/IO/Socket/INET.pm
9928 ____________________________________________________________________________
9929 [ 10745] By: nick                                  on 2001/06/20  08:56:39
9930         Log: Integrate mainline.
9931      Branch: perlio
9932           !> (integrate 37 files)
9933 ____________________________________________________________________________
9934 [ 10744] By: jhi                                   on 2001/06/20  04:54:53
9935         Log: After some reading I don't think we can blindly
9936              use systems' realpath().  Too many security problems,
9937              too many buggy implementations.
9938              
9939              TODO: the realpath() emulation code in util.c doesn't
9940              seem fully operational?  (readlink(), for example?)
9941      Branch: perl
9942            ! Configure Makefile.micro Porting/Glossary Porting/config.sh
9943            ! Porting/config_H config_h.SH embed.h embed.pl global.sym
9944            ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
9945            ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
9946            ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
9947            ! win32/config_H.gc win32/config_H.vc
9948 ____________________________________________________________________________
9949 [ 10743] By: jhi                                   on 2001/06/20  00:48:48
9950         Log: Metaconfig unit change for #10738.
9951      Branch: metaconfig
9952            ! U/compline/d_gconvert.U
9953 ____________________________________________________________________________
9954 [ 10742] By: jhi                                   on 2001/06/20  00:48:20
9955         Log: Integrate change #10739 from maintperl:
9956              
9957              C<eval "/x$\r\n/x"> fails to compile correctly 
9958      Branch: perl
9959           !> t/op/pat.t toke.c
9960 ____________________________________________________________________________
9961 [ 10741] By: jhi                                   on 2001/06/20  00:41:05
9962         Log: Retract #10725 (Hugo asked NOT to apply the patch)
9963      Branch: perl
9964            ! t/op/study.t
9965 ____________________________________________________________________________
9966 [ 10740] By: jhi                                   on 2001/06/19  23:58:25
9967         Log: The test.third results were funnily named because of the
9968              new test scheme.
9969      Branch: perl
9970            ! t/TEST
9971 ____________________________________________________________________________
9972 [ 10739] By: gsar                                  on 2001/06/19  23:49:15
9973         Log: C<eval "/x$\r\n/x"> fails to compile correctly
9974      Branch: maint-5.6/perl
9975            ! t/op/pat.t toke.c
9976 ____________________________________________________________________________
9977 [ 10738] By: jhi                                   on 2001/06/19  23:04:15
9978         Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED) 
9979              From: Spider Boardman <spider@Orb.Nashua.NH.US>
9980              Date: Tue, 19 Jun 2001 19:15:40 -0400
9981              Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
9982              
9983              The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
9984              because "1e+129" being expected but "1.e+129" being returned.
9985              The culprit (at least in Tru64) is the use of gcvt().
9986      Branch: perl
9987            ! Configure
9988 ____________________________________________________________________________
9989 [ 10737] By: jhi                                   on 2001/06/19  22:56:52
9990         Log: Subject: [PATCH perl@10722] test hunting on VMS
9991              From: "Craig A. Berry" <craigberry@mac.com>
9992              Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
9993              Date: Tue, 19 Jun 2001 18:59:01 -0500
9994      Branch: perl
9995            ! vms/test.com
9996 ____________________________________________________________________________
9997 [ 10736] By: jhi                                   on 2001/06/19  21:32:29
9998         Log: Subject: [PATCH] s/typos//
9999              From: Abhijit Menon-Sen <ams@wiw.org>
10000              Date: Wed, 20 Jun 2001 02:15:02 +0530
10001              Message-ID: <20010620021502.A14541@lustre.linux.in>
10002              
10003              Without the op.h s/bearword/bareword/ hunk, see
10004              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
10005      Branch: perl
10006            ! util.c
10007 ____________________________________________________________________________
10008 [ 10735] By: jhi                                   on 2001/06/19  21:26:43
10009         Log: Metaconfig unit change for #10732 and #10733.
10010      Branch: metaconfig/U/perl
10011            ! fflushall.U
10012 ____________________________________________________________________________
10013 [ 10734] By: jhi                                   on 2001/06/19  21:24:41
10014         Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
10015              From: "Craig A. Berry" <craigberry@mac.com>
10016              Date: Tue, 19 Jun 2001 17:19:48 -0500
10017              Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
10018      Branch: perl
10019            ! configure.com vms/descrip_mms.template
10020 ____________________________________________________________________________
10021 [ 10733] By: jhi                                   on 2001/06/19  19:57:44
10022         Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
10023              From: Spider Boardman <spider@Orb.Nashua.NH.US>
10024              Date: Tue, 19 Jun 2001 16:48:07 -0400
10025              Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
10026              
10027              Further fixes to fflush(NULL) detection.
10028      Branch: perl
10029            ! Configure
10030 ____________________________________________________________________________
10031 [ 10732] By: jhi                                   on 2001/06/19  19:38:20
10032         Log: AIX test -s hangs with non-existent files?
10033              (A genuine logic bug in Configure, but AIX also broken?)
10034      Branch: perl
10035            ! Configure
10036 ____________________________________________________________________________
10037 [ 10731] By: jhi                                   on 2001/06/19  19:17:35
10038         Log: AUTHORS updates.
10039      Branch: perl
10040            ! AUTHORS
10041 ____________________________________________________________________________
10042 [ 10730] By: jhi                                   on 2001/06/19  19:03:07
10043         Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
10044              From: Spider Boardman <spider@Orb.Nashua.NH.US>
10045              Date: Tue, 19 Jun 2001 15:33:25 -0400
10046              Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
10047      Branch: perl
10048            ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
10049            ! t/lib/warnings/pp
10050 ____________________________________________________________________________
10051 [ 10729] By: jhi                                   on 2001/06/19  18:34:10
10052         Log: Integrate perlio.
10053      Branch: perl
10054           !> lib/File/Find/find.t win32/distclean.bat
10055 ____________________________________________________________________________
10056 [ 10728] By: nick                                  on 2001/06/19  18:24:53
10057         Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
10058      Branch: perlio
10059            ! lib/File/Find/find.t win32/distclean.bat
10060 ____________________________________________________________________________
10061 [ 10727] By: jhi                                   on 2001/06/19  18:07:31
10062         Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
10063              also add information how to find out whether one has PerlIO.
10064      Branch: perl
10065            ! pod/perlfunc.pod
10066 ____________________________________________________________________________
10067 [ 10726] By: jhi                                   on 2001/06/19  17:59:30
10068         Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
10069              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
10070              Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
10071              Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
10072      Branch: perl
10073            ! pod/perlfunc.pod
10074 ____________________________________________________________________________
10075 [ 10725] By: jhi                                   on 2001/06/19  17:28:30
10076         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
10077              From: Hugo <hv@crypt.compulink.co.uk>
10078              Date: Tue, 19 Jun 2001 12:37:30 +0100
10079              Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
10080      Branch: perl
10081            ! t/op/study.t
10082 ____________________________________________________________________________
10083 [ 10724] By: jhi                                   on 2001/06/19  17:22:20
10084         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
10085              From: Hugo <hv@crypt.compulink.co.uk>
10086              Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
10087              Date: Tue, 19 Jun 2001 13:15:17 +0100
10088      Branch: perl
10089            ! util.c
10090 ____________________________________________________________________________
10091 [ 10723] By: nick                                  on 2001/06/19  14:46:15
10092         Log: Integrate mainline
10093      Branch: perlio
10094           +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
10095           +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
10096           +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
10097           +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
10098           +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
10099           +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
10100            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
10101            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
10102            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
10103            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
10104            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
10105            - ext/Thread/unsync4.t
10106           !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
10107           !> djgpp/config.over djgpp/fixpmain
10108           !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
10109           !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
10110           !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
10111 ____________________________________________________________________________
10112 [ 10722] By: jhi                                   on 2001/06/19  11:55:30
10113         Log: Update Changes.
10114      Branch: perl
10115            ! Changes patchlevel.h
10116 ____________________________________________________________________________
10117 [ 10721] By: jhi                                   on 2001/06/19  11:29:34
10118         Log: The existence shall be MANIFESted.
10119      Branch: perl
10120            ! MANIFEST
10121 ____________________________________________________________________________
10122 [ 10720] By: jhi                                   on 2001/06/19  10:58:09
10123         Log: The old libnet.cfg is first searched from the current directory,
10124              only then from the module path.
10125      Branch: perl
10126            ! utils/libnetcfg.PL
10127 ____________________________________________________________________________
10128 [ 10719] By: jhi                                   on 2001/06/19  10:55:59
10129         Log: NetWare tweaks from Guruprasad.
10130      Branch: perl
10131            ! NetWare/Makefile NetWare/config.wc
10132 ____________________________________________________________________________
10133 [ 10718] By: jhi                                   on 2001/06/19  10:54:22
10134         Log: Subject: [PATCH] djgpp updates
10135              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
10136              Date: Tue, 19 Jun 2001 10:59:06 +0200
10137              Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
10138      Branch: perl
10139            ! djgpp/config.over djgpp/fixpmain
10140 ____________________________________________________________________________
10141 [ 10717] By: jhi                                   on 2001/06/19  10:53:20
10142         Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
10143              From: Prymmer/Kahn <pvhp@best.com>
10144              Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
10145              Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
10146      Branch: perl
10147            ! win32/Makefile
10148 ____________________________________________________________________________
10149 [ 10716] By: jhi                                   on 2001/06/19  10:52:25
10150         Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
10151              to happen right after the inclusion of <inttypes.h>,
10152              from Edward Moy.
10153      Branch: perl
10154            ! handy.h perl.h
10155 ____________________________________________________________________________
10156 [ 10715] By: jhi                                   on 2001/06/19  10:49:21
10157         Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
10158              From: Doug MacEachern <dougm@covalent.net>
10159              Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
10160              Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
10161      Branch: perl
10162            ! ext/DynaLoader/DynaLoader_pm.PL
10163 ____________________________________________________________________________
10164 [ 10714] By: jhi                                   on 2001/06/19  10:48:19
10165         Log: Revert #10656 for perfomance reasons but leave in the
10166              use of Hv*() macros -- in comments, so that grepping the
10167              source is easier, from Abhijit.  (Also add the ENV_HV_NAME speedup
10168              suggested by Sarathy, also by Abhijit.)
10169      Branch: perl
10170            ! hv.c
10171 ____________________________________________________________________________
10172 [ 10713] By: jhi                                   on 2001/06/19  10:46:08
10173         Log: Subject: [patch] .s MakeMaker suffix
10174              From: Doug MacEachern <dougm@covalent.net>
10175              Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
10176              Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
10177      Branch: perl
10178            ! lib/ExtUtils/MM_Unix.pm
10179 ____________________________________________________________________________
10180 [ 10712] By: jhi                                   on 2001/06/19  10:34:35
10181         Log: One test lost in the big shuffle restored.
10182      Branch: perl
10183            + ext/IPC/SysV/ipcsysv.t
10184            ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
10185 ____________________________________________________________________________
10186 [ 10711] By: jhi                                   on 2001/06/19  10:25:46
10187         Log: Rename the old non-standard threads tests so that
10188              they won't be invoked.
10189      Branch: perl
10190            + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
10191            + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
10192            + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
10193            + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
10194            + ext/Thread/unsync.tx ext/Thread/unsync2.tx
10195            + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
10196            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
10197            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
10198            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
10199            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
10200            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
10201            - ext/Thread/unsync4.t
10202            ! MANIFEST
10203 ____________________________________________________________________________
10204 [ 10710] By: jhi                                   on 2001/06/19  10:18:41
10205         Log: Integrate perlio.
10206      Branch: perl
10207           !> win32/config_sh.PL
10208 ____________________________________________________________________________
10209 [ 10709] By: nick                                  on 2001/06/19  08:18:18
10210         Log: Integrate mainline
10211      Branch: perlio
10212           +> (branch 40 files)
10213            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
10214            - lib/strict/subs lib/strict/vars lib/warnings/1global
10215            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
10216            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
10217            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
10218            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
10219            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
10220            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
10221            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
10222            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
10223            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
10224            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
10225            - lib/warnings/utf8 lib/warnings/util
10226           !> (integrate 57 files)
10227 ____________________________________________________________________________
10228 [ 10708] By: nick                                  on 2001/06/19  07:57:10
10229         Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
10230      Branch: perlio
10231            ! win32/config_sh.PL
10232 ____________________________________________________________________________
10233 [ 10707] By: nick                                  on 2001/06/19  07:05:07
10234         Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
10235      Branch: perl
10236            ! perly.c perly.y perly_c.diff vms/perly_c.vms
10237 ____________________________________________________________________________
10238 [ 10706] By: jhi                                   on 2001/06/19  02:58:26
10239         Log: More perl572delta tweaks.
10240      Branch: perl
10241            ! pod/perl572delta.pod
10242 ____________________________________________________________________________
10243 [ 10705] By: jhi                                   on 2001/06/19  01:53:40
10244         Log: Update perl572delta.
10245      Branch: perl
10246            ! pod/perl572delta.pod
10247 ____________________________________________________________________________
10248 [ 10704] By: jhi                                   on 2001/06/19  01:28:40
10249         Log: VOS updates from Paul Green.
10250      Branch: perl
10251            ! vos/Changes vos/build.cm vos/perl.bind
10252 ____________________________________________________________________________
10253 [ 10703] By: jhi                                   on 2001/06/19  01:03:53
10254         Log: Update the vos/config.*.* files.
10255      Branch: perl
10256            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
10257            ! vos/config.ga.h
10258 ____________________________________________________________________________
10259 [ 10702] By: jhi                                   on 2001/06/19  01:03:32
10260         Log: Add a makefile for more painless adding of symbols to the
10261              VOS headers while in UNIX (in VOS the vos/configure_perl.cm
10262              takes care of the adding)
10263      Branch: perl
10264            + vos/Makefile
10265 ____________________________________________________________________________
10266 [ 10701] By: jhi                                   on 2001/06/19  00:51:44
10267         Log: Make libnetcfg by default display the libnet configuration,
10268              -c to change, add -i for old config, document all options,
10269              regen toc.
10270      Branch: perl
10271            ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
10272 ____________________________________________________________________________
10273 [ 10700] By: jhi                                   on 2001/06/18  23:45:12
10274         Log: gcc -Wall sweep.
10275      Branch: perl
10276            ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
10277 ____________________________________________________________________________
10278 [ 10699] By: jhi                                   on 2001/06/18  23:19:53
10279         Log: So there.
10280      Branch: perl
10281            ! universal.c
10282 ____________________________________________________________________________
10283 [ 10698] By: jhi                                   on 2001/06/18  23:10:22
10284         Log: Document the need for sv_printify().
10285              
10286              Document that 'use utf8' has been considered.
10287              
10288              (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
10289      Branch: perl
10290            ! pod/perltodo.pod universal.c
10291 ____________________________________________________________________________
10292 [ 10697] By: jhi                                   on 2001/06/18  22:50:53
10293         Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
10294              From: Nicholas Clark <nick@ccl4.org>
10295              Date: Mon, 18 Jun 2001 23:29:23 +0100
10296              Message-ID: <20010618232923.I98663@plum.flirble.org>
10297      Branch: perl
10298            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
10299            ! ext/Sys/Syslog/Makefile.PL
10300 ____________________________________________________________________________
10301 [ 10696] By: jhi                                   on 2001/06/18  22:39:32
10302         Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
10303              From: Scott.L.Miller@Compaq.com
10304              Date: Mon, 18 Jun 2001 10:12:27 -0500
10305              Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
10306      Branch: perl
10307            ! lib/perl5db.pl pod/perldebug.pod
10308 ____________________________________________________________________________
10309 [ 10695] By: jhi                                   on 2001/06/18  22:35:13
10310         Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
10311              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
10312              Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
10313              Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
10314      Branch: perl
10315            ! lib/Carp/Heavy.pm
10316 ____________________________________________________________________________
10317 [ 10694] By: jhi                                   on 2001/06/18  22:34:06
10318         Log: Subject: [PATCH] Documentation changes for CLONE
10319              From: Artur Bergman <artur@contiller.se>
10320              Date: Mon, 18 Jun 2001 22:06:37 +0200
10321              Message-ID: <B7542BEC.1719%artur@contiller.se>
10322      Branch: perl
10323            ! pod/perlmod.pod pod/perlsub.pod
10324 ____________________________________________________________________________
10325 [ 10693] By: jhi                                   on 2001/06/18  22:31:38
10326         Log: Subject: Re: configure.com
10327              From: "Craig A. Berry" <craigberry@mac.com>
10328              Date: Mon, 18 Jun 2001 16:04:38 -0500
10329              Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
10330      Branch: perl
10331            ! configure.com
10332 ____________________________________________________________________________
10333 [ 10692] By: jhi                                   on 2001/06/18  22:30:43
10334         Log: Subject: PL_nullstash + perl_clone()
10335              From: Doug MacEachern <dougm@covalent.net>
10336              Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
10337              Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
10338      Branch: perl
10339            ! sv.c
10340 ____________________________________________________________________________
10341 [ 10691] By: jhi                                   on 2001/06/18  22:26:20
10342         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
10343              From: davem@fdgroup.co.uk
10344              Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
10345              Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
10346      Branch: perl
10347            ! embed.pl pod/perlapi.pod
10348 ____________________________________________________________________________
10349 [ 10690] By: jhi                                   on 2001/06/18  22:17:05
10350         Log: More cross-compilation defaults gleaned from -Dcc
10351              if it is CPU-OS-gcc.
10352      Branch: metaconfig
10353            ! U/modified/libc.U
10354      Branch: metaconfig/U/perl
10355            ! Cross.U
10356      Branch: perl
10357            ! Configure INSTALL
10358 ____________________________________________________________________________
10359 [ 10689] By: jhi                                   on 2001/06/18  13:59:47
10360         Log: Update Changes.
10361      Branch: perl
10362            ! Changes patchlevel.h
10363 ____________________________________________________________________________
10364 [ 10688] By: jhi                                   on 2001/06/18  13:44:18
10365         Log: Subject: [PATCH 5.7.1] sv.c documentation
10366              From: davem@fdgroup.co.uk
10367              Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
10368              Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
10369      Branch: perl
10370            ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
10371            ! sv.c sv.h
10372 ____________________________________________________________________________
10373 [ 10687] By: jhi                                   on 2001/06/18  13:38:03
10374         Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
10375              From: "Jon Gunnip" <jongunnip@hotmail.com>
10376              Date: Sun, 17 Jun 2001 18:24:29 -0400
10377              Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
10378      Branch: perl
10379            ! pod/perlvar.pod
10380 ____________________________________________________________________________
10381 [ 10686] By: jhi                                   on 2001/06/18  13:32:13
10382         Log: Move the locale/strict/warnings helper files back
10383              under the t/lib; this way the amount of non-installabled
10384              stuff under lib/ stays smaller.
10385      Branch: perl
10386            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
10387            + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
10388            + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
10389            + t/lib/warnings/5nolint t/lib/warnings/6default
10390            + t/lib/warnings/7fatal t/lib/warnings/8signal
10391            + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
10392            + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
10393            + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
10394            + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
10395            + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
10396            + t/lib/warnings/pp_sys t/lib/warnings/regcomp
10397            + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
10398            + t/lib/warnings/taint t/lib/warnings/toke
10399            + t/lib/warnings/universal t/lib/warnings/utf8
10400            + t/lib/warnings/util
10401            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
10402            - lib/strict/subs lib/strict/vars lib/warnings/1global
10403            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
10404            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
10405            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
10406            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
10407            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
10408            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
10409            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
10410            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
10411            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
10412            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
10413            - lib/warnings/utf8 lib/warnings/util
10414            ! MANIFEST installperl lib/locale.t lib/strict.t
10415 ____________________________________________________________________________
10416 [ 10685] By: jhi                                   on 2001/06/18  13:11:49
10417         Log: Split off the pack/unpack code, from Nicholas Clark.
10418      Branch: perl
10419            + pp_pack.c
10420            ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
10421            ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
10422            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
10423 ____________________________________________________________________________
10424 [ 10684] By: jhi                                   on 2001/06/18  12:25:55
10425         Log: Guard the SysV IPC tests against being invoked in
10426              SysV-IPC-less places.
10427      Branch: perl
10428            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
10429 ____________________________________________________________________________
10430 [ 10683] By: nick                                  on 2001/06/18  12:24:42
10431         Log: Integrate mainline (new test scheme now ok on Linux).
10432      Branch: perlio
10433           +> lib/warnings.t
10434           !> dump.c sv.c
10435 ____________________________________________________________________________
10436 [ 10682] By: jhi                                   on 2001/06/18  12:20:50
10437         Log: Add the locale.c and numeric.c to the microperl sources.
10438      Branch: perl
10439            ! Makefile.micro win32/Makefile
10440 ____________________________________________________________________________
10441 [ 10681] By: jhi                                   on 2001/06/18  11:57:45
10442         Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
10443              From: Abhijit Menon-Sen <ams@wiw.org>
10444              Date: Mon, 18 Jun 2001 14:23:44 +0530
10445              Message-ID: <20010618142344.A13136@lustre.linux.in>
10446      Branch: perl
10447            ! dump.c
10448 ____________________________________________________________________________
10449 [ 10680] By: jhi                                   on 2001/06/18  11:56:12
10450         Log: Subject: Re: [PATCH] more anonymous stash cleanups
10451              From: Abhijit Menon-Sen <ams@wiw.org>
10452              Date: Mon, 18 Jun 2001 15:50:32 +0530
10453              Message-ID: <20010618155032.A13223@lustre.linux.in>
10454              
10455              Plus the comment left in as suggested by NI-S.
10456      Branch: perl
10457            ! sv.c
10458 ____________________________________________________________________________
10459 [ 10679] By: jhi                                   on 2001/06/18  11:49:27
10460         Log: One missed file.
10461      Branch: perl
10462            + lib/warnings.t
10463 ____________________________________________________________________________
10464 [ 10678] By: nick                                  on 2001/06/18  08:05:29
10465         Log: Integrate mainline (part2 - the deletes)
10466      Branch: perlio
10467            - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
10468            - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
10469            - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
10470            - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
10471            - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
10472            - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
10473            - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
10474            - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
10475            - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
10476            - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
10477            - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
10478 ____________________________________________________________________________
10479 [ 10677] By: nick                                  on 2001/06/18  08:04:44
10480         Log: Integrate mainline (part1)
10481      Branch: perlio
10482           +> (branch 376 files)
10483            - (delete 219 files)
10484           !> (integrate 151 files)
10485 ____________________________________________________________________________
10486 [ 10676] By: jhi                                   on 2001/06/18  04:17:15
10487         Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
10488              No doubt I made some mistakes like missed some files or
10489              misnamed some files.  The naming rules were more or less:
10490              (1) if the module is from CPAN, follows its ways, be it
10491              t/*.t or test.pl.
10492              (2) otherwise if there are multiple tests for a module
10493              put them in a t/
10494              (3) otherwise if there's only one test put it in Module.t
10495              (4) helper files go to module/ (locale, strict, warnings)
10496              (5) use longer filenames now that we can (but e.g. the
10497              compat-0.6.t and the Text::Balanced test files still
10498              were renamed to be more civil against the 8.3 people)
10499              installperl was updated appropriately not to install the
10500              *.t files or the help files from under lib.
10501              
10502              TODO: some helper files still remain under t/ that could
10503              follow their 'masters'.  UPDATE: On second thoughts, why
10504              should they.  They can continue to live under t/lib, and
10505              in fact the locale/strict/warnings helpers that were moved
10506              could be moved back.  This way the amount of non-installable
10507              stuff under lib/ stays smaller.
10508      Branch: perl
10509            + (add 253 files)
10510            - (delete 254 files)
10511            ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
10512 ____________________________________________________________________________
10513 [ 10675] By: jhi                                   on 2001/06/18  03:15:02
10514         Log: The warning no more comes from util.c, it comes from numeric.c.
10515      Branch: perl
10516            ! README.tru64
10517 ____________________________________________________________________________
10518 [ 10674] By: jhi                                   on 2001/06/18  00:56:22
10519         Log: Subject: Re: anyone good at casting spells?
10520              From: Spider Boardman <spider@Orb.Nashua.NH.US>
10521              Date: Sun, 17 Jun 2001 21:21:04 -0400
10522              Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US> 
10523      Branch: perl
10524            ! ext/POSIX/POSIX.xs hv.h
10525 ____________________________________________________________________________
10526 [ 10673] By: jhi                                   on 2001/06/17  22:24:53
10527         Log: Protect the (original) thread tests against testing if no 5.005
10528              threads have been configured.
10529      Branch: perl
10530            ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
10531            ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
10532            ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
10533            ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
10534            ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
10535            ! ext/Thread/unsync4.t
10536 ____________________________________________________________________________
10537 [ 10672] By: jhi                                   on 2001/06/17  22:09:28
10538         Log: Try the new test scanning scheme on Text::Abbrev.
10539      Branch: perl
10540            + lib/Text/Abbrev.t
10541            - lib/Text/Abbrev/t/abbrev.t
10542            ! MANIFEST
10543 ____________________________________________________________________________
10544 [ 10671] By: jhi                                   on 2001/06/17  22:07:08
10545         Log: Change the scan policy of the *.t and test.pl files,
10546              now the *.t do not need to live in a t/ directory.
10547      Branch: perl
10548            ! t/TEST t/harness
10549 ____________________________________________________________________________
10550 [ 10670] By: jhi                                   on 2001/06/17  20:32:35
10551         Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
10552              From: Ilmari Karonen <iltzu@sci.fi>
10553              Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
10554              Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
10555      Branch: perl
10556            ! pod/perlfaq7.pod
10557 ____________________________________________________________________________
10558 [ 10669] By: jhi                                   on 2001/06/17  20:30:22
10559         Log: Quench the warnings from Tru64; the HP-UX is still
10560              broken because it really, REALLY, doesn't like the
10561              HvARRAY() being lvalue:
10562              
10563              cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
10564              cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
10565      Branch: perl
10566            ! hv.c
10567 ____________________________________________________________________________
10568 [ 10668] By: jhi                                   on 2001/06/17  19:13:24
10569         Log: Integrate change #10667 from maintperl:
10570              
10571              change#10449 broke the special-case that makes lexicals inside the
10572              eval"" within DB::DB() visible
10573      Branch: perl
10574           !> op.c
10575 ____________________________________________________________________________
10576 [ 10667] By: gsar                                  on 2001/06/17  19:08:27
10577         Log: change#10449 broke the special-case that makes lexicals inside the
10578              eval"" within DB::DB() visible
10579      Branch: maint-5.6/perl
10580            ! op.c
10581 ____________________________________________________________________________
10582 [ 10666] By: jhi                                   on 2001/06/17  17:50:07
10583         Log: Still spurious output; indent the code a bit.
10584              
10585              TODO1: separate the utility functions like MkDir
10586              into a helper script?
10587              
10588              TODO2: I see a lot of repetition in the filepath()
10589              and dirpath() calls.
10590      Branch: perl
10591            ! t/lib/filefind.t t/lib/findtaint.t
10592 ____________________________________________________________________________
10593 [ 10665] By: jhi                                   on 2001/06/17  16:59:42
10594         Log: Regen modlib, toc.
10595      Branch: perl
10596            ! pod/perlmodlib.pod pod/perltoc.pod
10597 ____________________________________________________________________________
10598 [ 10664] By: jhi                                   on 2001/06/17  16:55:28
10599         Log: Add libnetcfg to perlutil.
10600      Branch: perl
10601            ! pod/perlutil.pod
10602 ____________________________________________________________________________
10603 [ 10663] By: jhi                                   on 2001/06/17  16:53:29
10604         Log: Initial integration of libnet-1.0703.
10605              The Configure script renamed as libnetcfg, will be
10606              installed along other utilities.
10607      Branch: perl
10608            + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
10609            + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
10610            + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
10611            + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
10612            + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
10613            + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
10614            + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
10615            + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
10616            + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
10617            + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
10618            + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
10619            + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
10620            + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
10621            + utils/libnetcfg.PL
10622            ! MANIFEST utils.lst utils/Makefile
10623 ____________________________________________________________________________
10624 [ 10662] By: jhi                                   on 2001/06/17  15:37:32
10625         Log: Less potentially test-harness-confusing output.
10626      Branch: perl
10627            ! lib/Memoize/t/expire_module_t.t
10628 ____________________________________________________________________________
10629 [ 10661] By: jhi                                   on 2001/06/17  15:31:04
10630         Log: The final print annoys make test.
10631      Branch: perl
10632            ! t/lib/filefind.t t/lib/findtaint.t
10633 ____________________________________________________________________________
10634 [ 10660] By: jhi                                   on 2001/06/17  14:00:21
10635         Log: Add an option for handling dangling symbolic links.
10636      Branch: perl
10637            ! lib/File/Find.pm t/lib/filefind.t
10638 ____________________________________________________________________________
10639 [ 10659] By: jhi                                   on 2001/06/17  13:45:48
10640         Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS  etc.
10641              From: Thomas Wegner <wegner_thomas@yahoo.com>
10642              Date: Sun, 17 Jun 2001 14:43:11 +0200
10643              Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
10644      Branch: perl
10645            + t/lib/findtaint.t
10646            ! MANIFEST lib/File/Find.pm t/lib/filefind.t
10647 ____________________________________________________________________________
10648 [ 10658] By: jhi                                   on 2001/06/17  13:13:25
10649         Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
10650              From: Jonathan Stowe <gellyfish@gellyfish.com>
10651              Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
10652              Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
10653      Branch: perl
10654            ! lib/ExtUtils/MM_Unix.pm
10655 ____________________________________________________________________________
10656 [ 10657] By: jhi                                   on 2001/06/17  13:12:25
10657         Log: Subject: [PATCH] more anonymous stash cleanups
10658              From: Abhijit Menon-Sen <ams@wiw.org>
10659              Date: Sun, 17 Jun 2001 11:44:06 +0530
10660              Message-ID: <20010617114406.A25203@lustre.linux.in>
10661      Branch: perl
10662            ! op.c
10663 ____________________________________________________________________________
10664 [ 10656] By: jhi                                   on 2001/06/17  13:11:11
10665         Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
10666              From: Abhijit Menon-Sen <ams@wiw.org>
10667              Date: Sun, 17 Jun 2001 08:02:59 +0530
10668              Message-ID: <20010617080259.A28776@lustre.linux.in>
10669              
10670              Subject: [PATCH #2/7] xhv_eiter
10671              From: Abhijit Menon-Sen <ams@wiw.org>
10672              Date: Sun, 17 Jun 2001 08:13:18 +0530
10673              Message-ID: <20010617081318.B28776@lustre.linux.in>
10674              
10675              Subject: [PATCH #3/7] xhv_fill
10676              From: Abhijit Menon-Sen <ams@wiw.org>
10677              Date: Sun, 17 Jun 2001 08:25:16 +0530
10678              Message-ID: <20010617082516.C28776@lustre.linux.in>
10679              
10680              Subject: [PATCH #4/7] xhv_keys
10681              From: Abhijit Menon-Sen <ams@wiw.org>
10682              Date: Sun, 17 Jun 2001 08:36:17 +0530
10683              Message-ID: <20010617083617.D28776@lustre.linux.in>
10684              
10685              Subject: [PATCH #5/7] xhv_max
10686              From: Abhijit Menon-Sen <ams@wiw.org>
10687              Date: Sun, 17 Jun 2001 08:39:48 +0530
10688              Message-ID: <20010617083948.E28776@lustre.linux.in>
10689              
10690              Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
10691              From: Abhijit Menon-Sen <ams@wiw.org>
10692              Date: Sun, 17 Jun 2001 08:51:11 +0530
10693              Message-ID: <20010617085111.F28776@lustre.linux.in>
10694      Branch: perl
10695            ! hv.c
10696 ____________________________________________________________________________
10697 [ 10655] By: jhi                                   on 2001/06/16  23:32:03
10698         Log: Update Changes.
10699      Branch: perl
10700            ! Changes patchlevel.h
10701 ____________________________________________________________________________
10702 [ 10654] By: jhi                                   on 2001/06/16  23:18:37
10703         Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
10704              From: Abhijit Menon-Sen <ams@wiw.org>
10705              Date: Sat, 16 Jun 2001 07:41:19 +0530
10706              Message-ID: <20010616074119.A24720@lustre.linux.in>
10707      Branch: perl
10708            ! hv.c perl.c vms/vmsish.h win32/win32.h
10709 ____________________________________________________________________________
10710 [ 10653] By: jhi                                   on 2001/06/16  23:15:11
10711         Log: Document tests failing when threaded, since we now have more.
10712      Branch: perl
10713            ! pod/perl572delta.pod
10714 ____________________________________________________________________________
10715 [ 10652] By: jhi                                   on 2001/06/16  23:12:19
10716         Log: -Wall cleanup.
10717      Branch: perl
10718            ! ext/Thread/Thread.xs
10719 ____________________________________________________________________________
10720 [ 10651] By: jhi                                   on 2001/06/16  23:06:55
10721         Log: pthread_attr_setstacksize() isn't absolutely necessary
10722              to call, only iff THREAD_CREATE_NEEDS_STACK.
10723      Branch: perl
10724            ! ext/Thread/Thread.xs
10725 ____________________________________________________________________________
10726 [ 10650] By: jhi                                   on 2001/06/16  22:58:48
10727         Log: -Wall strays.
10728      Branch: perl
10729            ! perl.c util.c
10730 ____________________________________________________________________________
10731 [ 10649] By: jhi                                   on 2001/06/16  22:47:40
10732         Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
10733              (and INT64_MIN) brokenness.
10734      Branch: perl
10735            ! hints/darwin.sh perl.h
10736 ____________________________________________________________________________
10737 [ 10648] By: jhi                                   on 2001/06/16  22:27:48
10738         Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
10739              From: Nicholas Clark <nick@ccl4.org>
10740              Date: Sun, 17 Jun 2001 00:16:05 +0100
10741              Message-ID: <20010617001605.V98663@plum.flirble.org>
10742      Branch: perl
10743            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
10744            ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
10745            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
10746 ____________________________________________________________________________
10747 [ 10647] By: jhi                                   on 2001/06/16  22:24:47
10748         Log: Add perlnetware to docs; regen toc; supply skeleton
10749              docs for some Memoize submodules.
10750      Branch: perl
10751            ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
10752            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
10753            ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
10754            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
10755            ! win32/Makefile win32/makefile.mk
10756 ____________________________________________________________________________
10757 [ 10646] By: jhi                                   on 2001/06/16  22:06:52
10758         Log: pod cleanup.
10759      Branch: perl
10760            ! README.netware
10761 ____________________________________________________________________________
10762 [ 10645] By: jhi                                   on 2001/06/16  21:47:00
10763         Log: Integrate Memoize 0.64.  Few tweaks were required in
10764              the test scripts.  Note that the speed and expire*
10765              tests take several dozen seconds to run.
10766      Branch: perl
10767            + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
10768            + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
10769            + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
10770            + lib/Memoize/README lib/Memoize/SDBM_File.pm
10771            + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
10772            + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
10773            + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
10774            + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
10775            + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
10776            + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
10777            + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
10778            + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
10779            + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
10780            + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
10781            ! MANIFEST t/lib/1_compile.t
10782 ____________________________________________________________________________
10783 [ 10644] By: jhi                                   on 2001/06/16  20:35:49
10784         Log: Document the cross-compilation options.
10785      Branch: perl
10786            ! Cross/README INSTALL
10787 ____________________________________________________________________________
10788 [ 10643] By: jhi                                   on 2001/06/16  19:46:38
10789         Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
10790      Branch: perl
10791            + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
10792            + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
10793            + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
10794            + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
10795            + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
10796            + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
10797            + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
10798            + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
10799            + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
10800            + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
10801            + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
10802            + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
10803            + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
10804            + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
10805            + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
10806            + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
10807            + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
10808            + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
10809            + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
10810            + lib/ExtUtils/MM_NW5.pm
10811            ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
10812            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
10813            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
10814            ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
10815            ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
10816            ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
10817            ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
10818            ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
10819            ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
10820            ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
10821            ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
10822            ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
10823            ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
10824            ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
10825            ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
10826            ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
10827            ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
10828            ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
10829            ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
10830            ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
10831            ! util.h x2p/a2py.c
10832 ____________________________________________________________________________
10833 [ 10642] By: jhi                                   on 2001/06/16  19:16:04
10834         Log: Resort MANIFEST.
10835      Branch: perl
10836            ! MANIFEST
10837 ____________________________________________________________________________
10838 [ 10641] By: jhi                                   on 2001/06/16  18:52:26
10839         Log: Integrate perlio.
10840      Branch: perl
10841           +> win32/win32io.c
10842           !> MANIFEST perlio.c perliol.h win32/makefile.mk
10843 ____________________________________________________________________________
10844 [ 10640] By: nick                                  on 2001/06/16  18:38:31
10845         Log: Disable :win32 layer as default till I get it working
10846      Branch: perlio
10847            ! MANIFEST perlio.c
10848 ____________________________________________________________________________
10849 [ 10639] By: jhi                                   on 2001/06/16  18:35:46
10850         Log: Try the new scheme by moving the Text::Abbrev test
10851              to a new place under lib.
10852      Branch: perl
10853            + lib/Text/Abbrev/t/abbrev.t
10854            - t/lib/abbrev.t
10855            ! MANIFEST
10856 ____________________________________________________________________________
10857 [ 10638] By: jhi                                   on 2001/06/16  18:34:30
10858         Log: Make the code even more dynamical so that testname
10859              suffix length can change.
10860      Branch: perl
10861            ! lib/Test/Harness.pm t/TEST
10862 ____________________________________________________________________________
10863 [ 10637] By: jhi                                   on 2001/06/16  18:16:28
10864         Log: Allow for deeper t/ and also a single test.pl.
10865      Branch: perl
10866            ! t/TEST t/harness
10867 ____________________________________________________________________________
10868 [ 10636] By: jhi                                   on 2001/06/16  18:13:59
10869         Log: #define fix from Nicholas Clark.
10870      Branch: perl
10871            ! ext/POSIX/POSIX.xs
10872 ____________________________________________________________________________
10873 [ 10635] By: jhi                                   on 2001/06/16  17:50:43
10874         Log: Initialization is nice.
10875      Branch: perl
10876            ! lib/Test/Harness.pm
10877 ____________________________________________________________________________
10878 [ 10634] By: jhi                                   on 2001/06/16  17:38:53
10879         Log: Make t/TEST and t/harness to test also the t/ tests
10880              under the main lib/ and ext/ directories.  Fix Test::Harness
10881              to dynamically change the width of its "foo/bar....ok" output.
10882      Branch: perl
10883            ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
10884 ____________________________________________________________________________
10885 [ 10633] By: jhi                                   on 2001/06/16  16:58:57
10886         Log: Subject: [PATCH] Re: perl@10611 
10887              From: Nicholas Clark <nick@ccl4.org>
10888              Date: Sat, 16 Jun 2001 16:52:47 +0100
10889              Message-ID: <20010616165247.O98663@plum.flirble.org>
10890              
10891              The .xs parts, too.
10892      Branch: perl
10893            ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
10894            ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
10895 ____________________________________________________________________________
10896 [ 10632] By: nick                                  on 2001/06/16  16:44:35
10897         Log: Work-in-progress win32 layer semi-functional, checking 
10898              for UNIX breakage.
10899      Branch: perlio
10900            ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
10901 ____________________________________________________________________________
10902 [ 10631] By: jhi                                   on 2001/06/16  16:40:30
10903         Log: Subject: [PATCH] Re: perl@10611 
10904              From: Nicholas Clark <nick@ccl4.org>
10905              Date: Sat, 16 Jun 2001 16:52:47 +0100
10906              Message-ID: <20010616165247.O98663@plum.flirble.org>
10907      Branch: perl
10908            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
10909            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
10910            ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
10911            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
10912            ! lib/ExtUtils/Constant.pm
10913 ____________________________________________________________________________
10914 [ 10630] By: jhi                                   on 2001/06/16  15:11:38
10915         Log: Metaconfig unit change for #10629.
10916      Branch: metaconfig
10917            ! U/modified/Finish.U
10918 ____________________________________________________________________________
10919 [ 10629] By: jhi                                   on 2001/06/16  15:11:10
10920         Log: The extraction changed directories.
10921      Branch: perl
10922            ! Configure
10923 ____________________________________________________________________________
10924 [ 10628] By: jhi                                   on 2001/06/16  14:59:38
10925         Log: Math::BigInt 1.35 from Tels.
10926      Branch: perl
10927            + t/lib/mbimbf.t
10928            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
10929            ! t/lib/bigfltpm.t t/lib/bigintpm.t
10930 ____________________________________________________________________________
10931 [ 10627] By: nick                                  on 2001/06/16  14:54:52
10932         Log: Work in progress UNIX-side edit of win32 PerLIO layer
10933      Branch: perlio
10934            + win32/win32io.c
10935            ! perlio.c win32/makefile.mk
10936 ____________________________________________________________________________
10937 [ 10626] By: jhi                                   on 2001/06/16  14:01:50
10938         Log: Subject: [PATCH 5.6.1] os2/diff-configure
10939              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10940              Date: Fri, 15 Jun 2001 01:19:36 -0400
10941              Message-ID: <20010615011936.A26982@math.ohio-state.edu>
10942              
10943              Empty all of it because I think #10624 made even the
10944              last patch hunk unnecessary.
10945      Branch: perl
10946            ! os2/diff.configure
10947 ____________________________________________________________________________
10948 [ 10625] By: jhi                                   on 2001/06/16  13:58:34
10949         Log: Metaconfig unit change for 10624.
10950      Branch: metaconfig
10951            ! U/modified/libc.U
10952      Branch: perl
10953            ! config_h.SH
10954 ____________________________________________________________________________
10955 [ 10624] By: jhi                                   on 2001/06/16  13:58:13
10956         Log: Move the initialization of libnames to the beginning so
10957              that can one 'seed' it (as OS/2 does.)
10958      Branch: perl
10959            ! Configure
10960 ____________________________________________________________________________
10961 [ 10623] By: jhi                                   on 2001/06/16  13:47:54
10962         Log: Subject: [PATCH 5.6.1] OS2::DLL patch
10963              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10964              Date: Fri, 15 Jun 2001 19:10:57 -0400
10965              Message-ID: <20010615191057.A8050@math.ohio-state.edu>
10966      Branch: perl
10967            ! os2/OS2/REXX/DLL/DLL.pm
10968 ____________________________________________________________________________
10969 [ 10622] By: jhi                                   on 2001/06/16  13:29:42
10970         Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring 
10971              From: "Craig A. Berry" <craigberry@mac.com>
10972              Date: Fri, 15 Jun 2001 17:00:03 -0500
10973              Message-Id: <a05101007b750342599be@[172.16.52.1]>
10974      Branch: perl
10975            ! vms/descrip_mms.template
10976 ____________________________________________________________________________
10977 [ 10621] By: jhi                                   on 2001/06/16  13:28:37
10978         Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
10979              From: "Craig A. Berry" <craigberry@mac.com>
10980              Date: Fri, 15 Jun 2001 18:39:42 -0500
10981              Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
10982      Branch: perl
10983            ! lib/File/Spec/VMS.pm t/lib/extutils.t
10984 ____________________________________________________________________________
10985 [ 10620] By: jhi                                   on 2001/06/16  13:25:06
10986         Log: Integrate perlio.
10987      Branch: perl
10988           !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
10989           !> t/io/utf8.t t/lib/io_scalar.t
10990 ____________________________________________________________________________
10991 [ 10619] By: nick                                  on 2001/06/15  21:05:19
10992         Log: Generated files
10993      Branch: perlio
10994            ! embed.h proto.h
10995 ____________________________________________________________________________
10996 [ 10618] By: nick                                  on 2001/06/15  20:27:42
10997         Log: Fix open.pm to work via XS-implemented method calls rather
10998              than *open::layers variables which caused all the HV/AV hassle.
10999      Branch: perlio
11000            ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
11001            ! t/lib/io_scalar.t
11002 ____________________________________________________________________________
11003 [ 10617] By: jhi                                   on 2001/06/15  18:50:53
11004         Log: Integrate perlio.
11005      Branch: perl
11006           !> lib/ExtUtils/Constant.pm
11007 ____________________________________________________________________________
11008 [ 10616] By: nick                                  on 2001/06/15  18:46:47
11009         Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
11010      Branch: perlio
11011            ! lib/ExtUtils/Constant.pm
11012 ____________________________________________________________________________
11013 [ 10615] By: jhi                                   on 2001/06/15  18:36:43
11014         Log: Integrate perlio.
11015      Branch: perl
11016           !> ext/Socket/Socket.xs
11017 ____________________________________________________________________________
11018 [ 10614] By: nick                                  on 2001/06/15  18:33:37
11019         Log: MULTIPLICITY fix for Socket.xs
11020      Branch: perlio
11021            ! ext/Socket/Socket.xs
11022 ____________________________________________________________________________
11023 [ 10613] By: jhi                                   on 2001/06/15  16:34:06
11024         Log: Subject: Re: perl@10611
11025              From: Doug MacEachern <dougm@covalent.net>
11026              Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
11027              Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
11028      Branch: perl
11029            ! ext/Socket/Socket.xs
11030 ____________________________________________________________________________
11031 [ 10612] By: nick                                  on 2001/06/15  16:14:38
11032         Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
11033      Branch: perlio
11034           !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
11035           !> ext/Socket/Socket.pm ext/Socket/Socket.xs
11036           !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
11037           !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
11038           !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
11039           !> utils/h2ph.PL
11040 ____________________________________________________________________________
11041 [ 10611] By: jhi                                   on 2001/06/15  14:29:04
11042         Log: Update Changes.
11043      Branch: perl
11044            ! Changes patchlevel.h
11045 ____________________________________________________________________________
11046 [ 10610] By: jhi                                   on 2001/06/15  14:20:33
11047         Log: Upping the test count.
11048      Branch: perl
11049            ! t/lib/filefind.t
11050 ____________________________________________________________________________
11051 [ 10609] By: jhi                                   on 2001/06/15  14:13:29
11052         Log: Integrate perlio.
11053      Branch: perl
11054           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
11055 ____________________________________________________________________________
11056 [ 10608] By: jhi                                   on 2001/06/15  14:12:31
11057         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
11058              From: andreas.koenig@anima.de (Andreas J. Koenig)
11059              Date: 15 Jun 2001 13:30:39 +0200
11060              Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
11061              
11062              Record the grim history.
11063      Branch: perl
11064            ! lib/File/Find.pm
11065 ____________________________________________________________________________
11066 [ 10607] By: jhi                                   on 2001/06/15  14:08:19
11067         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
11068              From: Brian McCauley <nobull@mail.com>
11069              Date: 15 Jun 2001 07:51:26 +0100
11070              Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
11071      Branch: perl
11072            ! lib/File/Find.pm t/lib/filefind.t
11073 ____________________________________________________________________________
11074 [ 10606] By: nick                                  on 2001/06/15  14:00:08
11075         Log: regen_config_h for Win32.
11076      Branch: perlio
11077            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
11078 ____________________________________________________________________________
11079 [ 10605] By: jhi                                   on 2001/06/15  13:49:55
11080         Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
11081              From: Peter Prymmer <pvhp@forte.com>
11082              Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
11083              Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
11084      Branch: perl
11085            ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
11086 ____________________________________________________________________________
11087 [ 10604] By: jhi                                   on 2001/06/15  13:45:03
11088         Log: Some filesystems require writability for rename/unlink.
11089      Branch: perl
11090            ! opcode.pl
11091 ____________________________________________________________________________
11092 [ 10603] By: jhi                                   on 2001/06/15  13:41:34
11093         Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report 
11094              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
11095              Date: Fri, 15 Jun 2001 12:08:53 +0200
11096              Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
11097      Branch: perl
11098            ! perlio.c
11099 ____________________________________________________________________________
11100 [ 10602] By: jhi                                   on 2001/06/15  13:27:04
11101         Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
11102              From: Mike Guy <mjtg@cam.ac.uk>
11103              Date: Fri, 15 Jun 2001 14:11:49 +0100
11104              Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
11105      Branch: perl
11106            ! opcode.pl
11107 ____________________________________________________________________________
11108 [ 10601] By: jhi                                   on 2001/06/15  13:21:18
11109         Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
11110              From: Nicholas Clark <nick@ccl4.org>
11111              Date: Thu, 14 Jun 2001 23:52:56 +0100
11112              Message-ID: <20010614235256.G98663@plum.flirble.org>
11113      Branch: perl
11114            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
11115            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
11116 ____________________________________________________________________________
11117 [ 10600] By: jhi                                   on 2001/06/15  13:16:56
11118         Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
11119              From: Russ Allbery <rra@stanford.edu>
11120              Date: 14 Jun 2001 13:24:43 -0700
11121              Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
11122      Branch: perl
11123            ! ext/GDBM_File/GDBM_File.pm
11124 ____________________________________________________________________________
11125 [ 10599] By: jhi                                   on 2001/06/15  13:15:26
11126         Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
11127              From: Nicholas Clark <nick@ccl4.org>
11128              Date: Thu, 14 Jun 2001 20:37:47 +0100
11129              Message-ID: <20010614203747.F98663@plum.flirble.org>
11130      Branch: perl
11131            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
11132            ! t/lib/gdbm.t
11133 ____________________________________________________________________________
11134 [ 10598] By: jhi                                   on 2001/06/15  13:13:13
11135         Log: Integrate perlio.
11136      Branch: perl
11137           !> makedef.pl sv.c
11138 ____________________________________________________________________________
11139 [ 10597] By: nick                                  on 2001/06/15  11:08:13
11140         Log: Check that HVs with HvNAME() != NULL are really stashes before
11141              treating them as such. Also be more defensive on the GvCV.
11142              Win32 fork and dprof now working again. 
11143      Branch: perlio
11144            ! sv.c
11145 ____________________________________________________________________________
11146 [ 10596] By: nick                                  on 2001/06/15  10:11:20
11147         Log: Integrate mainline.
11148      Branch: perlio
11149           +> Cross/README
11150           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
11151           !> Porting/config_H config_h.SH configure.com epoc/config.sh
11152           !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
11153           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
11154           !> vos/config.ga.h win32/config.bc win32/config.gc
11155           !> win32/config.vc win32/config_H.bc win32/config_H.gc
11156           !> win32/config_H.vc
11157 ____________________________________________________________________________
11158 [ 10595] By: nick                                  on 2001/06/15  09:37:17
11159         Log: Skip Perl_my_bcopy in .def file as we do not provide it.
11160              - Win32 (VC++) now builds but fails:
11161              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
11162              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
11163              write.t    - open(...,"|-") not implemented on Win32 
11164      Branch: perlio
11165            ! makedef.pl
11166 ____________________________________________________________________________
11167 [ 10594] By: jhi                                   on 2001/06/15  00:17:16
11168         Log: Integrate perlio.
11169      Branch: perl
11170           !> perlio.c win32/makefile.mk
11171 ____________________________________________________________________________
11172 [ 10593] By: jhi                                   on 2001/06/15  00:16:44
11173         Log: Metaconfig unit changes for #10592.
11174      Branch: metaconfig
11175            + U/modified/i_varhdr.U U/modified/startsh.U
11176            - U/a_dvisory/crosscompile.U U/target/Target.U
11177            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
11178            ! U/compline/bitpbyte.U U/compline/byteorder.U
11179            ! U/compline/ccflags.U U/compline/charsize.U
11180            ! U/compline/d_casti32.U U/compline/d_castneg.U
11181            ! U/compline/d_closedir.U U/compline/d_fd_set.U
11182            ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
11183            ! U/compline/d_keepsig.U U/compline/d_open3.U
11184            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
11185            ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
11186            ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
11187            ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
11188            ! U/compline/doublesize.U U/compline/floatsize.U
11189            ! U/compline/nblock_io.U U/compline/orderlib.U
11190            ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
11191            ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
11192            ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
11193            ! U/modified/d_longlong.U U/modified/d_setpgrp.U
11194            ! U/modified/d_strtoul.U U/modified/d_union_semun.U
11195            ! U/modified/spitshell.U U/threads/archname.U
11196            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
11197            ! U/typedefs/gidsize.U U/typedefs/lseektype.U
11198            ! U/typedefs/pidsign.U U/typedefs/pidsize.U
11199            ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
11200            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
11201      Branch: metaconfig/U/perl
11202            + Cross.U
11203            ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
11204            ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
11205            ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
11206            ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
11207            ! stdio_streams.U uselfs.U
11208 ____________________________________________________________________________
11209 [ 10592] By: jhi                                   on 2001/06/15  00:15:52
11210         Log: The first steps towards cross-compilation.
11211              
11212              Abstract execution of compiled test executables with $run,
11213              and abstract transfer of files with $to and $from.
11214              
11215              Under cross-compilation the $run, $to, and $from will point
11216              to appropriate wrapper scripts, by default ssh and scp,
11217              but also rsh, rcp, and cp are supported.  If not
11218              cross-compiling, they will be set to '', ':', and ':',
11219              respectively.
11220              
11221              With these patches I was able to get Configure for
11222              iPAQ ARM Linux on an Intel Linux about 95% right
11223              (only a few tests failed to execute or they produced
11224              incorrect results), and I was able to compile
11225              a functional miniperl.
11226              
11227              The symbol crosscompile renamed to be usecrosscompile,
11228              the corresponding C symbol from CROSSCOMPILE to
11229              USE_CROSS_COMPILE.
11230      Branch: perl
11231            ! Configure Cross/README Makefile.SH Porting/Glossary
11232            ! Porting/config.sh Porting/config_H config_h.SH configure.com
11233            ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
11234            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
11235            ! vos/config.ga.def vos/config.ga.h win32/config.bc
11236            ! win32/config.gc win32/config.vc win32/config_H.bc
11237            ! win32/config_H.gc win32/config_H.vc
11238 ____________________________________________________________________________
11239 [ 10591] By: nick                                  on 2001/06/14  20:00:12
11240         Log: Steps along the road toward Win32 building again.
11241      Branch: perlio
11242            ! perlio.c win32/makefile.mk
11243 ____________________________________________________________________________
11244 [ 10590] By: jhi                                   on 2001/06/14  16:11:11
11245         Log: Integrate perlio.
11246      Branch: perl
11247           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
11248 ____________________________________________________________________________
11249 [ 10589] By: nick                                  on 2001/06/14  13:54:07
11250         Log: Routine regen_config_h for Win32
11251      Branch: perlio
11252            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
11253 ____________________________________________________________________________
11254 [ 10588] By: jhi                                   on 2001/06/14  12:30:46
11255         Log: Integrate perlio.
11256      Branch: perl
11257           +> perlyline.pl
11258           !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
11259 ____________________________________________________________________________
11260 [ 10587] By: jhi                                   on 2001/06/14  12:23:24
11261         Log: A placeholder.
11262      Branch: perl
11263            + Cross/README
11264 ____________________________________________________________________________
11265 [ 10586] By: nick                                  on 2001/06/14  08:25:07
11266         Log: Add new step to run_byacc which:
11267              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
11268              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
11269      Branch: perlio
11270            + perlyline.pl
11271            ! MANIFEST Makefile.SH perly.c
11272 ____________________________________________________________________________
11273 [ 10585] By: nick                                  on 2001/06/14  08:22:29
11274         Log: Integrate mainline
11275      Branch: perlio
11276           +> locale.c numeric.c
11277           !> Changes cygwin/Makefile.SHs embed.h embed.pl
11278           !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
11279           !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
11280           !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
11281           !> x2p/Makefile.SH
11282 ____________________________________________________________________________
11283 [ 10584] By: nick                                  on 2001/06/14  08:05:53
11284         Log: Hack to remove insecure directories from PATH so test will run.
11285      Branch: perlio
11286            ! t/lib/filefind.t
11287 ____________________________________________________________________________
11288 [ 10583] By: jhi                                   on 2001/06/14  03:11:16
11289         Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
11290      Branch: perl
11291            - t/lib/mbimbf.t
11292            ! MANIFEST
11293 ____________________________________________________________________________
11294 [ 10582] By: jhi                                   on 2001/06/14  03:04:51
11295         Log: Detypo.
11296      Branch: perl
11297            ! x2p/Makefile.SH
11298 ____________________________________________________________________________
11299 [ 10581] By: jhi                                   on 2001/06/14  03:03:14
11300         Log: de-$CONFIG continues.
11301      Branch: perl
11302            ! cygwin/Makefile.SHs x2p/Makefile.SH
11303 ____________________________________________________________________________
11304 [ 10580] By: jhi                                   on 2001/06/13  23:56:59
11305         Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
11306              From: Nicholas Clark <nick@ccl4.org>
11307              Date: Wed, 13 Jun 2001 21:20:13 +0100
11308              Message-ID: <20010613212013.D98663@plum.flirble.org>
11309      Branch: perl
11310            ! opcode.pl
11311 ____________________________________________________________________________
11312 [ 10579] By: jhi                                   on 2001/06/13  23:55:29
11313         Log: Subject: splitting util.c
11314              From: Hugo <hv@crypt.compulink.co.uk>
11315              Date: Thu, 14 Jun 2001 00:41:08 +0100
11316              Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
11317      Branch: perl
11318            + locale.c numeric.c
11319            ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
11320            ! pod/perlapi.pod proto.h util.c
11321 ____________________________________________________________________________
11322 [ 10578] By: jhi                                   on 2001/06/13  23:45:11
11323         Log: Upgrade to Math::BigInt 1.34 from Tels.
11324      Branch: perl
11325            + t/lib/mbimbf.t
11326            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
11327            ! t/lib/bigfltpm.t t/lib/bigintpm.t
11328 ____________________________________________________________________________
11329 [ 10577] By: nick                                  on 2001/06/13  19:02:48
11330         Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
11331      Branch: perlio
11332           !> (integrate 125 files)
11333 ____________________________________________________________________________
11334 [ 10576] By: jhi                                   on 2001/06/13  18:10:01
11335         Log: Update Changes.
11336      Branch: perl
11337            ! Changes patchlevel.h
11338 ____________________________________________________________________________
11339 [ 10575] By: jhi                                   on 2001/06/13  18:05:09
11340         Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
11341              From: "Craig A. Berry" <craigberry@mac.com>
11342              Date: Wed, 13 Jun 2001 13:24:28 -0500
11343              Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
11344      Branch: perl
11345            ! ext/re/Makefile.PL
11346 ____________________________________________________________________________
11347 [ 10574] By: jhi                                   on 2001/06/13  17:34:36
11348         Log: Mc.u.c. for #10573.
11349      Branch: metaconfig
11350            ! U/threads/usethreads.U
11351 ____________________________________________________________________________
11352 [ 10573] By: jhi                                   on 2001/06/13  17:34:00
11353         Log: It would be also be good if I could type.
11354      Branch: perl
11355            ! Configure
11356 ____________________________________________________________________________
11357 [ 10572] By: jhi                                   on 2001/06/13  17:26:29
11358         Log: Metaconfig unit change for #10571.
11359      Branch: metaconfig
11360            ! U/threads/usethreads.U
11361 ____________________________________________________________________________
11362 [ 10571] By: jhi                                   on 2001/06/13  17:26:05
11363         Log: A non-empty default is a good thing.
11364      Branch: perl
11365            ! Configure
11366 ____________________________________________________________________________
11367 [ 10570] By: jhi                                   on 2001/06/13  17:15:16
11368         Log: Metaconfig unit change for #10569.
11369      Branch: metaconfig
11370            ! U/threads/usethreads.U
11371 ____________________________________________________________________________
11372 [ 10569] By: jhi                                   on 2001/06/13  17:14:17
11373         Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
11374              extremely experimental, not even prompted for.
11375      Branch: perl
11376            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11377            ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
11378            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
11379            ! win32/config.bc win32/config.gc win32/config.vc
11380 ____________________________________________________________________________
11381 [ 10568] By: jhi                                   on 2001/06/13  16:22:27
11382         Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
11383      Branch: perl
11384            ! pod/perlfaq6.pod
11385 ____________________________________________________________________________
11386 [ 10567] By: jhi                                   on 2001/06/13  16:20:23
11387         Log: Integrate perlio; conflicts, accept Nick's versions.
11388      Branch: perl
11389           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
11390           !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
11391 ____________________________________________________________________________
11392 [ 10566] By: jhi                                   on 2001/06/13  16:17:42
11393         Log: Subject: Re: ext/ + -Wall
11394              From: Doug MacEachern <dougm@covalent.net>
11395              Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
11396              Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
11397      Branch: perl
11398            ! XSUB.h lib/ExtUtils/xsubpp perl.h
11399 ____________________________________________________________________________
11400 [ 10565] By: jhi                                   on 2001/06/13  16:16:07
11401         Log: Similar logic as DB_File.xs, using the modern macros and
11402              defines them to older ones for older Perls where PERL_VERSION
11403              is not defined, from Doug MacEachern.
11404      Branch: perl
11405            ! ext/Storable/Storable.xs
11406 ____________________________________________________________________________
11407 [ 10564] By: nick                                  on 2001/06/13  15:22:01
11408         Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
11409              and using that instead (name lookups are sequential search for now).
11410      Branch: perlio
11411            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
11412            ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
11413 ____________________________________________________________________________
11414 [ 10563] By: jhi                                   on 2001/06/13  14:07:43
11415         Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
11416              From: "Richard Soderberg" <rs@crystalflame.net>
11417              Date: Sat, 26 May 2001 06:44:20 -0700
11418              Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
11419      Branch: perl
11420            ! sv.c t/op/glob.t
11421 ____________________________________________________________________________
11422 [ 10562] By: jhi                                   on 2001/06/13  13:55:10
11423         Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
11424              From: "Craig A. Berry" <craigberry@mac.com>
11425              Date: Tue, 12 Jun 2001 23:55:26 -0500
11426              Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
11427      Branch: perl
11428            ! ext/re/Makefile.PL ext/re/re.xs
11429 ____________________________________________________________________________
11430 [ 10561] By: jhi                                   on 2001/06/13  13:44:58
11431         Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
11432              suggested by NI-S.
11433      Branch: perl
11434            ! XSUB.h malloc.c perl.h
11435 ____________________________________________________________________________
11436 [ 10560] By: jhi                                   on 2001/06/13  13:35:42
11437         Log: Regen toc.
11438      Branch: perl
11439            ! pod/perltoc.pod
11440 ____________________________________________________________________________
11441 [ 10559] By: jhi                                   on 2001/06/13  12:53:18
11442         Log: Subject: [patch] perl.gprof control
11443              From: Doug MacEachern <dougm@covalent.net>
11444              Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
11445              Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
11446      Branch: perl
11447            ! miniperlmain.c perl.h
11448 ____________________________________________________________________________
11449 [ 10558] By: jhi                                   on 2001/06/13  12:51:47
11450         Log: Subject: Re: ext/ + -Wall
11451              From: Doug MacEachern <dougm@covalent.net>
11452              Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
11453              Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
11454              
11455              Document ax and break up dXSARGS.
11456      Branch: perl
11457            ! XSUB.h pod/perlapi.pod
11458 ____________________________________________________________________________
11459 [ 10557] By: jhi                                   on 2001/06/13  12:39:55
11460         Log: More AIX tweakage from Merijn.
11461      Branch: perl
11462            ! hints/aix.sh
11463 ____________________________________________________________________________
11464 [ 10556] By: jhi                                   on 2001/06/13  03:26:58
11465         Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
11466              From: "Craig A. Berry" <craigberry@mac.com>
11467              Date: Tue, 12 Jun 2001 22:57:45 -0500
11468              Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
11469      Branch: perl
11470            ! vms/descrip_mms.template
11471 ____________________________________________________________________________
11472 [ 10555] By: jhi                                   on 2001/06/13  02:50:43
11473         Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
11474              From: "Craig A. Berry" <craigberry@mac.com>
11475              Date: Tue, 12 Jun 2001 22:21:39 -0500
11476              Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
11477      Branch: perl
11478            ! configure.com util.c
11479 ____________________________________________________________________________
11480 [ 10554] By: jhi                                   on 2001/06/13  02:23:16
11481         Log: New AIX dynaloading code from Jens-Uwe Mager.
11482              Does break binary compatibility.
11483      Branch: perl
11484            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
11485 ____________________________________________________________________________
11486 [ 10553] By: jhi                                   on 2001/06/13  02:10:16
11487         Log: VMS DEC C compiler found nits by Peter Prymmer.
11488      Branch: perl
11489            ! util.c
11490 ____________________________________________________________________________
11491 [ 10552] By: jhi                                   on 2001/06/13  01:36:12
11492         Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
11493              From: Peter Prymmer <pvhp@forte.com>
11494              Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
11495              Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
11496      Branch: perl
11497            ! t/lib/filecomp.t
11498 ____________________________________________________________________________
11499 [ 10551] By: jhi                                   on 2001/06/13  01:26:53
11500         Log: I wonder how many $CONFIGs still lurk in the shadows.
11501      Branch: perl
11502            ! pod/Makefile.SH x2p/cflags.SH
11503 ____________________________________________________________________________
11504 [ 10550] By: jhi                                   on 2001/06/13  01:25:12
11505         Log: Grok three kinds of line endings, should fix [ID 20010612.003]
11506      Branch: perl
11507            ! pod/checkpods.PL
11508 ____________________________________________________________________________
11509 [ 10549] By: jhi                                   on 2001/06/13  01:05:28
11510         Log: Use __attribute__((unused)) to silence -Wall on unused ax.
11511      Branch: perl
11512            ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
11513 ____________________________________________________________________________
11514 [ 10548] By: jhi                                   on 2001/06/13  00:41:28
11515         Log: Subject: [patch] rid local_patches warnings
11516              From: Doug MacEachern <dougm@covalent.net>
11517              Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
11518              Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
11519      Branch: perl
11520            ! ext/List/Util/Util.xs ext/Storable/Storable.xs
11521 ____________________________________________________________________________
11522 [ 10547] By: jhi                                   on 2001/06/13  00:40:29
11523         Log: Subject: Re: ext/ + -Wall
11524              From: Doug MacEachern <dougm@covalent.net>
11525              Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
11526              Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
11527      Branch: perl
11528            ! ext/attrs/attrs.xs
11529 ____________________________________________________________________________
11530 [ 10546] By: jhi                                   on 2001/06/13  00:39:06
11531         Log: Subject: [PATCH] perlretut.pod: unterminated C<>
11532              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
11533              Date: Tue, 12 Jun 2001 14:36:20 -0400
11534              Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
11535      Branch: perl
11536            ! pod/perlretut.pod
11537 ____________________________________________________________________________
11538 [ 10545] By: jhi                                   on 2001/06/13  00:38:02
11539         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
11540              From: Mike Guy <mjtg@cam.ac.uk>
11541              Date: Tue, 12 Jun 2001 19:10:31 +0100
11542              Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
11543              
11544              Subject: Re: [ID 20010612.001] out of memory during regex compilation
11545              From: Mike Guy <mjtg@cam.ac.uk>
11546              Date: Tue, 12 Jun 2001 19:21:01 +0100
11547              Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
11548      Branch: perl
11549            ! pod/perlop.pod
11550 ____________________________________________________________________________
11551 [ 10544] By: jhi                                   on 2001/06/13  00:34:39
11552         Log: AIX tweaks from Merijn H. Brand.
11553      Branch: perl
11554            ! hints/aix.sh
11555 ____________________________________________________________________________
11556 [ 10543] By: jhi                                   on 2001/06/13  00:11:42
11557         Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
11558              From: "Brendan O'Dea" <bod@compusol.com.au>
11559              Date: Wed, 13 Jun 2001 05:16:47 +1000
11560              Message-ID: <20010613051647.A8945@compusol.com.au>
11561      Branch: maint-5.6/perl
11562            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
11563 ____________________________________________________________________________
11564 [ 10542] By: jhi                                   on 2001/06/13  00:07:50
11565         Log: Subject: Small bcopy cleanup
11566              From: Andy Dougherty <doughera@lafayette.edu>
11567              Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
11568              Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
11569      Branch: perl
11570            ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
11571 ____________________________________________________________________________
11572 [ 10541] By: jhi                                   on 2001/06/13  00:05:18
11573         Log: Subject: [PATCH] Re: ext/ + -Wall
11574              From: Nicholas Clark <nick@ccl4.org>
11575              Date: Wed, 13 Jun 2001 00:04:30 +0100
11576              Message-ID: <20010613000430.M5901@plum.flirble.org>
11577      Branch: perl
11578            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
11579 ____________________________________________________________________________
11580 [ 10540] By: jhi                                   on 2001/06/13  00:02:25
11581         Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
11582              From: Nicholas Clark <nick@ccl4.org>
11583              Date: Tue, 12 Jun 2001 23:53:07 +0100
11584              Message-ID: <20010612235307.L5901@plum.flirble.org>
11585      Branch: perl
11586            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
11587 ____________________________________________________________________________
11588 [ 10539] By: jhi                                   on 2001/06/12  23:59:10
11589         Log: MPE/iX tweaks from Mark Bixby.
11590      Branch: perl
11591            ! hints/mpeix.sh mpeix/mpeixish.h util.c
11592 ____________________________________________________________________________
11593 [ 10538] By: jhi                                   on 2001/06/12  14:16:15
11594         Log: Update Changes.
11595      Branch: perl
11596            ! Changes patchlevel.h
11597 ____________________________________________________________________________
11598 [ 10537] By: jhi                                   on 2001/06/12  14:11:26
11599         Log: One less -Wall whine (found under DEBUGGING).
11600      Branch: perl
11601            ! x2p/Makefile.SH x2p/a2p.c
11602 ____________________________________________________________________________
11603 [ 10536] By: jhi                                   on 2001/06/12  13:32:09
11604         Log: s/case-independent/case-insensitive/g
11605      Branch: perl
11606            ! pod/perldebug.pod
11607 ____________________________________________________________________________
11608 [ 10535] By: jhi                                   on 2001/06/12  13:27:28
11609         Log: As suggested in    
11610              
11611              Subject: Re: ext/ + -Wall
11612              From: Gurusamy Sarathy <gsar@ActiveState.com>
11613              Date: Mon, 11 Jun 2001 23:34:31 -0700
11614              Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
11615      Branch: perl
11616            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
11617            ! perl.h
11618 ____________________________________________________________________________
11619 [ 10534] By: jhi                                   on 2001/06/12  13:13:27
11620         Log: Subject: ext/ + -Wall
11621              From: Doug MacEachern <dougm@covalent.net>
11622              Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
11623              Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
11624      Branch: perl
11625            ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
11626            ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
11627            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
11628            ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
11629            ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
11630            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
11631            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
11632            ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
11633            ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
11634            ! lib/ExtUtils/xsubpp
11635 ____________________________________________________________________________
11636 [ 10533] By: jhi                                   on 2001/06/12  12:52:57
11637         Log: Subject: [PATCH] anonymous stashes
11638              From: Abhijit Menon-Sen <ams@wiw.org>
11639              Date: Tue, 12 Jun 2001 12:47:04 +0530
11640              Message-ID: <20010612124704.A29029@lustre.linux.in>
11641      Branch: perl
11642            ! dump.c gv.c sv.c xsutils.c
11643 ____________________________________________________________________________
11644 [ 10532] By: jhi                                   on 2001/06/12  12:37:36
11645         Log: One more test for $^S.
11646      Branch: perl
11647            ! t/op/magic.t
11648 ____________________________________________________________________________
11649 [ 10531] By: jhi                                   on 2001/06/12  12:35:02
11650         Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
11651              From: Abhijit Menon-Sen <ams@wiw.org>
11652              Date: Tue, 12 Jun 2001 17:35:55 +0530
11653              Message-ID: <20010612173555.A32426@lustre.linux.in>
11654      Branch: perl
11655            ! mg.c t/op/magic.t
11656 ____________________________________________________________________________
11657 [ 10530] By: jhi                                   on 2001/06/12  12:31:11
11658         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
11659              From: Mike Guy <mjtg@cam.ac.uk>
11660              Date: Tue, 12 Jun 2001 13:14:15 +0100
11661              Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
11662      Branch: perl
11663            ! pod/perlop.pod
11664 ____________________________________________________________________________
11665 [ 10529] By: jhi                                   on 2001/06/12  12:21:06
11666         Log: AUTHORS updates.
11667      Branch: perl
11668            ! AUTHORS
11669 ____________________________________________________________________________
11670 [ 10528] By: jhi                                   on 2001/06/12  12:19:47
11671         Log: Subject: [PATCH] rhapsody/darwin minor cleanup
11672              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
11673              Content-Transfer-Encoding: 7bit
11674              Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
11675      Branch: perl
11676            ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
11677 ____________________________________________________________________________
11678 [ 10527] By: jhi                                   on 2001/06/12  11:58:53
11679         Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
11680              From: "Philip Newton" <Philip.Newton@gmx.net>
11681              Date: Mon, 11 Jun 2001 07:08:03 +0200
11682              Message-Id: <200106120802.LAA08992@taas.iki.fi>
11683      Branch: perl
11684            ! t/base/term.t
11685 ____________________________________________________________________________
11686 [ 10526] By: jhi                                   on 2001/06/12  01:35:34
11687         Log: Cleanup the a2p.c for -Wall.
11688      Branch: perl
11689            ! x2p/Makefile.SH x2p/a2p.c
11690 ____________________________________________________________________________
11691 [ 10525] By: jhi                                   on 2001/06/12  01:10:56
11692         Log: File::Find update for MacOS from Chris Nandor.
11693      Branch: perl
11694            ! lib/File/Find.pm t/lib/filefind.t
11695 ____________________________________________________________________________
11696 [ 10524] By: jhi                                   on 2001/06/12  00:29:20
11697         Log: gcc -Wall nits picked out by a non-UNIX system
11698              (courtesy of Mark Bixby)
11699      Branch: perl
11700            ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
11701            ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
11702            ! pp_sys.c util.c
11703 ____________________________________________________________________________
11704 [ 10523] By: jhi                                   on 2001/06/11  22:34:03
11705         Log: Metaconfig unit change for #10522.  (The d_modfl changes
11706              placate metalint.)
11707      Branch: metaconfig/U/perl
11708            ! d_modfl.U d_u32align.U
11709 ____________________________________________________________________________
11710 [ 10522] By: jhi                                   on 2001/06/11  22:33:00
11711         Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
11712              be "./try 2>&1 >/dev/null".
11713      Branch: perl
11714            ! Configure
11715 ____________________________________________________________________________
11716 [ 10521] By: jhi                                   on 2001/06/11  19:49:54
11717         Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
11718              From: "Craig A. Berry" <craigberry@mac.com>
11719              Date: Mon, 11 Jun 2001 14:00:32 -0500
11720              Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
11721      Branch: perl
11722            ! configure.com
11723 ____________________________________________________________________________
11724 [ 10520] By: jhi                                   on 2001/06/11  17:55:47
11725         Log: Move the full \p\P lists to perlunicode.
11726      Branch: perl
11727            ! pod/perlretut.pod pod/perlunicode.pod
11728 ____________________________________________________________________________
11729 [ 10519] By: jhi                                   on 2001/06/11  17:10:00
11730         Log: VOS build tweak for 5.6.1 from Paul Green.
11731      Branch: maint-5.6/perl
11732            ! vos/build.cm
11733 ____________________________________________________________________________
11734 [ 10518] By: jhi                                   on 2001/06/11  17:07:03
11735         Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
11736              From: "Craig A. Berry" <craigberry@mac.com>
11737              Date: Fri, 8 Jun 2001 18:08:18 -0500
11738              Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
11739      Branch: perl
11740            ! vms/vms.c
11741 ____________________________________________________________________________
11742 [ 10517] By: jhi                                   on 2001/06/11  14:52:01
11743         Log: Update Changes.
11744      Branch: perl
11745            ! Changes patchlevel.h
11746 ____________________________________________________________________________
11747 [ 10516] By: jhi                                   on 2001/06/11  14:46:33
11748         Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
11749      Branch: perl
11750            ! vos/config.alpha.h vos/config.ga.h
11751 ____________________________________________________________________________
11752 [ 10515] By: jhi                                   on 2001/06/11  14:39:05
11753         Log: VOS updates from Paul Green for @10476.
11754      Branch: perl
11755            ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
11756            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
11757            ! vos/config.ga.h vos/configure_perl.cm
11758 ____________________________________________________________________________
11759 [ 10514] By: jhi                                   on 2001/06/11  12:58:43
11760         Log: Subject: [PATCH] Not many people know this ...
11761              From: Mike Guy <mjtg@cam.ac.uk>
11762              Date: Mon, 11 Jun 2001 14:55:15 +0100
11763              Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
11764      Branch: perl
11765            ! pod/perldebug.pod
11766 ____________________________________________________________________________
11767 [ 10513] By: jhi                                   on 2001/06/11  12:30:06
11768         Log: Add final commas to lists as suggested by Philip Newton.
11769      Branch: perl
11770            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
11771 ____________________________________________________________________________
11772 [ 10512] By: jhi                                   on 2001/06/11  12:28:49
11773         Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
11774              Date: Sun, 10 Jun 2001 23:35:38 -0400
11775              From: Chris Nandor <pudge@pobox.com>
11776              Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
11777      Branch: perl
11778            ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
11779            ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
11780            ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
11781            ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
11782            ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
11783            ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
11784            ! t/op/write.t t/pragma/strict.t
11785 ____________________________________________________________________________
11786 [ 10511] By: jhi                                   on 2001/06/11  12:13:31
11787         Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
11788              From: Chris Nandor <pudge@pobox.com>
11789              Date: Mon, 11 Jun 2001 08:24:28 -0400
11790              Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
11791      Branch: perl
11792            ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
11793            ! t/lib/io_dir.t
11794 ____________________________________________________________________________
11795 [ 10510] By: jhi                                   on 2001/06/11  12:03:16
11796         Log: One more run_byacc (a hand-tweaked version had slipped in).
11797      Branch: perl
11798            ! perly.c vms/perly_c.vms
11799 ____________________________________________________________________________
11800 [ 10509] By: nick                                  on 2001/06/11  07:49:15
11801         Log: Integrate mainline
11802      Branch: perlio
11803           !> Makefile.SH embed.h embed.pl global.sym
11804           !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
11805           !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
11806           !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
11807           !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
11808 ____________________________________________________________________________
11809 [ 10508] By: jhi                                   on 2001/06/10  22:38:05
11810         Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
11811              From: Mike Guy <mjtg@cam.ac.uk>
11812              Reply-To: mjtg@cam.ac.uk
11813              Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
11814      Branch: perl
11815            ! lib/ExtUtils/Manifest.pm
11816 ____________________________________________________________________________
11817 [ 10507] By: jhi                                   on 2001/06/10  22:37:16
11818         Log: Subject: [PATCH] ExtUtils::Constant
11819              From: Nicholas Clark <nick@ccl4.org>
11820              Date: Sun, 10 Jun 2001 23:25:41 +0100
11821              Message-ID: <20010610232540.C76396@plum.flirble.org>
11822      Branch: perl
11823            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
11824 ____________________________________________________________________________
11825 [ 10506] By: jhi                                   on 2001/06/10  20:57:20
11826         Log: Integrate perlio.
11827      Branch: perl
11828           !> iperlsys.h
11829 ____________________________________________________________________________
11830 [ 10505] By: jhi                                   on 2001/06/10  18:37:57
11831         Log: Move the grok_number and its lieutenant grok_numeric_radix
11832              from sv.c statics to util.c and public.
11833      Branch: perl
11834            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
11835            ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
11836 ____________________________________________________________________________
11837 [ 10504] By: nick                                  on 2001/06/10  17:47:06
11838         Log: Fix (valid) -Wall warnings in perlio.c
11839      Branch: perlio
11840            ! iperlsys.h
11841 ____________________________________________________________________________
11842 [ 10503] By: jhi                                   on 2001/06/10  17:38:28
11843         Log: Update perly_c.diff, update perly.fixer to edit away
11844              some of the -Wall noise.
11845      Branch: perl
11846            ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
11847 ____________________________________________________________________________
11848 [ 10502] By: jhi                                   on 2001/06/10  17:09:42
11849         Log: Check the version of byacc.
11850      Branch: perl
11851            ! Makefile.SH
11852 ____________________________________________________________________________
11853 [ 10501] By: jhi                                   on 2001/06/10  17:00:08
11854         Log: Subject: [PATCH] perly.y overhaul
11855              From: Simon Cozens <simon@netthink.co.uk>
11856              Date: Sun, 10 Jun 2001 16:56:54 +0100
11857              Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
11858              
11859              Plus make run_byacc.
11860      Branch: perl
11861            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
11862 ____________________________________________________________________________
11863 [ 10500] By: jhi                                   on 2001/06/10  16:07:28
11864         Log: Integrate perlio.
11865      Branch: perl
11866           !> perlio.c perlsfio.h
11867 ____________________________________________________________________________
11868 [ 10499] By: nick                                  on 2001/06/10  15:01:08
11869         Log: Integrate mainline
11870      Branch: perlio
11871           !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
11872           !> t/pragma/locale.t util.c
11873 ____________________________________________________________________________
11874 [ 10498] By: jhi                                   on 2001/06/10  13:49:23
11875         Log: Put some meat on the perl572delta bones.  The list of
11876              selected bug fixes needs more work, as does still the
11877              whole document.
11878      Branch: perl
11879            ! pod/perl572delta.pod
11880 ____________________________________________________________________________
11881 [ 10497] By: nick                                  on 2001/06/10  12:27:51
11882         Log: Paper over a crack or two with USE_SFIO
11883      Branch: perlio
11884            ! perlio.c perlsfio.h
11885 ____________________________________________________________________________
11886 [ 10496] By: jhi                                   on 2001/06/10  11:04:22
11887         Log: Update Changes.
11888      Branch: perl
11889            ! Changes patchlevel.h
11890 ____________________________________________________________________________
11891 [ 10495] By: jhi                                   on 2001/06/10  10:55:34
11892         Log: Subject: Re: pragma/locale.t #107
11893              From: Hugo <hv@crypt.compulink.co.uk>
11894              Date: Sun, 10 Jun 2001 11:23:30 +0100
11895              Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
11896              
11897              Encapsulate the scan of the decimal radix separator.
11898      Branch: perl
11899            ! embed.h embed.pl proto.h sv.c
11900 ____________________________________________________________________________
11901 [ 10494] By: jhi                                   on 2001/06/10  03:00:17
11902         Log: Try to grok numbers both with the locale specific separator
11903              and with the usual "." (if different from the lss); add a test
11904              to locale.t to do also a little bit of math in addition to just
11905              equalness testing; remove extraneous logic as suggested in
11906              
11907              Subject: Re: pragma/locale.t #107
11908              From: Nicholas Clark <nick@ccl4.org>
11909              Date: Sat, 9 Jun 2001 22:37:36 +0100
11910              Message-ID: <20010609223735.Y76396@plum.flirble.org>
11911      Branch: perl
11912            ! sv.c t/pragma/locale.t
11913 ____________________________________________________________________________
11914 [ 10493] By: jhi                                   on 2001/06/10  01:25:23
11915         Log: Metaconfig unit change for #10492.
11916      Branch: metaconfig/U/perl
11917            ! Extensions.U
11918 ____________________________________________________________________________
11919 [ 10492] By: jhi                                   on 2001/06/10  01:23:59
11920         Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
11921              From: Artur Bergman <artur@contiller.se> 
11922              Date: Sat, 09 Jun 2001 21:03:51 +0200
11923              Message-ID: <B7483FB6.1398%artur@contiller.se>
11924      Branch: perl
11925            ! Configure
11926 ____________________________________________________________________________
11927 [ 10491] By: jhi                                   on 2001/06/10  01:15:40
11928         Log: Integrate perlio.
11929      Branch: perl
11930           !> perlsfio.h
11931 ____________________________________________________________________________
11932 [ 10490] By: jhi                                   on 2001/06/10  01:08:26
11933         Log: Do locale specific separator if only in locale.
11934      Branch: perl
11935            ! util.c
11936 ____________________________________________________________________________
11937 [ 10489] By: nick                                  on 2001/06/09  19:13:25
11938         Log: Make XS/Typemap compile (but fail) with sfio
11939      Branch: perlio
11940            ! perlsfio.h
11941 ____________________________________________________________________________
11942 [ 10488] By: nick                                  on 2001/06/09  19:12:51
11943         Log: Re-integrate mainline
11944      Branch: perlio
11945           !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
11946           !> proto.h sv.c util.c
11947 ____________________________________________________________________________
11948 [ 10487] By: nick                                  on 2001/06/09  16:26:29
11949         Log: Integrate mainline
11950      Branch: perlio
11951           !> (integrate 31 files)
11952 ____________________________________________________________________________
11953 [ 10486] By: jhi                                   on 2001/06/09  16:11:51
11954         Log: Subject: [PATCH] New attempt to clone callack
11955              From: Artur Bergman <artur@contiller.se> 
11956              Date: Thu, 07 Jun 2001 11:52:16 +0200
11957              Message-ID: <B7451B6F.12B7%artur@contiller.se>
11958      Branch: perl
11959            ! embedvar.h intrpvar.h perlapi.h sv.c
11960 ____________________________________________________________________________
11961 [ 10485] By: jhi                                   on 2001/06/09  15:23:52
11962         Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
11963      Branch: perl
11964            ! embed.h embed.pl perl.h proto.h sv.c util.c
11965 ____________________________________________________________________________
11966 [ 10484] By: jhi                                   on 2001/06/09  14:47:25
11967         Log: Subject: Re: pragma/locale.t #107
11968              From: Nicholas Clark <nick@ccl4.org>
11969              Date: Sat, 9 Jun 2001 16:26:10 +0100
11970              Message-ID: <20010609162609.V76396@plum.flirble.org>
11971              
11972              A missing NVification.
11973      Branch: perl
11974            ! sv.c
11975 ____________________________________________________________________________
11976 [ 10483] By: jhi                                   on 2001/06/08  19:40:32
11977         Log: Redo the #10482, there already was a test script for formats.
11978      Branch: perl
11979            - t/io/format.t
11980            ! MANIFEST t/op/write.t
11981 ____________________________________________________________________________
11982 [ 10482] By: jhi                                   on 2001/06/08  19:34:45
11983         Log: Twisted format testing, from Merijn.
11984      Branch: perl
11985            + t/io/format.t
11986            ! MANIFEST
11987 ____________________________________________________________________________
11988 [ 10481] By: jhi                                   on 2001/06/08  19:21:56
11989         Log: More \p{In...} testing, combined with \N{...}.
11990      Branch: perl
11991            ! lib/utf8_heavy.pl t/op/pat.t
11992 ____________________________________________________________________________
11993 [ 10480] By: jhi                                   on 2001/06/08  14:16:06
11994         Log: Metaconfig changes for #10479.
11995      Branch: metaconfig
11996            ! U/Glossary.patch
11997      Branch: metaconfig/U/perl
11998            ! d_modfl.U
11999 ____________________________________________________________________________
12000 [ 10479] By: jhi                                   on 2001/06/08  14:15:32
12001         Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
12002      Branch: perl
12003            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12004            ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
12005            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
12006            ! win32/config.bc win32/config.gc win32/config.vc
12007 ____________________________________________________________________________
12008 [ 10478] By: jhi                                   on 2001/06/08  12:20:41
12009         Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
12010              From: "Craig A. Berry" <craigberry@mac.com>
12011              Date: Thu, 7 Jun 2001 14:27:20 -0500
12012              Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
12013      Branch: perl
12014            ! vms/perlvms.pod
12015 ____________________________________________________________________________
12016 [ 10477] By: jhi                                   on 2001/06/08  12:19:00
12017         Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
12018              From: Gisle Aas <gisle@ActiveState.com>
12019              Date: 07 Jun 2001 17:04:29 -0700
12020              Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
12021      Branch: perl
12022            ! ext/re/re.xs
12023 ____________________________________________________________________________
12024 [ 10476] By: jhi                                   on 2001/06/08  01:35:42
12025         Log: Update Changes.
12026      Branch: perl
12027            ! Changes patchlevel.h
12028 ____________________________________________________________________________
12029 [ 10475] By: jhi                                   on 2001/06/08  00:53:45
12030         Log: Regen Glossary et alia.
12031      Branch: perl
12032            ! Porting/Glossary Porting/config.sh Porting/config_H
12033 ____________________________________________________________________________
12034 [ 10474] By: jhi                                   on 2001/06/07  22:06:38
12035         Log: Metaconfig unit changes for #10473.
12036      Branch: metaconfig/U/perl
12037            ! d_modfl.U
12038 ____________________________________________________________________________
12039 [ 10473] By: jhi                                   on 2001/06/07  22:06:16
12040         Log: Harumph, also AIX will spill its guts (i.e. dump core)
12041              if an executable contains modfl() but it hasn't been
12042              compiled right (in the case of AIX, with cc -qlongdouble).
12043      Branch: perl
12044            ! Configure
12045 ____________________________________________________________________________
12046 [ 10472] By: gsar                                  on 2001/06/07  20:04:28
12047         Log: integrate change#10471 from mainline
12048              
12049              in change#10451, check that CvOUTSIDE is a CV before looking in
12050              (it can apparently be SVt_NULL during global destruction)
12051      Branch: maint-5.6/perl
12052           !> op.c
12053 ____________________________________________________________________________
12054 [ 10471] By: gsar                                  on 2001/06/07  20:01:31
12055         Log: in change#10451, check that CvOUTSIDE is a CV before looking in
12056              (it can apparently be SVt_NULL during global destruction)
12057      Branch: perl
12058            ! op.c
12059 ____________________________________________________________________________
12060 [ 10470] By: jhi                                   on 2001/06/07  12:17:51
12061         Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
12062              From: Robin Barker <rmb1@cise.npl.co.uk>
12063              Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
12064              Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
12065      Branch: perl
12066            ! lib/diagnostics.pm pod/perldiag.pod
12067 ____________________________________________________________________________
12068 [ 10469] By: jhi                                   on 2001/06/07  12:16:12
12069         Log: Subject: [PATCH perl@10439] long =item
12070              From: Robin Barker <rmb1@cise.npl.co.uk>
12071              Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
12072              Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
12073      Branch: perl
12074            ! README.amiga lib/Attribute/Handlers.pm
12075            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
12076 ____________________________________________________________________________
12077 [ 10468] By: jhi                                   on 2001/06/07  12:08:56
12078         Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
12079              Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
12080              Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
12081              Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
12082      Branch: perl
12083            ! pod/perlguts.pod
12084 ____________________________________________________________________________
12085 [ 10467] By: jhi                                   on 2001/06/07  12:04:26
12086         Log: Integrate perlio.
12087      Branch: perl
12088           !> sv.c
12089 ____________________________________________________________________________
12090 [ 10466] By: nick                                  on 2001/06/07  10:25:40
12091         Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
12092              whitespace tweaks.
12093              Still coredumps in pragma/overload.t - what a nice hard fail that is...
12094      Branch: perlio
12095            ! sv.c
12096 ____________________________________________________________________________
12097 [ 10465] By: nick                                  on 2001/06/07  08:41:58
12098         Log: Raw integrate of mainline for S_grok_number debug
12099              (sv.c has MULTIPLICITY issues as well as whatever else ...)
12100      Branch: perlio
12101            - plan9/perlplan9.doc plan9/perlplan9.pod
12102           !> (integrate 46 files)
12103 ____________________________________________________________________________
12104 [ 10464] By: jhi                                   on 2001/06/06  23:33:58
12105         Log: The proper prototyping for #10463.
12106      Branch: perl
12107            ! embed.h embed.pl proto.h sv.c
12108 ____________________________________________________________________________
12109 [ 10463] By: jhi                                   on 2001/06/06  23:15:30
12110         Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
12111              From: Nicholas Clark <nick@ccl4.org>
12112              Date: Thu, 7 Jun 2001 00:29:59 +0100
12113              Message-ID: <20010607002959.Z76396@plum.flirble.org>
12114      Branch: perl
12115            ! sv.c
12116 ____________________________________________________________________________
12117 [ 10462] By: jhi                                   on 2001/06/06  23:13:19
12118         Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
12119              From: "Craig A. Berry" <craigberry@mac.com>
12120              Date: Wed, 06 Jun 2001 17:54:30 -0500
12121              Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
12122      Branch: perl
12123            ! vms/perlvms.pod
12124 ____________________________________________________________________________
12125 [ 10461] By: jhi                                   on 2001/06/06  23:10:00
12126         Log: Podify the remaining README.platform files;
12127              merge README.plan9 and plan9/perlplan9.pod;
12128              delete plan9/perlplan9.* (the perlplan.doc needs to
12129              be regenerated in Plan 9); make the =head1 and =head2
12130              in the README.platform to be a little more verbose
12131              (skipped README.os2 not to anger Ilya) so that they
12132              look better in the toc; regen toc.
12133      Branch: perl
12134            - plan9/perlplan9.doc plan9/perlplan9.pod
12135            ! MANIFEST README.aix README.amiga README.apollo README.beos
12136            ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
12137            ! README.hpux README.hurd README.machten README.macos
12138            ! README.micro README.mint README.mpeix README.os390
12139            ! README.plan9 README.qnx README.solaris README.threads
12140            ! README.tru64 README.vmesa README.vms README.vos README.win32
12141            ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
12142            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
12143 ____________________________________________________________________________
12144 [ 10460] By: jhi                                   on 2001/06/06  20:58:53
12145         Log: Subject: [PATCH] Re: Bug in perlguts documentation?
12146              From: Mike Guy <mjtg@cam.ac.uk>
12147              Reply-To: mjtg@cam.ac.uk
12148              Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
12149      Branch: perl
12150            ! pod/perlguts.pod
12151 ____________________________________________________________________________
12152 [ 10459] By: jhi                                   on 2001/06/06  20:58:15
12153         Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
12154              From: Mike Guy <mjtg@cam.ac.uk>
12155              Reply-To: mjtg@cam.ac.uk
12156              Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
12157      Branch: perl
12158            ! pod/perlsec.pod
12159 ____________________________________________________________________________
12160 [ 10458] By: jhi                                   on 2001/06/06  20:56:04
12161         Log: Disable long doubles from pre-5.0 Tru64s.
12162      Branch: perl
12163            ! README.tru64 hints/dec_osf.sh
12164 ____________________________________________________________________________
12165 [ 10457] By: jhi                                   on 2001/06/06  20:49:23
12166         Log: The #10455 exposed that modfl() is fundamentally busted
12167              (as in: dumps core) in pre-5.0 Tru64, so better avoid even
12168              testing it.
12169      Branch: perl
12170            ! hints/dec_osf.sh
12171 ____________________________________________________________________________
12172 [ 10456] By: jhi                                   on 2001/06/06  20:48:35
12173         Log: Metaconfig unit change for #10455.
12174      Branch: metaconfig/U/perl
12175            ! d_modfl.U
12176 ____________________________________________________________________________
12177 [ 10455] By: jhi                                   on 2001/06/06  20:48:09
12178         Log: Configure check for geborken modfl(), inspired by
12179              
12180              Subject: Re: [20010118.017] op/int.t failure 
12181              From: Hugo <hv@crypt.compulink.co.uk>
12182              Date: Tue, 05 Jun 2001 13:43:27 +0100
12183              Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
12184      Branch: perl
12185            ! Configure
12186 ____________________________________________________________________________
12187 [ 10454] By: jhi                                   on 2001/06/06  11:45:08
12188         Log: Integrate changes #10450 and #10451 from maintperl:
12189              
12190              optimize change#10448 slightly (don't repeat search in eval""s lexical
12191              scope, since that has already been searched)
12192              
12193              change#9108 needs subtler treatment for case of closures created
12194              within eval""
12195      Branch: perl
12196           !> op.c t/op/misc.t
12197 ____________________________________________________________________________
12198 [ 10453] By: jhi                                   on 2001/06/06  11:42:10
12199         Log: MakeMaker magic to compile (when no dynamic loading)
12200              List/Util.xsc as (ListUtil.c and) ListUtil.o since
12201              POSIX-BC (BS2000) linker has an evil limitation of
12202              being unable to include in the same executable several
12203              object files with the same name - case-insensitively -
12204              because otherwise we conflict with util.c.
12205              Strictly speaking currently required only in POSIX-BC
12206              but probably will do no harm elsewhere where static
12207              linking is required.
12208      Branch: perl
12209            ! ext/List/Util/Makefile.PL
12210 ____________________________________________________________________________
12211 [ 10452] By: nick                                  on 2001/06/06  08:59:51
12212         Log: Integrate mainline.
12213      Branch: perlio
12214           +> lib/Attribute/Handlers/demo/Demo.pm
12215           +> lib/Attribute/Handlers/demo/Descriptions.pm
12216           +> lib/Attribute/Handlers/demo/MyClass.pm
12217           +> lib/Attribute/Handlers/demo/demo.pl
12218           +> lib/Attribute/Handlers/demo/demo2.pl
12219           +> lib/Attribute/Handlers/demo/demo3.pl
12220           +> lib/Attribute/Handlers/demo/demo4.pl
12221           +> lib/Attribute/Handlers/demo/demo_call.pl
12222           +> lib/Attribute/Handlers/demo/demo_chain.pl
12223           +> lib/Attribute/Handlers/demo/demo_cycle.pl
12224           +> lib/Attribute/Handlers/demo/demo_hashdir.pl
12225           +> lib/Attribute/Handlers/demo/demo_phases.pl
12226           +> lib/Attribute/Handlers/demo/demo_range.pl
12227           +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
12228           +> uts/strtol_wrap.c
12229           !> (integrate 91 files)
12230 ____________________________________________________________________________
12231 [ 10451] By: gsar                                  on 2001/06/06  07:11:36
12232         Log: change#9108 needs subtler treatment for case of closures created
12233              within eval""
12234      Branch: maint-5.6/perl
12235            ! op.c t/op/misc.t
12236 ____________________________________________________________________________
12237 [ 10450] By: gsar                                  on 2001/06/06  05:47:25
12238         Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
12239              scope, since that has already been searched)
12240      Branch: maint-5.6/perl
12241            ! op.c
12242 ____________________________________________________________________________
12243 [ 10449] By: jhi                                   on 2001/06/06  01:33:31
12244         Log: Integrate change #10448 from maintperl; lexicals
12245              outside an eval"" weren't resolved correctly inside a subroutine
12246              definition inside the eval"" if they were not already referenced
12247              in the toplevel of the eval""-ed code
12248      Branch: perl
12249           !> cop.h op.c pp_ctl.c t/op/misc.t
12250 ____________________________________________________________________________
12251 [ 10448] By: gsar                                  on 2001/06/06  01:03:26
12252         Log: fix yet another bug of hoary vintage found by change#10394: lexicals
12253              outside an eval"" weren't resolved correctly inside a subroutine
12254              definition inside the eval"" if they were not already referenced
12255              in the toplevel of the eval""-ed code
12256      Branch: maint-5.6/perl
12257            ! cop.h op.c pp_ctl.c t/op/misc.t
12258 ____________________________________________________________________________
12259 [ 10447] By: jhi                                   on 2001/06/06  00:51:04
12260         Log: Subject: [PATCH] perl570delta.pod
12261              From: Peter Scott <Peter@PSDT.com> 
12262              Date: Tue, 05 Jun 2001 18:51:02 -0700
12263              Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
12264      Branch: perl
12265            ! pod/perl570delta.pod
12266 ____________________________________________________________________________
12267 [ 10446] By: jhi                                   on 2001/06/05  23:45:05
12268         Log: The fudge factor is no more needed.  I hope.
12269      Branch: perl
12270            ! t/lib/posix.t
12271 ____________________________________________________________________________
12272 [ 10445] By: jhi                                   on 2001/06/05  23:19:19
12273         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms 
12274              From: Hugo <hv@crypt.compulink.co.uk>
12275              Date: Tue, 05 Jun 2001 12:58:19 +0100
12276              Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
12277      Branch: perl
12278            ! util.c
12279 ____________________________________________________________________________
12280 [ 10444] By: jhi                                   on 2001/06/05  11:09:01
12281         Log: Make up prototypes only for those who have the functions
12282              but not the prototypes.
12283      Branch: perl
12284            ! perl.h
12285 ____________________________________________________________________________
12286 [ 10443] By: jhi                                   on 2001/06/05  11:02:13
12287         Log: Subject: Re: Not OK: perl@10439 on win32 
12288              From: Prymmer/Kahn <pvhp@best.com> 
12289              Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
12290              Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
12291      Branch: perl
12292            ! perl.h util.c
12293 ____________________________________________________________________________
12294 [ 10442] By: jhi                                   on 2001/06/05  00:55:46
12295         Log: The metaconfig units changes for #10441.
12296      Branch: metaconfig
12297            ! U/modified/Extract.U U/modified/Extractall.U
12298            ! U/modified/Finish.U
12299 ____________________________________________________________________________
12300 [ 10441] By: jhi                                   on 2001/06/05  00:55:17
12301         Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
12302      Branch: perl
12303            ! Configure
12304 ____________________________________________________________________________
12305 [ 10440] By: jhi                                   on 2001/06/05  00:28:27
12306         Log: Unnecessary fuzziness undone, noted by Mike Guy.
12307      Branch: perl
12308            ! t/op/tr.t
12309 ____________________________________________________________________________
12310 [ 10439] By: jhi                                   on 2001/06/04  17:14:31
12311         Log: Update Changes.
12312      Branch: perl
12313            ! Changes patchlevel.h
12314 ____________________________________________________________________________
12315 [ 10438] By: jhi                                   on 2001/06/04  17:10:16
12316         Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
12317              bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
12318              leakage patch.
12319      Branch: perl
12320            ! t/op/misc.t
12321 ____________________________________________________________________________
12322 [ 10437] By: jhi                                   on 2001/06/04  17:01:06
12323         Log: Test case for #10433/#10424.
12324      Branch: perl
12325            ! t/op/misc.t
12326 ____________________________________________________________________________
12327 [ 10436] By: jhi                                   on 2001/06/04  16:54:21
12328         Log: Subject: One fix for strtoul not setting errno
12329              From: hom00@utsglobal.com (Hal Morris)
12330              Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
12331              Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
12332      Branch: perl
12333            + uts/strtol_wrap.c
12334            ! MANIFEST hints/uts.sh
12335 ____________________________________________________________________________
12336 [ 10435] By: jhi                                   on 2001/06/04  16:54:01
12337         Log: Metaconfig units changes for #10434.
12338      Branch: metaconfig
12339            ! U/modified/Cppsym.U
12340      Branch: metaconfig/U/perl
12341            + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
12342            + d_syscallproto.U d_usleepproto.U
12343            ! longdblfio.U quadfio.U
12344 ____________________________________________________________________________
12345 [ 10434] By: jhi                                   on 2001/06/04  16:48:33
12346         Log: Configure tweaks; add prototype probes, make the cpp symbols
12347              probe to cast, not whine; test for %Ld and %Lf before %lld and
12348              %llf because the L is the ANSI way.
12349      Branch: perl
12350            ! Configure config_h.SH configure.com epoc/config.sh
12351            ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
12352            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
12353            ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
12354 ____________________________________________________________________________
12355 [ 10433] By: jhi                                   on 2001/06/04  16:45:23
12356         Log: Sigh.  This is what #10424 was supposed to check in.
12357      Branch: perl
12358            ! op.c sv.c sv.h
12359 ____________________________________________________________________________
12360 [ 10432] By: jhi                                   on 2001/06/04  16:29:40
12361         Log: More verbose failure.
12362      Branch: perl
12363            ! t/op/ver.t
12364 ____________________________________________________________________________
12365 [ 10431] By: jhi                                   on 2001/06/04  16:21:55
12366         Log: The .pm changes to go with #10428.
12367      Branch: perl
12368            ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
12369            ! ext/Sys/Syslog/Syslog.pm
12370 ____________________________________________________________________________
12371 [ 10430] By: jhi                                   on 2001/06/04  16:05:20
12372         Log: On second thoughts show to utf8 skippage message only
12373              on failures, it's too confusing otherwise,
12374      Branch: perl
12375            ! t/pragma/locale.t
12376 ____________________________________________________________________________
12377 [ 10429] By: jhi                                   on 2001/06/04  14:47:50
12378         Log: Do not import anything from Encode.
12379      Branch: perl
12380            ! ext/MIME/Base64/QuotedPrint.pm
12381 ____________________________________________________________________________
12382 [ 10428] By: jhi                                   on 2001/06/04  14:45:47
12383         Log: The #10402 didn't take.  Weird.
12384      Branch: perl
12385            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
12386            ! ext/Sys/Syslog/Syslog.xs
12387 ____________________________________________________________________________
12388 [ 10427] By: jhi                                   on 2001/06/04  12:55:39
12389         Log: Eradicate traces of 'asciirange' re subpragma.
12390      Branch: perl
12391            ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
12392            ! pod/perldiag.pod
12393 ____________________________________________________________________________
12394 [ 10426] By: jhi                                   on 2001/06/04  12:44:05
12395         Log: use is a compile-time thing.
12396      Branch: perl
12397            ! ext/MIME/Base64/QuotedPrint.pm
12398 ____________________________________________________________________________
12399 [ 10425] By: jhi                                   on 2001/06/04  12:39:44
12400         Log: Subject: [PATCH perl@10419] -Wall casting patch
12401              From: Robin Barker <rmb1@cise.npl.co.uk>
12402              Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
12403              Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
12404      Branch: perl
12405            ! ext/Devel/DProf/DProf.xs mg.c
12406 ____________________________________________________________________________
12407 [ 10424] By: jhi                                   on 2001/06/04  12:23:30
12408         Log: Subject: [PATCH #2] introducing SVpad_TYPED
12409              From: Abhijit Menon-Sen <ams@wiw.org>
12410              Date: Mon, 4 Jun 2001 12:26:02 +0530
12411              Message-ID: <20010604122602.A5775@lustre.linux.in>
12412      Branch: perl
12413            ! op.c sv.c sv.h
12414 ____________________________________________________________________________
12415 [ 10423] By: gsar                                  on 2001/06/04  05:12:18
12416         Log: testsuite for change#10192 (from Gisle Aas)
12417      Branch: perl
12418            + t/op/override.t
12419            ! MANIFEST
12420 ____________________________________________________________________________
12421 [ 10422] By: gsar                                  on 2001/06/04  02:32:03
12422         Log: integrate changes#10414-10416 from mainline
12423              
12424              Potential buffer overrun if the radix separator is more than
12425              one byte.  Also, under locales, prefer the locale-specific
12426              separator over the old boring ".".
12427              
12428              "10.", that is, decimal numbers can have no decimal part at all.
12429              
12430              The non-locale places need love, too.
12431      Branch: maint-5.6/perl
12432           !> perl.h sv.c
12433 ____________________________________________________________________________
12434 [ 10421] By: jhi                                   on 2001/06/04  02:25:53
12435         Log: Missed from #10420.
12436      Branch: perl
12437            ! epoc/config.sh
12438 ____________________________________________________________________________
12439 [ 10420] By: jhi                                   on 2001/06/04  02:19:58
12440         Log: Missed HAS_SETRESGID_PROTO.  No serious harm done since
12441              often this prototype goes with HAS_SETRESUID_PROTO.
12442      Branch: perl
12443            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12444            ! config_h.SH configure.com perl.h uconfig.h
12445 ____________________________________________________________________________
12446 [ 10419] By: jhi                                   on 2001/06/04  00:24:55
12447         Log: Update Changes.
12448      Branch: perl
12449            ! Changes patchlevel.h
12450 ____________________________________________________________________________
12451 [ 10418] By: jhi                                   on 2001/06/03  23:58:04
12452         Log: -Wall "subscript has type `char'" cleanup.
12453      Branch: perl
12454            ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
12455 ____________________________________________________________________________
12456 [ 10417] By: jhi                                   on 2001/06/03  23:37:17
12457         Log: Various "cast to pointer from integer of different size"
12458              picked up by gcc -Wall (in Tru64 where pointers are 64 bits
12459              wide but I32 (int) only 32 bits wide).
12460              
12461              WARNING: the classnum and tagnum changes in Storable.xs
12462              may not be wise, they may be breaking binary compatibility
12463              (in 64-bit platforms), asked Raphael Manfredi about the changes.
12464      Branch: perl
12465            ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
12466            ! mg.c proto.h
12467 ____________________________________________________________________________
12468 [ 10416] By: jhi                                   on 2001/06/03  23:15:24
12469         Log: The non-locale places need love, too.
12470      Branch: perl
12471            ! perl.h
12472 ____________________________________________________________________________
12473 [ 10415] By: jhi                                   on 2001/06/03  23:10:55
12474         Log: "10.", that is, decimal numbers can have no decimal part at all.
12475      Branch: perl
12476            ! perl.h
12477 ____________________________________________________________________________
12478 [ 10414] By: jhi                                   on 2001/06/03  22:49:55
12479         Log: Potential buffer overrun if the radix separator is more than
12480              one byte.  Also, under locales, prefer the locale-specific
12481              separator over the old boring ".".
12482      Branch: perl
12483            ! perl.h sv.c
12484 ____________________________________________________________________________
12485 [ 10413] By: jhi                                   on 2001/06/03  22:42:10
12486         Log: Integrate change #10412 from maintperl; locale is now
12487              per-cop, not per-op; plus retweak the locale.t to always
12488              list the skipped utf8 locales.
12489      Branch: perl
12490            ! t/pragma/locale.t
12491           !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
12492           !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
12493 ____________________________________________________________________________
12494 [ 10412] By: gsar                                  on 2001/06/03  22:23:16
12495         Log: rationalize locale handling to fix the bugs uncovered by change#10394
12496              
12497              the major issue was that the runtime was looking at PL_hints rather
12498              than op_private to notice whether locale was enabled
12499              
12500              the secondary issue was that many locale-sensitive numeric ops didn't
12501              have HINT_LOCALE propagated into their op_private
12502              
12503              HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
12504              instead of per-op, just like HINT_BYTE and the hints for lexical
12505              warnings (this makes the hint available to every op via PL_curcop)
12506              
12507              pragma/locale.t may need to be reworked with these fixes in mind
12508              (it currently passes its tests)
12509      Branch: maint-5.6/perl
12510            ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
12511            ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
12512 ____________________________________________________________________________
12513 [ 10411] By: jhi                                   on 2001/06/03  17:50:49
12514         Log: More verbose debugging.
12515      Branch: perl
12516            ! t/pragma/locale.t
12517 ____________________________________________________________________________
12518 [ 10410] By: jhi                                   on 2001/06/03  17:36:40
12519         Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
12520              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
12521              Date: Sat, 2 Jun 2001 22:53:33 +0100
12522              Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
12523      Branch: perl
12524            ! regcomp.c t/pragma/warn/regcomp
12525 ____________________________________________________________________________
12526 [ 10409] By: jhi                                   on 2001/06/03  17:27:13
12527         Log: Mention that lexicalizing $a or $b is a bad idea if one
12528              wants to use sort().
12529      Branch: perl
12530            ! pod/perlvar.pod
12531 ____________________________________________________________________________
12532 [ 10408] By: jhi                                   on 2001/06/03  16:52:41
12533         Log: Tweak the test to be happy if the accuracy is 'good enough'.
12534      Branch: perl
12535            ! t/lib/posix.t
12536 ____________________________________________________________________________
12537 [ 10407] By: jhi                                   on 2001/06/03  16:50:33
12538         Log: Upgrade to Attribute::Handlers 0.70.
12539              
12540              NOTE: this unearthed the "too late for CHECK block" bug,
12541              that's why the 1_compile.t change.
12542      Branch: perl
12543            + lib/Attribute/Handlers/demo/Demo.pm
12544            + lib/Attribute/Handlers/demo/Descriptions.pm
12545            + lib/Attribute/Handlers/demo/MyClass.pm
12546            + lib/Attribute/Handlers/demo/demo.pl
12547            + lib/Attribute/Handlers/demo/demo2.pl
12548            + lib/Attribute/Handlers/demo/demo3.pl
12549            + lib/Attribute/Handlers/demo/demo4.pl
12550            + lib/Attribute/Handlers/demo/demo_call.pl
12551            + lib/Attribute/Handlers/demo/demo_chain.pl
12552            + lib/Attribute/Handlers/demo/demo_cycle.pl
12553            + lib/Attribute/Handlers/demo/demo_hashdir.pl
12554            + lib/Attribute/Handlers/demo/demo_phases.pl
12555            + lib/Attribute/Handlers/demo/demo_range.pl
12556            + lib/Attribute/Handlers/demo/demo_rawdata.pl
12557            ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
12558            ! t/lib/attrhand.t
12559 ____________________________________________________________________________
12560 [ 10406] By: jhi                                   on 2001/06/03  16:40:03
12561         Log: One less -Wall whine.
12562      Branch: perl
12563            ! regcomp.c
12564 ____________________________________________________________________________
12565 [ 10405] By: jhi                                   on 2001/06/03  16:30:34
12566         Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
12567      Branch: perl
12568           !> t/op/eval.t
12569 ____________________________________________________________________________
12570 [ 10404] By: gsar                                  on 2001/06/03  16:23:07
12571         Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
12572              aren't "normally" visible inside eval""s contained in subs unless
12573              a cloned reference to them already exists)
12574              
12575              strangely enough, t/harness didn't show this up as a failure
12576              (harness needs fixing?)
12577      Branch: maint-5.6/perl
12578            ! t/op/eval.t
12579 ____________________________________________________________________________
12580 [ 10403] By: jhi                                   on 2001/06/03  16:22:59
12581         Log: Update to Text::Balanced 1.85.
12582      Branch: perl
12583            ! lib/Text/Balanced.pm t/lib/tb-xvari.t
12584 ____________________________________________________________________________
12585 [ 10402] By: jhi                                   on 2001/06/03  16:18:09
12586         Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
12587              From: Nicholas Clark <nick@ccl4.org>
12588              Date: Sun, 3 Jun 2001 17:54:36 +0100
12589              Message-ID: <20010603175436.E76396@plum.flirble.org> 
12590      Branch: perl
12591            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
12592            ! ext/Sys/Syslog/Syslog.xs
12593 ____________________________________________________________________________
12594 [ 10401] By: jhi                                   on 2001/06/03  16:09:33
12595         Log: Unused variables.
12596      Branch: perl
12597            ! util.c
12598 ____________________________________________________________________________
12599 [ 10400] By: jhi                                   on 2001/06/03  16:04:26
12600         Log: Subject: [PATCH] APIfy op_clear 
12601              From: Simon Cozens <simon@netthink.co.uk>
12602              Date: Sun, 3 Jun 2001 13:51:46 +0100
12603              Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
12604              
12605              (despite the subject line, op_null is APIfied by the patch)
12606      Branch: perl
12607            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
12608 ____________________________________________________________________________
12609 [ 10399] By: jhi                                   on 2001/06/03  15:51:35
12610         Log: Subject: [PATCH] t/lib/extutils.t
12611              From: Nicholas Clark <nick@ccl4.org>
12612              Date: Sat, 2 Jun 2001 23:57:05 +0100
12613              Message-ID: <20010602235705.Q12698@plum.flirble.org>
12614      Branch: perl
12615            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
12616 ____________________________________________________________________________
12617 [ 10398] By: jhi                                   on 2001/06/03  15:34:11
12618         Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
12619              From: Prymmer/Kahn <pvhp@best.com>
12620              Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
12621              Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
12622      Branch: perl
12623            ! win32/Makefile win32/makefile.mk
12624 ____________________________________________________________________________
12625 [ 10397] By: jhi                                   on 2001/06/03  15:12:13
12626         Log: Subject: Re: 'decimal digits' macro? 
12627              From: Hugo <hv@crypt.compulink.co.uk>
12628              Date: Sun, 03 Jun 2001 04:26:36 +0100
12629              Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
12630      Branch: perl
12631            ! handy.h t/lib/posix.t t/op/tr.t
12632 ____________________________________________________________________________
12633 [ 10396] By: jhi                                   on 2001/06/03  15:10:49
12634         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
12635              From: Hugo <hv@crypt.compulink.co.uk>
12636              Date: Sun, 03 Jun 2001 14:56:30 +0100
12637              Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
12638      Branch: perl
12639            ! util.c
12640 ____________________________________________________________________________
12641 [ 10395] By: jhi                                   on 2001/06/03  14:59:41
12642         Log: Integrate change #10394 from maintperl; lexical file scope leakage.
12643      Branch: perl
12644           !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
12645           !> vms/perly_c.vms
12646 ____________________________________________________________________________
12647 [ 10394] By: gsar                                  on 2001/06/03  03:05:43
12648         Log: fix leakage of lexicals at file scope into subroutines that were
12649              declared before them; this appears to be a longstanding bug that
12650              meant that lexicals at file scope were never "deintroduced", meaning
12651              their scope range was never properly closed, and their visibility
12652              extended to all subsequent eval""s or requires
12653              
12654              added a test case
12655              
12656              seems to also fix a case of bogus duplicate warnings
12657      Branch: maint-5.6/perl
12658            ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
12659            ! vms/perly_c.vms
12660 ____________________________________________________________________________
12661 [ 10393] By: jhi                                   on 2001/06/02  16:55:03
12662         Log: More VMS tweaks from Craig A. Berry.
12663      Branch: perl
12664            ! configure.com t/lib/extutils.t
12665 ____________________________________________________________________________
12666 [ 10392] By: jhi                                   on 2001/06/02  16:48:26
12667         Log: -Wall cleanup continues.
12668      Branch: perl
12669            ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
12670            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
12671            ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
12672            ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
12673            ! run.c toke.c util.c
12674 ____________________________________________________________________________
12675 [ 10391] By: jhi                                   on 2001/06/02  13:29:47
12676         Log: The metaconfig unit change for #10390.
12677      Branch: metaconfig/U/perl
12678            ! gccvers.U
12679 ____________________________________________________________________________
12680 [ 10390] By: jhi                                   on 2001/06/02  13:29:12
12681         Log: Drop the -ansi from the default gcc flags.
12682              
12683              Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
12684              that struct cannot be compared with a flat integer, such as STRLEN.
12685              The -ansi will also cause a lot of noise in Solaris because of:
12686              /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
12687      Branch: perl
12688            ! Configure
12689 ____________________________________________________________________________
12690 [ 10389] By: jhi                                   on 2001/06/02  13:14:57
12691         Log: Integrate perlio.
12692      Branch: perl
12693           !> pod/perlapi.pod util.c
12694 ____________________________________________________________________________
12695 [ 10388] By: nick                                  on 2001/06/02  08:01:12
12696         Log: Integrate mainline
12697      Branch: perlio
12698           +> lib/Attribute/Handlers.pm t/lib/attrhand.t
12699           !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
12700           !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
12701           !> t/lib/1_compile.t t/lib/mimeqp.t
12702 ____________________________________________________________________________
12703 [ 10387] By: nick                                  on 2001/06/02  07:39:17
12704         Log: Tweak util.c's atof2 for MULTIPLICITY
12705      Branch: perlio
12706            ! util.c
12707 ____________________________________________________________________________
12708 [ 10386] By: nick                                  on 2001/06/02  07:38:33
12709         Log: Integrate mainline
12710      Branch: perlio
12711           !> (integrate 41 files)
12712 ____________________________________________________________________________
12713 [ 10385] By: jhi                                   on 2001/06/01  22:12:48
12714         Log: Add Attribute::Handlers 0.61 from Damian Conway.
12715      Branch: perl
12716            + lib/Attribute/Handlers.pm t/lib/attrhand.t
12717            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
12718 ____________________________________________________________________________
12719 [ 10384] By: jhi                                   on 2001/06/01  21:53:14
12720         Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
12721              From: Peter Prymmer <pvhp@forte.com>
12722              Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
12723              Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
12724      Branch: perl
12725            ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
12726 ____________________________________________________________________________
12727 [ 10383] By: jhi                                   on 2001/06/01  21:36:11
12728         Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
12729              From: Jeff Pinyan <jeffp@crusoe.net>
12730              Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
12731              Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
12732      Branch: perl
12733            ! lib/File/Find.pm
12734 ____________________________________________________________________________
12735 [ 10382] By: jhi                                   on 2001/06/01  21:35:02
12736         Log: Subject: [PATCH perl@10381] configure.com tweaks
12737              From: "Craig A. Berry" <craigberry@mac.com>
12738              Date: Fri, 1 Jun 2001 13:55:43 -0500
12739              Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
12740      Branch: perl
12741            ! configure.com
12742 ____________________________________________________________________________
12743 [ 10381] By: jhi                                   on 2001/06/01  16:37:21
12744         Log: Update Changes.
12745      Branch: perl
12746            ! Changes patchlevel.h
12747 ____________________________________________________________________________
12748 [ 10380] By: jhi                                   on 2001/06/01  16:19:18
12749         Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
12750              From: Mike Guy <mjtg@cam.ac.uk>
12751              Date: Fri, 01 Jun 2001 18:17:02 +0100
12752              Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
12753      Branch: perl
12754            ! lib/perl5db.pl
12755 ____________________________________________________________________________
12756 [ 10379] By: jhi                                   on 2001/06/01  16:13:28
12757         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
12758              From: Hugo <hv@crypt.compulink.co.uk>
12759              Date: Thu, 31 May 2001 20:49:48 +0100
12760              Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
12761      Branch: perl
12762            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
12763            ! util.c
12764 ____________________________________________________________________________
12765 [ 10378] By: jhi                                   on 2001/06/01  15:56:35
12766         Log: Zero() is not available in x2p (or, rather, some of its
12767              implementations like memzero() might not be available.)
12768      Branch: perl
12769            ! x2p/hash.c
12770 ____________________________________________________________________________
12771 [ 10377] By: jhi                                   on 2001/06/01  15:44:48
12772         Log: Subject: [PATCH x2p/hash.c] bzero -> memset
12773              From: Michael G Schwern <schwern@pobox.com>
12774              Date: Fri, 1 Jun 2001 12:00:29 +0100
12775              Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
12776              
12777              (But use Zero() instead of memset.)
12778      Branch: perl
12779            ! x2p/hash.c
12780 ____________________________________________________________________________
12781 [ 10376] By: jhi                                   on 2001/06/01  15:39:52
12782         Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
12783              From: Jeff Pinyan <jeffp@crusoe.net>
12784              Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
12785              Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
12786      Branch: perl
12787            ! pod/perldiag.pod regcomp.c t/op/pat.t
12788 ____________________________________________________________________________
12789 [ 10375] By: jhi                                   on 2001/06/01  15:36:35
12790         Log: Retract #10324 and #10333; not needed.
12791      Branch: perl
12792            ! hints/irix_6.sh hints/linux.sh
12793 ____________________________________________________________________________
12794 [ 10374] By: jhi                                   on 2001/06/01  15:35:19
12795         Log: The #10370 wasn't quite right.
12796      Branch: perl
12797            ! ext/XS/Typemap/Typemap.xs
12798 ____________________________________________________________________________
12799 [ 10373] By: jhi                                   on 2001/06/01  15:34:49
12800         Log: The metaconfig units changes for #10372.
12801      Branch: metaconfig/U/perl
12802            + d_realpath.U d_sresgproto.U d_sresuproto.U
12803            ! gccvers.U i_db.U
12804 ____________________________________________________________________________
12805 [ 10372] By: jhi                                   on 2001/06/01  15:34:24
12806         Log: Configure tweaks; record the Berkeley DB version,
12807              probe for realpath(), for setresuid() and setresgid()
12808              prototypes; use realpath() (try to be paranoid enough),
12809              use the setres[ug]id prototypes because glibc has the functions
12810              but not their prototypes; add -Wall -ansi to gcc ccflags;
12811              regen toc.
12812      Branch: perl
12813            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12814            ! config_h.SH configure.com epoc/config.sh
12815            ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
12816            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
12817            ! vos/config.ga.def win32/config.bc win32/config.gc
12818            ! win32/config.vc
12819 ____________________________________________________________________________
12820 [ 10371] By: jhi                                   on 2001/06/01  12:50:05
12821         Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
12822              From: Michael G Schwern <schwern@pobox.com>
12823              Date: Fri, 1 Jun 2001 11:28:14 +0100
12824              Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
12825      Branch: perl
12826            ! lib/attributes.pm xsutils.c
12827 ____________________________________________________________________________
12828 [ 10370] By: jhi                                   on 2001/06/01  12:48:55
12829         Log: Subject: [PATCH] Fix -Wall on XS::Typemap
12830              From: Tim Jenness <t.jenness@jach.hawaii.edu>
12831              Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
12832              Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
12833      Branch: perl
12834            ! ext/XS/Typemap/Typemap.xs
12835 ____________________________________________________________________________
12836 [ 10369] By: jhi                                   on 2001/06/01  12:47:21
12837         Log: Subject: [patch] Cwd.xs optimizations/abstraction
12838              From: Doug MacEachern <dougm@covalent.net>
12839              Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
12840              Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> 
12841      Branch: perl
12842            ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
12843            ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
12844 ____________________________________________________________________________
12845 [ 10368] By: jhi                                   on 2001/06/01  12:32:00
12846         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!])
12847              From: Nicholas Clark <nick@ccl4.org>
12848              Date: Thu, 31 May 2001 23:56:40 +0100
12849              Message-ID: <20010531235640.F12698@plum.flirble.org>
12850              
12851              Make the test work also under only static extensions
12852              (sh Configure -Uusedl fakes this nicely)
12853      Branch: perl
12854            ! t/lib/extutils.t
12855 ____________________________________________________________________________
12856 [ 10367] By: jhi                                   on 2001/06/01  12:27:53
12857         Log: Subject: [PATCH hv.c] Eliminating trigraph
12858              From: Michael G Schwern <schwern@pobox.com>
12859              Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
12860              Date: Fri, 1 Jun 2001 11:49:56 +0100
12861      Branch: perl
12862            ! hv.c
12863 ____________________________________________________________________________
12864 [ 10366] By: jhi                                   on 2001/06/01  12:14:57
12865         Log: Subject: Re: [PATCH] Tests for File::Compare 
12866              From: "Philip Newton" <Philip.Newton@gmx.net>
12867              Date: Thu, 31 May 2001 19:44:05 +0200
12868              Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
12869              
12870              Unnecessary "quotation marks".
12871      Branch: perl
12872            ! t/lib/filecomp.t
12873 ____________________________________________________________________________
12874 [ 10365] By: jhi                                   on 2001/06/01  12:13:26
12875         Log: Integrate perlio.
12876      Branch: perl
12877           !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
12878 ____________________________________________________________________________
12879 [ 10364] By: nick                                  on 2001/06/01  10:13:31
12880         Log: Cleanup dll.base and dll.exp created by GCC builds.
12881      Branch: perlio
12882            ! lib/ExtUtils/MM_Win32.pm
12883 ____________________________________________________________________________
12884 [ 10363] By: nick                                  on 2001/06/01  10:02:17
12885         Log: Make filecomp test work on CRLF platforms by adding binmode.
12886      Branch: perlio
12887            ! t/lib/filecomp.t
12888 ____________________________________________________________________________
12889 [ 10362] By: nick                                  on 2001/06/01  08:37:17
12890         Log: Integrate mainline
12891      Branch: perlio
12892           !> Changes Configure patchlevel.h perlio.c
12893 ____________________________________________________________________________
12894 [ 10361] By: jhi                                   on 2001/05/31  15:09:34
12895         Log: panic:claustrophobia.
12896      Branch: perl
12897            ! perlio.c
12898 ____________________________________________________________________________
12899 [ 10360] By: jhi                                   on 2001/05/31  13:04:25
12900         Log: Update Changes.
12901      Branch: perl
12902            ! Changes patchlevel.h
12903 ____________________________________________________________________________
12904 [ 10359] By: nick                                  on 2001/05/31  12:35:50
12905         Log: Integrate mainline.
12906      Branch: perlio
12907           +> t/lib/filecomp.t
12908           !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
12909           !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
12910 ____________________________________________________________________________
12911 [ 10358] By: jhi                                   on 2001/05/31  12:35:05
12912         Log: Integrate perlio.
12913      Branch: perl
12914           !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
12915           !> win32/config_H.vc
12916 ____________________________________________________________________________
12917 [ 10357] By: jhi                                   on 2001/05/31  12:34:04
12918         Log: Metaconfig unit change for #10356.
12919      Branch: metaconfig
12920            ! U/installdirs/inc_version_list.U
12921 ____________________________________________________________________________
12922 [ 10356] By: jhi                                   on 2001/05/31  12:33:41
12923         Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
12924              (idea from Sarathy; implementation from Andy)
12925      Branch: perl
12926            ! Configure
12927 ____________________________________________________________________________
12928 [ 10355] By: jhi                                   on 2001/05/31  12:18:06
12929         Log: More AUTHORS.
12930      Branch: perl
12931            ! AUTHORS
12932 ____________________________________________________________________________
12933 [ 10354] By: jhi                                   on 2001/05/31  12:16:24
12934         Log: Subject: Re: [PATCH] Tests for File::Compare
12935              From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
12936              Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
12937              Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
12938      Branch: perl
12939            + t/lib/filecomp.t
12940            ! MANIFEST t/lib/1_compile.t
12941 ____________________________________________________________________________
12942 [ 10353] By: jhi                                   on 2001/05/31  12:11:24
12943         Log: Subject: [PATCH] DEBUG_* macro cleanups
12944              From: Abhijit Menon-Sen <ams@wiw.org>
12945              Date: Thu, 31 May 2001 12:16:22 +0530
12946              Message-ID: <20010531121622.B4829@lustre.linux.in>
12947              
12948              Subject: Re: [PATCH] DEBUG_* macro cleanups
12949              From: Abhijit Menon-Sen <ams@wiw.org>
12950              Date: Thu, 31 May 2001 13:57:01 +0530
12951              Message-ID: <20010531135701.A21775@lustre.linux.in>
12952              
12953              (The DEBUG_ definitions in perl.h changed to use the
12954              STMT_START and STMT_END.)
12955      Branch: perl
12956            ! perl.h pp_ctl.c sv.c toke.c
12957 ____________________________________________________________________________
12958 [ 10352] By: jhi                                   on 2001/05/31  11:53:31
12959         Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
12960              From: Abhijit Menon-Sen <ams@wiw.org>
12961              Date: Thu, 31 May 2001 08:27:55 +0530
12962              Message-ID: <20010531082755.A10018@lustre.linux.in>
12963      Branch: perl
12964            ! ext/Storable/Storable.xs gv.c perl.c
12965 ____________________________________________________________________________
12966 [ 10351] By: jhi                                   on 2001/05/31  11:45:16
12967         Log: Subject: [PATCH] AUTHORS
12968              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
12969              Date: Thu, 31 May 2001 01:27:59 -0500
12970              Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
12971              
12972              Subject: Re: [PATCH] AUTHORS
12973              From: "Philip Newton" <Philip.Newton@gmx.net>
12974              Date: Thu, 31 May 2001 10:08:06 +0200
12975              (Message-Id missing?)
12976      Branch: perl
12977            ! AUTHORS
12978 ____________________________________________________________________________
12979 [ 10350] By: nick                                  on 2001/05/31  11:40:43
12980         Log: win32 - dmake regen_config_h
12981      Branch: perlio
12982            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
12983 ____________________________________________________________________________
12984 [ 10349] By: jhi                                   on 2001/05/31  11:38:27
12985         Log: Subject: Re: [PATCH util.c] More warning cleanups.
12986              From: "Philip Newton" <Philip.Newton@gmx.net>
12987              Date: Thu, 31 May 2001 07:41:36 +0200
12988              Message-Id: <200105310538.IAA25458@taku.hut.fi>
12989              
12990              Undo C++-ism that snekt in.
12991      Branch: perl
12992            ! util.c
12993 ____________________________________________________________________________
12994 [ 10348] By: nick                                  on 2001/05/31  11:36:46
12995         Log: Tolerate Win32 numerics
12996      Branch: perlio
12997            ! t/pragma/warn/toke
12998 ____________________________________________________________________________
12999 [ 10347] By: jhi                                   on 2001/05/31  11:29:40
13000         Log: Integrate perlio.
13001      Branch: perl
13002           !> perlio.c win32/win32.h
13003 ____________________________________________________________________________
13004 [ 10346] By: nick                                  on 2001/05/31  10:54:55
13005         Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
13006              perlio.c change 10255.
13007      Branch: perlio
13008            ! perlio.c
13009 ____________________________________________________________________________
13010 [ 10345] By: nick                                  on 2001/05/31  10:01:57
13011         Log: Conditionaly put back some "unused" dTHX which are used
13012              with PERL_IMPLICIT_SYS
13013      Branch: perlio
13014            ! perlio.c
13015 ____________________________________________________________________________
13016 [ 10344] By: nick                                  on 2001/05/31  10:00:59
13017         Log: Fix Win32 for new spelling IN_BYTES 
13018      Branch: perlio
13019            ! win32/win32.h
13020 ____________________________________________________________________________
13021 [ 10343] By: nick                                  on 2001/05/31  08:01:32
13022         Log: perlio.c -Wall cleaner under MULTIPLICITY
13023              - still minor noise with linux stdio
13024      Branch: perlio
13025            ! perlio.c
13026 ____________________________________________________________________________
13027 [ 10342] By: nick                                  on 2001/05/31  07:52:23
13028         Log: Integrate mainline.
13029      Branch: perlio
13030           !> (integrate 42 files)
13031 ____________________________________________________________________________
13032 [ 10341] By: jhi                                   on 2001/05/31  01:39:02
13033         Log: AUTHORS updates.
13034      Branch: perl
13035            ! AUTHORS
13036 ____________________________________________________________________________
13037 [ 10340] By: jhi                                   on 2001/05/31  00:19:29
13038         Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
13039              From: Peter Prymmer <pvhp@forte.com>
13040              Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
13041              Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
13042      Branch: perl
13043            ! t/lib/md5-file.t
13044 ____________________________________________________________________________
13045 [ 10339] By: jhi                                   on 2001/05/31  00:16:44
13046         Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
13047              patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
13048              to match the pragma name; various robustness cleanups.
13049      Branch: perl
13050            ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
13051            ! sv.c toke.c utf8.c utf8.h utfebcdic.h
13052 ____________________________________________________________________________
13053 [ 10338] By: jhi                                   on 2001/05/30  23:56:14
13054         Log: More -Wall sweeping.
13055      Branch: perl
13056            ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
13057            ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
13058            ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
13059            ! regcomp.c sv.c toke.c utf8.c
13060 ____________________________________________________________________________
13061 [ 10337] By: jhi                                   on 2001/05/30  23:20:23
13062         Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
13063              From: Nicholas Clark <nick@ccl4.org>
13064              Date: Wed, 30 May 2001 22:34:41 +0100
13065              Message-ID: <20010530223441.Y86445@plum.flirble.org>
13066      Branch: perl
13067            ! t/op/cmp.t
13068 ____________________________________________________________________________
13069 [ 10336] By: jhi                                   on 2001/05/30  23:18:48
13070         Log: It's is not, it isn't ain't, and it's it's, not its,
13071              if you mean it is. If you don't, it's its. Then too,
13072              it's hers. It isn't her's. It isn't our's either.
13073              It's ours, and likewise yours and theirs.
13074              -- Oxford University Press, Edpress News
13075      Branch: perl
13076            ! lib/autouse.pm
13077 ____________________________________________________________________________
13078 [ 10335] By: jhi                                   on 2001/05/30  23:12:30
13079         Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
13080      Branch: perl
13081            ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
13082            ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
13083            ! x2p/str.c x2p/walk.c xsutils.c
13084 ____________________________________________________________________________
13085 [ 10334] By: jhi                                   on 2001/05/30  22:52:41
13086         Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
13087              From: Michael G Schwern <schwern@pobox.com>
13088              Date: Wed, 30 May 2001 17:10:38 +0100
13089              Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
13090              
13091              Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
13092              From: Abhijit Menon-Sen <ams@wiw.org>
13093              Date: Wed, 30 May 2001 23:16:13 +0530
13094              Message-ID: <20010530231613.A31933@lustre.linux.in>
13095      Branch: perl
13096            ! perl.c t/run/runenv.t
13097 ____________________________________________________________________________
13098 [ 10333] By: jhi                                   on 2001/05/30  22:25:02
13099         Log: (Retracted by #10375.)
13100              
13101              IRIX hints patch from Merijn Broeren.
13102              
13103              TODO: (this and the earlier Linux hints patch) should be solved
13104              at Configure level.  Merijn: -ldb should not be used on any platform
13105              for perl, just when linking DBFile itself. Trying to be helpful here
13106              is counterproductive.
13107      Branch: perl
13108            ! hints/irix_6.sh
13109 ____________________________________________________________________________
13110 [ 10332] By: jhi                                   on 2001/05/30  22:11:13
13111         Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
13112              From: Nicholas Clark <nick@ccl4.org>
13113              Date: Wed, 30 May 2001 23:20:58 +0100
13114              Message-ID: <20010530232058.B86445@plum.flirble.org>
13115      Branch: perl
13116            ! doop.c
13117 ____________________________________________________________________________
13118 [ 10331] By: jhi                                   on 2001/05/30  22:09:49
13119         Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
13120              From: Michael G Schwern <schwern@pobox.com> 
13121              Date: Wed, 30 May 2001 15:24:20 +0100
13122              Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
13123      Branch: perl
13124            ! t/pragma/autouse.t
13125 ____________________________________________________________________________
13126 [ 10330] By: jhi                                   on 2001/05/30  22:02:21
13127         Log: The regex trick wasn't a good idea.
13128      Branch: perl
13129            ! pod/perlfaq4.pod
13130 ____________________________________________________________________________
13131 [ 10329] By: nick                                  on 2001/05/30  18:34:35
13132         Log: Integrate mainline
13133      Branch: perlio
13134           !> (integrate 40 files)
13135 ____________________________________________________________________________
13136 [ 10328] By: jhi                                   on 2001/05/30  14:28:39
13137         Log: Update Changes.
13138      Branch: perl
13139            ! Changes patchlevel.h
13140 ____________________________________________________________________________
13141 [ 10327] By: jhi                                   on 2001/05/30  14:07:01
13142         Log: The metaconfig unit change for #10325.
13143      Branch: metaconfig
13144            + U/modified/afs.U
13145 ____________________________________________________________________________
13146 [ 10326] By: jhi                                   on 2001/05/30  14:06:36
13147         Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
13148              is now wrong.
13149      Branch: perl
13150            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
13151 ____________________________________________________________________________
13152 [ 10325] By: jhi                                   on 2001/05/30  14:04:28
13153         Log: Introduce $Config{afsroot}.
13154      Branch: perl
13155            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13156            ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
13157            ! win32/config.gc win32/config.vc
13158 ____________________________________________________________________________
13159 [ 10324] By: jhi                                   on 2001/05/30  13:49:44
13160         Log: (Retracted by #10375.)
13161              
13162              Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
13163      Branch: perl
13164            ! hints/linux.sh
13165 ____________________________________________________________________________
13166 [ 10323] By: jhi                                   on 2001/05/30  13:49:29
13167         Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
13168              (Also Configure tweaks needed; coming up soon.)
13169      Branch: perl
13170            ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
13171 ____________________________________________________________________________
13172 [ 10322] By: jhi                                   on 2001/05/30  13:37:56
13173         Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
13174              From: Michael G Schwern <schwern@pobox.com>
13175              Date: Sun, 27 May 2001 10:29:43 +0100
13176              Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
13177      Branch: perl
13178            ! lib/perl5db.pl
13179 ____________________________________________________________________________
13180 [ 10321] By: jhi                                   on 2001/05/30  13:36:28
13181         Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
13182              and Abhijit Menon-Sen.
13183      Branch: perl
13184            ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
13185            ! perl.c pp_sys.c regcomp.c
13186 ____________________________________________________________________________
13187 [ 10320] By: jhi                                   on 2001/05/30  13:35:27
13188         Log: Fix the BOOT section to call myU2time properly.
13189      Branch: perl
13190            ! ext/Time/HiRes/HiRes.xs
13191 ____________________________________________________________________________
13192 [ 10319] By: jhi                                   on 2001/05/30  13:06:09
13193         Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
13194              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
13195              Date: Wed, 30 May 2001 09:44:29 -0400
13196              Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
13197              
13198              Detypo; plus add one more trick.
13199      Branch: perl
13200            ! pod/perlfaq4.pod
13201 ____________________________________________________________________________
13202 [ 10318] By: jhi                                   on 2001/05/30  12:47:11
13203         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)
13204              From: Michael G Schwern <schwern@pobox.com>
13205              Date: Wed, 30 May 2001 14:39:06 +0100
13206              Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
13207      Branch: perl
13208            ! lib/autouse.pm t/pragma/autouse.t
13209 ____________________________________________________________________________
13210 [ 10317] By: jhi                                   on 2001/05/30  12:46:02
13211         Log: Subject: Re: AIX and gcc (moving targets)
13212              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13213              Date: Wed, 30 May 2001 15:25:08 +0200
13214              Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
13215      Branch: perl
13216            ! ext/Time/HiRes/HiRes.xs
13217 ____________________________________________________________________________
13218 [ 10316] By: jhi                                   on 2001/05/30  12:40:46
13219         Log: Subject: [PATCH t/TEST] sorting tests
13220              From: Michael G Schwern <schwern@pobox.com>
13221              Date: Wed, 30 May 2001 10:24:02 +0100
13222              Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
13223      Branch: perl
13224            ! t/TEST
13225 ____________________________________________________________________________
13226 [ 10315] By: jhi                                   on 2001/05/30  12:37:43
13227         Log: Subject: [ID 20010529.002] typos in man page perlre
13228              From: bart@cg681574-a.adubn1.nj.home.com 
13229              Date: Tue, 29 May 2001 13:58:59 -0500
13230              Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
13231      Branch: perl
13232            ! pod/perlre.pod
13233 ____________________________________________________________________________
13234 [ 10314] By: jhi                                   on 2001/05/30  12:33:53
13235         Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
13236              From: "Craig A. Berry" <craigberry@mac.com>
13237              Date: Tue, 29 May 2001 23:23:45 -0500
13238              Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
13239      Branch: perl
13240            ! t/lib/extutils.t t/pragma/autouse.t
13241 ____________________________________________________________________________
13242 [ 10313] By: jhi                                   on 2001/05/30  12:32:17
13243         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)
13244              From: David Dyck <dcd@tc.fluke.com>
13245              Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
13246              Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
13247      Branch: perl
13248            ! t/lib/filefind.t
13249 ____________________________________________________________________________
13250 [ 10312] By: jhi                                   on 2001/05/30  12:31:02
13251         Log: AIX hints update for gcc from Merijn H. Brand.
13252      Branch: perl
13253            ! hints/aix.sh
13254 ____________________________________________________________________________
13255 [ 10311] By: jhi                                   on 2001/05/30  12:18:20
13256         Log: Retract #10295 and #10296: a more generic solution
13257              is needed (there's something funny with gcc on AIX).
13258      Branch: perl
13259            ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
13260 ____________________________________________________________________________
13261 [ 10310] By: jhi                                   on 2001/05/30  12:08:07
13262         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
13263              From: Hugo <hv@crypt.compulink.co.uk>
13264              Date: Wed, 30 May 2001 11:59:19 +0100
13265              Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
13266              
13267              localizing $@ has unfortunate semantics - if you die past
13268              a local $@, the die message is lost.
13269      Branch: perl
13270            ! lib/utf8_heavy.pl
13271 ____________________________________________________________________________
13272 [ 10309] By: nick                                  on 2001/05/30  08:23:02
13273         Log: Integrate mainline (autouse works again.)
13274      Branch: perlio
13275           !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
13276           !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
13277           !> pod/perlvar.pod t/op/cmp.t
13278 ____________________________________________________________________________
13279 [ 10308] By: jhi                                   on 2001/05/30  01:55:02
13280         Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
13281              From: David Dyck <dcd@tc.fluke.com>
13282              Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
13283              Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
13284      Branch: perl
13285            ! lib/File/Find.pm
13286 ____________________________________________________________________________
13287 [ 10307] By: jhi                                   on 2001/05/30  01:47:22
13288         Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
13289              From: Nicholas Clark <nick@ccl4.org>
13290              Date: Tue, 29 May 2001 23:16:09 +0100
13291              Message-ID: <20010529231609.U86445@plum.flirble.org>
13292              
13293              Make the test output slightly clearer by distinguishing
13294              between '' and undef.
13295      Branch: perl
13296            ! t/op/cmp.t
13297 ____________________________________________________________________________
13298 [ 10306] By: jhi                                   on 2001/05/30  01:45:12
13299         Log: Subject: [PATCH 5.6.1] flushNULL OS/2
13300              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13301              Date: Tue, 29 May 2001 19:15:19 -0400
13302              Message-ID: <20010529191519.A16020@math.ohio-state.edu>
13303      Branch: perl
13304            ! hints/os2.sh
13305 ____________________________________________________________________________
13306 [ 10305] By: jhi                                   on 2001/05/30  01:42:36
13307         Log: Subject: perlvar.pod addition
13308              From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
13309              Date: Fri, 25 May 2001 20:23:12 +0200
13310              Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
13311              
13312              Subject: Re: perlvar.pod addition
13313              From: "Abigail" <abigail@foad.org> 
13314              Date: Fri, 25 May 2001 22:00:39 +0200
13315              Message-ID: <20010525200039.28029.qmail@foad.org>
13316              
13317              Mention $a and $b in perlvar.
13318      Branch: perl
13319            ! pod/perlvar.pod
13320 ____________________________________________________________________________
13321 [ 10304] By: jhi                                   on 2001/05/30  01:36:37
13322         Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
13323              From: Jeff Pinyan <jeffp@crusoe.net>
13324              Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
13325              Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
13326      Branch: perl
13327            ! pod/perlvar.pod
13328 ____________________________________________________________________________
13329 [ 10303] By: jhi                                   on 2001/05/30  01:35:31
13330         Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
13331              From: Jeff Pinyan <jeffp@crusoe.net>
13332              Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
13333              Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
13334      Branch: perl
13335            ! pod/perlfaq6.pod
13336 ____________________________________________________________________________
13337 [ 10302] By: jhi                                   on 2001/05/29  20:18:49
13338         Log: Mention Time::localtime and Time::gmtime.
13339      Branch: perl
13340            ! ext/Time/Piece/Piece.pm
13341 ____________________________________________________________________________
13342 [ 10301] By: jhi                                   on 2001/05/29  20:13:54
13343         Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
13344              From: Michael G Schwern <schwern@pobox.com>
13345              Date: Tue, 29 May 2001 18:51:32 +0100
13346              Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
13347      Branch: perl
13348            ! pod/perlfaq4.pod
13349 ____________________________________________________________________________
13350 [ 10300] By: jhi                                   on 2001/05/29  20:12:09
13351         Log: Retract #10243.
13352      Branch: perl
13353            ! lib/autouse.pm
13354 ____________________________________________________________________________
13355 [ 10299] By: nick                                  on 2001/05/29  18:41:19
13356         Log: Post weekend integrate mainline (fails one test pragma/autouse).
13357      Branch: perlio
13358           +> (branch 29 files)
13359           !> (integrate 91 files)
13360 ____________________________________________________________________________
13361 [ 10298] By: jhi                                   on 2001/05/29  16:29:19
13362         Log: Update Changes.
13363      Branch: perl
13364            ! Changes patchlevel.h
13365 ____________________________________________________________________________
13366 [ 10297] By: jhi                                   on 2001/05/29  16:25:47
13367         Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
13368              before Perl_load_module/Perl_call_method and restore the value
13369              after if !SvTRUE(ERRSV).  (from Inaba Hiroto)
13370      Branch: perl
13371            ! utf8.c
13372 ____________________________________________________________________________
13373 [ 10296] By: jhi                                   on 2001/05/29  16:01:53
13374         Log: Subject: Re: AIX and gcc (moving targets)
13375              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13376              Date: Tue, 29 May 2001 17:59:40 +0200
13377              Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
13378      Branch: perl
13379            ! ext/Storable/Makefile.PL
13380 ____________________________________________________________________________
13381 [ 10295] By: jhi                                   on 2001/05/29  15:59:05
13382         Log: Subject: Re: AIX and gcc (moving targets)
13383              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13384              Date: Tue, 29 May 2001 12:32:57 +0200
13385              Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
13386      Branch: perl
13387            ! ext/POSIX/Makefile.PL
13388 ____________________________________________________________________________
13389 [ 10294] By: jhi                                   on 2001/05/29  15:53:43
13390         Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
13391              From: Michael G Schwern <schwern@pobox.com>
13392              Date: Tue, 29 May 2001 09:53:29 +0100
13393              Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
13394              
13395              (#10280 retracted)
13396      Branch: perl
13397            ! lib/Test/Harness.pm t/lib/test-harness.t
13398 ____________________________________________________________________________
13399 [ 10293] By: jhi                                   on 2001/05/29  15:46:10
13400         Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
13401              From: Michael G Schwern <schwern@pobox.com>
13402              Date: Tue, 29 May 2001 09:19:52 +0100
13403              Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
13404      Branch: perl
13405            + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
13406            + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
13407            + t/lib/Test/todo.t
13408            ! MANIFEST lib/Test.pm t/TEST
13409 ____________________________________________________________________________
13410 [ 10292] By: jhi                                   on 2001/05/29  15:34:08
13411         Log: From: Michael G Schwern <schwern@pobox.com>
13412              Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
13413              Date: Tue, 29 May 2001 08:26:09 +0100
13414              Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
13415      Branch: perl
13416            ! t/TEST
13417 ____________________________________________________________________________
13418 [ 10291] By: jhi                                   on 2001/05/29  15:29:37
13419         Log: Add tests for Time::gmtime and Time::localtime.
13420      Branch: perl
13421            + t/lib/time-gmtime.t t/lib/time-localtime.t
13422            ! MANIFEST t/lib/1_compile.t
13423 ____________________________________________________________________________
13424 [ 10290] By: jhi                                   on 2001/05/29  15:15:44
13425         Log: Add test for File::stat.
13426      Branch: perl
13427            + t/lib/filestat.t
13428            ! MANIFEST t/lib/1_compile.t
13429 ____________________________________________________________________________
13430 [ 10289] By: jhi                                   on 2001/05/29  15:05:38
13431         Log: Add test for Net::servent.
13432      Branch: perl
13433            + t/lib/net-sent.t
13434            ! MANIFEST t/lib/1_compile.t
13435 ____________________________________________________________________________
13436 [ 10288] By: jhi                                   on 2001/05/29  14:57:15
13437         Log: Add test for Net::protoent.
13438      Branch: perl
13439            + t/lib/net-pent.t
13440            ! MANIFEST t/lib/1_compile.t
13441 ____________________________________________________________________________
13442 [ 10287] By: jhi                                   on 2001/05/29  14:53:10
13443         Log: Add test for Net::netent.
13444      Branch: perl
13445            + t/lib/net-nent.t
13446            ! MANIFEST t/lib/1_compile.t
13447 ____________________________________________________________________________
13448 [ 10286] By: jhi                                   on 2001/05/29  14:31:57
13449         Log: Add test for User::grent.  Portability doubtful.
13450      Branch: perl
13451            + t/lib/user-grent.t
13452            ! MANIFEST t/lib/1_compile.t
13453 ____________________________________________________________________________
13454 [ 10285] By: jhi                                   on 2001/05/29  14:24:20
13455         Log: Add test for User::pwent.
13456              Probably will fall down somewhere for portability reasons.
13457      Branch: perl
13458            + t/lib/user-pwent.t
13459            ! MANIFEST t/lib/1_compile.t
13460 ____________________________________________________________________________
13461 [ 10284] By: jhi                                   on 2001/05/29  13:26:43
13462         Log: Metaconfig units changes for #10283.
13463      Branch: metaconfig
13464            ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
13465            ! U/installdirs/siteman1.U U/installdirs/siteman3.U
13466            ! U/installdirs/sitescript.U U/modified/Signal.U
13467 ____________________________________________________________________________
13468 [ 10283] By: jhi                                   on 2001/05/29  13:26:24
13469         Log: Subject: [PATCH 5.6.1] signal names in Configure
13470              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13471              Date: Tue, 29 May 2001 03:52:25 -0400
13472              Message-ID: <20010529035225.A9400@math.ohio-state.edu>
13473              
13474              Subject: [PATCH 5.6.1] older perl in Configure
13475              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13476              Date: Tue, 29 May 2001 03:55:40 -0400
13477              Message-ID: <20010529035539.A9411@math.ohio-state.edu>
13478              
13479              Subject: [PATCH 5.6.1] goofs in Configure
13480              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13481              Date: Tue, 29 May 2001 04:13:07 -0400
13482              Message-ID: <20010529041307.A9658@math.ohio-state.edu>
13483              
13484              Configure portability tweaks.
13485      Branch: perl
13486            ! Configure
13487 ____________________________________________________________________________
13488 [ 10282] By: jhi                                   on 2001/05/29  12:41:41
13489         Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
13490              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13491              Date: Tue, 29 May 2001 04:07:06 -0400
13492              Message-ID: <20010529040706.A9579@math.ohio-state.edu>
13493      Branch: perl
13494            ! os2/os2.c
13495 ____________________________________________________________________________
13496 [ 10281] By: jhi                                   on 2001/05/29  12:40:31
13497         Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
13498              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13499              Date: Tue, 29 May 2001 04:01:38 -0400
13500              Message-ID: <20010529040138.A9482@math.ohio-state.edu>
13501      Branch: perl
13502            ! hints/os2.sh os2/Makefile.SHs
13503 ____________________________________________________________________________
13504 [ 10280] By: jhi                                   on 2001/05/29  12:38:48
13505         Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
13506              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13507              Date: Tue, 29 May 2001 03:50:18 -0400
13508              Message-ID: <20010529035018.A9387@math.ohio-state.edu>
13509      Branch: perl
13510            ! lib/Test/Harness.pm
13511 ____________________________________________________________________________
13512 [ 10279] By: jhi                                   on 2001/05/29  12:34:53
13513         Log: Additional safeguard against $@ getting trampled; idea from Hugo.
13514      Branch: perl
13515            ! lib/utf8_heavy.pl
13516 ____________________________________________________________________________
13517 [ 10278] By: jhi                                   on 2001/05/29  02:15:24
13518         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
13519              From: Hugo <hv@crypt.compulink.co.uk>
13520              Date: Tue, 29 May 2001 03:03:45 +0100
13521              Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
13522              
13523              Explanation why the $@ always gets the UTF8 flag when under use utf8--
13524              because we told it to have the flag when under use utf8.
13525      Branch: perl
13526            ! pp_ctl.c
13527 ____________________________________________________________________________
13528 [ 10277] By: jhi                                   on 2001/05/29  00:51:34
13529         Log: At least a partial fix for 20010528.004.
13530      Branch: perl
13531            ! lib/utf8_heavy.pl
13532 ____________________________________________________________________________
13533 [ 10276] By: jhi                                   on 2001/05/29  00:42:59
13534         Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
13535              From: Nicholas Clark <nick@ccl4.org> 
13536              Date: Mon, 28 May 2001 23:39:38 +0100
13537              Message-ID: <20010528233938.M86445@plum.flirble.org>
13538              
13539              More portable non-zero UV.
13540      Branch: perl
13541            ! t/lib/extutils.t
13542 ____________________________________________________________________________
13543 [ 10275] By: jhi                                   on 2001/05/29  00:40:28
13544         Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
13545              From: Nicholas Clark <nick@ccl4.org>
13546              Date: Mon, 28 May 2001 22:46:09 +0100
13547              Message-ID: <20010528224608.L86445@plum.flirble.org>
13548              
13549              Test also "make clean".
13550      Branch: perl
13551            ! t/lib/extutils.t
13552 ____________________________________________________________________________
13553 [ 10274] By: jhi                                   on 2001/05/29  00:39:18
13554         Log: Subject: Re: Would -Wno-unused -Wall be better?
13555              From: Michael G Schwern <schwern@pobox.com>
13556              Date: Tue, 29 May 2001 00:55:54 +0100
13557              Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
13558      Branch: perl
13559            ! pp.h
13560 ____________________________________________________________________________
13561 [ 10273] By: jhi                                   on 2001/05/29  00:36:06
13562         Log: Add a test for 20010528.007, fixed in #10272.
13563      Branch: perl
13564            ! t/op/misc.t toke.c
13565 ____________________________________________________________________________
13566 [ 10272] By: jhi                                   on 2001/05/29  00:21:12
13567         Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space 
13568              From: Hugo <hv@crypt.compulink.co.uk>
13569              Date: Tue, 29 May 2001 00:23:23 +0100
13570              Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
13571      Branch: perl
13572            ! toke.c
13573 ____________________________________________________________________________
13574 [ 10271] By: jhi                                   on 2001/05/28  22:52:11
13575         Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
13576              From: Michael G Schwern <schwern@pobox.com>
13577              Date: Tue, 29 May 2001 00:42:59 +0100
13578              Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
13579      Branch: perl
13580            ! t/pragma/autouse.t
13581 ____________________________________________________________________________
13582 [ 10270] By: jhi                                   on 2001/05/28  21:44:06
13583         Log: Some shells seemingly arrange the signal handlers differently
13584              (bug id 20010521.004).
13585      Branch: perl
13586            ! t/lib/sigaction.t
13587 ____________________________________________________________________________
13588 [ 10269] By: jhi                                   on 2001/05/28  20:34:21
13589         Log: Regen perlmodlib.
13590      Branch: perl
13591            ! pod/perlmodlib.pod
13592 ____________________________________________________________________________
13593 [ 10268] By: jhi                                   on 2001/05/28  19:08:45
13594         Log: Update Changes.
13595      Branch: perl
13596            ! Changes patchlevel.h
13597 ____________________________________________________________________________
13598 [ 10267] By: jhi                                   on 2001/05/28  19:03:54
13599         Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
13600              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
13601              Date: Mon, 28 May 2001 14:56:35 -0500
13602              Message-ID: <20010528145635.L8487@chaos.wustl.edu>
13603      Branch: perl
13604            ! pod/perlnewmod.pod
13605 ____________________________________________________________________________
13606 [ 10266] By: jhi                                   on 2001/05/28  18:35:03
13607         Log: Regen toc.
13608      Branch: perl
13609            ! pod/perltoc.pod
13610 ____________________________________________________________________________
13611 [ 10265] By: jhi                                   on 2001/05/28  18:33:32
13612         Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array) 
13613              From: "Richard Soderberg" <rs@crystalflame.net>
13614              Date: Mon, 28 May 2001 12:31:23 -0700
13615              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
13616      Branch: perl
13617            ! t/op/splice.t
13618 ____________________________________________________________________________
13619 [ 10264] By: jhi                                   on 2001/05/28  17:59:00
13620         Log: The #10260 was too bold: locales and utf8 still do not mix.
13621      Branch: perl
13622            ! t/pragma/locale.t
13623 ____________________________________________________________________________
13624 [ 10263] By: jhi                                   on 2001/05/28  17:52:25
13625         Log: Subject: [PATCH] Pod nitpicks
13626              From: "Richard Soderberg" <rs@crystalflame.net>
13627              Date: Mon, 28 May 2001 10:08:58 -0700
13628              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
13629      Branch: perl
13630            ! pod/perl571delta.pod pod/perlapi.pod sv.h
13631 ____________________________________________________________________________
13632 [ 10262] By: jhi                                   on 2001/05/28  17:50:05
13633         Log: Upgrade to I18N::LangTags 0.22.
13634      Branch: perl
13635            + lib/I18N/LangTags/List.pod
13636            ! MANIFEST lib/I18N/LangTags.pm
13637 ____________________________________________________________________________
13638 [ 10261] By: jhi                                   on 2001/05/28  17:23:40
13639         Log: A slightly more serious bug found by -Mutf8; op/misc and
13640              lib/complex dumped core.
13641      Branch: perl
13642            ! regexec.c
13643 ____________________________________________________________________________
13644 [ 10260] By: jhi                                   on 2001/05/28  16:58:11
13645         Log: Various buglets shaken out by -Mutf8.
13646      Branch: perl
13647            ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
13648            ! t/pragma/locale.t
13649 ____________________________________________________________________________
13650 [ 10259] By: jhi                                   on 2001/05/28  15:48:46
13651         Log: STDERR looks much like STDOUT.  (Subtest #2 wasn't really okay.)
13652      Branch: perl
13653            ! t/lib/carp.t
13654 ____________________________________________________________________________
13655 [ 10258] By: jhi                                   on 2001/05/28  15:32:41
13656         Log: Subject: [PATCH] todo patch
13657              From: Artur Bergman <artur@contiller.se> 
13658              Date: Mon, 28 May 2001 17:03:51 +0200
13659              Message-ID: <B7383577.F34%artur@contiller.se>
13660      Branch: perl
13661            ! pod/perltodo.pod
13662 ____________________________________________________________________________
13663 [ 10257] By: jhi                                   on 2001/05/28  15:31:25
13664         Log: Subject: typo in perlguts.pod
13665              From: "John P. Linderman" <jpl@research.att.com>
13666              Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
13667              Message-Id: <200105281335.JAA27851@raptor.research.att.com>
13668      Branch: perl
13669            ! pod/perlguts.pod
13670 ____________________________________________________________________________
13671 [ 10256] By: jhi                                   on 2001/05/28  15:30:42
13672         Log: Subject: AIX and gcc (moving targets)
13673              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13674              Date: Mon, 28 May 2001 12:54:04 +0200
13675              Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
13676      Branch: perl
13677            ! hints/aix.sh
13678 ____________________________________________________________________________
13679 [ 10255] By: jhi                                   on 2001/05/28  15:28:55
13680         Log: Subject: Re: perlio + multiple perl_alloc..destruct
13681              From: Doug MacEachern <dougm@covalent.net>
13682              Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
13683              Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
13684      Branch: perl
13685            ! perlio.c
13686 ____________________________________________________________________________
13687 [ 10254] By: jhi                                   on 2001/05/28  15:27:49
13688         Log: The #10251 wasn't quite up-to-the-code.
13689      Branch: perl
13690            ! t/op/misc.t
13691 ____________________________________________________________________________
13692 [ 10253] By: jhi                                   on 2001/05/28  15:26:39
13693         Log: Test case for bug 20010526.004, fixed in #10252.
13694      Branch: perl
13695            ! t/op/taint.t
13696 ____________________________________________________________________________
13697 [ 10252] By: jhi                                   on 2001/05/28  15:26:14
13698         Log: Subject: Re: [ID 20010526.004] Taint looses value
13699              From: Hugo <hv@crypt.compulink.co.uk>
13700              Date: Sun, 27 May 2001 20:39:32 +0100
13701              Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
13702      Branch: perl
13703            ! sv.c
13704 ____________________________________________________________________________
13705 [ 10251] By: jhi                                   on 2001/05/28  15:13:40
13706         Log: Test case for 20010422.005, fixed by #10250.
13707      Branch: perl
13708            ! t/op/misc.t
13709 ____________________________________________________________________________
13710 [ 10250] By: jhi                                   on 2001/05/28  15:11:16
13711         Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD 
13712              From: Spider Boardman <spider@Orb.Nashua.NH.US>
13713              Date: Mon, 28 May 2001 06:39:12 -0400
13714              Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
13715      Branch: perl
13716            ! toke.c
13717 ____________________________________________________________________________
13718 [ 10249] By: jhi                                   on 2001/05/28  15:09:24
13719         Log: Linerewrapping.
13720      Branch: perl
13721            ! lib/open.pm
13722 ____________________________________________________________________________
13723 [ 10248] By: jhi                                   on 2001/05/28  15:09:07
13724         Log: Updates on the modules list.
13725      Branch: perl
13726            ! t/lib/1_compile.t
13727 ____________________________________________________________________________
13728 [ 10247] By: jhi                                   on 2001/05/28  15:03:35
13729         Log: Add a test for PerlIO.
13730              
13731              (I probably got the crlf/raw thing wrong for clrfy platforms...)
13732      Branch: perl
13733            + t/lib/perlio.t
13734            ! MANIFEST lib/PerlIO.pm
13735 ____________________________________________________________________________
13736 [ 10246] By: jhi                                   on 2001/05/28  14:24:08
13737         Log: Add a test for carp et alia.
13738      Branch: perl
13739            + t/lib/carp.t
13740            ! MANIFEST
13741 ____________________________________________________________________________
13742 [ 10245] By: jhi                                   on 2001/05/28  13:42:55
13743         Log: Adding the new test would be swell.
13744      Branch: perl
13745            + t/pragma/autouse.t
13746 ____________________________________________________________________________
13747 [ 10244] By: jhi                                   on 2001/05/28  13:42:34
13748         Log: Add a test for the autouse pragma.
13749      Branch: perl
13750            ! MANIFEST
13751 ____________________________________________________________________________
13752 [ 10243] By: jhi                                   on 2001/05/28  13:26:25
13753         Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
13754              From: dLux <dlux@spam.sch.bme.hu>
13755              Date: Sun, 27 May 2001 16:14:26 +0200
13756              Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
13757      Branch: perl
13758            ! lib/autouse.pm
13759 ____________________________________________________________________________
13760 [ 10242] By: jhi                                   on 2001/05/28  13:21:50
13761         Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
13762              From: "Richard Soderberg" <rs@crystalflame.net>
13763              Date: Mon, 28 May 2001 03:56:36 -0700
13764              Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
13765      Branch: perl
13766            ! utils/dprofpp.PL
13767 ____________________________________________________________________________
13768 [ 10241] By: jhi                                   on 2001/05/28  13:18:56
13769         Log: Subject: Re: [ID 20010522.003] Time::Local module bug
13770              From: "Stephen P. Potter" <spp@spotter.yi.org>
13771              Date: Tue, 22 May 2001 11:40:25 -0400
13772              Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
13773              
13774              Subject: Re: [ID 20010522.003] Time::Local module bug
13775              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 
13776              Date: Tue, 22 May 2001 11:50:19 -0400
13777              Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
13778      Branch: perl
13779            ! lib/Time/Local.pm
13780 ____________________________________________________________________________
13781 [ 10240] By: jhi                                   on 2001/05/27  22:44:49
13782         Log: The PERL_DL_NONLAZY can have whitespace in front.
13783      Branch: perl
13784            ! t/lib/extutils.t
13785 ____________________________________________________________________________
13786 [ 10239] By: jhi                                   on 2001/05/27  21:23:21
13787         Log: Document strftime() and strptime().
13788      Branch: perl
13789            ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
13790 ____________________________________________________________________________
13791 [ 10238] By: jhi                                   on 2001/05/27  20:29:07
13792         Log: Make Time::Piece::strptime() to be a function, not a method.
13793      Branch: perl
13794            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
13795 ____________________________________________________________________________
13796 [ 10237] By: jhi                                   on 2001/05/27  20:22:09
13797         Log: Tweak the test to be more portable.
13798      Branch: perl
13799            ! t/lib/extutils.t
13800 ____________________________________________________________________________
13801 [ 10236] By: jhi                                   on 2001/05/27  19:15:54
13802         Log: Subject: PATCH: Re: Re: Attributes that tie
13803              From: Leon Brocard <acme@astray.com>
13804              Date: Sun, 27 May 2001 12:37:29 +0100
13805              Message-ID: <20010527123729.A22663@ns0.astray.com>
13806              
13807              Document that variable attributes are not currently usable
13808              for tieing.  (An ugly limitation that should be fixed.)
13809      Branch: perl
13810            ! lib/attributes.pm
13811 ____________________________________________________________________________
13812 [ 10235] By: jhi                                   on 2001/05/27  19:03:31
13813         Log: Microperl tweaks.
13814      Branch: perl
13815            ! Makefile.micro uconfig.h uconfig.sh
13816 ____________________________________________________________________________
13817 [ 10234] By: jhi                                   on 2001/05/27  18:22:09
13818         Log: Add make target for microperl (kind of silly, but convenient).
13819      Branch: perl
13820            ! Makefile.SH
13821 ____________________________________________________________________________
13822 [ 10233] By: jhi                                   on 2001/05/27  18:18:56
13823         Log: O_APPEND and O_TRUNC are not portable.  (Not available e.g.
13824              for microperl.)
13825      Branch: perl
13826            ! doio.c
13827 ____________________________________________________________________________
13828 [ 10232] By: jhi                                   on 2001/05/27  17:57:18
13829         Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files  
13830              From: rspier@pobox.com (Robert Spier)
13831              Date: Sat, 26 May 2001 20:05:23 -0400
13832              Message-ID: <15120.17603.148648.12430@rls.cx>
13833              
13834              Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
13835              From: rspier@pobox.com (Robert Spier)
13836              Date: Sun, 27 May 2001 00:23:12 -0400
13837              Message-ID: <15120.33072.511966.767230@rls.cx>
13838      Branch: perl
13839            ! doio.c pod/perlfunc.pod
13840 ____________________________________________________________________________
13841 [ 10231] By: jhi                                   on 2001/05/27  15:45:20
13842         Log: Regen toc.  (And add the README.tru64 from #10230 to MANIFEST.)
13843      Branch: perl
13844            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
13845 ____________________________________________________________________________
13846 [ 10230] By: jhi                                   on 2001/05/27  15:41:06
13847         Log: Add README.tru64.
13848      Branch: perl
13849            + README.tru64
13850 ____________________________________________________________________________
13851 [ 10229] By: jhi                                   on 2001/05/27  13:50:57
13852         Log: Integrate Locale::Maketext 1.01 from Sean Burke.
13853      Branch: perl
13854            + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
13855            + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
13856            ! MANIFEST
13857 ____________________________________________________________________________
13858 [ 10228] By: jhi                                   on 2001/05/27  13:43:38
13859         Log: Integrate I18N::LangTags from Sean Burke.
13860              
13861              TODO: the language list from RFC 3066 needs to be integrated
13862              and made available somehow.  The list is included in the
13863              I18N-LangTags 0.21 distribution, but it is undocumented
13864              and unconnected to the module.
13865      Branch: perl
13866            + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
13867            ! MANIFEST
13868 ____________________________________________________________________________
13869 [ 10227] By: jhi                                   on 2001/05/27  01:41:33
13870         Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
13871              envisioned by Sarathy.
13872      Branch: perl
13873            ! t/op/ver.t toke.c
13874 ____________________________________________________________________________
13875 [ 10226] By: jhi                                   on 2001/05/27  00:28:34
13876         Log: Subject: [ID 20010525.001] Pod typo nits fixed
13877              From: lvirden@cas.org
13878              Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
13879              Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
13880              
13881              minus the perlsolaris decimation plus the
13882              
13883              Subject: Re: [ID 20010525.001] Pod typo nits fixed
13884              From: "Philip Newton" <Philip.Newton@gmx.net>
13885              Date: Fri, 25 May 2001 18:05:55 +0200
13886              Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
13887      Branch: perl
13888            ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
13889            ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
13890            ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
13891            ! pod/perlutil.pod pod/perlxstut.pod
13892 ____________________________________________________________________________
13893 [ 10225] By: jhi                                   on 2001/05/26  22:38:16
13894         Log: return clauses are nice.
13895      Branch: perl
13896            ! sv.c
13897 ____________________________________________________________________________
13898 [ 10224] By: jhi                                   on 2001/05/26  22:35:31
13899         Log: Subject: change 10199 backwards?
13900              From: Doug MacEachern <dougm@covalent.net>
13901              Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
13902              Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
13903      Branch: perl
13904            ! sv.c
13905 ____________________________________________________________________________
13906 [ 10223] By: jhi                                   on 2001/05/26  22:31:46
13907         Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
13908              From: Hugo <hv@crypt.compulink.co.uk>
13909              Date: Sat, 26 May 2001 17:05:12 +0100
13910              Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
13911      Branch: perl
13912            + t/op/gmagic.t
13913            ! MANIFEST doop.c embed.h embed.pl global.sym
13914            ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
13915            ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
13916 ____________________________________________________________________________
13917 [ 10222] By: jhi                                   on 2001/05/26  22:10:38
13918         Log: Regen headers for #10221.
13919      Branch: perl
13920            ! global.sym objXSUB.h perlapi.c
13921 ____________________________________________________________________________
13922 [ 10221] By: jhi                                   on 2001/05/26  22:06:06
13923         Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
13924              From: Juha Laiho <juha.laiho@Elma.Net>
13925              Date: Thu, 3 May 2001 09:51:30 +0300
13926              Message-Id: <200105030651.JAA327254@tokka.elma.fi>
13927      Branch: perl
13928            ! embed.pl
13929 ____________________________________________________________________________
13930 [ 10220] By: jhi                                   on 2001/05/26  22:01:30
13931         Log: Subject: Re: [PATCH] Re: stability of sort()?
13932              From: "John P. Linderman" <jpl@research.att.com>
13933              Date: Sat, 26 May 2001 13:27:19 -0400
13934              Message-Id: <200105261727.NAA06654@raptor.research.att.com>
13935      Branch: perl
13936            ! pod/perlfunc.pod
13937 ____________________________________________________________________________
13938 [ 10219] By: jhi                                   on 2001/05/26  14:02:34
13939         Log: Integrate perlio.
13940      Branch: perl
13941           !> pod/perlguts.pod
13942 ____________________________________________________________________________
13943 [ 10218] By: jhi                                   on 2001/05/26  13:39:52
13944         Log: Subject: [PATCH perl@10210] PerlIO for VMS
13945              From: "Craig A. Berry" <craigberry@mac.com>
13946              Date: Sat, 26 May 2001 09:34:11 -0500
13947              Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
13948      Branch: perl
13949            ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
13950            ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
13951            ! vms/vmsish.h
13952 ____________________________________________________________________________
13953 [ 10217] By: jhi                                   on 2001/05/26  13:19:05
13954         Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12  doesn't stop on breakpoints
13955              From: David Dyck <dcd@tc.fluke.com>
13956              Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
13957              Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
13958      Branch: perl
13959            ! lib/perl5db.pl
13960 ____________________________________________________________________________
13961 [ 10216] By: jhi                                   on 2001/05/26  13:17:47
13962         Log: Subject: utf8 regexp tests
13963              From: Hugo <hv@crypt.compulink.co.uk>
13964              Date: Fri, 25 May 2001 22:35:01 +0100
13965              Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
13966      Branch: perl
13967            ! t/op/regexp.t
13968 ____________________________________________________________________________
13969 [ 10215] By: jhi                                   on 2001/05/26  13:15:40
13970         Log: Subject: [PATCH] Re: stability of sort()?
13971              From: Nicholas Clark <nick@ccl4.org>
13972              Date: Fri, 25 May 2001 22:40:19 +0100
13973              Message-ID: <20010525224019.B86445@plum.flirble.org>
13974      Branch: perl
13975            ! pod/perlfunc.pod
13976 ____________________________________________________________________________
13977 [ 10214] By: jhi                                   on 2001/05/26  13:14:30
13978         Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
13979              From: John Peacock <jpeacock@rowman.com>
13980              Date: Thu, 24 May 2001 22:14:01 -0400
13981              Message-ID: <3B0DBFE9.A7C49084@rowman.com>
13982      Branch: perl
13983            ! mg.c scope.c sv.c
13984 ____________________________________________________________________________
13985 [ 10213] By: jhi                                   on 2001/05/26  13:08:56
13986         Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
13987              From: Nicholas Clark <nick@ccl4.org>
13988              Date: Sun, 20 May 2001 19:24:13 +0100
13989              Message-ID: <20010520192413.G83222@plum.flirble.org>
13990      Branch: perl
13991            + lib/ExtUtils/Constant.pm t/lib/extutils.t
13992            ! MANIFEST utils/h2xs.PL
13993 ____________________________________________________________________________
13994 [ 10212] By: nick                                  on 2001/05/26  09:49:28
13995         Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
13996              add a few more notes there on use of mortals on the stack.
13997      Branch: perlio
13998            ! pod/perlguts.pod
13999 ____________________________________________________________________________
14000 [ 10211] By: nick                                  on 2001/05/26  09:05:36
14001         Log: Integrate mainline
14002      Branch: perlio
14003           +> t/lib/fcntl.t t/pragma/vars.t
14004           !> (integrate 49 files)
14005 ____________________________________________________________________________
14006 [ 10210] By: jhi                                   on 2001/05/25  12:29:16
14007         Log: Update Changes.
14008      Branch: perl
14009            ! Changes patchlevel.h
14010 ____________________________________________________________________________
14011 [ 10209] By: jhi                                   on 2001/05/25  12:24:45
14012         Log: Based on
14013              
14014              Subject: [PATCH pp.c] Wrapping pack("C",256)
14015              From: Simon Cozens <simon@netthink.co.uk>
14016              Date: Sat, 12 May 2001 17:58:41 +0100
14017              Message-ID: <20010512175841.A6132@netthink.co.uk>
14018      Branch: perl
14019            ! pod/perldiag.pod pp.c t/pragma/warn/pp
14020 ____________________________________________________________________________
14021 [ 10208] By: jhi                                   on 2001/05/25  01:37:03
14022         Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
14023              From: "Brendan O'Dea" <bod@compusol.com.au>
14024              Date: Fri, 25 May 2001 11:18:29 +1000
14025              Message-ID: <20010525111829.A28411@compusol.com.au>
14026              
14027              (Slightly modified.)
14028      Branch: perl
14029            ! lib/Term/Cap.pm
14030 ____________________________________________________________________________
14031 [ 10207] By: jhi                                   on 2001/05/25  01:12:14
14032         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string 
14033              From: Hugo <hv@crypt.compulink.co.uk>
14034              Date: Fri, 25 May 2001 02:13:25 +0100
14035              Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
14036      Branch: perl
14037            ! t/op/misc.t
14038 ____________________________________________________________________________
14039 [ 10206] By: jhi                                   on 2001/05/25  01:07:59
14040         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
14041              From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
14042              Date: Fri, 25 May 2001 10:25:36 +0900
14043              Message-Id: <200105250124.KAA19571@toshiba.co.jp> 
14044      Branch: perl
14045            ! regcomp.c regexec.c
14046 ____________________________________________________________________________
14047 [ 10205] By: jhi                                   on 2001/05/25  01:07:00
14048         Log: Subject: [PATCH #2] stash autovivification and method call error messages
14049              From: Ilmari Karonen <iltzu@sci.fi>
14050              Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
14051              Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
14052      Branch: perl
14053            ! gv.c pp_hot.c t/op/method.t
14054 ____________________________________________________________________________
14055 [ 10204] By: jhi                                   on 2001/05/25  01:03:50
14056         Log: Add make target and documentation for gprof profiling.
14057      Branch: perl
14058            ! Makefile.SH pod/perlhack.pod
14059 ____________________________________________________________________________
14060 [ 10203] By: jhi                                   on 2001/05/24  21:09:36
14061         Log: Subject: Don't think about UTF8 
14062              From: Mike Guy <mjtg@cam.ac.uk> 
14063              Date: Tue, 22 May 2001 14:35:39 +0100
14064              Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
14065      Branch: perl
14066            ! sv.h
14067 ____________________________________________________________________________
14068 [ 10202] By: jhi                                   on 2001/05/24  21:07:25
14069         Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
14070              From: Geraint A Edwards <gedge@serf.org> 
14071              Date: Thu, 24 May 2001 22:51:24 +0100
14072              Message-Id: <20010524225124.A34981@cymru.serf.org>
14073      Branch: perl
14074            ! x2p/find2perl.PL
14075 ____________________________________________________________________________
14076 [ 10201] By: jhi                                   on 2001/05/24  21:02:30
14077         Log: DB_File has its own attribute story.
14078      Branch: perl
14079            ! ext/DB_File/DB_File.xs
14080 ____________________________________________________________________________
14081 [ 10200] By: jhi                                   on 2001/05/24  19:54:21
14082         Log: Subject: Re: Making perl with -Wall
14083              From: Andy Dougherty <doughera@lafayette.edu>
14084              Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
14085              Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
14086      Branch: perl
14087            ! perl.h
14088 ____________________________________________________________________________
14089 [ 10199] By: jhi                                   on 2001/05/24  15:15:03
14090         Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
14091              From: "Richard Soderberg" <rs@crystalflame.net>
14092              Date: Thu, 24 May 2001 08:58:16 -0700
14093              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
14094      Branch: perl
14095            ! sv.c
14096 ____________________________________________________________________________
14097 [ 10198] By: jhi                                   on 2001/05/24  15:10:04
14098         Log: IV/UV casting fixes from Nicholas Clark.
14099      Branch: perl
14100            ! perl.h pp_sys.c util.c
14101 ____________________________________________________________________________
14102 [ 10197] By: jhi                                   on 2001/05/24  14:19:44
14103         Log: Subject: Re: Making perl with -Wall
14104              From: Michael G Schwern <schwern@pobox.com>
14105              Date: Thu, 24 May 2001 15:40:28 +0100
14106              Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
14107      Branch: perl
14108            ! malloc.c perl.h
14109 ____________________________________________________________________________
14110 [ 10196] By: jhi                                   on 2001/05/24  14:04:41
14111         Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync 
14112              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14113              Date: Tue, 22 May 2001 11:49:37 +0200
14114              Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
14115      Branch: metaconfig
14116            ! U/modified/Oldsym.U
14117      Branch: metaconfig/U/perl
14118            ! patchlevel.U
14119      Branch: perl
14120            ! Configure config_h.SH myconfig.SH
14121 ____________________________________________________________________________
14122 [ 10195] By: jhi                                   on 2001/05/24  13:25:04
14123         Log: Under versiononly install also the scripts with the version suffix.
14124              (e.g. .../bin/h2xs5.7.1)
14125      Branch: perl
14126            ! installperl
14127 ____________________________________________________________________________
14128 [ 10194] By: jhi                                   on 2001/05/24  13:02:49
14129         Log: Subject: [PATCH] Stop segfault in mg.c:636
14130              From: "Richard Soderberg" <rs@crystalflame.net>
14131              Date: Thu, 24 May 2001 05:51:52 -0700
14132              Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
14133      Branch: perl
14134            ! mg.c
14135 ____________________________________________________________________________
14136 [ 10193] By: jhi                                   on 2001/05/24  12:37:13
14137         Log: Iteration continues; hopefully convergently.
14138      Branch: perl
14139            ! t/lib/b-stash.t
14140 ____________________________________________________________________________
14141 [ 10192] By: jhi                                   on 2001/05/24  12:36:35
14142         Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
14143              From: Gisle Aas <gisle@ActiveState.com>
14144              Date: 23 May 2001 16:13:10 -0700
14145              Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
14146      Branch: perl
14147            ! op.c toke.c
14148 ____________________________________________________________________________
14149 [ 10191] By: jhi                                   on 2001/05/24  12:25:12
14150         Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
14151              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
14152              Date: Thu, 24 May 2001 05:05:22 -0500
14153              Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
14154      Branch: perl
14155            ! lib/dumpvar.pl lib/perl5db.pl
14156 ____________________________________________________________________________
14157 [ 10190] By: jhi                                   on 2001/05/24  12:24:07
14158         Log: Subject: Re: [ID 20010524.001] perl5db.pl   x @INC  doesn't work like it used to
14159              From: David Dyck <dcd@tc.fluke.com>
14160              Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
14161              Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
14162      Branch: perl
14163            ! lib/perl5db.pl
14164 ____________________________________________________________________________
14165 [ 10189] By: jhi                                   on 2001/05/23  22:43:31
14166         Log: Tiny pod nits on READMEs, mostly whitespace issues.
14167      Branch: perl
14168            ! README.amiga README.dos README.macos README.mpeix README.vmesa
14169            ! README.win32
14170 ____________________________________________________________________________
14171 [ 10188] By: jhi                                   on 2001/05/23  22:26:03
14172         Log: The DG/UX part of the 20010521.005.
14173      Branch: perl
14174            ! README.dgux
14175 ____________________________________________________________________________
14176 [ 10187] By: jhi                                   on 2001/05/23  22:04:05
14177         Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems 
14178              From: Hugo <hv@crypt.compulink.co.uk>
14179              Date: Mon, 21 May 2001 16:32:02 +0100
14180              Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
14181      Branch: perl
14182            ! regcomp.c t/op/misc.t
14183 ____________________________________________________________________________
14184 [ 10186] By: jhi                                   on 2001/05/23  21:42:15
14185         Log: Subject: [PATCH] Extra UNIVERSAL tests
14186              From: Mike Guy <mjtg@cam.ac.uk>
14187              Date: Wed, 23 May 2001 12:29:20 +0100
14188              Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
14189      Branch: perl
14190            ! t/op/universal.t
14191 ____________________________________________________________________________
14192 [ 10185] By: jhi                                   on 2001/05/23  21:38:48
14193         Log: Subject: [PATCH] Remove EQ keyword
14194              From: Mike Guy <mjtg@cam.ac.uk>
14195              Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
14196              Date: Wed, 23 May 2001 11:17:29 +0100
14197      Branch: perl
14198            ! keywords.h keywords.pl
14199 ____________________________________________________________________________
14200 [ 10184] By: jhi                                   on 2001/05/23  21:29:41
14201         Log: Subject: [PATCH] lib/perl5db.pl
14202              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
14203              Date: Wed, 23 May 2001 02:18:03 -0500
14204              Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
14205      Branch: perl
14206            ! lib/perl5db.pl
14207 ____________________________________________________________________________
14208 [ 10183] By: jhi                                   on 2001/05/23  21:27:54
14209         Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
14210              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
14211              Date: Tue, 22 May 2001 23:34:41 -0500
14212              Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
14213      Branch: perl
14214            ! lib/Term/Cap.pm
14215 ____________________________________________________________________________
14216 [ 10182] By: jhi                                   on 2001/05/23  21:24:30
14217         Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
14218              From: davem@fdgroup.co.uk
14219              Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
14220              Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
14221      Branch: perl
14222            ! emacs/e2ctags.pl
14223 ____________________________________________________________________________
14224 [ 10181] By: jhi                                   on 2001/05/23  21:23:29
14225         Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
14226              From: Michael G Schwern <schwern@pobox.com>
14227              Date: Tue, 22 May 2001 14:15:09 +0100
14228              Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
14229      Branch: perl
14230            ! lib/vars.pm
14231 ____________________________________________________________________________
14232 [ 10180] By: jhi                                   on 2001/05/23  21:22:14
14233         Log: Subject: [PATCH lib/vars.pm] Odd code nit
14234              From: Michael G Schwern <schwern@pobox.com>
14235              Date: Tue, 22 May 2001 14:14:28 +0100
14236              Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
14237      Branch: perl
14238            ! lib/vars.pm
14239 ____________________________________________________________________________
14240 [ 10179] By: jhi                                   on 2001/05/23  21:19:51
14241         Log: Use the new use vars feature.
14242      Branch: perl
14243            ! t/lib/b-stash.t
14244 ____________________________________________________________________________
14245 [ 10178] By: jhi                                   on 2001/05/23  21:19:28
14246         Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
14247              From: Mike Guy <mjtg@cam.ac.uk>
14248              Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
14249              Date: Tue, 22 May 2001 13:11:39 +0100
14250      Branch: perl
14251            + t/pragma/vars.t
14252            ! MANIFEST lib/vars.pm t/lib/1_compile.t
14253 ____________________________________________________________________________
14254 [ 10177] By: jhi                                   on 2001/05/23  21:01:48
14255         Log: -qlongdouble considered harmful by Merijn.
14256      Branch: perl
14257            ! hints/aix.sh
14258 ____________________________________________________________________________
14259 [ 10176] By: jhi                                   on 2001/05/21  13:21:21
14260         Log: Update Changes.
14261      Branch: perl
14262            ! Changes patchlevel.h
14263 ____________________________________________________________________________
14264 [ 10175] By: jhi                                   on 2001/05/21  13:17:28
14265         Log: Add a test of its very own for Fcntl.  Hopefully portable.
14266      Branch: perl
14267            + t/lib/fcntl.t
14268            ! MANIFEST
14269 ____________________________________________________________________________
14270 [ 10174] By: jhi                                   on 2001/05/21  12:45:41
14271         Log: Must be trickier for 'minitest' not to die.
14272      Branch: perl
14273            ! t/op/taint.t
14274 ____________________________________________________________________________
14275 [ 10173] By: jhi                                   on 2001/05/21  11:24:43
14276         Log: Can't declare other people's variables.
14277      Branch: perl
14278            ! t/lib/b-stash.t
14279 ____________________________________________________________________________
14280 [ 10172] By: jhi                                   on 2001/05/20  20:33:08
14281         Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
14282      Branch: perl
14283            ! doio.c t/op/taint.t
14284 ____________________________________________________________________________
14285 [ 10171] By: jhi                                   on 2001/05/20  20:18:45
14286         Log: The OS/2 variable needs to be declared.
14287      Branch: perl
14288            ! t/lib/b-stash.t
14289 ____________________________________________________________________________
14290 [ 10170] By: nick                                  on 2001/05/20  16:48:29
14291         Log: Integrate mainline
14292      Branch: perlio
14293           !> (integrate 41 files)
14294 ____________________________________________________________________________
14295 [ 10169] By: jhi                                   on 2001/05/20  11:50:20
14296         Log: Small perlsec updates: clarify the taintedness of filename
14297              globbing; suggest using Scalar::Util::tainted().
14298      Branch: perl
14299            ! pod/perlsec.pod
14300 ____________________________________________________________________________
14301 [ 10168] By: jhi                                   on 2001/05/20  11:24:11
14302         Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
14303              From: Dave Mitchell <davem@fdgroup.co.uk>
14304              Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
14305              Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
14306      Branch: perl
14307            ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
14308            ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
14309            ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
14310            ! xsutils.c
14311 ____________________________________________________________________________
14312 [ 10167] By: jhi                                   on 2001/05/20  11:12:14
14313         Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
14314              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14315              Date: Sat, 19 May 2001 04:08:46 -0400
14316              Message-ID: <20010519040846.A16969@math.ohio-state.edu>
14317      Branch: perl
14318            ! lib/ExtUtils/Mksymlists.pm makedef.pl
14319 ____________________________________________________________________________
14320 [ 10166] By: jhi                                   on 2001/05/20  11:08:27
14321         Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
14322              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14323              Date: Sat, 19 May 2001 04:30:45 -0400
14324              Message-ID: <20010519043045.A17033@math.ohio-state.edu>
14325      Branch: perl
14326            ! os2/os2.c
14327 ____________________________________________________________________________
14328 [ 10165] By: jhi                                   on 2001/05/20  11:07:06
14329         Log: Subject: [PATCH 5.6.1] build bugs OS/2
14330              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14331              Date: Sat, 19 May 2001 04:35:28 -0400
14332              Message-ID: <20010519043528.A17363@math.ohio-state.edu>
14333      Branch: perl
14334            ! os2/Makefile.SHs os2/os2.c
14335 ____________________________________________________________________________
14336 [ 10164] By: jhi                                   on 2001/05/20  11:06:01
14337         Log: Subject: [PATCH 5.6.1] Mis-Failing tests
14338              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14339              Date: Sat, 19 May 2001 04:04:23 -0400
14340              Message-ID: <20010519040423.A16861@math.ohio-state.edu>
14341              
14342              (In bleadperl patched b-stash.t instead of b.t)
14343      Branch: perl
14344            ! t/lib/b-stash.t t/lib/bigfltpm.t
14345 ____________________________________________________________________________
14346 [ 10163] By: jhi                                   on 2001/05/20  10:59:46
14347         Log: Subject: [PATCH 5.6.1] perl5db
14348              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14349              Date: Sat, 19 May 2001 03:49:09 -0400
14350              Message-ID: <20010519034909.A14902@math.ohio-state.edu>
14351      Branch: perl
14352            ! lib/perl5db.pl
14353 ____________________________________________________________________________
14354 [ 10162] By: jhi                                   on 2001/05/20  10:58:18
14355         Log: Subject: [PATCH] require $mod where $mod has touched numeric context
14356              From: Gisle Aas <gisle@ActiveState.com>
14357              Date: 18 May 2001 14:24:51 -0700
14358              Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
14359      Branch: perl
14360            ! pp_ctl.c
14361 ____________________________________________________________________________
14362 [ 10161] By: jhi                                   on 2001/05/20  10:57:00
14363         Log: Subject: [PATCH] Chomp should not always stringify
14364              From: Gisle Aas <gisle@ActiveState.com>
14365              Date: 18 May 2001 07:55:25 -0700
14366              Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
14367      Branch: perl
14368            ! doop.c t/op/chop.t
14369 ____________________________________________________________________________
14370 [ 10160] By: jhi                                   on 2001/05/20  10:49:40
14371         Log: Integrate perlio.
14372      Branch: perl
14373           !> pod/perlfunc.pod
14374 ____________________________________________________________________________
14375 [ 10159] By: nick                                  on 2001/05/20  09:39:46
14376         Log: Document some more of open's features.
14377      Branch: perlio
14378            ! pod/perlfunc.pod
14379 ____________________________________________________________________________
14380 [ 10158] By: gsar                                  on 2001/05/18  18:43:38
14381         Log: back out change#10153 (it has compatibility issues such as the
14382              changed behavior of /[~%@+-]/, and after talking to Jarkko, the
14383              benefit for 5.6.x doesn't seem worth the risk)
14384      Branch: maint-5.6/perl
14385            ! toke.c
14386 ____________________________________________________________________________
14387 [ 10157] By: jhi                                   on 2001/05/18  17:05:40
14388         Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
14389      Branch: perl
14390            ! x2p/s2p.PL
14391 ____________________________________________________________________________
14392 [ 10156] By: jhi                                   on 2001/05/18  12:06:40
14393         Log: Update Changes.
14394      Branch: perl
14395            ! Changes patchlevel.h
14396 ____________________________________________________________________________
14397 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
14398         Log: Integrate change #10144 from maintperl.
14399              
14400              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
14401      Branch: perl
14402           !> win32/config.bc win32/config.gc win32/config.vc
14403           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
14404 ____________________________________________________________________________
14405 [ 10154] By: nick                                  on 2001/05/18  07:23:03
14406         Log: Integrate mainline.
14407      Branch: perlio
14408           +> README.dgux t/lib/i18n-collate.t utils.lst
14409           !> (integrate 49 files)
14410 ____________________________________________________________________________
14411 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
14412         Log: Integrate change #7224 from mainline into maintperl.
14413              
14414              Allow @+ and @- to be doublequoted, from Simon Cozens. 
14415              (Approved by Larry, see Tom's comment in 20000830.005.)
14416      Branch: maint-5.6/perl
14417           !> toke.c
14418 ____________________________________________________________________________
14419 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
14420         Log: Subject: [PATCH bleadperl] small lookbehind fix
14421              From: Hugo <hv@crypt.compulink.co.uk>
14422              Date: Fri, 18 May 2001 00:07:19 +0100
14423              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
14424      Branch: perl
14425            ! regexec.c
14426 ____________________________________________________________________________
14427 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
14428         Log: Detypos.
14429      Branch: perl
14430            ! installman utils.lst
14431 ____________________________________________________________________________
14432 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
14433         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
14434              in 20001222.001.
14435      Branch: perl
14436            ! t/lib/glob-basic.t
14437 ____________________________________________________________________________
14438 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
14439         Log: Subject: [PATCH] Test for bug 20010515.004
14440              From: Benjamin Sugars <bsugars@canoe.ca>
14441              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
14442              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
14443      Branch: perl
14444            ! t/op/misc.t
14445 ____________________________________________________________________________
14446 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
14447         Log: Integrate #10145 from maintperl.
14448              
14449              fix for ID 20010515.004 (needs test)
14450      Branch: perl
14451           !> pp_hot.c
14452 ____________________________________________________________________________
14453 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
14454         Log: Thinko noticed by Doug MacEachern.
14455      Branch: perl
14456            ! thread.h
14457 ____________________________________________________________________________
14458 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
14459         Log: Subject: Re: [PATCH] HERE mark in regex
14460              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
14461              Date: Thu, 17 May 2001 12:20:33 -0400
14462              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
14463      Branch: perl
14464            ! t/op/re_tests
14465 ____________________________________________________________________________
14466 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
14467         Log: fix for ID 20010515.004 (needs test)
14468      Branch: maint-5.6/perl
14469            ! pp_hot.c
14470 ____________________________________________________________________________
14471 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
14472         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
14473      Branch: maint-5.6/perl
14474            ! win32/config.bc win32/config.gc win32/config.vc
14475            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
14476 ____________________________________________________________________________
14477 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
14478         Log: Macrofy the getspecific (and use it also in util.c)
14479      Branch: perl
14480            ! thread.h util.c
14481 ____________________________________________________________________________
14482 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
14483         Log: Use the unchecked thread-specific key fetch also in Tru64.
14484      Branch: perl
14485            ! thread.h
14486 ____________________________________________________________________________
14487 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
14488         Log: Subject: [PATCH 5.6.1]Quick thread speedup
14489              From: Dan Sugalski <dan@sidhe.org> 
14490              Date: Wed, 16 May 2001 18:05:19 -0400
14491              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
14492      Branch: perl
14493            ! thread.h util.c
14494 ____________________________________________________________________________
14495 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
14496         Log: I think this is quite enough testing for a deprecated feature.
14497      Branch: perl
14498            + t/lib/i18n-collate.t
14499            ! MANIFEST t/lib/1_compile.t
14500 ____________________________________________________________________________
14501 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
14502         Log: More HP-UX lore from Jeff Okamoto.
14503      Branch: perl
14504            ! README.hpux
14505 ____________________________________________________________________________
14506 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
14507         Log: Sort utils.lst for easier maintenance.
14508      Branch: perl
14509            ! utils.lst
14510 ____________________________________________________________________________
14511 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
14512         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
14513              From: Tim Jenness <t.jenness@jach.hawaii.edu>
14514              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
14515              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
14516              
14517              Add pod2latex to utils.lst.
14518      Branch: perl
14519            ! MANIFEST utils.lst
14520 ____________________________________________________________________________
14521 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
14522         Log: Subject: Re: [PATCH] HERE mark in regex
14523              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
14524              Date: Wed, 16 May 2001 13:04:43 -0400
14525              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
14526      Branch: perl
14527            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
14528            ! t/op/regmesg.t t/pragma/warn/regcomp
14529 ____________________________________________________________________________
14530 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
14531         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
14532              From: Simon Cozens <simon@netthink.co.uk>
14533              Date: Wed, 16 May 2001 18:02:08 +0100
14534              Message-ID: <20010516180208.A6458@netthink.co.uk>
14535      Branch: perl
14536            ! installman utils.lst
14537 ____________________________________________________________________________
14538 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
14539         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
14540              From: "Philip Newton" <pnewton@gmx.de>
14541              Date: Tue, 15 May 2001 15:09:30 +0200
14542              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
14543              
14544              Test case for #10128.
14545      Branch: perl
14546            ! t/pragma/warn/pp_hot
14547 ____________________________________________________________________________
14548 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
14549         Log: Update Changes.
14550      Branch: perl
14551            ! Changes patchlevel.h
14552 ____________________________________________________________________________
14553 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
14554         Log: Deprecate pseudo-hashes.
14555      Branch: perl
14556            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
14557 ____________________________________________________________________________
14558 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
14559         Log: HP-UX hints update from Merijn.
14560      Branch: perl
14561            ! hints/hpux.sh
14562 ____________________________________________________________________________
14563 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
14564         Log: README.hpux update from Merijn.
14565      Branch: perl
14566            ! README.hpux
14567 ____________________________________________________________________________
14568 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
14569         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
14570              From: Simon Cozens <simon@netthink.co.uk>
14571              Date: Wed, 16 May 2001 15:57:55 +0100
14572              Message-ID: <20010516155755.A4728@netthink.co.uk>
14573      Branch: perl
14574            + utils.lst
14575            ! MANIFEST installman installperl
14576 ____________________________________________________________________________
14577 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
14578         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
14579              From: "Philip Newton" <pnewton@gmx.de>
14580              Date: Tue, 15 May 2001 16:31:05 +0200
14581              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
14582              
14583              Fix PERL_Y2KWARN test to check before rather than after appending.
14584      Branch: perl
14585            ! pp_hot.c
14586 ____________________________________________________________________________
14587 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
14588         Log: Regen Porting stuff.
14589      Branch: perl
14590            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14591            ! config_h.SH
14592 ____________________________________________________________________________
14593 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
14594         Log: Metaconfig unit change for #10125.
14595      Branch: metaconfig
14596            ! U/modified/Oldconfig.U
14597 ____________________________________________________________________________
14598 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
14599         Log: Use OSVERS.
14600      Branch: perl
14601            ! Configure config_h.SH perl.c
14602 ____________________________________________________________________________
14603 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
14604         Log: Regen toc.
14605      Branch: perl
14606            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
14607 ____________________________________________________________________________
14608 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
14609         Log: Adding the README.dgux to the MANIFEST would be a good idea.
14610      Branch: perl
14611            ! MANIFEST
14612 ____________________________________________________________________________
14613 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
14614         Log: Move the stack desire definition to thread.h.
14615      Branch: perl
14616            ! ext/Thread/Thread.xs thread.h
14617 ____________________________________________________________________________
14618 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
14619         Log: DG-UX threading patches, including a README.dgux,
14620              from Takis Psarogiannakopoulos.
14621      Branch: perl
14622            + README.dgux
14623            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
14624 ____________________________________________________________________________
14625 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
14626         Log: Subject: [PATCH B::Deparse] More on /x regexes
14627              From: Robin Houston <robin@kitsite.com>
14628              Date: Tue, 15 May 2001 19:09:35 +0100
14629              Message-ID: <20010515190935.A27268@penderel>
14630      Branch: perl
14631            ! ext/B/B/Deparse.pm
14632 ____________________________________________________________________________
14633 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
14634         Log: Document that the core time() may be rounding rather
14635              than truncating, would have saved at least my confusion.
14636      Branch: perl
14637            ! ext/Time/HiRes/HiRes.pm
14638 ____________________________________________________________________________
14639 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
14640         Log: Subject: perl-current/t/time-hires.t
14641              From: John Peacock <jpeacock@rowman.com>
14642              Date: Fri, 11 May 2001 14:09:41 -0400
14643              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
14644      Branch: perl
14645            ! t/lib/time-hires.t
14646 ____________________________________________________________________________
14647 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
14648         Log: Subject: [PATCH dump.c] Op private flags
14649              From: Simon Cozens <simon@netthink.co.uk>
14650              Date: Sun, 13 May 2001 20:20:36 +0100
14651              Message-ID: <20010513202036.A21896@netthink.co.uk>
14652      Branch: perl
14653            ! dump.c
14654 ____________________________________________________________________________
14655 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
14656         Log: Upgrade to Switch 2.03.
14657      Branch: perl
14658            ! lib/Switch.pm
14659 ____________________________________________________________________________
14660 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
14661         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
14662              to PERL_CONFIG_SH and use it consistently.
14663      Branch: maint-5.6/perl
14664           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
14665           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
14666           !> myconfig.SH writemain.SH
14667 ____________________________________________________________________________
14668 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
14669         Log: Metaconfig units changes for #10113.
14670      Branch: metaconfig
14671            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
14672 ____________________________________________________________________________
14673 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
14674         Log: The problem described in 20010514.031 still wasn't
14675              fully cured, there were remnants of $CONFIG when
14676              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
14677              to avoid future conflicts.
14678      Branch: perl
14679            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
14680            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
14681            ! myconfig.SH writemain.SH
14682 ____________________________________________________________________________
14683 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
14684         Log: Half of #10107 got lost.
14685      Branch: perl
14686            ! ext/B/B/Deparse.pm
14687 ____________________________________________________________________________
14688 [ 10111] By: nick                                  on 2001/05/15  08:39:14
14689         Log: Integrate mainline.
14690      Branch: perlio
14691           +> ext/POSIX/hints/uts.pl
14692            - Todo Todo-5.6 t/camel-III/vstring.t
14693           !> (integrate 48 files)
14694 ____________________________________________________________________________
14695 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
14696         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
14697              From: Robin Houston <robin@kitsite.com>
14698              Date: Mon, 14 May 2001 22:27:08 +0100
14699              Message-ID: <20010514222708.A22963@penderel>
14700      Branch: perl
14701            ! t/TestInit.pm
14702 ____________________________________________________________________________
14703 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
14704         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
14705              From: Robin Houston <robin@kitsite.com>
14706              Date: Mon, 14 May 2001 22:16:43 +0100
14707              Message-ID: <20010514221643.A22437@penderel>
14708      Branch: perl
14709            ! ext/B/B/Deparse.pm
14710 ____________________________________________________________________________
14711 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
14712         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
14713              From: Robin Houston <robin@kitsite.com>
14714              Date: Mon, 14 May 2001 22:03:44 +0100
14715              Message-ID: <20010514220344.A20643@penderel>
14716      Branch: perl
14717            ! ext/B/B/Deparse.pm
14718 ____________________________________________________________________________
14719 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
14720         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
14721              From: Robin Houston <robin@kitsite.com>
14722              Date: Mon, 14 May 2001 22:10:07 +0100
14723              Message-ID: <20010514221007.A21118@penderel>
14724      Branch: perl
14725            ! ext/B/B/Deparse.pm
14726 ____________________________________________________________________________
14727 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
14728         Log: Fix for 20010514.037; substr() didn't invalidate the locale
14729              collation magic.
14730      Branch: perl
14731            ! pp.c
14732 ____________________________________________________________________________
14733 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
14734         Log: Update Changes.
14735      Branch: perl
14736            ! Changes patchlevel.h
14737 ____________________________________________________________________________
14738 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
14739         Log: Retract #10094.
14740      Branch: perl
14741            ! lib/Pod/Text.pm
14742 ____________________________________________________________________________
14743 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
14744         Log: Integrate change #10100 from maintperl.
14745              
14746              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
14747              bug ID 20010514.027)
14748      Branch: perl
14749           !> mg.c pp_ctl.c
14750 ____________________________________________________________________________
14751 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
14752         Log: Document the deprecatedness of suidperl.
14753      Branch: perl
14754            ! INSTALL pod/perlfaq1.pod
14755 ____________________________________________________________________________
14756 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
14757         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
14758              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
14759              Date: Mon, 14 May 2001 09:38:59 -0400
14760              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
14761      Branch: perl
14762            ! lib/ExtUtils/MM_Unix.pm
14763 ____________________________________________________________________________
14764 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
14765         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
14766              bug ID 20010514.027)
14767              
14768              TODO: this needs a testsuite addition
14769      Branch: maint-5.6/perl
14770            ! mg.c pp_ctl.c
14771 ____________________________________________________________________________
14772 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
14773         Log: More DWIMminess for Class::Struct: calling the array or hash
14774              accessors only with one argument, an array or a hash reference,
14775              sets the underlying array or hash.  This mirrors nicely also
14776              the usage in the constructor.
14777              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
14778      Branch: perl
14779            ! lib/Class/Struct.pm t/lib/class-struct.t
14780 ____________________________________________________________________________
14781 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
14782         Log: Reference cmp'ing should go through the whole stringification
14783              process shebang, as pointed out by Sarathy in #10091.
14784      Branch: perl
14785            ! pp.c
14786 ____________________________________________________________________________
14787 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
14788         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
14789              From: Simon Cozens <simon@netthink.co.uk>
14790              Date: Sat, 12 May 2001 16:36:27 +0100
14791              Message-ID: <20010512163627.A5522@netthink.co.uk>
14792              
14793              with some additions salvaged from Todo and Todo-5.6 before
14794              retiring them.
14795      Branch: perl
14796            - Todo Todo-5.6
14797            ! MANIFEST pod/perltodo.pod
14798 ____________________________________________________________________________
14799 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
14800         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
14801              From: "Golubev I. N." <gin@mo.msk.ru>
14802              Date: Mon, 07 May 2001 14:33:34 (GMT)
14803              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
14804      Branch: perl
14805            ! perl.h
14806 ____________________________________________________________________________
14807 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
14808         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
14809              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
14810              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
14811              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
14812      Branch: perl
14813            ! lib/ExtUtils/MM_Unix.pm
14814 ____________________________________________________________________________
14815 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
14816         Log: (Retracted by #10104.)
14817              
14818              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
14819              From: barries <barries@slaysys.com>
14820              Date: Sat, 12 May 2001 01:28:10 -0400
14821              Message-ID: <20010512012810.B26358@jester.slaysys.com>
14822      Branch: perl
14823            ! lib/Pod/Text.pm
14824 ____________________________________________________________________________
14825 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
14826         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
14827              From: Mike Guy <mjtg@cam.ac.uk>
14828              Date: Sat, 12 May 2001 19:24:33 +0100
14829              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
14830      Branch: perl
14831            ! lib/AutoSplit.pm
14832 ____________________________________________________________________________
14833 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
14834         Log: Yet another HP-UX hints tweak from Merijn.
14835      Branch: perl
14836            ! hints/hpux.sh
14837 ____________________________________________________________________________
14838 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
14839         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
14840              isn't defined (changes#9366,9368,9370 from mainline without the
14841              pp_scmp() change)
14842      Branch: maint-5.6/perl
14843            ! pp.c pp.h pp_hot.c
14844 ____________________________________________________________________________
14845 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
14846         Log: The sorting seems to happen now automatically.
14847      Branch: perl
14848            ! t/lib/glob-basic.t
14849 ____________________________________________________________________________
14850 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
14851         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
14852              From: Benjamin Sugars <bsugars@canoe.ca>
14853              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
14854              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
14855      Branch: perl
14856            ! pod/perlfunc.pod
14857 ____________________________________________________________________________
14858 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
14859         Log: Subject: Re: undef(&foo) does not work for XS functions
14860              From: Doug MacEachern <dougm@covalent.net>
14861              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
14862              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
14863      Branch: perl
14864            ! op.c
14865 ____________________________________________________________________________
14866 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
14867         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
14868              From: Peter Prymmer <pvhp@forte.com>
14869              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
14870              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
14871      Branch: perl
14872            ! t/op/append.t
14873 ____________________________________________________________________________
14874 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
14875         Log: Update Changes.
14876      Branch: perl
14877            ! Changes patchlevel.h
14878 ____________________________________________________________________________
14879 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
14880         Log: Remove the 'asciir' re subpragma.  Should instead implement
14881              the 'physical vs logical' range scheme:
14882              
14883              \xAA-\xCC is a native physical range, you want that range of
14884              codepoints in your native encoding.  In EBCDIC the codepoints
14885              in the gaps (between i-j and r-s) should be included.
14886              
14887              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
14888              codepoints in Unicode.
14889              
14890              a-z is a logical range, you want that range of 'logical' codepoints
14891              in your native encoding.  In EBCDIC the codepoints in the gaps
14892              (between i-j and r-s) should not be included.
14893              
14894              Mixed cases (a-\xAA, etc) should either be errors, or maybe
14895              the 'logical' endpoints should be converted to native/Unicode
14896              codepoints, and the range handled as a physical range.
14897              
14898              'Logical endpoints' are to be recognized only in the A-Z, a-z,
14899              and 0-9 ranges.  Probably a warning should be given for mixed
14900              cases like A-z or a-9 (since such expressions are encoding
14901              dependent), with a recommendation to use physical ranges.
14902      Branch: perl
14903            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
14904            ! t/op/regexp.t
14905 ____________________________________________________________________________
14906 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
14907         Log: Make the test to cleanup the test directory tree
14908              both before and after the testing so that we always
14909              have a clean slate to work with.
14910      Branch: perl
14911            ! t/lib/filefind.t
14912 ____________________________________________________________________________
14913 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
14914         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
14915              From: Jon Eveland <jweveland@yahoo.com>
14916              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
14917              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
14918      Branch: perl
14919            ! pod/perlfunc.pod
14920 ____________________________________________________________________________
14921 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
14922         Log: Merge the camel-III/vstring.t with op/ver.t.
14923      Branch: perl
14924            - t/camel-III/vstring.t
14925            ! MANIFEST t/TEST t/harness t/op/ver.t
14926 ____________________________________________________________________________
14927 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
14928         Log: Add test.deparse make target.
14929      Branch: perl
14930            ! Makefile.SH
14931 ____________________________________________________________________________
14932 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
14933         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
14934              From: Robin Houston <robin@kitsite.com>
14935              Date: Fri, 11 May 2001 12:02:22 +0100
14936              Message-ID: <20010511120222.A11529@penderel>
14937      Branch: perl
14938            ! ext/B/B/Deparse.pm t/op/method.t
14939 ____________________________________________________________________________
14940 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
14941         Log: A nicely working combination for UTS from Hal Morris.
14942      Branch: perl
14943            + ext/POSIX/hints/uts.pl
14944            ! MANIFEST hints/uts.sh
14945 ____________________________________________________________________________
14946 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
14947         Log: i_ieeefp=undef for UTS.
14948      Branch: perl
14949            ! hints/uts.sh
14950 ____________________________________________________________________________
14951 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
14952         Log: Subject: RE: rand(0) is rand(1)
14953              From: Larry Shatzer <lshatzer@islanddata.com>
14954              Date: Thu, 10 May 2001 11:09:27 -0700
14955              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
14956      Branch: perl
14957            ! pod/perlfunc.pod
14958 ____________________________________________________________________________
14959 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
14960         Log: Subject: [patch] make op_{clear,null} public
14961              From: Doug MacEachern <dougm@covalent.net>
14962              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
14963              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
14964      Branch: perl
14965            ! embed.h embed.pl op.c proto.h
14966 ____________________________________________________________________________
14967 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
14968         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
14969              From: Robin Houston <robin@kitsite.com>
14970              Date: Thu, 10 May 2001 18:54:59 +0100
14971              Message-ID: <20010510185459.A5995@penderel>
14972      Branch: perl
14973            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
14974 ____________________________________________________________________________
14975 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
14976         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
14977              From: Robin Houston <robin@kitsite.com>
14978              Date: Thu, 10 May 2001 12:56:39 +0100
14979              Message-ID: <20010510125639.A2119@penderel>
14980      Branch: perl
14981            ! ext/B/B/Deparse.pm
14982 ____________________________________________________________________________
14983 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
14984         Log: Retract #10070, not ready yet.
14985      Branch: perl
14986            ! ext/B/B/Deparse.pm
14987 ____________________________________________________________________________
14988 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
14989         Log: The metaconfig unit change for #10071.
14990      Branch: metaconfig
14991            ! U/modified/mallocsrc.U
14992 ____________________________________________________________________________
14993 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
14994         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
14995      Branch: perl
14996            ! Configure
14997 ____________________________________________________________________________
14998 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
14999         Log: (Retracted by #10073)
15000              
15001              Subject: Re: [PATCH t/TEST] B::Deparse tester 
15002              From: Hugo <hv@crypt.compulink.co.uk>
15003              Date: Thu, 10 May 2001 05:48:09 +0100
15004              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
15005      Branch: perl
15006            ! ext/B/B/Deparse.pm
15007 ____________________________________________________________________________
15008 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
15009         Log: Add a for(func()) test.
15010      Branch: perl
15011            ! t/cmd/for.t
15012 ____________________________________________________________________________
15013 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
15014         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
15015              From: Robin Houston <robin@kitsite.com>
15016              Date: Thu, 10 May 2001 13:50:08 +0100
15017              Message-ID: <20010510135008.A2454@penderel>
15018      Branch: perl
15019            ! ext/B/B/Deparse.pm
15020 ____________________________________________________________________________
15021 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
15022         Log: A thinko in #10065.
15023      Branch: perl
15024            ! hv.c
15025 ____________________________________________________________________________
15026 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
15027         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
15028              From: Robin Houston <robin@kitsite.com>
15029              Date: Thu, 10 May 2001 02:10:34 +0100
15030              Message-ID: <20010510021034.A19421@penderel>
15031      Branch: perl
15032            ! ext/B/B.xs ext/B/B/Deparse.pm
15033 ____________________________________________________________________________
15034 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
15035         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
15036              From: Doug MacEachern <dougm@covalent.net>
15037              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
15038              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
15039      Branch: perl
15040            ! hv.c
15041 ____________________________________________________________________________
15042 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
15043         Log: One more workaround for the UTS compiler from Hal Morris.
15044      Branch: perl
15045            ! perl.h
15046 ____________________________________________________________________________
15047 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
15048         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
15049              From: Robin Houston <robin@kitsite.com>
15050              Date: Thu, 10 May 2001 01:02:08 +0100
15051              Message-ID: <20010510010208.A18200@penderel>
15052      Branch: perl
15053            ! ext/B/B/Debug.pm
15054 ____________________________________________________________________________
15055 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
15056         Log: Subject: [PATCH] Simplify deb_curcv() a bit
15057              From: Benjamin Sugars <bsugars@canoe.ca>
15058              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
15059              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
15060      Branch: perl
15061            ! run.c
15062 ____________________________________________________________________________
15063 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
15064         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
15065              From: Benjamin Sugars <bsugars@canoe.ca>
15066              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
15067              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
15068      Branch: perl
15069            ! t/lib/io_scalar.t
15070 ____________________________________________________________________________
15071 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
15072         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
15073              From: Peter Prymmer <pvhp@forte.com>
15074              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
15075              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
15076      Branch: perl
15077            ! t/lib/md5-file.t
15078 ____________________________________________________________________________
15079 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
15080         Log: Subject: [PATCH t/TEST] B::Deparse tester
15081              From: Robin Houston <robin@kitsite.com>
15082              Date: Wed, 9 May 2001 19:17:50 +0100
15083              Message-ID: <20010509191750.A16940@penderel>
15084      Branch: perl
15085            ! ext/B/O.pm t/TEST
15086 ____________________________________________________________________________
15087 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
15088         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
15089              From: Jeff Pinyan <jeffp@crusoe.net>
15090              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
15091              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
15092      Branch: perl
15093            ! lib/Pod/Html.pm
15094 ____________________________________________________________________________
15095 [ 10057] By: nick                                  on 2001/05/09  18:37:56
15096         Log: Integrate mainline.
15097      Branch: perlio
15098           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
15099           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
15100 ____________________________________________________________________________
15101 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
15102         Log: Update Changes.
15103      Branch: perl
15104            ! Changes patchlevel.h
15105 ____________________________________________________________________________
15106 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
15107         Log: Integrate perlio.
15108      Branch: perl
15109           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
15110 ____________________________________________________________________________
15111 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
15112         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
15113              From: Benjamin Sugars <bsugars@canoe.ca>
15114              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
15115              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
15116      Branch: perl
15117            ! perlio.c
15118 ____________________________________________________________________________
15119 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
15120         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
15121              From: Benjamin Sugars <bsugars@canoe.ca>
15122              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
15123              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
15124      Branch: perl
15125            ! ext/PerlIO/Scalar/Scalar.xs
15126 ____________________________________________________________________________
15127 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
15128         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
15129              From: Jeff Pinyan <jeffp@crusoe.net>
15130              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
15131              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
15132      Branch: perl
15133            ! lib/Pod/Html.pm
15134 ____________________________________________________________________________
15135 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
15136         Log: EPOC tweak from Olaf Flebbe.
15137      Branch: perl
15138            ! epoc/epocish.h
15139 ____________________________________________________________________________
15140 [ 10050] By: nick                                  on 2001/05/09  14:37:57
15141         Log: win32, regen_config_h
15142      Branch: perlio
15143            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
15144 ____________________________________________________________________________
15145 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
15146         Log: Integrate perlio.
15147      Branch: perl
15148           !> pp_sys.c
15149 ____________________________________________________________________________
15150 [ 10048] By: nick                                  on 2001/05/09  11:59:50
15151         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
15152              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
15153      Branch: perlio
15154            ! pp_sys.c
15155 ____________________________________________________________________________
15156 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
15157         Log: Integrate perlio.
15158      Branch: perl
15159           !> run.c
15160 ____________________________________________________________________________
15161 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
15162         Log: Subject: Re: Less warnings during configure
15163              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15164              Date: Wed, 09 May 2001 13:12:49 +0200
15165              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
15166      Branch: perl
15167            ! hints/hpux.sh
15168 ____________________________________________________________________________
15169 [ 10045] By: nick                                  on 2001/05/09  09:56:59
15170         Log: MULTIPLICITY/DEBUGGING build fix.
15171      Branch: perlio
15172            ! run.c
15173 ____________________________________________________________________________
15174 [ 10044] By: nick                                  on 2001/05/09  09:46:37
15175         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
15176      Branch: perlio
15177           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
15178            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
15179           !> (integrate 65 files)
15180 ____________________________________________________________________________
15181 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
15182         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
15183              From: Robin Houston <robin@kitsite.com>
15184              Date: Tue, 8 May 2001 19:38:00 +0100
15185              Message-ID: <20010508193800.A4389@penderel>
15186              
15187              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
15188              From: Robin Houston <robin@kitsite.com>
15189              Date: Tue, 8 May 2001 20:03:57 +0100
15190              Message-ID: <20010508200357.A4614@penderel>
15191              
15192              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
15193              From: Robin Houston <robin@kitsite.com>
15194              Date: Wed, 9 May 2001 00:12:05 +0100
15195              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
15196      Branch: perl
15197            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
15198 ____________________________________________________________________________
15199 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
15200         Log: Retract #10031.
15201      Branch: perl
15202            ! pod/perlfunc.pod
15203 ____________________________________________________________________________
15204 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
15205         Log: The metaconfig unit changes for #10040.
15206      Branch: metaconfig/U/perl
15207            ! Checkcc.U d_dlsymun.U dlsrc.U
15208 ____________________________________________________________________________
15209 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
15210         Log: The Configure half of
15211              
15212              Subject: Less warnings during configure
15213              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15214              Date: Tue, 08 May 2001 08:44:02 +0200
15215              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
15216      Branch: perl
15217            ! Configure
15218 ____________________________________________________________________________
15219 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
15220         Log: Subject: Less warnings during configure
15221              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15222              Date: Tue, 08 May 2001 08:44:02 +0200
15223              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
15224      Branch: perl
15225            ! hints/hpux.sh
15226 ____________________________________________________________________________
15227 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
15228         Log: Don't forget to whine about \d__\d.
15229      Branch: perl
15230            ! t/pragma/warn/toke toke.c
15231 ____________________________________________________________________________
15232 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
15233         Log: Allow underscores also in the exponent part.
15234      Branch: perl
15235            ! t/pragma/warn/toke toke.c
15236 ____________________________________________________________________________
15237 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
15238         Log: CodeMagicCD doesn't look like an *I*DE.
15239      Branch: perl
15240            ! pod/perlfaq3.pod
15241 ____________________________________________________________________________
15242 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
15243         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
15244              to be consistently down).
15245      Branch: perl
15246            ! pod/perlfaq3.pod
15247 ____________________________________________________________________________
15248 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
15249         Log: Upgrade to Text::Balanced 1.84.
15250      Branch: perl
15251            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
15252 ____________________________________________________________________________
15253 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
15254         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
15255              From: Benjamin Sugars <bsugars@canoe.ca>
15256              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
15257              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
15258      Branch: perl
15259            ! run.c
15260 ____________________________________________________________________________
15261 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
15262         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
15263              From: Peter Prymmer <pvhp@forte.com>
15264              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
15265              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
15266      Branch: perl
15267            ! t/pod/plainer.t
15268 ____________________________________________________________________________
15269 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
15270         Log: (Retracted by #10042)
15271              
15272              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
15273              From: "Philip Newton" <pnewton@gmx.de>
15274              Date: Tue, 8 May 2001 09:18:10 +0200
15275              Message-ID: <3AF7B9D2.28861.603732@localhost>
15276      Branch: perl
15277            ! pod/perlfunc.pod
15278 ____________________________________________________________________________
15279 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
15280         Log: Subject: [PATCH B::Deparse] Document known bugs
15281              From: Robin Houston <robin@kitsite.com>
15282              Date: Tue, 8 May 2001 01:53:34 +0100
15283              Message-ID: <20010508015334.A32394@penderel>
15284      Branch: perl
15285            ! ext/B/B/Deparse.pm
15286 ____________________________________________________________________________
15287 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
15288         Log: Subject: Re: Perl book, magazine and website updates.
15289              From: "Philip Newton" <pnewton@gmx.de>
15290              Date: Mon, 7 May 2001 17:03:58 +0200
15291              Message-ID: <3AF6D57E.5387.1E29930@localhost>
15292      Branch: perl
15293            ! pod/perlfaq2.pod
15294 ____________________________________________________________________________
15295 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
15296         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
15297              From: Peter Prymmer <pvhp@forte.com>
15298              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
15299              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
15300      Branch: perl
15301            ! t/io/fflush.t
15302 ____________________________________________________________________________
15303 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
15304         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
15305              From: Robin Houston <robin@kitsite.com>
15306              Date: Tue, 8 May 2001 01:14:55 +0100
15307              Message-ID: <20010508011455.A32162@penderel>
15308      Branch: perl
15309            ! ext/B/B/Deparse.pm
15310 ____________________________________________________________________________
15311 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
15312         Log: Typo in #10025.
15313      Branch: perl
15314            ! hints/uts.sh
15315 ____________________________________________________________________________
15316 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
15317         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
15318      Branch: perl
15319            ! hints/uts.sh
15320 ____________________________________________________________________________
15321 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
15322         Log: Subject: Re: [ID 20010506.045] question about hash syntax
15323              From: Peter Scott <Peter@PSDT.com>
15324              Date: Sun, 06 May 2001 13:10:40 -0700
15325              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
15326      Branch: perl
15327            ! pod/perl56delta.pod
15328 ____________________________________________________________________________
15329 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
15330         Log: Configure should figure out the list of dynamic extensions
15331              just fine in UTS-- and in fact it does, as reported by Hal Morris.
15332      Branch: perl
15333            ! hints/uts.sh
15334 ____________________________________________________________________________
15335 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
15336         Log: Update Changes.
15337      Branch: perl
15338            ! Changes patchlevel.h
15339 ____________________________________________________________________________
15340 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
15341         Log: Subject: [PATCH regcomp.c] Insecure regexes
15342              From: Robin Houston <robin@kitsite.com>
15343              Date: Mon, 7 May 2001 21:56:12 +0100
15344              Message-ID: <20010507215612.A31114@penderel>
15345      Branch: perl
15346            ! regcomp.c
15347 ____________________________________________________________________________
15348 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
15349         Log: Drop the foobar.perl.com references for now until Simon
15350              gets them sorted out.
15351      Branch: perl
15352            ! pod/perlfaq2.pod
15353 ____________________________________________________________________________
15354 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
15355         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
15356              From: Prymmer/Kahn <pvhp@best.com>
15357              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
15358              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
15359      Branch: perl
15360            ! lib/Devel/SelfStubber.pm
15361 ____________________________________________________________________________
15362 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
15363         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
15364              From: Prymmer/Kahn <pvhp@best.com>
15365              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
15366              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
15367      Branch: perl
15368            ! win32/Makefile
15369 ____________________________________________________________________________
15370 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
15371         Log: s/WebTechnique's/WebTechniques/
15372      Branch: perl
15373            ! pod/perlfaq2.pod
15374 ____________________________________________________________________________
15375 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
15376         Log: Llama 3 updates from Randal.
15377      Branch: perl
15378            ! pod/perlfaq2.pod
15379 ____________________________________________________________________________
15380 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
15381         Log: Subject: [PATCH] Help -Dt show correct pad variables
15382              From: Benjamin Sugars <ben.sugars@home.com>
15383              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
15384              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
15385      Branch: perl
15386            ! embed.h embed.pl proto.h run.c
15387 ____________________________________________________________________________
15388 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
15389         Log: Subject: [PATCH] Document C<our $foo : shared>
15390              From: Benjamin Sugars <ben.sugars@home.com>
15391              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
15392              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
15393      Branch: perl
15394            ! pod/perlfunc.pod
15395 ____________________________________________________________________________
15396 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
15397         Log: Subject: [PATCH B::Deparse] undefined folded constants
15398              From: Robin Houston <robin@kitsite.com>
15399              Date: Sun, 6 May 2001 17:19:09 +0100
15400              Message-ID: <20010506171909.A7046@penderel>
15401      Branch: perl
15402            ! ext/B/B/Deparse.pm
15403 ____________________________________________________________________________
15404 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
15405         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
15406              From: Robin Houston <robin@kitsite.com>
15407              Message-ID: <20010506164654.A6848@penderel>
15408              Date: Sun, 6 May 2001 16:46:54 +0100
15409      Branch: perl
15410            ! ext/B/B/Deparse.pm
15411 ____________________________________________________________________________
15412 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
15413         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
15414              From: Robin Houston <robin@kitsite.com>
15415              Date: Sun, 6 May 2001 14:47:02 +0100
15416              Message-ID: <20010506144702.A6308@penderel>
15417      Branch: perl
15418            ! t/op/my_stash.t
15419 ____________________________________________________________________________
15420 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
15421         Log: Subject: Perl book, magazine and website updates.
15422              From: Simon Cozens <simon@netthink.co.uk>
15423              Date: Sun, 6 May 2001 16:55:36 +0100
15424              Message-ID: <20010506165536.A1795@netthink.co.uk>
15425      Branch: perl
15426            ! pod/perlbook.pod pod/perlfaq2.pod
15427 ____________________________________________________________________________
15428 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
15429         Log: Tweaks on the Tru64 prof options.
15430      Branch: perl
15431            ! pod/perlhack.pod
15432 ____________________________________________________________________________
15433 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
15434         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
15435              From: Robin Houston <robin@kitsite.com>
15436              Date: Sun, 6 May 2001 14:40:51 +0100
15437              Message-ID: <20010506144051.A6279@penderel>
15438      Branch: perl
15439            ! t/pod/testp2pt.pl
15440 ____________________________________________________________________________
15441 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
15442         Log: Subject: [PATCH B::Deparse] scoping
15443              From: Robin Houston <robin@kitsite.com>
15444              Date: Sun, 6 May 2001 14:36:56 +0100
15445              Message-ID: <20010506143656.A4006@penderel>
15446      Branch: perl
15447            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
15448 ____________________________________________________________________________
15449 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
15450         Log: Document the undefinedness of bitshifting out of range.
15451      Branch: perl
15452            ! pod/perlop.pod
15453 ____________________________________________________________________________
15454 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
15455         Log: Retract #10003 and update the IDE descriptions a bit.
15456      Branch: perl
15457            ! pod/perlfaq3.pod
15458 ____________________________________________________________________________
15459 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
15460         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
15461              From: Prymmer/Kahn <pvhp@best.com>
15462              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
15463              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
15464      Branch: perl
15465            ! win32/Makefile win32/buildext.pl win32/config.bc
15466            ! win32/config.gc win32/config.vc
15467 ____________________________________________________________________________
15468 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
15469         Log: (Retracted by #10005.)
15470      Branch: perl
15471            ! pod/perlfaq3.pod
15472 ____________________________________________________________________________
15473 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
15474         Log: It's "psed", not "sed".
15475      Branch: perl
15476            ! x2p/s2p.PL
15477 ____________________________________________________________________________
15478 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
15479         Log: Update Changes.
15480      Branch: perl
15481            ! Changes patchlevel.h
15482 ____________________________________________________________________________
15483 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
15484         Log: Subject: Re: bleadperl make install fails due to "psed"
15485              From: andreas.koenig@anima.de (Andreas J. Koenig)
15486              Date: 05 May 2001 18:23:28 +0200
15487              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
15488      Branch: perl
15489            ! x2p/Makefile.SH x2p/s2p.PL
15490 ____________________________________________________________________________
15491 [  9999] By: jhi                                   on 2001/05/05  18:28:09
15492         Log: AUTHORS updates.
15493      Branch: perl
15494            ! AUTHORS
15495 ____________________________________________________________________________
15496 [  9998] By: jhi                                   on 2001/05/05  18:16:00
15497         Log: Updates on the pods related to the modules included since 5.6.
15498              
15499              TODO: perltodo really could use major updating.
15500      Branch: perl
15501            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
15502            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
15503            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
15504            ! pod/perlsyn.pod pod/perltodo.pod
15505 ____________________________________________________________________________
15506 [  9997] By: jhi                                   on 2001/05/05  17:35:17
15507         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
15508              from Kurt Skauen.
15509      Branch: perl
15510            + hints/atheos.sh
15511            ! MANIFEST
15512 ____________________________________________________________________________
15513 [  9996] By: jhi                                   on 2001/05/05  17:25:00
15514         Log: Add preemptive #undefs for some of the shorter and more prone
15515              to collision regcomp.h #defines.  (Background: the MASK collided
15516              with a system header #define in Rhapsody.)
15517      Branch: perl
15518            ! regcomp.h
15519 ____________________________________________________________________________
15520 [  9995] By: jhi                                   on 2001/05/05  13:24:21
15521         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
15522              From: Nicholas Clark <nick@ccl4.org>
15523              Date: Sat, 5 May 2001 14:46:39 +0100
15524              Message-ID: <20010505144639.O53513@plum.flirble.org>
15525              
15526              Add a test for the constants (if any) being processed correctly.
15527      Branch: perl
15528            ! utils/h2xs.PL
15529 ____________________________________________________________________________
15530 [  9994] By: jhi                                   on 2001/05/05  02:11:03
15531         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
15532              From: Peter Prymmer <pvhp@forte.com>
15533              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
15534              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
15535      Branch: perl
15536            ! t/lib/b-stash.t
15537 ____________________________________________________________________________
15538 [  9993] By: jhi                                   on 2001/05/05  02:03:49
15539         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
15540              From: Peter Prymmer <pvhp@forte.com>
15541              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
15542              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
15543      Branch: perl
15544            ! perlio.c vms/vmsish.h
15545 ____________________________________________________________________________
15546 [  9992] By: jhi                                   on 2001/05/04  17:21:12
15547         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
15548              From: Robin Barker <rmb1@cise.npl.co.uk>
15549              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
15550              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
15551      Branch: perl
15552            + t/pod/plainer.t
15553            ! MANIFEST
15554 ____________________________________________________________________________
15555 [  9991] By: jhi                                   on 2001/05/04  16:47:45
15556         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
15557              From: Robin Barker <rmb1@cise.npl.co.uk>
15558              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
15559              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
15560      Branch: perl
15561            ! regcomp.c
15562 ____________________________________________________________________________
15563 [  9990] By: jhi                                   on 2001/05/04  14:37:20
15564         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
15565              From: Prymmer/Kahn <pvhp@best.com>
15566              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
15567              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
15568      Branch: perl
15569            ! t/lib/b-stash.t
15570 ____________________________________________________________________________
15571 [  9989] By: jhi                                   on 2001/05/04  14:03:58
15572         Log: Introduce perl572delta, update Todo, add the missing
15573              mention about signal safety since 5.7.1 (though this
15574              requires verification and more details.)
15575      Branch: perl
15576            + pod/perl572delta.pod
15577            ! MANIFEST Todo pod/perl571delta.pod
15578 ____________________________________________________________________________
15579 [  9988] By: jhi                                   on 2001/05/04  12:41:51
15580         Log: Subject: [PATCH perl@9944] long =item
15581              From: Robin Barker <rmb1@cise.npl.co.uk>
15582              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
15583              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
15584      Branch: perl
15585            ! ext/Time/HiRes/HiRes.pm
15586 ____________________________________________________________________________
15587 [  9987] By: jhi                                   on 2001/05/04  12:39:19
15588         Log: The #9901 had removed one line essential for EBCDIC.
15589      Branch: perl
15590            ! regcomp.c
15591 ____________________________________________________________________________
15592 [  9986] By: jhi                                   on 2001/05/04  12:30:23
15593         Log: Subject: cygwin/Makefile.SHs INSTALL patch
15594              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
15595              Date: Mon, 08 Jan 2001 04:59:21 +0200
15596              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
15597      Branch: perl
15598            ! cygwin/Makefile.SHs
15599 ____________________________________________________________________________
15600 [  9985] By: jhi                                   on 2001/05/04  03:51:39
15601         Log: Encode/IO doc tweaks.
15602      Branch: perl
15603            ! ext/Encode/Encode.pm
15604 ____________________________________________________________________________
15605 [  9984] By: jhi                                   on 2001/05/04  03:29:34
15606         Log: Remove GDBM_File from the dynamic extensions for UTS,
15607              GDBM is not a standard feature.
15608      Branch: perl
15609            ! hints/uts.sh
15610 ____________________________________________________________________________
15611 [  9983] By: jhi                                   on 2001/05/04  03:22:59
15612         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
15613      Branch: perl
15614            ! pod/perlretut.pod
15615 ____________________________________________________________________________
15616 [  9982] By: jhi                                   on 2001/05/03  23:21:03
15617         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
15618              From: Benjamin Sugars <bsugars@canoe.ca>
15619              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
15620              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
15621      Branch: perl
15622            ! dump.c
15623 ____________________________________________________________________________
15624 [  9981] By: jhi                                   on 2001/05/03  23:20:05
15625         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
15626              From: Benjamin Sugars <bsugars@canoe.ca>
15627              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
15628              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
15629      Branch: perl
15630            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
15631 ____________________________________________________________________________
15632 [  9980] By: jhi                                   on 2001/05/03  23:15:29
15633         Log: Integrate perlio.
15634      Branch: perl
15635           !> ext/Encode/Encode.pm
15636 ____________________________________________________________________________
15637 [  9979] By: jhi                                   on 2001/05/03  16:54:59
15638         Log: Install psed man page.
15639      Branch: perl
15640            ! installman
15641 ____________________________________________________________________________
15642 [  9978] By: jhi                                   on 2001/05/03  16:45:58
15643         Log: Remove unused files; noted by Sarathy.
15644      Branch: perl
15645            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
15646            ! MANIFEST
15647 ____________________________________________________________________________
15648 [  9977] By: jhi                                   on 2001/05/03  16:42:30
15649         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
15650              From: Andy Dougherty <doughera@lafayette.edu>
15651              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
15652              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
15653      Branch: perl
15654            ! INSTALL
15655 ____________________________________________________________________________
15656 [  9976] By: nick                                  on 2001/05/03  16:40:42
15657         Log: Allow $answer = encode($object,$text); like it says in docs.
15658      Branch: perlio
15659            ! ext/Encode/Encode.pm
15660 ____________________________________________________________________________
15661 [  9975] By: nick                                  on 2001/05/03  16:22:30
15662         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
15663              to be in scope (fair enough), and also a package variable (our) for eval to see it.
15664      Branch: perlio
15665            ! ext/Encode/Encode.pm
15666 ____________________________________________________________________________
15667 [  9974] By: nick                                  on 2001/05/03  15:48:17
15668         Log: Integrate mainline.
15669      Branch: perlio
15670           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
15671           +> t/lib/filter-simple.t t/lib/next.t
15672           !> (integrate 70 files)
15673 ____________________________________________________________________________
15674 [  9973] By: jhi                                   on 2001/05/03  13:09:09
15675         Log: Update Changes.
15676      Branch: perl
15677            ! Changes patchlevel.h
15678 ____________________________________________________________________________
15679 [  9972] By: jhi                                   on 2001/05/03  12:58:33
15680         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
15681              From: Prymmer/Kahn <pvhp@best.com>
15682              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
15683              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
15684      Branch: perl
15685            ! t/io/fflush.t
15686 ____________________________________________________________________________
15687 [  9971] By: jhi                                   on 2001/05/03  12:57:26
15688         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
15689              From: Prymmer/Kahn <pvhp@best.com>
15690              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
15691              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
15692      Branch: perl
15693            ! win32/FindExt.pm
15694 ____________________________________________________________________________
15695 [  9970] By: jhi                                   on 2001/05/03  02:42:46
15696         Log: Can't croak sans thread context, from Doug MacEachern.
15697      Branch: perl
15698            ! toke.c
15699 ____________________________________________________________________________
15700 [  9969] By: jhi                                   on 2001/05/03  01:23:48
15701         Log: Subject: Random input test and Perl
15702              From: Ilya Zakharevich <ilya@math.berkeley.edu>
15703              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
15704              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
15705      Branch: perl
15706            ! toke.c
15707 ____________________________________________________________________________
15708 [  9968] By: jhi                                   on 2001/05/02  22:17:21
15709         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
15710              From: Peter Prymmer <pvhp@forte.com>
15711              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
15712              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
15713      Branch: perl
15714            ! pod/perlfunc.pod pod/perlport.pod
15715 ____________________________________________________________________________
15716 [  9967] By: jhi                                   on 2001/05/02  20:12:45
15717         Log: Workaround for UTS compiler casting bug from Hal Morris.
15718      Branch: perl
15719            ! perl.h
15720 ____________________________________________________________________________
15721 [  9966] By: jhi                                   on 2001/05/02  18:31:37
15722         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
15723              From: Dan Sugalski <dan@sidhe.org>
15724              Date: Wed, 02 May 2001 15:23:22 -0400
15725              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
15726      Branch: perl
15727            ! perl.c vms/vms.c
15728 ____________________________________________________________________________
15729 [  9965] By: jhi                                   on 2001/05/02  18:21:29
15730         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
15731      Branch: perl
15732            ! pod/perlfunc.pod
15733 ____________________________________________________________________________
15734 [  9964] By: jhi                                   on 2001/05/02  18:15:01
15735         Log: Document large files in INSTALL, document also the %x
15736              limitation if not use64bitint, closes bug 20010326.007.
15737      Branch: perl
15738            ! INSTALL
15739 ____________________________________________________________________________
15740 [  9963] By: jhi                                   on 2001/05/02  17:24:47
15741         Log: perlmodlib tweaks; regen pods.
15742      Branch: perl
15743            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
15744            ! pod/perltoc.pod
15745 ____________________________________________________________________________
15746 [  9962] By: jhi                                   on 2001/05/02  17:14:00
15747         Log: Fix for a segfault, from Marc Lehmann.
15748      Branch: perl
15749            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
15750 ____________________________________________________________________________
15751 [  9961] By: jhi                                   on 2001/05/02  15:55:53
15752         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
15753              From: "Philip Newton" <pnewton@gmx.de>
15754              Date: Wed, 2 May 2001 18:39:03 +0200
15755              Message-ID: <3AF05447.15525.173B588@localhost>
15756      Branch: perl
15757            ! pod/perlop.pod
15758 ____________________________________________________________________________
15759 [  9960] By: jhi                                   on 2001/05/02  15:35:37
15760         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
15761              From: Dan Sugalski <dan@sidhe.org>
15762              Date: Wed, 02 May 2001 11:37:27 -0400
15763              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
15764      Branch: perl
15765            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
15766            ! thread.h vms/vms.c vms/vmsish.h
15767 ____________________________________________________________________________
15768 [  9959] By: jhi                                   on 2001/05/02  15:21:08
15769         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
15770              From: Benjamin Sugars <bsugars@canoe.ca>
15771              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
15772              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
15773      Branch: perl
15774            ! ext/PerlIO/Scalar/Scalar.xs
15775 ____________________________________________________________________________
15776 [  9958] By: jhi                                   on 2001/05/02  15:15:53
15777         Log: Bug in #9915, spotted by Mike Guy.
15778      Branch: perl
15779            ! installperl
15780 ____________________________________________________________________________
15781 [  9957] By: jhi                                   on 2001/05/02  13:26:01
15782         Log: Add a test for not griping about references as array
15783              indices if the reference has magic in it (overloaded
15784              methods).
15785      Branch: perl
15786            ! pod/perldiag.pod t/pragma/warn/pp_hot
15787 ____________________________________________________________________________
15788 [  9956] By: jhi                                   on 2001/05/02  13:07:01
15789         Log: Retracted a bit too much in #9952.
15790      Branch: perl
15791            ! t/pragma/sub_lval.t
15792 ____________________________________________________________________________
15793 [  9955] By: jhi                                   on 2001/05/02  13:05:38
15794         Log: Test for #9952.
15795      Branch: perl
15796            ! t/op/tie.t
15797 ____________________________________________________________________________
15798 [  9954] By: jhi                                   on 2001/05/02  11:48:18
15799         Log: Additional note on the encoding example: one cannot
15800              convert string constants in-place.
15801      Branch: perl
15802            ! ext/Encode/Encode.pm
15803 ____________________________________________________________________________
15804 [  9953] By: jhi                                   on 2001/05/02  11:43:51
15805         Log: Note that if you have recent enough Perl you already
15806              have Filter::Util::Call.
15807      Branch: perl
15808            ! lib/Filter/Simple.pm
15809 ____________________________________________________________________________
15810 [  9952] By: jhi                                   on 2001/05/02  11:31:53
15811         Log: Retract changes #8254 and #8255, causes coredump in
15812              'tie FH, "main"', reported by Abigail, culprit found by
15813              Benjamin Sugars.  Mirrors maintperl change #9950.
15814      Branch: perl
15815            ! op.c t/pragma/sub_lval.t
15816 ____________________________________________________________________________
15817 [  9951] By: jhi                                   on 2001/05/02  11:14:29
15818         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
15819      Branch: perl
15820            + t/lib/MyFilter.pm
15821 ____________________________________________________________________________
15822 [  9950] By: gsar                                  on 2001/05/02  03:17:11
15823         Log: revert integration of changes#8254,8255 in change#8620 (causes
15824              a coredump in C<tie FH, 'foo'>; the idea itself may need better
15825              rationalization)
15826      Branch: maint-5.6/perl
15827            ! op.c t/pragma/sub_lval.t
15828 ____________________________________________________________________________
15829 [  9949] By: gsar                                  on 2001/05/02  02:56:32
15830         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
15831              
15832              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
15833              
15834              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
15835      Branch: maint-5.6/perl
15836           !> hints/svr5.sh
15837 ____________________________________________________________________________
15838 [  9948] By: gsar                                  on 2001/05/02  02:49:15
15839         Log: pod/find.t breaks on VMS (from Craig Berry)
15840      Branch: maint-5.6/perl
15841            ! t/pod/find.t
15842 ____________________________________________________________________________
15843 [  9947] By: jhi                                   on 2001/05/02  02:43:09
15844         Log: Add an encoding conversion example.
15845      Branch: perl
15846            ! ext/Encode/Encode.pm
15847 ____________________________________________________________________________
15848 [  9946] By: jhi                                   on 2001/05/02  01:34:22
15849         Log: Another coat of paint but still nowhere finished.
15850              Need to decide on the semantics of strptime(): should
15851              strptime() be a function instead of a method?  To do
15852              the week/monthname-strptiming the i18n/l10n bullet needs
15853              to be bitten with gusto.
15854      Branch: perl
15855            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
15856 ____________________________________________________________________________
15857 [  9945] By: jhi                                   on 2001/05/01  23:40:52
15858         Log: Update Changes.
15859      Branch: perl
15860            ! Changes patchlevel.h
15861 ____________________________________________________________________________
15862 [  9944] By: jhi                                   on 2001/05/01  23:33:37
15863         Log: Add known-to-be-tested modules to the list-to-be-skipped.
15864      Branch: perl
15865            ! t/lib/1_compile.t
15866 ____________________________________________________________________________
15867 [  9943] By: jhi                                   on 2001/05/01  23:24:40
15868         Log: Subject: BorlandC++ fix
15869              From: "Vadim Konovalov" <watman@inbox.ru>
15870              Date: Mon, 30 Apr 2001 20:12:26 -0700
15871              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
15872      Branch: perl
15873            ! win32/makefile.mk
15874 ____________________________________________________________________________
15875 [  9942] By: jhi                                   on 2001/05/01  23:18:02
15876         Log: Update to Filter::Simple 0.60, create a test for it.
15877      Branch: perl
15878            + t/lib/filter-simple.t
15879            ! MANIFEST lib/Filter/Simple.pm
15880 ____________________________________________________________________________
15881 [  9941] By: jhi                                   on 2001/05/01  19:47:24
15882         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
15883              From: Hugo <hv@crypt.compulink.co.uk>
15884              Date: Tue, 01 May 2001 20:12:20 +0100
15885              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
15886      Branch: perl
15887            ! pp_hot.c t/op/re_tests
15888 ____________________________________________________________________________
15889 [  9940] By: jhi                                   on 2001/05/01  19:42:16
15890         Log: Integrate perlio.
15891      Branch: perl
15892           !> lib/base.pm t/lib/fields.t
15893 ____________________________________________________________________________
15894 [  9939] By: jhi                                   on 2001/05/01  19:39:51
15895         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
15896              From: Benjamin Sugars <bsugars@canoe.ca>
15897              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
15898              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
15899      Branch: perl
15900            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
15901 ____________________________________________________________________________
15902 [  9938] By: jhi                                   on 2001/05/01  19:34:09
15903         Log: Add NEXT, a pseudo-class for method redispatching.
15904              <Damian>NEXT.pm probably offers more bang-for-buck
15905              than anything else I've ever written.</Damian>
15906      Branch: perl
15907            + lib/NEXT.pm t/lib/next.t
15908            ! MANIFEST
15909 ____________________________________________________________________________
15910 [  9937] By: jhi                                   on 2001/05/01  19:21:41
15911         Log: Update to Switch 2.02.
15912      Branch: perl
15913            ! lib/Switch.pm t/lib/switch.t
15914 ____________________________________________________________________________
15915 [  9936] By: nick                                  on 2001/05/01  19:09:21
15916         Log: Fix for base.pm clobbering $VERSION
15917      Branch: perlio
15918            ! lib/base.pm
15919 ____________________________________________________________________________
15920 [  9935] By: nick                                  on 2001/05/01  18:54:38
15921         Log: Test for base.pm clobbering $VERSION.
15922      Branch: perlio
15923            ! t/lib/fields.t
15924 ____________________________________________________________________________
15925 [  9934] By: jhi                                   on 2001/05/01  18:39:10
15926         Log: Add information about Scalar::Util::blessed.
15927      Branch: perl
15928            ! pod/perlobj.pod
15929 ____________________________________________________________________________
15930 [  9933] By: jhi                                   on 2001/05/01  18:33:51
15931         Log: Subject: Extra UNIVERSAL documentation
15932              From: Mike Guy <mjtg@cam.ac.uk>
15933              Date: Tue, 01 May 2001 20:12:11 +0100
15934              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
15935      Branch: perl
15936            ! pod/perlobj.pod
15937 ____________________________________________________________________________
15938 [  9932] By: jhi                                   on 2001/05/01  18:26:54
15939         Log: Subject: Autoflush in tests as appropriate
15940              From: Mike Guy <mjtg@cam.ac.uk>
15941              Date: Tue, 01 May 2001 20:05:31 +0100
15942              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
15943      Branch: perl
15944            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
15945            ! t/op/taint.t
15946 ____________________________________________________________________________
15947 [  9931] By: jhi                                   on 2001/05/01  18:02:29
15948         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
15949              From: Benjamin Sugars <bsugars@canoe.ca>
15950              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
15951              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
15952      Branch: perl
15953            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
15954 ____________________________________________________________________________
15955 [  9930] By: jhi                                   on 2001/05/01  15:12:26
15956         Log: Subject: Re: Finally got a round tuit
15957              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15958              Date: Tue, 01 May 2001 14:14:10 +0200
15959              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
15960              
15961              The -DP part, slightly modified.
15962      Branch: perl
15963            ! perl.c
15964 ____________________________________________________________________________
15965 [  9929] By: jhi                                   on 2001/05/01  14:17:15
15966         Log: Subject: Re: Finally got a round tuit
15967              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15968              Date: Tue, 01 May 2001 16:34:06 +0200
15969              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
15970              
15971              cpp and optimization tweaks for HP-UX.
15972      Branch: perl
15973            ! hints/hpux.sh
15974 ____________________________________________________________________________
15975 [  9928] By: jhi                                   on 2001/05/01  13:24:20
15976         Log: Tune the scan_num() comments to reality.
15977      Branch: perl
15978            ! toke.c
15979 ____________________________________________________________________________
15980 [  9927] By: jhi                                   on 2001/05/01  13:14:01
15981         Log: Subject: [PATCH B::Deparse] optimised sort
15982              From: Robin Houston <robin@kitsite.com>
15983              Date: Tue, 1 May 2001 14:07:12 +0100
15984              Message-ID: <20010501140712.A4266@penderel>
15985      Branch: perl
15986            ! ext/B/B/Deparse.pm
15987 ____________________________________________________________________________
15988 [  9926] By: jhi                                   on 2001/05/01  13:10:53
15989         Log: Subject: [PATCH t/lib/b-deparse.t] 
15990              From: Robin Houston <robin@kitsite.com>
15991              Date: Tue, 1 May 2001 13:37:42 +0100
15992              Message-ID: <20010501133742.A4082@penderel>
15993      Branch: perl
15994            ! t/lib/b-deparse.t
15995 ____________________________________________________________________________
15996 [  9925] By: jhi                                   on 2001/05/01  13:10:13
15997         Log: Subject: [PATCH B::Deparse] for(;;), sort
15998              From: Robin Houston <robin@kitsite.com>
15999              Date: Tue, 1 May 2001 13:35:00 +0100
16000              Message-ID: <20010501133500.A4061@penderel>
16001      Branch: perl
16002            ! ext/B/B/Deparse.pm
16003 ____________________________________________________________________________
16004 [  9924] By: jhi                                   on 2001/05/01  13:09:22
16005         Log: Subject: [PATCH B::Deparse] do, warn, use
16006              From: Robin Houston <robin@kitsite.com>
16007              Date: Tue, 1 May 2001 13:31:03 +0100
16008              Message-ID: <20010501133103.A4041@penderel>
16009      Branch: perl
16010            ! ext/B/B/Deparse.pm
16011 ____________________________________________________________________________
16012 [  9923] By: jhi                                   on 2001/05/01  11:45:36
16013         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
16014              From: Benjamin Sugars <ben.sugars@home.com>
16015              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
16016              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
16017      Branch: perl
16018            + t/io/fflush.t
16019            ! MANIFEST
16020 ____________________________________________________________________________
16021 [  9922] By: jhi                                   on 2001/05/01  11:35:42
16022         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
16023              From: Peter Prymmer <pvhp@forte.com>
16024              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
16025              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
16026      Branch: perl
16027            ! t/lib/selfstubber.t
16028 ____________________________________________________________________________
16029 [  9921] By: jhi                                   on 2001/04/30  16:34:33
16030         Log: Subject: [PATCH B::Concise] suppress warning
16031              From: Robin Houston <robin@kitsite.com>
16032              Date: Mon, 30 Apr 2001 16:09:49 +0100
16033              Message-ID: <20010430160949.A25086@penderel>
16034      Branch: perl
16035            ! ext/B/B/Concise.pm
16036 ____________________________________________________________________________
16037 [  9920] By: jhi                                   on 2001/04/30  13:56:04
16038         Log: Strip the *markers* from #9919.
16039      Branch: perl
16040            ! pod/perlfaq.pod pod/perlfaq5.pod
16041 ____________________________________________________________________________
16042 [  9919] By: jhi                                   on 2001/04/30  13:54:04
16043         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
16044              From: Gwyn Judd <b.judd@xtra.co.nz>
16045              Date: Sun, 29 Apr 2001 01:47:49 +1200
16046              Message-ID: <20010429014749.A4418@thislove>
16047      Branch: perl
16048            ! pod/perlfaq.pod pod/perlfaq5.pod
16049 ____________________________________________________________________________
16050 [  9918] By: jhi                                   on 2001/04/30  13:13:54
16051         Log: More_tweakage.
16052      Branch: perl
16053            ! pod/perldata.pod pod/perldiag.pod
16054 ____________________________________________________________________________
16055 [  9917] By: jhi                                   on 2001/04/30  13:01:27
16056         Log: Update Changes.
16057      Branch: perl
16058            ! Changes patchlevel.h
16059 ____________________________________________________________________________
16060 [  9916] By: jhi                                   on 2001/04/30  12:57:03
16061         Log: T_w_e_a_k_a_g_e.
16062      Branch: perl
16063            ! pod/perldata.pod pod/perldiag.pod
16064 ____________________________________________________________________________
16065 [  9915] By: jhi                                   on 2001/04/30  12:39:29
16066         Log: Install s2p also as psed.
16067              
16068              TODO: psed documentation?
16069      Branch: perl
16070            ! installperl
16071 ____________________________________________________________________________
16072 [  9914] By: jhi                                   on 2001/04/30  12:29:21
16073         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
16074              From: Jens Hamisch <jens@Strawberry.COM>
16075              Date: Fri, 27 Apr 2001 17:00:36 +0200
16076              Message-ID: <20010427170036.K1372@Strawberry.COM>
16077              
16078              SOCKS5_VERSION_NAME is the right symbol to detect
16079              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
16080              function called socks5_init() is available, and even that is
16081              not universal, most SOCKS5 installations use SOCKSinit()).
16082      Branch: perl
16083            ! perlio.c
16084 ____________________________________________________________________________
16085 [  9913] By: jhi                                   on 2001/04/30  12:22:15
16086         Log: Allow a zero timeout on IO::Socket accept and connect--
16087              though one really shouldn't do that.  Based on
16088              
16089              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
16090              From: "John Holdsworth" <coldwave@bigfoot.com>
16091              Date: Sun, 4 Feb 2001 12:48:18 +0100
16092              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
16093      Branch: perl
16094            ! ext/IO/lib/IO/Socket.pm
16095 ____________________________________________________________________________
16096 [  9912] By: jhi                                   on 2001/04/30  11:27:27
16097         Log: Save the spot of regprev (see #9911) for binary compatibility;
16098              regen API.
16099      Branch: perl
16100            ! embedvar.h perlapi.h thrdvar.h
16101 ____________________________________________________________________________
16102 [  9911] By: jhi                                   on 2001/04/30  11:22:03
16103         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
16104              From: Hugo <hv@crypt.compulink.co.uk>
16105              Date: Sun, 29 Apr 2001 17:09:30 +0100
16106              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
16107      Branch: perl
16108            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
16109 ____________________________________________________________________________
16110 [  9910] By: jhi                                   on 2001/04/30  11:15:12
16111         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
16112              a dummy for PL_numeric_radix); no pressing reason to break
16113              binary compatibility; regen API.
16114      Branch: perl
16115            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
16116            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
16117 ____________________________________________________________________________
16118 [  9909] By: jhi                                   on 2001/04/30  10:56:08
16119         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
16120              From: Walt Mankowski <waltman@netaxs.com>
16121              Date: Sun, 29 Apr 2001 21:53:48 -0400
16122              Message-ID: <20010429215348.A3971@netaxs.com>
16123      Branch: perl
16124            ! pod/perlfunc.pod
16125 ____________________________________________________________________________
16126 [  9908] By: jhi                                   on 2001/04/30  10:49:40
16127         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
16128      Branch: perl
16129            ! t/lib/selfstubber.t
16130 ____________________________________________________________________________
16131 [  9907] By: nick                                  on 2001/04/30  09:26:50
16132         Log: Integrate mainline.
16133      Branch: perlio
16134           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
16135 ____________________________________________________________________________
16136 [  9906] By: jhi                                   on 2001/04/29  23:24:20
16137         Log: Abigail spotted a thinko in #9905.
16138      Branch: perl
16139            ! pod/perldiag.pod
16140 ____________________________________________________________________________
16141 [  9905] By: jhi                                   on 2001/04/29  15:55:39
16142         Log: Changed the underscore/undebar syntax in numeric constants;
16143              now any grouping will do, as long as the underscores are not
16144              consecutive (so "zero-grouping" is out), and they do not begin
16145              or end the integer or fractional parts.
16146      Branch: perl
16147            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
16148 ____________________________________________________________________________
16149 [  9904] By: nick                                  on 2001/04/29  15:43:22
16150         Log: Integrate mainline.
16151      Branch: perlio
16152           +> (branch 98 files)
16153            - lib/unicode/Block.pl
16154            - lib/unicode/In/AlphabeticPresentationForms.pl
16155            - lib/unicode/In/Arabic.pl
16156            - lib/unicode/In/ArabicPresentationForms-A.pl
16157            - lib/unicode/In/ArabicPresentationForms-B.pl
16158            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
16159            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
16160            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
16161            - lib/unicode/In/BopomofoExtended.pl
16162            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
16163            - lib/unicode/In/CJKCompatibility.pl
16164            - lib/unicode/In/CJKCompatibilityForms.pl
16165            - lib/unicode/In/CJKCompatibilityIdeographs.pl
16166            - lib/unicode/In/CJKRadicalsSupplement.pl
16167            - lib/unicode/In/CJKSymbolsandPunctuation.pl
16168            - lib/unicode/In/CJKUnifiedIdeographs.pl
16169            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
16170            - lib/unicode/In/Cherokee.pl
16171            - lib/unicode/In/CombiningDiacriticalMarks.pl
16172            - lib/unicode/In/CombiningHalfMarks.pl
16173            - lib/unicode/In/CombiningMarksforSymbols.pl
16174            - lib/unicode/In/ControlPictures.pl
16175            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
16176            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
16177            - lib/unicode/In/EnclosedAlphanumerics.pl
16178            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
16179            - lib/unicode/In/Ethiopic.pl
16180            - lib/unicode/In/GeneralPunctuation.pl
16181            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
16182            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
16183            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
16184            - lib/unicode/In/HalfwidthandFullwidthForms.pl
16185            - lib/unicode/In/HangulCompatibilityJamo.pl
16186            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
16187            - lib/unicode/In/Hebrew.pl
16188            - lib/unicode/In/HighPrivateUseSurrogates.pl
16189            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
16190            - lib/unicode/In/IPAExtensions.pl
16191            - lib/unicode/In/IdeographicDescriptionCharacters.pl
16192            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
16193            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
16194            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
16195            - lib/unicode/In/Latin-1Supplement.pl
16196            - lib/unicode/In/LatinExtended-A.pl
16197            - lib/unicode/In/LatinExtended-B.pl
16198            - lib/unicode/In/LatinExtendedAdditional.pl
16199            - lib/unicode/In/LetterlikeSymbols.pl
16200            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
16201            - lib/unicode/In/MathematicalOperators.pl
16202            - lib/unicode/In/MiscellaneousSymbols.pl
16203            - lib/unicode/In/MiscellaneousTechnical.pl
16204            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
16205            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
16206            - lib/unicode/In/OpticalCharacterRecognition.pl
16207            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
16208            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
16209            - lib/unicode/In/SmallFormVariants.pl
16210            - lib/unicode/In/SpacingModifierLetters.pl
16211            - lib/unicode/In/Specials.pl
16212            - lib/unicode/In/SuperscriptsandSubscripts.pl
16213            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
16214            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
16215            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
16216            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
16217            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
16218           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
16219           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
16220           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
16221           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
16222           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
16223           !> utf8.c win32/Makefile
16224 ____________________________________________________________________________
16225 [  9903] By: jhi                                   on 2001/04/29  14:30:53
16226         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
16227              From: Prymmer/Kahn <pvhp@best.com>
16228              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
16229              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
16230      Branch: perl
16231            ! win32/Makefile
16232 ____________________________________________________________________________
16233 [  9902] By: jhi                                   on 2001/04/29  02:52:44
16234         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
16235              From: "Abigail" <abigail@foad.org>
16236              Date: Sun, 29 Apr 2001 03:14:25 +0200
16237              Message-ID: <20010429011425.24503.qmail@foad.org>
16238      Branch: perl
16239            ! ext/IO/lib/IO/Seekable.pm
16240 ____________________________________________________________________________
16241 [  9901] By: jhi                                   on 2001/04/29  02:04:46
16242         Log: In character classes one couldn't have 0x80..0xff characters
16243              at the left hand side if there were 0x100.. characters in the
16244              character class.
16245      Branch: perl
16246            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
16247            ! t/op/pat.t utf8.c
16248 ____________________________________________________________________________
16249 [  9900] By: jhi                                   on 2001/04/28  22:55:04
16250         Log: Forgot the latest mktables.PL from #9899.
16251      Branch: perl
16252            ! lib/unicode/mktables.PL
16253 ____________________________________________________________________________
16254 [  9899] By: jhi                                   on 2001/04/28  22:53:28
16255         Log: Explain the \p{} and \P{} error message better and
16256              have prettier prettyprint in In.pl.
16257      Branch: perl
16258            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
16259            ! pod/perldiag.pod
16260 ____________________________________________________________________________
16261 [  9898] By: jhi                                   on 2001/04/28  21:03:34
16262         Log: Add one possible explanation for the "Invalid [] range" error.
16263      Branch: perl
16264            ! pod/perldiag.pod
16265 ____________________________________________________________________________
16266 [  9897] By: jhi                                   on 2001/04/28  17:18:26
16267         Log: Add a level of indirection to the implementation of \p{InFoo}
16268              so that we don't have to have long filenames.  (Nothing changes
16269              in the user interface.)   The indirection is defined in
16270              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
16271              Also rename some the character classes by removing '-' from
16272              the classnames, and finally renamed Block.pl as Blocks.pl.
16273      Branch: perl
16274            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
16275            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
16276            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
16277            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
16278            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
16279            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
16280            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
16281            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
16282            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
16283            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
16284            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
16285            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
16286            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
16287            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
16288            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
16289            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
16290            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
16291            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
16292            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
16293            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
16294            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
16295            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
16296            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
16297            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
16298            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
16299            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
16300            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
16301            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
16302            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
16303            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
16304            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
16305            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
16306            + lib/unicode/In/94.pl lib/unicode/In/95.pl
16307            - lib/unicode/Block.pl
16308            - lib/unicode/In/AlphabeticPresentationForms.pl
16309            - lib/unicode/In/Arabic.pl
16310            - lib/unicode/In/ArabicPresentationForms-A.pl
16311            - lib/unicode/In/ArabicPresentationForms-B.pl
16312            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
16313            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
16314            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
16315            - lib/unicode/In/BopomofoExtended.pl
16316            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
16317            - lib/unicode/In/CJKCompatibility.pl
16318            - lib/unicode/In/CJKCompatibilityForms.pl
16319            - lib/unicode/In/CJKCompatibilityIdeographs.pl
16320            - lib/unicode/In/CJKRadicalsSupplement.pl
16321            - lib/unicode/In/CJKSymbolsandPunctuation.pl
16322            - lib/unicode/In/CJKUnifiedIdeographs.pl
16323            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
16324            - lib/unicode/In/Cherokee.pl
16325            - lib/unicode/In/CombiningDiacriticalMarks.pl
16326            - lib/unicode/In/CombiningHalfMarks.pl
16327            - lib/unicode/In/CombiningMarksforSymbols.pl
16328            - lib/unicode/In/ControlPictures.pl
16329            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
16330            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
16331            - lib/unicode/In/EnclosedAlphanumerics.pl
16332            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
16333            - lib/unicode/In/Ethiopic.pl
16334            - lib/unicode/In/GeneralPunctuation.pl
16335            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
16336            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
16337            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
16338            - lib/unicode/In/HalfwidthandFullwidthForms.pl
16339            - lib/unicode/In/HangulCompatibilityJamo.pl
16340            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
16341            - lib/unicode/In/Hebrew.pl
16342            - lib/unicode/In/HighPrivateUseSurrogates.pl
16343            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
16344            - lib/unicode/In/IPAExtensions.pl
16345            - lib/unicode/In/IdeographicDescriptionCharacters.pl
16346            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
16347            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
16348            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
16349            - lib/unicode/In/Latin-1Supplement.pl
16350            - lib/unicode/In/LatinExtended-A.pl
16351            - lib/unicode/In/LatinExtended-B.pl
16352            - lib/unicode/In/LatinExtendedAdditional.pl
16353            - lib/unicode/In/LetterlikeSymbols.pl
16354            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
16355            - lib/unicode/In/MathematicalOperators.pl
16356            - lib/unicode/In/MiscellaneousSymbols.pl
16357            - lib/unicode/In/MiscellaneousTechnical.pl
16358            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
16359            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
16360            - lib/unicode/In/OpticalCharacterRecognition.pl
16361            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
16362            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
16363            - lib/unicode/In/SmallFormVariants.pl
16364            - lib/unicode/In/SpacingModifierLetters.pl
16365            - lib/unicode/In/Specials.pl
16366            - lib/unicode/In/SuperscriptsandSubscripts.pl
16367            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
16368            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
16369            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
16370            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
16371            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
16372            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
16373            ! pod/perlunicode.pod
16374 ____________________________________________________________________________
16375 [  9896] By: jhi                                   on 2001/04/28  14:33:17
16376         Log: Update the information on shared library path on HP-UX.
16377      Branch: perl
16378            ! INSTALL
16379 ____________________________________________________________________________
16380 [  9895] By: jhi                                   on 2001/04/28  14:32:30
16381         Log: Because #9894 seems to do the trick, this workaround can be removed.
16382      Branch: perl
16383            ! t/lib/selfstubber.t
16384 ____________________________________________________________________________
16385 [  9894] By: jhi                                   on 2001/04/28  14:26:13
16386         Log: For PerlIO flush the children's file handles (on fork/exec/system).
16387      Branch: perl
16388            ! perl.h
16389 ____________________________________________________________________________
16390 [  9893] By: jhi                                   on 2001/04/28  14:23:15
16391         Log: Test tweak for #9891.
16392      Branch: perl
16393            ! t/lib/b-deparse.t
16394 ____________________________________________________________________________
16395 [  9892] By: jhi                                   on 2001/04/28  14:10:13
16396         Log: New HP-UX hints from Merijn.
16397      Branch: perl
16398            ! hints/hpux.sh
16399 ____________________________________________________________________________
16400 [  9891] By: jhi                                   on 2001/04/28  14:07:27
16401         Log: Subject: [PATCH B::Deparse] non-block scopes
16402              From: Robin Houston <robin@kitsite.com>
16403              Date: Fri, 27 Apr 2001 19:15:14 +0100
16404              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
16405      Branch: perl
16406            ! ext/B/B/Deparse.pm
16407 ____________________________________________________________________________
16408 [  9890] By: nick                                  on 2001/04/27  19:41:25
16409         Log: Integrate mainline
16410      Branch: perlio
16411           +> t/lib/selfstubber.t
16412           !> (integrate 50 files)
16413 ____________________________________________________________________________
16414 [  9889] By: jhi                                   on 2001/04/27  18:23:46
16415         Log: Subject: Re: selfstubber test fail on bleadperl
16416              From: Mike Guy <mjtg@cam.ac.uk>
16417              Date: Fri, 27 Apr 2001 19:31:18 +0100
16418              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
16419      Branch: perl
16420            ! t/lib/selfstubber.t
16421 ____________________________________________________________________________
16422 [  9888] By: jhi                                   on 2001/04/27  16:20:54
16423         Log: Test tweak for #9886.
16424      Branch: perl
16425            ! t/lib/b-deparse.t
16426 ____________________________________________________________________________
16427 [  9887] By: jhi                                   on 2001/04/27  16:16:33
16428         Log: Buffering issue at least in Solaris (even with perlio).
16429      Branch: perl
16430            ! t/lib/selfstubber.t
16431 ____________________________________________________________________________
16432 [  9886] By: jhi                                   on 2001/04/27  14:59:23
16433         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
16434              From: Robin Houston <robin@kitsite.com>
16435              Date: Fri, 27 Apr 2001 16:53:20 +0100
16436              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
16437      Branch: perl
16438            ! ext/B/B/Deparse.pm
16439 ____________________________________________________________________________
16440 [  9885] By: jhi                                   on 2001/04/27  14:23:51
16441         Log: Update Changes.
16442      Branch: perl
16443            ! Changes patchlevel.h
16444 ____________________________________________________________________________
16445 [  9884] By: jhi                                   on 2001/04/27  14:14:12
16446         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
16447              From: "Philip Newton" <pnewton@gmx.de>
16448              Date: Fri, 27 Apr 2001 16:40:13 +0200
16449              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
16450      Branch: perl
16451            ! pod/perldata.pod
16452 ____________________________________________________________________________
16453 [  9883] By: jhi                                   on 2001/04/27  13:28:19
16454         Log: Add LOG_PERROR; prettify the "removed".
16455      Branch: perl
16456            ! ext/Sys/Syslog/Syslog.xs
16457 ____________________________________________________________________________
16458 [  9882] By: jhi                                   on 2001/04/27  13:13:18
16459         Log: h2xs tweaks: use NV instead of double, "quote" the removed
16460              prefixes for clarity (especially when nothing is removed),
16461              slight pod reformats.
16462      Branch: perl
16463            ! utils/h2xs.PL
16464 ____________________________________________________________________________
16465 [  9881] By: jhi                                   on 2001/04/27  12:58:48
16466         Log: Don't bother creating existing directories.
16467      Branch: perl
16468            ! utils/h2xs.PL
16469 ____________________________________________________________________________
16470 [  9880] By: jhi                                   on 2001/04/27  12:45:39
16471         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
16472              From: Mike Schilli <m@perlmeister.com>
16473              Date: Wed, 25 Apr 2001 01:29:21 -0700
16474              Message-id: <3AE68AE1.6A981723@perlmeister.com>
16475      Branch: perl
16476            ! utils/h2xs.PL
16477 ____________________________________________________________________________
16478 [  9879] By: jhi                                   on 2001/04/27  12:40:55
16479         Log: break is not yet Perl.  Added the template license also to README.
16480      Branch: perl
16481            ! utils/h2xs.PL
16482 ____________________________________________________________________________
16483 [  9878] By: jhi                                   on 2001/04/27  03:08:20
16484         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
16485              From: Tim Jenness <t.jenness@jach.hawaii.edu>
16486              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
16487              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
16488      Branch: perl
16489            ! t/lib/xs-typemap.t
16490 ____________________________________________________________________________
16491 [  9877] By: jhi                                   on 2001/04/26  23:54:40
16492         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
16493              From: "Abigail" <abigail@foad.org>
16494              Date: Fri, 27 Apr 2001 01:44:28 +0200
16495              Message-ID: <20010426234428.19786.qmail@foad.org>
16496      Branch: perl
16497            ! utils/h2xs.PL
16498 ____________________________________________________________________________
16499 [  9876] By: jhi                                   on 2001/04/26  23:52:06
16500         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
16501              From: Peter Prymmer <pvhp@forte.com>
16502              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
16503              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
16504      Branch: perl
16505            ! t/lib/selfstubber.t
16506 ____________________________________________________________________________
16507 [  9875] By: jhi                                   on 2001/04/26  23:48:10
16508         Log: Deparse nits.
16509      Branch: perl
16510            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
16511 ____________________________________________________________________________
16512 [  9874] By: jhi                                   on 2001/04/26  22:46:05
16513         Log: Document ANYOF_CLASS.
16514      Branch: perl
16515            ! regcomp.h
16516 ____________________________________________________________________________
16517 [  9873] By: jhi                                   on 2001/04/26  22:35:03
16518         Log: Subject: Re: [PATCH @9846] dumping ANYOF
16519              From: Hugo <hv@crypt.compulink.co.uk>
16520              Date: Thu, 26 Apr 2001 23:33:38 +0100
16521              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
16522      Branch: perl
16523            ! regcomp.c regcomp.h
16524 ____________________________________________________________________________
16525 [  9872] By: jhi                                   on 2001/04/26  22:34:31
16526         Log: Subject: [PATCH] more for Devel::SelfStubber
16527              From: Nicholas Clark <nick@ccl4.org>
16528              Date: Fri, 27 Apr 2001 00:13:52 +0100
16529              Message-ID: <20010427001351.K88186@plum.flirble.org>
16530      Branch: perl
16531            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
16532 ____________________________________________________________________________
16533 [  9871] By: jhi                                   on 2001/04/26  21:59:17
16534         Log: Subject: [PATCH B::Deparse] formats must be flush left
16535              From: Robin Houston <robin@kitsite.com>
16536              Date: Thu, 26 Apr 2001 23:54:29 +0100
16537              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
16538      Branch: perl
16539            ! ext/B/B/Deparse.pm
16540 ____________________________________________________________________________
16541 [  9870] By: jhi                                   on 2001/04/26  21:57:37
16542         Log: If some of the constants are prefixes of others,
16543              the prefixes may never get recognized.  (See 20010426.006.)
16544      Branch: perl
16545            ! utils/h2xs.PL
16546 ____________________________________________________________________________
16547 [  9869] By: jhi                                   on 2001/04/26  21:50:42
16548         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
16549              From: Chris Bongaarts <cab@tc.umn.edu>
16550              Date: Thu, 26 Apr 2001 17:10:31 -0500
16551              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
16552      Branch: perl
16553            ! ext/Sys/Syslog/Syslog.xs
16554 ____________________________________________________________________________
16555 [  9868] By: jhi                                   on 2001/04/26  21:35:12
16556         Log: Further cuts and more docs from Graham Barr.
16557      Branch: perl
16558            ! ext/List/Util/lib/List/Util.pm
16559            ! ext/List/Util/lib/Scalar/Util.pm
16560 ____________________________________________________________________________
16561 [  9867] By: jhi                                   on 2001/04/26  21:18:57
16562         Log: Subject: [PATCH 5.7.1] DB_File-1.77
16563              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
16564              Date: Thu, 26 Apr 2001 22:37:53 +0100
16565              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
16566      Branch: perl
16567            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
16568            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
16569 ____________________________________________________________________________
16570 [  9866] By: jhi                                   on 2001/04/26  21:12:31
16571         Log: Subject: [PATCH B::Deparse] fix easy bugs
16572              From: Robin Houston <robin@kitsite.com>
16573              Date: Thu, 26 Apr 2001 23:03:33 +0100
16574              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
16575      Branch: perl
16576            ! ext/B/B/Deparse.pm
16577 ____________________________________________________________________________
16578 [  9865] By: jhi                                   on 2001/04/26  20:26:13
16579         Log: Update Changes.
16580      Branch: perl
16581            ! Changes patchlevel.h
16582 ____________________________________________________________________________
16583 [  9864] By: jhi                                   on 2001/04/26  19:27:48
16584         Log: Dethinko from Robin Houston.
16585      Branch: perl
16586            ! ext/B/B/Deparse.pm
16587 ____________________________________________________________________________
16588 [  9863] By: jhi                                   on 2001/04/26  19:10:35
16589         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
16590              From: Robin Houston <robin@kitsite.com>
16591              Date: Thu, 26 Apr 2001 21:08:32 +0100
16592              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
16593      Branch: perl
16594            ! ext/B/B/Deparse.pm
16595 ____________________________________________________________________________
16596 [  9862] By: jhi                                   on 2001/04/26  19:04:23
16597         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
16598              From: Robin Houston <robin@kitsite.com>
16599              Date: Thu, 26 Apr 2001 20:52:50 +0100
16600              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
16601      Branch: perl
16602            ! ext/B/B/Deparse.pm
16603 ____________________________________________________________________________
16604 [  9861] By: jhi                                   on 2001/04/26  18:56:14
16605         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
16606              From: Mike Guy <mjtg@cam.ac.uk>
16607              Date: Thu, 26 Apr 2001 14:22:40 +0100
16608              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
16609      Branch: perl
16610            ! pod/perlobj.pod
16611 ____________________________________________________________________________
16612 [  9860] By: jhi                                   on 2001/04/26  18:46:42
16613         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
16614              From: Robin Houston <robin@kitsite.com>
16615              Date: Thu, 26 Apr 2001 20:34:29 +0100
16616              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
16617              
16618              Hashes do not interpolate.
16619      Branch: perl
16620            ! ext/B/B/Deparse.pm
16621 ____________________________________________________________________________
16622 [  9859] By: jhi                                   on 2001/04/26  18:43:51
16623         Log: Subject: The Time::Piece conspiracy unmasked!!!
16624              From: Mike Guy <mjtg@cam.ac.uk>
16625              Date: Thu, 26 Apr 2001 19:02:50 +0100
16626              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
16627              
16628              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
16629              From: Mike Guy <mjtg@cam.ac.uk>
16630              Date: Thu, 26 Apr 2001 19:08:21 +0100
16631              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
16632              
16633              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
16634              From: Graham Barr <gbarr@pobox.com>
16635              Date: Thu, 26 Apr 2001 19:12:03 +0100
16636              Message-ID: <20010426191203.A70835@pobox.com>
16637              
16638              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
16639      Branch: perl
16640            ! ext/List/Util/lib/List/Util.pm
16641            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
16642 ____________________________________________________________________________
16643 [  9858] By: jhi                                   on 2001/04/26  18:17:42
16644         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
16645              From: Robin Houston <robin@kitsite.com>
16646              Date: Thu, 26 Apr 2001 16:09:35 +0100
16647              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
16648      Branch: perl
16649            ! t/comp/proto.t
16650 ____________________________________________________________________________
16651 [  9857] By: jhi                                   on 2001/04/26  18:04:59
16652         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
16653              From: barries <barries@slaysys.com>
16654              Date: Thu, 26 Apr 2001 12:01:10 -0400
16655              Message-ID: <20010426120110.E29698@jester.slaysys.com>
16656      Branch: perl
16657            ! pod/perldiag.pod
16658 ____________________________________________________________________________
16659 [  9856] By: jhi                                   on 2001/04/26  18:03:33
16660         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
16661              Date: Thu, 26 Apr 2001 17:13:41 +0100
16662              From: Robin Houston <robin@kitsite.com>
16663              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
16664              
16665              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
16666              From: Robin Houston <robin@kitsite.com>
16667              Date: Thu, 26 Apr 2001 18:44:29 +0100
16668              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
16669      Branch: perl
16670            ! ext/B/B/Deparse.pm
16671 ____________________________________________________________________________
16672 [  9855] By: jhi                                   on 2001/04/26  17:56:04
16673         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
16674              From: Robin Houston <robin@kitsite.com>
16675              Date: Thu, 26 Apr 2001 17:04:08 +0100
16676              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
16677      Branch: perl
16678            ! ext/B/B/Deparse.pm
16679 ____________________________________________________________________________
16680 [  9854] By: jhi                                   on 2001/04/26  17:47:26
16681         Log: Subject: Re: Short test case for undef %stash:: crash
16682              From: Benjamin Sugars <bsugars@canoe.ca> 
16683              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
16684              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
16685              Changed and moved the perldiag entry.
16686      Branch: perl
16687            ! gv.c pod/perldiag.pod
16688 ____________________________________________________________________________
16689 [  9853] By: jhi                                   on 2001/04/26  14:35:16
16690         Log: Beginnings of strptime().  Do not touch the wet paint.
16691      Branch: perl
16692            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
16693 ____________________________________________________________________________
16694 [  9852] By: jhi                                   on 2001/04/26  13:17:21
16695         Log: Retract #9851, core dumps from pod2man.
16696      Branch: perl
16697            ! regcomp.c
16698 ____________________________________________________________________________
16699 [  9851] By: jhi                                   on 2001/04/26  11:54:41
16700         Log: (Retracted by #9852.)
16701              
16702              Subject: [PATCH @9846] dumping ANYOF
16703              From: Hugo <hv@crypt.compulink.co.uk>
16704              Date: Thu, 26 Apr 2001 05:32:38 +0100
16705              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
16706      Branch: perl
16707            ! regcomp.c
16708 ____________________________________________________________________________
16709 [  9850] By: jhi                                   on 2001/04/26  02:34:44
16710         Log: If ccflags was empty the _previous_ $* containing all the
16711              environment variables and Configure variables was used,
16712              which lead, among other bad things, into $ccflags being your
16713              uname -a output, which lead into test compile with cc failing,
16714              which lead into gcc being selected, which didn't work that well
16715              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
16716              with large files, et cetera.
16717      Branch: perl
16718            ! hints/hpux.sh
16719 ____________________________________________________________________________
16720 [  9849] By: jhi                                   on 2001/04/26  01:44:57
16721         Log: Make selfstubber test more portable.
16722      Branch: perl
16723            ! t/lib/selfstubber.t
16724 ____________________________________________________________________________
16725 [  9848] By: jhi                                   on 2001/04/26  00:50:26
16726         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
16727              From: Benjamin Sugars <ben.sugars@home.com>
16728              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
16729              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
16730      Branch: perl
16731            ! ext/Cwd/Cwd.xs
16732 ____________________________________________________________________________
16733 [  9847] By: jhi                                   on 2001/04/26  00:46:58
16734         Log: Subject: [PATCH: perl@9841] VMS updates
16735              From: Peter Prymmer <pvhp@forte.com>
16736              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
16737              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
16738      Branch: perl
16739            ! README.vms configure.com vms/descrip_mms.template
16740            ! vms/ext/filespec.t
16741 ____________________________________________________________________________
16742 [  9846] By: jhi                                   on 2001/04/26  00:11:56
16743         Log: re 'debug' was broken by #9084.
16744      Branch: perl
16745            ! ext/re/re.xs
16746 ____________________________________________________________________________
16747 [  9845] By: jhi                                   on 2001/04/25  22:33:17
16748         Log: Subject: [PATCH] test for Devel::SelfStubber
16749              From: Nicholas Clark <nick@ccl4.org>
16750              Date: Thu, 26 Apr 2001 00:00:54 +0100
16751              Message-ID: <20010426000054.D89026@plum.flirble.org>
16752      Branch: perl
16753            + t/lib/selfstubber.t
16754            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
16755 ____________________________________________________________________________
16756 [  9844] By: jhi                                   on 2001/04/25  22:29:32
16757         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
16758              From: Paul Johnson <paul@pjcj.net>
16759              Date: Thu, 26 Apr 2001 00:46:08 +0200
16760              Message-ID: <20010426004608.H2338@pjcj.net>
16761      Branch: perl
16762            ! ext/B/B/Concise.pm
16763 ____________________________________________________________________________
16764 [  9843] By: jhi                                   on 2001/04/25  22:28:28
16765         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
16766              From: Peter Prymmer <pvhp@forte.com>
16767              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
16768              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
16769      Branch: perl
16770            ! ext/Cwd/Cwd.xs
16771 ____________________________________________________________________________
16772 [  9842] By: jhi                                   on 2001/04/25  20:58:12
16773         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
16774              From: John Peacock <jpeacock@rowman.com>
16775              Date: Wed, 25 Apr 2001 17:30:26 -0400
16776              Message-ID: <3AE741F2.B3217464@rowman.com>
16777      Branch: perl
16778            ! lib/Math/BigInt.pm t/lib/bigintpm.t
16779 ____________________________________________________________________________
16780 [  9841] By: jhi                                   on 2001/04/25  20:07:05
16781         Log: Update Changes.
16782      Branch: perl
16783            ! Changes patchlevel.h
16784 ____________________________________________________________________________
16785 [  9840] By: jhi                                   on 2001/04/25  19:56:51
16786         Log: Yet another HP-UX hints version from Merijn.
16787      Branch: perl
16788            ! hints/hpux.sh
16789 ____________________________________________________________________________
16790 [  9839] By: jhi                                   on 2001/04/25  19:53:04
16791         Log: abs_path() didn't terminate the filename correctly,
16792              in DIRNAMLENless systems like HP-UX this would fail.
16793      Branch: perl
16794            ! ext/Cwd/Cwd.xs
16795 ____________________________________________________________________________
16796 [  9838] By: jhi                                   on 2001/04/25  16:37:26
16797         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
16798              From: Mike Guy <mjtg@cam.ac.uk>
16799              Date: Wed, 25 Apr 2001 18:31:47 +0100
16800              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
16801      Branch: perl
16802            ! op.c
16803 ____________________________________________________________________________
16804 [  9837] By: jhi                                   on 2001/04/25  16:21:53
16805         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
16806              From: Jon Eveland <jweveland@yahoo.com>
16807              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
16808              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
16809      Branch: perl
16810            ! lib/perl5db.pl
16811 ____________________________________________________________________________
16812 [  9836] By: jhi                                   on 2001/04/25  14:17:50
16813         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
16814              From: "Philip Newton" <pnewton@gmx.de>
16815              Date: Wed, 25 Apr 2001 17:05:58 +0200
16816              Message-ID: <3AE703F6.3234.1833C45@localhost>
16817      Branch: perl
16818            ! Porting/patching.pod
16819 ____________________________________________________________________________
16820 [  9835] By: jhi                                   on 2001/04/25  13:58:07
16821         Log: It would seem that both ar and full_ar need to be overridden
16822              for HP-UX to avoid the GNU ar.
16823      Branch: perl
16824            ! hints/hpux.sh
16825 ____________________________________________________________________________
16826 [  9834] By: jhi                                   on 2001/04/25  13:50:40
16827         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
16828              From: "Philip Newton" <pnewton@gmx.de>
16829              Date: Wed, 25 Apr 2001 16:09:23 +0200
16830              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
16831              
16832              Detypo.
16833      Branch: perl
16834            ! t/op/misc.t
16835 ____________________________________________________________________________
16836 [  9833] By: jhi                                   on 2001/04/25  12:36:11
16837         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
16838      Branch: perl
16839            ! hints/hpux.sh
16840 ____________________________________________________________________________
16841 [  9832] By: jhi                                   on 2001/04/25  12:33:36
16842         Log: New version of HP-UX hints from Merijn.
16843      Branch: perl
16844            ! hints/hpux.sh
16845 ____________________________________________________________________________
16846 [  9831] By: jhi                                   on 2001/04/25  03:39:45
16847         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
16848      Branch: perl
16849            ! hints/hpux.sh
16850 ____________________________________________________________________________
16851 [  9830] By: jhi                                   on 2001/04/25  02:53:25
16852         Log: The tzname[] bit is not needed by util.c -- and causes
16853              heartburn in VMS (and it missing was probably the cause of
16854              the Mac OS X trouble).  Ouch.
16855      Branch: perl
16856            ! ext/POSIX/POSIX.xs util.c
16857 ____________________________________________________________________________
16858 [  9829] By: jhi                                   on 2001/04/25  00:10:06
16859         Log: Metaconfig unit change for #9828.
16860      Branch: metaconfig
16861            ! U/compline/ccflags.U
16862 ____________________________________________________________________________
16863 [  9828] By: jhi                                   on 2001/04/25  00:04:18
16864         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
16865              (which is actually the reason for the change, we need to pass
16866              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
16867              EP/IX, OS/2, and TitanOS, based on the hints files.
16868      Branch: perl
16869            ! Configure config_h.SH
16870 ____________________________________________________________________________
16871 [  9827] By: jhi                                   on 2001/04/24  23:49:20
16872         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
16873              the $cat must have an absolute path.
16874      Branch: perl
16875            ! makedepend.SH
16876 ____________________________________________________________________________
16877 [  9826] By: jhi                                   on 2001/04/24  23:40:53
16878         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
16879      Branch: perl
16880            ! README.amiga
16881 ____________________________________________________________________________
16882 [  9825] By: jhi                                   on 2001/04/24  23:35:35
16883         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
16884              From: "Philip Newton" <pnewton@gmx.de>
16885              Date: Tue, 24 Apr 2001 18:52:49 +0200
16886              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
16887      Branch: perl
16888            ! x2p/find2perl.PL
16889 ____________________________________________________________________________
16890 [  9824] By: jhi                                   on 2001/04/24  23:33:07
16891         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
16892              Some gcc specifics dropped out due to extensive rewriting;
16893              will be put back later as needed.
16894      Branch: perl
16895            ! hints/hpux.sh
16896 ____________________________________________________________________________
16897 [  9823] By: jhi                                   on 2001/04/24  23:27:57
16898         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
16899      Branch: perl
16900            ! ext/POSIX/POSIX.xs
16901 ____________________________________________________________________________
16902 [  9822] By: jhi                                   on 2001/04/24  23:25:21
16903         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
16904              From: Tim Jenness <t.jenness@jach.hawaii.edu>
16905              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
16906              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
16907      Branch: perl
16908            ! ext/XS/Typemap/Typemap.xs
16909 ____________________________________________________________________________
16910 [  9821] By: jhi                                   on 2001/04/24  23:24:10
16911         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
16912              From: "Abigail" <abigail@foad.org>
16913              Date: Tue, 24 Apr 2001 23:12:03 +0200
16914              Message-ID: <20010424211203.7901.qmail@foad.org>
16915      Branch: perl
16916            ! pod/perlport.pod
16917 ____________________________________________________________________________
16918 [  9820] By: jhi                                   on 2001/04/24  23:23:15
16919         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
16920              From: Matt Sergeant <matt@sergeant.org>
16921              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
16922              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
16923      Branch: perl
16924            ! pod/perlfaq4.pod
16925 ____________________________________________________________________________
16926 [  9819] By: nick                                  on 2001/04/24  18:49:43
16927         Log: Integrate mainline.
16928      Branch: perlio
16929           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
16930           !> (integrate 37 files)
16931 ____________________________________________________________________________
16932 [  9818] By: jhi                                   on 2001/04/24  14:35:23
16933         Log: Update Changes.
16934      Branch: perl
16935            ! Changes patchlevel.h
16936 ____________________________________________________________________________
16937 [  9817] By: jhi                                   on 2001/04/24  14:09:17
16938         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
16939              From: "Philip Newton" <pnewton@gmx.de>
16940              Date: Tue, 24 Apr 2001 12:58:12 +0200
16941              Message-ID: <3AE57864.8304.B77A0A@localhost> 
16942              
16943              plus add CPAN to the list of modules that have their own tests.
16944      Branch: perl
16945            ! t/lib/1_compile.t
16946 ____________________________________________________________________________
16947 [  9816] By: jhi                                   on 2001/04/24  14:07:03
16948         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
16949              From: Michael G Schwern <schwern@pobox.com>
16950              Date: Sat, 21 Apr 2001 22:35:00 +0100
16951              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
16952      Branch: perl
16953            ! t/lib/1_compile.t
16954 ____________________________________________________________________________
16955 [  9815] By: jhi                                   on 2001/04/24  13:54:32
16956         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
16957              From: Robin Houston <robin@kitsite.com>
16958              Date: Tue, 24 Apr 2001 15:51:18 +0100
16959              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
16960      Branch: perl
16961            ! ext/B/B/Deparse.pm
16962 ____________________________________________________________________________
16963 [  9814] By: jhi                                   on 2001/04/24  13:17:34
16964         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
16965              From: Bill Glicker <billg@burrelles.com>
16966              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
16967              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
16968      Branch: perl
16969            ! hints/svr5.sh
16970 ____________________________________________________________________________
16971 [  9813] By: jhi                                   on 2001/04/24  12:54:23
16972         Log: Prevent path disclosure (probing for existence of filenames)
16973              using suidperl; bug id 20010322.218.
16974      Branch: perl
16975            ! perl.c pod/perldiag.pod
16976 ____________________________________________________________________________
16977 [  9812] By: jhi                                   on 2001/04/24  12:08:36
16978         Log: Retract #9811.
16979      Branch: perl
16980            ! ext/POSIX/POSIX.xs
16981 ____________________________________________________________________________
16982 [  9811] By: jhi                                   on 2001/04/24  11:57:35
16983         Log: (Retracted by #9812.)
16984      Branch: perl
16985            ! ext/POSIX/POSIX.xs
16986 ____________________________________________________________________________
16987 [  9810] By: jhi                                   on 2001/04/24  03:32:35
16988         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
16989      Branch: perl
16990            ! util.c
16991 ____________________________________________________________________________
16992 [  9809] By: jhi                                   on 2001/04/24  03:16:13
16993         Log: The Math::BigFloat::import() was broken.
16994              (Fixes bug id 20010422.002.)
16995      Branch: perl
16996            ! lib/Math/BigFloat.pm
16997 ____________________________________________________________________________
16998 [  9808] By: jhi                                   on 2001/04/24  01:11:40
16999         Log: Additional dependencies; should help for parallel makes
17000              not to fail on missing lib/lib.pm or lib/re.pm.
17001      Branch: perl
17002            ! Makefile.SH
17003 ____________________________________________________________________________
17004 [  9807] By: jhi                                   on 2001/04/24  00:57:01
17005         Log: Update the test failure disclaimer.
17006      Branch: perl
17007            ! t/pragma/warn/pp_hot
17008 ____________________________________________________________________________
17009 [  9806] By: jhi                                   on 2001/04/24  00:54:04
17010         Log: Add make target "install-all" which is alias for "install"
17011              to cater for case-preserving filesystems like HFS+.
17012      Branch: perl
17013            ! INSTALL Makefile.SH
17014 ____________________________________________________________________________
17015 [  9805] By: jhi                                   on 2001/04/24  00:47:28
17016         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
17017              From: Peter Prymmer <pvhp@forte.com>
17018              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
17019              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
17020              
17021              (Ken William's message forwarded from macosx@perl.org)
17022      Branch: perl
17023            ! hints/darwin.sh
17024 ____________________________________________________________________________
17025 [  9804] By: jhi                                   on 2001/04/23  23:57:35
17026         Log: Cut-and-pasto.
17027      Branch: perl
17028            ! perlio.c
17029 ____________________________________________________________________________
17030 [  9803] By: jhi                                   on 2001/04/23  23:52:25
17031         Log: More PerlIO robustness.
17032      Branch: perl
17033            ! perlio.c
17034 ____________________________________________________________________________
17035 [  9802] By: jhi                                   on 2001/04/23  23:43:35
17036         Log: Make the "STD* opened only for ..." errors more consistent.
17037      Branch: perl
17038            ! doio.c
17039 ____________________________________________________________________________
17040 [  9801] By: jhi                                   on 2001/04/23  23:34:26
17041         Log: Test case for #9800.
17042      Branch: perl
17043            ! t/op/misc.t
17044 ____________________________________________________________________________
17045 [  9800] By: jhi                                   on 2001/04/23  23:14:43
17046         Log: Avoid coredump on 'close STDERR; die' by making
17047              the PerlIO calls more robust.  Also use SETERRNO()
17048              instead of errno = to be more VMS-ready.
17049      Branch: perl
17050            ! perlio.c
17051 ____________________________________________________________________________
17052 [  9799] By: jhi                                   on 2001/04/23  21:41:10
17053         Log: Subject: test for ID 20010423.002
17054              From: Robin Houston <robin@kitsite.com>
17055              Date: Mon, 23 Apr 2001 16:52:21 +0100
17056              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
17057      Branch: perl
17058            ! t/op/avhv.t
17059 ____________________________________________________________________________
17060 [  9798] By: jhi                                   on 2001/04/23  21:40:07
17061         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
17062              From: David Dyck <dcd@tc.fluke.com>
17063              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
17064              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
17065      Branch: perl
17066            ! installperl
17067 ____________________________________________________________________________
17068 [  9797] By: jhi                                   on 2001/04/23  21:37:56
17069         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
17070              From: Benjamin Sugars <bsugars@canoe.ca>
17071              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
17072              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
17073      Branch: perl
17074            ! ext/Cwd/Cwd.xs lib/Cwd.pm
17075 ____________________________________________________________________________
17076 [  9796] By: jhi                                   on 2001/04/23  21:29:24
17077         Log: Synchronize h2xs and pod2man some more on the documentation
17078              templates they propose.
17079      Branch: perl
17080            ! pod/pod2man.PL utils/h2xs.PL
17081 ____________________________________________________________________________
17082 [  9795] By: jhi                                   on 2001/04/23  17:30:40
17083         Log: Add one more naughty test for base64; make encoding logic cleaner.
17084      Branch: perl
17085            ! t/lib/mimeb64.t
17086 ____________________________________________________________________________
17087 [  9794] By: jhi                                   on 2001/04/23  13:51:32
17088         Log: Update Changes.
17089      Branch: perl
17090            ! Changes patchlevel.h
17091 ____________________________________________________________________________
17092 [  9793] By: jhi                                   on 2001/04/23  13:44:18
17093         Log: Duplicate lines.
17094      Branch: perl
17095            ! MANIFEST
17096 ____________________________________________________________________________
17097 [  9792] By: jhi                                   on 2001/04/23  13:39:13
17098         Log: Subject: Re: PATCH 5.7.1
17099              From: Mark-Jason Dominus <mjd@plover.com>
17100              Date: Mon, 23 Apr 2001 10:30:21 -0400
17101              Message-ID: <20010423143021.17335.qmail@plover.com>
17102      Branch: perl
17103            ! perl.h sv.c
17104 ____________________________________________________________________________
17105 [  9791] By: jhi                                   on 2001/04/23  13:32:40
17106         Log: Add the CPAN.pm 1.59_54 tests.
17107      Branch: perl
17108            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
17109            ! MANIFEST
17110 ____________________________________________________________________________
17111 [  9790] By: jhi                                   on 2001/04/23  13:21:55
17112         Log: Subject: Deparse nit
17113              From: Robin Houston <robin@kitsite.com>
17114              Date: Mon, 23 Apr 2001 12:38:20 +0100
17115              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
17116      Branch: perl
17117            ! ext/B/B/Deparse.pm
17118 ____________________________________________________________________________
17119 [  9789] By: jhi                                   on 2001/04/23  13:19:07
17120         Log: Subject: [PATCH] bug 20010423.002
17121              From: Robin Houston <robin@kitsite.com>
17122              Date: Mon, 23 Apr 2001 13:12:30 +0100
17123              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
17124      Branch: perl
17125            ! pp.c
17126 ____________________________________________________________________________
17127 [  9788] By: jhi                                   on 2001/04/23  13:02:49
17128         Log: Subject: PATCH [5.7.1] hv.c unused #define
17129              From: Mark-Jason Dominus <mjd@plover.com>
17130              Date: Sun, 22 Apr 2001 14:17:49 -0400
17131              Message-ID: <20010422181749.26976.qmail@plover.com>
17132      Branch: perl
17133            ! hv.c
17134 ____________________________________________________________________________
17135 [  9787] By: jhi                                   on 2001/04/23  13:02:02
17136         Log: Subject: PATCH 5.7.1
17137              From: Mark-Jason Dominus <mjd@plover.com>
17138              Date: Sun, 22 Apr 2001 15:12:57 -0400
17139              Message-ID: <20010422191258.6539.qmail@plover.com>
17140              
17141              plus Sarathy's STMT_START + STMT_END suggestion.
17142      Branch: perl
17143            ! perl.h
17144 ____________________________________________________________________________
17145 [  9786] By: jhi                                   on 2001/04/23  12:53:25
17146         Log: Fix for
17147              
17148              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
17149              From: dLux <dlux@spam.sch.bme.hu>
17150              Date: Mon, 23 Apr 2001 01:25:26 +0200
17151              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
17152              
17153              (SvGROW really does return a char *.)
17154      Branch: perl
17155            ! pod/perlapi.pod sv.h
17156 ____________________________________________________________________________
17157 [  9785] By: jhi                                   on 2001/04/23  04:34:04
17158         Log: Time::Piece work continues.  $t->day removed since
17159              I think it's too confusing.  Now has normal and
17160              abbreviated length weekday names and month names,
17161              the names change with _names(), not _list().
17162              Now has strftime() in Perl, _strftime() is
17163              the libc version (to which strftime() falls back
17164              if it doesn't know the format.  To do: the reverse
17165              of strftime, strptime(), and the localisation of both.
17166      Branch: perl
17167            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
17168            ! t/lib/time-piece.t
17169 ____________________________________________________________________________
17170 [  9784] By: jhi                                   on 2001/04/23  02:41:46
17171         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
17172              From: andreas.koenig@anima.de (Andreas J. Koenig)
17173              Date: 23 Apr 2001 05:20:55 +0200
17174              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
17175      Branch: perl
17176            ! t/pragma/overload.t
17177 ____________________________________________________________________________
17178 [  9783] By: jhi                                   on 2001/04/22  23:32:42
17179         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
17180              From: Robin Houston <robin@kitsite.com>
17181              Date: Mon, 23 Apr 2001 00:38:18 +0100
17182              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
17183      Branch: perl
17184            ! ext/B/B/Deparse.pm
17185 ____________________________________________________________________________
17186 [  9782] By: jhi                                   on 2001/04/22  20:55:43
17187         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
17188              From: Simon Cozens <simon@netthink.co.uk>
17189              Date: Sun, 22 Apr 2001 18:47:25 +0100
17190              Message-ID: <20010422184725.A14411@netthink.co.uk>
17191      Branch: perl
17192            ! sv.c t/pragma/overload.t
17193 ____________________________________________________________________________
17194 [  9781] By: jhi                                   on 2001/04/22  20:52:13
17195         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
17196              From: Robin Houston <robin@kitsite.com>
17197              Date: Sun, 22 Apr 2001 22:14:50 +0100
17198              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
17199      Branch: perl
17200            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
17201 ____________________________________________________________________________
17202 [  9780] By: nick                                  on 2001/04/22  20:40:31
17203         Log: Integrate mainline.
17204      Branch: perlio
17205           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
17206           +> t/lib/b-stash.t
17207           !> (integrate 38 files)
17208 ____________________________________________________________________________
17209 [  9779] By: jhi                                   on 2001/04/22  15:16:03
17210         Log: Subject: IO::Socket::INET patch
17211              From: andrew deryabin <djsf@technarchy.ru>
17212              Date: Sat, 21 Apr 2001 17:46:52 +0400
17213              Message-ID: <20010421174652.B1426@technarchy>
17214      Branch: perl
17215            ! ext/IO/lib/IO/Socket/INET.pm
17216 ____________________________________________________________________________
17217 [  9778] By: jhi                                   on 2001/04/22  15:14:33
17218         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
17219              From: Mark-Jason Dominus <mjd@plover.com>
17220              Date: Sat, 21 Apr 2001 21:27:49 -0400
17221              Message-ID: <20010422012749.27024.qmail@plover.com>
17222      Branch: perl
17223            ! regcomp.c
17224 ____________________________________________________________________________
17225 [  9777] By: jhi                                   on 2001/04/22  15:10:51
17226         Log: Subject: Re: Regex debugger patch 
17227              From: Mark-Jason Dominus <mjd@plover.com>
17228              Date: Sat, 21 Apr 2001 21:48:51 -0400
17229              Message-ID: <20010422014851.27165.qmail@plover.com>
17230      Branch: perl
17231            ! pod/perldebguts.pod
17232 ____________________________________________________________________________
17233 [  9776] By: jhi                                   on 2001/04/22  15:09:48
17234         Log: Subject: Re: Regex debugger patch
17235              From: Mark-Jason Dominus <mjd@plover.com>
17236              Date: Sat, 21 Apr 2001 14:24:39 -0400
17237              Message-ID: <20010421182439.16508.qmail@plover.com>
17238              
17239              Regex debugger backend.
17240      Branch: perl
17241            ! regcomp.c regexp.h
17242 ____________________________________________________________________________
17243 [  9775] By: jhi                                   on 2001/04/21  16:45:40
17244         Log: Subject: [PATCH] Typo in utf8.h
17245              From: Jesús Quiroga <jquiroga@pobox.com>
17246              Date: Sat, 21 Apr 2001 19:25:33 +0200
17247              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
17248      Branch: perl
17249            ! utf8.h
17250 ____________________________________________________________________________
17251 [  9774] By: jhi                                   on 2001/04/21  16:43:52
17252         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
17253              From: Joe Orton <jorton@redhat.com>
17254              Date: Tue, 17 Apr 2001 15:50:43 +0100
17255              Message-Id: <20010417155043.D19132@eu.c2.net>
17256      Branch: perl
17257            ! hints/svr5.sh
17258 ____________________________________________________________________________
17259 [  9773] By: jhi                                   on 2001/04/21  15:30:15
17260         Log: Subject: Patch utils/h2xs.PL
17261              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
17262              Date: Sat, 21 Apr 2001 10:32:16 -0500
17263              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
17264              
17265              Add MAILING list and LICENSE templates.
17266      Branch: perl
17267            ! utils/h2xs.PL
17268 ____________________________________________________________________________
17269 [  9772] By: jhi                                   on 2001/04/21  15:28:36
17270         Log: Subject: perlfaq2.patch for 5.7.1
17271              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
17272              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
17273              Date: Fri, 20 Apr 2001 16:42:19 -0500
17274              
17275              rm an extra tab, a blurb about the xx.cpan to clarify
17276              which countries actually have that and dejanews is history
17277              as well as most of that nonsensical entry.
17278      Branch: perl
17279            ! pod/perlfaq2.pod
17280 ____________________________________________________________________________
17281 [  9771] By: jhi                                   on 2001/04/21  15:27:17
17282         Log: Subject: perlfaq1.patch for 5.7.1
17283              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
17284              Date: Fri, 20 Apr 2001 16:57:36 -0500
17285              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
17286              
17287              Evil URLs must die. Especially when they are broken.
17288      Branch: perl
17289            ! pod/perlfaq1.pod
17290 ____________________________________________________________________________
17291 [  9770] By: jhi                                   on 2001/04/21  15:23:38
17292         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
17293              From: Michael G Schwern <schwern@pobox.com>
17294              Date: Sat, 21 Apr 2001 16:11:12 +0100
17295              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
17296      Branch: perl
17297            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
17298            + t/lib/b-stash.t
17299            ! MANIFEST ext/B/B.pm t/lib/b.t
17300 ____________________________________________________________________________
17301 [  9769] By: jhi                                   on 2001/04/21  15:03:32
17302         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
17303              From: Michael G Schwern <schwern@pobox.com>
17304              Date: Sat, 21 Apr 2001 09:48:00 +0100
17305              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
17306      Branch: perl
17307            ! utils/h2ph.PL
17308 ____________________________________________________________________________
17309 [  9768] By: jhi                                   on 2001/04/21  14:33:49
17310         Log: PerlIO and Encode doc cleanup and tweaks.
17311      Branch: perl
17312            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
17313            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
17314 ____________________________________________________________________________
17315 [  9767] By: jhi                                   on 2001/04/21  12:40:16
17316         Log: Integrate perlio.
17317      Branch: perl
17318           !> doio.c
17319 ____________________________________________________________________________
17320 [  9766] By: nick                                  on 2001/04/20  18:28:35
17321         Log: Avoid core dump on
17322              open(STDOUT,">",\$foo);
17323      Branch: perlio
17324            ! doio.c
17325 ____________________________________________________________________________
17326 [  9765] By: jhi                                   on 2001/04/20  13:23:43
17327         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
17328              From: Robin Houston <robin@kitsite.com>
17329              Date: Fri, 20 Apr 2001 14:29:22 +0100
17330              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
17331      Branch: perl
17332            ! ext/B/B.pm ext/B/B/Deparse.pm
17333 ____________________________________________________________________________
17334 [  9764] By: jhi                                   on 2001/04/20  13:19:33
17335         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
17336              From: Peter Prymmer <pvhp@forte.com>
17337              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
17338              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
17339      Branch: perl
17340            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
17341            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
17342            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
17343            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
17344 ____________________________________________________________________________
17345 [  9763] By: jhi                                   on 2001/04/20  12:36:39
17346         Log: Subject: Re: A new PerlIO coredump
17347              From: Nick Ing-Simmons <nik@tiuk.ti.com>
17348              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
17349              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
17350      Branch: perl
17351            ! doio.c
17352 ____________________________________________________________________________
17353 [  9762] By: jhi                                   on 2001/04/19  23:02:30
17354         Log: Update Changes.
17355      Branch: perl
17356            ! Changes patchlevel.h
17357 ____________________________________________________________________________
17358 [  9761] By: jhi                                   on 2001/04/19  22:59:19
17359         Log: More cleanup cleanup.
17360      Branch: perl
17361            ! Makefile.SH win32/Makefile win32/makefile.mk
17362 ____________________________________________________________________________
17363 [  9760] By: jhi                                   on 2001/04/19  22:50:31
17364         Log: lib/Time is non-empty, let's not rmdir it.
17365      Branch: perl
17366            ! Makefile.SH
17367 ____________________________________________________________________________
17368 [  9759] By: jhi                                   on 2001/04/19  22:36:51
17369         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
17370              From: Robin Houston <robin@kitsite.com>
17371              Date: Fri, 20 Apr 2001 00:18:53 +0100
17372              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
17373      Branch: perl
17374            ! ext/B/B/Deparse.pm
17375 ____________________________________________________________________________
17376 [  9758] By: jhi                                   on 2001/04/19  22:36:00
17377         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
17378              From: Peter Prymmer <pvhp@forte.com>
17379              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
17380              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
17381      Branch: perl
17382            ! ext/Cwd/Cwd.xs
17383 ____________________________________________________________________________
17384 [  9757] By: nick                                  on 2001/04/19  18:53:54
17385         Log: Blind (untested) integrate of mainline.
17386      Branch: perlio
17387           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
17388           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
17389           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
17390           !> (integrate 53 files)
17391 ____________________________________________________________________________
17392 [  9756] By: jhi                                   on 2001/04/19  16:59:23
17393         Log: Document and test Time::Piece.
17394      Branch: perl
17395            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
17396            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
17397 ____________________________________________________________________________
17398 [  9755] By: jhi                                   on 2001/04/19  12:13:29
17399         Log: A better fix for the \x{12345678} trouble from NI-S.
17400      Branch: perl
17401            ! utf8.c
17402 ____________________________________________________________________________
17403 [  9754] By: jhi                                   on 2001/04/19  11:56:07
17404         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
17405              From: Robin Houston <robin@kitsite.com>
17406              Date: Wed, 18 Apr 2001 17:58:33 +0100
17407              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
17408      Branch: perl
17409            ! ext/B/B/Deparse.pm op.c
17410 ____________________________________________________________________________
17411 [  9753] By: jhi                                   on 2001/04/19  04:21:52
17412         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
17413              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
17414              Date: Thu, 19 Apr 2001 01:11:41 -0400
17415              Message-ID: <20010419011141.A5798@cpan.org>
17416      Branch: perl
17417            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
17418 ____________________________________________________________________________
17419 [  9752] By: jhi                                   on 2001/04/19  02:41:10
17420         Log: The new time utils need to be thread-aware, too.
17421      Branch: perl
17422            ! util.c
17423 ____________________________________________________________________________
17424 [  9751] By: jhi                                   on 2001/04/19  02:26:47
17425         Log: Compilation nit noticed by AIX compiler.
17426      Branch: perl
17427            ! perlio.c
17428 ____________________________________________________________________________
17429 [  9750] By: jhi                                   on 2001/04/19  02:20:06
17430         Log: The new time utils need to be public.
17431      Branch: perl
17432            ! embed.pl
17433 ____________________________________________________________________________
17434 [  9749] By: jhi                                   on 2001/04/19  01:42:39
17435         Log: Regen toc.
17436      Branch: perl
17437            ! pod/perltoc.pod
17438 ____________________________________________________________________________
17439 [  9748] By: jhi                                   on 2001/04/19  01:41:10
17440         Log: Add Time::Piece, a slight rewrite of Time::Object,
17441              from Matt Sergeant.
17442      Branch: perl
17443            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
17444            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
17445            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
17446            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
17447            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
17448            ! win32/makefile.mk
17449 ____________________________________________________________________________
17450 [  9747] By: jhi                                   on 2001/04/19  00:55:35
17451         Log: The new metaconfig unit from strftime.
17452      Branch: metaconfig/U/perl
17453            + d_strftime.U
17454 ____________________________________________________________________________
17455 [  9746] By: jhi                                   on 2001/04/19  00:54:54
17456         Log: Move the strftime() wrapper from POSIX.xs to util.c
17457              as my_strftime(), requires HAS_STRFTIME.
17458      Branch: perl
17459            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17460            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
17461            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
17462            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
17463            ! vos/config.ga.h win32/config.bc win32/config.gc
17464            ! win32/config.vc
17465 ____________________________________________________________________________
17466 [  9745] By: jhi                                   on 2001/04/18  23:11:03
17467         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
17468              in preparation of Time::Piece.
17469      Branch: perl
17470            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
17471 ____________________________________________________________________________
17472 [  9744] By: jhi                                   on 2001/04/18  22:33:12
17473         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
17474              From: Peter Prymmer <pvhp@forte.com>
17475              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
17476              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
17477      Branch: perl
17478            ! t/lib/exporter.t
17479 ____________________________________________________________________________
17480 [  9743] By: jhi                                   on 2001/04/18  22:32:23
17481         Log: Subject: Fwd: pod2html leaves cache files lying around?
17482              From: Rajesh Vaidheeswarran <rv@gnu.org>
17483              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
17484              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
17485      Branch: perl
17486            ! lib/Pod/Html.pm
17487 ____________________________________________________________________________
17488 [  9742] By: jhi                                   on 2001/04/18  20:31:49
17489         Log: Update Changes.
17490      Branch: perl
17491            ! Changes patchlevel.h
17492 ____________________________________________________________________________
17493 [  9741] By: jhi                                   on 2001/04/18  20:23:02
17494         Log: Declare hints only if needed.
17495      Branch: perl
17496            ! ext/B/B/Deparse.pm
17497 ____________________________________________________________________________
17498 [  9740] By: jhi                                   on 2001/04/18  19:06:05
17499         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
17500              bug noticed by Robin Houston; basically the code of detecting
17501              value wraparound was acting differently under different compilers
17502              and platforms.  The workaround is to remove the overflow check
17503              for now, a real fix would be to do the overflow (portably) right.
17504      Branch: perl
17505            ! t/op/pat.t utf8.c
17506 ____________________________________________________________________________
17507 [  9739] By: jhi                                   on 2001/04/18  19:01:23
17508         Log: Subject: [PATCH B::Deparse] some pragma support
17509              From: Robin Houston <robin@kitsite.com>
17510              Date: Wed, 18 Apr 2001 19:32:12 +0100
17511              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
17512      Branch: perl
17513            ! ext/B/B/Deparse.pm
17514 ____________________________________________________________________________
17515 [  9738] By: jhi                                   on 2001/04/18  15:16:37
17516         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
17517              From: Benjamin Sugars <bsugars@canoe.ca>
17518              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
17519              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
17520      Branch: perl
17521            ! t/op/glob.t
17522 ____________________________________________________________________________
17523 [  9737] By: jhi                                   on 2001/04/18  13:24:50
17524         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
17525              From: Tim Jenness <t.jenness@jach.hawaii.edu>
17526              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
17527              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
17528      Branch: perl
17529            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
17530            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
17531 ____________________________________________________________________________
17532 [  9736] By: jhi                                   on 2001/04/18  04:15:14
17533         Log: The #9735 also changes the subtest 12.
17534      Branch: perl
17535            ! t/lib/b.t
17536 ____________________________________________________________________________
17537 [  9735] By: jhi                                   on 2001/04/18  03:55:17
17538         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
17539              From: David Dyck <dcd@tc.fluke.com>
17540              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
17541              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
17542      Branch: perl
17543            ! ext/B/B/Deparse.pm
17544 ____________________________________________________________________________
17545 [  9734] By: jhi                                   on 2001/04/18  03:54:11
17546         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
17547              From: Gisle Aas <gisle@ActiveState.com>
17548              Date: 17 Apr 2001 19:06:45 -0700
17549              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
17550      Branch: perl
17551            ! pp_hot.c t/op/misc.t
17552 ____________________________________________________________________________
17553 [  9733] By: jhi                                   on 2001/04/17  22:25:22
17554         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
17555              From: "Abigail" <abigail@foad.org>
17556              Date: Wed, 18 Apr 2001 01:17:46 +0200
17557              Message-ID: <20010417231746.21657.qmail@foad.org>
17558      Branch: perl
17559            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
17560 ____________________________________________________________________________
17561 [  9732] By: jhi                                   on 2001/04/17  20:47:56
17562         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
17563              From: Robin Houston <robin@kitsite.com>
17564              Date: Tue, 17 Apr 2001 22:37:42 +0100
17565              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
17566      Branch: perl
17567            ! ext/B/B/Deparse.pm
17568 ____________________________________________________________________________
17569 [  9731] By: nick                                  on 2001/04/17  20:46:35
17570         Log: Re-sync for t/lib/b.t fix
17571      Branch: perlio
17572           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
17573 ____________________________________________________________________________
17574 [  9730] By: jhi                                   on 2001/04/17  20:45:29
17575         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
17576              From: Robin Houston <robin@kitsite.com>
17577              Date: Tue, 17 Apr 2001 22:29:36 +0100
17578              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
17579      Branch: perl
17580            ! ext/B/B.xs ext/B/B/Deparse.pm
17581 ____________________________________________________________________________
17582 [  9729] By: jhi                                   on 2001/04/17  20:43:11
17583         Log: Subject: Deparse - parenthesise args to undeclared subs
17584              From: Robin Houston <robin@kitsite.com>
17585              Date: Tue, 17 Apr 2001 21:31:05 +0100
17586              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
17587      Branch: perl
17588            ! ext/B/B/Deparse.pm
17589 ____________________________________________________________________________
17590 [  9728] By: jhi                                   on 2001/04/17  18:57:30
17591         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
17592              From: Benjamin Sugars <ben.sugars@home.com>
17593              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
17594              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
17595      Branch: perl
17596            ! t/lib/cwd.t
17597 ____________________________________________________________________________
17598 [  9727] By: jhi                                   on 2001/04/17  18:20:20
17599         Log: Subject: [PATCH B::Deparse] ambient pragmas
17600              From: Robin Houston <robin@kitsite.com>
17601              Date: Tue, 17 Apr 2001 20:01:59 +0100
17602              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
17603      Branch: perl
17604            ! ext/B/B/Deparse.pm t/lib/b.t
17605 ____________________________________________________________________________
17606 [  9726] By: nick                                  on 2001/04/17  16:33:51
17607         Log: Integrate mainline (t/lib/b.t fails test 2...)
17608      Branch: perlio
17609           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
17610           +> ext/List/Util/README ext/List/Util/Util.xs
17611           +> ext/List/Util/lib/List/Util.pm
17612           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
17613           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
17614           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
17615           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
17616           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
17617           !> (integrate 31 files)
17618 ____________________________________________________________________________
17619 [  9725] By: jhi                                   on 2001/04/17  12:14:24
17620         Log: Subject: multiple B::* changes
17621              From: Robin Houston <robin@kitsite.com>
17622              Date: Thu, 12 Apr 2001 20:12:27 +0100
17623              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
17624      Branch: perl
17625            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
17626 ____________________________________________________________________________
17627 [  9724] By: jhi                                   on 2001/04/17  11:59:05
17628         Log: Thread-awareness from Doug MacEachern.
17629      Branch: perl
17630            ! ext/List/Util/Util.xs
17631 ____________________________________________________________________________
17632 [  9723] By: jhi                                   on 2001/04/17  11:57:41
17633         Log: Make the test more portable.
17634      Branch: perl
17635            ! t/lib/cwd.t
17636 ____________________________________________________________________________
17637 [  9722] By: jhi                                   on 2001/04/17  11:53:50
17638         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
17639              From: Benjamin Sugars <ben.sugars@home.com>
17640              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
17641              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
17642      Branch: perl
17643            ! t/lib/cwd.t
17644 ____________________________________________________________________________
17645 [  9721] By: jhi                                   on 2001/04/17  11:52:17
17646         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
17647              From: Benjamin Sugars <bsugars@canoe.ca>
17648              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
17649              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
17650      Branch: perl
17651            ! op.c
17652 ____________________________________________________________________________
17653 [  9720] By: jhi                                   on 2001/04/17  11:35:42
17654         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
17655              From: Chris Nandor <pudge@pobox.com>
17656              Date: Tue, 17 Apr 2001 00:30:49 -0400
17657              Message-Id: <p05100207b701768712de@[10.0.1.177]>
17658      Branch: perl
17659            ! ext/File/Glob/bsd_glob.c gv.c
17660 ____________________________________________________________________________
17661 [  9719] By: jhi                                   on 2001/04/17  11:32:13
17662         Log: Subject: [PATCH] Tweten->West
17663              From: Casey West <casey@geeknest.com>
17664              Date: Mon, 16 Apr 2001 12:11:22 -0400
17665              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
17666      Branch: perl
17667            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
17668            ! pod/perltie.pod
17669 ____________________________________________________________________________
17670 [  9718] By: jhi                                   on 2001/04/16  03:22:52
17671         Log: Update Changes.
17672      Branch: perl
17673            ! Changes patchlevel.h
17674 ____________________________________________________________________________
17675 [  9717] By: jhi                                   on 2001/04/16  03:06:28
17676         Log: Regen toc.
17677      Branch: perl
17678            ! pod/perltoc.pod
17679 ____________________________________________________________________________
17680 [  9716] By: jhi                                   on 2001/04/16  02:58:42
17681         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
17682              From: Prymmer/Kahn <pvhp@best.com>
17683              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
17684              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
17685      Branch: perl
17686            ! utf8.c
17687 ____________________________________________________________________________
17688 [  9715] By: jhi                                   on 2001/04/15  23:40:35
17689         Log: Subject: Re: Net::Ping patch, adds stream protocol
17690              From: bronson@rinspin.com (Scott Bronson)
17691              Date: Tue, 10 Apr 2001 23:58:33 -0700
17692              Message-ID: <20010410235833.N29719@rinspin.com>
17693      Branch: perl
17694            ! lib/Net/Ping.pm
17695 ____________________________________________________________________________
17696 [  9714] By: jhi                                   on 2001/04/15  23:31:46
17697         Log: Printing out the ok messages helps successful testing.
17698      Branch: perl
17699            ! t/lib/time-hires.t
17700 ____________________________________________________________________________
17701 [  9713] By: jhi                                   on 2001/04/15  21:43:24
17702         Log: Update Douglas Wegscheid's email.
17703      Branch: perl
17704            ! AUTHORS
17705 ____________________________________________________________________________
17706 [  9712] By: jhi                                   on 2001/04/15  21:40:41
17707         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
17708              From: Michael G Schwern <schwern@pobox.com>
17709              Date: Sat, 14 Apr 2001 22:40:50 +0100
17710              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
17711      Branch: perl
17712            + t/lib/exporter.t
17713            ! MANIFEST lib/Exporter/Heavy.pm
17714 ____________________________________________________________________________
17715 [  9711] By: jhi                                   on 2001/04/15  21:39:21
17716         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
17717              From: Michael G Schwern <schwern@pobox.com>
17718              Date: Sat, 14 Apr 2001 22:13:59 +0100
17719              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
17720      Branch: perl
17721            ! t/op/loopctl.t
17722 ____________________________________________________________________________
17723 [  9710] By: jhi                                   on 2001/04/15  21:30:19
17724         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
17725              From: Michael G Schwern <schwern@pobox.com>
17726              Date: Sat, 14 Apr 2001 22:05:32 +0100
17727              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
17728      Branch: perl
17729            ! t/pragma/warnings.t
17730 ____________________________________________________________________________
17731 [  9709] By: jhi                                   on 2001/04/15  19:34:09
17732         Log: Integrate changes #9706,9707 from maintperl into mainline.
17733              
17734              change#7210 broke .packlist generation
17735              
17736              ExtUtils::Installed doesn't quote regex metacharacters in paths
17737              before using them in match; also make it work for dosish platforms
17738      Branch: perl
17739           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
17740 ____________________________________________________________________________
17741 [  9708] By: jhi                                   on 2001/04/15  19:31:01
17742         Log: Test also the scalar aspect of getitimer().
17743      Branch: perl
17744            ! t/lib/time-hires.t
17745 ____________________________________________________________________________
17746 [  9707] By: gsar                                  on 2001/04/15  17:24:20
17747         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
17748              before using them in match; also make it work for dosish platforms
17749      Branch: maint-5.6/perl
17750            ! lib/ExtUtils/Installed.pm
17751 ____________________________________________________________________________
17752 [  9706] By: gsar                                  on 2001/04/15  17:21:59
17753         Log: change#7210 broke .packlist generation (listed only filename
17754              rather than fully qualified path name)
17755      Branch: maint-5.6/perl
17756            ! lib/ExtUtils/Install.pm
17757 ____________________________________________________________________________
17758 [  9705] By: jhi                                   on 2001/04/15  12:36:33
17759         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
17760      Branch: perl
17761            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
17762            ! t/lib/time-hires.t
17763 ____________________________________________________________________________
17764 [  9704] By: jhi                                   on 2001/04/15  10:49:08
17765         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
17766              From: Prymmer/Kahn <pvhp@best.com>
17767              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
17768              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
17769      Branch: perl
17770            ! lib/utf8.pm pod/perlebcdic.pod
17771 ____________________________________________________________________________
17772 [  9703] By: jhi                                   on 2001/04/15  02:26:26
17773         Log: I keep forgetting to sort MANIFEST.
17774      Branch: perl
17775            ! MANIFEST
17776 ____________________________________________________________________________
17777 [  9702] By: jhi                                   on 2001/04/15  02:07:47
17778         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
17779              Now we have blessed, reftype, tainted, first, reduce, ...
17780      Branch: perl
17781            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
17782            + ext/List/Util/README ext/List/Util/Util.xs
17783            + ext/List/Util/lib/List/Util.pm
17784            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
17785            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
17786            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
17787            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
17788            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
17789            ! MANIFEST
17790 ____________________________________________________________________________
17791 [  9701] By: jhi                                   on 2001/04/14  15:05:25
17792         Log: Subject: RE: dprofpp.pl updates 
17793              From: Carl Eklof <CEklof@endeca.com>
17794              Date: Thu, 12 Apr 2001 18:45:46 -0400
17795              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
17796      Branch: perl
17797            ! utils/dprofpp.PL
17798 ____________________________________________________________________________
17799 [  9700] By: jhi                                   on 2001/04/14  14:44:55
17800         Log: Do not just blindly add CR.
17801      Branch: perl
17802            ! Porting/makerel
17803 ____________________________________________________________________________
17804 [  9699] By: jhi                                   on 2001/04/13  13:17:01
17805         Log: Update Changes.
17806      Branch: perl
17807            ! Changes patchlevel.h
17808 ____________________________________________________________________________
17809 [  9698] By: jhi                                   on 2001/04/13  12:44:48
17810         Log: Integrate perlio.
17811      Branch: perl
17812           !> ext/PerlIO/Scalar/Scalar.xs
17813 ____________________________________________________________________________
17814 [  9697] By: jhi                                   on 2001/04/13  12:29:15
17815         Log: Add more debug output to the test.
17816      Branch: perl
17817            ! t/lib/cwd.t
17818 ____________________________________________________________________________
17819 [  9696] By: nick                                  on 2001/04/13  10:14:29
17820         Log: Fix core dump on binmode($fh,'Scalar')
17821      Branch: perlio
17822            ! ext/PerlIO/Scalar/Scalar.xs
17823 ____________________________________________________________________________
17824 [  9695] By: nick                                  on 2001/04/13  09:05:42
17825         Log: Integrate mainline
17826      Branch: perlio
17827           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
17828           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
17829           +> t/lib/time-hires.t
17830           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
17831           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
17832           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
17833           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
17834           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
17835           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
17836           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
17837 ____________________________________________________________________________
17838 [  9694] By: jhi                                   on 2001/04/12  22:23:35
17839         Log: Integrate change #9693 from maintperl into mainline.
17840              
17841              $VERSION and Version() on the same line provokes a warning from
17842              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
17843      Branch: perl
17844           !> lib/Devel/SelfStubber.pm
17845 ____________________________________________________________________________
17846 [  9693] By: gsar                                  on 2001/04/12  21:55:56
17847         Log: $VERSION and Version() on the same line provokes a warning from
17848              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
17849      Branch: maint-5.6/perl
17850            ! lib/Devel/SelfStubber.pm
17851 ____________________________________________________________________________
17852 [  9692] By: jhi                                   on 2001/04/12  13:54:00
17853         Log: This is at least 5.005.
17854      Branch: perl
17855            ! ext/Time/HiRes/HiRes.xs
17856 ____________________________________________________________________________
17857 [  9691] By: jhi                                   on 2001/04/12  13:37:20
17858         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
17859      Branch: perl
17860            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
17861            ! win32/Makefile win32/makefile.mk
17862 ____________________________________________________________________________
17863 [  9690] By: jhi                                   on 2001/04/12  01:34:46
17864         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
17865      Branch: perl
17866            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
17867            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
17868            + t/lib/time-hires.t
17869            ! MANIFEST
17870 ____________________________________________________________________________
17871 [  9689] By: jhi                                   on 2001/04/12  00:28:39
17872         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
17873              From: Gisle Aas <gisle@ActiveState.com>
17874              Date: 11 Apr 2001 16:36:11 -0700
17875              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
17876      Branch: perl
17877            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
17878 ____________________________________________________________________________
17879 [  9688] By: jhi                                   on 2001/04/12  00:27:39
17880         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
17881              From: Gisle Aas <gisle@ActiveState.com>
17882              Date: 11 Apr 2001 11:13:24 -0700
17883              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
17884      Branch: perl
17885            ! ext/MIME/Base64/Base64.xs
17886 ____________________________________________________________________________
17887 [  9687] By: jhi                                   on 2001/04/11  19:51:47
17888         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
17889      Branch: perl
17890            ! Todo-5.6
17891 ____________________________________________________________________________
17892 [  9686] By: jhi                                   on 2001/04/11  16:54:25
17893         Log: Subject: [PATCH opcode.pl] Documentation of table format
17894              From: Simon Cozens <simon@netthink.co.uk>
17895              Date: Wed, 11 Apr 2001 12:59:31 +0100
17896              Message-ID: <20010411125931.A25681@netthink.co.uk>
17897      Branch: perl
17898            ! opcode.pl
17899 ____________________________________________________________________________
17900 [  9685] By: jhi                                   on 2001/04/11  16:53:15
17901         Log: Subject: [PATCH] prototype("CORE::recv")
17902              From: Simon Cozens <simon@netthink.co.uk>
17903              Date: Wed, 11 Apr 2001 13:24:35 +0100
17904              Message-ID: <20010411132435.A26169@netthink.co.uk>
17905      Branch: perl
17906            ! pp.c t/comp/proto.t
17907 ____________________________________________________________________________
17908 [  9684] By: jhi                                   on 2001/04/11  16:47:13
17909         Log: FAQ (and AUTHORS) update from Dan Carson: the information
17910              was several years obsolete, Term::Readkey has been updated
17911              to have the functionality.
17912      Branch: perl
17913            ! AUTHORS pod/perlfaq5.pod
17914 ____________________________________________________________________________
17915 [  9683] By: jhi                                   on 2001/04/11  12:15:46
17916         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
17917              From: Calle Dybedahl <calle@lysator.liu.se>
17918              Date: 10 Apr 2001 16:44:16 +0200
17919              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
17920      Branch: perl
17921            ! ext/MIME/Base64/Base64.xs
17922 ____________________________________________________________________________
17923 [  9682] By: jhi                                   on 2001/04/11  12:12:26
17924         Log: A more minimal fix for 20010410.006 from Hugo.
17925      Branch: perl
17926            ! regexec.c
17927 ____________________________________________________________________________
17928 [  9681] By: jhi                                   on 2001/04/11  11:34:23
17929         Log: Integrate changes #9678,9679 from maintline into mainperl.
17930              
17931              addendum to change#9676
17932              
17933              up $File::Glob::VERSION; add a note pointing out the version of
17934              the OpenBSD glob bsd_glob.c resembles
17935      Branch: perl
17936           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
17937           !> ext/File/Glob/bsd_glob.h
17938 ____________________________________________________________________________
17939 [  9680] By: jhi                                   on 2001/04/11  11:30:38
17940         Log: Bad test numbering in integrate in #9677.
17941              Fixes ID 20010411.001.
17942      Branch: perl
17943            ! t/op/pat.t
17944 ____________________________________________________________________________
17945 [  9679] By: gsar                                  on 2001/04/11  03:38:40
17946         Log: up $File::Glob::VERSION; add a note pointing out the version of
17947              the OpenBSD glob bsd_glob.c resembles
17948      Branch: maint-5.6/perl
17949            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
17950            ! ext/File/Glob/bsd_glob.h
17951 ____________________________________________________________________________
17952 [  9678] By: gsar                                  on 2001/04/11  03:09:48
17953         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
17954              revision 1.8.10.1 found here:
17955              
17956              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
17957      Branch: maint-5.6/perl
17958            ! ext/File/Glob/bsd_glob.c
17959 ____________________________________________________________________________
17960 [  9677] By: jhi                                   on 2001/04/11  02:54:39
17961         Log: Integrate changes #9675,9676 from maintperl into mainline.
17962              
17963              fix for bug 20010410.006, undo change#7115
17964              
17965              port the OpenBSD glob() security patch
17966      Branch: perl
17967           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
17968           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
17969           !> t/op/pat.t
17970 ____________________________________________________________________________
17971 [  9676] By: gsar                                  on 2001/04/11  02:19:02
17972         Log: port the glob() security patch found at:
17973              
17974              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
17975              
17976              CERT advisory for the issue is here:
17977              
17978              http://www.cert.org/advisories/CA-2001-07.html
17979              
17980              Note that the security scare is only relevant for those who are
17981              foolish enough to build suidperl (which is now officially discouraged)
17982      Branch: maint-5.6/perl
17983            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
17984            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
17985 ____________________________________________________________________________
17986 [  9675] By: gsar                                  on 2001/04/10  23:52:11
17987         Log: fix for bug 20010410.006
17988              
17989              undo change#7115 (came into maint-5.6 as change#8156)
17990              
17991              add tests to keep it from coming back
17992      Branch: maint-5.6/perl
17993            ! regexec.c t/op/pat.t
17994 ____________________________________________________________________________
17995 [  9674] By: nick                                  on 2001/04/10  20:39:31
17996         Log: Integrate mainline
17997      Branch: perlio
17998           +> Porting/testall.atom
17999           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
18000           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
18001           !> t/lib/lc-uk.t t/pod/find.t
18002 ____________________________________________________________________________
18003 [  9673] By: nick                                  on 2001/04/10  18:46:14
18004         Log: Integrate against change 9670 aka perl-5.7.1
18005      Branch: perlio
18006           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
18007           !> (integrate 53 files)
18008 ____________________________________________________________________________
18009 [  9672] By: jhi                                   on 2001/04/10  13:45:01
18010         Log: Add a script for doing cumulative profile of the test suite.
18011              (Requires ATOM, that is, Tru64.)
18012      Branch: perl
18013            + Porting/testall.atom
18014            ! MANIFEST
18015 ____________________________________________________________________________
18016 [  9671] By: jhi                                   on 2001/04/10  12:38:53
18017         Log: Missing std block.
18018      Branch: perl
18019            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
18020            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
18021            ! t/pod/find.t
18022 ____________________________________________________________________________
18023 [  9670] By: jhi                                   on 2001/04/10  01:25:58
18024         Log: This is 5.7.1.
18025      Branch: perl
18026            ! patchlevel.h
18027 ____________________________________________________________________________
18028 [  9669] By: jhi                                   on 2001/04/10  01:09:14
18029         Log: Update Changes.
18030      Branch: perl
18031            ! Changes patchlevel.h
18032 ____________________________________________________________________________
18033 [  9668] By: jhi                                   on 2001/04/10  01:00:38
18034         Log: Regen toc.
18035      Branch: perl
18036            ! pod/perltoc.pod
18037 ____________________________________________________________________________
18038 [  9667] By: jhi                                   on 2001/04/10  00:52:16
18039         Log: Update perlhist.
18040      Branch: perl
18041            ! pod/perlhist.pod
18042 ____________________________________________________________________________
18043 [  9666] By: jhi                                   on 2001/04/09  23:38:59
18044         Log: Slight wording tweaks from Damian to #9658.
18045      Branch: perl
18046            ! pod/perlobj.pod
18047 ____________________________________________________________________________
18048 [  9665] By: jhi                                   on 2001/04/09  19:56:06
18049         Log: Subject: [PATCH perlutil.pod] Nit
18050              From: Simon Cozens <simon@netthink.co.uk>
18051              Date: Mon, 9 Apr 2001 20:29:44 +0100
18052              Message-ID: <20010409202944.A14796@the.earth.li>
18053      Branch: perl
18054            ! pod/perlutil.pod
18055 ____________________________________________________________________________
18056 [  9664] By: jhi                                   on 2001/04/09  19:54:42
18057         Log: Subject: Re: perl571delta.pod@9631
18058              From: Mike Guy <mjtg@cam.ac.uk>
18059              Date: Mon, 09 Apr 2001 18:09:14 +0100
18060              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
18061      Branch: perl
18062            ! pod/perl571delta.pod
18063 ____________________________________________________________________________
18064 [  9663] By: jhi                                   on 2001/04/09  13:43:35
18065         Log: Update Changes.
18066      Branch: perl
18067            ! Changes patchlevel.h
18068 ____________________________________________________________________________
18069 [  9662] By: jhi                                   on 2001/04/09  13:24:46
18070         Log: tweak tweak.
18071      Branch: perl
18072            ! AUTHORS pod/perl571delta.pod
18073 ____________________________________________________________________________
18074 [  9661] By: jhi                                   on 2001/04/09  13:15:13
18075         Log: Thinko in manual patch applying.
18076      Branch: perl
18077            ! sv.c
18078 ____________________________________________________________________________
18079 [  9660] By: jhi                                   on 2001/04/09  13:07:53
18080         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
18081              From: Robin Barker <rmb1@cise.npl.co.uk> 
18082              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
18083              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
18084              
18085              (This corrects the case where the "isn't numeric" string contains \0s
18086              and is longer than the temporary buffer, and contains \0 at the point
18087              the string would be truncated by "...".) 
18088      Branch: perl
18089            ! sv.c
18090 ____________________________________________________________________________
18091 [  9659] By: jhi                                   on 2001/04/09  12:57:41
18092         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
18093      Branch: perl
18094            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
18095            ! t/lib/cgi-function.t t/lib/cgi-html.t
18096 ____________________________________________________________________________
18097 [  9658] By: jhi                                   on 2001/04/09  12:48:47
18098         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
18099              From: Ilmari Karonen <iltzu@sci.fi>
18100              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
18101              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
18102              
18103              Rearrange and rewrite the Method Invocation section
18104              to explain the concepts in nicer order.
18105      Branch: perl
18106            ! pod/perlobj.pod
18107 ____________________________________________________________________________
18108 [  9657] By: jhi                                   on 2001/04/09  12:35:58
18109         Log: Upgrade to podlators 1.09, from Russ Allbery.
18110      Branch: perl
18111            ! lib/Pod/Man.pm lib/Pod/Text.pm
18112 ____________________________________________________________________________
18113 [  9656] By: jhi                                   on 2001/04/09  12:31:53
18114         Log: perl571delta.
18115      Branch: perl
18116            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
18117 ____________________________________________________________________________
18118 [  9655] By: jhi                                   on 2001/04/09  12:20:09
18119         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
18120              From: Prymmer/Kahn <pvhp@best.com>
18121              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
18122              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
18123      Branch: perl
18124            ! lib/utf8.pm pod/perlunicode.pod
18125 ____________________________________________________________________________
18126 [  9654] By: gsar                                  on 2001/04/09  03:38:33
18127         Log: here lies 5.6.1
18128      Branch: maint-5.6/perl
18129            ! Changes
18130 ____________________________________________________________________________
18131 [  9653] By: jhi                                   on 2001/04/09  03:25:24
18132         Log: Update perlhist.
18133      Branch: perl
18134            ! pod/perlhist.pod
18135 ____________________________________________________________________________
18136 [  9652] By: jhi                                   on 2001/04/09  03:18:49
18137         Log: perl571delta tweaking continues.
18138      Branch: perl
18139            ! pod/perl571delta.pod
18140 ____________________________________________________________________________
18141 [  9651] By: gsar                                  on 2001/04/09  03:11:19
18142         Log: update Changes, patchlevel.h &c.
18143      Branch: maint-5.6/perl
18144            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
18145            ! pod/perltoc.pod
18146 ____________________________________________________________________________
18147 [  9650] By: jhi                                   on 2001/04/09  02:40:24
18148         Log: Integrate the perlfork half of #9513 from maintperl into mainline
18149              (the perlunicode half is obsolete)
18150      Branch: perl
18151            ! pod/perlfork.pod
18152 ____________________________________________________________________________
18153 [  9649] By: gsar                                  on 2001/04/09  02:35:43
18154         Log: tweak perldelta as suggested by Jarkko
18155      Branch: maint-5.6/perl
18156            ! pod/perldelta.pod
18157 ____________________________________________________________________________
18158 [  9648] By: jhi                                   on 2001/04/09  02:13:04
18159         Log: Integrate change #9646 from maintperl into mainline.
18160              
18161              add note about ithreads and Thread.pm
18162      Branch: perl
18163           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
18164 ____________________________________________________________________________
18165 [  9647] By: jhi                                   on 2001/04/09  02:10:18
18166         Log: Bad assumption that shortsize == 2.
18167      Branch: perl
18168            ! t/lib/xs-typemap.t
18169 ____________________________________________________________________________
18170 [  9646] By: gsar                                  on 2001/04/09  00:48:04
18171         Log: add note about ithreads and Thread.pm (too many people are
18172              confused by the fact that Thread.pm is built and installed
18173              under non-5005threads but doesn't work)
18174      Branch: maint-5.6/perl
18175            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
18176 ____________________________________________________________________________
18177 [  9645] By: gsar                                  on 2001/04/09  00:19:03
18178         Log: update perldelta.pod for changes in 5.6.1
18179      Branch: maint-5.6/perl
18180            ! Changes pod/perldelta.pod
18181 ____________________________________________________________________________
18182 [  9644] By: jhi                                   on 2001/04/08  20:37:00
18183         Log: Integrate change #9639 from maintperl into mainline:
18184              on windows, many of the README.* pods were being copied to
18185              the wrong location
18186      Branch: perl
18187           !> win32/Makefile win32/makefile.mk
18188 ____________________________________________________________________________
18189 [  9643] By: jhi                                   on 2001/04/08  20:07:11
18190         Log: Integrate change #9624 from maintperl into mainline:
18191              the pod tests were not okay.  (t/pod/find.t changes ignored)
18192      Branch: perl
18193           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
18194           !> t/pod/include.t t/pod/included.t t/pod/lref.t
18195           !> t/pod/multiline_items.t t/pod/nested_items.t
18196           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
18197           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
18198 ____________________________________________________________________________
18199 [  9642] By: jhi                                   on 2001/04/08  19:57:17
18200         Log: Integrate change #9638 from maintperl into mainline:
18201              update to latest JPL from the anoncvs repository
18202      Branch: perl
18203           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
18204           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
18205           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
18206 ____________________________________________________________________________
18207 [  9641] By: jhi                                   on 2001/04/08  19:53:30
18208         Log: perl571delta updates.
18209      Branch: perl
18210            ! lib/Filter/Simple.pm pod/perl571delta.pod
18211 ____________________________________________________________________________
18212 [  9640] By: gsar                                  on 2001/04/08  19:20:46
18213         Log: integrate change#9634 from mainline
18214              
18215              Fix the perlmodlib generation (didn't understand separate .pod
18216              files; didn't understand -- as the name-thing separator).
18217              Update the CPAN mirrors list.
18218      Branch: maint-5.6/perl
18219            ! pod/perlmodlib.pod
18220           !> pod/perlmodlib.PL
18221 ____________________________________________________________________________
18222 [  9639] By: gsar                                  on 2001/04/08  18:57:31
18223         Log: on windows, many of the README.* pods were being copied to the wrong
18224              location
18225      Branch: maint-5.6/perl
18226            ! win32/Makefile win32/makefile.mk
18227 ____________________________________________________________________________
18228 [  9638] By: gsar                                  on 2001/04/08  18:38:25
18229         Log: update to latest JPL from the anoncvs repository
18230      Branch: maint-5.6/perl
18231            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
18232            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
18233            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
18234 ____________________________________________________________________________
18235 [  9637] By: jhi                                   on 2001/04/08  17:53:53
18236         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
18237      Branch: perl
18238            ! pod/perl571delta.pod
18239 ____________________________________________________________________________
18240 [  9636] By: jhi                                   on 2001/04/08  17:18:32
18241         Log: Regen toc.
18242      Branch: perl
18243            ! pod/perltoc.pod
18244 ____________________________________________________________________________
18245 [  9635] By: jhi                                   on 2001/04/08  17:16:33
18246         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
18247              From: "Craig A. Berry" <craigberry@mac.com>
18248              Date: Sun, 08 Apr 2001 12:30:16 -0500
18249              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
18250      Branch: perl
18251            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
18252 ____________________________________________________________________________
18253 [  9634] By: jhi                                   on 2001/04/08  17:09:19
18254         Log: Fix the perlmodlib generation (didn't understand separate .pod
18255              files; didn't understand -- as the name-thing separator).
18256              
18257              Update the CPAN mirrors list.
18258      Branch: perl
18259            ! pod/perlmodlib.PL pod/perlmodlib.pod
18260 ____________________________________________________________________________
18261 [  9633] By: jhi                                   on 2001/04/08  16:49:17
18262         Log: Sort MANIFEST.
18263      Branch: perl
18264            ! MANIFEST
18265 ____________________________________________________________________________
18266 [  9632] By: gsar                                  on 2001/04/08  16:36:06
18267         Log: add $Tie::RefHash::VERSION
18268      Branch: maint-5.6/perl
18269            ! lib/Tie/RefHash.pm
18270 ____________________________________________________________________________
18271 [  9631] By: jhi                                   on 2001/04/08  16:10:15
18272         Log: perl571delta updates based on p5p feedback; still needs
18273              lots of examples.
18274      Branch: perl
18275            ! pod/perl571delta.pod
18276 ____________________________________________________________________________
18277 [  9630] By: jhi                                   on 2001/04/08  15:59:13
18278         Log: Update the list of supported platforms to talk about 5.7.1
18279              (and 5.6.1)
18280      Branch: perl
18281            ! pod/perlport.pod
18282 ____________________________________________________________________________
18283 [  9629] By: jhi                                   on 2001/04/08  15:55:41
18284         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
18285              from maintperl into mainline: perlport updates.
18286      Branch: perl
18287            ! pod/perlport.pod
18288 ____________________________________________________________________________
18289 [  9628] By: jhi                                   on 2001/04/08  15:53:17
18290         Log: perlsolaris.pod copied to wrong directory.
18291      Branch: perl
18292            ! win32/makefile.mk
18293 ____________________________________________________________________________
18294 [  9627] By: jhi                                   on 2001/04/08  14:48:18
18295         Log: Subject: Typos in perl571delta.pod
18296              From: "Stephen P. Potter" <spp@spotter.yi.org>
18297              Date: Sat, 07 Apr 2001 20:37:05 -0400
18298              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
18299      Branch: perl
18300            ! pod/perl571delta.pod
18301 ____________________________________________________________________________
18302 [  9626] By: jhi                                   on 2001/04/08  14:39:04
18303         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
18304      Branch: perl
18305            ! gv.c
18306 ____________________________________________________________________________
18307 [  9625] By: nick                                  on 2001/04/08  10:14:23
18308         Log: Integrate mainline
18309      Branch: perlio
18310           +> pod/perl570delta.pod pod/perl571delta.pod
18311           !> (integrate 27 files)
18312 ____________________________________________________________________________
18313 [  9624] By: gsar                                  on 2001/04/08  06:08:17
18314         Log: test in t/pod/* were busted
18315              
18316              these tests are still not enabled in t/{harness,TEST}
18317      Branch: maint-5.6/perl
18318            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
18319            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
18320            ! t/pod/multiline_items.t t/pod/nested_items.t
18321            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
18322            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
18323 ____________________________________________________________________________
18324 [  9623] By: gsar                                  on 2001/04/08  03:37:01
18325         Log: integrate change#9470 from mainline
18326              
18327              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
18328      Branch: maint-5.6/perl
18329           !> ext/Socket/Socket.xs
18330 ____________________________________________________________________________
18331 [  9622] By: jhi                                   on 2001/04/07  22:40:47
18332         Log: Update Changes.
18333      Branch: perl
18334            ! Changes patchlevel.h
18335 ____________________________________________________________________________
18336 [  9621] By: jhi                                   on 2001/04/07  22:34:16
18337         Log: Update AUTHORS.
18338      Branch: perl
18339            ! AUTHORS
18340 ____________________________________________________________________________
18341 [  9620] By: jhi                                   on 2001/04/07  22:12:47
18342         Log: Forgot to bump the number of tests in #9164.
18343      Branch: perl
18344            ! t/op/array.t
18345 ____________________________________________________________________________
18346 [  9619] By: jhi                                   on 2001/04/07  22:09:50
18347         Log: Bump patchlevel to 5.7.1.
18348      Branch: perl
18349            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18350            ! config_h.SH patchlevel.h
18351 ____________________________________________________________________________
18352 [  9618] By: jhi                                   on 2001/04/07  22:02:41
18353         Log: Populate perl571delta.
18354      Branch: perl
18355            ! pod/perl571delta.pod
18356 ____________________________________________________________________________
18357 [  9617] By: jhi                                   on 2001/04/07  22:01:23
18358         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
18359              to forget it later; do not change patchlevel.h yet or regenerate
18360              Configure yet.
18361      Branch: perl
18362            ! epoc/config.sh win32/Makefile win32/config_H.bc
18363            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
18364 ____________________________________________________________________________
18365 [  9616] By: jhi                                   on 2001/04/07  17:46:33
18366         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
18367      Branch: perl
18368            ! pod/perl571delta.pod
18369 ____________________________________________________________________________
18370 [  9615] By: jhi                                   on 2001/04/07  17:33:21
18371         Log: Change the toc configuration.
18372      Branch: perl
18373            ! pod/buildtoc.PL pod/perl.pod
18374 ____________________________________________________________________________
18375 [  9614] By: jhi                                   on 2001/04/07  17:29:47
18376         Log: Subject: PATCH: $[
18377              From: Robin Houston <robin@kitsite.com>
18378              Date: Fri, 6 Apr 2001 18:10:14 +0100
18379              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
18380      Branch: perl
18381            ! op.c t/op/array.t
18382 ____________________________________________________________________________
18383 [  9613] By: jhi                                   on 2001/04/07  17:28:26
18384         Log: Subject: [PATCH perl@9424] isn't numeric warning
18385              From: Robin Barker <rmb1@cise.npl.co.uk>
18386              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
18387              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
18388      Branch: perl
18389            ! sv.c t/pragma/warn/sv
18390 ____________________________________________________________________________
18391 [  9612] By: jhi                                   on 2001/04/07  17:26:45
18392         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
18393              From: Mike Guy <mjtg@cam.ac.uk>
18394              Date: Fri, 06 Apr 2001 12:47:06 +0100
18395              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
18396      Branch: perl
18397            ! dump.c t/lib/peek.t
18398 ____________________________________________________________________________
18399 [  9611] By: jhi                                   on 2001/04/07  17:21:35
18400         Log: Create perl571delta and seed it off with the perldelta changes
18401              since 5.7.0; remove those changes from perldelta and rename it
18402              as perl570delta; recreate perldelta but leave it almost empty.
18403      Branch: perl
18404            + pod/perl570delta.pod pod/perl571delta.pod
18405            ! MANIFEST pod/perldelta.pod
18406 ____________________________________________________________________________
18407 [  9610] By: jhi                                   on 2001/04/07  16:56:32
18408         Log: Denit.
18409      Branch: perl
18410            ! pod/perldelta.pod
18411 ____________________________________________________________________________
18412 [  9609] By: jhi                                   on 2001/04/07  16:38:32
18413         Log: Retract #9523: needs more thought.
18414      Branch: perl
18415            ! Makefile.SH
18416 ____________________________________________________________________________
18417 [  9608] By: jhi                                   on 2001/04/07  14:59:20
18418         Log: atmark() code cleanaup.
18419      Branch: perl
18420            ! ext/IO/IO.xs
18421 ____________________________________________________________________________
18422 [  9607] By: jhi                                   on 2001/04/07  14:48:14
18423         Log: Integrate change #9605 from maintperl into mainline.
18424              
18425              can't optimize away scope entry if tr/// is present
18426      Branch: perl
18427           !> op.c t/op/tr.t
18428 ____________________________________________________________________________
18429 [  9606] By: jhi                                   on 2001/04/07  14:43:59
18430         Log: Integrate perlio.
18431      Branch: perl
18432           +> win32/FindExt.pm
18433           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
18434           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
18435 ____________________________________________________________________________
18436 [  9605] By: gsar                                  on 2001/04/07  11:52:40
18437         Log: can't optimize away scope entry if tr/// is present
18438      Branch: maint-5.6/perl
18439            ! op.c t/op/tr.t
18440 ____________________________________________________________________________
18441 [  9604] By: nick                                  on 2001/04/07  11:39:45
18442         Log: Split out extension finding code from buildext.pl into FindExt.pm
18443              Use it to get Config.pm's idea of available extensions in line
18444              with what is built.
18445      Branch: perlio
18446            + win32/FindExt.pm
18447            ! MANIFEST win32/buildext.pl win32/config_sh.PL
18448            ! win32/makefile.mk
18449 ____________________________________________________________________________
18450 [  9603] By: nick                                  on 2001/04/07  09:11:38
18451         Log: Cleanup correction for failed :Via() layer, also set an error code.
18452      Branch: perlio
18453            ! ext/PerlIO/Via/Via.xs
18454 ____________________________________________________________________________
18455 [  9602] By: nick                                  on 2001/04/07  08:38:04
18456         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
18457              style. So don't use binmode() on the handles so that Win32 etc. see
18458              same sequence and produce same digests.
18459      Branch: perlio
18460            ! t/lib/md5-file.t
18461 ____________________________________________________________________________
18462 [  9601] By: nick                                  on 2001/04/07  08:36:26
18463         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
18464              Else it complains and so crlf layer (say) does not get pushed.
18465      Branch: perlio
18466            ! perlio.c
18467 ____________________________________________________________________________
18468 [  9600] By: jhi                                   on 2001/04/06  23:00:09
18469         Log: Integrate change #9599 from perlio into mainline.
18470      Branch: perl
18471           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
18472           !> win32/config_H.vc
18473 ____________________________________________________________________________
18474 [  9599] By: nick                                  on 2001/04/06  21:42:43
18475         Log: Quote $VERSION in Encode.pm.
18476              regen_config_h as requested.
18477      Branch: perlio
18478            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
18479            ! win32/config_H.vc
18480 ____________________________________________________________________________
18481 [  9598] By: nick                                  on 2001/04/06  20:34:59
18482         Log: Integrate mainline
18483      Branch: perlio
18484           +> README.macos
18485           !> (integrate 39 files)
18486 ____________________________________________________________________________
18487 [  9597] By: gsar                                  on 2001/04/06  18:06:35
18488         Log: integrate change#9464 from mainline (addendum to change#8313)
18489              
18490              Subject: [PATCH @9452] Better peep()ing for foreach() loops
18491      Branch: maint-5.6/perl
18492           !> op.c
18493 ____________________________________________________________________________
18494 [  9596] By: jhi                                   on 2001/04/06  17:26:03
18495         Log: The d_casti32=undef is good for you even when not use64bitall.
18496      Branch: perl
18497            ! hints/hpux.sh
18498 ____________________________________________________________________________
18499 [  9595] By: gsar                                  on 2001/04/06  14:57:17
18500         Log: add a low-impact fix to accomodate darwin-ism
18501      Branch: maint-5.6/perl
18502            ! ext/Errno/Errno_pm.PL
18503 ____________________________________________________________________________
18504 [  9594] By: jhi                                   on 2001/04/06  14:55:14
18505         Log: Integrate changes #9528,9593 from mainline into maintperl;
18506              tweaking the editor/IDE/shell list.
18507      Branch: maint-5.6/perl
18508           !> pod/perlfaq3.pod
18509 ____________________________________________________________________________
18510 [  9593] By: jhi                                   on 2001/04/06  14:51:39
18511         Log: Make the editor/IDE/shell list a little bit airier.
18512      Branch: perl
18513            ! pod/perlfaq3.pod
18514 ____________________________________________________________________________
18515 [  9592] By: gsar                                  on 2001/04/06  14:45:18
18516         Log: integrate change#9477 from mainline (base.pm doc tweak)
18517              
18518              missing doc entry for fmod()
18519      Branch: maint-5.6/perl
18520            ! lib/Math/BigFloat.pm
18521           !> lib/base.pm
18522 ____________________________________________________________________________
18523 [  9591] By: jhi                                   on 2001/04/06  13:55:48
18524         Log: Regen toc.
18525      Branch: perl
18526            ! pod/perltoc.pod
18527 ____________________________________________________________________________
18528 [  9590] By: jhi                                   on 2001/04/06  13:54:52
18529         Log: Math::BigFloat patches from John Peacock.  The equivalent
18530              of #9586 from maintperl but reworked by John to work with
18531              the bleadperl.
18532      Branch: perl
18533            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
18534 ____________________________________________________________________________
18535 [  9589] By: jhi                                   on 2001/04/06  13:42:23
18536         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
18537      Branch: perl
18538            ! ext/Digest/MD5/Makefile.PL
18539 ____________________________________________________________________________
18540 [  9588] By: jhi                                   on 2001/04/06  13:31:45
18541         Log: Integrate changes #9584,9587 from maintperl into mainline.
18542              
18543              keep eval"" CVs alive until the end of the statement in which
18544              they're called
18545              
18546              add README.macos (from Chris Nandor)
18547              
18548              tyop in change#9555
18549      Branch: perl
18550           +> README.macos
18551           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
18552           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
18553           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
18554           !> win32/makefile.mk
18555 ____________________________________________________________________________
18556 [  9587] By: gsar                                  on 2001/04/06  07:31:30
18557         Log: add README.macos (from Chris Nandor)
18558              
18559              tyop in change#9555
18560      Branch: maint-5.6/perl
18561            + README.macos
18562            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
18563            ! win32/Makefile win32/makefile.mk
18564 ____________________________________________________________________________
18565 [  9586] By: gsar                                  on 2001/04/06  07:08:54
18566         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
18567      Branch: maint-5.6/perl
18568            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
18569 ____________________________________________________________________________
18570 [  9585] By: gsar                                  on 2001/04/06  06:58:44
18571         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
18572              from mainline
18573              
18574              Subject: [PATCH] Base64 update to perlfaq9.pod
18575              
18576              Subject: [PATCH AUTHORS] Housekeeping
18577              
18578              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
18579              Mac OS X (Darwin) has extra pwent fields.
18580              
18581              Subject: [PATCH B::*] print control-character vars readably
18582              Needs EBCDICification.
18583              
18584              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
18585              
18586              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
18587              
18588              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
18589              
18590              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
18591              
18592              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
18593              
18594              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
18595              
18596              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
18597              
18598              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
18599              
18600              FreeBSD hints tweak from Anton Berezin.
18601              
18602              Subject: [PATCH foolperl & bleadperl] README.vms update
18603              
18604              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
18605      Branch: maint-5.6/perl
18606           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
18607           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
18608           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
18609 ____________________________________________________________________________
18610 [  9584] By: gsar                                  on 2001/04/06  04:09:00
18611         Log: keep eval"" CVs alive until the end of the statement in which
18612              they're called; this avoids a coredump ensuing from search for
18613              lexicals in code such as:
18614              
18615              sub bug {
18616              my $s = @_;
18617              eval q[sub { eval 'sub { &$s }' }];
18618              }
18619              bug("x")->()->();
18620              
18621              this code still doesn't work as intended (as it has remained
18622              since time immemorial), but it doesn't provoke a coredump anymore
18623      Branch: maint-5.6/perl
18624            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
18625            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
18626 ____________________________________________________________________________
18627 [  9583] By: jhi                                   on 2001/04/05  23:52:51
18628         Log: Update Changes.
18629      Branch: perl
18630            ! Changes patchlevel.h
18631 ____________________________________________________________________________
18632 [  9582] By: jhi                                   on 2001/04/05  23:11:23
18633         Log: Slight doc tweak.
18634      Branch: perl
18635            ! pod/perlunicode.pod
18636 ____________________________________________________________________________
18637 [  9581] By: jhi                                   on 2001/04/05  23:04:11
18638         Log: Integrate perlio.
18639      Branch: perl
18640           !> pod/perlunicode.pod
18641 ____________________________________________________________________________
18642 [  9580] By: jhi                                   on 2001/04/05  23:03:29
18643         Log: Test for #9579.
18644      Branch: perl
18645            ! t/op/do.t
18646 ____________________________________________________________________________
18647 [  9579] By: jhi                                   on 2001/04/05  22:54:17
18648         Log: Subject: [PATCH] Propagate calling context for do '...'
18649              From: Gisle Aas <gisle@ActiveState.com>
18650              Date: 04 Apr 2001 20:17:29 -0700
18651              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
18652      Branch: perl
18653            ! pod/perlfunc.pod pp_ctl.c
18654 ____________________________________________________________________________
18655 [  9578] By: jhi                                   on 2001/04/05  22:52:51
18656         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
18657              From: Peter Prymmer <pvhp@forte.com>
18658              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
18659              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
18660      Branch: perl
18661            ! README.vms
18662 ____________________________________________________________________________
18663 [  9577] By: jhi                                   on 2001/04/05  22:48:22
18664         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
18665              From: "Craig A. Berry" <craigberry@mac.com>
18666              Date: Thu, 5 Apr 2001 13:43:28 -0500
18667              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
18668      Branch: perl
18669            ! README.vms
18670 ____________________________________________________________________________
18671 [  9576] By: jhi                                   on 2001/04/05  22:31:38
18672         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
18673              From: Michael G Schwern <schwern@pobox.com>
18674              Date: Thu, 5 Apr 2001 21:53:21 +0100
18675              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
18676      Branch: perl
18677            ! lib/base.pm t/lib/fields.t
18678 ____________________________________________________________________________
18679 [  9575] By: jhi                                   on 2001/04/05  22:26:10
18680         Log: FreeBSD hints tweak from Anton Berezin.
18681      Branch: perl
18682            ! hints/freebsd.sh
18683 ____________________________________________________________________________
18684 [  9574] By: jhi                                   on 2001/04/05  22:24:03
18685         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
18686              From: David Dyck <dcd@tc.fluke.com>
18687              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
18688              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
18689      Branch: perl
18690            ! t/op/oct.t
18691 ____________________________________________________________________________
18692 [  9573] By: jhi                                   on 2001/04/05  22:23:06
18693         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
18694              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
18695              From: David Dyck <dcd@tc.fluke.com>
18696              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
18697      Branch: perl
18698            ! pp.c
18699 ____________________________________________________________________________
18700 [  9572] By: jhi                                   on 2001/04/05  22:14:47
18701         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
18702              From: Robin Houston <robin@kitsite.com>
18703              Date: Thu, 5 Apr 2001 20:56:48 +0100
18704              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
18705      Branch: perl
18706            ! ext/B/B/Deparse.pm
18707 ____________________________________________________________________________
18708 [  9571] By: jhi                                   on 2001/04/05  22:12:53
18709         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
18710              From: Robin Houston <robin@kitsite.com>
18711              Date: Thu, 5 Apr 2001 19:55:51 +0100
18712              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
18713      Branch: perl
18714            ! ext/B/B/Deparse.pm
18715 ____________________________________________________________________________
18716 [  9570] By: jhi                                   on 2001/04/05  22:11:06
18717         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
18718              From: Robin Houston <robin@kitsite.com>
18719              Date: Thu, 5 Apr 2001 20:16:29 +0100
18720              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
18721      Branch: perl
18722            ! ext/B/B/Deparse.pm
18723 ____________________________________________________________________________
18724 [  9569] By: nick                                  on 2001/04/05  21:32:26
18725         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
18726      Branch: perlio
18727            ! pod/perlunicode.pod
18728 ____________________________________________________________________________
18729 [  9568] By: nick                                  on 2001/04/05  19:38:09
18730         Log: Integrate mainline
18731      Branch: perlio
18732           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
18733           !> (integrate 35 files)
18734 ____________________________________________________________________________
18735 [  9567] By: jhi                                   on 2001/04/05  18:31:45
18736         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
18737              From: Robin Houston <robin@kitsite.com>
18738              Date: Thu, 5 Apr 2001 18:03:23 +0100
18739              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
18740      Branch: perl
18741            ! ext/B/B/Deparse.pm
18742 ____________________________________________________________________________
18743 [  9566] By: jhi                                   on 2001/04/05  18:29:35
18744         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
18745              From: Robin Houston <robin@kitsite.com>
18746              Date: Thu, 5 Apr 2001 16:45:18 +0100
18747              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
18748      Branch: perl
18749            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
18750 ____________________________________________________________________________
18751 [  9565] By: jhi                                   on 2001/04/05  18:24:23
18752         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
18753              From: Robin Houston <robin@kitsite.com>
18754              Date: Thu, 5 Apr 2001 14:50:09 +0100
18755              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
18756      Branch: perl
18757            ! ext/B/B/Deparse.pm
18758 ____________________________________________________________________________
18759 [  9564] By: jhi                                   on 2001/04/05  18:23:03
18760         Log: Subject: [PATCH B::*] print control-character vars readably
18761              From: Robin Houston <robin@kitsite.com>
18762              Date: Thu, 5 Apr 2001 14:27:38 +0100
18763              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
18764              
18765              Needs EBCDICification.
18766      Branch: perl
18767            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
18768            ! ext/B/B/Terse.pm
18769 ____________________________________________________________________________
18770 [  9563] By: jhi                                   on 2001/04/05  18:20:32
18771         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
18772              Date: Thu, 5 Apr 2001 13:21:42 -0400
18773              From: Paul Schinder <schinder@pobox.com>
18774              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
18775              
18776              Mac OS X (Darwin) has extra pwent fields.
18777      Branch: perl
18778            ! t/op/pwent.t
18779 ____________________________________________________________________________
18780 [  9562] By: jhi                                   on 2001/04/05  17:57:51
18781         Log: Regen toc.
18782      Branch: perl
18783            ! pod/perltoc.pod
18784 ____________________________________________________________________________
18785 [  9561] By: jhi                                   on 2001/04/05  17:47:33
18786         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
18787      Branch: metaconfig
18788            ! U/Glossary.patch
18789      Branch: metaconfig/U/perl
18790            + d_u32align.U
18791            ! d_cmsghdr_s.U d_msghdr_s.U
18792 ____________________________________________________________________________
18793 [  9560] By: jhi                                   on 2001/04/05  17:47:01
18794         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
18795              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
18796              Introduce probes for struct msghdr, struct cmsghdr,
18797              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
18798              ualarm, usleep, for possible later extension work.
18799      Branch: perl
18800            + t/lib/md5-align.t
18801            ! Configure MANIFEST Porting/Glossary Porting/config.sh
18802            ! Porting/config_H config_h.SH configure.com epoc/config.sh
18803            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
18804            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
18805            ! vos/config.ga.h win32/config.bc win32/config.gc
18806            ! win32/config.vc
18807 ____________________________________________________________________________
18808 [  9559] By: jhi                                   on 2001/04/05  13:03:04
18809         Log: Be traditional in your cpp (for the Errno extension).
18810      Branch: perl
18811            ! hints/darwin.sh
18812 ____________________________________________________________________________
18813 [  9558] By: jhi                                   on 2001/04/05  13:00:05
18814         Log: Add $Config{cppflags} to the gcc incantation.
18815      Branch: perl
18816            ! ext/Errno/Errno_pm.PL
18817 ____________________________________________________________________________
18818 [  9557] By: jhi                                   on 2001/04/05  04:22:39
18819         Log: Introduce Sean Burke's Class::ISA 0.32.
18820      Branch: perl
18821            + lib/Class/ISA.pm t/lib/class-isa.t
18822            ! MANIFEST
18823 ____________________________________________________________________________
18824 [  9556] By: jhi                                   on 2001/04/05  04:09:50
18825         Log: Subject: [PATCH AUTHORS] Housekeeping
18826              From: Paul Johnson <paul@pjcj.net> 
18827              Date: Wed, 4 Apr 2001 22:45:47 +0200
18828              Message-ID: <20010404224547.D9548@pjcj.net>
18829      Branch: perl
18830            ! AUTHORS
18831 ____________________________________________________________________________
18832 [  9555] By: jhi                                   on 2001/04/05  04:06:33
18833         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
18834              From: Gisle Aas <gisle@ActiveState.com>
18835              Date: 04 Apr 2001 14:23:04 -0700
18836              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
18837      Branch: perl
18838            ! pod/perlfaq9.pod
18839 ____________________________________________________________________________
18840 [  9554] By: jhi                                   on 2001/04/05  04:05:49
18841         Log: Downgrade also the "Wide character" diagnostic.
18842      Branch: perl
18843            ! pod/perldiag.pod
18844 ____________________________________________________________________________
18845 [  9553] By: jhi                                   on 2001/04/05  04:00:33
18846         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
18847              maintperl into mainline.
18848              
18849              "double" should be "NV"; standard typemap is missing entry
18850              for NV
18851              
18852              s/djSP/dSP/
18853              
18854              Downgrade "Wide character in print" to a warning.
18855              
18856              B::Deparse fix for ${^FOO} and documentation for PVX() method
18857              (from Robin Houston)
18858              
18859              tr/// doesn't null-terminate the result in some situations
18860              (from Gisle Aas)
18861      Branch: perl
18862           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
18863           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
18864           !> t/io/utf8.t t/op/tr.t
18865 ____________________________________________________________________________
18866 [  9552] By: jhi                                   on 2001/04/05  03:52:50
18867         Log: Retract changes #9542 and #9538 (from maintperl, integrated
18868              at #9540), shouldn't be needed because of the perlio changes.
18869      Branch: perl
18870            ! util.c
18871 ____________________________________________________________________________
18872 [  9551] By: gsar                                  on 2001/04/05  00:18:34
18873         Log: tr/// doesn't null-terminate the result in some situations
18874              (from Gisle Aas)
18875      Branch: maint-5.6/perl
18876            ! doop.c t/op/tr.t
18877 ____________________________________________________________________________
18878 [  9550] By: gsar                                  on 2001/04/04  20:04:17
18879         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
18880              (from Robin Houston)
18881      Branch: maint-5.6/perl
18882            ! ext/B/B.pm ext/B/B/Deparse.pm
18883 ____________________________________________________________________________
18884 [  9549] By: nick                                  on 2001/04/04  18:56:15
18885         Log: Downgrade "Wide character in print" to a warning.
18886      Branch: perlio
18887            ! doio.c t/io/utf8.t
18888 ____________________________________________________________________________
18889 [  9548] By: gsar                                  on 2001/04/04  18:51:49
18890         Log: integrate changes#9460,9462,9482,9521,9522
18891              
18892              Subject: PATCH: B::Debug should show LOOP-specific fields
18893              
18894              Subject: B::Deparse precedence bug. (Patch included.)
18895              
18896              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
18897              
18898              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
18899              
18900              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
18901      Branch: maint-5.6/perl
18902           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
18903           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
18904 ____________________________________________________________________________
18905 [  9547] By: gsar                                  on 2001/04/04  18:49:16
18906         Log: s/djSP/dSP/
18907      Branch: maint-5.6/perl
18908            ! ext/Thread/Thread.xs
18909 ____________________________________________________________________________
18910 [  9546] By: nick                                  on 2001/04/04  18:44:00
18911         Log: Integrate mainline.
18912      Branch: perlio
18913           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
18914           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
18915 ____________________________________________________________________________
18916 [  9545] By: gsar                                  on 2001/04/04  18:38:52
18917         Log: integrate change#8837 from mainline
18918              
18919              Subject: [patch] -Wall cleanup round 2
18920      Branch: maint-5.6/perl
18921           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
18922           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
18923           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
18924           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
18925           !> ext/SDBM_File/SDBM_File.xs
18926 ____________________________________________________________________________
18927 [  9544] By: gsar                                  on 2001/04/04  17:49:57
18928         Log: "double" should be "NV"; standard typemap is missing entry
18929              for NV
18930      Branch: maint-5.6/perl
18931            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
18932 ____________________________________________________________________________
18933 [  9543] By: jhi                                   on 2001/04/04  14:13:18
18934         Log: Thou shalt not (just) match for English error messages.
18935      Branch: perl
18936            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
18937            ! os2/OS2/Process/Process.pm
18938 ____________________________________________________________________________
18939 [  9542] By: jhi                                   on 2001/04/04  13:20:39
18940         Log: Make the stdio tricks of fflush_all() to exist only if
18941              stdio is being used.
18942      Branch: perl
18943            ! util.c
18944 ____________________________________________________________________________
18945 [  9541] By: jhi                                   on 2001/04/04  04:20:24
18946         Log: Subject: Re: [PATCH] Lighten up glob
18947              From: Benjamin Sugars <bsugars@canoe.ca>
18948              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
18949              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
18950      Branch: perl
18951            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
18952            ! util.c
18953 ____________________________________________________________________________
18954 [  9540] By: jhi                                   on 2001/04/04  04:03:57
18955         Log: Integrate changes #9538,9539 from maintperl into mainline.
18956              
18957              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
18958              for use with _fwalk() (fix for change#7705)
18959              
18960              another tweak needed for SunOS 4.1.x build (from Mike Guy)
18961              (cp -f is not portable)
18962      Branch: perl
18963           !> Makefile.SH util.c
18964 ____________________________________________________________________________
18965 [  9539] By: gsar                                  on 2001/04/04  03:01:14
18966         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
18967      Branch: maint-5.6/perl
18968            ! Makefile.SH
18969 ____________________________________________________________________________
18970 [  9538] By: gsar                                  on 2001/04/04  01:00:38
18971         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
18972              for use with _fwalk() (fix for change#7705)
18973      Branch: maint-5.6/perl
18974            ! util.c
18975 ____________________________________________________________________________
18976 [  9537] By: nick                                  on 2001/04/03  19:24:55
18977         Log: Integrate mainline
18978      Branch: perlio
18979           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
18980           +> lib/unicode/PropList.html
18981            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
18982           !> (integrate 69 files)
18983 ____________________________________________________________________________
18984 [  9536] By: jhi                                   on 2001/04/03  18:02:31
18985         Log: Integrate change #9533 from maintperl into mainline.
18986              
18987              better fix for change#9517 to accomodate UNC paths like
18988              \\server\share\foo, and paths with trailing backslash
18989              like c:\this\
18990      Branch: perl
18991           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
18992 ____________________________________________________________________________
18993 [  9535] By: jhi                                   on 2001/04/03  17:58:07
18994         Log: Change the push/unshift warning to be of class syntax, not misc.
18995      Branch: perl
18996            ! op.c pod/perldiag.pod t/pragma/warn/op
18997 ____________________________________________________________________________
18998 [  9534] By: jhi                                   on 2001/04/03  15:03:46
18999         Log: Change the push/unshift warning (#9532) to talk about "no values"
19000              instead of "no arguments".
19001      Branch: perl
19002            ! op.c pod/perldiag.pod t/pragma/warn/op
19003 ____________________________________________________________________________
19004 [  9533] By: gsar                                  on 2001/04/03  14:30:07
19005         Log: better fix for change#9517 to accomodate UNC paths like
19006              \\server\share\foo, and paths with trailing backslash
19007              like c:\this\
19008      Branch: maint-5.6/perl
19009            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
19010 ____________________________________________________________________________
19011 [  9532] By: jhi                                   on 2001/04/03  13:11:46
19012         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
19013              From: Robin Houston <robin@kitsite.com>
19014              Date: Mon, 2 Apr 2001 15:03:29 +0100
19015              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
19016      Branch: perl
19017            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
19018 ____________________________________________________________________________
19019 [  9531] By: jhi                                   on 2001/04/03  13:06:34
19020         Log: Integrate change #9530 from maintperl into mainline.
19021              
19022              accomodate VMS "mailbox overflow" quirk in testsuite (from
19023              Craig Berry)
19024      Branch: perl
19025           !> t/lib/socket.t
19026 ____________________________________________________________________________
19027 [  9530] By: gsar                                  on 2001/04/03  04:56:41
19028         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
19029              Craig Berry)
19030      Branch: maint-5.6/perl
19031            ! t/lib/socket.t
19032 ____________________________________________________________________________
19033 [  9529] By: jhi                                   on 2001/04/03  02:34:34
19034         Log: Update Changes.
19035      Branch: perl
19036            ! Changes patchlevel.h
19037 ____________________________________________________________________________
19038 [  9528] By: jhi                                   on 2001/04/03  01:27:57
19039         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
19040              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
19041              To: perl5-porters@perl.org
19042              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
19043      Branch: perl
19044            ! pod/perlfaq3.pod
19045 ____________________________________________________________________________
19046 [  9527] By: jhi                                   on 2001/04/03  01:22:09
19047         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
19048              From: Peter Prymmer <pvhp@forte.com>
19049              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
19050              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
19051      Branch: perl
19052            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
19053 ____________________________________________________________________________
19054 [  9526] By: jhi                                   on 2001/04/03  01:18:25
19055         Log: The metaconfig unit changes for #9525.
19056      Branch: metaconfig
19057            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
19058      Branch: metaconfig/U/perl
19059            ! use64bits.U
19060 ____________________________________________________________________________
19061 [  9525] By: jhi                                   on 2001/04/03  01:17:30
19062         Log: Configure sanity checks:
19063              * if use64bitall is attempted but pointers are only 32-bit,
19064              'downgrade' to use64bitint
19065              * if use64bitint is attempted but there's no quad type,
19066              forget about use64bitint (well, the default for it is 'n',
19067              the user can still override this)
19068              * if pointers are 64 bits, do not try to use Perl's malloc
19069      Branch: perl
19070            ! Configure
19071 ____________________________________________________________________________
19072 [  9524] By: gsar                                  on 2001/04/03  01:09:12
19073         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
19074      Branch: maint-5.6/perl
19075            ! pp_sys.c
19076 ____________________________________________________________________________
19077 [  9523] By: jhi                                   on 2001/04/03  00:02:31
19078         Log: (Retracted by #9609)
19079              
19080              Make it harder for parallel makes to enter 'test' before
19081              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
19082              should be unhappy enough, but sometimes parallel makes seem
19083              to sneak past both in Tru64 and AIX.)
19084      Branch: perl
19085            ! Makefile.SH
19086 ____________________________________________________________________________
19087 [  9522] By: jhi                                   on 2001/04/02  22:35:31
19088         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
19089              Date: Mon, 2 Apr 2001 22:54:10 +0100
19090              From: Robin Houston <robin@kitsite.com>
19091              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
19092      Branch: perl
19093            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
19094 ____________________________________________________________________________
19095 [  9521] By: jhi                                   on 2001/04/02  22:32:23
19096         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
19097              From: Robin Houston <robin@kitsite.com>
19098              Date: Mon, 2 Apr 2001 20:24:03 +0100
19099              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
19100      Branch: perl
19101            ! ext/B/B/Concise.pm
19102 ____________________________________________________________________________
19103 [  9520] By: jhi                                   on 2001/04/02  22:30:43
19104         Log: Subject: [PATCH] REALLY pedantic hv.h nit
19105              From: Simon Cozens <simon@netthink.co.uk>
19106              Date: Mon, 2 Apr 2001 15:43:06 +0100
19107              Message-ID: <20010402154306.A21711@netthink.co.uk>
19108      Branch: perl
19109            ! hv.h
19110 ____________________________________________________________________________
19111 [  9519] By: jhi                                   on 2001/04/02  22:28:04
19112         Log: Based on
19113              
19114              Subject: [foolperl] EPOC fix
19115              From: Olaf Flebbe <O.Flebbe@science-computing.de>
19116              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
19117              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
19118      Branch: perl
19119            ! pp_sys.c
19120 ____________________________________________________________________________
19121 [  9518] By: jhi                                   on 2001/04/02  22:22:34
19122         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
19123              
19124              README.win32 tweaks; add a note about alternative location for
19125              getting a gcc-2.95.2 that will build perl properly on windows
19126              
19127              add some notes about gutsy threading matters
19128              
19129              many of the utilities interpolate literal paths within doublequotes
19130              (fails on dosish platforms where path contains backslashes)
19131      Branch: perl
19132           !> README.win32 pod/perlguts.pod utils/perldoc.PL
19133           !> x2p/find2perl.PL x2p/s2p.PL
19134 ____________________________________________________________________________
19135 [  9517] By: gsar                                  on 2001/04/02  19:52:21
19136         Log: many of the utilities interpolate literal paths within doublequotes
19137              (fails on dosish platforms where path contains backslashes)
19138      Branch: maint-5.6/perl
19139            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
19140 ____________________________________________________________________________
19141 [  9516] By: gsar                                  on 2001/04/02  05:49:37
19142         Log: a foolish release
19143      Branch: maint-5.6/perl
19144            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
19145            ! pod/perltoc.pod
19146 ____________________________________________________________________________
19147 [  9515] By: gsar                                  on 2001/04/02  05:04:29
19148         Log: add missing changelog summaries
19149      Branch: maint-5.6/perl
19150            ! Changes
19151 ____________________________________________________________________________
19152 [  9514] By: gsar                                  on 2001/04/02  04:07:13
19153         Log: add some notes about gutsy threading matters
19154      Branch: maint-5.6/perl
19155            ! pod/perlguts.pod
19156 ____________________________________________________________________________
19157 [  9513] By: gsar                                  on 2001/04/02  03:25:21
19158         Log: add more prominent caveat notices about experimental features
19159      Branch: maint-5.6/perl
19160            ! pod/perlfork.pod pod/perlunicode.pod
19161 ____________________________________________________________________________
19162 [  9512] By: gsar                                  on 2001/04/02  02:54:33
19163         Log: integrate changes#9479,9509 from mainline
19164              
19165              [PATCH] File::Glob stuff for Mac OS
19166              
19167              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
19168      Branch: maint-5.6/perl
19169           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
19170           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
19171           !> t/lib/glob-taint.t
19172 ____________________________________________________________________________
19173 [  9511] By: gsar                                  on 2001/04/02  02:38:24
19174         Log: README.win32 tweaks; add a note about alternative location for
19175              getting a gcc-2.95.2 that will build perl properly on windows
19176      Branch: maint-5.6/perl
19177            ! README.win32
19178 ____________________________________________________________________________
19179 [  9510] By: jhi                                   on 2001/04/01  20:45:10
19180         Log: An ambiguosity warning.
19181      Branch: perl
19182            ! t/lib/trig.t
19183 ____________________________________________________________________________
19184 [  9509] By: jhi                                   on 2001/04/01  19:53:47
19185         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
19186              From: Jonathan Stowe <gellyfish@gellyfish.com>
19187              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
19188              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
19189      Branch: perl
19190            ! ext/File/Glob/bsd_glob.c
19191 ____________________________________________________________________________
19192 [  9508] By: jhi                                   on 2001/04/01  19:35:03
19193         Log: Update Changes.
19194      Branch: perl
19195            ! Changes patchlevel.h
19196 ____________________________________________________________________________
19197 [  9507] By: jhi                                   on 2001/04/01  19:24:01
19198         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
19199              from mainline to maintperl: pod tweaks.
19200      Branch: maint-5.6/perl
19201           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
19202           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
19203           !> pod/perlvar.pod
19204 ____________________________________________________________________________
19205 [  9506] By: jhi                                   on 2001/04/01  19:11:53
19206         Log: Commit Sarathy to April release of 5.6.1 :-)
19207      Branch: perl
19208            ! pod/perlfaq1.pod
19209 ____________________________________________________________________________
19210 [  9505] By: jhi                                   on 2001/04/01  19:03:15
19211         Log: Subject: PATCH 5.6.0 (perldebug.pod)
19212              From: Mark-Jason Dominus <mjd@plover.com>
19213              Date: Sun, 01 Apr 2001 14:25:11 -0400
19214              Message-ID: <20010401182511.9247.qmail@plover.com>
19215      Branch: perl
19216            ! pod/perldebug.pod
19217 ____________________________________________________________________________
19218 [  9504] By: jhi                                   on 2001/04/01  18:43:09
19219         Log: Add great_circle_direction().
19220      Branch: perl
19221            ! lib/Math/Trig.pm t/lib/trig.t
19222 ____________________________________________________________________________
19223 [  9503] By: jhi                                   on 2001/04/01  17:29:12
19224         Log: Unicode ReadMe update for Unicode 3.1.
19225      Branch: perl
19226            ! lib/unicode/ReadMe.txt
19227 ____________________________________________________________________________
19228 [  9502] By: jhi                                   on 2001/04/01  17:18:40
19229         Log: Integrate change #9501 from maintperl into mainline.
19230              
19231              fix the perlembed notes on multiple interpreters
19232              
19233              fix ExtUtils::Embed to work passably on Windows
19234      Branch: perl
19235           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
19236 ____________________________________________________________________________
19237 [  9501] By: gsar                                  on 2001/04/01  07:21:57
19238         Log: fix the perlembed notes on multiple interpreters
19239              
19240              fix ExtUtils::Embed to work passably on Windows
19241      Branch: maint-5.6/perl
19242            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
19243 ____________________________________________________________________________
19244 [  9500] By: jhi                                   on 2001/04/01  05:58:23
19245         Log: Test for #9499.
19246      Branch: perl
19247            ! t/op/tr.t
19248 ____________________________________________________________________________
19249 [  9499] By: jhi                                   on 2001/04/01  05:55:46
19250         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
19251      Branch: perl
19252            ! embed.h embed.pl op.c proto.h
19253 ____________________________________________________________________________
19254 [  9498] By: jhi                                   on 2001/04/01  05:44:34
19255         Log: Protect the workaround hunk more.
19256      Branch: perl
19257            ! toke.c
19258 ____________________________________________________________________________
19259 [  9497] By: jhi                                   on 2001/04/01  00:24:25
19260         Log: Integrate changes #9493,9494,9495,9496 from maintperl
19261              into mainline.
19262              
19263              fix a broken workaround for Borland compiler in change#4739
19264              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
19265              
19266              nits spotted by Borland compiler
19267              
19268              avoid redefinition warnings under Borland 5.02
19269              
19270              various nits identified by the Borland 5.5 compiler; remove suppression
19271              of a few warnings
19272      Branch: perl
19273           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
19274           !> win32/win32.h
19275 ____________________________________________________________________________
19276 [  9496] By: gsar                                  on 2001/03/31  23:22:28
19277         Log: various nits identified by the Borland 5.5 compiler; remove suppression
19278              of a few warnings
19279      Branch: maint-5.6/perl
19280            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
19281 ____________________________________________________________________________
19282 [  9495] By: gsar                                  on 2001/03/31  21:03:08
19283         Log: avoid redefinition warnings under Borland 5.02
19284      Branch: maint-5.6/perl
19285            ! win32/makefile.mk
19286 ____________________________________________________________________________
19287 [  9494] By: gsar                                  on 2001/03/31  20:18:59
19288         Log: nits spotted by Borland compiler
19289      Branch: maint-5.6/perl
19290            ! utf8.h win32/win32.h
19291 ____________________________________________________________________________
19292 [  9493] By: gsar                                  on 2001/03/31  20:18:05
19293         Log: fix a broken workaround for Borland compiler in change#4739
19294              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
19295      Branch: maint-5.6/perl
19296            ! toke.c
19297 ____________________________________________________________________________
19298 [  9492] By: jhi                                   on 2001/03/31  18:36:24
19299         Log: Integrate change #9491 from maintperl into mainline.
19300              
19301              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
19302              directory is relative (need to fetch the full path name *before*
19303              the chdir!)
19304      Branch: perl
19305           !> lib/Cwd.pm
19306 ____________________________________________________________________________
19307 [  9491] By: gsar                                  on 2001/03/31  17:01:56
19308         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
19309              directory is relative (need to fetch the full path name *before*
19310              the chdir!)
19311              
19312              this is a followup patch for change#6749
19313      Branch: maint-5.6/perl
19314            ! lib/Cwd.pm
19315 ____________________________________________________________________________
19316 [  9490] By: jhi                                   on 2001/03/31  15:50:18
19317         Log: Subject: Re: [PATCH] av.h cosmetics
19318              From: Simon Cozens <simon@netthink.co.uk>
19319              Date: Sat, 31 Mar 2001 13:09:59 +0100
19320              Message-ID: <20010331130959.A22000@netthink.co.uk>
19321              
19322              Document AvALLOC.
19323      Branch: perl
19324            ! pod/perlguts.pod
19325 ____________________________________________________________________________
19326 [  9489] By: jhi                                   on 2001/03/31  15:48:44
19327         Log: Subject: [PATCH] Re: Math::Big* v1.21
19328              From: Tels <perl_dummy@bloodgate.com>
19329              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
19330              Message-Id: <200103311125.GAA377738@www08.hway.net>
19331      Branch: perl
19332            ! pod/perlop.pod
19333 ____________________________________________________________________________
19334 [  9488] By: jhi                                   on 2001/03/31  03:39:51
19335         Log: Debug output tweak.
19336      Branch: perl
19337            ! t/lib/cwd.t
19338 ____________________________________________________________________________
19339 [  9487] By: jhi                                   on 2001/03/31  03:33:02
19340         Log: OverVMSification.
19341      Branch: perl
19342            ! t/lib/cwd.t
19343 ____________________________________________________________________________
19344 [  9486] By: jhi                                   on 2001/03/31  03:01:40
19345         Log: Missed MANIFESTations in #9483.
19346      Branch: perl
19347            ! MANIFEST
19348 ____________________________________________________________________________
19349 [  9485] By: jhi                                   on 2001/03/31  02:58:17
19350         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
19351              From: Peter Prymmer <pvhp@forte.com>
19352              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
19353              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
19354      Branch: perl
19355            ! regexec.c t/lib/cwd.t
19356 ____________________________________________________________________________
19357 [  9484] By: jhi                                   on 2001/03/31  01:04:41
19358         Log: Obsolete file (see #3938)
19359      Branch: perl
19360            - lib/unicode/README.Ethiopic
19361            ! MANIFEST
19362 ____________________________________________________________________________
19363 [  9483] By: jhi                                   on 2001/03/31  00:52:42
19364         Log: Update to Unicode 3.1.
19365              (Rename Names.txt to NamesList.txt.)
19366      Branch: perl
19367            + lib/unicode/NamesList.txt lib/unicode/PropList.html
19368            - lib/unicode/Names.txt
19369            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
19370            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
19371            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
19372            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
19373            ! lib/unicode/UCD.html lib/unicode/Unicode.html
19374            ! lib/unicode/rename lib/unicode/version
19375 ____________________________________________________________________________
19376 [  9482] By: jhi                                   on 2001/03/30  23:33:44
19377         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
19378              From: Robin Houston <robin@kitsite.com>
19379              Date: Fri, 30 Mar 2001 20:07:22 +0100
19380              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
19381      Branch: perl
19382            ! ext/B/B/Deparse.pm
19383 ____________________________________________________________________________
19384 [  9481] By: jhi                                   on 2001/03/30  23:20:25
19385         Log: Subject: Re: [PATCH] CwdXS, Take 2
19386              From: Benjamin Sugars <bsugars@canoe.ca>
19387              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
19388              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
19389      Branch: perl
19390            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
19391            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
19392 ____________________________________________________________________________
19393 [  9480] By: jhi                                   on 2001/03/30  22:52:38
19394         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
19395              From: David Dyck <dcd@tc.fluke.com>
19396              Date: Fri, 30 Mar 2001 14:44:13 -0800
19397              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
19398              
19399              The t/rantests flags file creation was accidentally
19400              removed by #9217.
19401      Branch: perl
19402            ! Makefile.SH
19403 ____________________________________________________________________________
19404 [  9479] By: jhi                                   on 2001/03/30  22:45:45
19405         Log: Subject: [PATCH] File::Glob stuff for Mac OS
19406              From: Chris Nandor <pudge@pobox.com>
19407              Date: Fri, 30 Mar 2001 16:51:00 -0500
19408              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
19409      Branch: perl
19410            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
19411            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
19412            ! t/lib/glob-taint.t
19413 ____________________________________________________________________________
19414 [  9478] By: jhi                                   on 2001/03/30  22:43:12
19415         Log: Subject: fix for win32/buildext.pl
19416              From: "Vadim Konovalov" <watman@inbox.ru>
19417              Date: Sat, 31 Mar 2001 00:50:36 +0400
19418              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
19419      Branch: perl
19420            ! win32/buildext.pl
19421 ____________________________________________________________________________
19422 [  9477] By: jhi                                   on 2001/03/30  22:41:16
19423         Log: Subject: small base.pm doc patch
19424              From: Leon Brocard <acme@astray.com>
19425              Date: Fri, 30 Mar 2001 21:49:57 +0100
19426              Message-ID: <20010330214957.B8733@ns0.astray.com>
19427      Branch: perl
19428            ! lib/base.pm
19429 ____________________________________________________________________________
19430 [  9476] By: jhi                                   on 2001/03/30  18:16:57
19431         Log: Subject: [PATCH] av.h cosmetics
19432              From: Simon Cozens <simon@netthink.co.uk>
19433              Date: Fri, 30 Mar 2001 18:12:28 +0100
19434              Message-ID: <20010330181228.A9319@netthink.co.uk>
19435      Branch: perl
19436            ! av.h
19437 ____________________________________________________________________________
19438 [  9475] By: jhi                                   on 2001/03/30  18:15:50
19439         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
19440              From: "Philip Newton" <pnewton@gmx.de>
19441              Date: Fri, 30 Mar 2001 19:06:57 +0200
19442              Message-ID: <3AC4D951.14815.1AC7068@localhost>
19443      Branch: perl
19444            ! pod/perlhack.pod
19445 ____________________________________________________________________________
19446 [  9474] By: jhi                                   on 2001/03/30  18:14:02
19447         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
19448              From: Benjamin Sugars <bsugars@canoe.ca>
19449              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
19450              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
19451      Branch: perl
19452            ! t/lib/glob-basic.t
19453 ____________________________________________________________________________
19454 [  9473] By: jhi                                   on 2001/03/30  16:09:24
19455         Log: Update Changes.
19456      Branch: perl
19457            ! Changes patchlevel.h
19458 ____________________________________________________________________________
19459 [  9472] By: jhi                                   on 2001/03/30  15:16:08
19460         Log: Integrate perlio.
19461      Branch: perl
19462           !> t/lib/cwd.t t/lib/glob-basic.t
19463 ____________________________________________________________________________
19464 [  9471] By: nick                                  on 2001/03/30  14:47:10
19465         Log: Should be (^O eq 'MSWin32') not 'Win32'
19466              Fail #12 seems real - chdir is in wrong dir.
19467      Branch: perlio
19468            ! t/lib/cwd.t
19469 ____________________________________________________________________________
19470 [  9470] By: jhi                                   on 2001/03/30  14:41:11
19471         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
19472              From: Radu Greab <radu@netsoft.ro>
19473              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
19474              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
19475              
19476              Replace #9352.
19477      Branch: perl
19478            ! ext/Socket/Socket.xs pp_sys.c
19479 ____________________________________________________________________________
19480 [  9469] By: jhi                                   on 2001/03/30  14:37:51
19481         Log: Subject: PATCH pod/perldiag.pod
19482              From: Robin Houston <robin@kitsite.com>
19483              Date: Fri, 30 Mar 2001 14:10:36 +0100
19484              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
19485      Branch: perl
19486            ! pod/perldiag.pod t/lib/glob-basic.t
19487 ____________________________________________________________________________
19488 [  9468] By: jhi                                   on 2001/03/30  14:36:36
19489         Log: Subject: Better diagnostic in io/fs.t
19490              From: andreas.koenig@anima.de (Andreas J. Koenig)
19491              Date: 30 Mar 2001 10:11:43 +0200
19492              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
19493      Branch: perl
19494            ! t/io/fs.t
19495 ____________________________________________________________________________
19496 [  9467] By: nick                                  on 2001/03/30  14:25:43
19497         Log: Skip order test of glob if case-ignoring system cannot 
19498              create a.test and A.test
19499      Branch: perlio
19500            ! t/lib/glob-basic.t
19501 ____________________________________________________________________________
19502 [  9466] By: nick                                  on 2001/03/30  13:03:12
19503         Log: Integrate mainline.
19504      Branch: perlio
19505            - ext/re/hints/aix.pl
19506           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
19507           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
19508           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
19509           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
19510 ____________________________________________________________________________
19511 [  9465] By: jhi                                   on 2001/03/30  03:53:37
19512         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
19513              the tests sometimes hang, sometimes not.)
19514      Branch: perl
19515            ! t/lib/io_multihomed.t t/lib/io_sock.t
19516 ____________________________________________________________________________
19517 [  9464] By: jhi                                   on 2001/03/30  02:56:04
19518         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
19519              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
19520              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
19521              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
19522      Branch: perl
19523            ! op.c
19524 ____________________________________________________________________________
19525 [  9463] By: jhi                                   on 2001/03/30  02:34:48
19526         Log: Test for #9462.
19527      Branch: perl
19528            ! t/lib/b.t
19529 ____________________________________________________________________________
19530 [  9462] By: jhi                                   on 2001/03/30  02:29:37
19531         Log: Subject: B::Deparse precedence bug. (Patch included.)
19532              From: Jeremy Madea <jmadea@inktomi.com>
19533              Date: Thu, 29 Mar 2001 12:05:02 -0800
19534              Message-ID: <20010329120502.A24881@dr.inktomi.com>
19535      Branch: perl
19536            ! ext/B/B/Deparse.pm
19537 ____________________________________________________________________________
19538 [  9461] By: jhi                                   on 2001/03/30  02:18:41
19539         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
19540              From: Peter Prymmer <pvhp@forte.com>
19541              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
19542              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
19543      Branch: perl
19544            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
19545            ! t/lib/md5-file.t
19546 ____________________________________________________________________________
19547 [  9460] By: jhi                                   on 2001/03/30  02:17:07
19548         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
19549              From: Robin Houston <robin@kitsite.com>
19550              Date: Thu, 29 Mar 2001 20:47:56 +0100
19551              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
19552      Branch: perl
19553            ! ext/B/B/Debug.pm
19554 ____________________________________________________________________________
19555 [  9459] By: jhi                                   on 2001/03/30  02:16:05
19556         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
19557              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
19558              Date: Wed, 28 Mar 2001 18:02:20 -0600
19559              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
19560      Branch: perl
19561            ! lib/ExtUtils/MM_VMS.pm
19562 ____________________________________________________________________________
19563 [  9458] By: jhi                                   on 2001/03/30  02:07:58
19564         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
19565              From: "Joshua E. Rodd" <jrodd@pbs.org>
19566              Date: Wed, 28 Mar 2001 17:29:12 -0500
19567              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
19568      Branch: perl
19569            ! pod/perlop.pod
19570 ____________________________________________________________________________
19571 [  9457] By: jhi                                   on 2001/03/30  02:04:33
19572         Log: Subject: ext/re/aix.pl can go
19573              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19574              Date: Thu, 29 Mar 2001 12:03:28 +0200
19575              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
19576      Branch: perl
19577            - ext/re/hints/aix.pl
19578            ! MANIFEST
19579 ____________________________________________________________________________
19580 [  9456] By: jhi                                   on 2001/03/30  02:03:32
19581         Log: Integrate perlio.
19582      Branch: perl
19583           !> ext/Encode/Encode.xs installperl
19584 ____________________________________________________________________________
19585 [  9455] By: nick                                  on 2001/03/29  21:11:46
19586         Log: DLL name has changed so installperl needs to know
19587              (Why isn't it working it out or passed it?)
19588      Branch: perlio
19589            ! installperl
19590 ____________________________________________________________________________
19591 [  9454] By: nick                                  on 2001/03/29  20:56:12
19592         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
19593              and we don't get undef warnings.
19594      Branch: perlio
19595            ! ext/Encode/Encode.xs
19596 ____________________________________________________________________________
19597 [  9453] By: nick                                  on 2001/03/29  17:58:48
19598         Log: Integrate mainline
19599      Branch: perlio
19600           !> Changes patchlevel.h
19601 ____________________________________________________________________________
19602 [  9452] By: jhi                                   on 2001/03/29  16:44:55
19603         Log: Update Changes.
19604      Branch: perl
19605            ! Changes patchlevel.h
19606 ____________________________________________________________________________
19607 [  9451] By: nick                                  on 2001/03/29  16:31:38
19608         Log: Integrate mainline
19609      Branch: perlio
19610           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
19611           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
19612           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
19613           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
19614           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
19615 ____________________________________________________________________________
19616 [  9450] By: jhi                                   on 2001/03/29  16:29:17
19617         Log: Integrate perlio.
19618      Branch: perl
19619           !> win32/buildext.pl
19620 ____________________________________________________________________________
19621 [  9449] By: jhi                                   on 2001/03/29  15:50:01
19622         Log: Update Changes.
19623      Branch: perl
19624            ! Changes patchlevel.h
19625 ____________________________________________________________________________
19626 [  9448] By: nick                                  on 2001/03/29  15:47:15
19627         Log: Make sure buildext.pl finds Errno.pm
19628      Branch: perlio
19629            ! win32/buildext.pl
19630 ____________________________________________________________________________
19631 [  9447] By: jhi                                   on 2001/03/29  15:39:34
19632         Log: Integrate perlio.
19633      Branch: perl
19634           !> win32/makefile.mk
19635 ____________________________________________________________________________
19636 [  9446] By: nick                                  on 2001/03/29  15:30:03
19637         Log: Integrate win32/makefile.mk with mainline.
19638      Branch: perlio
19639           !> win32/makefile.mk
19640 ____________________________________________________________________________
19641 [  9445] By: nick                                  on 2001/03/29  15:27:32
19642         Log: Fix breakage ... 
19643      Branch: perlio
19644            ! win32/makefile.mk
19645 ____________________________________________________________________________
19646 [  9444] By: jhi                                   on 2001/03/29  15:03:08
19647         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
19648              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
19649              Date: Thu, 29 Mar 2001 10:32:59 +0400
19650              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
19651      Branch: perl
19652            ! win32/makefile.mk
19653 ____________________________________________________________________________
19654 [  9443] By: jhi                                   on 2001/03/29  15:02:12
19655         Log: Integrate perlio.
19656      Branch: perl
19657           +> win32/buildext.pl
19658           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
19659           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
19660 ____________________________________________________________________________
19661 [  9442] By: nick                                  on 2001/03/29  14:59:11
19662         Log: Work in progress - determine win32 extensions to build via script.
19663      Branch: perlio
19664            + win32/buildext.pl
19665            ! MANIFEST win32/makefile.mk
19666 ____________________________________________________________________________
19667 [  9441] By: jhi                                   on 2001/03/29  14:51:47
19668         Log: Reintroduce the use of external pwd.
19669      Branch: perl
19670            ! t/lib/cwd.t
19671 ____________________________________________________________________________
19672 [  9440] By: jhi                                   on 2001/03/29  14:42:58
19673         Log: use warnings instead of -w.
19674      Branch: perl
19675            ! utils/h2xs.PL
19676 ____________________________________________________________________________
19677 [  9439] By: jhi                                   on 2001/03/29  14:41:52
19678         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
19679              From: Jonathan Stowe <gellyfish@gellyfish.com>
19680              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
19681              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
19682      Branch: perl
19683            ! utils/h2xs.PL
19684 ____________________________________________________________________________
19685 [  9438] By: jhi                                   on 2001/03/29  14:39:38
19686         Log: Subject: [PATCH perl@9424] minor pod nits
19687              From: Robin Barker <rmb1@cise.npl.co.uk>
19688              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
19689              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
19690      Branch: perl
19691            ! pod/perlhack.pod pod/perliol.pod
19692 ____________________________________________________________________________
19693 [  9437] By: jhi                                   on 2001/03/29  14:29:16
19694         Log: Subject: [PATCH perl@9424] typemap cast warning
19695              From: Robin Barker <rmb1@cise.npl.co.uk>
19696              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
19697              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
19698      Branch: perl
19699            ! lib/ExtUtils/typemap
19700 ____________________________________________________________________________
19701 [  9436] By: jhi                                   on 2001/03/29  14:26:03
19702         Log: Subject: [PATCH perl@9424] printf warning
19703              From: Robin Barker <rmb1@cise.npl.co.uk>
19704              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
19705              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
19706      Branch: perl
19707            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
19708            ! ext/Storable/Storable.xs toke.c
19709 ____________________________________________________________________________
19710 [  9435] By: nick                                  on 2001/03/29  14:23:31
19711         Log: Win32 has name conflict with ERROR
19712      Branch: perlio
19713            ! ext/PerlIO/Via/Via.xs
19714 ____________________________________________________________________________
19715 [  9434] By: jhi                                   on 2001/03/29  14:17:48
19716         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
19717              From: Peter Prymmer <pvhp@forte.com>
19718              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
19719              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
19720      Branch: perl
19721            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
19722 ____________________________________________________________________________
19723 [  9433] By: jhi                                   on 2001/03/29  13:52:44
19724         Log: test-prep target was missing.
19725      Branch: perl
19726            ! Makefile.SH
19727 ____________________________________________________________________________
19728 [  9432] By: nick                                  on 2001/03/29  12:40:03
19729         Log: Make as-shipped compiler default to MSVC6 
19730      Branch: perlio
19731            ! win32/makefile.mk
19732 ____________________________________________________________________________
19733 [  9431] By: nick                                  on 2001/03/29  12:12:16
19734         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
19735              akin to PerlIO::Scalar.
19736      Branch: perlio
19737            ! perlio.c perlio.h
19738 ____________________________________________________________________________
19739 [  9430] By: nick                                  on 2001/03/29  10:56:35
19740         Log: Integrate mainline.
19741      Branch: perlio
19742           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
19743           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
19744           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
19745           !> win32/makefile.mk win32/win32sck.c
19746 ____________________________________________________________________________
19747 [  9429] By: nick                                  on 2001/03/29  09:03:43
19748         Log: Noticed that two tests were skipped as perlio:: package
19749              isn't there any more. Changed the skip condition.
19750              Avoid core-dump if sv_utf8_upgrade() called on something
19751              that does not become SvPOK after SvPV() (e.g. a ref).
19752      Branch: perlio
19753            ! sv.c t/io/utf8.t t/lib/io_scalar.t
19754 ____________________________________________________________________________
19755 [  9428] By: jhi                                   on 2001/03/29  01:31:47
19756         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
19757              From: Benjamin Sugars <bsugars@canoe.ca> 
19758              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
19759              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
19760      Branch: perl
19761            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
19762            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
19763            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
19764 ____________________________________________________________________________
19765 [  9427] By: jhi                                   on 2001/03/29  00:49:30
19766         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
19767              From: "Vadim Konovalov" <watman@inbox.ru>
19768              Date: Thu, 29 Mar 2001 01:50:12 +0400
19769              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
19770      Branch: perl
19771            ! win32/makefile.mk win32/win32sck.c
19772 ____________________________________________________________________________
19773 [  9426] By: gsar                                  on 2001/03/29  00:28:04
19774         Log: dmake can only handle == and != in comparisons; support building
19775              with Borland's VCL libraries (from Vadim Konovalov)
19776      Branch: maint-5.6/perl
19777            ! win32/makefile.mk
19778 ____________________________________________________________________________
19779 [  9425] By: nick                                  on 2001/03/28  19:29:56
19780         Log: Integrate (@snapshot)
19781      Branch: perlio
19782           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
19783 ____________________________________________________________________________
19784 [  9424] By: jhi                                   on 2001/03/28  19:03:16
19785         Log: Update Changes.
19786      Branch: perl
19787            ! Changes patchlevel.h
19788 ____________________________________________________________________________
19789 [  9423] By: jhi                                   on 2001/03/28  18:52:09
19790         Log: Rmdir lib/XS on cleanup.
19791      Branch: perl
19792            ! Makefile.SH
19793 ____________________________________________________________________________
19794 [  9422] By: jhi                                   on 2001/03/28  18:49:34
19795         Log: Integrate perlio.
19796      Branch: perl
19797           !> t/op/utf8decode.t
19798 ____________________________________________________________________________
19799 [  9421] By: nick                                  on 2001/03/28  18:46:44
19800         Log: Loose duplicate chunk.
19801      Branch: perlio
19802            ! t/op/utf8decode.t
19803 ____________________________________________________________________________
19804 [  9420] By: nick                                  on 2001/03/28  18:44:11
19805         Log: Integrate mainline.
19806      Branch: perlio
19807           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
19808           !> vms/vmsish.h
19809 ____________________________________________________________________________
19810 [  9419] By: jhi                                   on 2001/03/28  18:42:05
19811         Log: Can't trust external pwds
19812              (either shell builtins or external programs)
19813      Branch: perl
19814            ! t/lib/cwd.t
19815 ____________________________________________________________________________
19816 [  9418] By: jhi                                   on 2001/03/28  18:34:05
19817         Log: Integrate perlio.
19818      Branch: perl
19819            - lib/perlio.pm
19820           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
19821           !> t/op/utf8decode.t
19822 ____________________________________________________________________________
19823 [  9417] By: nick                                  on 2001/03/28  18:24:02
19824         Log: PerlIO.pm / perlio.pm conflict.
19825              Update some pods.
19826              Make t/op/utf8decode.t a text file.
19827      Branch: perlio
19828            - lib/perlio.pm
19829            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
19830            ! t/op/utf8decode.t
19831 ____________________________________________________________________________
19832 [  9416] By: jhi                                   on 2001/03/28  18:06:07
19833         Log: Integrate change #9409 from mainline to maintperl.
19834              
19835              Yet another tweak on AIX dynaloading.
19836      Branch: maint-5.6/perl
19837           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
19838 ____________________________________________________________________________
19839 [  9415] By: gsar                                  on 2001/03/28  17:13:01
19840         Log: integrate changes#9377,9385,9401 from mainline
19841              
19842              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
19843              
19844              If directory entries compare equal case-insensitively,
19845              retry case-sensitively.
19846              
19847              Subject: [PATCH] B::Terse and warnings
19848      Branch: maint-5.6/perl
19849           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
19850           !> t/pragma/warn/perl
19851 ____________________________________________________________________________
19852 [  9414] By: jhi                                   on 2001/03/28  17:11:12
19853         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
19854              From: "Craig A. Berry" <craigberry@mac.com>
19855              Date: Wed, 28 Mar 2001 10:55:20 -0600
19856              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
19857      Branch: perl
19858            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
19859 ____________________________________________________________________________
19860 [  9413] By: jhi                                   on 2001/03/28  17:03:12
19861         Log: Dup hunk.
19862      Branch: perl
19863            ! t/op/utf8decode.t
19864 ____________________________________________________________________________
19865 [  9412] By: jhi                                   on 2001/03/28  17:02:36
19866         Log: Forced integrate from perlio.
19867      Branch: perl
19868           !> t/op/utf8decode.t
19869 ____________________________________________________________________________
19870 [  9411] By: nick                                  on 2001/03/28  16:50:03
19871         Log: Integrate mainline.
19872      Branch: perlio
19873           +> t/lib/cwd.t
19874           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
19875           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
19876           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
19877           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
19878           !> t/pragma/warn/perl
19879 ____________________________________________________________________________
19880 [  9410] By: jhi                                   on 2001/03/28  16:44:23
19881         Log: Subject: Re: [PATCH] 9403 cannot be tested
19882              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19883              Date: Wed, 28 Mar 2001 18:33:56 +0200
19884              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
19885      Branch: perl
19886            ! makedef.pl
19887 ____________________________________________________________________________
19888 [  9409] By: jhi                                   on 2001/03/28  16:12:45
19889         Log: Yet another tweak on AIX dynaloading.
19890      Branch: perl
19891            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
19892 ____________________________________________________________________________
19893 [  9408] By: jhi                                   on 2001/03/28  15:52:55
19894         Log: Subject: [PATCH] 9403 cannot be tested
19895              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
19896              Date: Wed, 28 Mar 2001 17:23:00 +0200
19897              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
19898              
19899              A missing symbol.
19900      Branch: perl
19901            ! makedef.pl
19902 ____________________________________________________________________________
19903 [  9407] By: jhi                                   on 2001/03/28  15:47:43
19904         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
19905      Branch: perl
19906            ! t/op/utf8decode.t
19907           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
19908           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
19909 ____________________________________________________________________________
19910 [  9406] By: jhi                                   on 2001/03/28  15:37:08
19911         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
19912              From: Benjamin Sugars <bsugars@canoe.ca> 
19913              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
19914              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
19915      Branch: perl
19916            + t/lib/cwd.t
19917            ! MANIFEST
19918 ____________________________________________________________________________
19919 [  9405] By: jhi                                   on 2001/03/28  15:13:18
19920         Log: pp_ne() needs a CORRECT boolean.
19921      Branch: perl
19922            ! pp.c
19923 ____________________________________________________________________________
19924 [  9404] By: jhi                                   on 2001/03/28  15:09:23
19925         Log: pp_ne() needs a boolean, not an integer.
19926      Branch: perl
19927            ! pp.c
19928 ____________________________________________________________________________
19929 [  9403] By: jhi                                   on 2001/03/28  14:47:43
19930         Log: (Retracted by #9404.)
19931      Branch: perl
19932            ! pp.c
19933 ____________________________________________________________________________
19934 [  9402] By: jhi                                   on 2001/03/28  14:43:59
19935         Log: Subject: Re: [PATCH] Typemap testing
19936              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
19937              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
19938              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
19939      Branch: perl
19940            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
19941            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
19942 ____________________________________________________________________________
19943 [  9401] By: jhi                                   on 2001/03/28  14:42:14
19944         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
19945              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
19946              Date: Sun, 25 Mar 2001 21:59:15 +0100
19947              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
19948              
19949              A variable will be checked for the "use once" warnings if:
19950              
19951              1. It is in the scope of a use warnings 'once'
19952              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
19953              
19954              Otherwise it won't be checked at all.
19955              
19956              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
19957              
19958              The enclosed patch partially fixes this issue. What I didn't
19959              get to work was the case where the "used once" warning is enabled
19960              in any file other than the main file.
19961      Branch: perl
19962            ! gv.c t/pragma/warn/perl
19963 ____________________________________________________________________________
19964 [  9400] By: nick                                  on 2001/03/28  14:38:24
19965         Log: More EBCDIC tweaks:
19966              - one more swash issue &~(0xA0-1) did not do the right thing,
19967              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
19968              - add "use re 'asciirange'" to make [!-~] etc. work
19969              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
19970              - Choose a key for t/op/each.t test which gets encoded.
19971              - Skip utf8decode if this is UTF-EBCDIC.
19972      Branch: perlio
19973            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
19974            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
19975 ____________________________________________________________________________
19976 [  9399] By: jhi                                   on 2001/03/28  14:21:00
19977         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
19978              Andreas Schwab.
19979      Branch: perl
19980            ! pp.c
19981 ____________________________________________________________________________
19982 [  9398] By: jhi                                   on 2001/03/28  00:55:56
19983         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
19984              From: David Dyck <dcd@tc.fluke.com>
19985              Date: Tue, 27 Mar 2001 15:16:24 -0800
19986              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
19987      Branch: perl
19988            ! ext/IO/lib/IO/Socket.pm
19989 ____________________________________________________________________________
19990 [  9397] By: jhi                                   on 2001/03/27  21:52:49
19991         Log: Integrate perlio.
19992      Branch: perl
19993           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
19994           +> ext/PerlIO/Via/Via.xs
19995           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
19996 ____________________________________________________________________________
19997 [  9396] By: nick                                  on 2001/03/27  21:45:13
19998         Log: Integrate mainline.
19999      Branch: perlio
20000           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
20001           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
20002 ____________________________________________________________________________
20003 [  9395] By: nick                                  on 2001/03/27  21:18:58
20004         Log: Outline docs for PerlIO and PerlIO::Scalar
20005      Branch: perlio
20006            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
20007 ____________________________________________________________________________
20008 [  9394] By: nick                                  on 2001/03/27  20:50:13
20009         Log: PerlIO::Via layer (alpha-ish).
20010      Branch: perlio
20011            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
20012            + ext/PerlIO/Via/Via.xs
20013            ! MANIFEST
20014 ____________________________________________________________________________
20015 [  9393] By: jhi                                   on 2001/03/27  20:49:55
20016         Log: Retract #9329 now that 9390 should take care of the matter.
20017      Branch: perl
20018            ! utils/h2xs.PL
20019 ____________________________________________________________________________
20020 [  9390] By: jhi                                   on 2001/03/27  20:47:50
20021         Log: Subject: Autoloading Errno.pm when %! is encountered
20022              From: Robin Houston <robin@kitsite.com>
20023              Date: Tue, 27 Mar 2001 20:57:11 +0100
20024              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
20025      Branch: perl
20026            ! embed.h embed.pl gv.c proto.h t/op/magic.t
20027 ____________________________________________________________________________
20028 [  9389] By: jhi                                   on 2001/03/27  20:24:31
20029         Log: Integrate perlio.
20030      Branch: perl
20031           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
20032           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
20033           !> utf8.c
20034 ____________________________________________________________________________
20035 [  9388] By: jhi                                   on 2001/03/27  20:21:38
20036         Log: Better have a three-element array if one is going to assign
20037              to the third element of that array. (from Tim Jenness)
20038      Branch: perl
20039            ! ext/XS/Typemap/Typemap.xs
20040 ____________________________________________________________________________
20041 [  9387] By: nick                                  on 2001/03/27  20:15:43
20042         Log: Integrate mainline.
20043      Branch: perlio
20044           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
20045           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
20046           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
20047           +> t/lib/xs-typemap.t
20048           !> (integrate 34 files)
20049 ____________________________________________________________________________
20050 [  9386] By: jhi                                   on 2001/03/27  20:04:18
20051         Log: Subject: Re: perl@9359 breaks HTML::Parser
20052              From: Gisle Aas <gisle@ActiveState.com>
20053              Date: 27 Mar 2001 11:30:24 -0800
20054              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
20055              
20056              Clarify the UTF-8 issues of the API docs.
20057              (Slightly reworded and expanded.)
20058      Branch: perl
20059            ! pod/perlapi.pod sv.c sv.h
20060 ____________________________________________________________________________
20061 [  9385] By: jhi                                   on 2001/03/27  19:44:25
20062         Log: If directory entries compare equal case-insensitively,
20063              retry case-sensitively.
20064      Branch: perl
20065            ! ext/File/Glob/bsd_glob.c
20066 ____________________________________________________________________________
20067 [  9384] By: nick                                  on 2001/03/27  19:38:50
20068         Log: Various EBCDIC fixes:
20069              - major revelation that swash code is encoding aware,
20070              (or thought it was) - now it is ;-)
20071              - With that out of the way fix a slab of tr/// cases.
20072              - Fix Encode 'Unicode' to be true Unicode so tests pass.
20073              - As anticipated Base64.xs needed tweaks.
20074              - Until tr/// works right avoid old_encode64 in MIME tests.
20075      Branch: perlio
20076            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
20077            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
20078 ____________________________________________________________________________
20079 [  9383] By: jhi                                   on 2001/03/27  18:34:41
20080         Log: Add the std test suite BEGIN block.
20081      Branch: perl
20082            ! t/lib/xs-typemap.t
20083 ____________________________________________________________________________
20084 [  9382] By: jhi                                   on 2001/03/27  15:16:07
20085         Log: Add debugging output to the test.
20086      Branch: perl
20087            ! t/lib/glob-basic.t
20088 ____________________________________________________________________________
20089 [  9381] By: jhi                                   on 2001/03/27  15:08:10
20090         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
20091      Branch: perl
20092            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
20093            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
20094            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
20095            + t/lib/xs-typemap.t
20096            ! MANIFEST
20097 ____________________________________________________________________________
20098 [  9380] By: jhi                                   on 2001/03/27  14:48:34
20099         Log: Subject: [PATCH] Typemap testing
20100              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
20101              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
20102              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
20103              
20104              (The first part of the patch.)
20105      Branch: perl
20106            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
20107 ____________________________________________________________________________
20108 [  9379] By: jhi                                   on 2001/03/27  14:44:56
20109         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
20110              From: Benjamin Sugars <bsugars@canoe.ca> 
20111              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
20112              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
20113      Branch: perl
20114            ! t/lib/glob-basic.t
20115 ____________________________________________________________________________
20116 [  9378] By: jhi                                   on 2001/03/27  14:42:30
20117         Log: Subject: [PATCH] perlvar nit
20118              From: Simon Cozens <simon@netthink.co.uk>
20119              Date: Tue, 27 Mar 2001 01:12:01 +0100
20120              Message-ID: <20010327011201.A19179@netthink.co.uk>
20121      Branch: perl
20122            ! pod/perlvar.pod
20123 ____________________________________________________________________________
20124 [  9377] By: jhi                                   on 2001/03/27  14:36:26
20125         Log: Subject: [PATCH] B::Terse and warnings
20126              From: Benjamin Sugars <ben.sugars@home.com>
20127              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
20128              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
20129      Branch: perl
20130            ! ext/B/B.pm ext/B/B/Terse.pm
20131 ____________________________________________________________________________
20132 [  9376] By: jhi                                   on 2001/03/27  14:31:31
20133         Log: Document sockatmark() some.
20134      Branch: perl
20135            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
20136            ! pod/perltoc.pod
20137 ____________________________________________________________________________
20138 [  9375] By: jhi                                   on 2001/03/27  14:00:24
20139         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
20140              noted by Gisle and fixed by NI-S.
20141      Branch: perl
20142            ! sv.c
20143 ____________________________________________________________________________
20144 [  9374] By: jhi                                   on 2001/03/27  05:50:01
20145         Log: Regen toc.
20146      Branch: perl
20147            ! pod/perltoc.pod
20148 ____________________________________________________________________________
20149 [  9373] By: jhi                                   on 2001/03/27  05:43:51
20150         Log: Pixie documenting.
20151      Branch: perl
20152            ! Makefile.SH pod/perlhack.pod
20153 ____________________________________________________________________________
20154 [  9372] By: jhi                                   on 2001/03/27  05:29:34
20155         Log: Metaconfig unit changes for #9371.
20156      Branch: metaconfig
20157            ! U/modified/myhostname.U
20158      Branch: metaconfig/U/perl
20159            + d_sockatmark.U
20160            ! gccvers.U
20161 ____________________________________________________________________________
20162 [  9371] By: jhi                                   on 2001/03/27  05:29:07
20163         Log: Add sockatmark() probing.
20164      Branch: perl
20165            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20166            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
20167            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
20168            ! vos/config.ga.h win32/config.bc win32/config.gc
20169            ! win32/config.vc
20170 ____________________________________________________________________________
20171 [  9370] By: jhi                                   on 2001/03/26  22:01:18
20172         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
20173              Really need to benchmark this.
20174      Branch: perl
20175            ! pp.c
20176 ____________________________________________________________________________
20177 [  9369] By: nick                                  on 2001/03/26  21:59:30
20178         Log: Integrate mainline.
20179      Branch: perlio
20180            ! ext/MIME/Base64/QuotedPrint.pm
20181           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
20182           !> patchlevel.h pod/perlhack.pod pp_sys.c
20183 ____________________________________________________________________________
20184 [  9368] By: jhi                                   on 2001/03/26  21:47:03
20185         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
20186              
20187              TODO1: perlbench.
20188              TODO2: le, lt, ge, gt?  Yech.
20189      Branch: perl
20190            ! pp.c
20191 ____________________________________________________________________________
20192 [  9367] By: jhi                                   on 2001/03/26  21:34:57
20193         Log: Too much cut-and-paste in #9363.
20194      Branch: perl
20195            ! pp_sys.c
20196 ____________________________________________________________________________
20197 [  9366] By: jhi                                   on 2001/03/26  21:20:53
20198         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
20199              From: Andreas Schwab <schwab@suse.de>
20200              Date: 26 Mar 2001 17:29:04 +0200
20201              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
20202              
20203              (The patch for 5.6.0 or so, this is a guess for bleadperl)
20204      Branch: perl
20205            ! pp_hot.c
20206 ____________________________________________________________________________
20207 [  9365] By: jhi                                   on 2001/03/26  21:07:54
20208         Log: Integrate perlio.
20209      Branch: perl
20210           !> perlio.c
20211 ____________________________________________________________________________
20212 [  9364] By: nick                                  on 2001/03/26  20:30:48
20213         Log: REFCNT botch in layer name cache hash.
20214      Branch: perlio
20215            ! perlio.c
20216 ____________________________________________________________________________
20217 [  9363] By: jhi                                   on 2001/03/26  18:44:32
20218         Log: Subject: [PATCH] socket() leaks file descriptors
20219              From: Benjamin Sugars <bsugars@canoe.ca>
20220              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
20221              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
20222              
20223              Also sockpair() fixed similarly.
20224      Branch: perl
20225            ! pp_sys.c
20226 ____________________________________________________________________________
20227 [  9362] By: jhi                                   on 2001/03/26  18:37:52
20228         Log: Integrate perlio.
20229      Branch: perl
20230           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
20231 ____________________________________________________________________________
20232 [  9361] By: nick                                  on 2001/03/26  17:32:06
20233         Log: Implement flush of linebuffered streams on read of a tty.
20234      Branch: perlio
20235            ! perlio.c perliol.h
20236 ____________________________________________________________________________
20237 [  9360] By: nick                                  on 2001/03/26  17:12:32
20238         Log: Memory tweaks and notes for OEMVS.
20239      Branch: perlio
20240            ! README.os390 miniperlmain.c t/op/pat.t
20241 ____________________________________________________________________________
20242 [  9359] By: jhi                                   on 2001/03/26  02:12:54
20243         Log: Update Changes.
20244      Branch: perl
20245            ! Changes patchlevel.h
20246 ____________________________________________________________________________
20247 [  9358] By: jhi                                   on 2001/03/26  02:05:32
20248         Log: Document the most common pixie options.
20249      Branch: perl
20250            ! pod/perlhack.pod
20251 ____________________________________________________________________________
20252 [  9357] By: jhi                                   on 2001/03/26  01:25:28
20253         Log: For perl.pixie check *before* compiling that optimize is -g,
20254              as for perl.third.
20255      Branch: perl
20256            ! Makefile.SH
20257 ____________________________________________________________________________
20258 [  9356] By: jhi                                   on 2001/03/26  01:13:41
20259         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
20260      Branch: perl
20261            ! Makefile.SH
20262 ____________________________________________________________________________
20263 [  9355] By: jhi                                   on 2001/03/26  01:11:19
20264         Log: Remove t/perl.third.
20265      Branch: perl
20266            ! Makefile.SH
20267 ____________________________________________________________________________
20268 [  9354] By: jhi                                   on 2001/03/26  00:23:38
20269         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
20270              IO::Sockatmark().
20271      Branch: perl
20272            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
20273 ____________________________________________________________________________
20274 [  9353] By: jhi                                   on 2001/03/25  22:25:04
20275         Log: Integrate perlio.
20276      Branch: perl
20277           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
20278           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
20279           !> pp_hot.c win32/makefile.mk
20280 ____________________________________________________________________________
20281 [  9352] By: jhi                                   on 2001/03/25  22:21:41
20282         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
20283              From: Radu Greab <radu@netsoft.ro>
20284              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
20285              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
20286      Branch: perl
20287            ! pp_sys.c
20288 ____________________________________________________________________________
20289 [  9351] By: nick                                  on 2001/03/25  22:15:02
20290         Log: Fix readline in list mode to tell rest of world that it has
20291              things on the stack. Otherwise if perl code gets invoked
20292              underneath it it scribbles over results-so-far.
20293              (Why TIEHANDLE has not tripped on this is a mystery.)
20294      Branch: perlio
20295            ! pp_hot.c
20296 ____________________________________________________________________________
20297 [  9350] By: nick                                  on 2001/03/25  22:10:13
20298         Log: win32/makefile.mk typos
20299      Branch: perlio
20300            ! win32/makefile.mk
20301 ____________________________________________________________________________
20302 [  9349] By: nick                                  on 2001/03/25  21:31:14
20303         Log: Integrate now-non-binary file.
20304      Branch: perlio
20305           !> t/lib/mimeqp.t
20306 ____________________________________________________________________________
20307 [  9348] By: nick                                  on 2001/03/25  21:27:24
20308         Log: Make it text
20309      Branch: perlio
20310            ! t/lib/mimeqp.t
20311 ____________________________________________________________________________
20312 [  9347] By: nick                                  on 2001/03/25  21:25:37
20313         Log: Integrate mainline.
20314      Branch: perlio
20315           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
20316           !> lib/Term/ReadLine.pm t/lib/md5-file.t
20317 ____________________________________________________________________________
20318 [  9346] By: nick                                  on 2001/03/25  20:58:15
20319         Log: Add destruct time hook to PerlIO (for work-in-process implementing
20320              layers in perl code. In such cases layers need to be popped before
20321              we loose the ability to run perl code.)
20322              Also back-out "PerlIO::object" hook - it isn't going to work like that...
20323      Branch: perlio
20324            ! perl.c perlio.c perlio.h perliol.h
20325 ____________________________________________________________________________
20326 [  9345] By: nick                                  on 2001/03/25  20:49:11
20327         Log: Avoid at leasy one of undefined warnings in Encode.
20328      Branch: perlio
20329            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
20330 ____________________________________________________________________________
20331 [  9344] By: jhi                                   on 2001/03/25  20:37:43
20332         Log: A workaround for using Term::ReadLine in emacs minibuffer
20333              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
20334              additional tweaks from Ilya Zakharevich.
20335      Branch: perl
20336            ! lib/Term/ReadLine.pm
20337 ____________________________________________________________________________
20338 [  9343] By: nick                                  on 2001/03/25  20:21:14
20339         Log: Missing return value.
20340      Branch: perlio
20341            ! ext/PerlIO/Scalar/Scalar.xs
20342 ____________________________________________________________________________
20343 [  9342] By: jhi                                   on 2001/03/25  16:21:00
20344         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
20345              to equal the CPAN versions since no code changes have been made.
20346      Branch: perl
20347            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
20348            ! t/lib/md5-file.t
20349 ____________________________________________________________________________
20350 [  9341] By: jhi                                   on 2001/03/25  16:01:48
20351         Log: Escape 8-bit characters.
20352      Branch: perl
20353            ! t/lib/mimeqp.t
20354 ____________________________________________________________________________
20355 [  9340] By: gsar                                  on 2001/03/25  15:50:53
20356         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
20357              chars)
20358      Branch: perl
20359            + t/lib/mimeqp.t
20360 ____________________________________________________________________________
20361 [  9339] By: gsar                                  on 2001/03/25  15:48:50
20362         Log: delete mimeqp.t for later with text mode set
20363      Branch: perl
20364            - t/lib/mimeqp.t
20365 ____________________________________________________________________________
20366 [  9338] By: nick                                  on 2001/03/25  09:01:57
20367         Log: Integrate mainline.
20368      Branch: perlio
20369           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
20370           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
20371           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
20372           +> t/lib/mimeb64u.t t/lib/mimeqp.t
20373           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
20374           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
20375           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
20376 ____________________________________________________________________________
20377 [  9337] By: jhi                                   on 2001/03/25  04:23:24
20378         Log: Add MIME::Base64 here and there.  Again, a lot of
20379              optimism is in the air.
20380      Branch: perl
20381            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
20382            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
20383 ____________________________________________________________________________
20384 [  9336] By: jhi                                   on 2001/03/25  04:12:43
20385         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
20386              this by ear as I do not do Win32 programming.)
20387      Branch: perl
20388            ! win32/Makefile win32/makefile.mk
20389 ____________________________________________________________________________
20390 [  9335] By: jhi                                   on 2001/03/25  04:03:50
20391         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
20392      Branch: perl
20393            ! t/lib/md5-file.t
20394 ____________________________________________________________________________
20395 [  9334] By: jhi                                   on 2001/03/25  03:58:53
20396         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
20397      Branch: perl
20398            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
20399            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
20400            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
20401            + t/lib/mimeb64u.t t/lib/mimeqp.t
20402            ! MANIFEST
20403 ____________________________________________________________________________
20404 [  9333] By: jhi                                   on 2001/03/24  20:14:37
20405         Log: Integrate perlio.
20406      Branch: perl
20407           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
20408 ____________________________________________________________________________
20409 [  9332] By: nick                                  on 2001/03/24  19:40:34
20410         Log: Fix un-init variable leading to spurious "Out of Memory!"
20411      Branch: perlio
20412            ! doio.c
20413 ____________________________________________________________________________
20414 [  9331] By: nick                                  on 2001/03/24  19:09:59
20415         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
20416              and update layers internals doc.
20417      Branch: perlio
20418            ! pod/perlfunc.pod pod/perliol.pod
20419 ____________________________________________________________________________
20420 [  9330] By: jhi                                   on 2001/03/24  18:42:11
20421         Log: The length might be uninitialized garbage if the *svp is the undef.
20422      Branch: perl
20423            ! doio.c
20424 ____________________________________________________________________________
20425 [  9329] By: jhi                                   on 2001/03/24  18:26:57
20426         Log: (Retracted by #9393)
20427
20428              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
20429              From: Simon Cozens <simon@netthink.co.uk>
20430              Date: Sat, 24 Mar 2001 17:13:17 +0000
20431              Message-ID: <20010324171317.A13406@netthink.co.uk>
20432      Branch: perl
20433            ! utils/h2xs.PL
20434 ____________________________________________________________________________
20435 [  9328] By: nick                                  on 2001/03/24  17:22:02
20436         Log: Integrate mainline.
20437      Branch: perlio
20438           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
20439           !> lib/unicode/version
20440 ____________________________________________________________________________
20441 [  9327] By: nick                                  on 2001/03/24  17:16:02
20442         Log: Integrate mainline.
20443      Branch: perlio
20444           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
20445           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
20446           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
20447           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
20448           +> t/lib/md5-file.t
20449           !> MANIFEST Makefile.SH configure.com djgpp/config.over
20450           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
20451           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
20452           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
20453           !> win32/makefile.mk
20454 ____________________________________________________________________________
20455 [  9326] By: jhi                                   on 2001/03/24  17:00:42
20456         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
20457      Branch: perl
20458            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
20459            ! lib/unicode/version
20460 ____________________________________________________________________________
20461 [  9325] By: jhi                                   on 2001/03/24  16:22:33
20462         Log: Subject: Re: B::Deparse bug (5.6.0)
20463              From: Robin Houston <robin@kitsite.com>
20464              Date: Sat, 24 Mar 2001 14:33:09 +0000
20465              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
20466      Branch: perl
20467            ! op.c pp.c t/lib/b.t t/op/repeat.t
20468 ____________________________________________________________________________
20469 [  9324] By: jhi                                   on 2001/03/24  16:21:56
20470         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
20471              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
20472              these additions may be too optimistic.
20473      Branch: perl
20474            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
20475            ! hints/uwin.sh hints/vmesa.sh
20476 ____________________________________________________________________________
20477 [  9323] By: jhi                                   on 2001/03/24  16:06:01
20478         Log: Integrate perlio.
20479      Branch: perl
20480           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
20481           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
20482            ! Makefile.SH
20483           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
20484           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
20485           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
20486           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
20487           !> win32/makefile.mk win32/perlhost.h win32/win32.c
20488           !> win32/win32iop.h
20489 ____________________________________________________________________________
20490 [  9322] By: nick                                  on 2001/03/24  14:39:12
20491         Log: Routine Win32 regen_config_h - no real changes.
20492      Branch: perlio
20493            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
20494 ____________________________________________________________________________
20495 [  9321] By: nick                                  on 2001/03/24  14:31:49
20496         Log: PerlIO fixups for Win32:
20497              - provide win33_popenlist() - non-functional as yet.
20498              - avoid need for aTHX in PerlIO_debug calls - even if not 
20499              enabled args are still evaluated so Win32 has trouble during fork().
20500              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
20501              - Fixup makedef.pl for latest set of symbols.
20502      Branch: perlio
20503            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
20504            ! win32/perlhost.h win32/win32.c win32/win32iop.h
20505 ____________________________________________________________________________
20506 [  9320] By: nick                                  on 2001/03/24  14:26:58
20507         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
20508              was gibberish - broke it on WIn32 at least.
20509      Branch: perlio
20510            ! ext/POSIX/POSIX.xs
20511 ____________________________________________________________________________
20512 [  9319] By: nick                                  on 2001/03/24  11:29:41
20513         Log: Generated files.
20514      Branch: perlio
20515            ! embed.h global.sym objXSUB.h perlapi.c proto.h
20516 ____________________________________________________________________________
20517 [  9318] By: nick                                  on 2001/03/24  10:29:37
20518         Log: Implement:
20519              1.  open($fh,"+<",undef);  # add test to t/io/open.t
20520              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
20521      Branch: perlio
20522            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
20523            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
20524            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
20525            ! t/io/open.t t/io/utf8.t
20526 ____________________________________________________________________________
20527 [  9317] By: jhi                                   on 2001/03/23  23:41:25
20528         Log: AIX does seems to have optimization problems with its C compilers.
20529      Branch: perl
20530            ! hints/aix.sh
20531 ____________________________________________________________________________
20532 [  9316] By: jhi                                   on 2001/03/23  23:40:46
20533         Log: Integrate perlio.
20534      Branch: perl
20535           +> lib/PerlIO.pm
20536           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
20537           !> perliol.h
20538 ____________________________________________________________________________
20539 [  9315] By: jhi                                   on 2001/03/23  22:16:30
20540         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
20541      Branch: perl
20542            ! t/lib/md5-file.t
20543 ____________________________________________________________________________
20544 [  9314] By: nick                                  on 2001/03/23  20:49:02
20545         Log: Perlio internals re-organized.
20546              - open process creates AV of layer/arg pairs
20547              (appends layers from open() or open.pm to default list).
20548              - push arg is now an SV.
20549              - layer ->Open get passed the AV
20550              - open is no longer mandatory method.
20551              - topmost layer that has ->Open method does the open
20552              - any layers above are pushed once that returns.
20553              - vtable re-ordered so dummy layers need only provide push/pop methods.
20554      Branch: perlio
20555            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
20556 ____________________________________________________________________________
20557 [  9313] By: nick                                  on 2001/03/23  16:27:41
20558         Log: Check in a stable (working) version before next round of tweaks.
20559              Changes include:
20560              - Move default layers code out of doio.c and into perlio.c
20561              - Single routine for parsing layer specification strings.
20562              - Skeleton support for demand loading of layers
20563              - Core-dump avoidance if PERLIO environment specifies loadable layer
20564              (does not _work_ as need IO to load and need load to do IO ...)
20565      Branch: perlio
20566            + lib/PerlIO.pm
20567            ! MANIFEST doio.c perlio.c
20568 ____________________________________________________________________________
20569 [  9312] By: gsar                                  on 2001/03/23  16:25:25
20570         Log: add execute bit to files with shebang lines in the repository;
20571              avoid clobbering execute bit in Porting/makerel 
20572      Branch: maint-5.6/perl
20573            ! (edit 144 files)
20574 ____________________________________________________________________________
20575 [  9311] By: jhi                                   on 2001/03/23  14:25:35
20576         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
20577      Branch: perl
20578            ! MANIFEST
20579 ____________________________________________________________________________
20580 [  9310] By: jhi                                   on 2001/03/23  13:45:04
20581         Log: Subject: [PATCH] Net::Ping
20582              From: Colin McMillen <mcmi0037@tc.umn.edu>
20583              Date: Thu, 22 Mar 2001 19:30:31 -0600
20584              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
20585      Branch: perl
20586            ! lib/Net/Ping.pm
20587 ____________________________________________________________________________
20588 [  9309] By: jhi                                   on 2001/03/23  13:39:13
20589         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
20590      Branch: perl
20591            ! t/lib/md5-aaa.t t/lib/md5-file.t
20592 ____________________________________________________________________________
20593 [  9308] By: jhi                                   on 2001/03/23  13:20:34
20594         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
20595              - bump the version to 2.14
20596              - drop the base64 tests since they require MIME::Base64
20597              - drop the rfc1321.txt
20598              - drop the hints/dec_osf.pl since it's only needed for
20599              pre-5.005_03 Perls
20600              Todo:
20601              - the U32 alignment testing is now removed; it needs to
20602              be reintroduced as as a Config variable (meaning also
20603              as a Configure test)
20604              - get the new EBCDIC md5sum for MD5.pm
20605              - test in Win32 to see how badly I botched the makefiles
20606      Branch: perl
20607            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
20608            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
20609            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
20610            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
20611            + t/lib/md5-file.t
20612            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
20613            ! win32/Makefile win32/makefile.mk
20614 ____________________________________________________________________________
20615 [  9307] By: jhi                                   on 2001/03/23  12:56:14
20616         Log: Integrate change #9306 from maintperl into mainline,
20617              AIX dynaloader for AIXes without <load.h>.
20618      Branch: perl
20619           !> ext/DynaLoader/hints/aix.pl
20620 ____________________________________________________________________________
20621 [  9306] By: jhi                                   on 2001/03/23  12:51:36
20622         Log: There are AIXes without /usr/include/load.h,
20623              patch from H.Merijn Brand.
20624      Branch: maint-5.6/perl
20625            ! ext/DynaLoader/hints/aix.pl
20626 ____________________________________________________________________________
20627 [  9305] By: nick                                  on 2001/03/23  11:00:42
20628         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
20629      Branch: perlio
20630            ! ext/Encode/Encode.xs perlio.c perlio.h
20631 ____________________________________________________________________________
20632 [  9304] By: nick                                  on 2001/03/23  10:20:46
20633         Log: Render -Duseperlio functional again.
20634              - this is "quick fix" which calls PerlIO_apply_layers after opening,
20635              which is what old scheme did. New scheme needs to change that
20636              to make open(...,\$scalar) etc. work but this will do for now.
20637      Branch: perlio
20638            ! perlio.c
20639 ____________________________________________________________________________
20640 [  9303] By: nick                                  on 2001/03/23  09:53:20
20641         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
20642              -Uuseperlio now works again.
20643              -Duseperlio is still poorly. Don't merge yet...
20644      Branch: perlio
20645            ! doio.c perlio.h
20646 ____________________________________________________________________________
20647 [  9302] By: nick                                  on 2001/03/22  22:26:51
20648         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
20649              type code.
20650              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
20651              is its main caller. In particular now has access to "extra" args, and
20652              can tell when an open handle is "reopened" (or duped?).
20653              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
20654              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
20655              PerlIO_open() et. al. (i.e. other way round).
20656              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
20657              with args close to PerlIO_openn().
20658      Branch: perlio
20659            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
20660 ____________________________________________________________________________
20661 [  9301] By: jhi                                   on 2001/03/22  20:58:04
20662         Log: Integrate perlio.
20663      Branch: perl
20664           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
20665           !> t/io/open.t util.c
20666 ____________________________________________________________________________
20667 [  9300] By: nick                                  on 2001/03/22  17:36:32
20668         Log: Don't include $@ in not ok message.
20669      Branch: perlio
20670            ! t/io/open.t
20671 ____________________________________________________________________________
20672 [  9299] By: gsar                                  on 2001/03/22  16:53:45
20673         Log: back out changes#7532,7521 for now (appears to have problems
20674              on IRIX)
20675      Branch: maint-5.6/perl
20676            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
20677            ! ext/POSIX/typemap pod/perlvar.pod
20678 ____________________________________________________________________________
20679 [  9298] By: nick                                  on 2001/03/22  14:35:46
20680         Log: Give a meaning to '&' in n-arg open case:
20681              open($fh,"<&",$scalar);
20682              $scalar can be:
20683              - an integer which does "fdopen"
20684              open($fh,"<&",2); # like open($fh,"<&2")
20685              - something that will yield a file handle via sv_2io()
20686              useful for dup'ing anonymous handles.
20687              e.g.:
20688              open(my $fh,"<&",\*STDIN);
20689              open(my $dup,"<&",$fh);
20690      Branch: perlio
20691            ! doio.c t/io/open.t
20692 ____________________________________________________________________________
20693 [  9297] By: nick                                  on 2001/03/22  13:34:35
20694         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
20695      Branch: perlio
20696            ! util.c
20697 ____________________________________________________________________________
20698 [  9296] By: nick                                  on 2001/03/22  12:51:20
20699         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
20700      Branch: perlio
20701            ! perl.c
20702 ____________________________________________________________________________
20703 [  9295] By: nick                                  on 2001/03/22  11:59:44
20704         Log: If stdin, stdout or stderr get opened in unexpected read/write state
20705              then warn at time of open not at time of use.
20706      Branch: perlio
20707            ! doio.c pp_hot.c pp_sys.c
20708 ____________________________________________________________________________
20709 [  9294] By: nick                                  on 2001/03/22  10:54:35
20710         Log: Die on n-arg open(...,"",xxx,yyy,...)
20711              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
20712              - die on read/write cases so we can decide what it means later.
20713      Branch: perlio
20714            ! doio.c embed.pl iperlsys.h util.c
20715 ____________________________________________________________________________
20716 [  9293] By: nick                                  on 2001/03/22  09:02:45
20717         Log: perlio tweaks (reported by Nick Clark)
20718              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
20719              error check in Pendinf_read().
20720      Branch: perlio
20721            ! perlio.c
20722 ____________________________________________________________________________
20723 [  9292] By: gsar                                  on 2001/03/22  07:12:00
20724         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
20725              fixes)
20726      Branch: maint-5.6/perl
20727           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
20728 ____________________________________________________________________________
20729 [  9291] By: jhi                                   on 2001/03/22  06:06:44
20730         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
20731      Branch: perl
20732            ! t/op/re_tests
20733 ____________________________________________________________________________
20734 [  9290] By: jhi                                   on 2001/03/22  05:57:01
20735         Log: Move MacOS Classic higher in the list of supported platforms.
20736      Branch: maint-5.6/perl
20737            ! pod/perlport.pod
20738 ____________________________________________________________________________
20739 [  9289] By: gsar                                  on 2001/03/22  05:35:04
20740         Log: revert part of change#6438 for compatibility (av_reify()
20741              appears to be needed to implement av_splice()ish things
20742              in XS)
20743      Branch: maint-5.6/perl
20744            ! embed.pl global.sym objXSUB.h perlapi.c
20745 ____________________________________________________________________________
20746 [  9288] By: gsar                                  on 2001/03/22  03:09:19
20747         Log: update copyright year
20748      Branch: maint-5.6/perl
20749            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
20750            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
20751            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
20752            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
20753            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
20754            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
20755            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
20756            ! x2p/walk.c
20757 ____________________________________________________________________________
20758 [  9287] By: jhi                                   on 2001/03/21  20:30:54
20759         Log: Integrate perlio.
20760      Branch: perl
20761           !> ext/Data/Dumper/Dumper.xs
20762 ____________________________________________________________________________
20763 [  9286] By: gsar                                  on 2001/03/21  19:49:54
20764         Log: makefile.mk tweak
20765      Branch: maint-5.6/perl
20766            ! win32/Makefile win32/makefile.mk
20767 ____________________________________________________________________________
20768 [  9285] By: nick                                  on 2001/03/21  19:07:13
20769         Log: Multiplicity fix for Dumper.
20770      Branch: perlio
20771            ! ext/Data/Dumper/Dumper.xs
20772 ____________________________________________________________________________
20773 [  9284] By: nick                                  on 2001/03/21  19:01:07
20774         Log: Integrate mainline - (does not build xTHX issue in Dumper).
20775      Branch: perlio
20776           !> (integrate 27 files)
20777 ____________________________________________________________________________
20778 [  9283] By: jhi                                   on 2001/03/21  17:17:35
20779         Log: Integrate change #9282 from mainline into maintperl,
20780              4-arg UTF-8 substr().
20781      Branch: maint-5.6/perl
20782           !> pp.c
20783 ____________________________________________________________________________
20784 [  9282] By: jhi                                   on 2001/03/21  17:15:43
20785         Log: The #9270 would have leaked a scalar if pp_substr()
20786              returned early.
20787      Branch: perl
20788            ! pp.c
20789 ____________________________________________________________________________
20790 [  9281] By: gsar                                  on 2001/03/21  17:03:14
20791         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
20792      Branch: maint-5.6/perl
20793            ! win32/makefile.mk
20794 ____________________________________________________________________________
20795 [  9280] By: gsar                                  on 2001/03/21  17:01:20
20796         Log: some tweaks to change#9278 (fork() emulation should be enabled
20797              by setting BUILD_FLAVOR instead of changing the defaults)
20798      Branch: maint-5.6/perl
20799            ! win32/makefile.mk
20800 ____________________________________________________________________________
20801 [  9279] By: gsar                                  on 2001/03/21  16:47:19
20802         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
20803      Branch: maint-5.6/perl
20804            ! ext/File/Glob/Glob.pm
20805           !> lib/Cwd.pm
20806 ____________________________________________________________________________
20807 [  9278] By: jhi                                   on 2001/03/21  14:35:10
20808         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
20809              From: "Vadim Konovalov" <watman@inbox.ru>
20810              Date: Wed, 21 Mar 2001 01:53:51 +0300
20811              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
20812      Branch: maint-5.6/perl
20813            ! win32/makefile.mk win32/win32sck.c
20814 ____________________________________________________________________________
20815 [  9277] By: jhi                                   on 2001/03/21  13:58:28
20816         Log: Integrate change #9270 from mainline to maintperl:
20817              continued 4-arg UTF-8 substr() fixing.
20818      Branch: maint-5.6/perl
20819           !> pp.c t/op/substr.t
20820 ____________________________________________________________________________
20821 [  9276] By: jhi                                   on 2001/03/21  13:33:00
20822         Log: More pixie cleaning.
20823      Branch: perl
20824            ! Makefile.SH
20825 ____________________________________________________________________________
20826 [  9275] By: jhi                                   on 2001/03/21  03:54:17
20827         Log: Update Changes.
20828      Branch: perl
20829            ! Changes patchlevel.h
20830 ____________________________________________________________________________
20831 [  9274] By: jhi                                   on 2001/03/21  03:48:24
20832         Log: First stab at making Data::Dumper to grok Unicode.
20833              
20834              TODO: tests, EBCDICify.
20835      Branch: perl
20836            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
20837 ____________________________________________________________________________
20838 [  9273] By: jhi                                   on 2001/03/21  02:23:00
20839         Log: Fix for
20840              
20841              Subject: Memory leak in unquoted print   
20842              From: Benjamin Sugars <bsugars@canoe.ca> 
20843              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
20844              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
20845      Branch: perl
20846            ! perlio.c
20847 ____________________________________________________________________________
20848 [  9272] By: jhi                                   on 2001/03/21  01:33:17
20849         Log: Subject: Re: [PATCH] POSIX::getcwd()
20850              From: Benjamin Sugars <bsugars@canoe.ca> 
20851              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
20852              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
20853      Branch: perl
20854            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
20855 ____________________________________________________________________________
20856 [  9271] By: jhi                                   on 2001/03/21  01:22:52
20857         Log: Subject: [PATCH] Cwd.pm docs
20858              From: Benjamin Sugars <bsugars@canoe.ca>
20859              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
20860              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
20861      Branch: perl
20862            ! lib/Cwd.pm
20863 ____________________________________________________________________________
20864 [  9270] By: jhi                                   on 2001/03/21  01:16:29
20865         Log: Continue 4-arg substr() UTF-8 fixage.
20866      Branch: perl
20867            ! pp.c t/op/substr.t
20868 ____________________________________________________________________________
20869 [  9269] By: jhi                                   on 2001/03/21  00:46:14
20870         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
20871              
20872              revert the leak fix in change#9142 (problem needs a more experimental
20873              fix unsuitable for 5.6.1)
20874              
20875              do alphabetical sorting by default (for csh compatibility)
20876              
20877              cut-n-paste goof in change#9264
20878              
20879              VMS piping fixes (from Charles Lane)
20880      Branch: perl
20881           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
20882           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
20883           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
20884 ____________________________________________________________________________
20885 [  9268] By: jhi                                   on 2001/03/21  00:37:04
20886         Log: Integrate perlio.
20887      Branch: perl
20888           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
20889           !> utf8.c utf8.h utfebcdic.h
20890 ____________________________________________________________________________
20891 [  9267] By: nick                                  on 2001/03/20  20:04:39
20892         Log: More EBCDIC stuff:
20893              - Loose the extra level of function on ASCII.
20894              - spotted a chr(0) issue in sv.c
20895              - re-work of UTF-X tr/// ranges to work in Unicode
20896              space. Still issues with the "0xff is illegal UTF-8" hack.
20897              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
20898              (why do it once when you can do it all over the place :-(
20899              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
20900              need utf8.pm for swashes.
20901              - Simplified and commented scan_const() in toke.c
20902              Still something wrong regexp and tr (swashes?).
20903      Branch: perlio
20904            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
20905            ! utf8.c utf8.h utfebcdic.h
20906 ____________________________________________________________________________
20907 [  9266] By: gsar                                  on 2001/03/20  19:16:43
20908         Log: VMS piping fixes (from Charles Lane)
20909      Branch: maint-5.6/perl
20910            ! vms/vms.c vms/vmspipe.com
20911 ____________________________________________________________________________
20912 [  9265] By: gsar                                  on 2001/03/20  17:53:52
20913         Log: cut-n-paste goof in change#9264
20914      Branch: maint-5.6/perl
20915            ! ext/File/Glob/Glob.xs
20916 ____________________________________________________________________________
20917 [  9264] By: gsar                                  on 2001/03/20  17:43:47
20918         Log: do alphabetical sorting by default (for csh compatibility);
20919              bsd_glob() does ASCII sort by default as usual, unless
20920              GLOB_ALPHASORT was specified
20921      Branch: maint-5.6/perl
20922            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
20923            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
20924            ! ext/File/Glob/bsd_glob.h
20925 ____________________________________________________________________________
20926 [  9263] By: gsar                                  on 2001/03/20  16:40:08
20927         Log: integrate change#9255 from mainline (unicode fix)
20928              
20929              substr($bytestr, i, n, $charstr)
20930      Branch: maint-5.6/perl
20931           !> Todo-5.6 pp.c t/op/substr.t
20932 ____________________________________________________________________________
20933 [  9262] By: gsar                                  on 2001/03/20  15:57:41
20934         Log: revert the leak fix in change#9142 (problem needs a more experimental
20935              fix unsuitable for 5.6.1)
20936      Branch: maint-5.6/perl
20937            ! scope.c
20938 ____________________________________________________________________________
20939 [  9261] By: jhi                                   on 2001/03/20  14:26:25
20940         Log: Integrate changes #9259,9260 from maintperl into mainline.
20941              
20942              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
20943              
20944              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
20945      Branch: perl
20946           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
20947 ____________________________________________________________________________
20948 [  9260] By: jhi                                   on 2001/03/20  14:05:46
20949         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
20950              From: Robin Barker <rmb1@cise.npl.co.uk>
20951              Date: Tue, 20 Mar 2001 10:12:04 GMT
20952              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
20953      Branch: maint-5.6/perl
20954            ! run.c
20955 ____________________________________________________________________________
20956 [  9259] By: jhi                                   on 2001/03/20  14:04:39
20957         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
20958              From: Chris Nandor <pudge@pobox.com>
20959              Date: Tue, 20 Mar 2001 00:40:56 -0500
20960              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
20961      Branch: maint-5.6/perl
20962            ! ext/POSIX/POSIX.xs lib/File/Path.pm
20963 ____________________________________________________________________________
20964 [  9258] By: jhi                                   on 2001/03/20  05:09:34
20965         Log: Update Changes.
20966      Branch: perl
20967            ! Changes patchlevel.h
20968 ____________________________________________________________________________
20969 [  9257] By: jhi                                   on 2001/03/20  05:04:25
20970         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
20971      Branch: perl
20972            ! t/op/tr.t
20973 ____________________________________________________________________________
20974 [  9256] By: jhi                                   on 2001/03/20  04:43:12
20975         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
20976              From: Peter Prymmer <pvhp@forte.com>
20977              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
20978              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
20979      Branch: maint-5.6/perl
20980            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
20981 ____________________________________________________________________________
20982 [  9255] By: jhi                                   on 2001/03/19  23:17:17
20983         Log: substr($bytestr, i, n, $charstr)
20984
20985              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
20986      Branch: perl
20987            ! Todo-5.6 pp.c t/op/substr.t
20988 ____________________________________________________________________________
20989 [  9254] By: jhi                                   on 2001/03/19  22:25:09
20990         Log: Rearrange the make test target prerequisites so that
20991              in a parallel make 'all' is finished before 'test'.
20992      Branch: perl
20993            ! Makefile.SH
20994 ____________________________________________________________________________
20995 [  9253] By: jhi                                   on 2001/03/19  21:48:07
20996         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
20997              From: Robin Houston <robin@kitsite.com>
20998              Date: Mon, 19 Mar 2001 15:48:41 +0000
20999              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
21000      Branch: perl
21001            ! pp_ctl.c
21002 ____________________________________________________________________________
21003 [  9252] By: jhi                                   on 2001/03/19  21:42:27
21004         Log: Integrate perlio.
21005      Branch: perl
21006           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
21007           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
21008           !> utfebcdic.h vms/perly_c.vms
21009 ____________________________________________________________________________
21010 [  9251] By: jhi                                   on 2001/03/19  21:31:28
21011         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
21012              
21013              Dynaloading in 64-bit AIX with vac.
21014      Branch: perl
21015           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
21016           !> hints/aix.sh
21017 ____________________________________________________________________________
21018 [  9250] By: jhi                                   on 2001/03/19  21:18:00
21019         Log: A more robust solution for the 64bitall AIX dynaloading
21020              problem, from Jens-Uwe Mager.
21021      Branch: maint-5.6/perl
21022            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
21023 ____________________________________________________________________________
21024 [  9249] By: nick                                  on 2001/03/19  20:59:37
21025         Log: Integrate mainline.
21026      Branch: perlio
21027           !> (integrate 42 files)
21028 ____________________________________________________________________________
21029 [  9248] By: nick                                  on 2001/03/19  20:22:07
21030         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
21031              (Building on OS390 uses native YACC and YYDEBUG has other
21032              side effects.)
21033      Branch: perlio
21034            ! perly.c perly.y vms/perly_c.vms
21035 ____________________________________________________________________________
21036 [  9247] By: jhi                                   on 2001/03/19  19:59:53
21037         Log: 64-bit AIX dynaloading problem (see #9244) idea
21038              from Jens-Uwe Mager.
21039      Branch: maint-5.6/perl
21040            ! ext/DynaLoader/dl_aix.xs
21041 ____________________________________________________________________________
21042 [  9246] By: nick                                  on 2001/03/19  19:27:57
21043         Log: More EBCDIC fixes.
21044      Branch: perlio
21045            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
21046            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
21047 ____________________________________________________________________________
21048 [  9245] By: jhi                                   on 2001/03/19  19:05:19
21049         Log: Integrate change #9243 from mainline into maintperl.
21050              
21051              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
21052      Branch: maint-5.6/perl
21053           !> README.vmesa
21054 ____________________________________________________________________________
21055 [  9244] By: jhi                                   on 2001/03/19  19:03:15
21056         Log: Get 64bitall AIX building, but still does not test okay:
21057              dynaloading anything fails, for example for op/defins:
21058              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
21059              (update: fixed by #9247,9250)
21060      Branch: maint-5.6/perl
21061            ! hints/aix.sh
21062 ____________________________________________________________________________
21063 [  9243] By: jhi                                   on 2001/03/19  19:00:16
21064         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
21065              From: Robin Barker <rmb1@cise.npl.co.uk>
21066              Date: Mon, 19 Mar 2001 18:01:57 GMT
21067              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
21068      Branch: perl
21069            ! README.vmesa
21070 ____________________________________________________________________________
21071 [  9242] By: jhi                                   on 2001/03/19  18:58:43
21072         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
21073              
21074              TODO: tests.
21075      Branch: perl
21076            ! doop.c op.c
21077 ____________________________________________________________________________
21078 [  9241] By: gsar                                  on 2001/03/19  17:34:46
21079         Log: VMSify tests (from Charles Lane)
21080      Branch: maint-5.6/perl
21081            ! t/lib/filehand.t t/lib/texttabs.t
21082 ____________________________________________________________________________
21083 [  9240] By: jhi                                   on 2001/03/19  14:24:26
21084         Log: Integrate change #9233 from maintperl into mainline.
21085              
21086              some refcounts were incorrect in perl_clone()
21087      Branch: perl
21088           !> sv.c
21089 ____________________________________________________________________________
21090 [  9239] By: gsar                                  on 2001/03/19  09:23:17
21091         Log: this is 5.6.1-trial3
21092      Branch: maint-5.6/perl
21093            ! Changes
21094 ____________________________________________________________________________
21095 [  9238] By: gsar                                  on 2001/03/19  08:47:04
21096         Log: some new symbols are only available under ithreads
21097      Branch: maint-5.6/perl
21098            ! makedef.pl
21099 ____________________________________________________________________________
21100 [  9237] By: gsar                                  on 2001/03/19  08:42:28
21101         Log: update patchlevel.h, Changes, &c.
21102      Branch: maint-5.6/perl
21103            ! Changes patchlevel.h pod/perlhist.pod
21104           !> AUTHORS
21105 ____________________________________________________________________________
21106 [  9236] By: gsar                                  on 2001/03/19  08:17:49
21107         Log: integrate changes#8068,8717 from mainline
21108              
21109              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
21110              
21111              [PATCH CPAN 1.59_51] warning message (not!)
21112      Branch: maint-5.6/perl
21113           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
21114           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
21115           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
21116           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
21117           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
21118 ____________________________________________________________________________
21119 [  9235] By: gsar                                  on 2001/03/19  08:07:09
21120         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
21121              
21122              [PATCH] Add missing CV flags to dump.c
21123              
21124              Re: [patch] Re: PL_ptr_table
21125              
21126              Fixup non-ithread build after 8713
21127              
21128              Generated files form 8713 etc.
21129              
21130              Correct the correction :-(
21131              
21132              Documenting coderef @INC (Re: CPAN "make this script work" feature)
21133              
21134              Subject: Re: sync sync sync: have I missed any patches?
21135              Replace djSP with dSP.
21136      Branch: maint-5.6/perl
21137           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
21138           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
21139           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
21140           !> sv.c sv.h win32/perlhost.h
21141 ____________________________________________________________________________
21142 [  9234] By: gsar                                  on 2001/03/19  07:22:05
21143         Log: revert the change#9090 integrate for now (change looks somewhat
21144              incomplete in that [ha]v_exists() need something similar; lacks
21145              tests; &c.)
21146      Branch: maint-5.6/perl
21147            ! hv.c
21148 ____________________________________________________________________________
21149 [  9233] By: gsar                                  on 2001/03/19  07:10:01
21150         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
21151              destruction when there are unreferenced scalars (SvREFCNT==0)
21152      Branch: maint-5.6/perl
21153            ! sv.c
21154 ____________________________________________________________________________
21155 [  9232] By: jhi                                   on 2001/03/19  05:11:02
21156         Log: Regen api and toc.
21157      Branch: maint-5.6/perl
21158            ! pod/perlapi.pod pod/perltoc.pod
21159 ____________________________________________________________________________
21160 [  9231] By: jhi                                   on 2001/03/19  04:06:03
21161         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
21162              add a lost line in pp.c:pp_chop(), update to new op/chop.
21163              
21164              Clarify the description differentiating for and while; inspired by
21165              
21166              Subject: [ID 20010306.004] || != named unary operator
21167              
21168              The $Is_MacOS needs to be declared.
21169      Branch: maint-5.6/perl
21170            ! pp.c t/op/chop.t
21171           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
21172 ____________________________________________________________________________
21173 [  9230] By: jhi                                   on 2001/03/19  03:48:16
21174         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
21175              9079,9083,9089,9090,9091 from mainline to maintperl.
21176              
21177              Quieten some noise in Win32 builds
21178              
21179              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
21180              
21181              The perlretut was still talking about the old \p and \P
21182              definitions.
21183              
21184              More tweakage on the Unicode character class descriptions.
21185              
21186              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
21187              
21188              Subject: 'no *POSIX' Patch speeding up make on BS2000 
21189              
21190              Subject: [PATCH] perldata.pod here-doc docs
21191              
21192              Add /sbin and /usr/sbin to the list of directories scanned
21193              for setuid programs.  Takes care of bug id 20010309.003.
21194              
21195              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
21196              
21197              In op/stat #35 better to scan all the potential directories
21198              for setuids, not just the first one.
21199      Branch: maint-5.6/perl
21200            ! Makefile.SH
21201           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
21202           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
21203           !> t/op/stat.t toke.c win32/win32.h
21204 ____________________________________________________________________________
21205 [  9229] By: jhi                                   on 2001/03/19  02:31:50
21206         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
21207              From: Chris Nandor <pudge@pobox.com>
21208              Date: Sat, 10 Mar 2001 14:22:19 -0500
21209              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
21210      Branch: maint-5.6/perl
21211            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
21212            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
21213            ! t/lib/b.t t/lib/errno.t
21214 ____________________________________________________________________________
21215 [  9228] By: jhi                                   on 2001/03/19  02:29:59
21216         Log: Integrate changes #9113,9122 from mainline into maintperl.
21217              
21218              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?)
21219      Branch: maint-5.6/perl
21220           !> Configure README.os390 hints/os390.sh
21221 ____________________________________________________________________________
21222 [  9227] By: jhi                                   on 2001/03/19  02:22:35
21223         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
21224              into maintperl.
21225              
21226              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
21227              
21228              Forgot to check-in the larger part of #9120, duh.
21229              
21230              Subject: Another patch for integer.pm POD 
21231              
21232              h2ph strictness and cleanliness from Kurt Starsinic.
21233              
21234              Borland filename case problem.
21235              
21236              h2ph strictness and cleanliness from Kurt Starsinic.
21237              
21238              Subject: [PATCH] the uncontroversial doc patches
21239      Branch: maint-5.6/perl
21240           +> win32/sncfnmcs.pl
21241           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
21242           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
21243           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
21244           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
21245           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
21246           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
21247           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
21248 ____________________________________________________________________________
21249 [  9226] By: jhi                                   on 2001/03/19  02:10:21
21250         Log: Integrate changes #9207,9214 from mainline into maintperl.
21251              
21252              podchecker relaxations: =over has an *optional* number after it,
21253              and whitespace in L<> is okay.
21254      Branch: maint-5.6/perl
21255           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
21256           !> t/pod/poderrs.xr
21257 ____________________________________________________________________________
21258 [  9225] By: jhi                                   on 2001/03/19  02:07:38
21259         Log: Integrate change #9219 from maintperl into mainline.
21260              
21261              remove duplicated tests
21262      Branch: perl
21263           !> t/op/re_tests
21264 ____________________________________________________________________________
21265 [  9224] By: jhi                                   on 2001/03/19  02:06:11
21266         Log: Integrate change #9223 from mainline to maintperl.
21267              
21268              Document -Dmksymlinks.
21269      Branch: maint-5.6/perl
21270           !> INSTALL
21271 ____________________________________________________________________________
21272 [  9223] By: jhi                                   on 2001/03/19  02:01:25
21273         Log: Document -Dmksymlinks.
21274      Branch: perl
21275            ! INSTALL
21276 ____________________________________________________________________________
21277 [  9222] By: jhi                                   on 2001/03/19  01:15:35
21278         Log: The -Dmksymlinks wasn't working for maintperl.
21279      Branch: maint-5.6/perl
21280            ! Configure
21281 ____________________________________________________________________________
21282 [  9221] By: jhi                                   on 2001/03/19  00:49:43
21283         Log: Cleanup pixie residue.
21284      Branch: perl
21285            ! Makefile.SH
21286 ____________________________________________________________________________
21287 [  9220] By: jhi                                   on 2001/03/19  00:44:47
21288         Log: Document the use of pixie/prof; create make targets for it.
21289              
21290              TODO: make t/TEST pixie-aware.
21291      Branch: perl
21292            ! Makefile.SH pod/perlhack.pod
21293 ____________________________________________________________________________
21294 [  9219] By: gsar                                  on 2001/03/19  00:16:55
21295         Log: remove duplicated tests
21296      Branch: maint-5.6/perl
21297            ! t/op/re_tests
21298 ____________________________________________________________________________
21299 [  9218] By: jhi                                   on 2001/03/18  23:59:31
21300         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
21301      Branch: perl
21302            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
21303 ____________________________________________________________________________
21304 [  9217] By: jhi                                   on 2001/03/18  23:25:20
21305         Log: Rewrite the tests section of Makefile to be less redundant
21306              and to allow for more flexible test targets, many recursive
21307              make calls introduced.
21308      Branch: perl
21309            ! Makefile.SH
21310 ____________________________________________________________________________
21311 [  9216] By: jhi                                   on 2001/03/18  22:30:04
21312         Log: Document the use of Third Degree (sparsely).
21313      Branch: perl
21314            ! pod/perlhack.pod t/TEST
21315 ____________________________________________________________________________
21316 [  9215] By: jhi                                   on 2001/03/18  22:10:30
21317         Log: Make targets for testing with Third Degree.
21318      Branch: perl
21319            ! Makefile.SH
21320 ____________________________________________________________________________
21321 [  9214] By: jhi                                   on 2001/03/18  21:08:53
21322         Log: The podchecker relaxations need to mirrored also at the tests.
21323      Branch: perl
21324            ! t/pod/poderrs.xr
21325 ____________________________________________________________________________
21326 [  9213] By: jhi                                   on 2001/03/18  20:56:21
21327         Log: Update Changes.
21328      Branch: perl
21329            ! Changes patchlevel.h
21330 ____________________________________________________________________________
21331 [  9212] By: jhi                                   on 2001/03/18  20:36:59
21332         Log: Looking for config.sh in parent directories isn't
21333              very useful for the toplevel Makefile.
21334      Branch: perl
21335            ! Makefile.SH
21336 ____________________________________________________________________________
21337 [  9211] By: jhi                                   on 2001/03/18  20:33:37
21338         Log: On "make clean" take care of Third Degree droppings.
21339      Branch: perl
21340            ! Makefile.SH
21341 ____________________________________________________________________________
21342 [  9210] By: jhi                                   on 2001/03/18  20:21:34
21343         Log: Add a hook for running the tests under the Third Degree
21344              debugging tool (set $ENV{PERL_3LOG} to non-zero)
21345              
21346              TODO: Document the use of Third Degree.
21347      Branch: perl
21348            ! t/TEST
21349 ____________________________________________________________________________
21350 [  9209] By: jhi                                   on 2001/03/18  20:19:07
21351         Log: Regen toc and api pods.
21352      Branch: perl
21353            ! pod/perlapi.pod pod/perltoc.pod
21354 ____________________________________________________________________________
21355 [  9208] By: jhi                                   on 2001/03/18  20:12:12
21356         Log: Integrate changes #8128,9132 from mainline into maintperl,
21357              Tie::SubstrHash fixes.
21358      Branch: maint-5.6/perl
21359           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
21360 ____________________________________________________________________________
21361 [  9207] By: jhi                                   on 2001/03/18  20:07:43
21362         Log: podchecker relaxations from Michael Stevens.
21363      Branch: perl
21364            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
21365 ____________________________________________________________________________
21366 [  9206] By: jhi                                   on 2001/03/18  20:04:24
21367         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
21368      Branch: perl
21369            ! lib/Locale/Constants.pm lib/Locale/Country.pm
21370            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
21371            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
21372 ____________________________________________________________________________
21373 [  9205] By: jhi                                   on 2001/03/18  19:54:45
21374         Log: Integrate changes #9161,9162 from maintperl to mainline.
21375              
21376              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
21377              results
21378      Branch: perl
21379           !> t/op/magic.t
21380 ____________________________________________________________________________
21381 [  9204] By: jhi                                   on 2001/03/18  19:37:46
21382         Log: Make perl.third checks more understandable to the builder.
21383      Branch: perl
21384            ! Makefile.SH
21385 ____________________________________________________________________________
21386 [  9203] By: jhi                                   on 2001/03/18  19:20:54
21387         Log: Re-integrate #9138 from maintperl to mainline,
21388              the squelching of the unneeded "Scalars leaked" messages.
21389      Branch: perl
21390           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
21391           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
21392           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
21393 ____________________________________________________________________________
21394 [  9202] By: jhi                                   on 2001/03/18  18:48:36
21395         Log: More robust and more paranoid perl.third target.
21396      Branch: perl
21397            ! Makefile.SH
21398 ____________________________________________________________________________
21399 [  9201] By: jhi                                   on 2001/03/18  18:39:21
21400         Log: Integrate change #9197 from maintperl to mainline.
21401              
21402              more thorough cleaning of arenas.
21403      Branch: perl
21404           !> embed.pl perl.c proto.h sv.c t/op/sort.t
21405 ____________________________________________________________________________
21406 [  9200] By: jhi                                   on 2001/03/18  18:25:17
21407         Log: Integrate perlio.
21408      Branch: perl
21409           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
21410           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
21411           !> t/lib/encode.t toke.c universal.c utf8.c
21412 ____________________________________________________________________________
21413 [  9199] By: nick                                  on 2001/03/18  15:23:51
21414         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
21415              is the sense of the test being done. Avoid some magical 127 and 128 values
21416              by using macros.
21417      Branch: perlio
21418            ! doop.c pp_ctl.c sv.c toke.c
21419 ____________________________________________________________________________
21420 [  9198] By: nick                                  on 2001/03/18  14:18:12
21421         Log: UTF-X encoding invariance for Encode:
21422              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
21423              - move the XS code for those to universal.c (so in miniperl)
21424              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
21425              - change ext/Encode/compile to use above.
21426              - Fix t/lib/encode.t for above
21427              - Teach t/lib/b.t to expect -uutf8
21428              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
21429              utf8.pm is needed.
21430      Branch: perlio
21431            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
21432            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
21433 ____________________________________________________________________________
21434 [  9197] By: gsar                                  on 2001/03/18  12:15:57
21435         Log: more thorough cleaning of arenas--keep going until no more
21436              SvREFCNT_dec()s occur (this fixes the problem that causes the
21437              pesky "Scalars leaked" warnings)
21438      Branch: maint-5.6/perl
21439            ! embed.pl perl.c proto.h sv.c t/op/sort.t
21440 ____________________________________________________________________________
21441 [  9196] By: nick                                  on 2001/03/18  10:57:29
21442         Log: Fix pragma/utf8.t # 15
21443              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
21444              are SvUTF8 as well.
21445      Branch: perlio
21446            ! toke.c
21447 ____________________________________________________________________________
21448 [  9195] By: nick                                  on 2001/03/18  09:27:06
21449         Log: Integrate mainline
21450      Branch: perlio
21451           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
21452           !> t/op/pat.t
21453 ____________________________________________________________________________
21454 [  9194] By: jhi                                   on 2001/03/18  05:29:59
21455         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
21456              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
21457      Branch: perl
21458            ! op.c op.h t/op/misc.t t/op/pat.t
21459 ____________________________________________________________________________
21460 [  9193] By: jhi                                   on 2001/03/18  05:15:06
21461         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
21462      Branch: perl
21463            ! mg.c t/op/pat.t
21464 ____________________________________________________________________________
21465 [  9192] By: jhi                                   on 2001/03/18  04:22:43
21466         Log: tr/// UTF-8 patches from Inaba Hiroto.
21467      Branch: perl
21468            ! doop.c op.c
21469 ____________________________________________________________________________
21470 [  9191] By: jhi                                   on 2001/03/18  04:21:17
21471         Log: Integrate perlio.
21472      Branch: perl
21473           !> utf8.c utfebcdic.h
21474 ____________________________________________________________________________
21475 [  9190] By: nick                                  on 2001/03/17  20:32:01
21476         Log: Correct #if EBCDIC side typos.
21477              Builds and passes many tests on OS390.
21478      Branch: perlio
21479            ! utf8.c utfebcdic.h
21480 ____________________________________________________________________________
21481 [  9189] By: jhi                                   on 2001/03/17  18:55:49
21482         Log: Add prerequisites for the perl.third target.
21483      Branch: perl
21484            ! Makefile.SH
21485 ____________________________________________________________________________
21486 [  9188] By: jhi                                   on 2001/03/17  18:46:00
21487         Log: Integrate perlio.
21488      Branch: perl
21489           +> utfebcdic.h
21490           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
21491 ____________________________________________________________________________
21492 [  9187] By: jhi                                   on 2001/03/17  18:38:47
21493         Log: Add a make rule for perl.third (the Third Degree memory debugging
21494              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
21495      Branch: perl
21496            ! Makefile.SH
21497 ____________________________________________________________________________
21498 [  9186] By: nick                                  on 2001/03/17  18:34:48
21499         Log: MANIFEST addition :-(
21500      Branch: perlio
21501            ! MANIFEST
21502 ____________________________________________________________________________
21503 [  9185] By: nick                                  on 2001/03/17  18:29:50
21504         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
21505              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
21506              a superset of ASCII are invariant under the encoding. This is EBCDIC
21507              friendly as an encoded string can be looked at as being EBCDIC by lexer
21508              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
21509              ASCII on ASCII machines.
21510              
21511              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
21512              seperate.
21513              - Add some more macros to comprehend different shift amounts and
21514              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
21515              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
21516              and conditionaly #include it.
21517              
21518              EBCDIC build as yet untested.  ASCII still fails the one test.
21519      Branch: perlio
21520            + utfebcdic.h
21521            ! utf8.c utf8.h
21522 ____________________________________________________________________________
21523 [  9184] By: nick                                  on 2001/03/17  17:44:16
21524         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
21525      Branch: perlio
21526            ! doop.c perl.h pp.c utf8.h
21527 ____________________________________________________________________________
21528 [  9183] By: jhi                                   on 2001/03/17  15:55:42
21529         Log: Integrate perlio.
21530      Branch: perl
21531            ! MANIFEST
21532           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
21533 ____________________________________________________________________________
21534 [  9182] By: nick                                  on 2001/03/17  09:16:06
21535         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
21536      Branch: perlio
21537            ! t/op/pat.t
21538 ____________________________________________________________________________
21539 [  9181] By: nick                                  on 2001/03/17  09:15:11
21540         Log: Integrate mainline.
21541      Branch: perlio
21542           +> lib/Locale/Constants.pm lib/Locale/Country.pm
21543           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
21544           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
21545           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
21546           !> (integrate 83 files)
21547 ____________________________________________________________________________
21548 [  9180] By: nick                                  on 2001/03/16  17:23:21
21549         Log: EBCDIC Fixes.
21550      Branch: perlio
21551            ! perl.h sv.c toke.c utf8.c utf8.h
21552 ____________________________________________________________________________
21553 [  9179] By: jhi                                   on 2001/03/16  14:10:12
21554         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
21555              a change needed to work around an AIX compiler bug.
21556      Branch: perl
21557            ! ext/Storable/Storable.xs
21558 ____________________________________________________________________________
21559 [  9178] By: jhi                                   on 2001/03/16  03:19:59
21560         Log: With Damian's approval synchronize damian's modules'
21561              licensing with Perl's standard module licensing.
21562      Branch: perl
21563            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
21564 ____________________________________________________________________________
21565 [  9177] By: jhi                                   on 2001/03/16  03:15:34
21566         Log: Make the Filter::Util:Call files have their own copies
21567              of the Perl standard module licensing, from Paul Marquess.
21568      Branch: perl
21569            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
21570 ____________________________________________________________________________
21571 [  9176] By: jhi                                   on 2001/03/16  02:56:04
21572         Log: Subject: [PATCH] more pod patches
21573              From: Michael Stevens <michael@etla.org>
21574              Date: Thu, 15 Mar 2001 21:25:18 +0000
21575              Message-ID: <20010315212518.A18870@firedrake.org>
21576      Branch: perl
21577            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
21578            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
21579            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
21580            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
21581            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
21582            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
21583            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
21584            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
21585            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
21586            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
21587            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
21588            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
21589            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
21590            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
21591            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
21592            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
21593            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
21594            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
21595            ! lib/Locale/Country.pm lib/Locale/Language.pm
21596            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
21597            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
21598            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
21599            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
21600            ! os2/OS2/Process/Process.pm
21601 ____________________________________________________________________________
21602 [  9175] By: jhi                                   on 2001/03/16  02:53:32
21603         Log: Subject: [PATCH] the uncontroversial doc patches
21604              From: Michael Stevens <michael@etla.org>
21605              Date: Thu, 15 Mar 2001 20:01:12 +0000
21606              Message-ID: <20010315200112.A7636@firedrake.org>
21607      Branch: perl
21608            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
21609            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
21610            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
21611            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
21612            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
21613 ____________________________________________________________________________
21614 [  9174] By: jhi                                   on 2001/03/16  02:50:49
21615         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
21616              From: Paul Lindner <lindner@inuus.com>
21617              Date: Fri, 16 Mar 2001 11:28:03 -0800
21618              Message-ID: <20010316112803.A7577@inuus.com>
21619      Branch: perl
21620            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
21621 ____________________________________________________________________________
21622 [  9173] By: nick                                  on 2001/03/15  20:21:03
21623         Log: 1st day's EBCDIC fixes:
21624              - toke.c's parsing of strings needed attention
21625              needed to conditionally e2a if string was already UTF-8
21626              - e2a/a2e tables where wrong way round.
21627              - new macros in utf8.h
21628      Branch: perlio
21629            ! perl.h toke.c utf8.h
21630 ____________________________________________________________________________
21631 [  9172] By: jhi                                   on 2001/03/15  15:17:17
21632         Log: Update Changes.
21633      Branch: perl
21634            ! Changes patchlevel.h
21635 ____________________________________________________________________________
21636 [  9171] By: jhi                                   on 2001/03/15  15:09:32
21637         Log: Subject: Re: Another Borland C++ problem.
21638              From: "Vadim Konovalov" <watman@inbox.ru>
21639              Date: Sat, 10 Mar 2001 19:26:07 +0300
21640              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
21641              
21642              Borland filename case problem.
21643      Branch: perl
21644            + win32/sncfnmcs.pl
21645            ! MANIFEST README.win32
21646 ____________________________________________________________________________
21647 [  9170] By: jhi                                   on 2001/03/15  14:54:23
21648         Log: Add Locale::Codes 1.06, from Neil Bowers.
21649      Branch: perl
21650            + lib/Locale/Constants.pm lib/Locale/Country.pm
21651            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
21652            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
21653            + t/lib/lc-language.t t/lib/lc-uk.t
21654            ! MANIFEST
21655 ____________________________________________________________________________
21656 [  9169] By: jhi                                   on 2001/03/15  14:19:01
21657         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
21658      Branch: perl
21659            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
21660            ! ext/Storable/Storable.xs
21661 ____________________________________________________________________________
21662 [  9168] By: jhi                                   on 2001/03/15  14:13:22
21663         Log: Integrate changes #9120,9167 from mainline to maintperl.
21664              
21665              Subject: [PATCH 5.6.1] OS/2 docs
21666              
21667              Subject: [PATCH 5.6.1] perldoc
21668      Branch: maint-5.6/perl
21669           !> os2/Changes utils/perldoc.PL
21670 ____________________________________________________________________________
21671 [  9167] By: jhi                                   on 2001/03/15  14:07:42
21672         Log: Subject: [PATCH 5.6.1] perldoc
21673              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21674              Date: Wed, 14 Mar 2001 23:46:52 -0500
21675              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
21676      Branch: perl
21677            ! utils/perldoc.PL
21678 ____________________________________________________________________________
21679 [  9166] By: jhi                                   on 2001/03/15  13:53:15
21680         Log: sigaction test condition tweakage.
21681      Branch: perl
21682            ! t/lib/sigaction.t
21683 ____________________________________________________________________________
21684 [  9165] By: alanbur                               on 2001/03/15  03:49:17
21685         Log: Resynchronised with parent
21686      Branch: maint-5.6/pureperl
21687           +> os2/os2add.sym t/op/anonsub.t
21688           !> (integrate 72 files)
21689 ____________________________________________________________________________
21690 [  9164] By: jhi                                   on 2001/03/15  01:05:01
21691         Log: Avoid stomping off the beginning of an array in tr///.
21692      Branch: perl
21693            ! op.c
21694 ____________________________________________________________________________
21695 [  9163] By: jhi                                   on 2001/03/15  00:58:57
21696         Log: h2ph strictness and cleanliness from Kurt Starsinic.
21697      Branch: perl
21698            ! utils/h2ph.PL
21699 ____________________________________________________________________________
21700 [  9162] By: gsar                                  on 2001/03/15  00:56:53
21701         Log: avoid warnings
21702      Branch: maint-5.6/perl
21703            ! t/op/magic.t
21704 ____________________________________________________________________________
21705 [  9161] By: gsar                                  on 2001/03/15  00:52:09
21706         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
21707              results
21708      Branch: maint-5.6/perl
21709            ! t/op/magic.t
21710 ____________________________________________________________________________
21711 [  9160] By: jhi                                   on 2001/03/14  22:02:10
21712         Log: Do not use the Perl malloc in IRIX, suggested by
21713              Helmus Jarausch.
21714      Branch: perl
21715            ! hints/irix_6.sh
21716 ____________________________________________________________________________
21717 [  9159] By: nick                                  on 2001/03/14  21:45:59
21718         Log: Integrate mainline
21719      Branch: perlio
21720           +> t/op/loopctl.t
21721           !> (integrate 41 files)
21722 ____________________________________________________________________________
21723 [  9158] By: jhi                                   on 2001/03/14  21:10:09
21724         Log: The Day of the Retractions continues: the #9138
21725              (integrated in #9144) doesn't work well in mainline.
21726      Branch: perl
21727            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
21728            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
21729            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
21730 ____________________________________________________________________________
21731 [  9157] By: jhi                                   on 2001/03/14  20:58:12
21732         Log: The #9145 CANNOT be enabled: the clear_pmop code still
21733              dumps core all over in Tru64.
21734      Branch: perl
21735            ! op.c op.h t/op/pat.t
21736 ____________________________________________________________________________
21737 [  9156] By: jhi                                   on 2001/03/14  20:48:06
21738         Log: Integrate change #9154 from maintperl to mainline.
21739              
21740              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
21741              (caused Storable 1.0.10 to break on windows)
21742      Branch: perl
21743           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
21744           !> perlapi.c proto.h
21745 ____________________________________________________________________________
21746 [  9155] By: jhi                                   on 2001/03/14  20:23:53
21747         Log: Retract #9136: breaks threading (and binary compatibility).
21748      Branch: perl
21749            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
21750 ____________________________________________________________________________
21751 [  9154] By: gsar                                  on 2001/03/14  17:48:18
21752         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
21753              (caused Storable 1.0.10 to break on windows)
21754      Branch: maint-5.6/perl
21755            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
21756            ! perlapi.c proto.h
21757 ____________________________________________________________________________
21758 [  9153] By: jhi                                   on 2001/03/14  13:35:21
21759         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
21760      Branch: perl
21761            ! t/lib/sigaction.t
21762 ____________________________________________________________________________
21763 [  9152] By: gsar                                  on 2001/03/14  07:29:40
21764         Log: back out changes#9012,9010,9009 and parts of change#9016
21765              (causes ABRs under purify, and some prerequisites don't
21766              seem to be there in 5.6.x)
21767      Branch: maint-5.6/perl
21768            ! doop.c op.c t/op/tr.t toke.c
21769 ____________________________________________________________________________
21770 [  9151] By: gsar                                  on 2001/03/14  07:01:29
21771         Log: reenable change#9145 (the test was busted due to a missing
21772              C<print "ok 27\n">)
21773      Branch: perl
21774            ! op.c op.h t/op/pat.t
21775 ____________________________________________________________________________
21776 [  9150] By: jhi                                   on 2001/03/14  06:38:36
21777         Log: Retract #9145.
21778      Branch: perl
21779            ! op.c op.h t/op/pat.t
21780 ____________________________________________________________________________
21781 [  9149] By: jhi                                   on 2001/03/14  06:14:56
21782         Log: Retract #9143.
21783      Branch: perl
21784            ! op.c
21785 ____________________________________________________________________________
21786 [  9148] By: gsar                                  on 2001/03/14  06:13:02
21787         Log: Uninitialized Memory Read in regexec.c
21788      Branch: perl
21789            ! regexec.c
21790 ____________________________________________________________________________
21791 [  9147] By: jhi                                   on 2001/03/14  04:59:54
21792         Log: Subject: PATCH: make goto work in nested eval ""
21793              From: Robin Houston <robin@kitsite.com>
21794              Date: Wed, 14 Mar 2001 04:16:10 +0000
21795              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
21796      Branch: perl
21797            ! pp_ctl.c t/op/goto.t
21798 ____________________________________________________________________________
21799 [  9146] By: jhi                                   on 2001/03/14  04:42:54
21800         Log: Preserve the #ifdef PERL_CORE in perly.h.
21801      Branch: perl
21802            ! perly.fixer
21803 ____________________________________________________________________________
21804 [  9145] By: jhi                                   on 2001/03/14  03:57:41
21805         Log: (Retracted by #9150.)
21806      Branch: perl
21807            ! op.c op.h t/op/pat.t
21808 ____________________________________________________________________________
21809 [  9144] By: jhi                                   on 2001/03/14  03:50:38
21810         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
21811              
21812              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
21813              
21814              remove squelch controls for "Scalars leaked" messages in most places
21815              (these are now cured)
21816              
21817              fix another memory leak reported by purify (tie callbacks that
21818              croak can leak when wiping out magic)
21819      Branch: perl
21820           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
21821           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
21822           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
21823           !> t/pragma/warnings.t
21824 ____________________________________________________________________________
21825 [  9143] By: jhi                                   on 2001/03/14  03:37:53
21826         Log: (Retracted by #9149.)
21827      Branch: perl
21828            ! op.c
21829 ____________________________________________________________________________
21830 [  9142] By: gsar                                  on 2001/03/14  03:20:48
21831         Log: fix another memory leak reported by purify (tie callbacks that
21832              croak can leak when wiping out magic)
21833      Branch: maint-5.6/perl
21834            ! scope.c
21835 ____________________________________________________________________________
21836 [  9141] By: jhi                                   on 2001/03/14  02:55:00
21837         Log: Subject: PATCH for [ID 20010305.003]
21838              From: Robin Houston <robin@kitsite.com>
21839              Date: Wed, 14 Mar 2001 02:45:51 +0000
21840              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
21841      Branch: perl
21842            ! pp_ctl.c t/op/eval.t
21843 ____________________________________________________________________________
21844 [  9140] By: jhi                                   on 2001/03/14  02:41:54
21845         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
21846              Date: Wed, 14 Mar 2001 01:52:51 +0000
21847              From: Robin Houston <robin@kitsite.com>
21848              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
21849              
21850              Fix for 2000313.004.
21851      Branch: perl
21852            ! pp_ctl.c t/op/goto.t
21853 ____________________________________________________________________________
21854 [  9139] By: jhi                                   on 2001/03/14  02:40:50
21855         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
21856              From: Robin Houston <robin@kitsite.com>
21857              Date: Wed, 14 Mar 2001 00:43:45 +0000
21858              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
21859      Branch: perl
21860            + t/op/loopctl.t
21861            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
21862            ! vms/perly_c.vms
21863 ____________________________________________________________________________
21864 [  9138] By: gsar                                  on 2001/03/14  01:18:00
21865         Log: remove squelch controls for "Scalars leaked" messages in most places
21866              (these are now cured)
21867      Branch: maint-5.6/perl
21868            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
21869            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
21870            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
21871 ____________________________________________________________________________
21872 [  9137] By: gsar                                  on 2001/03/14  00:57:04
21873         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
21874      Branch: maint-5.6/perl
21875            ! regcomp.c
21876 ____________________________________________________________________________
21877 [  9136] By: jhi                                   on 2001/03/13  23:12:24
21878         Log: (Retracted by #9155)
21879              
21880              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
21881              From: Jens-Uwe Mager <jum@helios.de>
21882              Date: Wed, 21 Feb 2001 21:32:04 +0100
21883              Message-ID: <20010221213203.A18340@ans.helios.de>
21884      Branch: perl
21885            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
21886 ____________________________________________________________________________
21887 [  9135] By: jhi                                   on 2001/03/13  22:50:05
21888         Log: Integrate perlio.
21889      Branch: perl
21890           !> pp.c
21891 ____________________________________________________________________________
21892 [  9134] By: jhi                                   on 2001/03/13  22:49:05
21893         Log: Integrate change #9131 from maintperl into mainline.
21894              
21895              make the error text look more consistent in hints/hpux.sh
21896      Branch: perl
21897           !> hints/hpux.sh
21898 ____________________________________________________________________________
21899 [  9133] By: gsar                                  on 2001/03/13  22:46:20
21900         Log: integrate change#9067 from mainline
21901              
21902              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
21903      Branch: maint-5.6/perl
21904           !> lib/ExtUtils/MM_Unix.pm
21905 ____________________________________________________________________________
21906 [  9132] By: jhi                                   on 2001/03/13  22:41:21
21907         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
21908              From: "John P. Linderman" <jpl@research.att.com>
21909              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
21910              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
21911              
21912              A more correct prime finder.
21913      Branch: perl
21914            ! lib/Tie/SubstrHash.pm
21915 ____________________________________________________________________________
21916 [  9131] By: gsar                                  on 2001/03/13  22:30:42
21917         Log: make the error text look more consistent in hints/hpux.sh
21918      Branch: maint-5.6/perl
21919            ! hints/hpux.sh
21920 ____________________________________________________________________________
21921 [  9130] By: jhi                                   on 2001/03/13  22:23:44
21922         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
21923              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21924              Date: Tue, 13 Mar 2001 18:41:26 +0100
21925              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
21926              
21927              If the test is run non-interactively the default handler
21928              is different.
21929      Branch: perl
21930            ! t/lib/sigaction.t
21931 ____________________________________________________________________________
21932 [  9129] By: jhi                                   on 2001/03/13  22:20:21
21933         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
21934              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
21935              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
21936              Date:     Tue, 13 Mar 2001 16:44:32 EST
21937      Branch: perl
21938            ! t/lib/1_compile.t
21939 ____________________________________________________________________________
21940 [  9128] By: jhi                                   on 2001/03/13  22:18:34
21941         Log: Subject: Another patch for integer.pm POD 
21942              From: "John L. Allen" <allen@grumman.com>
21943              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
21944              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
21945      Branch: perl
21946            ! lib/integer.pm
21947 ____________________________________________________________________________
21948 [  9127] By: nick                                  on 2001/03/13  21:26:30
21949         Log: Integrate mainline.
21950      Branch: perlio
21951           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
21952           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
21953           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
21954           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
21955           !> Changes Configure MANIFEST README.os2 README.os390
21956           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
21957           !> os2/Changes patchlevel.h win32/perlhost.h
21958 ____________________________________________________________________________
21959 [  9126] By: nick                                  on 2001/03/13  20:39:51
21960         Log: #ifdef'ed out code to make packed side of pack/unpack
21961              octets. (i.e. pack('U') => encode_utf8).
21962      Branch: perlio
21963            ! pp.c
21964 ____________________________________________________________________________
21965 [  9125] By: jhi                                   on 2001/03/13  15:07:16
21966         Log: Update Changes.
21967      Branch: perl
21968            ! Changes patchlevel.h
21969 ____________________________________________________________________________
21970 [  9124] By: jhi                                   on 2001/03/13  14:22:45
21971         Log: Workaround for the buggy ("internal compiler error")
21972              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
21973              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
21974              of Andreas König.
21975      Branch: perl
21976            ! ext/re/Makefile.PL hints/aix.sh
21977 ____________________________________________________________________________
21978 [  9123] By: jhi                                   on 2001/03/13  03:24:34
21979         Log: Typo in #9114.
21980      Branch: metaconfig
21981            ! U/modified/myhostname.U
21982 ____________________________________________________________________________
21983 [  9122] By: jhi                                   on 2001/03/13  03:24:06
21984         Log: Typo in #9113.
21985      Branch: perl
21986            ! Configure
21987 ____________________________________________________________________________
21988 [  9121] By: jhi                                   on 2001/03/13  01:53:05
21989         Log: Forgot to check-in the larger part of #9120, duh.
21990      Branch: perl
21991            ! README.os2
21992 ____________________________________________________________________________
21993 [  9120] By: jhi                                   on 2001/03/13  01:51:31
21994         Log: Subject: [PATCH 5.6.1] OS/2 docs
21995              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21996              Date: Mon, 12 Mar 2001 03:27:32 -0500
21997              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
21998      Branch: perl
21999            ! os2/Changes
22000 ____________________________________________________________________________
22001 [  9119] By: jhi                                   on 2001/03/13  01:49:41
22002         Log: Integrate change #9116 from maintperl into mainline.
22003              
22004              Win32::GetCwd() returns C: instead of C:\ in the root directory
22005              under ithreads
22006      Branch: perl
22007           !> win32/perlhost.h
22008 ____________________________________________________________________________
22009 [  9118] By: jhi                                   on 2001/03/13  01:13:39
22010         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
22011      Branch: perl
22012            + lib/Switch.pm t/lib/switch.t
22013            ! MANIFEST
22014 ____________________________________________________________________________
22015 [  9117] By: jhi                                   on 2001/03/13  01:03:17
22016         Log: Add Text::Balanced 1.83.
22017      Branch: perl
22018            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
22019            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
22020            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
22021            + t/lib/tb-xvari.t
22022            ! MANIFEST
22023 ____________________________________________________________________________
22024 [  9116] By: gsar                                  on 2001/03/13  00:55:53
22025         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
22026              under ithreads
22027      Branch: maint-5.6/perl
22028            ! win32/perlhost.h
22029 ____________________________________________________________________________
22030 [  9115] By: jhi                                   on 2001/03/13  00:54:09
22031         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
22032              From: "John L. Allen" <allen@grumman.com>
22033              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
22034              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
22035              
22036              use integer document clarification.
22037      Branch: perl
22038            ! lib/integer.pm
22039 ____________________________________________________________________________
22040 [  9114] By: jhi                                   on 2001/03/13  00:38:54
22041         Log: Metaconfig unit change for #9113.
22042      Branch: metaconfig
22043            ! U/modified/myhostname.U
22044 ____________________________________________________________________________
22045 [  9113] By: jhi                                   on 2001/03/13  00:38:35
22046         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?)
22047              From: Peter Prymmer <pvhp@forte.com>
22048              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
22049              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
22050      Branch: perl
22051            ! Configure README.os390 hints/os390.sh
22052 ____________________________________________________________________________
22053 [  9112] By: jhi                                   on 2001/03/13  00:29:00
22054         Log: Integrate perlio.
22055      Branch: perl
22056           !> sv.c utf8.h
22057 ____________________________________________________________________________
22058 [  9111] By: nick                                  on 2001/03/12  21:16:33
22059         Log: Integrate mainline.
22060      Branch: perlio
22061           +> t/op/anonsub.t
22062           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
22063           !> proto.h sv.c
22064 ____________________________________________________________________________
22065 [  9110] By: nick                                  on 2001/03/12  21:00:13
22066         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
22067      Branch: perlio
22068            ! sv.c utf8.h
22069 ____________________________________________________________________________
22070 [  9109] By: jhi                                   on 2001/03/12  16:04:47
22071         Log: Integrate change #9108 from maintperl to mainline.
22072              
22073              fix memory leak in C<sub X { sub {} }> arising from a refcount
22074              loop between the outer sub and the inner prototype anonsub
22075              
22076              this also enables closures returned by subroutines that
22077              subsequently get redefined to work without generating coredumps :)
22078              
22079              completely removed the free_closures() hack--it shouldn't be
22080              needed anymore
22081      Branch: perl
22082           +> t/op/anonsub.t
22083           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
22084           !> proto.h sv.c
22085 ____________________________________________________________________________
22086 [  9108] By: gsar                                  on 2001/03/12  10:21:31
22087         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
22088              loop between the outer sub and the inner prototype anonsub
22089              
22090              this also enables closures returned by subroutines that
22091              subsequently get redefined to work without generating coredumps :)
22092              
22093              completely removed the free_closures() hack--it shouldn't be
22094              needed anymore
22095      Branch: maint-5.6/perl
22096            + t/op/anonsub.t
22097            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
22098            ! proto.h sv.c
22099 ____________________________________________________________________________
22100 [  9107] By: jhi                                   on 2001/03/12  05:15:31
22101         Log: Integrate perlio.
22102      Branch: perl
22103           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
22104 ____________________________________________________________________________
22105 [  9106] By: nick                                  on 2001/03/11  20:10:12
22106         Log: regcomp.c is working in native space, not Unicode space (if different)
22107              as it is doing compare against 'W' in \W etc.
22108      Branch: perlio
22109            ! regcomp.c
22110 ____________________________________________________________________________
22111 [  9105] By: nick                                  on 2001/03/11  19:39:34
22112         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
22113              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
22114      Branch: perlio
22115            ! regcomp.c toke.c utf8.c
22116 ____________________________________________________________________________
22117 [  9104] By: nick                                  on 2001/03/11  18:15:44
22118         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
22119      Branch: perlio
22120            ! sv.c
22121 ____________________________________________________________________________
22122 [  9103] By: nick                                  on 2001/03/11  18:03:28
22123         Log: Integrate mainline (for regexp stuff).
22124      Branch: perlio
22125           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
22126           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
22127           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
22128           !> t/lib/errno.t t/op/pat.t
22129 ____________________________________________________________________________
22130 [  9102] By: nick                                  on 2001/03/11  17:44:20
22131         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
22132              - exclude layer syms in makedef.pl for sfio
22133              - also inhibit Encode from trying to build ":encode()" layer.
22134      Branch: perlio
22135            ! ext/Encode/Encode.xs makedef.pl
22136 ____________________________________________________________________________
22137 [  9101] By: jhi                                   on 2001/03/10  22:38:13
22138         Log: The $Is_MacOS needs to be declared.
22139      Branch: perl
22140            ! lib/ExtUtils/Manifest.pm
22141 ____________________________________________________________________________
22142 [  9100] By: jhi                                   on 2001/03/10  22:14:29
22143         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
22144              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
22145              pollute the symbolspace if using sfio.
22146      Branch: perl
22147            ! ext/Encode/Encode.xs
22148 ____________________________________________________________________________
22149 [  9099] By: jhi                                   on 2001/03/10  21:58:48
22150         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
22151              Date: Sat, 10 Mar 2001 14:23:55 -0500
22152              From: Chris Nandor <pudge@pobox.com>
22153              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
22154      Branch: perl
22155            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
22156            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
22157            ! t/lib/errno.t
22158 ____________________________________________________________________________
22159 [  9098] By: jhi                                   on 2001/03/10  21:38:30
22160         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
22161      Branch: perl
22162            ! regcomp.c regexec.c t/op/pat.t
22163 ____________________________________________________________________________
22164 [  9097] By: jhi                                   on 2001/03/10  14:38:07
22165         Log: Integrate perlio.
22166      Branch: perl
22167           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
22168           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
22169           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
22170 ____________________________________________________________________________
22171 [  9096] By: nick                                  on 2001/03/10  11:55:43
22172         Log: EBCDIC sanity - phase I
22173              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
22174              - use utf8n_xxxx (c.f. pvn) for forms which take length.
22175              - back out vN.N and $^V exceptions to e2a/a2e
22176              - make "locale" isxxx macros be uvchr (may be redundant?)
22177              
22178              Not clear yet that toUPPER_uni et. al. return being handled correctly.
22179              The tr// and rexexp stuff still needs an audit, assumption is they are working
22180              in Unicode space.
22181              
22182              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
22183      Branch: perlio
22184            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
22185            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
22186            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
22187 ____________________________________________________________________________
22188 [  9095] By: jhi                                   on 2001/03/09  22:10:01
22189         Log: Integrate perlio.
22190      Branch: perl
22191           !> dump.c
22192 ____________________________________________________________________________
22193 [  9094] By: nick                                  on 2001/03/09  17:36:38
22194         Log: Builds an passes all tests after integrate and this tweak.
22195      Branch: perlio
22196            ! dump.c
22197 ____________________________________________________________________________
22198 [  9093] By: nick                                  on 2001/03/09  17:16:03
22199         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
22200      Branch: perlio
22201           +> lib/unicode/Scripts.txt t/lib/sigaction.t
22202           !> (integrate 79 files)
22203 ____________________________________________________________________________
22204 [  9092] By: jhi                                   on 2001/03/09  15:28:26
22205         Log: Update Changes.
22206      Branch: perl
22207            ! Changes patchlevel.h
22208 ____________________________________________________________________________
22209 [  9091] By: jhi                                   on 2001/03/09  15:25:05
22210         Log: In op/stat #35 better to scan all the potential directories
22211              for setuids, not just the first one.
22212      Branch: perl
22213            ! t/op/stat.t
22214 ____________________________________________________________________________
22215 [  9090] By: jhi                                   on 2001/03/09  15:01:27
22216         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
22217              From: rspier@pobox.com (Robert Spier)
22218              Date: Fri, 9 Mar 2001 03:30:20 -0500
22219              Message-ID: <15016.38044.381174.160189@rls.cx>
22220              
22221              EXISTS() returning undef mistakenly triggered a FETCH().
22222      Branch: perl
22223            ! hv.c
22224 ____________________________________________________________________________
22225 [  9089] By: jhi                                   on 2001/03/09  14:59:02
22226         Log: Add /sbin and /usr/sbin to the list of directories scanned
22227              for setuid programs.  Takes care of bug id 20010309.003.
22228      Branch: perl
22229            ! t/op/stat.t
22230 ____________________________________________________________________________
22231 [  9088] By: jhi                                   on 2001/03/09  14:48:32
22232         Log: Regen perlapi, perltoc.
22233      Branch: perl
22234            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
22235 ____________________________________________________________________________
22236 [  9087] By: jhi                                   on 2001/03/09  14:38:56
22237         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
22238              From: David Mitchell <davem@fdgroup.co.uk>
22239              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
22240              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
22241      Branch: perl
22242            ! dump.c perl.c perl.h pod/perlrun.pod
22243 ____________________________________________________________________________
22244 [  9086] By: jhi                                   on 2001/03/09  01:47:16
22245         Log: A modified version of
22246              
22247              Subject: [ID 20010307.005] POSIX::sigaction has various problems
22248              From: anders@broadcom.com
22249              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
22250              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
22251              
22252              Currently the sigaction.t test #6 fails (and is fudged to look
22253              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
22254              This may well be a genuine bug in Linux sigaction() (since at
22255              least Tru64, Solaris, and HP-UX disagree with Linux).
22256              Anyone with POSIX / SUSv2 tome handy?  The problem is that
22257              the flags of the oldaction don't match with the flags in
22258              the previously installed disposition.
22259      Branch: perl
22260            + t/lib/sigaction.t
22261            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
22262 ____________________________________________________________________________
22263 [  9085] By: jhi                                   on 2001/03/09  01:30:13
22264         Log: Subject: Re: mission impossible for the day
22265              From: Alex Gough <alex@rcon.org>
22266              Date: Thu, 08 Mar 2001 17:18:19 +0000
22267              Message-ID: <3AA7BEDB.8070409@rcon.org>
22268              
22269              If references (are overloaded) and can be directly stringified,
22270              show that instead of "stringified".
22271              
22272              (The problem, infinite mutual recursion caused by overloaded bool
22273              in Switch.pm, tracked by David Mitchell)
22274      Branch: perl
22275            ! lib/Carp/Heavy.pm
22276 ____________________________________________________________________________
22277 [  9084] By: jhi                                   on 2001/03/09  01:20:39
22278         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
22279              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
22280              From: David Mitchell <davem@fdgroup.co.uk>
22281              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
22282      Branch: perl
22283            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
22284            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
22285 ____________________________________________________________________________
22286 [  9083] By: jhi                                   on 2001/03/09  01:16:51
22287         Log: Subject: [PATCH] perldata.pod here-doc docs
22288              From: Jeff Pinyan <jeffp@crusoe.net>
22289              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
22290              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
22291      Branch: perl
22292            ! pod/perldata.pod
22293 ____________________________________________________________________________
22294 [  9082] By: jhi                                   on 2001/03/09  01:01:27
22295         Log: Subject: Re: Unicode/EBCDIC
22296              From: Peter Prymmer <pvhp@forte.com>
22297              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
22298              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
22299      Branch: perl
22300            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
22301 ____________________________________________________________________________
22302 [  9081] By: jhi                                   on 2001/03/08  13:41:30
22303         Log: Subject: Ooops, wrong 'no *POSIX' Patch
22304              From: Dorner Thomas <Thomas.Dorner@start.de>
22305              Date: Thu, 8 Mar 2001 08:43:28 +0100
22306              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
22307      Branch: perl
22308            ! hints/posix-bc.sh
22309 ____________________________________________________________________________
22310 [  9080] By: jhi                                   on 2001/03/08  13:11:42
22311         Log: It's Scripts.txt, not Script.txt.
22312      Branch: perl
22313            ! MANIFEST
22314 ____________________________________________________________________________
22315 [  9079] By: jhi                                   on 2001/03/08  12:59:05
22316         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
22317              From: Dorner Thomas <Thomas.Dorner@start.de>
22318              Date: Wed, 7 Mar 2001 14:13:31 +0100
22319              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
22320      Branch: perl
22321            ! makedepend.SH
22322 ____________________________________________________________________________
22323 [  9078] By: jhi                                   on 2001/03/08  12:57:43
22324         Log: Retract #9069, wrong patch.
22325      Branch: perl
22326            ! Makefile.SH
22327 ____________________________________________________________________________
22328 [  9077] By: jhi                                   on 2001/03/08  01:06:13
22329         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
22330      Branch: perl
22331            + lib/unicode/Scripts.txt
22332            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
22333            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
22334            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
22335            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
22336            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
22337            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
22338            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
22339            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
22340            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
22341            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
22342            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
22343            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
22344            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
22345            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
22346            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
22347            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
22348            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
22349            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
22350            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
22351            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
22352            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
22353            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
22354            ! lib/unicode/version
22355 ____________________________________________________________________________
22356 [  9076] By: jhi                                   on 2001/03/07  22:59:39
22357         Log: Integrate change #7784 from mainline into maintperl.
22358              
22359              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
22360      Branch: maint-5.6/perl
22361           !> pp_ctl.c t/op/pat.t
22362 ____________________________________________________________________________
22363 [  9075] By: jhi                                   on 2001/03/07  22:05:11
22364         Log: More UTF-8 test tweaks.
22365      Branch: perl
22366            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
22367 ____________________________________________________________________________
22368 [  9074] By: nick                                  on 2001/03/07  21:39:29
22369         Log: Integrate mainline.
22370      Branch: perlio
22371           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
22372           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
22373           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
22374           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
22375           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
22376 ____________________________________________________________________________
22377 [  9073] By: jhi                                   on 2001/03/07  16:37:09
22378         Log: Update Changes.
22379      Branch: perl
22380            ! Changes patchlevel.h
22381 ____________________________________________________________________________
22382 [  9072] By: jhi                                   on 2001/03/07  16:32:30
22383         Log: Subject: [ID 20010306.004] || != named unary operator
22384              From: abela@geneanet.org
22385              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
22386              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
22387      Branch: perl
22388            ! pod/perlop.pod
22389 ____________________________________________________________________________
22390 [  9071] By: jhi                                   on 2001/03/07  15:14:11
22391         Log: Subject: downgrading to bytes for common functions
22392              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
22393              Date: Wed, 7 Mar 2001 02:36:55 -0500
22394              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
22395      Branch: perl
22396            ! pp_sys.c
22397 ____________________________________________________________________________
22398 [  9070] By: jhi                                   on 2001/03/07  15:04:58
22399         Log: Clarify the description differentiating for and while; inspired by
22400              
22401              Subject: [ID 20010306.002] for/while difference in for definition
22402              From: abela@geneanet.org
22403              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
22404              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
22405      Branch: perl
22406            ! pod/perlsyn.pod
22407 ____________________________________________________________________________
22408 [  9069] By: jhi                                   on 2001/03/07  14:55:30
22409         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
22410              From: Dorner Thomas <Thomas.Dorner@start.de>
22411              Date: Wed, 7 Mar 2001 14:13:31 +0100
22412              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
22413      Branch: perl
22414            ! Makefile.SH
22415 ____________________________________________________________________________
22416 [  9068] By: jhi                                   on 2001/03/07  14:51:17
22417         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
22418              From: Radu Greab <radu@netsoft.ro>
22419              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
22420              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
22421      Branch: perl
22422            ! pp.c t/op/chop.t
22423 ____________________________________________________________________________
22424 [  9067] By: jhi                                   on 2001/03/07  14:48:57
22425         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
22426              From: Simon Cozens <simon@netthink.co.uk>
22427              Date: Wed, 7 Mar 2001 13:59:28 +0000
22428              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
22429              
22430              In order to allow MakeMaker to build correct Makefiles,
22431              you need to change the order of the arguments in MM_Unix.pm
22432              as well. (Unless you have C89_CCMODE set, but we're trying
22433              to be POSIXly correct)
22434              
22435              Thanks to Merijn Broeren for tracking this down.
22436      Branch: perl
22437            ! lib/ExtUtils/MM_Unix.pm
22438 ____________________________________________________________________________
22439 [  9066] By: jhi                                   on 2001/03/07  14:30:02
22440         Log: Floating point too messy.
22441      Branch: perl
22442            ! t/camel-III/vstring.t
22443 ____________________________________________________________________________
22444 [  9065] By: jhi                                   on 2001/03/07  14:17:44
22445         Log: Integrate change #9064 from maintperl into mainline.
22446              
22447              fix memory leak in pack("Bb",...)
22448      Branch: perl
22449           !> perl.c
22450 ____________________________________________________________________________
22451 [  9064] By: gsar                                  on 2001/03/07  06:29:24
22452         Log: fix memory leak in pack("Bb",...)
22453      Branch: maint-5.6/perl
22454            ! perl.c
22455 ____________________________________________________________________________
22456 [  9063] By: jhi                                   on 2001/03/07  00:55:04
22457         Log: Major utf8 test reorganisation and rewrite.
22458              Hopefully no tests were lost in the shuffle.
22459              (The beginning of pragma/utf8 was lost intentionally,
22460              the tests were rather bogus and incomplete.)
22461      Branch: perl
22462            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
22463            ! t/pragma/utf8.t
22464 ____________________________________________________________________________
22465 [  9062] By: jhi                                   on 2001/03/07  00:41:16
22466         Log: More tweakage on the Unicode character class descriptions.
22467      Branch: perl
22468            ! lib/unicode/mktables.PL pod/perlretut.pod
22469 ____________________________________________________________________________
22470 [  9061] By: jhi                                   on 2001/03/06  23:12:38
22471         Log: The perlretut was still talking about the old \p and \P
22472              definitions.
22473      Branch: perl
22474            ! pod/perlretut.pod
22475 ____________________________________________________________________________
22476 [  9060] By: nick                                  on 2001/03/06  20:52:37
22477         Log: Integrate mainline (make test works again now).
22478      Branch: perlio
22479           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
22480 ____________________________________________________________________________
22481 [  9059] By: jhi                                   on 2001/03/06  15:36:14
22482         Log: 0.999... does equal 1.0, doesn't it?
22483      Branch: perl
22484            ! t/camel-III/vstring.t
22485 ____________________________________________________________________________
22486 [  9058] By: jhi                                   on 2001/03/06  15:34:00
22487         Log: Make /x{abcd}/ to work without use utf8.
22488      Branch: perl
22489            ! regcomp.c
22490 ____________________________________________________________________________
22491 [  9057] By: jhi                                   on 2001/03/06  03:02:36
22492         Log: Easier to outcomment all the three reset() tests for now.
22493      Branch: perl
22494            ! t/op/pat.t
22495 ____________________________________________________________________________
22496 [  9056] By: jhi                                   on 2001/03/06  02:30:02
22497         Log: Comment out the deadly reset; until the 20010301.005
22498              is finally fixed.
22499      Branch: perl
22500            ! t/op/pat.t
22501 ____________________________________________________________________________
22502 [  9055] By: jhi                                   on 2001/03/06  02:21:26
22503         Log: Integrate the change #9054 from mainline:
22504              retract the PMOP cleanup patch pending further investigation.
22505      Branch: maint-5.6/perl
22506           !> op.c op.h
22507 ____________________________________________________________________________
22508 [  9054] By: jhi                                   on 2001/03/06  02:19:57
22509         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
22510              with oddly familiar stack traces.
22511      Branch: perl
22512            ! op.c op.h
22513 ____________________________________________________________________________
22514 [  9053] By: jhi                                   on 2001/03/05  23:20:28
22515         Log: Integrate perlio.
22516      Branch: perl
22517           +> ext/Encode/Encode/koi8-r.ucm
22518           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
22519           !> makedef.pl
22520 ____________________________________________________________________________
22521 [  9052] By: nick                                  on 2001/03/05  23:08:17
22522         Log: skipping USE_PERLIO symbols correction.
22523      Branch: perlio
22524            ! makedef.pl
22525 ____________________________________________________________________________
22526 [  9051] By: nick                                  on 2001/03/05  22:35:07
22527         Log: More Encode alias tidying.
22528      Branch: perlio
22529            + ext/Encode/Encode/koi8-r.ucm
22530            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
22531 ____________________________________________________________________________
22532 [  9050] By: jhi                                   on 2001/03/05  21:44:29
22533         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
22534              Sarathy's fix for ID 20010301.005.
22535      Branch: maint-5.6/perl
22536           !> op.c op.h
22537 ____________________________________________________________________________
22538 [  9049] By: nick                                  on 2001/03/05  19:54:04
22539         Log: Integrate Jarkko's Encode.pm tweak.
22540      Branch: perlio
22541           !> ext/Encode/Encode.pm
22542 ____________________________________________________________________________
22543 [  9048] By: nick                                  on 2001/03/05  19:47:57
22544         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
22545      Branch: perlio
22546           +> os2/os2add.sym
22547           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
22548           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
22549           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
22550           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
22551           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
22552 ____________________________________________________________________________
22553 [  9047] By: jhi                                   on 2001/03/05  19:25:26
22554         Log: Regen perlapi.
22555      Branch: perl
22556            ! pod/perlapi.pod
22557 ____________________________________________________________________________
22558 [  9046] By: jhi                                   on 2001/03/05  19:12:14
22559         Log: Integrate perlio.
22560      Branch: perl
22561           +> t/camel-III/vstring.t
22562           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
22563 ____________________________________________________________________________
22564 [  9045] By: jhi                                   on 2001/03/05  19:10:36
22565         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
22566      Branch: perl
22567            ! ext/Encode/Encode.pm
22568 ____________________________________________________________________________
22569 [  9044] By: jhi                                   on 2001/03/05  18:49:12
22570         Log: Forgot the other half of the PMOP patch (#9033).
22571      Branch: perl
22572            ! op.h
22573 ____________________________________________________________________________
22574 [  9043] By: nick                                  on 2001/03/05  18:14:47
22575         Log: Update MANIFEST for new test.
22576      Branch: perlio
22577            ! MANIFEST
22578 ____________________________________________________________________________
22579 [  9042] By: nick                                  on 2001/03/05  18:12:41
22580         Log: Some tests for Camel 3rd edition features.
22581              Make gethostbyaddr() test in above work.
22582      Branch: perlio
22583            + t/camel-III/vstring.t
22584            ! pp.h pp_sys.c t/TEST t/harness
22585 ____________________________________________________________________________
22586 [  9041] By: jhi                                   on 2001/03/05  17:41:48
22587         Log: Add more ISO 8859 encoding aliases.
22588      Branch: perl
22589            ! ext/Encode/Encode.pm
22590 ____________________________________________________________________________
22591 [  9040] By: jhi                                   on 2001/03/05  17:30:43
22592         Log: Integrate perlio.
22593      Branch: perl
22594           !> MANIFEST sv.c
22595 ____________________________________________________________________________
22596 [  9039] By: nick                                  on 2001/03/05  17:11:36
22597         Log: Missed added file.
22598      Branch: perlio
22599            ! MANIFEST
22600 ____________________________________________________________________________
22601 [  9038] By: jhi                                   on 2001/03/05  15:58:01
22602         Log: Add tr tests for EBCDIC, from Karsten Sperling.
22603      Branch: perl
22604            ! t/op/tr.t
22605 ____________________________________________________________________________
22606 [  9037] By: nick                                  on 2001/03/05  15:56:35
22607         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
22608              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
22609              
22610              Make SvPVbyte*() symetric with respect to SvPVutf8*() in that:
22611              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
22612              - uses SvPV() rather than sv_2pv() in case it isn't a string.
22613      Branch: perlio
22614            ! sv.c
22615 ____________________________________________________________________________
22616 [  9036] By: jhi                                   on 2001/03/05  15:49:15
22617         Log: Add matching tests currently failing in EBCDIC,
22618              suggested by Karsten Sperling.
22619      Branch: perl
22620            ! t/op/pat.t
22621 ____________________________________________________________________________
22622 [  9035] By: jhi                                   on 2001/03/05  15:36:55
22623         Log: The #9034 needs a MANIFESTation.
22624      Branch: perl
22625            ! MANIFEST
22626 ____________________________________________________________________________
22627 [  9034] By: jhi                                   on 2001/03/05  15:35:14
22628         Log: Integrate perlio.
22629      Branch: perl
22630           +> ext/Encode/Encode/Tcl.pm
22631           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
22632           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
22633           !> ext/Encode/Encode/iso8859-1.ucm
22634           !> ext/Encode/Encode/iso8859-10.ucm
22635           !> ext/Encode/Encode/iso8859-13.ucm
22636           !> ext/Encode/Encode/iso8859-14.ucm
22637           !> ext/Encode/Encode/iso8859-15.ucm
22638           !> ext/Encode/Encode/iso8859-16.ucm
22639           !> ext/Encode/Encode/iso8859-2.ucm
22640           !> ext/Encode/Encode/iso8859-3.ucm
22641           !> ext/Encode/Encode/iso8859-4.ucm
22642           !> ext/Encode/Encode/iso8859-5.ucm
22643           !> ext/Encode/Encode/iso8859-6.ucm
22644           !> ext/Encode/Encode/iso8859-7.ucm
22645           !> ext/Encode/Encode/iso8859-8.ucm
22646           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
22647           !> t/lib/encode.t
22648 ____________________________________________________________________________
22649 [  9033] By: jhi                                   on 2001/03/05  15:33:18
22650         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
22651              From: Gurusamy Sarathy <gsar@ActiveState.com>
22652              Date: Sun, 04 Mar 2001 22:33:15 -0800
22653              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
22654              
22655              PMOPs need to remember their own stash so that they can
22656              gracefully remove themselves from their linked list.
22657      Branch: perl
22658            ! op.c
22659 ____________________________________________________________________________
22660 [  9032] By: nick                                  on 2001/03/05  14:51:50
22661         Log: Encode implementation "completion"
22662              Implement and document define_encoding()
22663              Implement and document encoding aliases including define_alias()
22664              Make Encode::XS use define_encoding() rather than back-door.
22665              Move run-time *.enc to separate Encode::Tcl module.
22666              Make 'compile' honour <codeset_name>
22667              Change canonical names of to iso-8859-* and US-ascii.
22668      Branch: perlio
22669            + ext/Encode/Encode/Tcl.pm
22670            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
22671            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
22672            ! ext/Encode/Encode/iso8859-1.ucm
22673            ! ext/Encode/Encode/iso8859-10.ucm
22674            ! ext/Encode/Encode/iso8859-13.ucm
22675            ! ext/Encode/Encode/iso8859-14.ucm
22676            ! ext/Encode/Encode/iso8859-15.ucm
22677            ! ext/Encode/Encode/iso8859-16.ucm
22678            ! ext/Encode/Encode/iso8859-2.ucm
22679            ! ext/Encode/Encode/iso8859-3.ucm
22680            ! ext/Encode/Encode/iso8859-4.ucm
22681            ! ext/Encode/Encode/iso8859-5.ucm
22682            ! ext/Encode/Encode/iso8859-6.ucm
22683            ! ext/Encode/Encode/iso8859-7.ucm
22684            ! ext/Encode/Encode/iso8859-8.ucm
22685            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
22686            ! t/lib/encode.t
22687 ____________________________________________________________________________
22688 [  9031] By: jhi                                   on 2001/03/05  13:51:17
22689         Log: Integrate change #9030 from maintperl into mainline.
22690              
22691              Subject: [PATCH 5.6.1] OS/2 cleanup
22692      Branch: perl
22693           +> os2/os2add.sym
22694           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
22695           !> makedef.pl os2/Changes os2/Makefile.SHs
22696           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
22697           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
22698           !> os2/os2.sym os2/os2ish.h
22699 ____________________________________________________________________________
22700 [  9030] By: jhi                                   on 2001/03/05  13:46:49
22701         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
22702              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22703              Date: Mon, 5 Mar 2001 02:29:44 -0500
22704              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
22705      Branch: maint-5.6/perl
22706            + os2/os2add.sym
22707            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
22708            ! makedef.pl os2/Changes os2/Makefile.SHs
22709            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
22710            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
22711            ! os2/os2.sym os2/os2ish.h
22712 ____________________________________________________________________________
22713 [  9029] By: jhi                                   on 2001/03/05  13:40:35
22714         Log: Integrate change #9028 from maintperl into mainline.
22715              
22716              various nits in MM_Unix.pm found by disabling SelfLoader
22717      Branch: perl
22718           !> lib/ExtUtils/MM_Unix.pm
22719 ____________________________________________________________________________
22720 [  9028] By: gsar                                  on 2001/03/05  09:58:38
22721         Log: various nits in MM_Unix.pm found by disabling SelfLoader
22722      Branch: maint-5.6/perl
22723            ! lib/ExtUtils/MM_Unix.pm
22724 ____________________________________________________________________________
22725 [  9027] By: nick                                  on 2001/03/05  08:35:22
22726         Log: Integrate mainline
22727      Branch: perlio
22728           !> (integrate 28 files)
22729 ____________________________________________________________________________
22730 [  9026] By: jhi                                   on 2001/03/05  02:14:59
22731         Log: Integrate change #9025 from mainline to maintperl,
22732              retract \N{U+HHHH}.
22733      Branch: maint-5.6/perl
22734           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
22735           !> t/lib/charnames.t toke.c
22736 ____________________________________________________________________________
22737 [  9025] By: jhi                                   on 2001/03/05  02:13:09
22738         Log: Retracting \N{U+HHHH}.
22739      Branch: perl
22740            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
22741            ! t/lib/charnames.t toke.c
22742 ____________________________________________________________________________
22743 [  9024] By: jhi                                   on 2001/03/04  20:51:07
22744         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
22745              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
22746              Date: Fri, 02 Mar 2001 18:25:26 +0100
22747              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
22748              
22749              Casting problem.
22750      Branch: perl
22751            ! ext/Storable/Storable.xs
22752 ____________________________________________________________________________
22753 [  9023] By: jhi                                   on 2001/03/04  19:46:45
22754         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
22755              From: nick@talking.bollo.cx
22756              Date: Sat, 03 Mar 2001 21:41:33 +0000
22757              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
22758              
22759              Revert the workaround.
22760      Branch: perl
22761            ! perlio.c
22762 ____________________________________________________________________________
22763 [  9022] By: jhi                                   on 2001/03/04  19:36:28
22764         Log: Update Changes.
22765      Branch: perl
22766            ! Changes patchlevel.h
22767 ____________________________________________________________________________
22768 [  9021] By: jhi                                   on 2001/03/04  18:41:00
22769         Log: makedef.pl updates suggested by Chris Nandor; double-checking
22770              the changes in AIX, OS/2 Win32 would be nice.
22771      Branch: perl
22772            ! makedef.pl
22773 ____________________________________________________________________________
22774 [  9020] By: jhi                                   on 2001/03/04  18:23:58
22775         Log: Integrate change #9012 from maintperl into mainline,
22776              quench a compiler warning.
22777      Branch: perl
22778           !> toke.c
22779 ____________________________________________________________________________
22780 [  9019] By: jhi                                   on 2001/03/04  18:18:43
22781         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
22782              
22783              \N{U+HHHH} fix.
22784              
22785              pattern in G_ARRAY context
22786      Branch: maint-5.6/perl
22787           !> pp_hot.c t/op/pat.t toke.c
22788 ____________________________________________________________________________
22789 [  9018] By: jhi                                   on 2001/03/04  18:07:48
22790         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
22791              From: Jeff Pinyan <jeffp@crusoe.net>
22792              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
22793              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
22794      Branch: perl
22795            ! pp_hot.c t/op/pat.t
22796 ____________________________________________________________________________
22797 [  9017] By: jhi                                   on 2001/03/04  18:06:21
22798         Log: I thought I tested the #9014.
22799      Branch: perl
22800            ! toke.c
22801 ____________________________________________________________________________
22802 [  9016] By: jhi                                   on 2001/03/04  17:41:22
22803         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
22804              
22805              Tweak the get*ent() OS/2 prototypes.
22806              
22807              Add the \N{U+HHHH} syntax.
22808              
22809              More tr/// UTF-8 fixes from Inaba Hiroto.
22810      Branch: maint-5.6/perl
22811           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
22812           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
22813 ____________________________________________________________________________
22814 [  9015] By: jhi                                   on 2001/03/04  17:36:04
22815         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
22816      Branch: perl
22817            ! doop.c t/op/tr.t
22818 ____________________________________________________________________________
22819 [  9014] By: jhi                                   on 2001/03/04  17:24:49
22820         Log: Add the \N{U+HHHH} syntax.
22821      Branch: perl
22822            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
22823            ! t/lib/charnames.t toke.c
22824 ____________________________________________________________________________
22825 [  9013] By: jhi                                   on 2001/03/04  17:20:45
22826         Log: Tweak the get*ent() OS/2 prototypes.
22827      Branch: perl
22828            ! os2/os2.c
22829 ____________________________________________________________________________
22830 [  9012] By: gsar                                  on 2001/03/04  06:26:14
22831         Log: avoid warning (nit in change#9009)
22832      Branch: maint-5.6/perl
22833            ! toke.c
22834 ____________________________________________________________________________
22835 [  9011] By: gsar                                  on 2001/03/04  06:15:24
22836         Log: lib/charnames.t fails in 5.6.x because of older Unicode
22837              data
22838              
22839              TODO: need to revisit this after updating lib/unicode/...
22840      Branch: maint-5.6/perl
22841            ! t/lib/charnames.t
22842 ____________________________________________________________________________
22843 [  9010] By: gsar                                  on 2001/03/04  06:08:36
22844         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
22845      Branch: maint-5.6/perl
22846            ! toke.c
22847 ____________________________________________________________________________
22848 [  9009] By: jhi                                   on 2001/03/03  19:27:20
22849         Log: Integrate change #9008 from mainline to maintperl,
22850              UTF-8 tr/// fixes from Inaba Hiroto.
22851      Branch: maint-5.6/perl
22852           !> doop.c op.c t/op/tr.t toke.c
22853 ____________________________________________________________________________
22854 [  9008] By: jhi                                   on 2001/03/03  19:19:42
22855         Log: UTF8 tr/// fixes from Inaba Hiroto.
22856      Branch: perl
22857            ! doop.c op.c t/op/tr.t toke.c
22858 ____________________________________________________________________________
22859 [  9007] By: jhi                                   on 2001/03/03  19:00:30
22860         Log: Integrate change #9006 from maintperl to mainline,
22861              more robust quest for the infinite.
22862      Branch: perl
22863           !> lib/Math/Complex.pm
22864 ____________________________________________________________________________
22865 [  9006] By: jhi                                   on 2001/03/03  18:58:06
22866         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
22867              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22868              Date: Sat, 3 Mar 2001 12:51:50 -0500
22869              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
22870              
22871              Be more robust in our quest for the infinite.
22872      Branch: maint-5.6/perl
22873            ! lib/Math/Complex.pm
22874 ____________________________________________________________________________
22875 [  9005] By: jhi                                   on 2001/03/03  17:55:50
22876         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
22877      Branch: maint-5.6/perl
22878            ! doio.c
22879 ____________________________________________________________________________
22880 [  9004] By: jhi                                   on 2001/03/03  17:40:14
22881         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
22882              so that picky compilers like IRIX won't get huffy about
22883              "statements without effect" (like 1;).
22884      Branch: perl
22885            ! toke.c
22886 ____________________________________________________________________________
22887 [  9003] By: jhi                                   on 2001/03/03  17:15:52
22888         Log: Integrate change #9002 from mainline to maintperl.
22889              
22890              Subject: [perl-5.6.x, perl-current] accept for EPOC
22891      Branch: maint-5.6/perl
22892           !> pp_sys.c
22893 ____________________________________________________________________________
22894 [  9002] By: jhi                                   on 2001/03/03  17:14:30
22895         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
22896              From: Olaf Flebbe <O.Flebbe@science-computing.de>
22897              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
22898              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
22899      Branch: perl
22900            ! pp_sys.c
22901 ____________________________________________________________________________
22902 [  9001] By: jhi                                   on 2001/03/03  17:13:13
22903         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
22904              From: "Craig A. Berry" <craigberry@mac.com>
22905              Date: Fri, 02 Mar 2001 17:44:40 -0600
22906              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
22907      Branch: perl
22908            ! t/pod/find.t
22909 ____________________________________________________________________________
22910 [  9000] By: jhi                                   on 2001/03/03  17:11:55
22911         Log: Integrate changes #8997,8999 from maintperl.
22912              
22913              Subject: [PATCH 5.6.1] compiling on OS/2
22914              (Better error message from hints/os2.sh)
22915              
22916              Subject: [PATCH 5.6.1] syslog.t
22917      Branch: perl
22918           !> hints/os2.sh t/lib/syslog.t
22919 ____________________________________________________________________________
22920 [  8999] By: jhi                                   on 2001/03/03  17:09:28
22921         Log: Subject: [PATCH 5.6.1] syslog.t
22922              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22923              Date: Sat, 3 Mar 2001 02:11:17 -0500
22924              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
22925      Branch: maint-5.6/perl
22926            ! t/lib/syslog.t
22927 ____________________________________________________________________________
22928 [  8998] By: jhi                                   on 2001/03/03  17:07:50
22929         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
22930              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22931              Date: Sat, 3 Mar 2001 01:53:52 -0500
22932              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
22933      Branch: maint-5.6/perl
22934            ! opcode.pl os2/os2.c
22935 ____________________________________________________________________________
22936 [  8997] By: jhi                                   on 2001/03/03  17:03:30
22937         Log: Subject: [PATCH 5.6.1] compiling on OS/2
22938              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22939              Date: Sat, 3 Mar 2001 01:59:59 -0500
22940              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
22941      Branch: maint-5.6/perl
22942            ! hints/os2.sh
22943 ____________________________________________________________________________
22944 [  8996] By: jhi                                   on 2001/03/03  00:55:58
22945         Log: Regen files for mainline.
22946      Branch: perl
22947            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
22948            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
22949 ____________________________________________________________________________
22950 [  8995] By: jhi                                   on 2001/03/03  00:35:22
22951         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
22952              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
22953              to maintperl.
22954              
22955              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
22956              
22957              Add Configure option -Dmksymlinks which will create a symlink
22958              forest if the current/build differs from the source directory.
22959              (8218,8220,8221,8317,8318,8971)
22960              
22961              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
22962              (Document APPLLIB_EXP in INSTALL.)
22963              
22964              If running byacc write-enable also perly.h.
22965              
22966              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
22967              
22968              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
22969              
22970              Sanity check for conflicting thread flavours.
22971              
22972              Fix the sys/fcntl.h problem reported by Peter Prymmer.
22973              
22974              Add few CPUs/architectures to the Cppsym scan,
22975              add -perlio to archname if so selected (modified 8890)
22976              
22977              Be more helpful for devel builders, suggested by John L. Allen.
22978              (admittedly pointless change for maintperl, but the usedevel
22979              code is there already)
22980      Branch: maint-5.6/perl
22981           !> Configure INSTALL Makefile.SH Porting/Glossary
22982           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
22983           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
22984           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
22985           !> win32/config.bc win32/config.gc win32/config.vc
22986 ____________________________________________________________________________
22987 [  8994] By: jhi                                   on 2001/03/02  23:31:41
22988         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
22989      Branch: metaconfig/U/perl
22990            ! gccvers.U
22991 ____________________________________________________________________________
22992 [  8993] By: jhi                                   on 2001/03/02  23:22:12
22993         Log: Regenerate various files for maint.
22994      Branch: maint-5.6/perl
22995            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
22996            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
22997 ____________________________________________________________________________
22998 [  8992] By: alanbur                               on 2001/03/02  22:48:34
22999         Log: Resync wuth parent
23000      Branch: maint-5.6/pureperl
23001           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
23002           !> (integrate 60 files)
23003 ____________________________________________________________________________
23004 [  8991] By: jhi                                   on 2001/03/02  21:00:08
23005         Log: Retract the #8742 part of #8986, backward compat.
23006      Branch: maint-5.6/perl
23007            ! embed.pl
23008 ____________________________________________________________________________
23009 [  8990] By: jhi                                   on 2001/03/02  20:40:07
23010         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
23011      Branch: maint-5.6/perl
23012            ! hv.c
23013 ____________________________________________________________________________
23014 [  8989] By: jhi                                   on 2001/03/02  19:59:56
23015         Log: Update Changes.
23016      Branch: perl
23017            ! Changes patchlevel.h
23018 ____________________________________________________________________________
23019 [  8988] By: jhi                                   on 2001/03/02  19:57:08
23020         Log: Integrate perlio.
23021      Branch: perl
23022           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
23023           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
23024           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
23025           !> ext/Encode/Encode/iso8859-10.ucm
23026           !> ext/Encode/Encode/iso8859-13.ucm
23027           !> ext/Encode/Encode/iso8859-14.ucm
23028           !> ext/Encode/Encode/iso8859-15.ucm
23029           !> ext/Encode/Encode/iso8859-16.ucm
23030           !> ext/Encode/Encode/iso8859-2.ucm
23031           !> ext/Encode/Encode/iso8859-3.ucm
23032           !> ext/Encode/Encode/iso8859-4.ucm
23033           !> ext/Encode/Encode/iso8859-5.ucm
23034           !> ext/Encode/Encode/iso8859-6.ucm
23035           !> ext/Encode/Encode/iso8859-7.ucm
23036           !> ext/Encode/Encode/iso8859-8.ucm
23037           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
23038           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
23039 ____________________________________________________________________________
23040 [  8987] By: jhi                                   on 2001/03/02  19:43:40
23041         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
23042              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
23043              8950,8952,8955 from mainline to maintperl.
23044              
23045              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
23046              
23047              Put to rest the 20010205.001, the email address checking (not) regex.
23048              
23049              fork() not everywhere, cleanup temp files.
23050              
23051              The #8843 wasn't quite right: %Config needs to imported.
23052              
23053              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
23054              (#8849: the glob-basic hunk needed massaging as it depended
23055              on Schwern's large-scale (unintegrated) patches)
23056              
23057              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
23058              
23059              Upgrade to CGI.pm 2.752, from Lincoln Stein.
23060              (Note: there were some conflicts due to EBCDIC and EPOC
23061              patches, in general I preferred the repository code.)
23062              (When 2.753 comes out, we need to synchronize.)
23063              
23064              Subject: [PATCH] fix for charnames above FFFF
23065              
23066              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
23067              
23068              If no sfio, no -lsfio.
23069              
23070              Run run/*.t also in minitest.
23071              
23072              Subject:  [PATCH perl 5.7.0] malloc message address offset
23073              
23074              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
23075              
23076              Subject: fix for parameter -Dm (for perl@8867)
23077              
23078              Subject: [PATCH: perl@8892] was Re: hashing order difference?
23079              (make the test more portable)
23080              
23081              Subject: Re: [PATCH] fix for charnames above FFFF
23082              
23083              Subject: Re: I'm losing the war...
23084              (hv_store() not working correctly in ENV_IS_CASELESS case.)
23085              
23086              Subject: Modified README.bs2000 
23087              
23088              Subject: [PATCH: perl@8935] -Dt padsv($var)
23089              
23090              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
23091              
23092              Subject: PATCH: extra tests to check on negative float to unsigned cast
23093              
23094              Subject: [PATCH] XPUSH[insp] was Re: progress
23095              
23096              Subject: Re: Compile with perlcc..
23097      Branch: maint-5.6/perl
23098           !> (integrate 36 files)
23099 ____________________________________________________________________________
23100 [  8986] By: jhi                                   on 2001/03/02  18:51:25
23101         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
23102              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
23103              to maintperl.
23104              
23105              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
23106              
23107              Subject: [DOC PATCH] overload.pm nits
23108              
23109              Add header for LIB$ prototypes (C. Berry)
23110              
23111              Convert fwrite()s to sockets to write()s, since some socket stacks
23112              don't take kindly to stdio.
23113              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
23114              (for often optional LNMs)
23115              Correct a few typos
23116              (C. Bailey)
23117              
23118              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
23119              
23120              De-cut-and-pasto.
23121              
23122              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
23123              
23124              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
23125              
23126              Upgrade to CPAN 1.59_54, from Andreas König.
23127              
23128              Bogus shebang.
23129              
23130              Subject: [PATCH] Document makepatch in Porting/patching
23131              
23132              UTF-8 documentation.
23133              
23134              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
23135              
23136              Sort the MANIFEST.
23137              
23138              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
23139              
23140              Subject: [PATCH @8807] toke.c cleanup: scan_str()
23141              
23142              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
23143              
23144              Add run/*.t to testables.
23145              
23146              TODO: integrate #8784.
23147      Branch: maint-5.6/perl
23148           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
23149           !> (integrate 28 files)
23150 ____________________________________________________________________________
23151 [  8985] By: nick                                  on 2001/03/02  18:15:45
23152         Log: Integrate mainline
23153      Branch: perlio
23154           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
23155           !> vms/vms.c
23156 ____________________________________________________________________________
23157 [  8984] By: jhi                                   on 2001/03/02  16:00:17
23158         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
23159              
23160              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
23161              5.004_05, and mention the suidperl August 2000 security problem.
23162              (#8978,#8981)
23163              
23164              Subject: [ID 20010301.004] Technically speaking in perldata
23165              
23166              Subject: [PATCH] File::Copy for bleadperl, maintperl
23167              
23168              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
23169              
23170              (The #8982, fix for 20010221.005 and 20010221.008,
23171              would be nice too but it didn't integrate cleanly.)
23172      Branch: maint-5.6/perl
23173           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
23174 ____________________________________________________________________________
23175 [  8983] By: jhi                                   on 2001/03/02  15:51:16
23176         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
23177              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
23178              Date:     Thu, 1 Mar 2001 15:54:09 EST
23179              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
23180      Branch: perl
23181            ! vms/vms.c
23182 ____________________________________________________________________________
23183 [  8982] By: jhi                                   on 2001/03/02  15:43:31
23184         Log: Subject: Re: sync sync sync: have I missed any patches?
23185              From: Radu Greab <radu@netsoft.ro> 
23186              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
23187              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
23188              
23189              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
23190              was checking argv[0] regardless of whether a different pathname
23191              will actually be executed."  Test case not supplied because 
23192              drafting that, ironically enough, revealed another bug
23193              (or a feature).
23194      Branch: perl
23195            ! doio.c
23196 ____________________________________________________________________________
23197 [  8981] By: jhi                                   on 2001/03/02  15:28:03
23198         Log: Misdate in #8978.
23199      Branch: perl
23200            ! pod/perlfaq1.pod
23201 ____________________________________________________________________________
23202 [  8980] By: jhi                                   on 2001/03/02  15:24:20
23203         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
23204              From: Chris Nandor <pudge@pobox.com>
23205              Date: Wed, 28 Feb 2001 22:10:15 -0500
23206              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
23207      Branch: perl
23208            ! lib/File/Copy.pm
23209 ____________________________________________________________________________
23210 [  8979] By: jhi                                   on 2001/03/02  15:17:16
23211         Log: Subject: [ID 20010301.004] Technically speaking in perldata
23212              From: abela@geneanet.org
23213              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
23214              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
23215      Branch: perl
23216            ! pod/perldata.pod
23217 ____________________________________________________________________________
23218 [  8978] By: jhi                                   on 2001/03/02  15:15:27
23219         Log: Subject: [ID 20010301.003] ref to 5.004
23220              From: abela@geneanet.org
23221              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
23222              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
23223              
23224              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
23225              and mention the suidperl August 2000 security problem.
23226      Branch: perl
23227            ! pod/perlfaq1.pod
23228 ____________________________________________________________________________
23229 [  8977] By: alanbur                               on 2001/03/02  14:17:45
23230         Log: Resynchronised with parent
23231      Branch: maint-5.6/pureperl
23232           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
23233           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
23234           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
23235           !> vms/descrip_mms.template win32/win32.c win32/win32.h
23236           !> win32/win32iop.h
23237 ____________________________________________________________________________
23238 [  8976] By: nick                                  on 2001/03/01  23:25:30
23239         Log: Integrate mainline.
23240      Branch: perlio
23241            - t/op/qu.t
23242           !> (integrate 55 files)
23243 ____________________________________________________________________________
23244 [  8975] By: jhi                                   on 2001/03/01  16:51:34
23245         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
23246      Branch: perl
23247           !> toke.c
23248 ____________________________________________________________________________
23249 [  8974] By: gsar                                  on 2001/03/01  16:28:21
23250         Log: fix for bugid 20010226.008
23251              
23252              the problem was that some of the pointers (PL_last_lop and
23253              PL_last_uni specifically) into the lex buffers weren't correctly
23254              being invalidated when the buffer changed; this would leave the
23255              pointers pointing at an arbitrary location in the buffer if
23256              the buffer didn't need to be reallocated, or point into freed
23257              memory if the buffer had to be realloced
23258              
23259              TODO item for bugdb maintainers: check other seemingly random
23260              parser-related bugs--they might be cured by this
23261      Branch: maint-5.6/perl
23262            ! toke.c
23263 ____________________________________________________________________________
23264 [  8973] By: jhi                                   on 2001/03/01  02:23:25
23265         Log: Retract #8970 because of a completely mysterious core dump:
23266              adding the tests 241..244 causes op/pat dump core at test #25.
23267              The test needs a lot of whittling down before the bug can be solved.
23268      Branch: perl
23269            ! t/op/pat.t
23270 ____________________________________________________________________________
23271 [  8972] By: jhi                                   on 2001/03/01  01:58:38
23272         Log: Regen perlapi.
23273      Branch: perl
23274            ! pod/perlapi.pod
23275 ____________________________________________________________________________
23276 [  8971] By: jhi                                   on 2001/03/01  01:34:09
23277         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))
23278              From: Nicholas Clark <nick@ccl4.org>
23279              Date: Wed, 28 Feb 2001 23:28:49 +0000
23280              Message-ID: <20010228232849.A55187@plum.flirble.org>
23281              
23282              Allow a completely write protected source code tree
23283              when using the Configure -Dmksymlinks.
23284      Branch: perl
23285            ! embed.pl warnings.pl
23286 ____________________________________________________________________________
23287 [  8970] By: jhi                                   on 2001/03/01  01:32:04
23288         Log: Add back the EBCDIC character range tests (for matching).
23289      Branch: perl
23290            ! t/op/pat.t
23291 ____________________________________________________________________________
23292 [  8969] By: nick                                  on 2001/02/28  18:18:01
23293         Log: Add charname comments to .ucm files writen by 'compile',
23294              also order charmaps in those files by source encoding.
23295              regenerate distrubuted .ucm files
23296      Branch: perlio
23297            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
23298            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
23299            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
23300            ! ext/Encode/Encode/iso8859-10.ucm
23301            ! ext/Encode/Encode/iso8859-13.ucm
23302            ! ext/Encode/Encode/iso8859-14.ucm
23303            ! ext/Encode/Encode/iso8859-15.ucm
23304            ! ext/Encode/Encode/iso8859-16.ucm
23305            ! ext/Encode/Encode/iso8859-2.ucm
23306            ! ext/Encode/Encode/iso8859-3.ucm
23307            ! ext/Encode/Encode/iso8859-4.ucm
23308            ! ext/Encode/Encode/iso8859-5.ucm
23309            ! ext/Encode/Encode/iso8859-6.ucm
23310            ! ext/Encode/Encode/iso8859-7.ucm
23311            ! ext/Encode/Encode/iso8859-8.ucm
23312            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
23313            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
23314 ____________________________________________________________________________
23315 [  8968] By: jhi                                   on 2001/02/28  16:26:37
23316         Log: Expand usemorebits early if d_casti32 needs to be undefined.
23317      Branch: perl
23318            ! hints/hpux.sh hints/irix_6.sh
23319 ____________________________________________________________________________
23320 [  8967] By: jhi                                   on 2001/02/28  16:22:26
23321         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
23322              retract toke.c/qu parts of #8583, retract #8485, retract
23323              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
23324              op/length.t, and MANIFEST, and delete t/op/qu.t.
23325      Branch: perl
23326            - t/op/qu.t
23327            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
23328            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
23329            ! t/op/length.t toke.c
23330 ____________________________________________________________________________
23331 [  8966] By: jhi                                   on 2001/02/28  15:00:27
23332         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
23333              by not changing from pre-Unicode days into being Unicode-aware.
23334              Sniff.
23335      Branch: perl
23336            ! pp.c t/op/pack.t t/op/qu.t
23337 ____________________________________________________________________________
23338 [  8965] By: jhi                                   on 2001/02/28  14:37:55
23339         Log: Subject: Re: Errors in core PODs
23340              From: Michael Stevens <michael@etla.org> 
23341              Date: Fri, 23 Feb 2001 15:47:56 +0000
23342              Message-ID: <20010223154756.A7723@firedrake.org> 
23343      Branch: perl
23344            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
23345            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
23346            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
23347            ! x2p/a2p.pod
23348 ____________________________________________________________________________
23349 [  8964] By: jhi                                   on 2001/02/28  14:35:35
23350         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
23351              (The #8961 was too bold.)
23352      Branch: perl
23353            ! hints/hpux.sh hints/irix_6.sh
23354 ____________________________________________________________________________
23355 [  8963] By: jhi                                   on 2001/02/28  14:33:39
23356         Log: Subject: Re: sync sync sync: have I missed any patches?
23357              From: Tim Jenness <t.jenness@jach.hawaii.edu>
23358              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
23359              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
23360              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
23361              
23362              Replace djSP with dSP.
23363      Branch: perl
23364            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
23365            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
23366            ! win32/perlhost.h
23367 ____________________________________________________________________________
23368 [  8962] By: jhi                                   on 2001/02/27  23:21:14
23369         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
23370      Branch: perl
23371            ! lib/Filter/Simple.pm
23372 ____________________________________________________________________________
23373 [  8961] By: jhi                                   on 2001/02/27  22:55:26
23374         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
23375              and this would be it.
23376      Branch: perl
23377            ! hints/hpux.sh hints/irix_6.sh
23378 ____________________________________________________________________________
23379 [  8960] By: jhi                                   on 2001/02/27  22:51:33
23380         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
23381              From: "Craig A. Berry" <craigberry@mac.com>
23382              Date: Tue, 27 Feb 2001 16:11:44 -0600
23383              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
23384      Branch: maint-5.6/perl
23385            ! configure.com vms/descrip_mms.template
23386 ____________________________________________________________________________
23387 [  8959] By: jhi                                   on 2001/02/27  22:47:23
23388         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
23389              From: "Craig A. Berry" <craigberry@mac.com>
23390              Date: Tue, 27 Feb 2001 16:11:44 -0600
23391              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
23392      Branch: perl
23393            ! configure.com vms/descrip_mms.template
23394 ____________________________________________________________________________
23395 [  8958] By: jhi                                   on 2001/02/27  15:16:42
23396         Log: Update Changes.
23397      Branch: perl
23398            ! Changes patchlevel.h
23399 ____________________________________________________________________________
23400 [  8957] By: jhi                                   on 2001/02/27  06:15:07
23401         Log: Subject: [5.6.x] EPOC additions
23402              From: Olaf Flebbe <O.Flebbe@science-computing.de>
23403              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
23404              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
23405      Branch: maint-5.6/perl
23406            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
23407 ____________________________________________________________________________
23408 [  8956] By: jhi                                   on 2001/02/27  06:12:11
23409         Log: Subject: [perl-current] EPOC 
23410              From: Olaf Flebbe <O.Flebbe@science-computing.de>
23411              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
23412              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
23413      Branch: perl
23414            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
23415            ! epoc/epocish.c epoc/epocish.h pp_sys.c
23416 ____________________________________________________________________________
23417 [  8955] By: jhi                                   on 2001/02/27  05:59:50
23418         Log: Subject: Re: Compile with perlcc..
23419              From: Edward Peschko <edwardp@excitehome.net>
23420              Date: Mon, 26 Feb 2001 18:51:58 -0800
23421              Message-ID: <20010226185158.A9871@excitehome.net>
23422              
23423              plus add a simple usage message if no arguments given.
23424      Branch: perl
23425            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
23426            ! utils/Makefile utils/perlcc.PL win32/pod.mak
23427 ____________________________________________________________________________
23428 [  8954] By: nick                                  on 2001/02/26  21:02:59
23429         Log: Integrate mainline
23430      Branch: perlio
23431           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
23432           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
23433           !> t/op/sprintf.t
23434 ____________________________________________________________________________
23435 [  8953] By: jhi                                   on 2001/02/26  14:43:54
23436         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
23437              From: Nicholas Clark <nick@ccl4.org>
23438              Date: Mon, 26 Feb 2001 00:42:07 +0000
23439              Message-ID: <20010226004207.F23333@plum.flirble.org>
23440      Branch: perl
23441            ! pp_ctl.c
23442 ____________________________________________________________________________
23443 [  8952] By: jhi                                   on 2001/02/26  14:42:13
23444         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
23445              From: Simon Cozens <simon@netthink.co.uk>
23446              Date: Mon, 26 Feb 2001 12:23:48 +0000
23447              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
23448      Branch: perl
23449            ! pod/perlguts.pod
23450 ____________________________________________________________________________
23451 [  8951] By: jhi                                   on 2001/02/26  14:39:15
23452         Log: Subject: [PATCH] perlio - unknown layer
23453              From: Nicholas Clark <nick@ccl4.org>
23454              Date: Mon, 26 Feb 2001 00:27:19 +0000
23455              Message-ID: <20010226002719.E23333@plum.flirble.org>
23456      Branch: perl
23457            ! perlio.c
23458 ____________________________________________________________________________
23459 [  8950] By: jhi                                   on 2001/02/26  14:38:04
23460         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
23461              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
23462              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
23463              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
23464      Branch: perl
23465            ! t/op/bop.t
23466 ____________________________________________________________________________
23467 [  8949] By: jhi                                   on 2001/02/26  14:37:07
23468         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
23469              From: Peter Prymmer <pvhp@forte.com>
23470              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
23471              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
23472      Branch: perl
23473            ! lib/Test.pm
23474 ____________________________________________________________________________
23475 [  8948] By: jhi                                   on 2001/02/26  14:35:53
23476         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
23477              From: Radu Greab <radu@netsoft.ro>
23478              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
23479              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
23480      Branch: perl
23481            ! pod/perlop.pod
23482 ____________________________________________________________________________
23483 [  8947] By: jhi                                   on 2001/02/26  14:34:46
23484         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
23485              From: David Mitchell <davem@fdgroup.co.uk>
23486              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
23487              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
23488      Branch: perl
23489            ! run.c
23490 ____________________________________________________________________________
23491 [  8946] By: jhi                                   on 2001/02/26  14:32:37
23492         Log: Subject: Modified README.bs2000 
23493              From: Dorner Thomas <Thomas.Dorner@start.de>
23494              Date: Mon, 26 Feb 2001 09:22:17 +0100
23495              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
23496      Branch: perl
23497            ! README.bs2000
23498 ____________________________________________________________________________
23499 [  8945] By: jhi                                   on 2001/02/26  14:19:53
23500         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
23501              to maintperl, listing the known failures on the tests 129 and 130.
23502      Branch: maint-5.6/perl
23503           !> t/op/sprintf.t
23504 ____________________________________________________________________________
23505 [  8944] By: jhi                                   on 2001/02/26  14:14:15
23506         Log: Add more known sprintf failures.
23507      Branch: perl
23508            ! t/op/sprintf.t
23509 ____________________________________________________________________________
23510 [  8943] By: jhi                                   on 2001/02/26  13:56:22
23511         Log: perlglob.exe needs to be found in Win32, patch from
23512              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
23513              which needs external glob at mini-perl time."
23514      Branch: perl
23515            ! ext/Encode/compile
23516 ____________________________________________________________________________
23517 [  8942] By: jhi                                   on 2001/02/26  13:52:19
23518         Log: A missing dTHX from Vadim Konovalov.
23519      Branch: perl
23520            ! perlio.c
23521 ____________________________________________________________________________
23522 [  8941] By: jhi                                   on 2001/02/26  13:37:05
23523         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
23524      Branch: perl
23525            ! op.c
23526 ____________________________________________________________________________
23527 [  8940] By: jhi                                   on 2001/02/26  13:35:40
23528         Log: Integrate perlio.
23529      Branch: perl
23530           !> ext/Encode/Encode.pm
23531 ____________________________________________________________________________
23532 [  8939] By: nick                                  on 2001/02/25  23:47:09
23533         Log: Integrate mainline.
23534      Branch: perlio
23535           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
23536           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
23537 ____________________________________________________________________________
23538 [  8938] By: nick                                  on 2001/02/25  19:36:28
23539         Log: Encode implementations docs.
23540      Branch: perlio
23541            ! ext/Encode/Encode.pm
23542 ____________________________________________________________________________
23543 [  8937] By: jhi                                   on 2001/02/25  19:26:16
23544         Log: Script wasn't aligned with reality.
23545      Branch: perl
23546            ! t/pod/find.t
23547 ____________________________________________________________________________
23548 [  8936] By: jhi                                   on 2001/02/25  18:54:55
23549         Log: Update Changes.
23550      Branch: perl
23551            ! Changes patchlevel.h
23552 ____________________________________________________________________________
23553 [  8935] By: jhi                                   on 2001/02/25  18:46:36
23554         Log: Retract #8929,8930,8932,8933 for now.
23555      Branch: perl
23556            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
23557 ____________________________________________________________________________
23558 [  8934] By: jhi                                   on 2001/02/25  17:34:35
23559         Log: Integrate perlio.
23560      Branch: perl
23561           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
23562           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
23563           !> t/lib/encode.t
23564 ____________________________________________________________________________
23565 [  8933] By: jhi                                   on 2001/02/25  17:33:12
23566         Log: (Retracted by #8395.)
23567              
23568              Slight tweaks in scan_const(), not fixes yet, it seems like
23569              lots of work remains to be done...
23570      Branch: perl
23571            ! toke.c
23572 ____________________________________________________________________________
23573 [  8932] By: jhi                                   on 2001/02/25  17:27:11
23574         Log: (Retracted by #8395.)
23575              
23576              Missing from #8930.
23577      Branch: perl
23578            ! perl.h
23579 ____________________________________________________________________________
23580 [  8931] By: jhi                                   on 2001/02/25  17:26:19
23581         Log: A comment tweak.
23582      Branch: perl
23583            ! utf8.c
23584 ____________________________________________________________________________
23585 [  8930] By: jhi                                   on 2001/02/25  17:25:47
23586         Log: (Retracted by #8395.)
23587              
23588              Attempt to fix the EBCDIC character range problwm with //.
23589      Branch: perl
23590            ! regcomp.c
23591 ____________________________________________________________________________
23592 [  8929] By: jhi                                   on 2001/02/25  17:23:45
23593         Log: (Retracted by #8395.)
23594              
23595              Expand the EBCDIC character range tests, and add few nasty
23596              tr tests from Karsten Sperling.
23597      Branch: perl
23598            ! t/op/pat.t t/op/tr.t
23599 ____________________________________________________________________________
23600 [  8928] By: jhi                                   on 2001/02/25  17:18:49
23601         Log: Missing check-in.
23602      Branch: perl
23603            ! lib/Pod/Find.pm
23604 ____________________________________________________________________________
23605 [  8927] By: nick                                  on 2001/02/25  11:30:22
23606         Log: Change method names in Encode implementation classes to something
23607              less confusing (preparing to "go public").
23608      Branch: perlio
23609            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
23610 ____________________________________________________________________________
23611 [  8926] By: nick                                  on 2001/02/25  10:53:24
23612         Log: GCC __atribute__ / printf fix
23613      Branch: perlio
23614            ! perl.h
23615 ____________________________________________________________________________
23616 [  8925] By: nick                                  on 2001/02/25  10:52:25
23617         Log: Checked in the wrong one ...
23618      Branch: perlio
23619            ! ext/Encode/Encode.pm
23620 ____________________________________________________________________________
23621 [  8924] By: nick                                  on 2001/02/24  18:46:51
23622         Log: Integrate mainline - to see what Jarkko has in ...
23623      Branch: perlio
23624           +> t/pod/testpods/lib/Pod/Stuff.pm
23625           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
23626 ____________________________________________________________________________
23627 [  8923] By: nick                                  on 2001/02/24  17:05:23
23628         Log: Encode API documentation nd tidy up.
23629              Minor additions to test.
23630              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
23631              Adds STRLEN to standard typemap.
23632      Branch: perlio
23633            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
23634            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
23635 ____________________________________________________________________________
23636 [  8922] By: jhi                                   on 2001/02/24  16:38:12
23637         Log: Add a test for the "character range should match in EBCDIC
23638              if specified using explicit numerics" bug found by Karsten
23639              Sperling.
23640      Branch: perl
23641            ! t/op/pat.t
23642 ____________________________________________________________________________
23643 [  8921] By: jhi                                   on 2001/02/24  16:30:16
23644         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
23645              From: schwern@pobox.com
23646              Date: Fri, 23 Feb 2001 03:21:37 -0500
23647              Message-ID: <20010223032137.A26022@magnonel.guild.net>
23648              
23649              plus Charles Lane's fixes, plus tweaks.
23650      Branch: perl
23651            + t/pod/testpods/lib/Pod/Stuff.pm
23652            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
23653 ____________________________________________________________________________
23654 [  8920] By: nick                                  on 2001/02/24  10:30:11
23655         Log: Integrate mainline
23656      Branch: perlio
23657           !> (integrate 33 files)
23658 ____________________________________________________________________________
23659 [  8919] By: jhi                                   on 2001/02/24  00:23:35
23660         Log: Subject: Re: I'm losing the war...
23661              From: "Vadim Konovalov" <watman@inbox.ru>
23662              Date: Sat, 24 Feb 2001 00:10:14 +0300
23663              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
23664              
23665              hv_store() not working correctly in ENV_IS_CASELESS case.
23666      Branch: perl
23667            ! hv.c
23668 ____________________________________________________________________________
23669 [  8918] By: jhi                                   on 2001/02/24  00:20:09
23670         Log: Subject: Re: [PATCH] fix for charnames above FFFF
23671              From: andreas.koenig@anima.de (Andreas J. Koenig)
23672              Date: 23 Feb 2001 02:39:03 +0100
23673              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
23674              
23675              A further efficiency tweak.
23676      Branch: perl
23677            ! lib/charnames.pm
23678 ____________________________________________________________________________
23679 [  8917] By: jhi                                   on 2001/02/23  20:27:51
23680         Log: Integrate change #8916 from mainline,
23681              do away with USE_WIN32_RTL_ENV.
23682      Branch: maint-5.6/perl
23683           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
23684 ____________________________________________________________________________
23685 [  8916] By: jhi                                   on 2001/02/23  20:02:25
23686         Log: Abolish USE_WIN32_RTL_ENV.
23687      Branch: perl
23688            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
23689 ____________________________________________________________________________
23690 [  8915] By: jhi                                   on 2001/02/23  19:36:00
23691         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
23692              later protected by some #define.
23693      Branch: perl
23694            ! gv.c
23695 ____________________________________________________________________________
23696 [  8914] By: jhi                                   on 2001/02/23  19:31:38
23697         Log: Retract #8902 for now, requested by Charles Lane, the correct
23698              fix will be something else.
23699      Branch: perl
23700            ! op.c
23701 ____________________________________________________________________________
23702 [  8913] By: jhi                                   on 2001/02/23  19:11:36
23703         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
23704              From: Peter Prymmer <pvhp@forte.com>
23705              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
23706              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
23707      Branch: perl
23708            ! t/op/lex_assign.t
23709 ____________________________________________________________________________
23710 [  8912] By: jhi                                   on 2001/02/23  18:38:20
23711         Log: Subject: [patch] perlio + useithreads
23712              From: Doug MacEachern <dougm@covalent.net>
23713              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
23714              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
23715              
23716              Gets things running but not complete.
23717      Branch: perl
23718            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
23719 ____________________________________________________________________________
23720 [  8911] By: jhi                                   on 2001/02/23  04:20:02
23721         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
23722              
23723              Duplicated environment freeing, File::Temp 0.12,
23724              op/append portability (EBCDIC) tweak.
23725      Branch: maint-5.6/perl
23726           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
23727           !> t/op/append.t
23728 ____________________________________________________________________________
23729 [  8910] By: jhi                                   on 2001/02/23  02:07:33
23730         Log: Integrate change #8909 from mainline, a better Borland
23731              putenv() workaround.
23732      Branch: maint-5.6/perl
23733           !> perl.c
23734 ____________________________________________________________________________
23735 [  8909] By: jhi                                   on 2001/02/23  02:05:46
23736         Log: A better workaround for Borland putenv() brokenness from Sarathy.
23737      Branch: perl
23738            ! perl.c
23739 ____________________________________________________________________________
23740 [  8908] By: jhi                                   on 2001/02/23  02:04:14
23741         Log: Subject: fix for parameter -Dm (for perl@8867)
23742              From: "Vadim Konovalov" <watman@inbox.ru>
23743              Date: Thu, 22 Feb 2001 17:30:12 +0300
23744              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
23745      Branch: perl
23746            ! perl.h
23747 ____________________________________________________________________________
23748 [  8907] By: jhi                                   on 2001/02/23  01:58:20
23749         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
23750              From: Peter Prymmer <pvhp@forte.com>
23751              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
23752              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
23753      Branch: perl
23754            ! t/op/append.t
23755 ____________________________________________________________________________
23756 [  8906] By: jhi                                   on 2001/02/23  01:48:34
23757         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
23758      Branch: perl
23759            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
23760 ____________________________________________________________________________
23761 [  8905] By: jhi                                   on 2001/02/23  01:43:30
23762         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
23763              From: Peter Prymmer <pvhp@forte.com>
23764              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
23765              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
23766      Branch: perl
23767            ! t/lib/st-06compat.t
23768 ____________________________________________________________________________
23769 [  8904] By: jhi                                   on 2001/02/23  01:42:39
23770         Log: Metaconfig unit change for #8903.
23771      Branch: metaconfig/U/perl
23772            ! Devel.U
23773 ____________________________________________________________________________
23774 [  8903] By: jhi                                   on 2001/02/23  01:42:12
23775         Log: Be more helpful for devel builders, suggested by John L. Allen.
23776      Branch: perl
23777            ! Configure
23778 ____________________________________________________________________________
23779 [  8902] By: jhi                                   on 2001/02/23  01:37:41
23780         Log: (Retracted by #8914)
23781              (Wrongly, reinstated by #8941)             
23782
23783              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
23784              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
23785              Date:     Thu, 22 Feb 2001 09:43:57 EST
23786              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
23787      Branch: perl
23788            ! op.c
23789 ____________________________________________________________________________
23790 [  8901] By: jhi                                   on 2001/02/23  01:20:32
23791         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
23792              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
23793              Date:     Thu, 22 Feb 2001 08:01:35 EST
23794              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
23795      Branch: perl
23796            ! malloc.c
23797 ____________________________________________________________________________
23798 [  8900] By: jhi                                   on 2001/02/23  01:18:02
23799         Log: Integrate changes #8898,8899 from mainline, environ handling.
23800      Branch: maint-5.6/perl
23801           !> perl.c
23802 ____________________________________________________________________________
23803 [  8899] By: jhi                                   on 2001/02/23  01:16:25
23804         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
23805              putenv() is not to be relied on, they are either broken or leaky
23806              or both.)
23807      Branch: perl
23808            ! perl.c
23809 ____________________________________________________________________________
23810 [  8898] By: jhi                                   on 2001/02/22  23:36:59
23811         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
23812              and safesysfree() must be used.
23813      Branch: perl
23814            ! perl.c
23815 ____________________________________________________________________________
23816 [  8897] By: jhi                                   on 2001/02/22  23:25:45
23817         Log: With environ one must use safesysmalloc()/safesysfree().
23818      Branch: perl
23819            ! perl.c
23820 ____________________________________________________________________________
23821 [  8896] By: jhi                                   on 2001/02/22  22:13:18
23822         Log: If we have a duplicated environment free it
23823              if PERL_DESTRUCT_LEVEL.
23824      Branch: perl
23825            ! perl.c
23826 ____________________________________________________________________________
23827 [  8895] By: alanbur                               on 2001/02/22  19:31:57
23828         Log: Synchronised with parent
23829      Branch: maint-5.6/pureperl
23830           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
23831 ____________________________________________________________________________
23832 [  8894] By: gsar                                  on 2001/02/22  19:06:18
23833         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
23834              
23835              fix memory leak in method call optimization (change#3768);
23836              made C<eval "$x->foo()"> leak
23837              
23838              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
23839      Branch: maint-5.6/perl
23840           !> op.c
23841 ____________________________________________________________________________
23842 [  8893] By: jhi                                   on 2001/02/22  18:35:27
23843         Log: (Retracted by #8915.)
23844              
23845              Third Degree finding:
23846              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
23847      Branch: perl
23848            ! gv.c
23849 ____________________________________________________________________________
23850 [  8892] By: jhi                                   on 2001/02/22  14:28:32
23851         Log: Update Changes.
23852      Branch: perl
23853            ! Changes patchlevel.h
23854 ____________________________________________________________________________
23855 [  8891] By: jhi                                   on 2001/02/22  13:22:45
23856         Log: Metaconfig unit changes for #8890.
23857      Branch: metaconfig
23858            ! U/modified/Cppsym.U U/threads/archname.U
23859 ____________________________________________________________________________
23860 [  8890] By: jhi                                   on 2001/02/22  13:22:12
23861         Log: Add -stdio to the archname if no perlio selected,
23862              no -perlio added since that is now the default.
23863              
23864              Add few CPUs/architectures to the Cppsym scan.
23865      Branch: perl
23866            ! Configure config_h.SH
23867 ____________________________________________________________________________
23868 [  8889] By: jhi                                   on 2001/02/22  13:05:59
23869         Log: Metaconfig unit change for #8888.
23870      Branch: metaconfig/U/perl
23871            ! useperlio.U
23872 ____________________________________________________________________________
23873 [  8888] By: jhi                                   on 2001/02/22  13:05:28
23874         Log: *drum roll*  Make perlio the default.
23875      Branch: perl
23876            ! Configure config_h.SH
23877 ____________________________________________________________________________
23878 [  8887] By: jhi                                   on 2001/02/22  12:50:52
23879         Log: Integrate change #8665 from maintperl to mainline,
23880              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
23881      Branch: perl
23882           !> ext/POSIX/POSIX.xs
23883 ____________________________________________________________________________
23884 [  8886] By: jhi                                   on 2001/02/22  12:49:24
23885         Log: Integrate changes #8883,8884 from mainline to maintperl.
23886              
23887              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
23888              Subject: Re: File::Temp::_gettemp warning
23889      Branch: maint-5.6/perl
23890           !> embed.h embed.pl lib/File/Temp.pm
23891 ____________________________________________________________________________
23892 [  8885] By: jhi                                   on 2001/02/22  12:43:59
23893         Log: Based on
23894              
23895              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
23896              From: schwab@suse.de
23897              Date: Thu, 22 Feb 2001 13:08:09 +0100
23898              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
23899              
23900              but the fix done slightly differently because the other
23901              half was already done in #8664.
23902      Branch: maint-5.6/perl
23903            ! ext/POSIX/POSIX.xs
23904 ____________________________________________________________________________
23905 [  8884] By: jhi                                   on 2001/02/22  12:37:15
23906         Log: Subject: Re: File::Temp::_gettemp warning
23907              From: Tim Jenness <t.jenness@jach.hawaii.edu>
23908              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
23909              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
23910              
23911              This patch to File::Temp does two things:
23912              
23913              1. Fixes the problem with CGI::Carp when determining
23914              the Fcntl constants
23915              
23916              2. Removes most of the carps and consolidates them so that all the
23917              reasons are included in a single die that is caught by the test. This
23918              means that the correct skipping behaviour is displayed by the test.
23919      Branch: perl
23920            ! lib/File/Temp.pm
23921 ____________________________________________________________________________
23922 [  8883] By: jhi                                   on 2001/02/22  12:29:19
23923         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
23924              From: Peter Prymmer <pvhp@forte.com>
23925              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
23926              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
23927      Branch: perl
23928            ! embed.h embed.pl
23929 ____________________________________________________________________________
23930 [  8882] By: jhi                                   on 2001/02/21  19:41:33
23931         Log: Integrate change #8881 from mainlin to maintperl.
23932              
23933              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
23934      Branch: maint-5.6/perl
23935           !> op.c
23936 ____________________________________________________________________________
23937 [  8881] By: jhi                                   on 2001/02/21  19:38:57
23938         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
23939              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
23940              Date:     Wed, 21 Feb 2001 13:08:03 EST
23941              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
23942      Branch: perl
23943            ! op.c
23944 ____________________________________________________________________________
23945 [  8880] By: jhi                                   on 2001/02/21  19:34:34
23946         Log: Retract #8875, cannot let go of the old semantics of unpack U
23947              without rethinking utf8decode.t.
23948      Branch: perl
23949            ! pp.c t/op/pack.t
23950 ____________________________________________________________________________
23951 [  8879] By: jhi                                   on 2001/02/21  19:08:02
23952         Log: Run run/*.t also in minitest.
23953      Branch: perl
23954            ! Makefile.SH
23955 ____________________________________________________________________________
23956 [  8878] By: nick                                  on 2001/02/21  18:55:37
23957         Log: Integrate mainline
23958      Branch: perlio
23959           !> (integrate 76 files)
23960 ____________________________________________________________________________
23961 [  8877] By: jhi                                   on 2001/02/21  15:09:33
23962         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
23963      Branch: metaconfig
23964            ! U/compline/nblock_io.U
23965      Branch: perl
23966            ! Configure config_h.SH
23967 ____________________________________________________________________________
23968 [  8876] By: jhi                                   on 2001/02/21  14:54:45
23969         Log: If no sfio, no -lsfio.
23970      Branch: metaconfig/U/perl
23971            ! d_sfio.U
23972      Branch: perl
23973            ! Configure config_h.SH
23974 ____________________________________________________________________________
23975 [  8875] By: jhi                                   on 2001/02/21  14:54:00
23976         Log: Make unpack C and unpack C truly equivalent.
23977      Branch: perl
23978            ! pp.c t/op/pack.t
23979 ____________________________________________________________________________
23980 [  8874] By: jhi                                   on 2001/02/21  14:26:02
23981         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
23982              From: Peter Prymmer <pvhp@forte.com>
23983              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
23984              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
23985      Branch: perl
23986            ! pod/perlport.pod
23987 ____________________________________________________________________________
23988 [  8873] By: jhi                                   on 2001/02/21  14:24:31
23989         Log: Subject: [PATCH] fix for charnames above FFFF
23990              From: andreas.koenig@anima.de (Andreas J. Koenig)
23991              Date: 21 Feb 2001 07:05:45 +0100
23992              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
23993      Branch: perl
23994            ! lib/charnames.pm t/lib/charnames.t
23995 ____________________________________________________________________________
23996 [  8872] By: jhi                                   on 2001/02/21  14:15:25
23997         Log: Integrate change #8868 from pureperl to mainline.
23998              
23999              Fixed reference count loop caused by sv_magic.
24000      Branch: perl
24001           !> sv.c
24002 ____________________________________________________________________________
24003 [  8871] By: jhi                                   on 2001/02/21  14:07:29
24004         Log: Integrate change #8868 from pureperl to maintperl.
24005              
24006              Fixed reference count loop caused by sv_magic.
24007      Branch: maint-5.6/perl
24008           !> sv.c
24009 ____________________________________________________________________________
24010 [  8870] By: jhi                                   on 2001/02/21  14:04:41
24011         Log: Put back the #8840, it was innocent.
24012      Branch: perl
24013            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
24014            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
24015 ____________________________________________________________________________
24016 [  8869] By: jhi                                   on 2001/02/21  14:00:03
24017         Log: unpack("C", ...) was left slightly unfinished by #8865.
24018      Branch: perl
24019            ! pp.c t/op/pack.t
24020 ____________________________________________________________________________
24021 [  8868] By: alanbur                               on 2001/02/21  01:33:45
24022         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
24023              from gv_fetchpv to create single-character magic variables (e.g. $!),
24024              and it is passed a sv and the gv that contains the sv as the mg_obj
24025              value.  When sv_magic stores the mg_obj pointer it increments the gv
24026              refcount, thus causing a sv-gv pair that can't be freed.  There is
24027              already a check for sv == obj which is used to prevent such reference
24028              loops.  This change extends the check to cover the case described above.
24029      Branch: maint-5.6/pureperl
24030            ! sv.c
24031 ____________________________________________________________________________
24032 [  8867] By: jhi                                   on 2001/02/21  00:52:39
24033         Log: Update Changes.
24034      Branch: perl
24035            ! Changes patchlevel.h
24036 ____________________________________________________________________________
24037 [  8866] By: jhi                                   on 2001/02/21  00:34:20
24038         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
24039              (Note: there were some conflicts due to EBCDIC and EPOC
24040              patches, in general I preferred the repository code.)
24041              (When 2.753 comes out, we need to synchronize.)
24042      Branch: perl
24043            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
24044            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
24045            ! t/lib/cgi-html.t
24046 ____________________________________________________________________________
24047 [  8865] By: jhi                                   on 2001/02/21  00:24:22
24048         Log: Make pack("C", 0x100) to create Unicode, unless under the
24049              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
24050              will understand Unicode, unless you under know what.
24051      Branch: perl
24052            ! pp.c t/op/pack.t t/op/qu.t
24053 ____________________________________________________________________________
24054 [  8864] By: alanbur                               on 2001/02/20  22:35:34
24055         Log: Resynchronised with parent
24056      Branch: maint-5.6/pureperl
24057           !> README.win32 ext/GDBM_File/GDBM_File.pm
24058           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
24059           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
24060           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
24061           !> t/lib/sdbm.t util.c
24062 ____________________________________________________________________________
24063 [  8863] By: jhi                                   on 2001/02/20  20:55:11
24064         Log: Integrate change #8860,8861 from mainline into maintperl.
24065              
24066              "pseudo-literal j"
24067              
24068              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
24069      Branch: maint-5.6/perl
24070           !> lib/Test.pm pod/perlop.pod
24071 ____________________________________________________________________________
24072 [  8862] By: jhi                                   on 2001/02/20  20:30:07
24073         Log: Don't do casting between pointers pointing to differently sized
24074              integers.
24075      Branch: perl
24076            ! hv.c sv.c
24077 ____________________________________________________________________________
24078 [  8861] By: jhi                                   on 2001/02/20  19:53:44
24079         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
24080              From: Peter Prymmer <pvhp@forte.com>
24081              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
24082              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
24083      Branch: perl
24084            ! lib/Test.pm
24085 ____________________________________________________________________________
24086 [  8860] By: jhi                                   on 2001/02/20  19:48:02
24087         Log: "pseudo-literal j", a documentation glitch reported to Debian.
24088              The text recovered from Perl 5.005_03, and pseudo-literal replaced
24089              by "backtick string".
24090      Branch: perl
24091            ! pod/perlop.pod
24092 ____________________________________________________________________________
24093 [  8859] By: jhi                                   on 2001/02/20  19:15:46
24094         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
24095              from Chris Nandor.
24096      Branch: perl
24097            ! makedef.pl
24098 ____________________________________________________________________________
24099 [  8858] By: jhi                                   on 2001/02/20  17:36:53
24100         Log: Integrate pureperl changes #8844,8845,8850 to mainline
24101              (via maintperl #8855).
24102              
24103              Fixed %^H scoping bug
24104              
24105              Removed GV <-> CV refcount loop
24106              
24107              Removed %ENV refcount loop
24108      Branch: perl
24109           !> gv.c op.c perl.c pp.c scope.c
24110 ____________________________________________________________________________
24111 [  8857] By: jhi                                   on 2001/02/20  17:34:32
24112         Log: Integrate changes #8853,8854 from maintperl to mainline.
24113              
24114              EBDIC fixes, README.win32 Borland update.
24115      Branch: perl
24116           !> README.win32 handy.h util.c
24117 ____________________________________________________________________________
24118 [  8856] By: jhi                                   on 2001/02/20  17:33:16
24119         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
24120      Branch: maint-5.6/perl
24121           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
24122           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
24123           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
24124 ____________________________________________________________________________
24125 [  8855] By: jhi                                   on 2001/02/20  17:32:13
24126         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
24127              
24128              Fixed %^H scoping bug
24129              
24130              Removed GV <-> CV refcount loop
24131              
24132              Removed %ENV refcount loop
24133      Branch: maint-5.6/perl
24134           !> gv.c op.c perl.c pp.c scope.c
24135 ____________________________________________________________________________
24136 [  8854] By: jhi                                   on 2001/02/20  17:25:06
24137         Log: Subject: Addition to readme.win32 for Borland C++ compilers
24138              Date: Tue, 20 Feb 2001 02:15:25 +0300
24139              From: "Vadim Konovalov" <watman@inbox.ru>
24140              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
24141              
24142              Document Borland compiler misbehaviour.
24143      Branch: maint-5.6/perl
24144            ! README.win32
24145 ____________________________________________________________________________
24146 [  8853] By: jhi                                   on 2001/02/20  17:22:25
24147         Log: The assimilation of ebcdic.c didn't quite work at the first try,
24148              patches from Thomas Dorner.
24149      Branch: maint-5.6/perl
24150            ! handy.h util.c
24151 ____________________________________________________________________________
24152 [  8852] By: jhi                                   on 2001/02/20  17:20:15
24153         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
24154              From: Chris Nandor <pudge@pobox.com>
24155              Date: Tue, 20 Feb 2001 08:32:45 -0500
24156              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
24157      Branch: maint-5.6/perl
24158            ! makedef.pl mg.c
24159 ____________________________________________________________________________
24160 [  8851] By: jhi                                   on 2001/02/20  17:15:52
24161         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
24162      Branch: perl
24163            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
24164            ! t/lib/filter-util.t
24165 ____________________________________________________________________________
24166 [  8850] By: alanbur                               on 2001/02/20  17:12:40
24167         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
24168              and the magic pointer points back to the GV that contains the
24169              %ENV hash.  This creates a refcount loop that prevents members
24170              of %ENV from being freed correctly.  This change removes the
24171              refcount loop - the magic pointer was never used anyway, the
24172              only use of the magic was to check the type ('E') so that the
24173              appropriate environment manipulation code is called when %ENV
24174              is modified.
24175      Branch: maint-5.6/pureperl
24176            ! perl.c
24177 ____________________________________________________________________________
24178 [  8849] By: jhi                                   on 2001/02/20  17:12:20
24179         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
24180              From: "Craig A. Berry" <craigberry@mac.com>
24181              Date: Mon, 19 Feb 2001 23:36:12 -0600
24182              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
24183              
24184              Case-forgiving systems match TestInit.pm with TES*.
24185      Branch: perl
24186            ! t/lib/glob-basic.t
24187 ____________________________________________________________________________
24188 [  8848] By: jhi                                   on 2001/02/20  17:10:02
24189         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
24190      Branch: perl
24191            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
24192            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
24193            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
24194 ____________________________________________________________________________
24195 [  8847] By: jhi                                   on 2001/02/20  15:34:41
24196         Log: The #8843 wasn't quite right: %Config needs to imported.
24197      Branch: perl
24198            ! t/run/runenv.t
24199 ____________________________________________________________________________
24200 [  8846] By: jhi                                   on 2001/02/20  15:31:50
24201         Log: Retract the #8838 and #8840 for now because of
24202              the DB_File tie problem.
24203      Branch: perl
24204            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
24205            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
24206            ! proto.h sv.c
24207 ____________________________________________________________________________
24208 [  8845] By: alanbur                               on 2001/02/20  14:25:41
24209         Log: Removed GV <-> CV refcount loop
24210              CvGV(mycv) points to the parent GV of the CV, and was previously
24211              refcounted.  The pointer remains, but the refcounting has been removed
24212              as it causes a refcount loop between the CV and GV that means the CV
24213              can't ever be deleted.
24214      Branch: maint-5.6/pureperl
24215            ! gv.c op.c pp.c
24216 ____________________________________________________________________________
24217 [  8844] By: alanbur                               on 2001/02/20  14:23:13
24218         Log: Fixed %^H scoping bug
24219      Branch: maint-5.6/pureperl
24220            ! scope.c
24221 ____________________________________________________________________________
24222 [  8843] By: jhi                                   on 2001/02/19  13:38:08
24223         Log: fork() not everywhere, cleanup temp files.
24224      Branch: perl
24225            ! t/run/runenv.t
24226 ____________________________________________________________________________
24227 [  8842] By: alanbur                               on 2001/02/19  12:42:07
24228         Log: Resynchronised with parent
24229      Branch: maint-5.6/pureperl
24230           !> pod/perlfaq4.pod sv.c utf8.c
24231 ____________________________________________________________________________
24232 [  8841] By: jhi                                   on 2001/02/19  03:35:51
24233         Log: Update Changes.
24234      Branch: perl
24235            ! Changes patchlevel.h
24236 ____________________________________________________________________________
24237 [  8840] By: jhi                                   on 2001/02/19  00:23:41
24238         Log: Subject: [patch] add sv_setref_uv
24239              From: Doug MacEachern <dougm@covalent.net>
24240              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
24241              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
24242      Branch: perl
24243            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
24244            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
24245 ____________________________________________________________________________
24246 [  8839] By: jhi                                   on 2001/02/19  00:01:38
24247         Log: Put to rest the 20010205.001, the email address checking (not) regex.
24248      Branch: perl
24249            ! pod/perlfaq9.pod
24250 ____________________________________________________________________________
24251 [  8838] By: jhi                                   on 2001/02/18  22:17:54
24252         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
24253              From: Doug MacEachern <dougm@covalent.net>
24254              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
24255              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
24256      Branch: perl
24257            ! lib/ExtUtils/xsubpp
24258 ____________________________________________________________________________
24259 [  8837] By: jhi                                   on 2001/02/18  22:16:50
24260         Log: Subject: [patch] -Wall cleanup round 2
24261              From: Doug MacEachern <dougm@covalent.net>
24262              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
24263              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
24264      Branch: perl
24265            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
24266            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
24267            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
24268            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
24269            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
24270            ! ext/SDBM_File/SDBM_File.xs
24271 ____________________________________________________________________________
24272 [  8836] By: jhi                                   on 2001/02/18  22:11:20
24273         Log: Misapplied regex optimizations when \C is present.
24274              Fixes 20001230.002.
24275              
24276              What still remains broken is that the submatches that
24277              have \C in them get their UTF8 flag on because their
24278              parent SV has it on.  This will result in malformed
24279              UTF8 if a \C happened to match a non-ASCII byte.
24280      Branch: perl
24281            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
24282            ! t/pragma/utf8.t
24283 ____________________________________________________________________________
24284 [  8835] By: jhi                                   on 2001/02/18  20:12:02
24285         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
24286              
24287              The hash key got wrongly UTF8fied.
24288      Branch: perl
24289            ! pod/perlapi.pod toke.c utf8.c
24290 ____________________________________________________________________________
24291 [  8834] By: jhi                                   on 2001/02/18  19:44:25
24292         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
24293              don't warn on magical or overloaded things.
24294      Branch: perl
24295            ! pp_hot.c
24296 ____________________________________________________________________________
24297 [  8833] By: nick                                  on 2001/02/18  19:31:22
24298         Log: Integrate mainline
24299      Branch: perlio
24300           +> t/TestInit.pm t/run/runenv.t
24301            - t/UTEST
24302           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
24303           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
24304           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
24305           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
24306           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
24307           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
24308           !> utf8.c
24309 ____________________________________________________________________________
24310 [  8832] By: jhi                                   on 2001/02/18  19:21:18
24311         Log: Integrate perlio.
24312      Branch: perl
24313           !> perlio.c pod/perldiag.pod
24314 ____________________________________________________________________________
24315 [  8831] By: jhi                                   on 2001/02/18  19:14:20
24316         Log: Integrate change #8827 from mainline.
24317              
24318              UTF8 tweaks.
24319      Branch: maint-5.6/perl
24320           !> sv.c utf8.c
24321 ____________________________________________________________________________
24322 [  8830] By: nick                                  on 2001/02/18  19:10:34
24323         Log: Apply the spirit of patch from Nick Clark:
24324              Subject: [PATCH] Re: extensions that provide layers
24325              From: Nicholas Clark <nick@ccl4.org>
24326              Date: Mon, 12 Feb 2001 16:43:51 +0000
24327              Message-Id: <20010212164350.Q3652@plum.flirble.org>
24328      Branch: perlio
24329            ! perlio.c pod/perldiag.pod
24330 ____________________________________________________________________________
24331 [  8829] By: jhi                                   on 2001/02/18  19:03:25
24332         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
24333              From: schwern@pobox.com 
24334              Date: Sun, 18 Feb 2001 13:44:35 -0500
24335              Message-ID: <20010218134435.A17544@magnonel.guild.net>
24336              
24337              Applied, but as t/TestInit.pm.
24338      Branch: perl
24339            + t/TestInit.pm
24340            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
24341            ! t/op/subst_wamp.t
24342 ____________________________________________________________________________
24343 [  8828] By: jhi                                   on 2001/02/18  18:43:52
24344         Log: Integrate perlio.
24345      Branch: perl
24346           !> perlio.c
24347 ____________________________________________________________________________
24348 [  8827] By: jhi                                   on 2001/02/18  18:41:33
24349         Log: UTF-8 tweaks.
24350      Branch: perl
24351            ! sv.c utf8.c
24352 ____________________________________________________________________________
24353 [  8826] By: nick                                  on 2001/02/18  17:40:59
24354         Log: Fix [ID 20010217.002]
24355              open FOO, "<:raw:perlio", ...
24356              :raw now inserts default base layer below itself.
24357              Also
24358              open FOO, "<:unix", ...
24359              works as well - but leaves buffer layer on stack under the unix layer.
24360      Branch: perlio
24361            ! perlio.c
24362 ____________________________________________________________________________
24363 [  8825] By: jhi                                   on 2001/02/18  17:15:39
24364         Log: Integrate perlio.
24365      Branch: perl
24366           !> perlio.c perliol.h
24367 ____________________________________________________________________________
24368 [  8824] By: jhi                                   on 2001/02/18  17:10:53
24369         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
24370              From: schwern@pobox.com
24371              Date: Sun, 18 Feb 2001 01:48:50 -0500
24372              Message-ID: <20010218014850.C19957@magnonel.guild.net>
24373      Branch: perl
24374            ! lib/Test/Harness.pm t/TEST t/op/chop.t
24375 ____________________________________________________________________________
24376 [  8823] By: jhi                                   on 2001/02/18  17:01:06
24377         Log: Add run/*.t to testables.
24378      Branch: perl
24379            ! t/TEST
24380 ____________________________________________________________________________
24381 [  8822] By: jhi                                   on 2001/02/18  16:58:58
24382         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
24383              From: schwern@pobox.com
24384              Date: Sun, 18 Feb 2001 01:11:35 -0500
24385              Message-ID: <20010218011135.A19957@magnonel.guild.net>
24386              
24387              Revive mjd's and Simon's PERL5OPT fix.
24388      Branch: perl
24389            + t/run/runenv.t
24390            ! MANIFEST perl.c
24391 ____________________________________________________________________________
24392 [  8821] By: jhi                                   on 2001/02/18  16:53:46
24393         Log: Subject: Re: Why t/TEST and not Test::Harness?
24394              From: schwern@pobox.com
24395              Date: Sat, 17 Feb 2001 22:44:44 -0500
24396              Message-ID: <20010217224444.A6679@magnonel.guild.net>
24397              
24398              Replace UTEST with TEST -utf8.
24399      Branch: perl
24400            - t/UTEST
24401            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
24402            ! t/lib/glob-basic.t
24403 ____________________________________________________________________________
24404 [  8820] By: nick                                  on 2001/02/18  13:06:16
24405         Log: Clean up a few core dumps when layers are used in unexpected ways.
24406              (Still not "right"...)
24407      Branch: perlio
24408            ! perlio.c perliol.h
24409 ____________________________________________________________________________
24410 [  8819] By: jhi                                   on 2001/02/18  02:25:55
24411         Log: Integrate change #8818 from maintperl, a FAQ nit.
24412      Branch: perl
24413           !> pod/perlfaq4.pod
24414 ____________________________________________________________________________
24415 [  8818] By: jhi                                   on 2001/02/18  02:24:50
24416         Log: FAQ nit from Chris Fedde.
24417      Branch: maint-5.6/perl
24418            ! pod/perlfaq4.pod
24419 ____________________________________________________________________________
24420 [  8817] By: nick                                  on 2001/02/17  18:20:14
24421         Log: Integrate mainline
24422      Branch: perlio
24423           +> lib/unicode/UCD.html lib/unicode/Unicode.html
24424           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
24425           +> pod/perlclib.pod
24426            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
24427            - lib/unicode/Unicode.301
24428           !> (integrate 324 files)
24429 ____________________________________________________________________________
24430 [  8816] By: jhi                                   on 2001/02/17  16:56:58
24431         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
24432      Branch: perl
24433            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
24434            ! ext/Storable/Storable.xs t/lib/st-06compat.t
24435            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
24436 ____________________________________________________________________________
24437 [  8815] By: jhi                                   on 2001/02/17  16:40:07
24438         Log: Subject: [patch] -Wall
24439              From: Doug MacEachern <dougm@covalent.net>
24440              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
24441              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
24442      Branch: perl
24443            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
24444            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
24445 ____________________________________________________________________________
24446 [  8814] By: jhi                                   on 2001/02/16  19:27:18
24447         Log: Document qu better.
24448      Branch: perl
24449            ! pod/perlop.pod
24450 ____________________________________________________________________________
24451 [  8813] By: jhi                                   on 2001/02/15  13:54:37
24452         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
24453              From: Hugo <hv@crypt.compulink.co.uk>
24454              Date: Thu, 15 Feb 2001 13:39:49 +0000
24455              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
24456      Branch: perl
24457            ! toke.c
24458 ____________________________________________________________________________
24459 [  8812] By: alanbur                               on 2001/02/15  13:52:16
24460         Log: Resynchronised with parent
24461      Branch: maint-5.6/pureperl
24462            - ebcdic.c
24463           !> (integrate 36 files)
24464 ____________________________________________________________________________
24465 [  8811] By: jhi                                   on 2001/02/15  13:51:16
24466         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
24467              
24468              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
24469              From: Jan Dubois <JanD@ActiveState.com>
24470              Date: Wed, 31 Jan 2001 21:17:03 -0800
24471              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
24472              
24473              tweak change#8659 to keep it simple
24474              
24475              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
24476              From: Russ Allbery <rra@stanford.edu>
24477              Date: 14 Feb 2001 10:15:41 -0800
24478              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
24479              
24480              (8809 empty)
24481
24482              Upgrade to podlators 1.08, from Russ Allbery.
24483      Branch: perl
24484           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
24485           !> utils/perldoc.PL
24486 ____________________________________________________________________________
24487 [  8810] By: jhi                                   on 2001/02/15  13:35:08
24488         Log: Upgrade to podlators 1.08, from Russ Allbery.
24489      Branch: maint-5.6/perl
24490            ! lib/Pod/Man.pm lib/Pod/Text.pm
24491 ____________________________________________________________________________
24492 [  8809] By: jhi                                   on 2001/02/15  13:26:38
24493         Log: (accidentally empty check-in)
24494      Branch: maint-5.6/perl
24495            ! lib/Test/Harness.pm
24496 ____________________________________________________________________________
24497 [  8808] By: jhi                                   on 2001/02/15  13:23:47
24498         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
24499              From: Russ Allbery <rra@stanford.edu>
24500              Date: 14 Feb 2001 10:15:41 -0800
24501              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
24502              
24503              perldoc was hardcoding $Config{installscript}, which breaks
24504              when install* isn't where Perl ends up (such as with AFS).
24505              
24506              Use $Config{scriptdir} instead.
24507      Branch: maint-5.6/perl
24508            ! utils/perldoc.PL
24509 ____________________________________________________________________________
24510 [  8807] By: jhi                                   on 2001/02/14  14:37:27
24511         Log: Update Changes.
24512      Branch: perl
24513            ! Changes patchlevel.h
24514 ____________________________________________________________________________
24515 [  8806] By: jhi                                   on 2001/02/14  14:25:31
24516         Log: Integrate changes #8803,8804,8805 from mainline.
24517              
24518              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
24519              
24520              Don't skip too much of the locale error message if no environ array,
24521              from Chris Nandor.
24522              
24523              More MacOS Classic fixes from Chris Nandor.
24524      Branch: maint-5.6/perl
24525           !> doop.c lib/Cwd.pm perl.c perl.h util.c
24526 ____________________________________________________________________________
24527 [  8805] By: jhi                                   on 2001/02/14  03:29:01
24528         Log: More MacOS Classic fixes from Chris Nandor.
24529      Branch: perl
24530            ! doop.c lib/Cwd.pm
24531 ____________________________________________________________________________
24532 [  8804] By: jhi                                   on 2001/02/14  03:18:35
24533         Log: Don't skip too much of the locale error message if no environ array,
24534              from Chris Nandor.
24535      Branch: perl
24536            ! util.c
24537 ____________________________________________________________________________
24538 [  8803] By: jhi                                   on 2001/02/14  03:14:14
24539         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
24540      Branch: perl
24541            ! perl.c perl.h
24542 ____________________________________________________________________________
24543 [  8802] By: jhi                                   on 2001/02/13  18:31:33
24544         Log: AUTHORS update.
24545      Branch: perl
24546            ! AUTHORS
24547 ____________________________________________________________________________
24548 [  8801] By: jhi                                   on 2001/02/13  17:55:19
24549         Log: Integrate change #8792 from mainline.
24550              
24551              Subject: buncha MacPerl patches for bleadperl
24552              From: Chris Nandor <pudge@pobox.com>
24553              Date: Tue, 13 Feb 2001 00:02:43 -0500
24554              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
24555      Branch: maint-5.6/perl
24556           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
24557           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
24558           !> t/lib/basename.t toke.c util.h
24559 ____________________________________________________________________________
24560 [  8800] By: jhi                                   on 2001/02/13  17:46:43
24561         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
24562              to be forced to Off_t.
24563              
24564              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
24565              From: nick@ccl4.org
24566              Date: Thu, 1 Feb 2001 12:01:04 +0000
24567              Message-Id: <20010201120103.E11401@plum.flirble.org>
24568      Branch: maint-5.6/perl
24569            ! iperlsys.h perlio.c
24570 ____________________________________________________________________________
24571 [  8799] By: jhi                                   on 2001/02/13  16:52:51
24572         Log: Duplex duplex hunk hunk.
24573      Branch: maint-5.6/perl
24574            ! Makefile.SH
24575 ____________________________________________________________________________
24576 [  8797] By: jhi                                   on 2001/02/13  14:52:04
24577         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
24578              From: "Craig A. Berry" <craigberry@mac.com>
24579              Date: Mon, 12 Feb 2001 11:05:25 -0600
24580              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
24581      Branch: perl
24582            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
24583 ____________________________________________________________________________
24584 [  8796] By: jhi                                   on 2001/02/13  14:36:47
24585         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
24586              From: simon.cozens@pembroke.oxford.ac.uk 
24587              Date: Sat, 10 Feb 2001 17:57:02 +0000
24588              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
24589              
24590              Now it does include.
24591      Branch: perl
24592            ! pod/perldiag.pod
24593 ____________________________________________________________________________
24594 [  8795] By: jhi                                   on 2001/02/13  14:30:11
24595         Log: Sort the MANIFEST.
24596      Branch: perl
24597            ! MANIFEST
24598 ____________________________________________________________________________
24599 [  8794] By: jhi                                   on 2001/02/13  14:26:51
24600         Log: Integrate change #8793 from mainline, FAQ updates.
24601      Branch: maint-5.6/perl
24602           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
24603 ____________________________________________________________________________
24604 [  8793] By: jhi                                   on 2001/02/13  14:25:13
24605         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
24606      Branch: perl
24607            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
24608 ____________________________________________________________________________
24609 [  8792] By: jhi                                   on 2001/02/13  14:22:50
24610         Log: Subject: buncha MacPerl patches for bleadperl
24611              From: Chris Nandor <pudge@pobox.com>
24612              Date: Tue, 13 Feb 2001 00:02:43 -0500
24613              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
24614      Branch: perl
24615            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
24616            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
24617            ! t/lib/basename.t toke.c util.h
24618 ____________________________________________________________________________
24619 [  8791] By: jhi                                   on 2001/02/13  14:10:39
24620         Log: Integrate change #8790 from mainline.
24621              
24622              environ array wrongly assumed in Perl_init_i18nl10n(),
24623      Branch: maint-5.6/perl
24624           !> util.c
24625 ____________________________________________________________________________
24626 [  8790] By: jhi                                   on 2001/02/13  14:06:15
24627         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
24628              noticed by Chris Nandor in MacOS Classic.
24629      Branch: perl
24630            ! util.c
24631 ____________________________________________________________________________
24632 [  8789] By: jhi                                   on 2001/02/13  13:58:07
24633         Log: Integrate changes #8373,8487,8544,8783 from mainline.
24634              
24635              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
24636              hints files, the dynaloading, assimilate ebcdic into util.c.
24637      Branch: maint-5.6/perl
24638            - ebcdic.c
24639            ! MANIFEST hints/posix-bc.sh
24640           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
24641           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
24642           !> perlapi.c proto.h util.c
24643 ____________________________________________________________________________
24644 [  8788] By: alanbur                               on 2001/02/13  10:33:13
24645         Log: Integrated changes from maint-5.6
24646      Branch: maint-5.6/pureperl
24647           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
24648           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
24649           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
24650           !> vos/config.ga.h vos/configure_perl.cm
24651 ____________________________________________________________________________
24652 [  8787] By: jhi                                   on 2001/02/13  05:56:36
24653         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
24654      Branch: perl
24655           !> Makefile.SH
24656 ____________________________________________________________________________
24657 [  8786] By: jhi                                   on 2001/02/13  05:54:34
24658         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
24659              From: Dorner Thomas <Thomas.Dorner@start.de>
24660              Date: Mon, 12 Feb 2001 15:06:26 +0100
24661              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
24662      Branch: maint-5.6/perl
24663            ! Makefile.SH
24664 ____________________________________________________________________________
24665 [  8785] By: jhi                                   on 2001/02/13  05:29:04
24666         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
24667      Branch: perl
24668           !> hints/openbsd.sh
24669 ____________________________________________________________________________
24670 [  8784] By: jhi                                   on 2001/02/13  02:25:24
24671         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
24672              From: Peter Prymmer <pvhp@forte.com>
24673              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
24674              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
24675      Branch: perl
24676            ! pod/perlclib.pod
24677 ____________________________________________________________________________
24678 [  8783] By: jhi                                   on 2001/02/13  02:22:36
24679         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
24680      Branch: perl
24681            - ebcdic.c
24682            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
24683            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
24684            ! util.c
24685 ____________________________________________________________________________
24686 [  8782] By: jhi                                   on 2001/02/13  02:00:07
24687         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
24688      Branch: maint-5.6/perl
24689            ! pod/perlport.pod
24690 ____________________________________________________________________________
24691 [  8781] By: jhi                                   on 2001/02/13  01:58:44
24692         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
24693      Branch: maint-5.6/perl
24694            ! hints/openbsd.sh
24695 ____________________________________________________________________________
24696 [  8780] By: jhi                                   on 2001/02/13  01:57:33
24697         Log: Synchronize the regexp tests between maintperl and mainline.
24698      Branch: maint-5.6/perl
24699           !> t/op/re_tests
24700 ____________________________________________________________________________
24701 [  8779] By: jhi                                   on 2001/02/13  01:49:35
24702         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
24703              From: Hugo <hv@crypt.compulink.co.uk>
24704              Date: Tue, 13 Feb 2001 00:11:11 +0000
24705              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
24706      Branch: perl
24707            ! regcomp.c t/op/re_tests
24708 ____________________________________________________________________________
24709 [  8778] By: jhi                                   on 2001/02/13  00:23:10
24710         Log: Comments do not nest.
24711      Branch: perl
24712            ! perl.h
24713 ____________________________________________________________________________
24714 [  8777] By: jhi                                   on 2001/02/13  00:17:54
24715         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
24716              From: Hugo <hv@crypt.compulink.co.uk>
24717              Date: Tue, 13 Feb 2001 00:11:11 +0000
24718              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
24719      Branch: maint-5.6/perl
24720            ! regcomp.c t/op/re_tests
24721 ____________________________________________________________________________
24722 [  8776] By: jhi                                   on 2001/02/12  23:25:52
24723         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
24724      Branch: maint-5.6/perl
24725            ! pod/perlport.pod
24726 ____________________________________________________________________________
24727 [  8775] By: jhi                                   on 2001/02/12  23:04:28
24728         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
24729      Branch: maint-5.6/perl
24730            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
24731            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
24732            ! vos/configure_perl.cm
24733 ____________________________________________________________________________
24734 [  8774] By: jhi                                   on 2001/02/12  22:59:11
24735         Log: Subject: Re: [patch] context for 'U' magic functions
24736              From: Doug MacEachern <dougm@covalent.net>
24737              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
24738              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
24739              
24740              plus the suggestion by Nick Ing-Simmons to name the macro
24741              as PERL_MG_UFUNC to avoid namespace pollution, plus add
24742              the advice by Doug for XS writers to perl.h
24743      Branch: perl
24744            ! mg.c perl.h
24745 ____________________________________________________________________________
24746 [  8773] By: jhi                                   on 2001/02/11  20:14:12
24747         Log: Update Changes.
24748      Branch: perl
24749            ! Changes patchlevel.h
24750 ____________________________________________________________________________
24751 [  8772] By: jhi                                   on 2001/02/11  18:47:52
24752         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
24753              From: Simon Cozens <simon@cozens.net>
24754              Date: Wed, 31 Jan 2001 16:31:43 +0000
24755              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
24756      Branch: perl
24757            + pod/perlclib.pod
24758            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
24759            ! pod/perltoc.pod
24760 ____________________________________________________________________________
24761 [  8771] By: jhi                                   on 2001/02/11  18:36:48
24762         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
24763              
24764              Blocks-4d3.beta.txt
24765              CaseFolding-3d4.beta.txt
24766              CompositionExclusions-3d6.beta.txt
24767              EastAsianWidth-4d4.beta.txt
24768              LineBreak-6d3.beta.txt
24769              NamesList-3.1.0d1.beta.txt
24770              PropList-3.1.0d4.beta.txt
24771              SpecialCasing-4d1.beta.txt
24772              UnicodeData-3.1.0d6.beta.txt
24773      Branch: perl
24774            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
24775           +> lib/unicode/UCD.html lib/unicode/Unicode.html
24776            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
24777            - lib/unicode/Unicode.301
24778            ! (edit 257 files)
24779 ____________________________________________________________________________
24780 [  8770] By: jhi                                   on 2001/02/11  17:26:22
24781         Log: UTF-8 documentation.
24782      Branch: perl
24783            ! utf8.h
24784 ____________________________________________________________________________
24785 [  8769] By: jhi                                   on 2001/02/11  17:12:49
24786         Log: Retract #8762.
24787      Branch: perl
24788            ! regexec.c
24789 ____________________________________________________________________________
24790 [  8768] By: jhi                                   on 2001/02/11  16:54:45
24791         Log: Subject: [PATCH] Test::Harness
24792              From: andreas.koenig@anima.de (Andreas J. Koenig)
24793              Date: 11 Feb 2001 14:37:00 +0100
24794              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
24795      Branch: perl
24796            ! lib/Test/Harness.pm
24797 ____________________________________________________________________________
24798 [  8767] By: jhi                                   on 2001/02/11  16:53:52
24799         Log: Subject: [PATCH] Document makepatch in Porting/patching
24800              From: andreas.koenig@anima.de (Andreas J. Koenig)
24801              Date: 11 Feb 2001 16:46:28 +0100
24802              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
24803      Branch: perl
24804            ! Porting/patching.pod
24805 ____________________________________________________________________________
24806 [  8766] By: jhi                                   on 2001/02/11  06:30:23
24807         Log: Subject: Re: [patch] GvSHARED
24808              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
24809              From: Doug MacEachern <dougm@covalent.net>
24810              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
24811              
24812              Subject: Re: [patch] GvSHARED
24813              From: Doug MacEachern <dougm@covalent.net>
24814              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
24815              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
24816              
24817              Subject: [patch] attributes.pm support for `shared'
24818              From: Doug MacEachern <dougm@covalent.net>
24819              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
24820              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
24821              
24822              our() attributes were ignored, our :shared pieces missing,
24823              allow attributes.pm to turn on shared.
24824      Branch: perl
24825            ! op.c t/op/attrs.t toke.c xsutils.c
24826 ____________________________________________________________________________
24827 [  8765] By: alanbur                               on 2001/02/10  23:11:19
24828         Log: Resync with parent (hopefully sucessfully this time)
24829      Branch: maint-5.6/pureperl
24830           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
24831           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
24832           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
24833           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
24834           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
24835           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
24836           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
24837 ____________________________________________________________________________
24838 [  8764] By: jhi                                   on 2001/02/10  22:54:38
24839         Log: Make TEST and UTEST more verbose in case something goes
24840              wrong in running/compiling a script, suggested by Doug
24841              MacEachern.
24842      Branch: perl
24843            ! t/TEST t/UTEST
24844 ____________________________________________________________________________
24845 [  8763] By: jhi                                   on 2001/02/10  22:11:34
24846         Log: Bogus shebang.
24847      Branch: perl
24848            ! t/lib/texttabs.t
24849 ____________________________________________________________________________
24850 [  8762] By: jhi                                   on 2001/02/10  21:56:02
24851         Log: (Retracted by #8769)
24852      Branch: perl
24853            ! regexec.c
24854 ____________________________________________________________________________
24855 [  8761] By: jhi                                   on 2001/02/10  21:26:15
24856         Log: Subject: Re: [patch] GvSHARED 
24857              From: Doug MacEachern <dougm@covalent.net>
24858              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
24859              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
24860              
24861              our @EXPORT : shared = (...);
24862      Branch: perl
24863            ! toke.c
24864 ____________________________________________________________________________
24865 [  8760] By: jhi                                   on 2001/02/10  21:25:07
24866         Log: Subject: [patch] GvSHARED
24867              From: Doug MacEachern <dougm@covalent.net>
24868              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
24869              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
24870      Branch: perl
24871            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
24872 ____________________________________________________________________________
24873 [  8759] By: alanbur                               on 2001/02/10  21:24:27
24874         Log: Backed out mismerge.
24875      Branch: maint-5.6/pureperl
24876            ! MANIFEST README.hpux README.vmesa gv.c installhtml
24877            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
24878            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
24879            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
24880            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
24881            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
24882            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
24883 ____________________________________________________________________________
24884 [  8758] By: jhi                                   on 2001/02/10  18:01:17
24885         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
24886              
24887              Fixed UMRs and leak in Perl_pmtrans()
24888              
24889              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
24890              associated UTFied tr/// code.  Also fixed scoping leak of
24891              PL_reg_start_tmp.
24892              
24893              newATTRSUB leaks when an attempt to redefine the active sort sub is
24894              made.
24895      Branch: maint-5.6/perl
24896           !> op.c regcomp.c
24897 ____________________________________________________________________________
24898 [  8757] By: alanbur                               on 2001/02/10  17:56:46
24899         Log: Resynchronised with parent
24900      Branch: maint-5.6/pureperl
24901           +> README.bs2000
24902            - README.posix-bc
24903            ! gv.c perl.c sv.c
24904           !> MANIFEST README.hpux README.vmesa installhtml
24905           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
24906           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
24907           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
24908           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
24909           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
24910           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
24911 ____________________________________________________________________________
24912 [  8756] By: alanbur                               on 2001/02/10  17:51:15
24913         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
24914              made.
24915      Branch: maint-5.6/pureperl
24916            ! op.c
24917 ____________________________________________________________________________
24918 [  8755] By: jhi                                   on 2001/02/09  22:41:35
24919         Log: Upgrade to CPAN 1.59_54, from Andreas König.
24920      Branch: perl
24921            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
24922 ____________________________________________________________________________
24923 [  8754] By: jhi                                   on 2001/02/09  22:29:20
24924         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
24925              
24926              Didn't upgrade the fill.t since it has a dependency to File::Slurp
24927              purely for debugging purposes, the actual test hasn't changed.
24928      Branch: perl
24929            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
24930            ! t/lib/textwrap.t
24931 ____________________________________________________________________________
24932 [  8753] By: jhi                                   on 2001/02/09  20:17:50
24933         Log: Integrate change #8682 from maintperl.
24934              
24935              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
24936              to work correctly.
24937      Branch: perl
24938           !> hints/irix_6.sh
24939 ____________________________________________________________________________
24940 [  8752] By: jhi                                   on 2001/02/09  20:00:46
24941         Log: Update Changes.
24942      Branch: perl
24943            ! Changes patchlevel.h
24944 ____________________________________________________________________________
24945 [  8751] By: nick                                  on 2001/02/09  19:48:37
24946         Log: Integrate mainline
24947      Branch: perlio
24948           +> README.bs2000 t/lib/cgi-esc.t
24949            - README.posix-bc
24950           !> (integrate 53 files)
24951 ____________________________________________________________________________
24952 [  8750] By: nick                                  on 2001/02/09  19:25:16
24953         Log: Subject: RE: Biannual Competition to Improve Hashing Function
24954              From: Fisher Mark <fisherm@tce.com>
24955              Date: Thu, 8 Feb 2001 10:44:00 -0500
24956              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
24957              Date: Thu, 8 Feb 2001 15:02:47 -0500
24958              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
24959      Branch: perl
24960            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
24961 ____________________________________________________________________________
24962 [  8749] By: jhi                                   on 2001/02/09  19:02:35
24963         Log: Forgotten fragment.
24964      Branch: perl
24965            ! pod/perlapi.pod
24966 ____________________________________________________________________________
24967 [  8748] By: jhi                                   on 2001/02/09  18:31:34
24968         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
24969              plus manual tweakage.
24970              
24971              Sync the perlfaq2 between mainline and maintperl.
24972      Branch: maint-5.6/perl
24973            ! pod/perlfaq2.pod
24974      Branch: perl
24975           !> pod/perlfaq2.pod
24976 ____________________________________________________________________________
24977 [  8747] By: jhi                                   on 2001/02/09  18:12:04
24978         Log: Subject: versiononly and installperl
24979              From: abigail@foad.org
24980              Date: Wed, 7 Feb 2001 22:43:12 +0100
24981              Message-ID: <20010207214312.7045.qmail@foad.org>    
24982              
24983              Add +v flag to force a normal install of the perl binary
24984              and the utilities.
24985              
24986              Subject: [PATCH] installperl
24987              From: Nicholas Clark <nick@ccl4.org>
24988              Date: Fri, 9 Feb 2001 16:28:57 +0000
24989              Message-ID: <20010209162857.B10931@plum.flirble.org>
24990              
24991              Add -A flag which also hardlinks the binary with
24992              the full architecture name.
24993      Branch: perl
24994            ! installperl
24995 ____________________________________________________________________________
24996 [  8746] By: jhi                                   on 2001/02/09  18:03:43
24997         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
24998              
24999              Subject: perlfaq2, re: perlmongers
25000              
25001              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
25002              
25003              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
25004              
25005              Subject: [ID 20010205.001] typo in perlfaq9
25006              
25007              Subject: [ID 20010208.002] unordered explanation in perlcall
25008      Branch: maint-5.6/perl
25009           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
25010           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
25011           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
25012 ____________________________________________________________________________
25013 [  8745] By: jhi                                   on 2001/02/09  17:59:09
25014         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
25015              From: abela@geneanet.org
25016              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
25017              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
25018      Branch: perl
25019            ! pod/perlcall.pod
25020 ____________________________________________________________________________
25021 [  8744] By: jhi                                   on 2001/02/09  17:48:16
25022         Log: Subject: [ID 20010205.001] typo in perlfaq9
25023              From: eserte@vran.herceg.de
25024              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
25025              Message-Id: <200102042244.XAA21926@vran.herceg.de>
25026      Branch: perl
25027            ! pod/perlfaq9.pod
25028 ____________________________________________________________________________
25029 [  8743] By: jhi                                   on 2001/02/09  17:25:12
25030         Log: Integrate change #8695 from maintperl.
25031              
25032              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
25033      Branch: perl
25034           !> thread.h
25035 ____________________________________________________________________________
25036 [  8742] By: jhi                                   on 2001/02/09  17:21:22
25037         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
25038              From: Andy Dougherty <doughera@lafayette.edu>
25039              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
25040              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
25041      Branch: perl
25042            ! embed.pl
25043 ____________________________________________________________________________
25044 [  8741] By: jhi                                   on 2001/02/09  17:05:19
25045         Log: Integrate changes #8738,8739,8740 from maintperl.
25046              
25047              Html files will be installed in a more logical and easier to
25048              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
25049              
25050              Html files will be generated with a header to make them look
25051              a little less bare.
25052              
25053              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
25054      Branch: perl
25055           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
25056 ____________________________________________________________________________
25057 [  8740] By: jhi                                   on 2001/02/09  17:03:46
25058         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
25059              From: "Brendan O'Dea" <bod@compusol.com.au>
25060              Date: Sun, 4 Feb 2001 11:17:56 +1100
25061              Message-ID: <20010204111756.A16301@compusol.com.au>
25062      Branch: maint-5.6/perl
25063            ! pod/perlfaq3.pod
25064 ____________________________________________________________________________
25065 [  8739] By: jhi                                   on 2001/02/09  17:01:59
25066         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
25067              From: "Indy Singh" <indy@nusphere.com>
25068              Date: Fri, 2 Feb 2001 15:09:59 -0500
25069              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
25070              
25071              Html files will be generated with a header to make them look
25072              a little less bare.
25073      Branch: maint-5.6/perl
25074            ! installhtml
25075 ____________________________________________________________________________
25076 [  8738] By: jhi                                   on 2001/02/09  16:58:48
25077         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
25078              From: "Indy Singh" <indy@nusphere.com>
25079              Date: Fri, 2 Feb 2001 15:08:23 -0500
25080              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
25081              
25082              Html files will be installed in a more logical and easier to
25083              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
25084      Branch: maint-5.6/perl
25085            ! win32/Makefile win32/makefile.mk
25086 ____________________________________________________________________________
25087 [  8737] By: jhi                                   on 2001/02/09  16:46:54
25088         Log: Integrate changes #8687,8736 from maintperl.
25089              
25090              HP-UX thread patches from Merijn H. Brand.
25091              
25092              Latin nit from Philip Newton.
25093      Branch: perl
25094           !> README.hpux hints/hpux.sh
25095 ____________________________________________________________________________
25096 [  8736] By: jhi                                   on 2001/02/09  16:42:31
25097         Log: Latin nit from Philip Newton.
25098      Branch: maint-5.6/perl
25099            ! README.hpux
25100 ____________________________________________________________________________
25101 [  8735] By: jhi                                   on 2001/02/09  16:24:03
25102         Log: Integrate changes #8704,8710 from pureperl.
25103              
25104              Fixed UMRs and leak in Perl_pmtrans()
25105              
25106              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
25107              associated UTFied tr/// code.  Also fixed scoping leak of
25108              PL_reg_start_tmp.
25109      Branch: perl
25110           !> op.c regcomp.c
25111 ____________________________________________________________________________
25112 [  8734] By: jhi                                   on 2001/02/09  15:40:21
25113         Log: Integrate change #8733 from maintperl.
25114              
25115              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
25116      Branch: perl
25117           !> pod/perlre.pod
25118 ____________________________________________________________________________
25119 [  8733] By: jhi                                   on 2001/02/09  15:35:47
25120         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
25121              From: Prymmer/Kahn <pvhp@best.com>
25122              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
25123              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
25124      Branch: maint-5.6/perl
25125            ! pod/perlre.pod
25126 ____________________________________________________________________________
25127 [  8732] By: jhi                                   on 2001/02/09  15:26:17
25128         Log: Rename README.posix-bc to README.bs2000 (to avoid the
25129              confusion of a "perlposix-bc.pod"), add a few missing
25130              arch pods, regen toc.
25131      Branch: maint-5.6/perl
25132           +> README.bs2000
25133            - README.posix-bc
25134            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
25135            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
25136 ____________________________________________________________________________
25137 [  8731] By: jhi                                   on 2001/02/09  15:23:39
25138         Log: De-cut-and-pasto.
25139      Branch: perl
25140            ! pod/perl.pod
25141 ____________________________________________________________________________
25142 [  8730] By: jhi                                   on 2001/02/09  15:11:13
25143         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
25144              when people think that perlposix-bc.pod tells anything about
25145              Perl and POSIX.  Regen toc.
25146      Branch: perl
25147           +> README.bs2000
25148            - README.posix-bc
25149            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
25150            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
25151 ____________________________________________________________________________
25152 [  8729] By: jhi                                   on 2001/02/09  14:52:28
25153         Log: The README.vmesa part of #8712 from maintperl.
25154      Branch: perl
25155            ! README.vmesa
25156 ____________________________________________________________________________
25157 [  8728] By: jhi                                   on 2001/02/09  14:46:06
25158         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
25159              From: Peter Prymmer <pvhp@forte.com>
25160              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
25161              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
25162      Branch: maint-5.6/perl
25163            ! README.vmesa win32/Makefile win32/makefile.mk
25164 ____________________________________________________________________________
25165 [  8727] By: jhi                                   on 2001/02/09  14:33:25
25166         Log: Integrate change #8712 from mainline.
25167              
25168              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
25169      Branch: maint-5.6/perl
25170           !> lib/Pod/Find.pm
25171 ____________________________________________________________________________
25172 [  8726] By: jhi                                   on 2001/02/09  14:30:28
25173         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
25174              From: Peter Prymmer <pvhp@forte.com>
25175              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
25176              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
25177      Branch: perl
25178            + t/lib/cgi-esc.t
25179            ! MANIFEST lib/CGI/Util.pm
25180 ____________________________________________________________________________
25181 [  8725] By: jhi                                   on 2001/02/09  04:56:47
25182         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
25183      Branch: maint-5.6/perl
25184            ! pod/perlport.pod
25185 ____________________________________________________________________________
25186 [  8724] By: jhi                                   on 2001/02/09  04:40:59
25187         Log: Integrate changes 7819,7820 from vmsperl into mainline.
25188              
25189              Add header for LIB$ prototypes (C. Berry)
25190              
25191              Convert fwrite()s to sockets to write()s, since some socket stacks
25192              don't take kindly to stdio.
25193              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
25194              (for often optional LNMs)
25195              Correct a few typos
25196              (C. Bailey)
25197      Branch: perl
25198           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
25199 ____________________________________________________________________________
25200 [  8723] By: jhi                                   on 2001/02/09  03:29:29
25201         Log: Integrate change #8722 from mainline.
25202              
25203              The Im() function wasn't returning zero for non-Math::Complex
25204              arguments.  The bug reported by John Gamble.
25205      Branch: maint-5.6/perl
25206           !> lib/Math/Complex.pm
25207 ____________________________________________________________________________
25208 [  8722] By: jhi                                   on 2001/02/09  03:28:33
25209         Log: The Im() function wasn't returning zero for non-Math::Complex
25210              arguments.  The bug reported by John Gamble.
25211      Branch: perl
25212            ! lib/Math/Complex.pm
25213 ____________________________________________________________________________
25214 [  8721] By: nick                                  on 2001/02/08  22:11:35
25215         Log: Correct the correction :-(
25216      Branch: perl
25217            ! perl.c
25218 ____________________________________________________________________________
25219 [  8720] By: bailey                                on 2001/02/08  20:59:22
25220         Log: Convert frwite()s to sockets to write()s, since some socket stacks
25221              don't take kindly to stdio.
25222              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
25223              (for often optional LNMs)
25224              Correct a few typos
25225              (C. Bailey)
25226      Branch: vmsperl
25227            ! vms/vms.c vms/vmsish.h
25228 ____________________________________________________________________________
25229 [  8719] By: bailey                                on 2001/02/08  20:51:02
25230         Log: Add header for LIB$ prototypes (C. Berry)
25231      Branch: vmsperl
25232            ! ext/Devel/DProf/DProf.xs
25233 ____________________________________________________________________________
25234 [  8718] By: bailey                                on 2001/02/08  20:49:00
25235         Log: SYN SYN
25236      Branch: vmsperl
25237           +> pod/perliol.pod t/lib/sample-tests/bailout
25238           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
25239           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
25240           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
25241           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
25242           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
25243           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
25244            - lib/unicode/Is/DCinital.pl
25245           !> (integrate 101 files)
25246 ____________________________________________________________________________
25247 [  8717] By: nick                                  on 2001/02/08  19:38:48
25248         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
25249              From: Robin Barker <rmb1@cise.npl.co.uk>
25250              Date: Thu, 8 Feb 2001 14:38:07 GMT
25251              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
25252      Branch: perl
25253            ! lib/CPAN.pm
25254 ____________________________________________________________________________
25255 [  8716] By: nick                                  on 2001/02/08  19:29:07
25256         Log: Generated files form 8713 etc.
25257      Branch: perl
25258            ! embed.h global.sym objXSUB.h perlapi.c proto.h
25259 ____________________________________________________________________________
25260 [  8715] By: nick                                  on 2001/02/08  19:26:08
25261         Log: Fixup non-ithread build after 8713
25262      Branch: perl
25263            ! perl.c
25264 ____________________________________________________________________________
25265 [  8714] By: nick                                  on 2001/02/08  19:17:45
25266         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
25267              From: nick@ccl4.org
25268              Date: Wed, 7 Feb 2001 00:27:47 +0000
25269              Message-Id: <20010207002747.B63724@plum.flirble.org>
25270      Branch: perl
25271            ! sv.c toke.c
25272 ____________________________________________________________________________
25273 [  8713] By: nick                                  on 2001/02/08  19:15:58
25274         Log: Subject: Re: [patch] Re: PL_ptr_table
25275              From: Doug Maceachern <dougm@covalent.net>
25276              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
25277              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
25278      Branch: perl
25279            ! embed.pl perl.c sv.c sv.h
25280 ____________________________________________________________________________
25281 [  8712] By: nick                                  on 2001/02/08  19:12:47
25282         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
25283              From: Peter Prymmer <pvhp@forte.com>
25284              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
25285              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
25286      Branch: perl
25287            ! lib/Pod/Find.pm
25288 ____________________________________________________________________________
25289 [  8711] By: nick                                  on 2001/02/07  21:06:11
25290         Log: Manually appliued version for dev branch of Alan/Sarathy 5.6 patch.
25291              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
25292              From: Alan Burlison <Alan.Burlison@uk.sun.com>
25293              Date: Tue, 06 Feb 2001 23:37:01 +0000
25294              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
25295      Branch: perl
25296            ! regcomp.c
25297 ____________________________________________________________________________
25298 [  8710] By: alanbur                               on 2001/02/07  00:22:04
25299         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
25300              associated UTFied tr/// code.  Also fixed scoping leak of
25301              PL_reg_start_tmp.
25302      Branch: maint-5.6/pureperl
25303            ! op.c regcomp.c
25304 ____________________________________________________________________________
25305 [  8709] By: nick                                  on 2001/02/06  21:16:49
25306         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
25307              From: Michael G Schwern <schwern@pobox.com>
25308              Date: Sun, 4 Feb 2001 19:47:14 -0500
25309              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
25310      Branch: perl
25311            ! pod/perlapi.pod pod/perlmodlib.PL
25312 ____________________________________________________________________________
25313 [  8708] By: nick                                  on 2001/02/06  20:41:20
25314         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
25315              From: Michael G Schwern <schwern@pobox.com>
25316              Date: Sun, 4 Feb 2001 21:17:49 -0500
25317              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
25318      Branch: perl
25319            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
25320            ! pod/perltootc.pod
25321 ____________________________________________________________________________
25322 [  8707] By: nick                                  on 2001/02/06  20:29:11
25323         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
25324              From: Michael G Schwern <schwern@pobox.com>
25325              Date: Tue, 6 Feb 2001 05:54:30 -0500
25326              Message-Id: <20010206055430.A951@blackrider.aocn.com>
25327      Branch: perl
25328            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
25329 ____________________________________________________________________________
25330 [  8706] By: nick                                  on 2001/02/06  20:21:40
25331         Log: Subject: RE: some win32 fixes
25332              Date: Tue, 6 Feb 2001 09:23:20 +0300
25333              From: Vadim Konovalov <vkonovalov@lucent.com>
25334              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
25335      Branch: perl
25336            ! toke.c win32/Makefile win32/config.bc win32/config.gc
25337            ! win32/config.vc win32/config_H.bc win32/makefile.mk
25338 ____________________________________________________________________________
25339 [  8705] By: alanbur                               on 2001/02/06  15:00:03
25340         Log: Synchronised with parent
25341      Branch: maint-5.6/pureperl
25342            ! regexec.c
25343           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
25344           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
25345 ____________________________________________________________________________
25346 [  8704] By: alanbur                               on 2001/02/06  14:55:24
25347         Log: Fixed UMRs and leak in Perl_pmtrans()
25348      Branch: maint-5.6/pureperl
25349            ! op.c
25350 ____________________________________________________________________________
25351 [  8703] By: gsar                                  on 2001/02/06  02:29:37
25352         Log: $(MAKE) distclean doesn't clean up properly on windows
25353      Branch: maint-5.6/perl
25354            ! win32/Makefile win32/makefile.mk
25355 ____________________________________________________________________________
25356 [  8702] By: gsar                                  on 2001/02/06  01:00:46
25357         Log: tweak change#8659 to keep it simple
25358      Branch: maint-5.6/perl
25359            ! utils/perldoc.PL
25360 ____________________________________________________________________________
25361 [  8701] By: gsar                                  on 2001/02/05  22:45:41
25362         Log: change#8693 was missing testsuite changes
25363      Branch: maint-5.6/perl
25364           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
25365 ____________________________________________________________________________
25366 [  8700] By: nick                                  on 2001/02/05  20:32:52
25367         Log: Integrate mainline
25368      Branch: perlio
25369           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
25370           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
25371           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
25372           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
25373           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
25374           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
25375           +> t/lib/test-harness.t
25376           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
25377           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
25378           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
25379           !> pod/perlutil.pod t/TEST utils/h2xs.PL
25380 ____________________________________________________________________________
25381 [  8699] By: nick                                  on 2001/02/05  19:41:07
25382         Log: Subject: perlfaq2, re: perlmongers
25383              From: David H. Adler <dha@panix.com>
25384              Date: Sun, 4 Feb 2001 23:48:23 -0500
25385              Message-Id: <20010204234823.A13429@panix.com>
25386      Branch: perl
25387            ! pod/perlfaq2.pod
25388 ____________________________________________________________________________
25389 [  8698] By: nick                                  on 2001/02/05  19:39:31
25390         Log: Missed file f#rom the testharness mess.
25391      Branch: perl
25392            + t/lib/test-harness.t
25393 ____________________________________________________________________________
25394 [  8697] By: nick                                  on 2001/02/05  19:37:21
25395         Log: Subject: [DOC PATCH] overload.pm nits
25396              From: John Tobey <jtobey@john-edwin-tobey.org>
25397              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
25398              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
25399      Branch: perl
25400            ! lib/overload.pm
25401 ____________________________________________________________________________
25402 [  8696] By: alanbur                               on 2001/02/05  11:56:00
25403         Log: Sync with parent
25404      Branch: maint-5.6/pureperl
25405           !> thread.h
25406 ____________________________________________________________________________
25407 [  8695] By: gsar                                  on 2001/02/05  03:27:34
25408         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
25409      Branch: maint-5.6/perl
25410            ! thread.h
25411 ____________________________________________________________________________
25412 [  8694] By: alanbur                               on 2001/02/05  00:07:47
25413         Log: Initial branch creation from //depot/maint-5.6/perl
25414      Branch: maint-5.6/pureperl
25415           +> (branch 1719 files)
25416 ____________________________________________________________________________
25417 [  8693] By: gsar                                  on 2001/02/04  22:38:49
25418         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
25419              changes)
25420      Branch: maint-5.6/perl
25421           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
25422           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
25423           !> ext/DB_File/version.c
25424 ____________________________________________________________________________
25425 [  8692] By: nick                                  on 2001/02/04  18:15:57
25426         Log: The missed t/TEST part of the grand testharness upgrade.
25427      Branch: perl
25428            ! t/TEST
25429 ____________________________________________________________________________
25430 [  8691] By: nick                                  on 2001/02/04  18:05:17
25431         Log: New improved test harness
25432              Subject: Re: [PATCH Test::Harness] Third time's a charm?
25433              From: Michael G Schwern <schwern@pobox.com>
25434              Date: Sun, 4 Feb 2001 08:01:20 -0500
25435              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
25436      Branch: perl
25437            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
25438            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
25439            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
25440            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
25441            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
25442            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
25443            ! MANIFEST lib/Test/Harness.pm
25444 ____________________________________________________________________________
25445 [  8690] By: nick                                  on 2001/02/04  17:57:51
25446         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
25447              From: Jonathan Stowe <gellyfish@gellyfish.com>
25448              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
25449              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
25450      Branch: perl
25451            ! utils/h2xs.PL
25452 ____________________________________________________________________________
25453 [  8689] By: nick                                  on 2001/02/04  17:55:24
25454         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
25455              From: Michael G Schwern <schwern@pobox.com>
25456              Date: Sat, 3 Feb 2001 22:46:38 -0500
25457              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
25458      Branch: perl
25459            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
25460            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
25461 ____________________________________________________________________________
25462 [  8688] By: nick                                  on 2001/02/04  17:43:55
25463         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
25464              length byfailing to spot lack of closing )
25465              From: nick@talking.bollo.cx
25466              Date: Sat, 03 Feb 2001 23:53:16 +0000
25467              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
25468      Branch: perl
25469            ! perlio.c pod/perldiag.pod
25470 ____________________________________________________________________________
25471 [  8687] By: jhi                                   on 2001/02/03  17:11:42
25472         Log: HP-UX thread patches from Merijn H. Brand.
25473      Branch: maint-5.6/perl
25474            ! README.hpux hints/hpux.sh
25475 ____________________________________________________________________________
25476 [  8686] By: jhi                                   on 2001/02/03  16:40:12
25477         Log: Metaconfig changes for #8685.
25478      Branch: metaconfig
25479            ! U/installdirs/instubperl.U
25480      Branch: metaconfig/U/perl
25481            ! Devel.U versiononly.U
25482 ____________________________________________________________________________
25483 [  8685] By: jhi                                   on 2001/02/03  16:39:49
25484         Log: For -Dusedevel builds turn off installusrbinperl and turn on
25485              versiononly, a combined idea of Richard Soderberg and Merijn
25486              H. Brand.  You can still override both of these from the command
25487              line if you need to, -Dinstallusrbinperl and -Uversiononly.
25488      Branch: perl
25489            ! Configure
25490 ____________________________________________________________________________
25491 [  8684] By: jhi                                   on 2001/02/03  16:16:34
25492         Log: Metaconfig unit fix for #8683.
25493      Branch: metaconfig
25494            ! U/compline/nblock_io.U
25495 ____________________________________________________________________________
25496 [  8683] By: jhi                                   on 2001/02/03  16:16:12
25497         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
25498              reported by Peter Prymmer for 5.6-TRIAL1.
25499      Branch: perl
25500            ! Configure
25501 ____________________________________________________________________________
25502 [  8682] By: jhi                                   on 2001/02/03  05:52:11
25503         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
25504              to work correctly.
25505      Branch: maint-5.6/perl
25506            ! hints/irix_6.sh
25507 ____________________________________________________________________________
25508 [  8681] By: jhi                                   on 2001/02/03  05:47:33
25509         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
25510      Branch: maint-5.6/perl
25511            ! pod/perlport.pod
25512 ____________________________________________________________________________
25513 [  8680] By: jhi                                   on 2001/02/02  21:39:49
25514         Log: perlport update from Peter Prymmer.
25515      Branch: maint-5.6/perl
25516            ! pod/perlport.pod
25517 ____________________________________________________________________________
25518 [  8679] By: nick                                  on 2001/02/02  20:50:48
25519         Log: Integrate mainline
25520      Branch: perlio
25521           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
25522           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
25523           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
25524 ____________________________________________________________________________
25525 [  8678] By: gsar                                  on 2001/02/02  16:02:12
25526         Log: note about bincompat, slightly modified (from Lupe Christoph)
25527      Branch: maint-5.6/perl
25528            ! README.solaris
25529 ____________________________________________________________________________
25530 [  8677] By: jhi                                   on 2001/02/02  15:46:20
25531         Log: Supported platforms updates.
25532      Branch: maint-5.6/perl
25533            ! pod/perlport.pod
25534 ____________________________________________________________________________
25535 [  8676] By: jhi                                   on 2001/02/02  03:41:26
25536         Log: A couple more perlfaq2 tweaks.
25537      Branch: maint-5.6/perl
25538            ! pod/perlfaq2.pod
25539 ____________________________________________________________________________
25540 [  8675] By: jhi                                   on 2001/02/02  03:17:44
25541         Log: Misedit in #8661.
25542      Branch: maint-5.6/perl
25543            ! Configure
25544 ____________________________________________________________________________
25545 [  8674] By: jhi                                   on 2001/02/02  03:14:38
25546         Log: Damien again.
25547      Branch: maint-5.6/perl
25548            ! pod/perlfaq2.pod
25549 ____________________________________________________________________________
25550 [  8673] By: jhi                                   on 2001/02/02  03:12:40
25551         Log: perlfaq update from Elaine Ashton.
25552      Branch: maint-5.6/perl
25553            ! pod/perlfaq2.pod
25554 ____________________________________________________________________________
25555 [  8672] By: jhi                                   on 2001/02/02  03:07:08
25556         Log: UTF-8 s/// patch from Inaba Hiroto.
25557      Branch: maint-5.6/perl
25558            ! pp_ctl.c pp_hot.c
25559 ____________________________________________________________________________
25560 [  8671] By: jhi                                   on 2001/02/01  22:34:31
25561         Log: Update Changes.
25562      Branch: perl
25563            ! Changes patchlevel.h
25564 ____________________________________________________________________________
25565 [  8670] By: jhi                                   on 2001/02/01  22:15:29
25566         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
25567              from maintperl.
25568              
25569              Upgrade to Getopt::Long 2.25, from Johan Vromans.
25570              
25571              more files need to be writable in the source distribution
25572              
25573              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
25574              
25575              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
25576              
25577              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
25578              
25579              Allow the float to be fuzzier.
25580              
25581              need to use INT2PTR instead of a straight cast or ia64 fails
25582              
25583              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
25584              
25585              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
25586      Branch: perl
25587           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
25588           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
25589           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
25590 ____________________________________________________________________________
25591 [  8669] By: jhi                                   on 2001/02/01  21:57:02
25592         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
25593              From: Robin Barker <rmb1@cise.npl.co.uk>
25594              Date: Thu, 1 Feb 2001 16:59:05 GMT
25595              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
25596      Branch: maint-5.6/perl
25597            ! pod/perlmodlib.PL
25598 ____________________________________________________________________________
25599 [  8668] By: nick                                  on 2001/02/01  19:41:40
25600         Log: Integrate mainline
25601      Branch: perlio
25602           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
25603           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
25604           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
25605 ____________________________________________________________________________
25606 [  8667] By: gsar                                  on 2001/02/01  16:59:11
25607         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
25608      Branch: maint-5.6/perl
25609            ! embed.pl embedvar.h
25610 ____________________________________________________________________________
25611 [  8666] By: gsar                                  on 2001/02/01  16:34:51
25612         Log: add missing entries to win32/config.?c
25613      Branch: maint-5.6/perl
25614            ! win32/config.bc win32/config.gc win32/config.vc
25615            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
25616 ____________________________________________________________________________
25617 [  8665] By: jhi                                   on 2001/02/01  14:58:51
25618         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
25619              From: "Stephen P. Potter" <spp@spotter.yi.org>
25620              Date: Thu, 01 Feb 2001 10:45:46 -0500
25621              Message-Id: <200102011545.KAA31479@spotter.yi.org>
25622      Branch: maint-5.6/perl
25623            ! pod/perlfunc.pod
25624 ____________________________________________________________________________
25625 [  8664] By: gsar                                  on 2001/02/01  14:52:37
25626         Log: need to use INT2PTR instead of a straight cast or ia64 fails
25627              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
25628      Branch: maint-5.6/perl
25629            ! ext/POSIX/POSIX.xs
25630 ____________________________________________________________________________
25631 [  8663] By: jhi                                   on 2001/02/01  14:09:13
25632         Log: Allow the float to be fuzzier.
25633      Branch: maint-5.6/perl
25634            ! t/lib/peek.t
25635 ____________________________________________________________________________
25636 [  8662] By: jhi                                   on 2001/02/01  13:59:00
25637         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
25638              From: Robin Barker <rmb1@cise.npl.co.uk>
25639              Date: Thu, 1 Feb 2001 13:05:39 GMT
25640              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
25641      Branch: maint-5.6/perl
25642            ! pod/perlmodlib.pod
25643 ____________________________________________________________________________
25644 [  8661] By: jhi                                   on 2001/02/01  13:57:38
25645         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
25646              Date: Thu, 01 Feb 2001 14:15:41 +0100
25647              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25648              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
25649              
25650              Have the $ccflags in the gcc version test (strange, this change
25651              is claimed to be have been integrated already)
25652      Branch: maint-5.6/perl
25653            ! Configure
25654 ____________________________________________________________________________
25655 [  8660] By: jhi                                   on 2001/02/01  13:44:10
25656         Log: Integrate changes #7950,7964,7962 from mainline.
25657              
25658              Find the stdchar signedness using cpp, should fix some of
25659              the Solaris compiler warnings reported by Alan Burlison.
25660      Branch: maint-5.6/perl
25661           !> Configure config_h.SH
25662 ____________________________________________________________________________
25663 [  8659] By: jhi                                   on 2001/02/01  05:35:32
25664         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
25665              From: Jan Dubois <JanD@ActiveState.com>
25666              Date: Wed, 31 Jan 2001 21:17:03 -0800
25667              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
25668      Branch: maint-5.6/perl
25669            ! utils/perldoc.PL
25670 ____________________________________________________________________________
25671 [  8658] By: jhi                                   on 2001/02/01  04:33:17
25672         Log: Integrate the README.os390 and README.posix-bc parts of mainline
25673              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
25674              installperl parts were taken care of by #8657.)
25675      Branch: maint-5.6/perl
25676           !> README.os390 README.posix-bc
25677 ____________________________________________________________________________
25678 [  8657] By: jhi                                   on 2001/02/01  04:29:21
25679         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
25680              From: Peter Prymmer <pvhp@forte.com>
25681              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
25682              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
25683      Branch: maint-5.6/perl
25684            + ext/DynaLoader/dl_dllload.xs
25685            ! MANIFEST Makefile.SH hints/os390.sh installperl
25686 ____________________________________________________________________________
25687 [  8656] By: jhi                                   on 2001/02/01  04:25:45
25688         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
25689              From: Peter Prymmer <pvhp@forte.com>
25690              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
25691              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
25692      Branch: maint-5.6/perl
25693            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
25694 ____________________________________________________________________________
25695 [  8655] By: jhi                                   on 2001/02/01  04:14:47
25696         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
25697              From: troc@netrus.net
25698              Date: Wed, 31 Jan 2001 22:31:26 -0500
25699              Message-Id: <200102010331.WAA117.85@rocco.homenet>
25700      Branch: maint-5.6/perl
25701            ! os2/os2.c
25702 ____________________________________________________________________________
25703 [  8654] By: jhi                                   on 2001/02/01  04:12:52
25704         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
25705              as reported by Alan Burlison.
25706      Branch: maint-5.6/perl
25707            ! pp.h
25708 ____________________________________________________________________________
25709 [  8653] By: jhi                                   on 2001/02/01  04:05:12
25710         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
25711              From: dsugalski@northernlight.com
25712              Date: Wed, 31 Jan 2001 18:54:11 -0500
25713              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
25714      Branch: maint-5.6/perl
25715            ! configure.com
25716 ____________________________________________________________________________
25717 [  8652] By: jhi                                   on 2001/02/01  04:03:11
25718         Log: Misplaced #endif.
25719              
25720              Subject: [perl-5-6-1-trial2] patches for EPOC
25721              From: Olaf Flebbe <O.Flebbe@science-computing.de>
25722              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
25723              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
25724      Branch: maint-5.6/perl
25725            ! epoc/epocish.c
25726 ____________________________________________________________________________
25727 [  8651] By: jhi                                   on 2001/02/01  04:00:25
25728         Log: Integrate changes #8647,8648,8650 from mainline.
25729              
25730              Macrofy a magic UTF-8 test.
25731              
25732              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
25733              
25734              Watch out for cross compiling for EPOC (usually done on linux).
25735      Branch: maint-5.6/perl
25736           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
25737 ____________________________________________________________________________
25738 [  8650] By: jhi                                   on 2001/02/01  03:56:20
25739         Log: Watch out for cross compiling for EPOC (usually done on linux)
25740              
25741              Subject: [perl-5-6-1-trial2] patches for EPOC
25742              From: Olaf Flebbe <O.Flebbe@science-computing.de>
25743              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
25744              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
25745      Branch: perl
25746            ! ext/Errno/Errno_pm.PL
25747 ____________________________________________________________________________
25748 [  8649] By: gsar                                  on 2001/02/01  00:46:00
25749         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
25750      Branch: maint-5.6/perl
25751            ! sv.c
25752 ____________________________________________________________________________
25753 [  8648] By: jhi                                   on 2001/01/31  23:35:36
25754         Log: All the uses of PL_numeric_radix must be protected by
25755              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
25756              
25757              Subject: [perl-5-6-1-trial2] patches for EPOC
25758              From: Olaf Flebbe <O.Flebbe@science-computing.de>
25759              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
25760              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
25761      Branch: perl
25762            ! sv.c
25763 ____________________________________________________________________________
25764 [  8647] By: jhi                                   on 2001/01/31  22:56:16
25765         Log: Macrofy a magic UTF-8 test.
25766      Branch: perl
25767            ! utf8.c utf8.h
25768 ____________________________________________________________________________
25769 [  8646] By: gsar                                  on 2001/01/31  15:55:12
25770         Log: update Changes
25771      Branch: maint-5.6/perl
25772            ! Changes
25773 ____________________________________________________________________________
25774 [  8645] By: gsar                                  on 2001/01/31  15:10:14
25775         Log: Configure tweak suggested by Peter Prymmer
25776      Branch: maint-5.6/perl
25777            ! Configure
25778 ____________________________________________________________________________
25779 [  8644] By: gsar                                  on 2001/01/31  15:06:32
25780         Log: more files need to be writable in the source distribution
25781      Branch: maint-5.6/perl
25782            ! Porting/makerel
25783 ____________________________________________________________________________
25784 [  8643] By: jhi                                   on 2001/01/31  14:59:46
25785         Log: Integrate changes #8258,8278,8279 from mainline.
25786              
25787              Make the large file tests more robust/talkative.
25788      Branch: maint-5.6/perl
25789           !> t/lib/syslfs.t t/op/lfs.t
25790 ____________________________________________________________________________
25791 [  8642] By: gsar                                  on 2001/01/31  14:53:48
25792         Log: integrate changes#8311,8334 from mainline
25793              
25794              Add a new MakeMaker variable PM_FILTER that defines a Unix
25795              filter to be run on each .pm during the pm_to_blib() phase,
25796              a fixed version of
25797              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
25798              
25799              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
25800              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
25801              accurate reading of the "atime".  
25802      Branch: maint-5.6/perl
25803           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
25804           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
25805           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
25806 ____________________________________________________________________________
25807 [  8641] By: jhi                                   on 2001/01/31  14:46:37
25808         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
25809      Branch: maint-5.6/perl
25810            ! lib/Getopt/Long.pm
25811 ____________________________________________________________________________
25812 [  8640] By: gsar                                  on 2001/01/31  14:40:24
25813         Log: make regen_all
25814      Branch: maint-5.6/perl
25815            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
25816 ____________________________________________________________________________
25817 [  8639] By: gsar                                  on 2001/01/31  14:37:25
25818         Log: refresh windows config files
25819      Branch: maint-5.6/perl
25820            ! win32/Makefile win32/config_H.bc win32/config_H.gc
25821            ! win32/config_H.vc win32/makefile.mk
25822 ____________________________________________________________________________
25823 [  8638] By: gsar                                  on 2001/01/31  14:28:10
25824         Log: makefile tweaks for windows: introduce a bulk-switch to enable
25825              same options as ActivePerl; sync changes with makefile.mk
25826      Branch: maint-5.6/perl
25827            ! win32/Makefile win32/makefile.mk
25828 ____________________________________________________________________________
25829 [  8637] By: jhi                                   on 2001/01/31  04:41:30
25830         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
25831              From: Nicholas Clark <nick@ccl4.org>
25832              Date: Tue, 30 Jan 2001 19:51:05 +0000
25833              Message-ID: <20010130195105.R76607@plum.flirble.org> 
25834              
25835              op/inc cure.
25836      Branch: perl
25837            ! pp.c pp.h pp_hot.c t/op/arith.t
25838 ____________________________________________________________________________
25839 [  8636] By: jhi                                   on 2001/01/31  02:38:32
25840         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
25841              no perlio],8257,8380,8479,8515 from mainline.
25842              
25843              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
25844              
25845              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
25846              Subject: [PATCH perl@8133] fix-up for VMS extensions
25847              
25848              In VMS embedded perls couldn't access the statically built Socket.
25849              
25850              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
25851              
25852              Further VMS piping fixes from Charles Lane.
25853              
25854              Subject:  [PATCH] make t/op/misc.t work on VMS
25855              
25856              Add tracing for debugging extensions builds in VMS.
25857              
25858              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
25859      Branch: maint-5.6/perl
25860           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
25861           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
25862           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
25863 ____________________________________________________________________________
25864 [  8635] By: jhi                                   on 2001/01/31  01:46:41
25865         Log: Integrate change #7732 from mainline.
25866              
25867              Sparc 64-bit pack() fix from Jens Hamisch.
25868      Branch: maint-5.6/perl
25869           !> pp.c
25870 ____________________________________________________________________________
25871 [  8634] By: jhi                                   on 2001/01/31  01:41:16
25872         Log: One spot missing from #8626.
25873      Branch: maint-5.6/perl
25874            ! sv.c
25875 ____________________________________________________________________________
25876 [  8633] By: jhi                                   on 2001/01/31  00:49:17
25877         Log: Integrate change #7495 from mainline.
25878              
25879              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
25880      Branch: maint-5.6/perl
25881           !> MANIFEST ext/re/Makefile.PL
25882 ____________________________________________________________________________
25883 [  8632] By: jhi                                   on 2001/01/30  23:38:49
25884         Log: Integrate change #8396 from mainline.
25885              
25886              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
25887              better multicast support (resend)
25888      Branch: maint-5.6/perl
25889           !> ext/Socket/Socket.pm
25890 ____________________________________________________________________________
25891 [  8631] By: jhi                                   on 2001/01/30  23:28:03
25892         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
25893              
25894              More AIX lore. (7514, ext/re/hints/aix.pl)
25895              
25896              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
25897              
25898              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)
25899              
25900              Subject: [ID 20001214.002] Net::Ping patch
25901              
25902              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
25903              
25904              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
25905              
25906              Add ReuseAddr as a (preferred) alias for Reuse as we now
25907              also have ReusePort.
25908              
25909              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
25910      Branch: maint-5.6/perl
25911           +> ext/re/hints/aix.pl
25912           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
25913           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
25914 ____________________________________________________________________________
25915 [  8630] By: jhi                                   on 2001/01/30  23:03:59
25916         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
25917              
25918              read() documentation tweak for 20001121.004.
25919              
25920              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
25921      Branch: maint-5.6/perl
25922           !> pod/perlfunc.pod pod/perlre.pod
25923 ____________________________________________________________________________
25924 [  8629] By: jhi                                   on 2001/01/30  22:41:57
25925         Log: Integrate change #8098 from mainline.
25926              
25927              fastgetcwd is defined using a glob alias on a $^O dependent basis
25928              and there was no default assignment or perl subroutine.
25929      Branch: maint-5.6/perl
25930           !> lib/Cwd.pm
25931 ____________________________________________________________________________
25932 [  8628] By: jhi                                   on 2001/01/30  21:58:52
25933         Log: Integrate change #7866 from mainline.
25934              
25935              File::Temp 0.11.
25936      Branch: maint-5.6/perl
25937           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
25938 ____________________________________________________________________________
25939 [  8627] By: jhi                                   on 2001/01/30  21:39:44
25940         Log: Integrate changes #8075,8086,8228 from mainline.  
25941              
25942              Darwin is not Windows. (8075,8086)
25943              
25944              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
25945      Branch: maint-5.6/perl
25946           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
25947           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
25948           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
25949           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
25950 ____________________________________________________________________________
25951 [  8626] By: jhi                                   on 2001/01/30  21:22:11
25952         Log: Integrate with tweakery the change #8625 from mainline,
25953              the multibyte decimal separator fix ("fa_IR locale failure").
25954      Branch: maint-5.6/perl
25955            ! embedvar.h perlapi.h
25956           !> intrpvar.h perl.c perl.h sv.c util.c
25957 ____________________________________________________________________________
25958 [  8625] By: jhi                                   on 2001/01/30  20:26:33
25959         Log: Fix for the fa_IR locale failure.  The reason for the failure
25960              was that Perl was assuming the decimal separator aka the radix
25961              separator is one character.  The Farsi-Iranian locale crushed
25962              that bad assumption since there the separator is 'Momayyez',
25963              glyphwise looking somewhat like a slash, and in Unicode UTF-8
25964              encoded in two bytes, 0xd9 0xab.
25965      Branch: perl
25966            ! intrpvar.h perl.c perl.h sv.c util.c
25967 ____________________________________________________________________________
25968 [  8624] By: gsar                                  on 2001/01/30  20:17:03
25969         Log: regen_headers
25970      Branch: maint-5.6/perl
25971            ! Makefile.SH pod/perlintern.pod
25972 ____________________________________________________________________________
25973 [  8623] By: gsar                                  on 2001/01/30  19:42:34
25974         Log: backout change#7431 and its dependents (causes spurious rebuilds
25975              of autogenerated files)
25976              
25977              fix benign b.t failure
25978      Branch: maint-5.6/perl
25979            ! Makefile.SH t/lib/b.t
25980 ____________________________________________________________________________
25981 [  8622] By: jhi                                   on 2001/01/30  19:41:41
25982         Log: Microperl sync.
25983      Branch: perl
25984            ! mg.c perl.h
25985 ____________________________________________________________________________
25986 [  8621] By: gsar                                  on 2001/01/30  19:24:47
25987         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
25988              from mainline
25989              
25990              Subject: podlators 1.06 released
25991              
25992              Subject: [PATCH @8436] Eliminate op_children
25993              
25994              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
25995              
25996              (Replaced by #8448)  More op_children traces (cleanup of #8442).
25997              
25998              Subject: [PATCH #3 @8436] Re: Eliminate op_children
25999              Replace #8444 and #8445.
26000              
26001              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
26002              at the setting of the ofs_sv in new_struct_thread() as the
26003              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
26004              uninitialized fields are, uh, initialized with),
26005              SvREFCNT_inc()ing that invited a core dump.
26006              
26007              podlators 1.07, from Russ Allbery.
26008              
26009              Subject: [PATCH] regcomp.c old feature removal
26010              From: mjd@plover.com
26011              Date: 16 Jan 2001 14:43:18 -0000 
26012              Message-ID: <20010116144318.7140.qmail@plover.com> 
26013      Branch: maint-5.6/perl
26014           +> lib/Pod/Text/Overstrike.pm
26015           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
26016           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
26017           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
26018           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
26019           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
26020           !> util.c
26021 ____________________________________________________________________________
26022 [  8620] By: gsar                                  on 2001/01/30  18:48:32
26023         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
26024              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
26025              now fails one test)
26026              
26027              Subject: [PATCH] lvalue AUTOLOAD. No, really.
26028              
26029              Subject: [PATCH] Interesting syntax idea
26030              Make opens + bareword assigns do typeglob assigns.
26031              
26032              Tests for #8254.
26033              
26034              Subject: [PATCH @8269] Continue blocks and B::Deparse
26035              Make the peephole optimizer to bypass more null ops and
26036              and rewrite the deparse handling of continue blocks.
26037              
26038              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
26039              Doc tweak on #8313.
26040              
26041              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
26042              
26043              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
26044              
26045              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
26046              
26047              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
26048              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
26049              according to the platform.
26050              
26051              Subject: [PATCH @8404] Consolidated lvalue sub changes
26052              
26053              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
26054              
26055              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
26056              
26057              Subject: B::Concise -- an improved replacement for B::Terse 
26058              
26059              The B::Terse drop-in replacement wasn't quite drop-in.
26060              
26061              The LVRET macro needed an aTHX.
26062              
26063              Use the /^Perl_/-less form of is_lvalue_sub().
26064              
26065              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
26066      Branch: maint-5.6/perl
26067           +> ext/B/B/Concise.pm
26068           !> (integrate 27 files)
26069 ____________________________________________________________________________
26070 [  8619] By: nick                                  on 2001/01/30  18:40:28
26071         Log: Integrate mainline
26072      Branch: perlio
26073           !> (integrate 40 files)
26074 ____________________________________________________________________________
26075 [  8618] By: jhi                                   on 2001/01/30  18:37:18
26076         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
26077              Date: Mon, 29 Jan 2001 22:51:29 -0600
26078              From: "Craig A. Berry" <craigberry@mac.com>
26079              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
26080      Branch: perl
26081            ! vms/test.com
26082 ____________________________________________________________________________
26083 [  8617] By: jhi                                   on 2001/01/30  18:34:53
26084         Log: Subject: [PATCH] Add missing CV flags to dump.c
26085              From: Tim Jenness <t.jenness@jach.hawaii.edu>
26086              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
26087              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
26088      Branch: perl
26089            ! dump.c
26090 ____________________________________________________________________________
26091 [  8616] By: jhi                                   on 2001/01/30  18:20:58
26092         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
26093              part isn't applicable to maintperl.
26094              
26095              UTF-8 nit from Inaba Hiroto.
26096      Branch: maint-5.6/perl
26097           !> pod/perlapi.pod utf8.c
26098 ____________________________________________________________________________
26099 [  8615] By: jhi                                   on 2001/01/30  18:18:51
26100         Log: UTF-8 nit from Inaba Hiroto.
26101      Branch: perl
26102            ! pod/perlapi.pod t/op/each.t utf8.c
26103 ____________________________________________________________________________
26104 [  8614] By: jhi                                   on 2001/01/30  18:13:38
26105         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
26106              
26107              perl's internal variables are not for public consumption,
26108              move their docs from perlapi.pod to perlintern.pod
26109              
26110              support for -Dusethreads build under HP-UX 10.20 and DCE threads
26111              library (11.0 and later have pthreads but 10.x don't)
26112              
26113              avoid uninitialized value warnings
26114              
26115              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
26116              gets weird results)
26117              
26118              perldoc nit on windows
26119              
26120              make it possible to run the tests outside the source tree
26121              (there's still a dependency on ../lib being the library
26122              location)
26123      Branch: perl
26124           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
26125           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
26126           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
26127           !> win32/bin/search.pl win32/vdir.h
26128 ____________________________________________________________________________
26129 [  8613] By: gsar                                  on 2001/01/30  16:39:59
26130         Log: make it possible to run the tests outside the source tree
26131              (there's still a dependency on ../lib being the library
26132              location)
26133      Branch: maint-5.6/perl
26134            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
26135 ____________________________________________________________________________
26136 [  8612] By: gsar                                  on 2001/01/30  16:31:12
26137         Log: perldoc nit on windows
26138      Branch: maint-5.6/perl
26139            ! utils/perldoc.PL
26140 ____________________________________________________________________________
26141 [  8611] By: gsar                                  on 2001/01/30  16:22:54
26142         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
26143              gets weird results)
26144      Branch: maint-5.6/perl
26145            ! win32/vdir.h
26146 ____________________________________________________________________________
26147 [  8610] By: gsar                                  on 2001/01/30  16:12:45
26148         Log: avoid uninitialized value warnings
26149      Branch: maint-5.6/perl
26150            ! win32/bin/search.pl
26151 ____________________________________________________________________________
26152 [  8609] By: gsar                                  on 2001/01/30  16:08:01
26153         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
26154              library (11.0 and later have pthreads but 10.x don't)
26155      Branch: maint-5.6/perl
26156            ! hints/hpux.sh thread.h
26157 ____________________________________________________________________________
26158 [  8608] By: gsar                                  on 2001/01/30  15:48:55
26159         Log: perl's internal variables are not for public consumption,
26160              move their docs from perlapi.pod to perlintern.pod
26161      Branch: maint-5.6/perl
26162            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
26163            ! thrdvar.h
26164 ____________________________________________________________________________
26165 [  8607] By: gsar                                  on 2001/01/30  15:44:27
26166         Log: mistakenly branched perl56delta.pod, revert
26167      Branch: maint-5.6/perl
26168            - pod/perl56delta.pod
26169           !> pod/perldelta.pod
26170 ____________________________________________________________________________
26171 [  8606] By: gsar                                  on 2001/01/30  14:20:24
26172         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
26173              dTHR which has been a noop for a while now, except for the
26174              compatibility definition in thread.h)
26175      Branch: maint-5.6/perl
26176           !> (integrate 45 files)
26177 ____________________________________________________________________________
26178 [  8605] By: jhi                                   on 2001/01/30  05:43:58
26179         Log: Mark the UTF-8 APIs as experimental.
26180      Branch: maint-5.6/perl
26181            ! embed.pl pod/perlapi.pod
26182 ____________________________________________________________________________
26183 [  8604] By: jhi                                   on 2001/01/30  05:38:40
26184         Log: Nits from earlier integrates.
26185      Branch: maint-5.6/perl
26186            ! lib/Carp/Heavy.pm
26187           !> sv.c
26188 ____________________________________________________________________________
26189 [  8603] By: jhi                                   on 2001/01/30  05:27:26
26190         Log: Regenerate Porting files.
26191      Branch: maint-5.6/perl
26192            ! Porting/Glossary Porting/config.sh Porting/config_H
26193 ____________________________________________________________________________
26194 [  8602] By: jhi                                   on 2001/01/30  05:14:59
26195         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
26196              8310,8339,8447,8492,8493,8505,8525: documentation changes.
26197              
26198              Subject: Re: perlfaq style changes
26199              
26200              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
26201              
26202              Subject: [PATCH] docs on NaN
26203              
26204              Subject: [patch] perlfaq7
26205              
26206              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
26207              
26208              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
26209              
26210              Subject: [PATCH] open() example in perlfunc.pod
26211              
26212              Podify README.mpeix (a new version from the web)
26213              
26214              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
26215              
26216              Subject: [PATCH] format and rewording in perlfaq.pod
26217              
26218              Subject: [PATCH] API Variable documentation   
26219              
26220              Memory management calls documentation.
26221              
26222              Subject: [PATCH: perl@8482] README.vms URL updates
26223              
26224              Subject: Minor typos in perlfaq2.pod
26225              
26226              Subject: [PATCH] pod/perlvar.pod
26227      Branch: maint-5.6/perl
26228           +> pod/perl56delta.pod
26229            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
26230           !> README.amiga README.epoc README.mpeix README.vms
26231           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
26232           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
26233           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
26234           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
26235           !> pod/perlvar.pod thrdvar.h
26236 ____________________________________________________________________________
26237 [  8601] By: jhi                                   on 2001/01/30  04:38:35
26238         Log: Integrate changes #8036,8096,8253 from mainline:
26239              hints changes.
26240              
26241              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
26242              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
26243              
26244              Output the (apparent) version of gcc in Tru64.
26245      Branch: maint-5.6/perl
26246           +> ext/POSIX/hints/svr4.pl
26247           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
26248           !> hints/svr4.sh t/lib/bigfltpm.t
26249 ____________________________________________________________________________
26250 [  8600] By: jhi                                   on 2001/01/30  04:04:01
26251         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
26252              locale fixes.
26253              
26254              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
26255              
26256              Debian allows /usr/bin/locale to exist without any locales. (7868)
26257              
26258              Allow the locale test needing POSIX and the taint test
26259              needing IPC::SysV to run under 'minitest' (basically,
26260              bail out if loading the extension fails). (8384)
26261              
26262              Cleanup the locale.t output  (8480)
26263      Branch: maint-5.6/perl
26264           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
26265           !> t/pragma/locale.t
26266 ____________________________________________________________________________
26267 [  8599] By: jhi                                   on 2001/01/30  03:51:04
26268         Log: Missing generated files from #8598.
26269      Branch: maint-5.6/perl
26270            ! embed.h global.sym objXSUB.h perlapi.c proto.h
26271 ____________________________________________________________________________
26272 [  8598] By: jhi                                   on 2001/01/30  03:41:54
26273         Log: Integrate change #8555 from mainline, manually integrate parts
26274              of changes 8452 and 8583.
26275              
26276              Subject: [PATCH] utf8.c documentation (8452)
26277              
26278              No point in checking the length if the pointer is bogus. (8555)
26279              
26280              Introduce bytes_from_utf8() and implement sv_eq() using it,
26281              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
26282              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
26283              was malformed. (8583)
26284      Branch: maint-5.6/perl
26285            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
26286           !> pod/perlapi.pod sv.c utf8.c
26287 ____________________________________________________________________________
26288 [  8597] By: gsar                                  on 2001/01/30  02:37:26
26289         Log: get PERL_OBJECT build going again on windows
26290      Branch: maint-5.6/perl
26291            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
26292            ! pod/perlapi.pod proto.h sv.c
26293 ____________________________________________________________________________
26294 [  8596] By: jhi                                   on 2001/01/30  02:16:17
26295         Log: Signedness nit.
26296      Branch: perl
26297            ! sv.c
26298 ____________________________________________________________________________
26299 [  8595] By: jhi                                   on 2001/01/30  02:11:07
26300         Log: EBCDIC patch for Storable, from Peter Prymmer.
26301      Branch: perl
26302            ! t/lib/st-06compat.t
26303 ____________________________________________________________________________
26304 [  8594] By: jhi                                   on 2001/01/30  01:04:48
26305         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
26306              From: Peter Prymmer <pvhp@forte.com>
26307              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
26308              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
26309      Branch: perl
26310            ! t/lib/b.t
26311 ____________________________________________________________________________
26312 [  8593] By: jhi                                   on 2001/01/30  00:56:47
26313         Log: Subject: [PATCH: perl@8585] pod problems in io
26314              From: Peter Prymmer <pvhp@forte.com>
26315              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
26316              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
26317      Branch: perl
26318            ! pod/perlapio.pod pod/perliol.pod
26319 ____________________________________________________________________________
26320 [  8592] By: jhi                                   on 2001/01/30  00:48:20
26321         Log: Integrate perlio.
26322      Branch: perl
26323           !> pod/perlapio.pod pod/perliol.pod
26324 ____________________________________________________________________________
26325 [  8591] By: nick                                  on 2001/01/29  22:02:28
26326         Log: GNU 'merge' Simon's copy of perliol.pod with version
26327              patched by Craig's patch.
26328      Branch: perlio
26329            ! pod/perliol.pod
26330 ____________________________________________________________________________
26331 [  8590] By: nick                                  on 2001/01/29  21:55:10
26332         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
26333      Branch: perlio
26334            ! pod/perlapio.pod pod/perliol.pod
26335 ____________________________________________________________________________
26336 [  8589] By: jhi                                   on 2001/01/29  15:35:33
26337         Log: Integrate change #8586 from maint-5.6/perl.
26338              
26339              make the BOM detection code not call tell() until it has to
26340              (meant to fix esoteric compatibility issues where PL_rsfp
26341              is overridden)
26342      Branch: perl
26343           !> toke.c
26344 ____________________________________________________________________________
26345 [  8588] By: jhi                                   on 2001/01/29  15:29:11
26346         Log: Subject: MAking Solaris malloc() the default
26347              From: Lupe Christoph <lupe@lupe-christoph.de>
26348              Date: Mon, 29 Jan 2001 12:59:36 +0100
26349              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
26350              
26351              The README.solaris part slightly tweaked.
26352      Branch: perl
26353            ! README.solaris hints/solaris_2.sh
26354 ____________________________________________________________________________
26355 [  8587] By: jhi                                   on 2001/01/29  15:17:34
26356         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
26357              From: root@ak-75.mind.de
26358              Date: Sun, 28 Jan 2001 20:32:29 +0100
26359              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
26360      Branch: perl
26361            ! pod/perlre.pod
26362 ____________________________________________________________________________
26363 [  8586] By: gsar                                  on 2001/01/29  13:43:44
26364         Log: make the BOM detection code not call tell() until it has to
26365              (meant to fix esoteric compatibility issues where PL_rsfp
26366              is overridden)
26367      Branch: maint-5.6/perl
26368            ! toke.c
26369 ____________________________________________________________________________
26370 [  8585] By: jhi                                   on 2001/01/28  20:05:45
26371         Log: Update Changes.
26372      Branch: perl
26373            ! Changes patchlevel.h
26374 ____________________________________________________________________________
26375 [  8584] By: jhi                                   on 2001/01/28  19:30:02
26376         Log: Integrate perlio.
26377      Branch: perl
26378           +> pod/perliol.pod
26379           !> MANIFEST pod/perlapio.pod
26380 ____________________________________________________________________________
26381 [  8583] By: jhi                                   on 2001/01/28  19:28:40
26382         Log: Patch from Inaba Hiroto:
26383              - canonical UTF-8 hash keys: if a key string for a hash is
26384              UTF8-on, try downgrade the string and use it if
26385              unicode::distinct is not in effect.
26386              For the task, I added a function bytes_from_utf8() to utf8.c.
26387              It might resemble utf8_to_bytes() but it is not convenient
26388              to the task.
26389              Made a test for it and added to t/op/each.t
26390              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
26391              the mortal copy of the argument SV.
26392              And changed t/io/utf8.t test 18 which expects print() to
26393              upgrade its argument.
26394              - re-implement sv_eq with bytes_from_utf8()
26395              - some bug fixes
26396              - tr/// does not handle UTF8 range (\x{}-\x{})
26397              - \ before raw UTF8 character produced
26398              "Malformed UTF-8 character" warning.
26399              - "\x{100}\N{CENT SIGN}" is Malformed.
26400              Added tests for these 3.
26401              - and one silly bug (by me) with qu operator.
26402      Branch: perl
26403            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
26404            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
26405            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
26406 ____________________________________________________________________________
26407 [  8582] By: nick                                  on 2001/01/28  19:25:04
26408         Log: Add pod/perliol.pod to MANIFEST :-(
26409      Branch: perlio
26410            ! MANIFEST
26411 ____________________________________________________________________________
26412 [  8581] By: nick                                  on 2001/01/28  19:22:40
26413         Log: PerlIO documentation. Proofing and sub-editing requested.
26414      Branch: perlio
26415            + pod/perliol.pod
26416            ! pod/perlapio.pod
26417 ____________________________________________________________________________
26418 [  8580] By: jhi                                   on 2001/01/28  05:16:25
26419         Log: Revert the change to sv_2pv() done by #8054: Someone who
26420              did SvNV_set() on a scalar that also happened to be POK,
26421              followed by sv_2pv() won't get the right coercion anymore.
26422              [Sarathy]
26423      Branch: maint-5.6/perl
26424            ! sv.c
26425 ____________________________________________________________________________
26426 [  8579] By: jhi                                   on 2001/01/28  05:15:04
26427         Log: Remove the #8084 effect: do not allow -Q to be interpreted
26428              as -&Q(), this is too much wiggle room.
26429      Branch: maint-5.6/perl
26430            ! toke.c
26431 ____________________________________________________________________________
26432 [  8578] By: jhi                                   on 2001/01/28  05:12:45
26433         Log: Needed bits of #8439 (should have been in #8576),
26434              mainly for lval substr().
26435      Branch: maint-5.6/perl
26436            ! mg.c pp.c pp_hot.c
26437 ____________________________________________________________________________
26438 [  8577] By: jhi                                   on 2001/01/28  05:02:46
26439         Log: A missing check-in.
26440      Branch: maint-5.6/perl
26441            ! utf8.c
26442 ____________________________________________________________________________
26443 [  8576] By: jhi                                   on 2001/01/28  04:26:18
26444         Log: Integrate changes #8425,8436,8439,8517 from mainline.
26445              The 8439 was not truly integrated because it had too many
26446              dependencies on the development branch and because it introduced
26447              concepts too bold for a maintenance branch (such as the qu operator).
26448              
26449              Subject: [PATCH perl@8342] -Wformat
26450              
26451              Tighten some of the UTF-8 tests a bit.
26452              
26453              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
26454              - The substr lval was still not okay.
26455              - Now pp_stringify and sv_setsv copies source's UTF8 flag
26456              even if IN_BYTE.  pp_stringify is called from fold_constants
26457              at optimization phase and "\x{100}" was made SvUTF8_off under
26458              use bytes (the bytes pragma is for "byte semantics" and not
26459              for "do not produce UTF8 data")
26460      Branch: maint-5.6/perl
26461            ! t/lib/charnames.t t/op/substr.t toke.c
26462           !> sv.c t/pragma/utf8.t
26463 ____________________________________________________________________________
26464 [  8575] By: jhi                                   on 2001/01/28  04:01:51
26465         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
26466              
26467              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
26468              
26469              Subject: [ID 20001230.003] UTF-8 tr still hurts
26470              
26471              Test cases for #8385 (from Simon's "torture.pl")
26472              
26473              Start fixing UTF-8 lval substr() (8405)
26474      Branch: maint-5.6/perl
26475           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
26476           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
26477 ____________________________________________________________________________
26478 [  8574] By: jhi                                   on 2001/01/28  03:09:06
26479         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
26480              from mainline.
26481              
26482              UTF-8 cleanup.
26483              
26484              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
26485              
26486              "\x{FF}\xFF" was broken.
26487              
26488              Tests for #8329 and #8330.
26489              
26490              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
26491              
26492              IRIX compiler noticed that the bof initialization might be
26493              bypassed by control flow.
26494              
26495              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
26496      Branch: maint-5.6/perl
26497           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
26498           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
26499 ____________________________________________________________________________
26500 [  8573] By: jhi                                   on 2001/01/28  02:06:12
26501         Log: Retract #8552.
26502      Branch: perl
26503            ! lib/Text/Wrap.pm t/lib/textwrap.t
26504 ____________________________________________________________________________
26505 [  8572] By: jhi                                   on 2001/01/28  02:04:49
26506         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
26507              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
26508              not really integrated but instead salvaged by hand
26509              (they had too many dependencies on the development release
26510              to be cleanly integratable).
26511              
26512              Subject: more UTF8 test suites and an UTF8 patch
26513              
26514              Tweak for MULTIPLICITY/USE_PERLIO
26515              
26516              Signedness nit.
26517              
26518              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
26519              
26520              Use the UTF8_XXX macros in is_utf8_char().
26521              
26522              Rewrite pp_concat() in terms of sv_catsv().  The . operator
26523              should now be UTF-8-proof.
26524              
26525              Subject: [PATCH perl@8269] scanning two hex-constants
26526              fails on EBCDIC environment (script length.t)
26527              
26528              Add some Unicode chop() tests.
26529      Branch: maint-5.6/perl
26530            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
26531           !> sv.c t/op/chop.t utf8.h
26532 ____________________________________________________________________________
26533 [  8571] By: jhi                                   on 2001/01/28  00:35:59
26534         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
26535              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
26536              
26537              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
26538              
26539              The maxiters upper limit sanity check (guarding against
26540              non-progress) assumed bytes instead of characters in s///
26541              and split().
26542              
26543              Signedness nit.
26544              
26545              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
26546              join() should now be UTF-8-proof.
26547              
26548              More split // UTF-8 tests. (8250)
26549      Branch: maint-5.6/perl
26550           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
26551           !> util.c
26552 ____________________________________________________________________________
26553 [  8570] By: jhi                                   on 2001/01/27  22:15:46
26554         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
26555              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
26556              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
26557              8084,8204,8244,8333 from mainline.
26558              
26559              For -Q where Q might be a one-letter sub name one does no more
26560              get a warning about an unknown filetest (7941,7943,7944,8084).
26561              
26562              Subject: Re: [ID 20001130.011] expression parsing bug ?
26563              
26564              Make uv_to_utf8() to zero-terminate its output buffer.
26565              
26566              Split off t/op/length.t (7995)
26567              
26568              Split off t/op/utf8decode.t (7996)
26569              
26570              Remove an unnecessary 'use utf8' from the utf8.t (7998)
26571              
26572              Split off t/op/concat.t (8004)
26573              
26574              Split off t/op/ver.t (8005)
26575              
26576              Document utf8_length(), utf8_distance(), and utf8_hop().
26577              
26578              Document utf8_to_uv() better.
26579              
26580              Introduce macros for UTF8 decoding (8028,8033).
26581              
26582              Add test for reverse() (8030,8031).
26583              
26584              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
26585              
26586              Do not return the Unicode replacement character    on UTF-8
26587              decoding failure.
26588              
26589              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
26590              not this_utf8 i.e. the output string has one, but don't mess
26591              with source assumption. (8052,8053)
26592              
26593              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
26594              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
26595              was not expecting to be called with something that was already
26596              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
26597              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
26598              (8054)
26599              
26600              Recode the naughty binary bytes in utf8decode.t using the \xHH.
26601              
26602              Make some panic messages a bit more logical.
26603      Branch: maint-5.6/perl
26604           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
26605           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
26606           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
26607           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
26608           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
26609           !> utf8.c utf8.h
26610 ____________________________________________________________________________
26611 [  8569] By: jhi                                   on 2001/01/27  19:16:43
26612         Log: Integrate changes #7750 from perlio and #8566 from mainline.
26613      Branch: maint-5.6/perl
26614           !> regexec.c sv.c
26615 ____________________________________________________________________________
26616 [  8568] By: jhi                                   on 2001/01/27  18:06:51
26617         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
26618              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
26619              7935[-perlio.c],7936,7959,7965 from mainline.
26620              
26621              Change the "big byte" error message to "Wide character".
26622              (7355, the croak-if-wide-chars-in-print part ignored)
26623              
26624              Use UINT64_C().
26625              
26626              Introduce Perl_utf8_length().
26627              
26628              diff -se shows these as different (7753, forgotten check-ins)
26629              
26630              Subject: [PATCH] doop.c - UTF8 tr///
26631              
26632              If we use (aTHX_ ...) then put Perl_ on the front.
26633              
26634              Make utf8_length() and utf8_distance() to be less forgiving
26635              about bad UTF-8.
26636              
26637              Test line numbers are different with utf8.
26638              
26639              No need to scan till infinity, 13 is enough. (7872,7911)
26640              
26641              Subject: [PATCH] Tokeniser debugging
26642              
26643              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
26644              
26645              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
26646              
26647              Be more careful in Perl_sv_utf8_downgrade().
26648              
26649              Use DO_UTF8().
26650              
26651              Raw zero bytes in text files confuse at least GNU patch 2.1.
26652      Branch: maint-5.6/perl
26653           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
26654           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
26655           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
26656           !> t/pragma/utf8.t toke.c utf8.c utf8.h
26657 ____________________________________________________________________________
26658 [  8567] By: nick                                  on 2001/01/27  11:10:38
26659         Log: Integrate mainline
26660      Branch: perlio
26661           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
26662           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
26663           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
26664           !> toke.c
26665 ____________________________________________________________________________
26666 [  8566] By: jhi                                   on 2001/01/27  06:22:48
26667         Log: More documentation for the regexp context stack.
26668      Branch: perl
26669            ! regexec.c
26670 ____________________________________________________________________________
26671 [  8565] By: jhi                                   on 2001/01/27  05:21:57
26672         Log: Update Changes.
26673      Branch: perl
26674            ! Changes patchlevel.h
26675 ____________________________________________________________________________
26676 [  8564] By: jhi                                   on 2001/01/27  04:44:04
26677         Log: Threadedness patch for #8562 from Doug MacEachern.
26678      Branch: perl
26679            ! toke.c
26680 ____________________________________________________________________________
26681 [  8563] By: jhi                                   on 2001/01/27  04:26:24
26682         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
26683              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
26684              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
26685              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
26686      Branch: perl
26687            ! op.c
26688 ____________________________________________________________________________
26689 [  8562] By: jhi                                   on 2001/01/27  04:20:30
26690         Log: Subject: Re: Announce : Tokener reporting patch
26691              From: Simon Cozens <simon@cozens.net>
26692              Date: Mon, 22 Jan 2001 02:17:22 +0000
26693              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
26694      Branch: perl
26695            ! embed.h embed.pl proto.h toke.c
26696 ____________________________________________________________________________
26697 [  8561] By: jhi                                   on 2001/01/27  04:17:24
26698         Log: Forgot from #8545.  Oops.
26699      Branch: perl
26700            ! pp.c t/pragma/overload.t
26701 ____________________________________________________________________________
26702 [  8560] By: jhi                                   on 2001/01/27  03:01:47
26703         Log: A better module compilation test, use MANIFEST as suggested
26704              by Spider.
26705      Branch: perl
26706            ! t/lib/1_compile.t
26707 ____________________________________________________________________________
26708 [  8559] By: jhi                                   on 2001/01/27  02:50:48
26709         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
26710              From: Peter Prymmer <pvhp@forte.com>
26711              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
26712              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
26713      Branch: perl
26714            ! t/lib/b.t
26715 ____________________________________________________________________________
26716 [  8558] By: jhi                                   on 2001/01/27  02:27:05
26717         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
26718              From: Peter Prymmer <pvhp@forte.com>
26719              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
26720              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
26721      Branch: perl
26722            ! t/pragma/sub_lval.t
26723 ____________________________________________________________________________
26724 [  8557] By: jhi                                   on 2001/01/27  02:26:03
26725         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
26726              From: Peter Prymmer <pvhp@forte.com>
26727              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
26728              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
26729      Branch: perl
26730            ! t/lib/st-06compat.t
26731 ____________________________________________________________________________
26732 [  8556] By: jhi                                   on 2001/01/27  02:24:33
26733         Log: Subject: [PATCH: perl@8531] minor update to README.os390
26734              From: Peter Prymmer <pvhp@forte.com>
26735              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
26736              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
26737      Branch: perl
26738            ! README.os390
26739 ____________________________________________________________________________
26740 [  8555] By: jhi                                   on 2001/01/27  00:35:47
26741         Log: No point in checking the length before we know whether the pointer
26742              is bogus or not, fixes Abigail's odbm failures in Linux.
26743      Branch: perl
26744            ! sv.c
26745 ____________________________________________________________________________
26746 [  8554] By: nick                                  on 2001/01/26  19:01:31
26747         Log: Integrate mainline
26748      Branch: perlio
26749           !> lib/Text/Wrap.pm t/lib/textwrap.t
26750 ____________________________________________________________________________
26751 [  8553] By: jhi                                   on 2001/01/26  15:19:39
26752         Log: Integrate change #7792 from perlio (multiplicity fix),
26753              fix the AV leak in regex DEBUGGING (tiny part of the
26754              polymorphic regexp patch #8143).
26755      Branch: maint-5.6/perl
26756            ! regcomp.c
26757           !> scope.h
26758 ____________________________________________________________________________
26759 [  8552] By: jhi                                   on 2001/01/26  15:03:23
26760         Log: Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
26761              From: Michael G Schwern <schwern@pobox.com>
26762              Date: Fri, 26 Jan 2001 09:28:31 -0500
26763              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
26764      Branch: perl
26765            ! lib/Text/Wrap.pm t/lib/textwrap.t
26766 ____________________________________________________________________________
26767 [  8551] By: jhi                                   on 2001/01/26  02:33:19
26768         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
26769              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
26770              
26771              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
26772              
26773              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
26774              
26775              Message nit.
26776              
26777              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
26778              
26779              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
26780              
26781              (the cleanup of unused submatches in regtry() and regcppop())
26782              
26783              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
26784              stored and restored, and thusly was trounced by the utf8 swash
26785              routines.
26786              
26787              use utf8 not required to use \x{}.
26788              
26789              Removed two more tests that make no sense in UTF-8 since the test
26790              data is not in UTF-8.
26791              
26792              Get the three different space character classes right under utf8.
26793              
26794              Implement ANYOFUTF8 regprop() dumping.
26795              
26796              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
26797              
26798              Document the regex context pushing/popping a bit better.
26799      Branch: maint-5.6/perl
26800           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
26801           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
26802           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
26803           !> t/op/regmesg.t utf8.c
26804 ____________________________________________________________________________
26805 [  8550] By: nick                                  on 2001/01/25  19:42:30
26806         Log: Integrate mainline
26807      Branch: perlio
26808           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
26809           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
26810           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
26811           !> t/lib/bigint.t t/lib/bigintpm.t
26812 ____________________________________________________________________________
26813 [  8549] By: jhi                                   on 2001/01/25  15:22:28
26814         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
26815      Branch: maint-5.6/perl
26816            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
26817 ____________________________________________________________________________
26818 [  8548] By: jhi                                   on 2001/01/25  15:02:55
26819         Log: Integrate changes #7997,8063,8492,8547 from mainline.
26820              
26821              Subject: Re: STRLEN - what?
26822              
26823              Subject: [PATCH] perlguts.pod
26824              
26825              Memory management calls documentation.
26826              
26827              Layout using tabulator is not a good idea in a pod.
26828      Branch: maint-5.6/perl
26829           !> pod/perlguts.pod
26830 ____________________________________________________________________________
26831 [  8547] By: jhi                                   on 2001/01/25  14:49:05
26832         Log: Layout using tabulator is not a good idea in a pod.
26833      Branch: perl
26834            ! pod/perlguts.pod
26835 ____________________________________________________________________________
26836 [  8546] By: jhi                                   on 2001/01/25  14:31:12
26837         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
26838              from mainline.
26839              
26840              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
26841              
26842              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
26843              
26844              More Win32 editor/IDE/shell hints.
26845              
26846              More Win32 Perling.
26847              
26848              Yet another editor edit.
26849              
26850              Edit edit edit.
26851              
26852              IDE/editor section tweaking.
26853              
26854              Few more IDE/editor nits from p5p.
26855      Branch: maint-5.6/perl
26856           !> pod/perlfaq3.pod
26857 ____________________________________________________________________________
26858 [  8545] By: jhi                                   on 2001/01/25  04:16:32
26859         Log: Subject: [PATCH 5.7.0] overload int()
26860              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26861              Date: Wed, 24 Jan 2001 19:06:57 -0500
26862              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
26863      Branch: perl
26864            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
26865            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
26866            ! t/lib/bigintpm.t
26867 ____________________________________________________________________________
26868 [  8544] By: jhi                                   on 2001/01/25  04:15:11
26869         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
26870              From: Peter Prymmer <pvhp@forte.com>
26871              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
26872              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
26873      Branch: perl
26874            ! Makefile.SH README.os390 hints/os390.sh installperl
26875 ____________________________________________________________________________
26876 [  8543] By: jhi                                   on 2001/01/25  03:52:08
26877         Log: Integrate change #8462,8469 from mainline.
26878              
26879              In VMS Perl subversion (perl -V) is undef.
26880      Branch: maint-5.6/perl
26881           !> configure.com
26882 ____________________________________________________________________________
26883 [  8542] By: jhi                                   on 2001/01/25  03:44:55
26884         Log: Integrate changes #7835,7850,8315,8316 from mainline.
26885              
26886              Solaris hints.
26887      Branch: maint-5.6/perl
26888           !> hints/solaris_2.sh
26889 ____________________________________________________________________________
26890 [  8541] By: jhi                                   on 2001/01/25  03:39:28
26891         Log: Integrate #8336 from mainline.
26892      Branch: maint-5.6/perl
26893           !> hv.c
26894 ____________________________________________________________________________
26895 [  8540] By: jhi                                   on 2001/01/25  03:23:50
26896         Log: Retract #8539.
26897      Branch: maint-5.6/perl
26898            ! pod/perlfaq3.pod
26899 ____________________________________________________________________________
26900 [  8539] By: jhi                                   on 2001/01/25  03:21:55
26901         Log: (Retracted by #5940.)
26902      Branch: maint-5.6/perl
26903            ! pod/perlfaq3.pod
26904 ____________________________________________________________________________
26905 [  8538] By: jhi                                   on 2001/01/25  03:14:07
26906         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
26907              From: Peter Prymmer <pvhp@forte.com>
26908              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
26909              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
26910              
26911              The VMS bits.
26912      Branch: maint-5.6/perl
26913            ! configure.com vms/descrip_mms.template
26914 ____________________________________________________________________________
26915 [  8537] By: jhi                                   on 2001/01/25  03:06:09
26916         Log: Integrate #7710,7824,7973 from mainline.
26917      Branch: maint-5.6/perl
26918           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
26919           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
26920           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
26921           !> vos/config.ga.def vos/config.ga.h win32/config.bc
26922           !> win32/config.gc win32/config.vc
26923 ____________________________________________________________________________
26924 [  8536] By: jhi                                   on 2001/01/24  13:50:20
26925         Log: Revert the edits made by me so far to the 5.6 branch since
26926              the TRIAL1 since I did edits when I should have been using
26927              integrates.  Bad programmer.   (Will integrate them properly later.)
26928              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
26929              The #8353 will not be reapplied at least for now since
26930              the UTF-8 hash keys need more thinking.
26931              (The patches #8347, #8354, #8454, #8473 were okay since they
26932              were original edits made specifically for the 5.6.1-TRIAL1.)
26933      Branch: maint-5.6/perl
26934            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26935            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
26936            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
26937            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
26938            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
26939            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
26940            ! win32/config.bc win32/config.gc win32/config.vc
26941 ____________________________________________________________________________
26942 [  8535] By: bailey                                on 2001/01/24  06:37:02
26943         Log: SYN SYN
26944      Branch: vmsperl
26945           +> (branch 26 files)
26946           !> (integrate 130 files)
26947 ____________________________________________________________________________
26948 [  8534] By: nick                                  on 2001/01/23  19:30:57
26949         Log: Integrate mainline.
26950      Branch: perlio
26951           !> Changes Configure Porting/Glossary Porting/config.sh
26952           !> Porting/config_H embed.h embed.pl ext/Encode/compile
26953           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
26954           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
26955           !> pod/perlvar.pod proto.h t/lib/1_compile.t
26956 ____________________________________________________________________________
26957 [  8533] By: jhi                                   on 2001/01/23  16:15:46
26958         Log: Forgotten from #8501.
26959      Branch: perl
26960            ! Porting/Glossary Porting/config.sh Porting/config_H
26961 ____________________________________________________________________________
26962 [  8532] By: jhi                                   on 2001/01/23  16:13:27
26963         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
26964              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
26965              Date: Mon, 22 Jan 2001 17:51:58 +0100
26966              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
26967      Branch: perl
26968            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
26969 ____________________________________________________________________________
26970 [  8531] By: jhi                                   on 2001/01/23  15:46:01
26971         Log: Update Changes.
26972      Branch: perl
26973            ! Changes patchlevel.h
26974 ____________________________________________________________________________
26975 [  8530] By: jhi                                   on 2001/01/23  15:38:39
26976         Log: De-cut-and-pasto.
26977      Branch: perl
26978            ! t/lib/1_compile.t
26979 ____________________________________________________________________________
26980 [  8529] By: jhi                                   on 2001/01/23  15:11:04
26981         Log: Document the mkdir trailing slashes case.
26982      Branch: perl
26983            ! pod/perlfunc.pod
26984 ____________________________________________________________________________
26985 [  8528] By: jhi                                   on 2001/01/23  15:08:28
26986         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
26987              get installed:
26988              
26989              Subject: lib/lib.pm
26990              From: <abigail@foad.org>
26991              Date: Mon, 28 Aug 2000 20:35:08 -0400
26992              Message-ID: <20000829003508.21281.qmail@foad.org>
26993      Branch: perl
26994            ! installperl
26995 ____________________________________________________________________________
26996 [  8527] By: jhi                                   on 2001/01/23  14:44:04
26997         Log: Metaconfig unit change for #8526.
26998      Branch: metaconfig
26999            ! U/threads/archname.U
27000 ____________________________________________________________________________
27001 [  8526] By: jhi                                   on 2001/01/23  14:43:19
27002         Log: Attach -perlio to the archname if so selected.
27003      Branch: perl
27004            ! Configure
27005 ____________________________________________________________________________
27006 [  8525] By: jhi                                   on 2001/01/23  14:24:01
27007         Log: Subject: [PATCH] pod/perlvar.pod
27008              From: abigail@foad.org
27009              Date: Tue, 23 Jan 2001 01:41:10 +0100
27010              Message-ID: <20010123004110.22259.qmail@foad.org>
27011      Branch: perl
27012            ! pod/perlvar.pod
27013 ____________________________________________________________________________
27014 [  8524] By: jhi                                   on 2001/01/23  14:22:32
27015         Log: A bug introduced in #8217 (the undefined variable in the
27016              lib/safe1_t #3) fixed, by Charles Lane:
27017              
27018              The earlier patch made it so that stuff running in Safe
27019              compartments could do a "caller" and see "main".  That
27020              little change in name is done right before the code in
27021              the compartment is run, and apparantly the parser
27022              was picking up the stash name before it got changed.
27023              
27024              (why it was threaded vs. unthreaded Perl that was sensitive to this
27025              I still don't know...and it probably doesn't matter).
27026              
27027              I tryed removing the stash name-change and saw that threaded Perl
27028              did indeed pass the lib/safe1.t tests.
27029              
27030              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
27031              do the name change (and to connect _ in the compartment to the global
27032              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
27033              to call _safe_pkg_prep when creating a new compartment.
27034              
27035              Passes all tests with threaded perl on linux; passes all tests
27036              with unthreaded perl on VMS.
27037              
27038              At some point I'll probably want to revisit Safe and Opcode to
27039              provide more sensible handling of global variables...and to get
27040              formats working in Safe compartments, which they don't do currently.
27041      Branch: perl
27042            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
27043 ____________________________________________________________________________
27044 [  8523] By: jhi                                   on 2001/01/23  14:11:58
27045         Log: Also the lib/Thread.pm itself needs to be ignored if
27046              the Thread extension hasn't been built.
27047      Branch: perl
27048            ! t/lib/1_compile.t
27049 ____________________________________________________________________________
27050 [  8522] By: jhi                                   on 2001/01/23  13:51:28
27051         Log: print() instead of warn() so that stderr doesn't get
27052              unncessarily polluted.
27053      Branch: perl
27054            ! ext/Encode/compile
27055 ____________________________________________________________________________
27056 [  8521] By: jhi                                   on 2001/01/23  13:49:48
27057         Log: Integrate perlio.
27058      Branch: perl
27059           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
27060           !> ext/Encode/encode.h
27061 ____________________________________________________________________________
27062 [  8520] By: nick                                  on 2001/01/22  21:44:00
27063         Log: More messing with Encode:
27064              Extra fields in header to allow multiple names and to record
27065              other things "compile" knows.
27066              Re-organise compile to factor out common output routines.
27067      Branch: perlio
27068            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
27069 ____________________________________________________________________________
27070 [  8519] By: nick                                  on 2001/01/22  20:33:50
27071         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
27072      Branch: perlio
27073            ! ext/Encode/Makefile.PL ext/Encode/compile
27074 ____________________________________________________________________________
27075 [  8518] By: nick                                  on 2001/01/22  20:28:13
27076         Log: Integrate mainline
27077      Branch: perlio
27078           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
27079           !> vos/config.alpha.def vos/config.alpha.h
27080 ____________________________________________________________________________
27081 [  8517] By: jhi                                   on 2001/01/22  15:37:17
27082         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
27083              by Inaba Hiroto.
27084      Branch: perl
27085            ! sv.c
27086 ____________________________________________________________________________
27087 [  8516] By: jhi                                   on 2001/01/22  14:55:15
27088         Log: More SIG_SIZE fixes.
27089      Branch: perl
27090            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
27091 ____________________________________________________________________________
27092 [  8515] By: jhi                                   on 2001/01/22  14:50:27
27093         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
27094              From: "Craig A. Berry" <craigberry@mac.com>
27095              Date: Mon, 22 Jan 2001 00:42:24 -0600
27096              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
27097      Branch: perl
27098            ! configure.com
27099 ____________________________________________________________________________
27100 [  8514] By: jhi                                   on 2001/01/22  14:31:17
27101         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
27102              From: "Craig A. Berry" <craigberry@mac.com>
27103              Date: Sun, 21 Jan 2001 23:03:25 -0600
27104              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
27105      Branch: perl
27106            ! configure.com
27107 ____________________________________________________________________________
27108 [  8513] By: jhi                                   on 2001/01/22  14:14:00
27109         Log: Add the .ucm encoding tables to the MANIFEST.
27110      Branch: perl
27111            ! MANIFEST
27112 ____________________________________________________________________________
27113 [  8512] By: jhi                                   on 2001/01/22  13:43:33
27114         Log: Integrate perlio.
27115      Branch: perl
27116           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
27117           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
27118           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
27119           +> ext/Encode/Encode/iso8859-10.ucm
27120           +> ext/Encode/Encode/iso8859-13.ucm
27121           +> ext/Encode/Encode/iso8859-14.ucm
27122           +> ext/Encode/Encode/iso8859-15.ucm
27123           +> ext/Encode/Encode/iso8859-16.ucm
27124           +> ext/Encode/Encode/iso8859-2.ucm
27125           +> ext/Encode/Encode/iso8859-3.ucm
27126           +> ext/Encode/Encode/iso8859-4.ucm
27127           +> ext/Encode/Encode/iso8859-5.ucm
27128           +> ext/Encode/Encode/iso8859-6.ucm
27129           +> ext/Encode/Encode/iso8859-7.ucm
27130           +> ext/Encode/Encode/iso8859-8.ucm
27131           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
27132           +> ext/Encode/Encode/symbol.ucm
27133           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
27134           !> perliol.h
27135 ____________________________________________________________________________
27136 [  8511] By: nick                                  on 2001/01/21  23:44:47
27137         Log: Make "real" layers of ":utf8" and ":raw".
27138              So now PERLIO=utf8 perl ...
27139              does what Andreas wanted.
27140              Fix arg passing in open.pm (still have a Carp issue).
27141      Branch: perlio
27142            ! lib/open.pm perlio.c perliol.h
27143 ____________________________________________________________________________
27144 [  8510] By: jhi                                   on 2001/01/21  22:56:53
27145         Log: Document the regex context pushing/popping a bit better.
27146      Branch: perl
27147            ! regexec.c
27148 ____________________________________________________________________________
27149 [  8509] By: jhi                                   on 2001/01/21  22:55:44
27150         Log: Tweak the mkdir trailing slash code some more.
27151              
27152              TO DO: the same handling should probably be done for
27153              all the other filesystem functions that can have directories
27154              as their arguments.
27155      Branch: perl
27156            ! pp_sys.c
27157 ____________________________________________________________________________
27158 [  8508] By: nick                                  on 2001/01/21  21:37:43
27159         Log: Switch "compiled in" encodings to .ucm format.
27160              (Leave others as .enc till we can run-time load .ucm,
27161              or find some other way to load them.)
27162      Branch: perlio
27163            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
27164            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
27165            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
27166            + ext/Encode/Encode/iso8859-10.ucm
27167            + ext/Encode/Encode/iso8859-13.ucm
27168            + ext/Encode/Encode/iso8859-14.ucm
27169            + ext/Encode/Encode/iso8859-15.ucm
27170            + ext/Encode/Encode/iso8859-16.ucm
27171            + ext/Encode/Encode/iso8859-2.ucm
27172            + ext/Encode/Encode/iso8859-3.ucm
27173            + ext/Encode/Encode/iso8859-4.ucm
27174            + ext/Encode/Encode/iso8859-5.ucm
27175            + ext/Encode/Encode/iso8859-6.ucm
27176            + ext/Encode/Encode/iso8859-7.ucm
27177            + ext/Encode/Encode/iso8859-8.ucm
27178            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
27179            + ext/Encode/Encode/symbol.ucm
27180            ! ext/Encode/Makefile.PL ext/Encode/compile
27181 ____________________________________________________________________________
27182 [  8507] By: nick                                  on 2001/01/21  21:02:03
27183         Log: Integrate (partial) mainline.
27184      Branch: perlio
27185           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
27186           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
27187           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
27188 ____________________________________________________________________________
27189 [  8506] By: jhi                                   on 2001/01/21  20:09:30
27190         Log: Update Changes.
27191      Branch: perl
27192            ! Changes patchlevel.h
27193 ____________________________________________________________________________
27194 [  8505] By: jhi                                   on 2001/01/21  19:39:59
27195         Log: Subject: Minor typos in perlfaq2.pod
27196              From: "Stephen P. Potter" <spp@spotter.yi.org>
27197              Message-Id: <200101192101.QAA11911@spotter.yi.org>
27198              Date: Fri, 19 Jan 2001 16:01:13 -0500
27199              
27200              with a nit from Philip Netwon.
27201      Branch: perl
27202            ! pod/perlfaq2.pod
27203 ____________________________________________________________________________
27204 [  8504] By: jhi                                   on 2001/01/21  19:33:05
27205         Log: Metaconfig change for #8503.
27206      Branch: metaconfig
27207            ! U/threads/usethreads.U
27208 ____________________________________________________________________________
27209 [  8503] By: jhi                                   on 2001/01/21  19:32:21
27210         Log: Sanity check for conflicting thread flavours.
27211      Branch: perl
27212            ! Configure config_h.SH
27213 ____________________________________________________________________________
27214 [  8502] By: jhi                                   on 2001/01/21  19:23:00
27215         Log: Metaconfig change for #8501.
27216      Branch: metaconfig
27217            ! U/modified/sig_name.U
27218 ____________________________________________________________________________
27219 [  8501] By: jhi                                   on 2001/01/21  19:22:26
27220         Log: The SIG_SIZE is the number of the elements *excluding*
27221              the terminating NULL.
27222      Branch: perl
27223            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
27224            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
27225            ! win32/config_H.vc
27226 ____________________________________________________________________________
27227 [  8500] By: jhi                                   on 2001/01/21  18:31:31
27228         Log: Integrate perlio.
27229      Branch: perl
27230           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
27231           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
27232           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
27233           !> pp_sys.c proto.h sv.c
27234 ____________________________________________________________________________
27235 [  8499] By: jhi                                   on 2001/01/21  17:43:57
27236         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
27237              From: Hugo <hv@crypt.compulink.co.uk>
27238              Date: Sun, 21 Jan 2001 13:34:05 +0000
27239              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
27240              
27241              In sprintf UTF8ize only if necessary.
27242      Branch: perl
27243            ! sv.c
27244 ____________________________________________________________________________
27245 [  8498] By: nick                                  on 2001/01/21  16:25:32
27246         Log: Encode cleanup.
27247              Add command line control over "compile" so that Makefile.PL
27248              needs can be combined with other uses.
27249              Use command line options in Makefile.PL.
27250              Fix multi-byte parsing in .ucm files.
27251      Branch: perlio
27252            ! ext/Encode/Makefile.PL ext/Encode/compile
27253 ____________________________________________________________________________
27254 [  8497] By: nick                                  on 2001/01/21  12:56:27
27255         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
27256      Branch: perlio
27257            ! ext/Encode/Encode.xs
27258 ____________________________________________________________________________
27259 [  8496] By: nick                                  on 2001/01/21  12:18:45
27260         Log: Fixup after integrate:
27261              missed the .sym files that are changed by regen_headers
27262              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
27263      Branch: perlio
27264            ! global.sym pp.sym sv.c
27265 ____________________________________________________________________________
27266 [  8495] By: nick                                  on 2001/01/21  11:51:07
27267         Log: Integrate mainline.
27268      Branch: perlio
27269           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
27270           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
27271           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
27272           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
27273           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
27274           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
27275           !> win32/Makefile win32/makefile.mk
27276 ____________________________________________________________________________
27277 [  8494] By: jhi                                   on 2001/01/20  23:12:11
27278         Log: Forgot the expect_number() prototype.
27279      Branch: perl
27280            ! embed.h embed.pl proto.h
27281 ____________________________________________________________________________
27282 [  8493] By: jhi                                   on 2001/01/20  22:56:39
27283         Log: Subject: [PATCH: perl@8482] README.vms URL updates
27284              From: Peter Prymmer <pvhp@forte.com>
27285              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
27286              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
27287              
27288              Plus Craig A. Berry's suggestion to use compaq.com instead
27289              of digital.com.
27290      Branch: perl
27291            ! README.vms
27292 ____________________________________________________________________________
27293 [  8492] By: jhi                                   on 2001/01/20  22:50:05
27294         Log: Memory management calls documentation.
27295      Branch: perl
27296            ! pod/perlguts.pod
27297 ____________________________________________________________________________
27298 [  8491] By: jhi                                   on 2001/01/20  22:38:33
27299         Log: Signedness nit plus few memcpy/Copy nits.
27300      Branch: perl
27301            ! sv.c
27302 ____________________________________________________________________________
27303 [  8490] By: jhi                                   on 2001/01/20  22:25:53
27304         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
27305              From: Peter Prymmer <pvhp@forte.com>
27306              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
27307              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
27308      Branch: perl
27309            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
27310 ____________________________________________________________________________
27311 [  8489] By: jhi                                   on 2001/01/20  22:24:41
27312         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
27313              From: Peter Prymmer <pvhp@forte.com>
27314              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
27315              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
27316      Branch: perl
27317            ! win32/Makefile win32/makefile.mk
27318 ____________________________________________________________________________
27319 [  8488] By: jhi                                   on 2001/01/20  22:22:27
27320         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
27321              From: Peter Prymmer <pvhp@forte.com>
27322              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
27323              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
27324      Branch: perl
27325            ! Makefile.SH
27326 ____________________________________________________________________________
27327 [  8487] By: jhi                                   on 2001/01/20  22:21:18
27328         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
27329              From: Peter Prymmer <pvhp@forte.com>
27330              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
27331              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
27332      Branch: perl
27333            + ext/DynaLoader/dl_dllload.xs
27334            ! MANIFEST Makefile.SH hints/os390.sh
27335 ____________________________________________________________________________
27336 [  8486] By: jhi                                   on 2001/01/20  22:17:53
27337         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
27338              From: Peter Prymmer <pvhp@forte.com>
27339              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
27340              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
27341      Branch: perl
27342            ! README.os390 README.posix-bc
27343 ____________________________________________________________________________
27344 [  8485] By: jhi                                   on 2001/01/20  20:15:30
27345         Log: Document and test the new qu operator.
27346      Branch: perl
27347            + t/op/qu.t
27348            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
27349            ! pod/perlretut.pod pod/perlunicode.pod
27350 ____________________________________________________________________________
27351 [  8484] By: nick                                  on 2001/01/20  19:42:30
27352         Log: Infrastructure to allow:
27353              open($fh,"|-",@array);
27354              to be implemented
27355              i.e. mark pp_open as needing a stack mark, and make pp_open
27356              process its args in that style (and pass them _all_ to tied handles OPEN).
27357              Invent do_openn() which takes SV ** at allow it to see multiple args.
27358              Note this does not _do_ anything yet.
27359      Branch: perlio
27360            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
27361            ! perlapi.c pp_proto.h pp_sys.c proto.h
27362 ____________________________________________________________________________
27363 [  8483] By: nick                                  on 2001/01/20  17:23:14
27364         Log: Integrate mainline.
27365      Branch: perlio
27366           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
27367           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
27368 ____________________________________________________________________________
27369 [  8482] By: jhi                                   on 2001/01/19  15:37:49
27370         Log: Update Changes.
27371      Branch: perl
27372            ! Changes patchlevel.h
27373 ____________________________________________________________________________
27374 [  8481] By: jhi                                   on 2001/01/19  14:41:24
27375         Log: Subject: Re: new feature: s?printf parameter reordering 
27376              From: Hugo <hv@crypt.compulink.co.uk>
27377              Date: Thu, 11 Jan 2001 17:09:03 +0000
27378              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
27379              
27380              - support reordering for all parameters: %, *v, *, .*
27381              - lay down that the reordering specification must immediately
27382              follow that parameter: %3$, *v3$, *3$, .*3$
27383              - fix vectorisation of a zero-length string
27384              - factor out the code choosing the argument to format
27385              
27386              Possibly unwanted side-effects:
27387              - the special format specifiers ' +-0' must now precede any
27388              vectorisation specifier. Tests in op/sprintf and op/ver
27389              have been changed to reflect this.
27390              - sprintf.t test #214 changed its expectations because in many
27391              cases, the next parameter has already been consumed when an
27392              invalid type letter is detected.
27393              
27394              Probably wanted side-effects:
27395              - attempts to format a non-existent parameter will warn as if C<undef>
27396              - attempt to write to non-existent parameter with '%n' will complain
27397              of "attempt to modify read-only value" instead of being silent
27398      Branch: perl
27399            ! sv.c t/op/sprintf.t t/op/ver.t
27400 ____________________________________________________________________________
27401 [  8480] By: jhi                                   on 2001/01/19  14:08:37
27402         Log: Subject: PATCH pragma/locale.t
27403              From: andreas.koenig@anima.de (Andreas J. Koenig)
27404              Date: 18 Jan 2001 09:45:37 +0100
27405              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
27406      Branch: perl
27407            ! t/pragma/locale.t
27408 ____________________________________________________________________________
27409 [  8479] By: jhi                                   on 2001/01/19  13:19:58
27410         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
27411      Branch: perl
27412            ! configure.com
27413 ____________________________________________________________________________
27414 [  8478] By: jhi                                   on 2001/01/19  02:12:35
27415         Log: Automate 1_compile.t.
27416      Branch: perl
27417            ! t/lib/1_compile.t
27418 ____________________________________________________________________________
27419 [  8477] By: jhi                                   on 2001/01/19  01:49:56
27420         Log: Integrate perlio.
27421      Branch: perl
27422           !> sv.c win32/config.bc win32/config.gc win32/config.vc
27423           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
27424 ____________________________________________________________________________
27425 [  8476] By: nick                                  on 2001/01/18  21:51:52
27426         Log: Integrate mainline
27427      Branch: perlio
27428           +> t/lib/1_compile.t t/lib/compmod.pl
27429           !> MANIFEST configure.com lib/unicode/distinct.pm
27430 ____________________________________________________________________________
27431 [  8475] By: nick                                  on 2001/01/18  21:48:02
27432         Log: Win32 "safe signals" co-existance fix.
27433              Fix SIG_SIZE value.
27434              Clear PL_sig_pending when cloning (fork).
27435      Branch: perlio
27436            ! sv.c win32/config.bc win32/config.gc win32/config.vc
27437            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
27438 ____________________________________________________________________________
27439 [  8474] By: jhi                                   on 2001/01/18  14:40:57
27440         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
27441      Branch: perl
27442            ! t/lib/1_compile.t
27443 ____________________________________________________________________________
27444 [  8473] By: gsar                                  on 2001/01/18  11:42:31
27445         Log: unsubmitted trial1 change
27446      Branch: maint-5.6/perl
27447            ! Changes
27448 ____________________________________________________________________________
27449 [  8472] By: jhi                                   on 2001/01/18  04:30:24
27450         Log: The first bug found by 1_compile.t.
27451      Branch: perl
27452            ! lib/unicode/distinct.pm
27453 ____________________________________________________________________________
27454 [  8471] By: jhi                                   on 2001/01/18  04:29:42
27455         Log: Add Schwern's 1_compile test.  The compile_module script renamed
27456              to be a bit shorter for the 8.3 people.
27457      Branch: perl
27458            + t/lib/1_compile.t t/lib/compmod.pl
27459            ! MANIFEST
27460 ____________________________________________________________________________
27461 [  8470] By: jhi                                   on 2001/01/18  04:16:00
27462         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)
27463              From: Peter Prymmer <pvhp@forte.com>
27464              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
27465              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
27466              Replace #8463.
27467      Branch: maint-5.6/perl
27468            ! configure.com
27469 ____________________________________________________________________________
27470 [  8469] By: jhi                                   on 2001/01/18  04:13:02
27471         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)
27472              From: Peter Prymmer <pvhp@forte.com>
27473              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
27474              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
27475              Replace #8462.
27476      Branch: perl
27477            ! configure.com
27478 ____________________________________________________________________________
27479 [  8468] By: jhi                                   on 2001/01/18  03:42:08
27480         Log: Integrate perlio.
27481      Branch: perl
27482           !> gv.c mg.c perlio.c util.c
27483 ____________________________________________________________________________
27484 [  8467] By: nick                                  on 2001/01/17  22:41:10
27485         Log: "Safe" signals - trial implementation.
27486              gv.c tweaked to zero PL_sig_pend array
27487              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
27488              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
27489              Odd thing is that it "works" with PERLIO=stdio as well (linux).
27490      Branch: perlio
27491            ! gv.c mg.c perlio.c util.c
27492 ____________________________________________________________________________
27493 [  8466] By: nick                                  on 2001/01/17  20:40:20
27494         Log: Integrate mainline.
27495      Branch: perlio
27496           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
27497           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
27498           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
27499           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
27500           !> vos/config.ga.h win32/config.bc win32/config.gc
27501           !> win32/config.vc
27502 ____________________________________________________________________________
27503 [  8465] By: jhi                                   on 2001/01/17  18:37:13
27504         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
27505              From: Nicholas Clark <nick@ccl4.org>
27506              Date: Wed, 17 Jan 2001 17:31:33 +0000
27507              Message-ID: <20010117173133.I2633@plum.flirble.org>
27508      Branch: perl
27509            ! t/op/int.t
27510 ____________________________________________________________________________
27511 [  8464] By: jhi                                   on 2001/01/17  14:43:17
27512         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
27513              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
27514              Date: Wed, 17 Jan 2001 15:16:43 +0100
27515              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
27516              
27517              pp_int() was dropping an NV to the floor,
27518              int(279964589018079/59) either returned not an integer
27519              4745162525730.15, or one got "Attempt to free unreferenced scalar."
27520      Branch: perl
27521            ! pp.c
27522 ____________________________________________________________________________
27523 [  8463] By: jhi                                   on 2001/01/17  06:12:42
27524         Log: (Replaced by #8470)
27525              
27526              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)
27527              From: "Craig A. Berry" <craigberry@mac.com>
27528              Date: Tue, 16 Jan 2001 23:38:46 -0600
27529              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
27530      Branch: maint-5.6/perl
27531            ! configure.com
27532 ____________________________________________________________________________
27533 [  8462] By: jhi                                   on 2001/01/17  06:11:31
27534         Log: (Replaced by #8469)
27535              
27536              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)
27537              From: "Craig A. Berry" <craigberry@mac.com>
27538              Date: Tue, 16 Jan 2001 23:38:46 -0600
27539              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
27540      Branch: perl
27541            ! configure.com
27542 ____________________________________________________________________________
27543 [  8461] By: jhi                                   on 2001/01/17  05:56:12
27544         Log: Allow for one trailing slash in the directory of mkdir().
27545      Branch: perl
27546            ! pp_sys.c
27547 ____________________________________________________________________________
27548 [  8460] By: jhi                                   on 2001/01/17  03:26:01
27549         Log: Metaconfig unit changes for #8459.
27550      Branch: metaconfig
27551            ! U/modified/Loc.U U/modified/sig_name.U
27552 ____________________________________________________________________________
27553 [  8459] By: jhi                                   on 2001/01/17  03:24:48
27554         Log: Define SIG_SIZE, the number of elements in the sig_name and
27555              sig_num arrays, including the final NULL entry.
27556      Branch: perl
27557            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27558            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
27559            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
27560            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
27561            ! win32/config.bc win32/config.gc win32/config.vc
27562 ____________________________________________________________________________
27563 [  8458] By: jhi                                   on 2001/01/17  01:41:33
27564         Log: Integrate perlio.
27565      Branch: perl
27566           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
27567           !> perlapi.h proto.h sv.c
27568 ____________________________________________________________________________
27569 [  8457] By: nick                                  on 2001/01/16  22:07:26
27570         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
27571              Provides all the "cost" but no benefit yet - it is to allow cost
27572              to be measured, and implementation experiments (just in mg.c?).
27573      Branch: perlio
27574            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
27575            ! perlapi.h proto.h sv.c
27576 ____________________________________________________________________________
27577 [  8456] By: nick                                  on 2001/01/16  21:07:07
27578         Log: Integrate mainline.
27579      Branch: perlio
27580           !> (integrate 51 files)
27581 ____________________________________________________________________________
27582 [  8455] By: jhi                                   on 2001/01/16  18:13:43
27583         Log: Subject: [PATCH] regcomp.c old feature removal
27584              From: mjd@plover.com
27585              Date: 16 Jan 2001 14:43:18 -0000 
27586              Message-ID: <20010116144318.7140.qmail@plover.com> 
27587      Branch: perl
27588            ! regcomp.c
27589 ____________________________________________________________________________
27590 [  8454] By: jhi                                   on 2001/01/16  16:12:39
27591         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
27592              From: "Indy Singh" <indy@nusphere.com>
27593              Date: Wed, 10 Jan 2001 20:17:49 -0500
27594              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
27595      Branch: maint-5.6/perl
27596            ! win32/Makefile
27597 ____________________________________________________________________________
27598 [  8453] By: jhi                                   on 2001/01/16  16:09:33
27599         Log: Update Changes.
27600      Branch: perl
27601            ! Changes patchlevel.h
27602 ____________________________________________________________________________
27603 [  8452] By: jhi                                   on 2001/01/16  15:42:04
27604         Log: Subject: Re: API Cleanup
27605              To: perl5-porters@perl.org
27606              Date: Tue, 16 Jan 2001 13:42:30 +0000
27607              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
27608              
27609              Subject: [PATCH] utf8.c documentation
27610              From: Simon Cozens <simon@cozens.net>
27611              Date: Tue, 16 Jan 2001 13:52:48 +0000
27612              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
27613              
27614              Subject: Re: API Cleanup
27615              From: Simon Cozens <simon@cozens.net>
27616              Date: Tue, 16 Jan 2001 14:58:55 +0000
27617              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
27618              
27619              UTF-8 doc patches.
27620      Branch: perl
27621            ! embed.pl pod/perlapi.pod utf8.c
27622 ____________________________________________________________________________
27623 [  8451] By: jhi                                   on 2001/01/16  14:41:39
27624         Log: podlators 1.07, from Russ Allbery.
27625      Branch: perl
27626            ! lib/Pod/Man.pm
27627 ____________________________________________________________________________
27628 [  8450] By: jhi                                   on 2001/01/16  14:24:19
27629         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
27630              From: "Indy Singh" <indy@nusphere.com>
27631              Date: Mon, 15 Jan 2001 20:59:40 -0500
27632              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
27633      Branch: perl
27634            ! win32/Makefile
27635 ____________________________________________________________________________
27636 [  8449] By: jhi                                   on 2001/01/16  03:42:55
27637         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
27638              at the setting of the ofs_sv in new_struct_thread() as the
27639              thr->Tofs_sv (PL_ofs_sv) was still 0xabab...., SvREFCNT_inc()ing
27640              that invited a core dump.
27641      Branch: perl
27642            ! util.c
27643 ____________________________________________________________________________
27644 [  8448] By: jhi                                   on 2001/01/16  01:49:07
27645         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
27646              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
27647              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
27648              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
27649              
27650              Replace #8444 and #8445.
27651      Branch: perl
27652            ! ext/B/B.xs ext/B/B/Debug.pm
27653 ____________________________________________________________________________
27654 [  8447] By: jhi                                   on 2001/01/15  21:05:35
27655         Log: Subject: [PATCH] API Variable documentation   
27656              From: Simon Cozens <simon@cozens.net>
27657              Date: Mon, 15 Jan 2001 19:35:54 +0000
27658              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
27659      Branch: perl
27660            ! pod/perlapi.pod thrdvar.h
27661 ____________________________________________________________________________
27662 [  8446] By: jhi                                   on 2001/01/15  20:49:20
27663         Log: Signedness nit.
27664      Branch: perl
27665            ! pp_ctl.c
27666 ____________________________________________________________________________
27667 [  8445] By: jhi                                   on 2001/01/15  20:28:48
27668         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
27669      Branch: perl
27670            ! ext/B/B/Debug.pm
27671 ____________________________________________________________________________
27672 [  8444] By: jhi                                   on 2001/01/15  13:09:10
27673         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
27674      Branch: perl
27675            ! ext/B/B.xs
27676 ____________________________________________________________________________
27677 [  8443] By: jhi                                   on 2001/01/15  13:06:26
27678         Log: Missing from #8439.
27679      Branch: perl
27680            ! keywords.h mg.c
27681 ____________________________________________________________________________
27682 [  8442] By: jhi                                   on 2001/01/15  13:02:38
27683         Log: Subject: [PATCH @8436] Eliminate op_children
27684              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
27685              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
27686              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
27687              
27688              Subject: [PATCH @8436] Re: Eliminate op_children
27689              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
27690              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
27691              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
27692      Branch: perl
27693            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
27694            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
27695            ! op.c op.h
27696 ____________________________________________________________________________
27697 [  8441] By: jhi                                   on 2001/01/15  12:57:08
27698         Log: Use the /^Perl_/-less form of is_lvalue_sub().
27699      Branch: perl
27700            ! pp.h
27701 ____________________________________________________________________________
27702 [  8440] By: jhi                                   on 2001/01/15  05:13:09
27703         Log: Revert #8437 and #8438, the Linux large files story is more complex.
27704      Branch: metaconfig/U/perl
27705            ! d_fpos64_t.U d_off64_t.U
27706      Branch: perl
27707            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27708            ! config_h.SH configure.com epoc/config.sh perl.h
27709            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
27710            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
27711            ! win32/config.bc win32/config.gc win32/config.vc
27712 ____________________________________________________________________________
27713 [  8439] By: jhi                                   on 2001/01/15  05:02:24
27714         Log: More UTF-8 patches from Inaba Hiroto.
27715              - The substr lval was still not okay.
27716              - Now pp_stringify and sv_setsv copies source's UTF8 flag
27717              even if IN_BYTE.  pp_stringify is called from fold_constants
27718              at optimization phase and "\x{100}" was made SvUTF8_off under
27719              use bytes (the bytes pragma is for "byte semantics" and not
27720              for "do not produce UTF8 data")
27721              - New `qu' operator to generate UTF8 string explicitly.
27722              Though I agree with the policy "0x00-0xff always produce bytes",
27723              sometimes want to such a string to be coded in UTF8.
27724              I can use pack"U0a*" but it requires more typing and has
27725              runtime overhead.
27726              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
27727              change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
27728              string is not UTF8_on and has char 0x80-0xff.
27729              
27730              TODO: document and test qu.
27731      Branch: perl
27732            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
27733            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
27734            ! toke.c
27735 ____________________________________________________________________________
27736 [  8438] By: jhi                                   on 2001/01/14  05:10:23
27737         Log: Metaconfig unit changes for #8437.
27738      Branch: metaconfig/U/perl
27739            ! d_fpos64_t.U d_off64_t.U
27740 ____________________________________________________________________________
27741 [  8437] By: jhi                                   on 2001/01/14  04:55:34
27742         Log: Add <features.h> probing, seems to be needed for (some?)
27743              Linux largefileness.
27744      Branch: perl
27745            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27746            ! config_h.SH configure.com epoc/config.sh perl.h
27747            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
27748            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
27749            ! win32/config.bc win32/config.gc win32/config.vc
27750 ____________________________________________________________________________
27751 [  8436] By: jhi                                   on 2001/01/13  17:47:21
27752         Log: Tighten some of the tests a bit.
27753      Branch: perl
27754            ! t/pragma/utf8.t
27755 ____________________________________________________________________________
27756 [  8435] By: jhi                                   on 2001/01/13  17:31:54
27757         Log: Integrate perlio.
27758      Branch: perl
27759           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
27760           !> win32/config_H.gc win32/config_H.vc
27761 ____________________________________________________________________________
27762 [  8434] By: nick                                  on 2001/01/13  11:36:53
27763         Log: Run dmake regen_config_h for Win32
27764      Branch: perlio
27765            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
27766 ____________________________________________________________________________
27767 [  8433] By: nick                                  on 2001/01/13  11:31:55
27768         Log: VMS friendly patch to Encode compile process
27769      Branch: perlio
27770            ! ext/Encode/Makefile.PL ext/Encode/compile
27771 ____________________________________________________________________________
27772 [  8432] By: nick                                  on 2001/01/13  11:06:44
27773         Log: Integrate mainline
27774      Branch: perlio
27775           +> ext/B/B/Concise.pm
27776           !> (integrate 52 files)
27777 ____________________________________________________________________________
27778 [  8431] By: jhi                                   on 2001/01/13  05:55:55
27779         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
27780              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
27781              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
27782              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
27783      Branch: perl
27784            ! ext/B/B/Concise.pm
27785 ____________________________________________________________________________
27786 [  8430] By: jhi                                   on 2001/01/13  04:24:18
27787         Log: The LVRET macro needed an aTHX.
27788      Branch: perl
27789            ! pp.h
27790 ____________________________________________________________________________
27791 [  8429] By: jhi                                   on 2001/01/13  02:12:42
27792         Log: Update Changes.
27793      Branch: perl
27794            ! Changes patchlevel.h
27795 ____________________________________________________________________________
27796 [  8428] By: jhi                                   on 2001/01/13  02:08:50
27797         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
27798              From: Peter Prymmer <pvhp@forte.com>
27799              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
27800              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
27801              
27802              Add a BEGIN guard for sloppy floating point division.
27803      Branch: perl
27804            ! lib/Math/BigInt.pm lib/bigint.pl
27805 ____________________________________________________________________________
27806 [  8427] By: jhi                                   on 2001/01/13  01:47:16
27807         Log: The B::Terse drop-in replacement wasn't quite drop-in.
27808      Branch: perl
27809            ! ext/B/B/Terse.pm
27810 ____________________________________________________________________________
27811 [  8426] By: jhi                                   on 2001/01/12  21:20:43
27812         Log: Use UVXf.
27813      Branch: perl
27814            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27815            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
27816            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
27817            ! vos/config.ga.def vos/config.ga.h win32/config.bc
27818            ! win32/config.gc win32/config.vc
27819 ____________________________________________________________________________
27820 [  8425] By: jhi                                   on 2001/01/12  20:20:14
27821         Log: Subject: [PATCH perl@8342] -Wformat
27822              From: Robin Barker <rmb1@cise.npl.co.uk>
27823              Date: Fri, 12 Jan 2001 20:03:14 GMT
27824              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
27825      Branch: perl
27826            ! ext/Encode/Encode.xs mg.c sv.c toke.c
27827 ____________________________________________________________________________
27828 [  8424] By: jhi                                   on 2001/01/12  20:01:48
27829         Log: Subject: B::Concise -- an improved replacement for B::Terse 
27830              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
27831              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
27832              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
27833      Branch: perl
27834            + ext/B/B/Concise.pm
27835            ! MANIFEST ext/B/B/Terse.pm
27836 ____________________________________________________________________________
27837 [  8423] By: jhi                                   on 2001/01/12  19:24:02
27838         Log: The new metaconfig unit from the #8421.
27839      Branch: metaconfig/U/perl
27840            + d_sigprocmask.U
27841 ____________________________________________________________________________
27842 [  8422] By: jhi                                   on 2001/01/12  19:23:43
27843         Log: Forgot the microperl config from the #8421.
27844      Branch: perl
27845            ! uconfig.h uconfig.sh
27846 ____________________________________________________________________________
27847 [  8421] By: jhi                                   on 2001/01/12  19:05:27
27848         Log: Add sigprocmask() probe, regen Configure, regen toc.
27849      Branch: perl
27850            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27851            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
27852            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
27853            ! vos/config.ga.h win32/config.bc win32/config.gc
27854            ! win32/config.vc
27855 ____________________________________________________________________________
27856 [  8420] By: jhi                                   on 2001/01/12  18:34:31
27857         Log: Add sockatmark() to the todo list.
27858      Branch: perl
27859            ! Todo-5.6
27860 ____________________________________________________________________________
27861 [  8419] By: jhi                                   on 2001/01/12  18:09:46
27862         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
27863      Branch: perl
27864            ! op.c
27865 ____________________________________________________________________________
27866 [  8418] By: jhi                                   on 2001/01/12  18:05:30
27867         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
27868              From: Radu Greab <radu@netsoft.ro>
27869              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
27870              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
27871      Branch: perl
27872            ! op.c t/pragma/sub_lval.t
27873 ____________________________________________________________________________
27874 [  8417] By: jhi                                   on 2001/01/12  16:09:09
27875         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
27876              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
27877              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
27878              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
27879      Branch: perl
27880            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
27881            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
27882            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
27883            ! t/pragma/sub_lval.t toke.c
27884 ____________________________________________________________________________
27885 [  8416] By: jhi                                   on 2001/01/12  15:42:06
27886         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
27887              From: "Richard Soderberg" <rs@crystalflame.net>
27888              Date: Fri, 12 Jan 2001 04:49:35 -0800
27889              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
27890              
27891              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
27892              according to the platform.
27893      Branch: perl
27894            ! op.c
27895 ____________________________________________________________________________
27896 [  8415] By: jhi                                   on 2001/01/12  15:33:41
27897         Log: One more UTF-8 fix from Inaba Hiroto.
27898      Branch: perl
27899            ! pp.c regexec.c t/pragma/utf8.t
27900 ____________________________________________________________________________
27901 [  8414] By: jhi                                   on 2001/01/12  15:30:18
27902         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
27903      Branch: perl
27904            ! regexec.c
27905 ____________________________________________________________________________
27906 [  8413] By: jhi                                   on 2001/01/12  15:22:10
27907         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
27908              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
27909              Date: Thu, 11 Jan 2001 12:53:36 +0100
27910              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
27911      Branch: perl
27912            ! toke.c
27913 ____________________________________________________________________________
27914 [  8412] By: jhi                                   on 2001/01/12  15:20:25
27915         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
27916              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
27917              Date: Fri, 12 Jan 2001 14:37:55 +0100
27918              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
27919      Branch: perl
27920            ! hints/posix-bc.sh
27921 ____________________________________________________________________________
27922 [  8411] By: jhi                                   on 2001/01/12  15:14:14
27923         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
27924              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
27925              Date: Fri, 12 Jan 2001 10:42:21 +0100
27926              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
27927      Branch: perl
27928            ! t/op/regmesg.t
27929 ____________________________________________________________________________
27930 [  8410] By: jhi                                   on 2001/01/12  05:48:55
27931         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
27932              From: Nicholas Clark <nick@ccl4.org> 
27933              Date: Sun, 7 Jan 2001 19:47:14 +0000
27934              Message-ID: <20010107194714.B1048@plum.flirble.org>
27935      Branch: perl
27936            ! t/op/numconvert.t
27937 ____________________________________________________________________________
27938 [  8409] By: jhi                                   on 2001/01/12  05:41:28
27939         Log: Integrate perlio.
27940      Branch: perl
27941           !> mg.c scope.h
27942 ____________________________________________________________________________
27943 [  8408] By: nick                                  on 2001/01/11  22:43:28
27944         Log: Remove variables that were used in experiments.
27945      Branch: perlio
27946            ! mg.c
27947 ____________________________________________________________________________
27948 [  8407] By: nick                                  on 2001/01/11  20:57:44
27949         Log: Catch die in %SIG handler and unblock the signal before re-dying.
27950              This make Linux work _without_ sigsetjmp().
27951              Turn off sigsetjmp() to see what else it does.
27952              May need Configure probe for sigprocmask() if anything has sigaction()
27953              but not sigprocmask().
27954      Branch: perlio
27955            ! mg.c scope.h
27956 ____________________________________________________________________________
27957 [  8406] By: nick                                  on 2001/01/11  19:32:07
27958         Log: Integrate mainline
27959      Branch: perlio
27960           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
27961           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
27962           !> t/op/substr.t
27963 ____________________________________________________________________________
27964 [  8405] By: jhi                                   on 2001/01/11  17:11:01
27965         Log: Fix UTF-8 lval substr().
27966      Branch: perl
27967            ! mg.c t/op/substr.t
27968 ____________________________________________________________________________
27969 [  8404] By: jhi                                   on 2001/01/11  05:13:58
27970         Log: Update Changes.
27971      Branch: perl
27972            ! Changes patchlevel.h
27973 ____________________________________________________________________________
27974 [  8403] By: jhi                                   on 2001/01/11  04:38:24
27975         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
27976              From: Hugo <hv@crypt.compulink.co.uk>
27977              Date: Mon, 30 Oct 2000 01:33:26 +0000
27978              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
27979      Branch: perl
27980            ! regexec.c t/op/re_tests
27981 ____________________________________________________________________________
27982 [  8402] By: jhi                                   on 2001/01/11  04:26:12
27983         Log: Integrate perlio.
27984      Branch: perl
27985           !> scope.h util.c
27986 ____________________________________________________________________________
27987 [  8401] By: nick                                  on 2001/01/10  22:52:55
27988         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
27989              (So Alan and Ilya can try setting via hints.)
27990              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
27991              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
27992              doing the save everywhere seems to restart read() correctly, but just
27993              doing it once "round" the handler does not.
27994      Branch: perlio
27995            ! scope.h
27996 ____________________________________________________________________________
27997 [  8400] By: jhi                                   on 2001/01/10  21:57:54
27998         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
27999              of IRIX, HP-UX is unaffected.
28000      Branch: perl
28001            ! perl.h
28002 ____________________________________________________________________________
28003 [  8399] By: nick                                  on 2001/01/10  21:29:19
28004         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
28005      Branch: perlio
28006            ! util.c
28007 ____________________________________________________________________________
28008 [  8398] By: jhi                                   on 2001/01/10  20:55:31
28009         Log: Add ReuseAddr as a (preferred) alias for Reuse as we now
28010              also have ReusePort.
28011      Branch: perl
28012            ! ext/IO/lib/IO/Socket/INET.pm
28013 ____________________________________________________________________________
28014 [  8397] By: jhi                                   on 2001/01/10  20:50:57
28015         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
28016              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
28017              Date: Wed, 10 Jan 2001 01:38:13 -0800
28018              Message-ID: <20010110013813.B41744@yahoo-inc.com>
28019      Branch: perl
28020            ! ext/IO/lib/IO/Socket/INET.pm
28021 ____________________________________________________________________________
28022 [  8396] By: jhi                                   on 2001/01/10  20:49:30
28023         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
28024              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
28025              Date: Wed, 10 Jan 2001 01:37:32 -0800
28026              Message-ID: <20010110013732.A41744@yahoo-inc.com>
28027      Branch: perl
28028            ! ext/Socket/Socket.pm
28029 ____________________________________________________________________________
28030 [  8395] By: jhi                                   on 2001/01/10  20:41:37
28031         Log: Test for bug id 20010105.016 (fixed by #8378).
28032      Branch: perl
28033            ! t/op/split.t
28034 ____________________________________________________________________________
28035 [  8394] By: jhi                                   on 2001/01/10  20:26:32
28036         Log: Integrate perlio.
28037      Branch: perl
28038            ! util.c
28039 ____________________________________________________________________________
28040 [  8393] By: nick                                  on 2001/01/10  19:34:30
28041         Log: Back out Simon's pid hackery for now.
28042      Branch: perlio
28043            ! util.c
28044 ____________________________________________________________________________
28045 [  8392] By: nick                                  on 2001/01/10  19:23:13
28046         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
28047      Branch: perlio
28048           !> (integrate 29 files)
28049 ____________________________________________________________________________
28050 [  8391] By: jhi                                   on 2001/01/10  18:43:15
28051         Log: Subject: [PATCH] Fix my_pclose segfault
28052              From: Simon Cozens <simon@cozens.net>
28053              Date: Wed, 10 Jan 2001 18:39:35 +0000
28054              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
28055      Branch: perl
28056            ! util.c
28057 ____________________________________________________________________________
28058 [  8390] By: jhi                                   on 2001/01/10  18:42:08
28059         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
28060              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
28061              Date:     Wed, 10 Jan 2001 13:23:02 EST
28062              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
28063      Branch: perl
28064            ! ext/Opcode/Opcode.xs
28065 ____________________________________________________________________________
28066 [  8389] By: jhi                                   on 2001/01/10  15:16:07
28067         Log: Turn off the integer preservation for now.
28068      Branch: perl
28069            ! perl.h
28070 ____________________________________________________________________________
28071 [  8388] By: jhi                                   on 2001/01/10  15:01:25
28072         Log: Few more IDE/editor nits from p5p.
28073      Branch: perl
28074            ! pod/perlfaq3.pod
28075 ____________________________________________________________________________
28076 [  8387] By: jhi                                   on 2001/01/10  06:53:16
28077         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
28078              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
28079              Date: Tue, 9 Jan 2001 23:16:02 +0000
28080              Message-ID: <20010109231602.A81101@plum.flirble.org>
28081      Branch: perl
28082            ! sv.c
28083 ____________________________________________________________________________
28084 [  8386] By: jhi                                   on 2001/01/10  03:17:54
28085         Log: Test cases for #8385 (from Simon's "torture.pl")
28086      Branch: perl
28087            ! t/op/tr.t
28088 ____________________________________________________________________________
28089 [  8385] By: jhi                                   on 2001/01/10  03:17:11
28090         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
28091              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
28092              Date: Wed, 10 Jan 2001 11:39:39 +0900
28093              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
28094              
28095              Some more UTF-8 tr cases fixed.
28096      Branch: perl
28097            ! doop.c
28098 ____________________________________________________________________________
28099 [  8384] By: jhi                                   on 2001/01/09  22:45:40
28100         Log: Allow the locale test needing POSIX and the taint test
28101              needing IPC::SysV to run under 'minitest' (basically,
28102              bail out if loading the extension fails)
28103      Branch: perl
28104            ! t/op/misc.t t/op/taint.t
28105 ____________________________________________________________________________
28106 [  8383] By: jhi                                   on 2001/01/09  21:36:04
28107         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
28108              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
28109              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
28110              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
28111      Branch: perl
28112            ! t/io/openpid.t
28113 ____________________________________________________________________________
28114 [  8382] By: jhi                                   on 2001/01/09  21:06:08
28115         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
28116              Should finish up the bug id 20001205.022.
28117      Branch: perl
28118            ! pp.c pp_hot.c scope.c
28119 ____________________________________________________________________________
28120 [  8381] By: jhi                                   on 2001/01/09  18:27:43
28121         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
28122              From: Andy Dougherty <doughera@lafayette.edu>
28123              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
28124              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
28125              
28126              More robust yacc/bison error detection.
28127      Branch: perl
28128            ! t/comp/proto.t
28129 ____________________________________________________________________________
28130 [  8380] By: jhi                                   on 2001/01/09  15:21:38
28131         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
28132              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
28133              Date:     Tue, 9 Jan 2001 07:53:55 EST
28134              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
28135      Branch: perl
28136            ! t/op/misc.t vms/test.com
28137 ____________________________________________________________________________
28138 [  8379] By: jhi                                   on 2001/01/09  15:20:38
28139         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
28140              From: jhi@cc.hut.fi
28141              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
28142              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
28143              
28144              The #8378 fixed this.
28145      Branch: perl
28146            ! t/op/tr.t
28147 ____________________________________________________________________________
28148 [  8378] By: jhi                                   on 2001/01/09  15:05:32
28149         Log: Subject: One more patch for UTF8 
28150              From: Inaba Hiroto <inaba@st.rim.or.jp>
28151              Date: Tue, 09 Jan 2001 01:04:32 +0900
28152              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
28153              
28154              UTF-8 fixes for 'x' and tr///.
28155      Branch: perl
28156            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
28157            ! regcomp.c regexec.c toke.c utf8.c
28158 ____________________________________________________________________________
28159 [  8377] By: jhi                                   on 2001/01/09  14:32:17
28160         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
28161      Branch: perl
28162            ! t/op/length.t
28163 ____________________________________________________________________________
28164 [  8376] By: jhi                                   on 2001/01/09  04:32:32
28165         Log: integrate changes #7775, #8316, #8316 from mainline
28166      Branch: maint-5.6/perl
28167            ! hints/solaris_2.sh
28168 ____________________________________________________________________________
28169 [  8375] By: jhi                                   on 2001/01/09  04:26:43
28170         Log: Update Changes.
28171      Branch: perl
28172            ! Changes patchlevel.h
28173 ____________________________________________________________________________
28174 [  8374] By: jhi                                   on 2001/01/09  04:14:32
28175         Log: IDE/editor section tweaking.
28176      Branch: perl
28177            ! pod/perlfaq3.pod
28178 ____________________________________________________________________________
28179 [  8373] By: jhi                                   on 2001/01/09  02:38:26
28180         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
28181              From: Peter Prymmer <pvhp@forte.com>
28182              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
28183              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
28184              
28185              In preparation os OS/390 dynamic loading.
28186      Branch: perl
28187            ! README.os390 hints/os390.sh
28188 ____________________________________________________________________________
28189 [  8372] By: jhi                                   on 2001/01/09  00:24:30
28190         Log: Integrate with perlio.
28191      Branch: perl
28192           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
28193 ____________________________________________________________________________
28194 [  8371] By: nick                                  on 2001/01/08  23:54:33
28195         Log: Fix "scalars leaked" bugs caused by overload magic
28196              (Highlighted by Ilya's DESTROY optimization.)
28197      Branch: perlio
28198            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
28199 ____________________________________________________________________________
28200 [  8370] By: nick                                  on 2001/01/08  20:19:41
28201         Log: Integrate mainline
28202      Branch: perlio
28203           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
28204           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
28205           !> t/op/64bitint.t
28206 ____________________________________________________________________________
28207 [  8369] By: jhi                                   on 2001/01/08  17:30:52
28208         Log: save_delete() Safefree() doesn't (anymore?) work with shared
28209              strings, one test failure in op/misc and almost all of lib/b.
28210              (Outcomments #8369.)
28211      Branch: perl
28212            ! scope.c
28213 ____________________________________________________________________________
28214 [  8368] By: jhi                                   on 2001/01/08  14:47:10
28215         Log: (Outcommented by #8369.)
28216              
28217              Subject: Re: Perl BugID 20001205.022 ---- save_delete
28218              From: Simon Cozens <simon@cozens.net>
28219              Date: Sat, 6 Jan 2001 11:48:40 +0000
28220              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
28221              
28222              The save_delete() does need the Safefree.
28223      Branch: perl
28224            ! scope.c
28225 ____________________________________________________________________________
28226 [  8367] By: bailey                                on 2001/01/08  08:53:52
28227         Log: Once again syncing after too long an absence
28228      Branch: vmsperl
28229           +> (branch 55 files)
28230            - MAINTAIN fix_pl vos/config.def vos/config.h
28231            - vos/config_h.SH_orig
28232           !> (integrate 498 files)
28233 ____________________________________________________________________________
28234 [  8366] By: jhi                                   on 2001/01/08  02:42:59
28235         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
28236              From: nick@ccl4.org
28237              Date: Sun, 7 Jan 2001 21:07:18 +0000
28238              Message-Id: <20010107210717.D1048@plum.flirble.org>
28239      Branch: perl
28240            ! sv.c t/op/64bitint.t
28241 ____________________________________________________________________________
28242 [  8365] By: jhi                                   on 2001/01/08  02:35:16
28243         Log: Subject: [PATCH] environ nit
28244              From: Simon Cozens <simon@cozens.net>
28245              Date: Sun, 7 Jan 2001 17:57:07 +0000
28246              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
28247              
28248              Use environ only if we have it.
28249      Branch: perl
28250            ! mg.c
28251 ____________________________________________________________________________
28252 [  8364] By: jhi                                   on 2001/01/08  02:24:51
28253         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
28254      Branch: perl
28255            ! ext/GDBM_File/GDBM_File.xs
28256 ____________________________________________________________________________
28257 [  8363] By: jhi                                   on 2001/01/08  02:19:24
28258         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
28259              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
28260              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
28261              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
28262      Branch: perl
28263            ! dump.c op.c
28264 ____________________________________________________________________________
28265 [  8362] By: jhi                                   on 2001/01/08  02:17:43
28266         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
28267              From: Doug MacEachern <dougm@covalent.net>
28268              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
28269              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
28270              
28271              Allow AUTOLOAD to be an xsub and allow such xsubs
28272              to avoid use of $AUTOLOAD.
28273      Branch: perl
28274            ! gv.c
28275 ____________________________________________________________________________
28276 [  8361] By: jhi                                   on 2001/01/08  02:16:07
28277         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
28278              From: Radu Greab <radu@netsoft.ro>
28279              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
28280              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
28281              
28282              No need for the potentially unportable $SIG{CHLD}.
28283      Branch: perl
28284            ! t/io/pipe.t
28285 ____________________________________________________________________________
28286 [  8360] By: jhi                                   on 2001/01/08  01:58:23
28287         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
28288      Branch: perl
28289            ! lib/Getopt/Long.pm
28290 ____________________________________________________________________________
28291 [  8359] By: jhi                                   on 2001/01/08  01:55:44
28292         Log: Integrate perlio.
28293      Branch: perl
28294           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
28295           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
28296           !> utf8.c win32/Makefile
28297 ____________________________________________________________________________
28298 [  8358] By: jhi                                   on 2001/01/07  21:16:50
28299         Log: Update the EPOC cross SDK URL.
28300      Branch: perl
28301            ! README.epoc
28302 ____________________________________________________________________________
28303 [  8357] By: jhi                                   on 2001/01/07  21:16:09
28304         Log: Update the EPOC cross SDK URL.
28305      Branch: maint-5.6/perl
28306            ! README.epoc
28307 ____________________________________________________________________________
28308 [  8356] By: nick                                  on 2001/01/06  21:47:52
28309         Log: FILE * in XS code for PerlIO world:
28310              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
28311              - Add FILE * T_STDIO typemap.
28312              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
28313      Branch: perlio
28314            ! lib/ExtUtils/typemap perlio.c perlio.h
28315 ____________________________________________________________________________
28316 [  8355] By: jhi                                   on 2001/01/06  20:27:15
28317         Log: integrate change #8336 from mainline
28318              
28319              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
28320      Branch: maint-5.6/perl
28321            ! hv.c
28322 ____________________________________________________________________________
28323 [  8354] By: jhi                                   on 2001/01/06  20:24:29
28324         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
28325              From: Robin Barker <rmb1@cise.npl.co.uk>
28326              Date: Fri, 22 Dec 2000 12:17:38 GMT
28327              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
28328              
28329              The patch reformats some long =item lines so they give
28330              correct output via pod2man | nroff -man
28331              
28332              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
28333              From: Robin Barker <rmb1@cise.npl.co.uk>
28334              Date: Tue, 2 Jan 2001 15:35:03 GMT
28335              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
28336              
28337              Here is a _further_ patch which corrects a few more errors:
28338              * an empty C<=item> in CPAN.pm
28339              * patching the wrong file (pod/perlamiga.pod not README.amiga)
28340              * leaving empty C<=item>s which formatted incorrectly
28341              * over long C<=item>s revealed by latest patch to Pod::Man
28342      Branch: maint-5.6/perl
28343            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
28344            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
28345            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
28346            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
28347            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
28348            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
28349 ____________________________________________________________________________
28350 [  8353] By: jhi                                   on 2001/01/06  20:21:10
28351         Log: integrate changes #7980, 7990, 8056, 8057 from mainline
28352              
28353              UTF-8 hash keys.
28354      Branch: maint-5.6/perl
28355            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
28356 ____________________________________________________________________________
28357 [  8352] By: jhi                                   on 2001/01/06  20:18:44
28358         Log: Forgotten from #8438.
28359      Branch: maint-5.6/perl
28360            ! epoc/epocish.h
28361 ____________________________________________________________________________
28362 [  8351] By: jhi                                   on 2001/01/06  20:18:12
28363         Log: Forgotten from #8347.
28364      Branch: maint-5.6/perl
28365            ! config_h.SH
28366 ____________________________________________________________________________
28367 [  8350] By: jhi                                   on 2001/01/06  20:00:19
28368         Log: Thinko in #8347.
28369      Branch: maint-5.6/perl
28370            ! regcomp.c
28371 ____________________________________________________________________________
28372 [  8349] By: jhi                                   on 2001/01/06  18:05:30
28373         Log: Copy the FAQ3 IDE section from the development branch,
28374              changes originally by Peter Prymmer.
28375      Branch: maint-5.6/perl
28376            ! pod/perlfaq3.pod
28377 ____________________________________________________________________________
28378 [  8348] By: jhi                                   on 2001/01/06  18:03:02
28379         Log: EPOC updates for TRIAL1.
28380              
28381              Subject: [5.6.1 trial1] EPOC update
28382              From: Olaf Flebbe <O.Flebbe@science-computing.de>
28383              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
28384              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
28385              
28386              Subject: epoc patch2 for perl-5.6.1-trial1
28387              From: Olaf Flebbe <O.Flebbe@science-computing.de>
28388              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
28389              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
28390      Branch: maint-5.6/perl
28391            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
28392            ! epoc/epocish.c
28393 ____________________________________________________________________________
28394 [  8347] By: jhi                                   on 2001/01/06  17:29:10
28395         Log: integrate changes #7710,7824,7973 from mainline,
28396              plus VMS nits from Peter Prymmer and Dan Sugalski.
28397              
28398              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
28399              library (getprotobyname and getprotobynumber are outversioned by
28400              the same calls in libc, at least for xlc version 3.
28401              
28402              Add HAS_SBRK_PROTO.
28403              
28404              Fixes for signedness warnings noticed by VMSperlers.
28405      Branch: maint-5.6/perl
28406            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
28407            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
28408            ! sv.c vms/descrip_mms.template vos/config.alpha.def
28409            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
28410            ! win32/config.bc win32/config.gc win32/config.vc
28411 ____________________________________________________________________________
28412 [  8346] By: nick                                  on 2001/01/06  14:36:01
28413         Log: Fixup accumulated integrate muddles (perlio == devperl again)
28414      Branch: perlio
28415            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
28416 ____________________________________________________________________________
28417 [  8345] By: nick                                  on 2001/01/06  14:24:58
28418         Log: Integrate mainline
28419      Branch: perlio
28420           !> (integrate 55 files)
28421 ____________________________________________________________________________
28422 [  8344] By: jhi                                   on 2001/01/06  02:24:02
28423         Log: Subject: [patch] PerlIO_cleanup() prototype
28424              From: Doug MacEachern <dougm@covalent.net>
28425              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
28426              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
28427      Branch: perl
28428            ! perlio.h
28429 ____________________________________________________________________________
28430 [  8343] By: jhi                                   on 2001/01/06  01:04:09
28431         Log: IRIX compiler noticed that the bof initialization might be
28432              bypassed by control flow.
28433      Branch: perl
28434            ! toke.c
28435 ____________________________________________________________________________
28436 [  8342] By: jhi                                   on 2001/01/06  00:10:48
28437         Log: Update Changes.
28438      Branch: perl
28439            ! Changes patchlevel.h
28440 ____________________________________________________________________________
28441 [  8341] By: jhi                                   on 2001/01/05  23:52:33
28442         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
28443      Branch: perl
28444            ! toke.c
28445 ____________________________________________________________________________
28446 [  8340] By: jhi                                   on 2001/01/05  22:44:08
28447         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
28448              From: Radu Greab <radu@netsoft.ro>
28449              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
28450              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
28451      Branch: perl
28452            ! t/io/pipe.t util.c
28453 ____________________________________________________________________________
28454 [  8339] By: jhi                                   on 2001/01/05  22:35:17
28455         Log: Subject: [PATCH] format and rewording in perlfaq.pod
28456              From: Robin Barker <rmb1@cise.npl.co.uk>
28457              Date: Fri, 5 Jan 2001 18:51:20 GMT
28458              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
28459      Branch: perl
28460            ! pod/perlfaq.pod
28461 ____________________________________________________________________________
28462 [  8338] By: jhi                                   on 2001/01/05  22:31:17
28463         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
28464              From: Peter Prymmer <pvhp@forte.com>
28465              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
28466              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
28467      Branch: perl
28468            ! utils/perlbug.PL
28469 ____________________________________________________________________________
28470 [  8337] By: jhi                                   on 2001/01/05  18:15:11
28471         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
28472              From: Robin Barker <rmb1@cise.npl.co.uk>
28473              Date: Tue, 2 Jan 2001 15:24:07 GMT
28474              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
28475              
28476              If you call configure as C<./Configure> or C<sh ./Configure>,
28477              $src is set to the absolute path name, not '.'.
28478              
28479              This, in turn, means -Dmksymlink tries to do its stuff because
28480              it does not think it is in the src directory.
28481              
28482              (plus a metaconfig nitfix)
28483      Branch: metaconfig
28484            ! U/compline/ccflags.U U/modified/src.U
28485      Branch: perl
28486            ! Configure config_h.SH
28487 ____________________________________________________________________________
28488 [  8336] By: jhi                                   on 2001/01/05  17:48:32
28489         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
28490              From: Alan Burlison <Alan.Burlison@uk.sun.com>
28491              Message-ID: <3A5606C4.473D2226@uk.sun.com>
28492              Date: Fri, 05 Jan 2001 17:39:16 +0000
28493      Branch: perl
28494            ! hv.c
28495 ____________________________________________________________________________
28496 [  8335] By: jhi                                   on 2001/01/05  16:05:44
28497         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
28498      Branch: perl
28499            ! lib/Getopt/Long.pm
28500 ____________________________________________________________________________
28501 [  8334] By: jhi                                   on 2001/01/05  16:00:51
28502         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
28503              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
28504              Date: Fri, 05 Jan 2001 13:46:51 +0100
28505              Message-ID: <13693.978698811@nice.ram.loc>
28506              
28507              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
28508              accurate reading of the "atime".  
28509      Branch: perl
28510            ! t/io/fs.t
28511 ____________________________________________________________________________
28512 [  8333] By: jhi                                   on 2001/01/05  15:57:37
28513         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
28514              From: Simon Cozens <simon@cozens.net>
28515              Date: Fri, 8 Dec 2000 13:33:31 +0000
28516              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
28517              
28518              A lost patch fragment.
28519      Branch: perl
28520            ! doop.c
28521 ____________________________________________________________________________
28522 [  8332] By: jhi                                   on 2001/01/05  15:40:42
28523         Log: Do away with strncpy() and a fixed length buffer.
28524      Branch: perl
28525            ! utf8.c
28526 ____________________________________________________________________________
28527 [  8331] By: jhi                                   on 2001/01/05  15:03:07
28528         Log: Tests for #8329 and #8330.
28529      Branch: perl
28530            ! t/op/bop.t
28531 ____________________________________________________________________________
28532 [  8330] By: jhi                                   on 2001/01/05  15:02:38
28533         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
28534              raw 8-bit form to the UTF-8 string.
28535      Branch: perl
28536            ! toke.c
28537 ____________________________________________________________________________
28538 [  8329] By: jhi                                   on 2001/01/05  14:55:13
28539         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
28540              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
28541              Date: Fri, 5 Jan 2001 12:28:52 +0100
28542              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
28543              
28544              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
28545              no effect.  (changed the strncpy() to Copy())
28546      Branch: perl
28547            ! toke.c
28548 ____________________________________________________________________________
28549 [  8328] By: jhi                                   on 2001/01/05  06:44:27
28550         Log: UTF-8 cleanup.
28551      Branch: perl
28552            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
28553            ! regexec.c sv.c toke.c
28554 ____________________________________________________________________________
28555 [  8327] By: jhi                                   on 2001/01/05  01:11:29
28556         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')
28557              From: Radu Greab <radu@netsoft.ro>
28558              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
28559              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
28560              
28561              Cleans up Harness to not use FileHandle, which uses IO.
28562      Branch: perl
28563            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
28564 ____________________________________________________________________________
28565 [  8326] By: jhi                                   on 2001/01/05  00:56:37
28566         Log: Update Changes.
28567      Branch: perl
28568            ! Changes patchlevel.h
28569 ____________________________________________________________________________
28570 [  8325] By: jhi                                   on 2001/01/05  00:53:18
28571         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
28572              From: Peter Prymmer <pvhp@forte.com>
28573              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
28574              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
28575              
28576              plus a couple more tailing whitespace removals.
28577      Branch: perl
28578            ! win32/Makefile
28579 ____________________________________________________________________________
28580 [  8324] By: jhi                                   on 2001/01/05  00:47:39
28581         Log: Add some Unicode chop() tests.
28582      Branch: perl
28583            ! t/op/chop.t
28584 ____________________________________________________________________________
28585 [  8323] By: jhi                                   on 2001/01/05  00:47:23
28586         Log: Unify UTF-8 malformedness handling.
28587      Branch: perl
28588            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
28589 ____________________________________________________________________________
28590 [  8322] By: jhi                                   on 2001/01/04  22:21:54
28591         Log: The new $issymlink was unknown to Mksymlinks.
28592      Branch: metaconfig/U/perl
28593            ! Mksymlinks.U issymlink.U
28594      Branch: perl
28595            ! Configure config_h.SH
28596 ____________________________________________________________________________
28597 [  8321] By: jhi                                   on 2001/01/04  21:51:05
28598         Log: The test didn't work under the core test framework.
28599      Branch: perl
28600            ! t/lib/st-lock.t
28601 ____________________________________________________________________________
28602 [  8320] By: jhi                                   on 2001/01/04  21:14:22
28603         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
28604      Branch: perl
28605            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
28606 ____________________________________________________________________________
28607 [  8319] By: jhi                                   on 2001/01/04  20:46:17
28608         Log: Typo in #8312 when manually appying a problematic patch fragment.
28609      Branch: perl
28610            ! ext/Storable/Storable.xs
28611 ____________________________________________________________________________
28612 [  8318] By: jhi                                   on 2001/01/04  20:43:01
28613         Log: The $sh_c didn't fly.
28614      Branch: metaconfig
28615            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
28616            ! U/modified/Loc.U U/modified/myhostname.U
28617            ! U/modified/spitshell.U
28618      Branch: metaconfig/U/perl
28619            ! issymlink.U
28620      Branch: perl
28621            ! Configure config_h.SH
28622 ____________________________________________________________________________
28623 [  8317] By: jhi                                   on 2001/01/04  19:58:01
28624         Log: AIX builtin test -h is broken, changes based on
28625              
28626              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
28627              Date: Tue, 02 Jan 2001 11:24:39 +0100
28628              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28629              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
28630      Branch: metaconfig
28631            + U/modified/spitshell.U
28632            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
28633            ! U/modified/Loc.U U/modified/myhostname.U
28634      Branch: metaconfig/U/perl
28635            ! Mksymlinks.U issymlink.U
28636      Branch: perl
28637            ! Configure
28638 ____________________________________________________________________________
28639 [  8316] By: jhi                                   on 2001/01/04  19:02:22
28640         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
28641              From: Andy Dougherty <doughera@lafayette.edu>
28642              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
28643              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
28644              
28645              Beware of GNU ld.
28646      Branch: perl
28647            ! hints/solaris_2.sh
28648 ____________________________________________________________________________
28649 [  8315] By: jhi                                   on 2001/01/04  18:56:48
28650         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
28651              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
28652              Date: Wed, 3 Jan 2001 07:58:51 +0100
28653              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
28654      Branch: perl
28655            ! hints/solaris_2.sh
28656 ____________________________________________________________________________
28657 [  8314] By: jhi                                   on 2001/01/04  18:54:07
28658         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
28659              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
28660              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
28661              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
28662              
28663              Doc tweak on #8313.
28664      Branch: perl
28665            ! ext/B/B/Deparse.pm
28666 ____________________________________________________________________________
28667 [  8313] By: jhi                                   on 2001/01/04  18:52:27
28668         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
28669              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
28670              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
28671              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
28672              
28673              Make the peephole optimizer to bypass more null ops and
28674              and rewrite the deparse handling of continue blocks.
28675      Branch: perl
28676            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
28677 ____________________________________________________________________________
28678 [  8312] By: jhi                                   on 2001/01/04  18:47:39
28679         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
28680      Branch: perl
28681            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
28682            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
28683            ! t/lib/st-lock.t
28684 ____________________________________________________________________________
28685 [  8311] By: jhi                                   on 2001/01/04  18:36:08
28686         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
28687              filter to be run on each .pm during the pm_to_blib() phase,
28688              a fixed version of
28689              
28690              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
28691              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
28692              Date: Wed, 03 Jan 2001 22:01:30 +0100
28693              Message-ID: <5296.978555690@nice.ram.loc>
28694      Branch: perl
28695            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
28696            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
28697            ! lib/ExtUtils/MakeMaker.pm
28698 ____________________________________________________________________________
28699 [  8310] By: jhi                                   on 2001/01/04  18:32:54
28700         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
28701              From: Robin Barker <rmb1@cise.npl.co.uk>
28702              Date: Tue, 2 Jan 2001 15:35:03 GMT
28703              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
28704      Branch: perl
28705            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
28706            ! pod/perlrequick.pod
28707 ____________________________________________________________________________
28708 [  8309] By: jhi                                   on 2001/01/04  18:29:07
28709         Log: Subject: Re: [patch] static-ize XS()
28710              From: Doug MacEachern <dougm@covalent.net>
28711              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
28712              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
28713              
28714              Provide prototypes for the XS functions.
28715      Branch: perl
28716            ! lib/ExtUtils/xsubpp
28717 ____________________________________________________________________________
28718 [  8308] By: jhi                                   on 2001/01/04  18:27:44
28719         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
28720              From: Doug MacEachern <dougm@covalent.net>
28721              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
28722              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
28723      Branch: perl
28724            ! lib/ExtUtils/typemap
28725 ____________________________________________________________________________
28726 [  8307] By: jhi                                   on 2001/01/04  18:25:25
28727         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
28728              From: Doug MacEachern <dougm@covalent.net>
28729              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
28730              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
28731              
28732              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
28733      Branch: perl
28734            ! lib/ExtUtils/MM_Unix.pm
28735 ____________________________________________________________________________
28736 [  8306] By: jhi                                   on 2001/01/04  18:23:00
28737         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
28738              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
28739              Date: Thu, 4 Jan 2001 12:47:10 +0100 
28740              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
28741              
28742              The toke.c part only, patching embed.h and proto.h is futile.
28743      Branch: perl
28744            ! toke.c
28745 ____________________________________________________________________________
28746 [  8305] By: jhi                                   on 2001/01/04  18:05:51
28747         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
28748              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
28749              Date: Thu, 4 Jan 2001 17:50:12 +0100 
28750              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
28751      Branch: perl
28752            ! toke.c
28753 ____________________________________________________________________________
28754 [  8304] By: jhi                                   on 2001/01/04  18:03:26
28755         Log: Subject: [PATCH perl@8269]
28756              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
28757              Date: Thu, 4 Jan 2001 12:53:39 +0100 
28758              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
28759              
28760              If running byacc write-enable also perly.h.
28761      Branch: perl
28762            ! Makefile.SH
28763 ____________________________________________________________________________
28764 [  8303] By: jhi                                   on 2001/01/04  15:40:49
28765         Log: Rewrite pp_concat() in terms of sv_catsv().
28766      Branch: perl
28767            ! pp_hot.c
28768 ____________________________________________________________________________
28769 [  8302] By: nick                                  on 2001/01/03  22:43:22
28770         Log: Integrate mainline.
28771      Branch: perlio
28772           !> ext/Encode/Encode.xs sv.c utf8.c
28773 ____________________________________________________________________________
28774 [  8301] By: jhi                                   on 2001/01/02  23:40:26
28775         Log: Variable naming tweak.
28776      Branch: perl
28777            ! sv.c
28778 ____________________________________________________________________________
28779 [  8300] By: jhi                                   on 2001/01/02  23:40:02
28780         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
28781              in is_utf8_string().
28782      Branch: perl
28783            ! utf8.c
28784 ____________________________________________________________________________
28785 [  8299] By: jhi                                   on 2001/01/02  22:14:40
28786         Log: Integrate perlio.
28787      Branch: perl
28788           !> pp.c pp_hot.c win32/Makefile
28789 ____________________________________________________________________________
28790 [  8298] By: nick                                  on 2001/01/02  22:03:06
28791         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
28792      Branch: perlio
28793            ! pp.c pp_hot.c
28794 ____________________________________________________________________________
28795 [  8297] By: jhi                                   on 2001/01/02  04:26:28
28796         Log: Signedness nit.
28797      Branch: perl
28798            ! ext/Encode/Encode.xs
28799 ____________________________________________________________________________
28800 [  8296] By: nick                                  on 2001/01/01  23:49:36
28801         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
28802      Branch: perlio
28803            ! win32/Makefile
28804 ____________________________________________________________________________
28805 [  8295] By: jhi                                   on 2001/01/01  23:05:48
28806         Log: Integrate perlio.
28807      Branch: perl
28808           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
28809           !> t/lib/encode.t
28810 ____________________________________________________________________________
28811 [  8294] By: nick                                  on 2001/01/01  22:48:34
28812         Log: Integrate mainline
28813      Branch: perlio
28814            ! pp_hot.c t/lib/encode.t
28815           !> (integrate 65 files)
28816 ____________________________________________________________________________
28817 [  8293] By: nick                                  on 2001/01/01  21:58:50
28818         Log: More rigor in UTF-8-ness of Encode's toUnicode
28819              XS export some of the utf8 internal functions.
28820              Test some of the functions.
28821              Fix pp_concat() bug shown by said tests.
28822      Branch: perlio
28823            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
28824            ! t/lib/encode.t
28825 ____________________________________________________________________________
28826 [  8292] By: jhi                                   on 2001/01/01  18:11:44
28827         Log: Integrate perlio.
28828      Branch: perl
28829           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
28830           !> ext/Encode/encengine.c ext/Encode/encode.h
28831 ____________________________________________________________________________
28832 [  8291] By: jhi                                   on 2001/01/01  18:10:58
28833         Log: Podify README.mpeix (a new version from the web),
28834              add a dummy NAME to Carp::Heavy, regen toc.
28835      Branch: perl
28836            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
28837            ! pod/perltoc.pod
28838 ____________________________________________________________________________
28839 [  8290] By: nick                                  on 2001/01/01  17:43:47
28840         Log: Loose the "Loading..." warning.
28841              Another bug in fallback support
28842      Branch: perlio
28843            ! ext/Encode/Encode.pm ext/Encode/encengine.c
28844 ____________________________________________________________________________
28845 [  8289] By: jhi                                   on 2001/01/01  00:01:57
28846         Log: Bump up Larry's copyright.
28847      Branch: perl
28848            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
28849            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
28850            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
28851            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
28852            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
28853            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
28854            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
28855            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
28856 ____________________________________________________________________________
28857 [  8288] By: nick                                  on 2000/12/31  21:27:53
28858         Log: Fix .ucm reading - forgot a chr()
28859              Start of .ucm write (for .enc to .ucm)
28860      Branch: perlio
28861            ! ext/Encode/compile
28862 ____________________________________________________________________________
28863 [  8287] By: jhi                                   on 2000/12/31  18:15:56
28864         Log: Comment away a diagnostic message as noted by Craig A. Berry
28865              (the unexpected message was confusing testing)
28866      Branch: perl
28867            ! ext/Encode/Encode.pm
28868 ____________________________________________________________________________
28869 [  8286] By: jhi                                   on 2000/12/31  18:14:51
28870         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
28871              Date: Sun, 31 Dec 2000 11:17:37 -0600
28872              From: "Craig A. Berry" <craigberry@mac.com>
28873              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
28874      Branch: perl
28875            ! ext/Encode/Makefile.PL
28876 ____________________________________________________________________________
28877 [  8285] By: nick                                  on 2000/12/31  18:11:54
28878         Log: Start of support of ICU-style .ucm files:
28879              - teach compile how to read a .ucm file
28880              - first guess at how to represent fallbacks in "tries".
28881              - use fallbacks if check == 0
28882              - new return code to indicate we used one.
28883      Branch: perlio
28884            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
28885            ! ext/Encode/encengine.c ext/Encode/encode.h
28886 ____________________________________________________________________________
28887 [  8284] By: jhi                                   on 2000/12/31  18:04:41
28888         Log: Pacify picky VMS compiler.
28889              
28890              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
28891              From: "Craig A. Berry" <craig.berry@psinetcs.com>
28892              Date: Sat, 30 Dec 2000 18:10:02 -0600
28893              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
28894      Branch: perl
28895            ! sv.c
28896 ____________________________________________________________________________
28897 [  8283] By: jhi                                   on 2000/12/31  16:11:47
28898         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
28899      Branch: perl
28900            ! t/lib/glob-basic.t
28901 ____________________________________________________________________________
28902 [  8282] By: jhi                                   on 2000/12/31  15:26:11
28903         Log: Integrate perlio.
28904      Branch: perl
28905           !> makedef.pl opcode.pl os2/os2.c perlio.c
28906 ____________________________________________________________________________
28907 [  8281] By: nick                                  on 2000/12/31  10:06:15
28908         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
28909              is available to be exported
28910      Branch: perlio
28911            ! makedef.pl perlio.c
28912 ____________________________________________________________________________
28913 [  8280] By: nick                                  on 2000/12/31  09:41:26
28914         Log: Ilya's OS2 patch (testing for damage on Win32)
28915      Branch: perlio
28916            ! makedef.pl opcode.pl os2/os2.c
28917 ____________________________________________________________________________
28918 [  8279] By: jhi                                   on 2000/12/30  21:52:07
28919         Log: Test nits.
28920      Branch: perl
28921            ! t/lib/syslfs.t t/op/lfs.t
28922 ____________________________________________________________________________
28923 [  8278] By: jhi                                   on 2000/12/30  21:47:49
28924         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
28925              From: andreas.koenig@anima.de (Andreas J. Koenig)
28926              Date: 30 Dec 2000 22:35:37 +0100
28927              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
28928              
28929              The 32-bit wraparound test wasn't quite right.
28930      Branch: perl
28931            ! t/lib/syslfs.t t/op/lfs.t
28932 ____________________________________________________________________________
28933 [  8277] By: jhi                                   on 2000/12/30  21:33:44
28934         Log: Subject: [PATCH] open() example in perlfunc.pod 
28935              From: Karsten Sperling <s_sperli@ira.uka.de>
28936              Date: Sat, 30 Dec 2000 22:27:09 +0100
28937              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
28938      Branch: perl
28939            ! pod/perlfunc.pod
28940 ____________________________________________________________________________
28941 [  8276] By: jhi                                   on 2000/12/30  20:32:40
28942         Log: Not quite that many tests yet.
28943      Branch: perl
28944            ! t/op/pat.t
28945 ____________________________________________________________________________
28946 [  8275] By: jhi                                   on 2000/12/30  20:26:58
28947         Log: Integrate perlio.
28948      Branch: perl
28949           !> toke.c
28950 ____________________________________________________________________________
28951 [  8274] By: jhi                                   on 2000/12/30  20:24:56
28952         Log: Signedness nit.
28953      Branch: perl
28954            ! utf8.c
28955 ____________________________________________________________________________
28956 [  8273] By: jhi                                   on 2000/12/30  20:15:46
28957         Log: Add a test case for 20000731.001 which was fixed by the #8267.
28958      Branch: perl
28959            ! t/op/pat.t
28960 ____________________________________________________________________________
28961 [  8272] By: nick                                  on 2000/12/30  19:47:51
28962         Log: Tweak for MULTIPLICITY/USE_PERLIO
28963      Branch: perlio
28964            ! toke.c
28965 ____________________________________________________________________________
28966 [  8271] By: nick                                  on 2000/12/30  19:46:45
28967         Log: Integrate mainline
28968      Branch: perlio
28969           +> lib/unicode/distinct.pm
28970           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
28971           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
28972           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
28973 ____________________________________________________________________________
28974 [  8270] By: jhi                                   on 2000/12/30  19:39:50
28975         Log: Subject: RE: perl@8269
28976              From: "Richard Soderberg" <rs@crystalflame.net>
28977              Date: Sat, 30 Dec 2000 11:36:27 -0800
28978              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
28979              
28980              A missing aTHX_.
28981      Branch: perl
28982            ! toke.c
28983 ____________________________________________________________________________
28984 [  8269] By: jhi                                   on 2000/12/30  18:55:48
28985         Log: Update Changes.
28986      Branch: perl
28987            ! Changes patchlevel.h
28988 ____________________________________________________________________________
28989 [  8268] By: jhi                                   on 2000/12/30  17:18:40
28990         Log: Add a test for Unicode split //.  The #8267 was the cure.
28991      Branch: perl
28992            ! t/op/split.t
28993 ____________________________________________________________________________
28994 [  8267] By: jhi                                   on 2000/12/30  17:14:19
28995         Log: Subject: more UTF8 test suites and an UTF8 patch
28996              From: Inaba Hiroto <inaba@st.rim.or.jp>
28997              Date: Sat, 30 Dec 2000 14:27:10 +0900
28998              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
28999              
29000              Just the patch part for now, and the pragma renamed
29001              as unicode::distinct.
29002      Branch: perl
29003            + lib/unicode/distinct.pm
29004            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
29005            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
29006            ! regcomp.h regexec.c sv.c toke.c utf8.c
29007 ____________________________________________________________________________
29008 [  8266] By: nick                                  on 2000/12/30  16:40:49
29009         Log: Integrate mainline
29010      Branch: perlio
29011           +> lib/Pod/Text/Overstrike.pm
29012           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
29013           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
29014           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
29015           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
29016           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
29017 ____________________________________________________________________________
29018 [  8265] By: jhi                                   on 2000/12/30  07:28:55
29019         Log: The sv_catsv() fix, take two.
29020      Branch: perl
29021            ! sv.c t/op/join.t
29022 ____________________________________________________________________________
29023 [  8264] By: jhi                                   on 2000/12/30  06:19:18
29024         Log: Undo all the join-related changes since #8248: relevant
29025              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
29026              The new sv_catsv() doesn't fly so it must go back to
29027              the drawing board.
29028      Branch: perl
29029            ! sv.c t/op/join.t t/pragma/utf8.t
29030 ____________________________________________________________________________
29031 [  8263] By: jhi                                   on 2000/12/30  01:08:32
29032         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
29033      Branch: perl
29034            ! sv.c
29035 ____________________________________________________________________________
29036 [  8262] By: jhi                                   on 2000/12/30  00:45:14
29037         Log: Retract #8261.
29038      Branch: perl
29039            ! hv.c util.c
29040 ____________________________________________________________________________
29041 [  8261] By: jhi                                   on 2000/12/30  00:38:32
29042         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
29043      Branch: perl
29044            ! hv.c util.c
29045 ____________________________________________________________________________
29046 [  8260] By: jhi                                   on 2000/12/29  22:51:33
29047         Log: (Retracted by #8264)  More fixing for #8251.
29048      Branch: perl
29049            ! sv.c
29050 ____________________________________________________________________________
29051 [  8259] By: jhi                                   on 2000/12/29  18:27:30
29052         Log: Subject: podlators 1.06 released
29053              From: Russ Allbery <rra@stanford.edu>
29054              Date: 25 Dec 2000 05:09:30 -0800
29055              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
29056      Branch: perl
29057            + lib/Pod/Text/Overstrike.pm
29058            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
29059            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
29060 ____________________________________________________________________________
29061 [  8258] By: jhi                                   on 2000/12/29  18:20:45
29062         Log: Make the large file tests more robust/talkative as suggested by
29063              
29064              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
29065              From: andreas.koenig@anima.de (Andreas J. Koenig)
29066              Date: 29 Dec 2000 14:23:01 +0100
29067              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
29068      Branch: perl
29069            ! t/lib/syslfs.t t/op/lfs.t
29070 ____________________________________________________________________________
29071 [  8257] By: jhi                                   on 2000/12/29  17:48:04
29072         Log: Further VMS piping fixes from Charles Lane:
29073              
29074              In summary, error messages produced when a subprocess terminated
29075              abnormally were being sent not just to the parent process, but to
29076              grandparents, because of default values for error output that were
29077              not completely overridden when the subprocess was started.
29078              
29079              This patch fixes this behavior by defining user-mode (i.e., temporary
29080              for the duration of the program) logical names for SYS$OUTPUT and
29081              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
29082              changes to make it so that the user-mode logicals are the ones that
29083              control where Perl's error messages go if it terminates abnormally.
29084              
29085              I also added some gratuitous fixes to the indentation of braces in
29086              the piping code.  It just looked ugly, before.
29087      Branch: perl
29088            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
29089 ____________________________________________________________________________
29090 [  8256] By: jhi                                   on 2000/12/29  17:45:12
29091         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
29092              From: "Casey R. Tweten" <crt@kiski.net>
29093              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
29094              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
29095              
29096              Tests for for #8240.
29097      Branch: perl
29098            ! t/pragma/constant.t
29099 ____________________________________________________________________________
29100 [  8255] By: jhi                                   on 2000/12/29  17:43:07
29101         Log: Subject: Re: [PATCH] Interesting syntax idea
29102              From: Simon Cozens <simon@cozens.net>
29103              Date: Fri, 29 Dec 2000 14:34:04 +0000
29104              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
29105              
29106              Tests for #8254.
29107      Branch: perl
29108            ! t/pragma/sub_lval.t
29109 ____________________________________________________________________________
29110 [  8254] By: jhi                                   on 2000/12/29  17:42:11
29111         Log: Subject: [PATCH] Interesting syntax idea
29112              From: Simon Cozens <simon@cozens.net>
29113              Date: Wed, 27 Dec 2000 05:08:57 +0000
29114              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
29115              
29116              Make opens + bareword assigns do typeglob assigns.
29117      Branch: perl
29118            ! op.c
29119 ____________________________________________________________________________
29120 [  8253] By: jhi                                   on 2000/12/29  17:36:45
29121         Log: Output the (apparent) version of gcc, as suggested by
29122              
29123              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
29124              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
29125              Date: 26 Dec 2000 04:29:17 -0500
29126              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
29127              
29128              (The patch as such didn't any more apply as the misparsing had
29129              already been addressed in #6474.)  Also change the wording about
29130              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
29131      Branch: perl
29132            ! hints/dec_osf.sh
29133 ____________________________________________________________________________
29134 [  8252] By: nick                                  on 2000/12/29  12:14:31
29135         Log: Integrate mainline
29136      Branch: perlio
29137           !> (integrate 27 files)
29138 ____________________________________________________________________________
29139 [  8251] By: jhi                                   on 2000/12/29  08:45:46
29140         Log: (Retracted by #8264)
29141              
29142              (Fixed by #8260.)
29143              
29144              sv_catsv() needs one more byte space than seems reasonable.
29145              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
29146              Curiouser and curiouser.
29147      Branch: perl
29148            ! sv.c
29149 ____________________________________________________________________________
29150 [  8250] By: jhi                                   on 2000/12/29  07:57:52
29151         Log: More split // UTF-8 tests.
29152      Branch: perl
29153            ! t/pragma/utf8.t
29154 ____________________________________________________________________________
29155 [  8249] By: jhi                                   on 2000/12/29  07:54:51
29156         Log: (Retracted by #8264)  More join() testing which was good because
29157              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
29158      Branch: perl
29159            ! pp.c t/op/join.t utf8.c utf8.h
29160 ____________________________________________________________________________
29161 [  8248] By: jhi                                   on 2000/12/29  07:08:32
29162         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
29163              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
29164              that the only cases to care about are byte+byte and byte+character.
29165              
29166              TODO: See how well pp_concat() could be implemented in terms
29167              of sv_catsv().
29168      Branch: perl
29169            ! doop.c sv.c t/op/join.t utf8.h
29170 ____________________________________________________________________________
29171 [  8247] By: jhi                                   on 2000/12/29  06:35:23
29172         Log: Signedness nit.
29173      Branch: perl
29174            ! pp_hot.c
29175 ____________________________________________________________________________
29176 [  8246] By: jhi                                   on 2000/12/29  01:23:31
29177         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
29178              From: Lupe Christoph <lupe@lupe-christoph.de>
29179              Date: Thu, 28 Dec 2000 23:00:00 +0100
29180              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
29181              
29182              Suggest rsync --delete --dry-run.
29183      Branch: perl
29184            ! pod/perlhack.pod
29185 ____________________________________________________________________________
29186 [  8245] By: jhi                                   on 2000/12/28  23:57:05
29187         Log: The maxiters upper limit sanity check (guarding against
29188              non-progress) assumed bytes instead of characters in s///
29189              and split().
29190      Branch: perl
29191            ! pp.c pp_hot.c
29192 ____________________________________________________________________________
29193 [  8244] By: jhi                                   on 2000/12/28  23:34:08
29194         Log: Make some panic messages a bit more logical.
29195      Branch: perl
29196            ! doop.c pod/perldiag.pod pp.c pp_hot.c
29197 ____________________________________________________________________________
29198 [  8243] By: jhi                                   on 2000/12/28  22:59:16
29199         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
29200              From: Simon Cozens <simon@cozens.net>
29201              Date: Wed, 27 Dec 2000 02:30:03 +0000
29202              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
29203      Branch: perl
29204            ! pp.c t/pragma/sub_lval.t
29205 ____________________________________________________________________________
29206 [  8242] By: jhi                                   on 2000/12/28  22:56:53
29207         Log: Subject: [PATCH blead] Fix B::Terse indentation
29208              From: Daniel Chetlin <daniel@chetlin.com>
29209              Date: Wed, 27 Dec 2000 06:43:30 -0800
29210              Message-ID: <20001227064329.B9573@darkstar>
29211      Branch: perl
29212            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
29213 ____________________________________________________________________________
29214 [  8241] By: jhi                                   on 2000/12/28  22:48:59
29215         Log: The latter patch from the
29216              
29217              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
29218              From: Peter Prymmer <pvhp@forte.com> 
29219              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
29220              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
29221              
29222              (the former patch from the above should have been
29223              taken care of by Nick I-S)
29224      Branch: perl
29225            ! win32/Makefile
29226 ____________________________________________________________________________
29227 [  8240] By: jhi                                   on 2000/12/28  22:45:22
29228         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
29229              From: "Casey R. Tweten" <crt@kiski.net>
29230              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
29231              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
29232      Branch: perl
29233            ! lib/constant.pm
29234 ____________________________________________________________________________
29235 [  8239] By: jhi                                   on 2000/12/28  22:37:45
29236         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
29237              From: Simon Cozens <simon@cozens.net>
29238              Date: Wed, 27 Dec 2000 14:12:44 +0000
29239              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
29240      Branch: perl
29241            ! t/op/method.t t/op/sort.t toke.c
29242 ____________________________________________________________________________
29243 [  8238] By: jhi                                   on 2000/12/28  22:30:32
29244         Log: Subject: [PATCH perl@8229] Call.pm
29245              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
29246              Date: Mon, 25 Dec 2000 10:47:15 -0000
29247              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
29248      Branch: perl
29249            ! ext/Filter/Util/Call/Call.pm
29250 ____________________________________________________________________________
29251 [  8237] By: jhi                                   on 2000/12/28  22:19:21
29252         Log: Subject: [PATCH blead] Fix problem with `&' prototype
29253              From: Daniel Chetlin <daniel@chetlin.com>
29254              Date: Wed, 27 Dec 2000 15:55:32 -0800
29255              Message-ID: <20001227155532.D9573@darkstar>
29256      Branch: perl
29257            ! op.c t/comp/proto.t
29258 ____________________________________________________________________________
29259 [  8236] By: jhi                                   on 2000/12/28  22:09:25
29260         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
29261              From: Daniel Chetlin <daniel@chetlin.com>
29262              Date: Sun, 24 Dec 2000 04:09:49 -0800
29263              Message-ID: <20001224040949.B3090@darkstar>
29264      Branch: perl
29265            ! gv.c mg.c t/op/attrs.t
29266 ____________________________________________________________________________
29267 [  8235] By: jhi                                   on 2000/12/28  22:07:11
29268         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
29269              From: Jan Dubois <jand@ActiveState.com>
29270              Date: Tue, 26 Dec 2000 20:57:31 -0800
29271              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
29272      Branch: perl
29273            ! win32/win32.c
29274 ____________________________________________________________________________
29275 [  8234] By: jhi                                   on 2000/12/28  21:52:42
29276         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
29277              From: Simon Cozens <simon@cozens.net>
29278              Date: Thu, 28 Dec 2000 20:33:13 +0000
29279              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
29280      Branch: perl
29281            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
29282 ____________________________________________________________________________
29283 [  8233] By: jhi                                   on 2000/12/28  19:40:49
29284         Log: Integrate perlio.
29285      Branch: perl
29286           !> ext/Encode/Makefile.PL ext/Encode/compile
29287 ____________________________________________________________________________
29288 [  8232] By: nick                                  on 2000/12/23  16:06:00
29289         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
29290              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
29291      Branch: perlio
29292            ! ext/Encode/Makefile.PL
29293 ____________________________________________________________________________
29294 [  8231] By: nick                                  on 2000/12/23  14:30:34
29295         Log: "Compiled" encode build cleanup
29296              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
29297              - .c files do not export sub-tables
29298      Branch: perlio
29299            ! ext/Encode/Makefile.PL ext/Encode/compile
29300 ____________________________________________________________________________
29301 [  8230] By: nick                                  on 2000/12/23  12:50:37
29302         Log: Integrate mainline
29303      Branch: perlio
29304           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
29305           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
29306           !> pod/perl5004delta.pod pod/perl5005delta.pod
29307           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
29308           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
29309           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
29310           !> pod/perlsub.pod
29311 ____________________________________________________________________________
29312 [  8229] By: jhi                                   on 2000/12/22  15:32:12
29313         Log: Integrate perlio.
29314      Branch: perl
29315           +> win32/distclean.bat
29316           !> MANIFEST t/io/utf8.t
29317 ____________________________________________________________________________
29318 [  8228] By: jhi                                   on 2000/12/22  15:29:40
29319         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
29320              From: Robin Barker <rmb1@cise.npl.co.uk>
29321              Date: Fri, 22 Dec 2000 12:17:38 GMT
29322              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
29323      Branch: perl
29324            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
29325            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
29326            ! pod/perl5004delta.pod pod/perl5005delta.pod
29327            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
29328            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
29329            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
29330            ! pod/perlsub.pod
29331 ____________________________________________________________________________
29332 [  8227] By: jhi                                   on 2000/12/22  15:24:28
29333         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
29334              From: "John L. Allen" <allen@grumman.com>
29335              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
29336              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
29337              
29338              Document APPLLIB_EXP.
29339      Branch: perl
29340            ! INSTALL
29341 ____________________________________________________________________________
29342 [  8226] By: nick                                  on 2000/12/21  22:11:50
29343         Log: Handy script for when one forgets to "dmake clean" 
29344      Branch: perlio
29345            + win32/distclean.bat
29346            ! MANIFEST
29347 ____________________________________________________________________________
29348 [  8225] By: nick                                  on 2000/12/21  21:54:04
29349         Log: CRLF platform issue with io/utf8 fix.
29350      Branch: perlio
29351            ! t/io/utf8.t
29352 ____________________________________________________________________________
29353 [  8224] By: nick                                  on 2000/12/21  21:02:20
29354         Log: Integrate mainline
29355      Branch: perlio
29356           !> Changes Configure Makefile.SH Porting/Glossary
29357           !> Porting/config.sh Porting/config_H configure.com
29358           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
29359           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
29360           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
29361           !> win32/config.bc win32/config.gc win32/config.vc
29362 ____________________________________________________________________________
29363 [  8223] By: jhi                                   on 2000/12/21  17:09:16
29364         Log: Update Changes.
29365      Branch: perl
29366            ! Changes patchlevel.h
29367 ____________________________________________________________________________
29368 [  8222] By: jhi                                   on 2000/12/21  16:24:01
29369         Log: Metaconfig unit changes for #8221.
29370      Branch: metaconfig/U/perl
29371           +> issymlink.U
29372            - testsyml.U
29373            ! Mksymlinks.U
29374 ____________________________________________________________________________
29375 [  8221] By: jhi                                   on 2000/12/21  16:23:48
29376         Log: Rename testsyml to issymlink.
29377      Branch: perl
29378            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29379            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
29380            ! win32/config.vc
29381 ____________________________________________________________________________
29382 [  8220] By: jhi                                   on 2000/12/21  15:47:26
29383         Log: Robustness support for #8218 (symlink forest) since the GNU
29384              tools seem to be overly picky about symlinkage depths.
29385      Branch: perl
29386            ! Makefile.SH t/io/fs.t
29387 ____________________________________________________________________________
29388 [  8219] By: jhi                                   on 2000/12/21  15:38:27
29389         Log: Metaconfig changes for #8218.
29390      Branch: metaconfig
29391            ! U/modified/Oldconfig.U
29392      Branch: metaconfig/U/perl
29393            + Mksymlinks.U
29394            ! testsyml.U
29395 ____________________________________________________________________________
29396 [  8218] By: jhi                                   on 2000/12/21  15:37:57
29397         Log: Add Configure option -Dmksymlinks which will create a symlink
29398              forest if the current/build differs from the source directory.
29399              TODO: mkdir -p is not portable.
29400      Branch: perl
29401            ! Configure
29402 ____________________________________________________________________________
29403 [  8217] By: jhi                                   on 2000/12/21  14:39:12
29404         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
29405              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
29406              Date: Thu, 21 Dec 2000 09:38:18 GMT
29407              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
29408              
29409              The ofs became an SV.
29410      Branch: perl
29411            ! ext/Thread/Thread.xs
29412 ____________________________________________________________________________
29413 [  8216] By: jhi                                   on 2000/12/21  05:40:21
29414         Log: The polymorphism seems to have fixed 20000517.001.
29415      Branch: perl
29416            ! t/pragma/utf8.t
29417 ____________________________________________________________________________
29418 [  8215] By: jhi                                   on 2000/12/21  04:44:52
29419         Log: read() documentation tweak for 20001121.004.
29420      Branch: perl
29421            ! pod/perlfunc.pod
29422 ____________________________________________________________________________
29423 [  8214] By: jhi                                   on 2000/12/21  03:54:11
29424         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
29425      Branch: perl
29426            ! pp_sys.c t/op/misc.t
29427 ____________________________________________________________________________
29428 [  8213] By: jhi                                   on 2000/12/21  00:28:10
29429         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
29430              From: Peter Prymmer <pvhp@forte.com>
29431              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
29432              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
29433      Branch: perl
29434            ! configure.com
29435 ____________________________________________________________________________
29436 [  8212] By: jhi                                   on 2000/12/21  00:26:21
29437         Log: Edit edit edit.
29438      Branch: perl
29439            ! pod/perlfaq3.pod
29440 ____________________________________________________________________________
29441 [  8211] By: jhi                                   on 2000/12/20  18:52:46
29442         Log: Update Changes.
29443      Branch: perl
29444            ! Changes patchlevel.h
29445 ____________________________________________________________________________
29446 [  8210] By: jhi                                   on 2000/12/20  18:34:47
29447         Log: Yet another editor edit.
29448      Branch: perl
29449            ! pod/perlfaq3.pod
29450 ____________________________________________________________________________
29451 [  8209] By: jhi                                   on 2000/12/20  15:33:28
29452         Log: More Win32 Perling.
29453      Branch: perl
29454            ! pod/perlfaq3.pod
29455 ____________________________________________________________________________
29456 [  8208] By: jhi                                   on 2000/12/20  15:07:46
29457         Log: More Win32 editor/IDE/shell hints.
29458      Branch: perl
29459            ! pod/perlfaq3.pod
29460 ____________________________________________________________________________
29461 [  8207] By: jhi                                   on 2000/12/20  03:54:08
29462         Log: Subject: [PATCH] obscure timing knowledge
29463              From: Nicholas Clark <nick@ccl4.org>
29464              Date: Tue, 19 Dec 2000 19:22:31 +0000
29465              Message-ID: <20001219192231.F2827@plum.flirble.org>
29466      Branch: perl
29467            ! sv.c
29468 ____________________________________________________________________________
29469 [  8206] By: jhi                                   on 2000/12/20  03:45:57
29470         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
29471              From: Spider Boardman <spider@leggy.zk3.dec.com>
29472              Date: Tue, 19 Dec 2000 21:30:16 -0500
29473              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
29474      Branch: perl
29475            ! sv.c
29476 ____________________________________________________________________________
29477 [  8205] By: jhi                                   on 2000/12/19  23:02:01
29478         Log: Update Changes.
29479      Branch: perl
29480            ! Changes patchlevel.h
29481 ____________________________________________________________________________
29482 [  8204] By: jhi                                   on 2000/12/19  22:58:18
29483         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
29484              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
29485              on editors and diffing/patching.
29486      Branch: perl
29487            ! t/op/utf8decode.t
29488 ____________________________________________________________________________
29489 [  8203] By: nick                                  on 2000/12/19  21:36:16
29490         Log: Integrate mainline (forgot my own change...)
29491      Branch: perlio
29492           !> ext/Encode/compile
29493 ____________________________________________________________________________
29494 [  8202] By: nick                                  on 2000/12/19  21:34:42
29495         Log: Integrate mainline.
29496      Branch: perlio
29497           !> (integrate 61 files)
29498 ____________________________________________________________________________
29499 [  8201] By: nick                                  on 2000/12/19  21:34:06
29500         Log: Avoid looking for File::Glob when we don't need it.
29501      Branch: perl
29502            ! ext/Encode/compile
29503 ____________________________________________________________________________
29504 [  8200] By: jhi                                   on 2000/12/19  18:35:49
29505         Log: Update Changes.
29506      Branch: perl
29507            ! Changes patchlevel.h
29508 ____________________________________________________________________________
29509 [  8199] By: jhi                                   on 2000/12/19  18:35:07
29510         Log: Microperl tweaks.
29511      Branch: perl
29512            ! sv.c uconfig.h uconfig.sh
29513 ____________________________________________________________________________
29514 [  8198] By: jhi                                   on 2000/12/19  18:29:59
29515         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
29516      Branch: perl
29517            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29518            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
29519 ____________________________________________________________________________
29520 [  8197] By: jhi                                   on 2000/12/19  17:55:29
29521         Log: In VMS embedded perls couldn't access the statically built Socket,
29522              from Charles Lane.
29523      Branch: perl
29524            ! configure.com
29525 ____________________________________________________________________________
29526 [  8196] By: jhi                                   on 2000/12/19  17:49:50
29527         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
29528              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
29529              Date: Sun, 17 Dec 2000 19:11:44 -0000
29530              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
29531      Branch: perl
29532            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
29533            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
29534 ____________________________________________________________________________
29535 [  8195] By: jhi                                   on 2000/12/19  17:47:53
29536         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
29537              From: Jonathan Stowe <gellyfish@gellyfish.com>
29538              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
29539              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
29540      Branch: perl
29541            ! utils/h2xs.PL
29542 ____________________________________________________________________________
29543 [  8194] By: jhi                                   on 2000/12/19  17:46:28
29544         Log: Subject: Re: useless use of void context work-around
29545              From: andreas.koenig@anima.de (Andreas J. Koenig)
29546              Date: 16 Dec 2000 15:13:36 +0100
29547              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
29548              
29549              Document (comment) the q(di ds ig) trick in the code.
29550      Branch: perl
29551            ! op.c
29552 ____________________________________________________________________________
29553 [  8193] By: jhi                                   on 2000/12/19  17:10:57
29554         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
29555              From: "Mark J. Reed" <mreed@strange.turner.com>
29556              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
29557              Message-Id: <200012160222.VAA13986@strange.turner.com>
29558      Branch: perl
29559            ! ext/Sys/Syslog/Syslog.pm
29560 ____________________________________________________________________________
29561 [  8192] By: jhi                                   on 2000/12/19  17:07:45
29562         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
29563              From: Nicholas Clark <nick@ccl4.org>
29564              Date: Sat, 16 Dec 2000 19:03:13 +0000
29565              Message-ID: <20001216190313.D68304@plum.flirble.org>
29566      Branch: perl
29567            ! t/op/64bitint.t
29568 ____________________________________________________________________________
29569 [  8191] By: jhi                                   on 2000/12/19  17:06:13
29570         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
29571              From: Dominic Dunlop <domo@computer.org>
29572              Date: Mon, 18 Dec 2000 12:00:15 +0100
29573              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
29574              
29575              This patchlet is needed in order that perl can be statically linked.  
29576      Branch: perl
29577            ! regexec.c
29578 ____________________________________________________________________________
29579 [  8190] By: jhi                                   on 2000/12/19  17:03:08
29580         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
29581              From: "Craig A. Berry" <craig.berry@psinetcs.com>
29582              Date: Sun, 17 Dec 2000 00:18:35 -0600
29583              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
29584      Branch: perl
29585            ! perlio.h vms/gen_shrfls.pl
29586 ____________________________________________________________________________
29587 [  8189] By: jhi                                   on 2000/12/19  16:20:28
29588         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
29589              From: Prymmer/Kahn <pvhp@best.com>
29590              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
29591              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
29592              
29593              A better version of #8188.
29594      Branch: perl
29595            ! pod/perlfaq3.pod
29596 ____________________________________________________________________________
29597 [  8188] By: jhi                                   on 2000/12/19  15:57:06
29598         Log: (Replaced by #8189)
29599              
29600              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
29601              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
29602              From: Prymmer/Kahn <pvhp@best.com>
29603              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
29604              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
29605              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
29606              Date: Mon, 18 Dec 2000 11:10:45 -0500
29607              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
29608      Branch: perl
29609            ! pod/perlfaq3.pod
29610 ____________________________________________________________________________
29611 [  8187] By: jhi                                   on 2000/12/19  15:54:19
29612         Log: Email address fix for Anton Berezin.
29613      Branch: perl
29614            ! AUTHORS
29615 ____________________________________________________________________________
29616 [  8186] By: jhi                                   on 2000/12/19  15:38:54
29617         Log: Subject: [PATCH perl@8102] cygwin port
29618              From: "Eric Fifer" <efifer@dircon.co.uk> 
29619              Date: Thu, 14 Dec 2000 13:41:29 -0000
29620              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
29621              
29622              When compiling modules the data item that is being imported
29623              from libperl.dll needs to be tagged as imported/shared data:
29624              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
29625      Branch: perl
29626            ! perliol.h
29627 ____________________________________________________________________________
29628 [  8185] By: jhi                                   on 2000/12/19  14:53:24
29629         Log: Regen uconfig.h and uconfig.sh.
29630      Branch: perl
29631            ! uconfig.h uconfig.sh
29632 ____________________________________________________________________________
29633 [  8184] By: jhi                                   on 2000/12/18  20:43:49
29634         Log: Comments work so much better when they are closed.
29635      Branch: perl
29636            ! regcomp.c
29637 ____________________________________________________________________________
29638 [  8183] By: jhi                                   on 2000/12/18  18:04:02
29639         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
29640              Fixes the bug 20001218.016.
29641      Branch: perl
29642            ! regcomp.c
29643 ____________________________________________________________________________
29644 [  8182] By: gsar                                  on 2000/12/18  09:53:47
29645         Log: delete spurious files
29646      Branch: maint-5.6/perl
29647            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
29648            - vos/config.h vos/config_h.SH_orig
29649 ____________________________________________________________________________
29650 [  8181] By: gsar                                  on 2000/12/18  09:46:08
29651         Log: regen perltoc
29652      Branch: maint-5.6/perl
29653            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
29654 ____________________________________________________________________________
29655 [  8180] By: gsar                                  on 2000/12/18  09:20:27
29656         Log: integrate changes#7924..7926,7946,7952 from mainline
29657      Branch: maint-5.6/perl
29658           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
29659           !> lib/File/stat.pm t/lib/class-struct.t
29660 ____________________________________________________________________________
29661 [  8179] By: gsar                                  on 2000/12/18  08:55:54
29662         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
29663              7918,7919,7988,8907 from mainline (various)
29664      Branch: maint-5.6/perl
29665           +> t/lib/class-struct.t
29666           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
29667           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
29668           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
29669 ____________________________________________________________________________
29670 [  8178] By: gsar                                  on 2000/12/18  08:16:30
29671         Log: avoid redefinition warnings on windows due to sys/socket.h getting
29672              #included before win32.h
29673      Branch: maint-5.6/perl
29674            ! win32/include/sys/socket.h
29675 ____________________________________________________________________________
29676 [  8177] By: gsar                                  on 2000/12/18  05:24:04
29677         Log: make regen_headers; fix POSIX.xs problems; remove outdated
29678              code from sys/socket.h that makes build fail now
29679      Branch: maint-5.6/perl
29680            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
29681            ! pod/perlapi.pod
29682           !> win32/include/sys/socket.h
29683 ____________________________________________________________________________
29684 [  8176] By: gsar                                  on 2000/12/18  05:20:17
29685         Log: update Changes
29686      Branch: maint-5.6/perl
29687            ! Changes patchlevel.h
29688 ____________________________________________________________________________
29689 [  8175] By: gsar                                  on 2000/12/18  04:57:48
29690         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
29691              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
29692              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
29693              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
29694              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
29695              7823,7825,7838
29696      Branch: maint-5.6/perl
29697           +> lib/File/Spec/Epoc.pm
29698           !> (integrate 88 files)
29699 ____________________________________________________________________________
29700 [  8174] By: gsar                                  on 2000/12/18  03:53:09
29701         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
29702              7625..7629,7631..7634,7637,7639,7642 from mainline
29703      Branch: maint-5.6/perl
29704           +> README.solaris
29705           !> (integrate 26 files)
29706 ____________________________________________________________________________
29707 [  8173] By: gsar                                  on 2000/12/18  03:37:02
29708         Log: integrate changes#7472,7474..7479,7481,7485,7489,7493,7494,7496,
29709              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
29710              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
29711              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
29712      Branch: maint-5.6/perl
29713           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
29714            - MAINTAIN
29715           !> (integrate 111 files)
29716 ____________________________________________________________________________
29717 [  8172] By: jhi                                   on 2000/12/18  02:49:27
29718         Log: Regen pods.
29719      Branch: perl
29720            ! pod/perlmodlib.pod pod/perltoc.pod
29721 ____________________________________________________________________________
29722 [  8171] By: gsar                                  on 2000/12/18  02:49:24
29723         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
29724              7465..7471 from mainline
29725              
29726              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
29727              in platforms that strictly require all the symbols being present
29728              at link time.
29729              
29730              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
29731              
29732              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
29733              
29734              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
29735              
29736              Subject: [PATCH] todo
29737              
29738              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
29739              
29740              Use $sort, $uniq (and $tr) consistently as wondered
29741              by Nicholas Clark.
29742              
29743              Too enthusiastic editing in #7460.
29744              
29745              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
29746              
29747              Upgrade to CPAN 1.58_55.
29748              Subject: CPAN.pm status
29749              
29750              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
29751              
29752              Make target reordering to avoid pointless re-makes.
29753              Subject: Re: Total re-make of 'make okfile' after 7451 ?
29754              
29755              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
29756              
29757              Subject: DOC PATCH 5.6.0
29758              
29759              Add the repository doc by Malcolm, Sarathy, and by Simon,
29760              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
29761      Branch: maint-5.6/perl
29762           +> Porting/repository.pod
29763           !> Configure MANIFEST Makefile.SH README.dos README.os2
29764           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
29765           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
29766           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
29767 ____________________________________________________________________________
29768 [  8169] By: gsar                                  on 2000/12/18  02:33:34
29769         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
29770              7435..7441,7445 from mainline
29771              
29772              Make the UTF-8 decoding stricter and more verbose when
29773              malformation happens.  This involved adding an argument
29774              to utf8_to_uv_chk(), which involved changing its prototype,
29775              and prefer STRLEN over I32 for the UTF-8 length, which as
29776              a domino effect necessitated changing the prototypes of
29777              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
29778              The stricter UTF-8 decoding checking uses Markus Kuhn's
29779              UTF-8 Decode Stress Tester from
29780              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
29781              
29782              Run vms/vms_yfix.pl, should have done that after changing
29783              perly.c in #7382.
29784              
29785              Subject: [PATCH 5.7.0] static linking with uninstalled perl
29786              
29787              (Replaced by #7440.)
29788              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
29789              
29790              Fix the bug ID 20001024.005, the bug introduced by #7416.
29791              
29792              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
29793              
29794              Fix the bug reported in
29795              From: andreas.koenig@anima.de (Andreas J. Koenig)
29796              Also make is_utf8_char() stricter.
29797              
29798              Missed the header file changes from #7425.
29799              
29800              Check if stdio supports tweaking lval and cnt simultaneously.
29801              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
29802              
29803              Stratus VOS updates from Paul Green.
29804              
29805              Podify README.epoc and README.vos.
29806              
29807              Add targets to Makefile.SH, most importantly
29808              'regen_all' which also remembers to update vms/perly*.
29809              
29810              Subject: Minor update to find2perl, for portability
29811              
29812              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
29813              
29814              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
29815              
29816              Rename UTF8LEN() to be UNISKIP(), too confusing to have
29817              UTF8LEN() and UTF8SKIP(). 
29818              
29819              Allow poking holes at the UTF-8 decoding strictness.
29820              
29821              Continue the internal UTF-8 API tweaking.
29822              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
29823              used much more than the simpler API, now called utf8_to_uv_simple().
29824              Still not quite happy with API, too much partial duplication
29825              of functionality.
29826              
29827              A new version of making the syslog test more robust.
29828              (Replaces #7421.)
29829              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
29830              
29831              buildtoc target tweaks.
29832              
29833              Integrate with vmsperl #7430 by Charles Bailey:
29834              
29835              Cleanup from prior patch (Charles Lane?):
29836              - improve handling of MFDs in Basename and Path
29837              - default to no xsubpp line # munging when building debug images
29838      Branch: maint-5.6/perl
29839           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
29840           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
29841           !> (integrate 67 files)
29842 ____________________________________________________________________________
29843 [  8168] By: gsar                                  on 2000/12/18  02:05:49
29844         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
29845              
29846              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
29847              From: Martin Husemann <martin@duskware.de>
29848              
29849              Subject: [PATCH 5.7.0] restore match data on backtracing
29850              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29851      Branch: maint-5.6/perl
29852           !> regcomp.c regexec.c t/op/re_tests
29853 ____________________________________________________________________________
29854 [  8167] By: gsar                                  on 2000/12/18  01:55:22
29855         Log: integrate changes#7858,7986 from mainline
29856              
29857              C<foreach my $x ...> in pseudo-fork()ed process may diddle
29858              parent's memory; fix it by keeping track of the actual pad
29859              offset rather than a raw pointer (this change is probably also
29860              relevant to non-ithreads case to avoid fallout from reallocs of
29861              the pad array, but is currently only enabled for the ithreads
29862              case in the interests of minimal disruption to existing "well
29863              tested" code)
29864              
29865              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
29866              due to the notorious GetFileType() bug in Windows 9x, which fstat()
29867              tickles)
29868      Branch: maint-5.6/perl
29869           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
29870           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
29871           !> win32/win32.c win32/win32.h win32/win32sck.c
29872 ____________________________________________________________________________
29873 [  8166] By: gsar                                  on 2000/12/18  01:52:59
29874         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
29875              from mainline (xsubpp and ExtUtils::LibList fixups, various
29876              other small items)
29877      Branch: maint-5.6/perl
29878           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
29879           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
29880           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
29881           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
29882           !> win32/bin/search.pl
29883 ____________________________________________________________________________
29884 [  8165] By: gsar                                  on 2000/12/18  01:28:45
29885         Log: integrate changes#7533,7563,7611,7623 from mainline (various
29886              malloc.c embellishments)
29887      Branch: maint-5.6/perl
29888           !> malloc.c pod/perldiag.pod
29889 ____________________________________________________________________________
29890 [  8164] By: gsar                                  on 2000/12/18  01:23:33
29891         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
29892              fixups)
29893      Branch: maint-5.6/perl
29894           !> utils/h2xs.PL
29895 ____________________________________________________________________________
29896 [  8163] By: gsar                                  on 2000/12/18  01:17:50
29897         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
29898              fixups)
29899      Branch: maint-5.6/perl
29900           !> Makefile.SH utils/perlbug.PL
29901 ____________________________________________________________________________
29902 [  8162] By: gsar                                  on 2000/12/18  00:25:43
29903         Log: always export Perl_deb() (it is required by re.xs whether
29904              Perl is built with or without -DDEBUGGING)
29905      Branch: maint-5.6/perl
29906            ! makedef.pl
29907 ____________________________________________________________________________
29908 [  8161] By: gsar                                  on 2000/12/18  00:23:38
29909         Log: integrate change#7414 from mainline
29910              
29911              Undo the basename() part of #7412 since the lib/basename
29912              tests would need upgrading too.
29913              
29914              squelch two tests in tr.t that rely on tr/// paranoia change
29915              that's not in 5.6.x
29916      Branch: maint-5.6/perl
29917            ! t/op/tr.t
29918           !> lib/File/Basename.pm
29919 ____________________________________________________________________________
29920 [  8160] By: gsar                                  on 2000/12/18  00:05:30
29921         Log: missing change in previous integrate
29922      Branch: maint-5.6/perl
29923           !> README.aix
29924 ____________________________________________________________________________
29925 [  8159] By: gsar                                  on 2000/12/18  00:03:38
29926         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
29927              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
29928              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7304..7408,
29929              7410..7413 from mainline
29930      Branch: maint-5.6/perl
29931           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
29932           +> t/lib/tie-splice.t
29933            - lib/unicode/Is/DCinital.pl
29934           !> (integrate 112 files)
29935 ____________________________________________________________________________
29936 [  8158] By: jhi                                   on 2000/12/17  23:04:24
29937         Log: Subject: [PATCHES] RE: perl@8150 
29938              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
29939              Date: Sun, 17 Dec 2000 21:46:39 +0100
29940              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
29941              
29942              Neither cygwin has a getpwuid() one can trust on.
29943      Branch: perl
29944            ! t/lib/glob-basic.t
29945 ____________________________________________________________________________
29946 [  8157] By: jhi                                   on 2000/12/17  23:01:54
29947         Log: More MAN.PODS => {} fixes.
29948      Branch: perl
29949            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
29950            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
29951            ! os2/OS2/REXX/Makefile.PL
29952 ____________________________________________________________________________
29953 [  8156] By: gsar                                  on 2000/12/17  22:49:13
29954         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
29955              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
29956              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
29957              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
29958              7201,7204 from mainline
29959      Branch: maint-5.6/perl
29960           !> (integrate 121 files)
29961 ____________________________________________________________________________
29962 [  8155] By: jhi                                   on 2000/12/17  22:30:58
29963         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
29964              From: "Craig A. Berry" <craigberry@mac.com>
29965              Date: Sun, 17 Dec 2000 13:09:28 -0600
29966              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
29967              
29968              MAN.PODS => ' ' is naughty.
29969      Branch: perl
29970            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
29971 ____________________________________________________________________________
29972 [  8154] By: nick                                  on 2000/12/17  22:07:13
29973         Log: MULTIPLICITY nit.
29974      Branch: perl
29975            ! mg.c
29976 ____________________________________________________________________________
29977 [  8153] By: gsar                                  on 2000/12/17  21:23:05
29978         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
29979              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
29980              from mainline
29981              
29982              Document the SvIOK_.*UV().
29983              
29984              Update Unicode todo list.
29985              
29986              Guard against bad string->int conversion for quads.
29987              
29988              Subject: small apidoc fix
29989              
29990              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
29991              
29992              Subject: [PATCH] Tied filehandle documentation
29993              
29994              Subject: [PATCH] Modernize Opcode.pm documentation
29995              
29996              Make Data::Dumper (non-XS) to work with changed semantics of ref().
29997              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
29998              [applied even though said semantics didn't change in 5.6.x]
29999              
30000              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
30001              
30002              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
30003              
30004              Fix the URL, but the server is still missing in action.
30005              Subject: [ID 20000905.002] perlfaq1.pod URL error
30006              
30007              Subject: [ID 20000903.001] \w in utf8-strings
30008              
30009              Fix the ccversion detection for 5.1 and beyond.
30010              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
30011              
30012              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
30013              
30014              Subject: [ID 20000904.008] Tiny fix for perldiag
30015              
30016              Subject: Re: [ID 20000906.004] segfault with bad perl statement
30017              
30018              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
30019              
30020              Subject: [ID 20000908.002] perlipc documentation bug.
30021              
30022              Subject: [PATCH lib/Benchmark.pm]
30023              
30024              Re-allow vec() for characters > 255.
30025              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
30026              
30027              Do away with memory models cruft.  Sorry, PDP users.
30028              
30029              Continue #7041.
30030              
30031              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
30032              
30033              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
30034              
30035              Upgrade to CPAN 1.57_65, from Andreas König.
30036              
30037              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
30038              by Russ Allbery.
30039              
30040              Silence t/pod/*.t about alternate quote-mappings now implemented
30041              by Pod::Text, from Brad Appleton.
30042              
30043              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
30044              Subject: borland C++ win32.c tweak
30045              
30046              C<@a = @b = split(...)> optimization coredumps under ithreads
30047              (missed a spot when fixing up op_pmreplroot hack for ithreads)
30048              
30049              Document the SvUTF8*().
30050              
30051              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
30052              
30053              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
30054              
30055              Do in VMS as the #7054 does.
30056              
30057              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
30058              
30059              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
30060              
30061              Subject: [patch: perl@7045] vms updates
30062              
30063              Test for the #7049.
30064              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
30065              
30066              Break up the myconfig lines a bit.
30067              Subject: perlbug/perl -V output format
30068              
30069              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
30070              
30071              The #7054 truncated Configure badly.
30072              
30073              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
30074              initialization in all the threads on Windows
30075              
30076              Allow for whitespace between "#" and "line" in cpp output.
30077              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
30078              
30079              Remove vestiges of tr//CU.
30080              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
30081              
30082              The return value of setlocale must be copied away.
30083              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
30084              
30085              Allow chop() and chomp() to be overridden.
30086              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
30087              
30088              Hints optimization.
30089              Subject: Minor nit
30090              
30091              Subject: [PATCH] de-wall t/README
30092              
30093              Subject: Re: Two advertising clauses need to be removed
30094      Branch: maint-5.6/perl
30095           !> (integrate 75 files)
30096 ____________________________________________________________________________
30097 [  8152] By: gsar                                  on 2000/12/17  20:30:11
30098         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
30099              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
30100              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
30101              
30102              Don't attach -ld to the archname if pointless.
30103              
30104              Document UNTIE in a very minimalistic way.
30105              
30106              POSIX doesn't report long double values under -Duselongdouble
30107              when the long doubles are "real" (bigger than doubles).
30108              
30109              More author updates.
30110              
30111              Try to deduce NV_MAX.  Really should be Configure fodder.
30112              
30113              :: not allowed in pathnames, change to .
30114              Subject: [PATCH perl@6938] cygwin port
30115              
30116              Forget about NV_MAX (#6951).  Various floating point tweaks,
30117              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
30118              
30119              Move the Solaris 7 scan to use64bitall, make the
30120              failure to find 64-bot sparc libc to mention the
30121              possibility of being in an intel, from Lupe and Alan.
30122              
30123              Regen perltoc.
30124              
30125              AUTHORS tweaks, from Peter Prymmer.
30126              
30127              More address tweaking.
30128              
30129              Small tweaks all over.
30130              
30131              File::Temp patches from Andreas König,
30132              
30133              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
30134              
30135              Subject: CPAN.pm beta 1.57_57 for the core
30136              
30137              Part of the solution.
30138              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
30139              
30140              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
30141              
30142              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
30143              
30144              Add the overload warnings to perldiag.
30145              
30146              Drop unused argument.
30147              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
30148              
30149              Subject: Nit in Configure (bleadperl@6961)
30150              
30151              Update to PodParser 1.18, from Brad Appleton.
30152              
30153              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
30154              
30155              Subject: [PATCH: 6948] add SCNfldbl to configure.com
30156              
30157              Document UNTIE. Also tweak implementation to suppress the 'inner references'
30158              warning when UNTIE exists and instead pass the cound of extra references to
30159              the UNTIE method.
30160              
30161              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
30162              so that case-ignoring systems like DCL can tell them from
30163              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
30164              
30165              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
30166              
30167              Feature ordering tweak.
30168              
30169              Regen perltoc.
30170              
30171              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
30172              
30173              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
30174              
30175              Subject: http:// in L<>
30176              
30177              Detypo.
30178              
30179              change#6791 accidentally clobbered change#6710, put it back
30180              
30181              Only the first line, thank you very much.
30182              
30183              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
30184              plus rework the http: spots as suggested by Tom Christiansen,
30185              plus regen perltoc.
30186              
30187              Undo part of change 6489 which looks like a bulk edit which
30188              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
30189              The supressing of main:: on return from select() is undesirable.
30190              
30191              Apparently avoiding the swapping is too costly.
30192              
30193              Various Configure nits by Philip Newton,
30194              plus the ebcdic one by me.
30195              
30196              Make certain cc is set before trying to run it.
30197              
30198              If overloaded %{} etc. return the object do not loop.
30199              Thus  sub deref { $_[0] } functions if object is wanted type.
30200              
30201              Update perlhist.
30202              
30203              More %{} and other deref special casing - do not pass to 'nomethod'.
30204      Branch: maint-5.6/perl
30205           !> (integrate 59 files)
30206 ____________________________________________________________________________
30207 [  8151] By: gsar                                  on 2000/12/17  19:14:38
30208         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
30209              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
30210              
30211              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
30212              
30213              Make the epsilon to be relative, not absolute.
30214              
30215              Put back the flags dump as reasoned in
30216              Subject: Re: [PATCH] Glob dumping
30217              
30218              Introduce ccname to keep track of what compiler kind of we have.
30219              
30220              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
30221              
30222              Put back the slice accidentally removed by #6907.
30223              
30224              Reset archname and archname64 always, forcing them be
30225              recomputed at each Configure run, make Configure and
30226              the hints files agree on the naming of largefiles variables.
30227              
30228              Don't say "Perl 5.0 source kit".
30229              
30230              Subject: [PATCH] fix misc cast warnings
30231              
30232              Subject: typos in pods
30233              
30234              NVs not necessarily doubles, as pointed out by Yitzchak.
30235              
30236              Subject: [PATCH 6889] add a few ldbl formats to configure.com
30237              
30238              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
30239              
30240              Better options for rsync.
30241              
30242              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
30243              
30244              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
30245              
30246              Subject: [PATCH] Re: UNTIE method 
30247              
30248              A better fix for the Socket building problem from Craig Berry.
30249              
30250              Retract the dummy test, skip the security tests (instead of failing),
30251              explain what the warnings mean.
30252              
30253              Heap decorruption.
30254              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
30255              
30256              Update to Unicode 3.0.1.
30257              
30258              Missed one Unicode file.
30259              
30260              Subject: Re: typos in pods
30261              
30262              The #6929 was too skimpy.
30263              
30264              sscanf() may be the only way to read long doubles from strings.
30265              
30266              Reveal Borland's isnan.
30267              Subject: build with BC++ tweak
30268              
30269              Issue useful diagnostic on unknown pod commands.
30270              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
30271              
30272              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
30273              
30274              Clarify the third case of ftmp-security warnings.
30275              
30276              Make -Dusemorebits find long doubles in Solaris.
30277              
30278              Wrap the test in eval.
30279      Branch: maint-5.6/perl
30280           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
30281           +> lib/unicode/PropList.txt lib/unicode/README.perl
30282           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
30283           +> lib/unicode/Unicode.301 vms/vmspipe.com
30284            - lib/unicode/Props.txt lib/unicode/UCD300.html
30285            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
30286           !> (integrate 305 files)
30287 ____________________________________________________________________________
30288 [  8150] By: jhi                                   on 2000/12/17  18:47:57
30289         Log: Uncheckedin generated files.
30290      Branch: perl
30291            ! global.sym perlapi.c pod/perlapi.pod
30292 ____________________________________________________________________________
30293 [  8149] By: jhi                                   on 2000/12/17  18:41:22
30294         Log: Update Changes.
30295      Branch: perl
30296            ! Changes patchlevel.h
30297 ____________________________________________________________________________
30298 [  8148] By: jhi                                   on 2000/12/17  18:39:16
30299         Log: Subject: [PATCH] Fcntl constants speedup
30300              From: Nicholas Clark <nick@ccl4.org>
30301              Date: Sun, 17 Dec 2000 16:29:24 +0000
30302              Message-ID: <20001217162924.E97668@plum.flirble.org>
30303              
30304              Use IVs for the Fcntl constants instead of NVs.
30305      Branch: perl
30306            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
30307 ____________________________________________________________________________
30308 [  8147] By: jhi                                   on 2000/12/17  18:33:41
30309         Log: Add test for #8145 (binmode() warning), add warning for
30310              ioctl() and sockpair(), document them. (fileno() cannot
30311              be tripwired with the same kind of warning because
30312              'defined fileno($foo)' seems to be an idiom.)
30313      Branch: perl
30314            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
30315 ____________________________________________________________________________
30316 [  8146] By: gsar                                  on 2000/12/17  18:09:08
30317         Log: update Changes
30318      Branch: maint-5.6/perl
30319            ! Changes
30320 ____________________________________________________________________________
30321 [  8145] By: jhi                                   on 2000/12/17  17:39:35
30322         Log: Subject: [PATCH] Re: The long awaited feature ...
30323              From: Simon Cozens <simon@cozens.net>
30324              Date: Sun, 17 Dec 2000 12:31:56 +0000
30325              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
30326              
30327              Add a warning to binmode() about using bad filehandles
30328              (can happen e.g. if someone forgets the filehandle argument)
30329      Branch: perl
30330            ! pp_sys.c
30331 ____________________________________________________________________________
30332 [  8144] By: jhi                                   on 2000/12/17  17:33:48
30333         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
30334              From: Jonathan Stowe <gellyfish@gellyfish.com>
30335              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
30336              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
30337      Branch: perl
30338            ! lib/Net/Ping.pm
30339 ____________________________________________________________________________
30340 [  8143] By: jhi                                   on 2000/12/17  05:31:37
30341         Log: Polymorphic regexps.
30342              
30343              Fixes at least the bugs 20001028.003 (both of them...) and
30344              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
30345              also to be fixed by now, probably already before this patch.
30346      Branch: perl
30347            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
30348            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
30349            ! t/op/utf8decode.t t/pragma/utf8.t
30350 ____________________________________________________________________________
30351 [  8142] By: jhi                                   on 2000/12/16  17:16:05
30352         Log: Subject: [patch perl@8102] dos/djgpp update
30353              From: Laszlo Molnar <ml1050@freemail.hu>
30354              Date: Sat, 16 Dec 2000 01:40:52 +0100
30355              Message-ID: <20001216014052.A335@freemail.hu>
30356      Branch: perl
30357            ! djgpp/config.over t/base/commonsense.t
30358 ____________________________________________________________________________
30359 [  8141] By: jhi                                   on 2000/12/16  17:09:27
30360         Log: Few uncheckedin files.
30361      Branch: perl
30362            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
30363 ____________________________________________________________________________
30364 [  8140] By: nick                                  on 2000/12/15  22:14:31
30365         Log: Integrate mainline
30366      Branch: perlio
30367           !> (integrate 53 files)
30368 ____________________________________________________________________________
30369 [  8139] By: jhi                                   on 2000/12/15  19:49:49
30370         Log: One more IVUV tweak from Nicholas Clark.
30371      Branch: perl
30372            ! sv.c
30373 ____________________________________________________________________________
30374 [  8138] By: jhi                                   on 2000/12/15  19:17:06
30375         Log: Return of the IVUV-preservation, now seems to be happy even
30376              in Digital UNIX (the broken strtoul brokenness detection
30377              seems to have been the fly in the ointment).
30378      Branch: perl
30379            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
30380            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
30381            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
30382            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
30383            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
30384            ! vos/config.ga.h win32/config.bc win32/config.gc
30385            ! win32/config.vc
30386 ____________________________________________________________________________
30387 [  8137] By: jhi                                   on 2000/12/15  18:12:14
30388         Log: Metaconfig unit change for #8136.
30389      Branch: metaconfig
30390            ! U/modified/d_strtoul.U
30391      Branch: metaconfig/U/perl
30392            ! d_strtoull.U d_strtouq.U
30393 ____________________________________________________________________________
30394 [  8136] By: jhi                                   on 2000/12/15  18:11:35
30395         Log: I don't think it's sensible or portable to test the strtou*
30396              on /^-/ strings.
30397      Branch: perl
30398            ! Configure
30399 ____________________________________________________________________________
30400 [  8135] By: jhi                                   on 2000/12/15  17:18:49
30401         Log: Metaconfig unit change for #8134.
30402      Branch: metaconfig
30403            ! U/modified/d_strtoul.U
30404 ____________________________________________________________________________
30405 [  8134] By: jhi                                   on 2000/12/15  17:14:13
30406         Log: If longsize is 8 we don't need a LL suffix for integer constants.
30407      Branch: perl
30408            ! Configure config_h.SH
30409 ____________________________________________________________________________
30410 [  8133] By: jhi                                   on 2000/12/15  16:00:23
30411         Log: Update Changes.
30412      Branch: perl
30413            ! Changes patchlevel.h
30414 ____________________________________________________________________________
30415 [  8132] By: jhi                                   on 2000/12/15  15:44:16
30416         Log: Some compilers get huffy if you do not cast a const pointer
30417              to a non-const when assigning.
30418      Branch: perl
30419            ! gv.c
30420 ____________________________________________________________________________
30421 [  8131] By: jhi                                   on 2000/12/15  15:38:30
30422         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
30423              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30424              Date: Fri, 15 Dec 2000 05:26:57 -0500
30425              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
30426      Branch: perl
30427            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
30428            ! t/pragma/overload.t
30429 ____________________________________________________________________________
30430 [  8130] By: jhi                                   on 2000/12/15  15:36:08
30431         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
30432              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30433              Date: Thu, 14 Dec 2000 22:02:43 -0500
30434              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
30435      Branch: perl
30436            ! gv.c perl.h
30437 ____________________________________________________________________________
30438 [  8129] By: jhi                                   on 2000/12/15  15:34:16
30439         Log: Subject: PATCH: h2xs nit
30440              From: Tim Jenness <t.jenness@jach.hawaii.edu>
30441              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
30442              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
30443              
30444              Add a template README.
30445      Branch: perl
30446            ! utils/h2xs.PL
30447 ____________________________________________________________________________
30448 [  8128] By: jhi                                   on 2000/12/15  15:32:22
30449         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
30450      Branch: perl
30451            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
30452 ____________________________________________________________________________
30453 [  8127] By: jhi                                   on 2000/12/15  15:19:34
30454         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
30455              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
30456              Date:     Thu, 14 Dec 2000 20:04:42 EST
30457              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
30458      Branch: perl
30459            ! ext/Opcode/Opcode.xs
30460 ____________________________________________________________________________
30461 [  8126] By: jhi                                   on 2000/12/15  15:17:49
30462         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
30463              From: Peter Prymmer <pvhp@forte.com>
30464              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
30465              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
30466      Branch: perl
30467            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
30468            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
30469            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
30470 ____________________________________________________________________________
30471 [  8125] By: jhi                                   on 2000/12/15  15:11:05
30472         Log: This seems to be a stage sane and stable enough to checkin.
30473              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
30474      Branch: perl
30475            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
30476            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
30477            ! t/op/cmp.t t/op/numconvert.t
30478 ____________________________________________________________________________
30479 [  8124] By: jhi                                   on 2000/12/15  04:20:26
30480         Log: Something is really wonky.
30481      Branch: perl
30482            ! sv.c
30483 ____________________________________________________________________________
30484 [  8123] By: jhi                                   on 2000/12/15  04:00:50
30485         Log: Fixes for the IV UV patches to compile in Digital UNIX.
30486      Branch: perl
30487            ! sv.c
30488 ____________________________________________________________________________
30489 [  8122] By: jhi                                   on 2000/12/15  02:53:40
30490         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
30491              From: "Craig A. Berry" <craigberry@mac.com>
30492              Date: Thu, 14 Dec 2000 19:10:49 -0600
30493              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
30494      Branch: perl
30495            ! vms/vms.c
30496 ____________________________________________________________________________
30497 [  8121] By: jhi                                   on 2000/12/15  02:50:00
30498         Log: Metaconfig changes for #8120.
30499      Branch: metaconfig
30500            + U/modified/d_strtoul.U
30501      Branch: metaconfig/U/perl
30502            ! d_strtoull.U d_strtouq.U
30503 ____________________________________________________________________________
30504 [  8120] By: jhi                                   on 2000/12/15  02:49:42
30505         Log: From: Nicholas Clark <nick@ccl4.org> 
30506              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
30507              Date: Thu, 14 Dec 2000 18:38:57 +0000
30508              Message-ID: <20001214183857.B97909@plum.flirble.org>
30509      Branch: perl
30510            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
30511            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
30512            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
30513            ! vos/config.ga.def vos/config.ga.h win32/config.bc
30514            ! win32/config.gc win32/config.vc
30515 ____________________________________________________________________________
30516 [  8119] By: jhi                                   on 2000/12/14  23:40:58
30517         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
30518              From: Nicholas Clark <nick@ccl4.org>
30519              Date: Wed, 13 Dec 2000 20:08:50 +0000
30520              Message-ID: <20001213200849.B71166@plum.flirble.org>
30521      Branch: perl
30522            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
30523            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
30524 ____________________________________________________________________________
30525 [  8118] By: jhi                                   on 2000/12/14  22:46:26
30526         Log: Integrate perlio.
30527      Branch: perl
30528           !> MANIFEST ext/Encode/compile makedef.pl
30529 ____________________________________________________________________________
30530 [  8117] By: nick                                  on 2000/12/14  22:38:53
30531         Log: Win32 tweaks to get Encode to build
30532              - temp hack to makedef.pl till PerlIO is properly "exported".
30533              - MSVC dislikes  
30534              static encpage_t foo[];
30535              so make 'em extern for now.
30536      Branch: perlio
30537            ! ext/Encode/compile makedef.pl
30538 ____________________________________________________________________________
30539 [  8116] By: nick                                  on 2000/12/14  22:00:53
30540         Log: Document the new files
30541      Branch: perlio
30542            ! MANIFEST
30543 ____________________________________________________________________________
30544 [  8115] By: jhi                                   on 2000/12/14  21:58:01
30545         Log: MANIFEST new files of #8114.
30546      Branch: perl
30547            ! MANIFEST
30548 ____________________________________________________________________________
30549 [  8114] By: jhi                                   on 2000/12/14  21:50:49
30550         Log: Integrate perlio.
30551      Branch: perl
30552           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
30553           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
30554           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
30555           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
30556           !> ext/Encode/Makefile.PL
30557 ____________________________________________________________________________
30558 [  8113] By: jhi                                   on 2000/12/14  21:48:49
30559         Log: The documentation part of the
30560              
30561              Subject: [ID 20001214.002] Net::Ping patch
30562              From: Jonathan Stowe <gellyfish@gellyfish.com>
30563              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
30564              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
30565              since the #7529 had already addressed the same problem.
30566      Branch: perl
30567            ! lib/Net/Ping.pm
30568 ____________________________________________________________________________
30569 [  8112] By: jhi                                   on 2000/12/14  21:42:57
30570         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
30571              From: Dominic Dunlop <domo@computer.org>
30572              Date: Tue, 12 Dec 2000 10:47:10 +0100
30573              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
30574              
30575              Document how elusive subroutines can be.
30576      Branch: perl
30577            ! pod/perlfunc.pod
30578 ____________________________________________________________________________
30579 [  8111] By: jhi                                   on 2000/12/14  21:38:05
30580         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
30581              From: Dominic Dunlop <domo@computer.org>
30582              Date: Thu, 14 Dec 2000 10:13:51 +0100
30583              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
30584      Branch: perl
30585            ! ext/POSIX/POSIX.pod
30586 ____________________________________________________________________________
30587 [  8110] By: jhi                                   on 2000/12/14  21:36:32
30588         Log: Subject: [patch] perlfaq7
30589              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
30590              Date: Thu, 14 Dec 2000 15:31:07 +0100
30591              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
30592      Branch: perl
30593            ! pod/perlfaq7.pod
30594 ____________________________________________________________________________
30595 [  8109] By: jhi                                   on 2000/12/14  21:29:20
30596         Log: Subject: [8104] Encode
30597              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30598              Date: Thu, 14 Dec 2000 14:49:34 +0100
30599              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
30600              
30601              Type casting for nervous compilers.
30602      Branch: perl
30603            ! ext/Encode/Encode.xs
30604 ____________________________________________________________________________
30605 [  8108] By: jhi                                   on 2000/12/14  21:26:17
30606         Log: Subject: [8104] DB_File
30607              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30608              Date: Thu, 14 Dec 2000 14:49:35 +0100
30609              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
30610              
30611              Type definition incorrect for DB 2.7.7.  Not known when it
30612              changed, so only changed it for a known revision.
30613      Branch: perl
30614            ! ext/DB_File/DB_File.xs
30615 ____________________________________________________________________________
30616 [  8107] By: jhi                                   on 2000/12/14  21:23:41
30617         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
30618              From: Peter Prymmer <pvhp@forte.com>
30619              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
30620              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
30621              
30622              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
30623      Branch: perl
30624            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
30625            ! ext/Encode/Encode/posix-bc.enc
30626 ____________________________________________________________________________
30627 [  8106] By: nick                                  on 2000/12/14  20:36:13
30628         Log: "Cold" build correction to Encode's Makefile.PL
30629      Branch: perlio
30630            ! ext/Encode/Makefile.PL
30631 ____________________________________________________________________________
30632 [  8105] By: nick                                  on 2000/12/14  20:09:37
30633         Log: "Compiled" encodings.
30634              Correct replacement character in EBCDIC .enc files
30635              Add 0x7F to ASCII repertoire.
30636      Branch: perlio
30637            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
30638            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
30639            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
30640            ! ext/Encode/Makefile.PL ext/Encode/compile
30641            ! ext/Encode/encengine.c ext/Encode/encode.h
30642 ____________________________________________________________________________
30643 [  8104] By: nick                                  on 2000/12/14  00:38:20
30644         Log: Integrate mainline
30645      Branch: perlio
30646           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
30647           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
30648           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
30649           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
30650           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
30651           !> t/lib/db-hash.t t/lib/db-recno.t
30652 ____________________________________________________________________________
30653 [  8103] By: nick                                  on 2000/12/13  23:16:13
30654         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
30655              so far and so it does not get lost.
30656      Branch: perlio
30657            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
30658 ____________________________________________________________________________
30659 [  8102] By: jhi                                   on 2000/12/13  17:14:22
30660         Log: Update Changes.
30661      Branch: perl
30662            ! Changes patchlevel.h
30663 ____________________________________________________________________________
30664 [  8101] By: jhi                                   on 2000/12/13  16:53:41
30665         Log: Move the proto of start_glob() to a better place; regen api files.
30666      Branch: perl
30667            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
30668 ____________________________________________________________________________
30669 [  8100] By: jhi                                   on 2000/12/13  16:47:11
30670         Log: Metaconfig change for #8099.
30671      Branch: metaconfig
30672            ! U/modified/Head.U
30673 ____________________________________________________________________________
30674 [  8099] By: jhi                                   on 2000/12/13  16:46:48
30675         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
30676              From: Andy Dougherty <doughera@lafayette.edu>
30677              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
30678              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
30679      Branch: perl
30680            ! Configure
30681 ____________________________________________________________________________
30682 [  8098] By: jhi                                   on 2000/12/13  16:39:02
30683         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
30684              From: rspier@pobox.com (Robert Spier)
30685              Date: Tue, 12 Dec 2000 21:12:39 -0500
30686              Message-ID: <14902.56087.678086.725773@rls.cx>
30687              
30688              fastgetcwd is defined using a glob alias on a $^O dependent basis -
30689              and there was no default assignment or perl subroutine.
30690      Branch: perl
30691            ! lib/Cwd.pm
30692 ____________________________________________________________________________
30693 [  8097] By: jhi                                   on 2000/12/13  16:16:01
30694         Log: Subject: [PATCH] move startglob out of pp_hot.c
30695              From: Nicholas Clark <nick@ccl4.org>
30696              Date: Mon, 11 Dec 2000 23:16:39 +0000
30697              Message-ID: <20001211231638.A55550@plum.flirble.org>
30698      Branch: perl
30699            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
30700 ____________________________________________________________________________
30701 [  8096] By: jhi                                   on 2000/12/13  15:26:23
30702         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
30703              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
30704              Date: Wed, 13 Dec 2000 14:01:37 +0100
30705              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
30706              
30707              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
30708              in turn requires libpthread in libswanted.
30709      Branch: perl
30710            ! hints/hpux.sh
30711 ____________________________________________________________________________
30712 [  8095] By: jhi                                   on 2000/12/12  19:51:05
30713         Log: The integration wars continue.
30714      Branch: perl
30715           !> sv.c
30716 ____________________________________________________________________________
30717 [  8094] By: jhi                                   on 2000/12/12  19:48:26
30718         Log: Subject: [PATCH perl@8070] DB_File-1.74  
30719              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
30720              Date: Mon, 11 Dec 2000 23:07:17 -0000
30721              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
30722      Branch: perl
30723            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
30724            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
30725            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
30726            ! t/lib/db-recno.t
30727 ____________________________________________________________________________
30728 [  8093] By: nick                                  on 2000/12/12  19:42:13
30729         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
30730      Branch: perlio
30731            ! sv.c
30732           !> lib/File/DosGlob.pm
30733 ____________________________________________________________________________
30734 [  8092] By: jhi                                   on 2000/12/12  19:28:11
30735         Log: Integrate perlio.
30736      Branch: perl
30737           !> sv.c
30738 ____________________________________________________________________________
30739 [  8091] By: nick                                  on 2000/12/12  18:49:45
30740         Log: Fix for Tk, and upgrading shared SVs.
30741      Branch: perlio
30742            ! sv.c
30743 ____________________________________________________________________________
30744 [  8090] By: jhi                                   on 2000/12/12  16:48:59
30745         Log: Subject: [PATCH] Re: Breadperl & Tk
30746              From: Nick Ing-Simmons <nik@tiuk.ti.com>
30747              Date: Tue, 12 Dec 2000 14:48:27 GMT
30748              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
30749      Branch: perl
30750            ! sv.c
30751 ____________________________________________________________________________
30752 [  8089] By: jhi                                   on 2000/12/12  03:37:19
30753         Log: Subject: DosGlob.pm diff for bash style brace expansion.
30754              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
30755              Date: Fri, 8 Dec 2000 10:45:30 -0600
30756              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
30757      Branch: perl
30758            ! lib/File/DosGlob.pm
30759 ____________________________________________________________________________
30760 [  8088] By: nick                                  on 2000/12/11  23:59:59
30761         Log: Integrate mainline
30762      Branch: perlio
30763           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
30764           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
30765           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
30766           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
30767           !> t/op/local.t t/pragma/warn/toke toke.c
30768 ____________________________________________________________________________
30769 [  8087] By: jhi                                   on 2000/12/11  23:20:23
30770         Log: Integrate perlio.
30771      Branch: perl
30772           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
30773 ____________________________________________________________________________
30774 [  8086] By: jhi                                   on 2000/12/11  22:50:59
30775         Log: Tune further the OS detection of CGI.
30776      Branch: perl
30777            ! lib/CGI.pm
30778 ____________________________________________________________________________
30779 [  8085] By: nick                                  on 2000/12/11  22:50:46
30780         Log: Finish 1st pass of "encoding" layer e.g. :
30781              open($fh,"<encoding(iso8859-7)",$greek) || die;
30782      Branch: perlio
30783            ! ext/Encode/Encode.xs perlio.c perliol.h
30784 ____________________________________________________________________________
30785 [  8084] By: jhi                                   on 2000/12/11  22:32:06
30786         Log: Revert the -f ambiguousity patch, seems to cause
30787              too much hassle (the interpret -Q as a function
30788              where Q is not a known filetest part is left in).
30789      Branch: perl
30790            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
30791            ! toke.c
30792 ____________________________________________________________________________
30793 [  8083] By: jhi                                   on 2000/12/11  22:27:23
30794         Log: (accidentally empty check-in)
30795      Branch: perl
30796            ! lib/File/DosGlob.pm
30797 ____________________________________________________________________________
30798 [  8082] By: nick                                  on 2000/12/11  19:09:51
30799         Log: Restore mmap function (broken by tweaks to shared buffer
30800              layer for encode(xxxx)).
30801      Branch: perlio
30802            ! perlio.c
30803 ____________________________________________________________________________
30804 [  8081] By: jhi                                   on 2000/12/11  18:29:13
30805         Log: Subject: Re: The long awaited feature ...
30806              From: Simon Cozens <simon@cozens.net>
30807              Date: Mon, 11 Dec 2000 15:54:24 +0000
30808              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
30809              
30810              More io/utf8 tests.
30811      Branch: perl
30812            ! t/io/utf8.t
30813 ____________________________________________________________________________
30814 [  8080] By: jhi                                   on 2000/12/11  18:19:36
30815         Log: Subject: PATCH MakeMaker manpage clarification
30816              From: andreas.koenig@anima.de (Andreas J. Koenig)
30817              Date: 10 Dec 2000 20:46:13 +0100
30818              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
30819      Branch: perl
30820            ! lib/ExtUtils/MakeMaker.pm
30821 ____________________________________________________________________________
30822 [  8079] By: jhi                                   on 2000/12/11  15:35:07
30823         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
30824              From: Simon Cozens <simon@cozens.net>
30825              Date: Sun, 10 Dec 2000 19:06:19 +0000
30826              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
30827      Branch: perl
30828            ! ext/B/B/Deparse.pm t/lib/b.t
30829 ____________________________________________________________________________
30830 [  8078] By: jhi                                   on 2000/12/11  15:09:11
30831         Log: Subject: [PATCH] docs on NaN
30832              From: Nicholas Clark <nick@ccl4.org>
30833              Date: Mon, 11 Dec 2000 01:48:38 +0000
30834              Message-ID: <20001211014838.B99205@plum.flirble.org>
30835      Branch: perl
30836            ! pod/perlop.pod
30837 ____________________________________________________________________________
30838 [  8077] By: jhi                                   on 2000/12/11  15:02:21
30839         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
30840              From: Simon Cozens <simon@cozens.net>
30841              Date: Mon, 11 Dec 2000 01:21:45 +0000
30842              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
30843      Branch: perl
30844            ! pp.c pp_hot.c scope.c t/op/local.t
30845 ____________________________________________________________________________
30846 [  8076] By: nick                                  on 2000/12/10  20:43:32
30847         Log: Not merge worthy...
30848              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
30849              syntax is modelled on attributes.
30850              Untested fix for io/utf8 on Win32 etc.
30851              Very clumsy start to the encode layer.
30852      Branch: perlio
30853            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
30854 ____________________________________________________________________________
30855 [  8075] By: jhi                                   on 2000/12/10  18:39:33
30856         Log: Darwin is not Windows.
30857      Branch: perl
30858            ! lib/CGI.pm
30859 ____________________________________________________________________________
30860 [  8074] By: jhi                                   on 2000/12/10  18:31:27
30861         Log: Subject: Ambiguous -%c() resolved as a file test
30862              From: "Paul Marquess" <Paul.Marquess@openwave.com>
30863              Date: Sun, 10 Dec 2000 15:35:07 -0000
30864              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
30865      Branch: perl
30866            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
30867 ____________________________________________________________________________
30868 [  8073] By: jhi                                   on 2000/12/10  18:16:29
30869         Log: Subject: PATCH installperl misinformed 
30870              From: andreas.koenig@anima.de (Andreas J. Koenig)
30871              Date: 10 Dec 2000 13:01:32 +0100 
30872              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
30873      Branch: perl
30874            ! installperl
30875 ____________________________________________________________________________
30876 [  8072] By: jhi                                   on 2000/12/10  18:07:55
30877         Log: The walkoptree confusion rages; walkoptree() seems to be coming
30878              from B.xs, while walkoptree_slow() comes from B.pm.
30879      Branch: perl
30880            ! ext/B/B.pm
30881 ____________________________________________________________________________
30882 [  8071] By: nick                                  on 2000/12/10  11:45:47
30883         Log: Integrate mainline
30884      Branch: perlio
30885           +> t/base/commonsense.t
30886           !> (integrate 37 files)
30887 ____________________________________________________________________________
30888 [  8070] By: jhi                                   on 2000/12/10  04:46:21
30889         Log: Update Changes.
30890      Branch: perl
30891            ! Changes patchlevel.h
30892 ____________________________________________________________________________
30893 [  8069] By: jhi                                   on 2000/12/10  04:39:19
30894         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
30895              From: andreas.koenig@anima.de (Andreas J. Koenig)
30896              Date: 09 Dec 2000 17:14:25 +0100
30897              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
30898      Branch: perl
30899            + t/base/commonsense.t
30900            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
30901 ____________________________________________________________________________
30902 [  8068] By: jhi                                   on 2000/12/10  04:17:36
30903         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
30904              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
30905              Date: Sat, 9 Dec 2000 16:47:22 -0000
30906              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
30907      Branch: perl
30908            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
30909            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
30910            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
30911            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
30912            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
30913            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
30914            ! t/lib/sdbm.t
30915 ____________________________________________________________________________
30916 [  8067] By: jhi                                   on 2000/12/10  03:52:02
30917         Log: Test case for #8066.
30918      Branch: perl
30919            ! t/op/misc.t
30920 ____________________________________________________________________________
30921 [  8066] By: jhi                                   on 2000/12/10  03:50:30
30922         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
30923              From: Simon Cozens <simon@cozens.net>
30924              Date: Sun, 10 Dec 2000 00:55:37 +0000
30925              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
30926      Branch: perl
30927            ! pp_sys.c
30928 ____________________________________________________________________________
30929 [  8065] By: jhi                                   on 2000/12/10  03:44:52
30930         Log: Test case for #8064.
30931      Branch: perl
30932            ! t/comp/proto.t
30933 ____________________________________________________________________________
30934 [  8064] By: jhi                                   on 2000/12/10  03:42:32
30935         Log: Subject: Re: prototype of substr
30936              From: Simon Cozens <simon@cozens.net>
30937              Date: Sun, 10 Dec 2000 00:13:33 +0000
30938              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
30939              
30940              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
30941      Branch: perl
30942            ! pp.c
30943 ____________________________________________________________________________
30944 [  8063] By: jhi                                   on 2000/12/10  03:39:42
30945         Log: Subject: [PATCH] perlguts.pod
30946              From: Simon Cozens <simon@cozens.net>
30947              Date: Sun, 10 Dec 2000 00:06:47 +0000
30948              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
30949              
30950              Documentation of the different types of ops,
30951              plus the functions in dump.c
30952      Branch: perl
30953            ! pod/perlguts.pod
30954 ____________________________________________________________________________
30955 [  8062] By: jhi                                   on 2000/12/10  03:30:04
30956         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
30957              From: Nicholas Clark <nick@talking.bollo.cx>
30958              Date: Sat, 09 Dec 2000 18:57:25 +0000
30959              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
30960              
30961              Be more robust in weird hostname setups.
30962      Branch: perl
30963            ! t/lib/net-hostent.t
30964 ____________________________________________________________________________
30965 [  8061] By: jhi                                   on 2000/12/10  03:28:21
30966         Log: Pacify fussy compiler. 
30967      Branch: perl
30968            ! pp_sys.c
30969 ____________________________________________________________________________
30970 [  8060] By: jhi                                   on 2000/12/10  02:52:46
30971         Log: Integrate perlio.
30972      Branch: perl
30973           !> pp_sys.c t/io/utf8.t
30974 ____________________________________________________________________________
30975 [  8059] By: nick                                  on 2000/12/09  23:40:14
30976         Log: read/sysread/recv should now be utf8 aware.
30977              Basic test for utf8 read.
30978      Branch: perlio
30979            ! pp_sys.c t/io/utf8.t
30980 ____________________________________________________________________________
30981 [  8058] By: jhi                                   on 2000/12/09  21:56:02
30982         Log: Integrate perlio.
30983      Branch: perl
30984           +> t/io/utf8.t
30985           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
30986 ____________________________________________________________________________
30987 [  8057] By: jhi                                   on 2000/12/09  21:53:35
30988         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
30989              From: Inaba Hiroto <inaba@st.rim.or.jp>
30990              Date: Sun, 10 Dec 2000 05:53:21 +0900
30991              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
30992              
30993              Tests for #8056.
30994      Branch: perl
30995            ! t/op/each.t
30996 ____________________________________________________________________________
30997 [  8056] By: jhi                                   on 2000/12/09  21:51:16
30998         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
30999              From: Inaba Hiroto <inaba@st.rim.or.jp>
31000              Date: Sat, 09 Dec 2000 18:02:00 +0900
31001              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
31002              
31003              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
31004      Branch: perl
31005            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
31006 ____________________________________________________________________________
31007 [  8055] By: nick                                  on 2000/12/09  20:11:48
31008         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
31009              than raw PerlIO_write() - does not seem to break any tests.
31010      Branch: perlio
31011            ! pp_sys.c
31012 ____________________________________________________________________________
31013 [  8054] By: nick                                  on 2000/12/09  19:47:30
31014         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
31015              (sysread, recv and write i.e. formats still to do...)
31016              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
31017              open($fh,">:utf8","name")
31018              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
31019              so no extra overhead is involved.
31020              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
31021              to a non-utf8 stream.
31022              Add initial io/utf8.t
31023              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
31024              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
31025              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
31026      Branch: perlio
31027            + t/io/utf8.t
31028            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
31029 ____________________________________________________________________________
31030 [  8053] By: nick                                  on 2000/12/09  19:26:37
31031         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
31032              was only testing this_utf8.
31033      Branch: perlio
31034            ! toke.c
31035 ____________________________________________________________________________
31036 [  8052] By: nick                                  on 2000/12/09  19:09:41
31037         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
31038              i.e. the output string has one, but don't mess with source assumption.
31039      Branch: perlio
31040            ! toke.c
31041 ____________________________________________________________________________
31042 [  8051] By: jhi                                   on 2000/12/09  16:55:17
31043         Log: Integrate perlio.
31044      Branch: perl
31045           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
31046           !> sv.c thrdvar.h util.c
31047 ____________________________________________________________________________
31048 [  8050] By: jhi                                   on 2000/12/09  16:48:07
31049         Log: Nits noticed by Peter Prymmer.
31050      Branch: perl
31051            ! lib/ExtUtils/MM_VMS.pm
31052 ____________________________________________________________________________
31053 [  8049] By: nick                                  on 2000/12/09  13:49:40
31054         Log: UTF8 output prework.
31055              - Store $\ and $, as SVs so they can have SvUTF8 flag
31056              - use do_print() rather than raw PerlIO_write() to print them.
31057      Branch: perlio
31058            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
31059            ! thrdvar.h util.c
31060 ____________________________________________________________________________
31061 [  8048] By: nick                                  on 2000/12/09  12:30:43
31062         Log: Integrate mainline.
31063      Branch: perlio
31064           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
31065           +> t/op/reverse.t
31066           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
31067           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
31068           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
31069           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
31070           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
31071           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
31072 ____________________________________________________________________________
31073 [  8047] By: jhi                                   on 2000/12/09  00:23:27
31074         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
31075              From: Michael G Schwern <schwern@pobox.com>
31076              Date: Fri, 8 Dec 2000 14:43:04 -0600
31077      Branch: perl
31078            ! lib/ExtUtils/MM_VMS.pm
31079 ____________________________________________________________________________
31080 [  8046] By: jhi                                   on 2000/12/08  23:10:27
31081         Log: A missed check-in.
31082      Branch: perl
31083            ! lib/ExtUtils/Manifest.pm
31084 ____________________________________________________________________________
31085 [  8045] By: jhi                                   on 2000/12/08  21:57:12
31086         Log: (null check-in)
31087      Branch: perl
31088            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
31089 ____________________________________________________________________________
31090 [  8044] By: jhi                                   on 2000/12/08  21:11:06
31091         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
31092              at the final draft stage.
31093      Branch: perl
31094            + ext/Encode/Encode/iso8859-16.enc
31095            ! MANIFEST
31096 ____________________________________________________________________________
31097 [  8043] By: jhi                                   on 2000/12/08  16:39:04
31098         Log: Update Changes.
31099      Branch: perl
31100            ! Changes patchlevel.h
31101 ____________________________________________________________________________
31102 [  8042] By: jhi                                   on 2000/12/08  16:33:39
31103         Log: Do not return the Unicode replacement character if UTF-8
31104              decoding goes awry, it should be up to the caller to decide.
31105      Branch: perl
31106            ! pod/perlapi.pod utf8.c
31107 ____________________________________________________________________________
31108 [  8041] By: jhi                                   on 2000/12/08  16:22:28
31109         Log: metaconfig maintenance.
31110      Branch: metaconfig
31111            ! U/modified/stdchar.U
31112      Branch: metaconfig/U/perl
31113            + testsyml.U
31114 ____________________________________________________________________________
31115 [  8040] By: jhi                                   on 2000/12/08  16:03:08
31116         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
31117              From: sthoenna@efn.org
31118              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
31119              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
31120      Branch: perl
31121            ! Changes lib/ExtUtils/MM_OS2.pm
31122 ____________________________________________________________________________
31123 [  8039] By: jhi                                   on 2000/12/08  15:57:11
31124         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
31125              From: Simon Cozens <simon@cozens.net>
31126              Date: Fri, 8 Dec 2000 13:33:31 +0000
31127              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
31128              
31129              (The pp_hot part needed a rewrite.)
31130      Branch: perl
31131            ! doop.c pp_hot.c utf8.c
31132 ____________________________________________________________________________
31133 [  8038] By: jhi                                   on 2000/12/08  15:25:08
31134         Log: Subject: djSP
31135              From: Michael Stevens <michael@etla.org>
31136              Date: Wed, 6 Dec 2000 23:24:01 +0000
31137              Message-ID: <20001206232400.A21381@firedrake.org>
31138              
31139              Plus a note from Nick Ing-Simmons.
31140      Branch: perl
31141            ! pp.h
31142 ____________________________________________________________________________
31143 [  8037] By: jhi                                   on 2000/12/08  15:18:35
31144         Log: Filetype is text.
31145      Branch: perl
31146            ! t/op/utf8decode.t
31147 ____________________________________________________________________________
31148 [  8036] By: jhi                                   on 2000/12/08  03:31:27
31149         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
31150              From: Andy Dougherty <doughera@lafayette.edu>
31151              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
31152              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
31153              
31154              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
31155              From: Andy Dougherty <doughera@lafayette.edu>
31156              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
31157              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
31158      Branch: perl
31159            + ext/POSIX/hints/svr4.pl
31160            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
31161 ____________________________________________________________________________
31162 [  8035] By: jhi                                   on 2000/12/08  03:26:01
31163         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
31164              From: Andy Dougherty <doughera@lafayette.edu>
31165              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
31166              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
31167      Branch: perl
31168            ! t/README t/base/term.t
31169 ____________________________________________________________________________
31170 [  8034] By: jhi                                   on 2000/12/08  03:21:59
31171         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
31172              From: mjd@plover.com  
31173              Date: 7 Dec 2000 21:04:20 -0000
31174              Message-ID: <20001207210420.22282.qmail@plover.com>
31175              
31176              Plus -z doc.
31177      Branch: perl
31178            ! pod/perlfunc.pod
31179 ____________________________________________________________________________
31180 [  8033] By: jhi                                   on 2000/12/08  03:19:03
31181         Log: Use the UTF8 macros a bit.  They can't be used with abandon
31182              everywhere because we do generate illegal UTF-8 in some situations.
31183              This is of course naughty.
31184      Branch: perl
31185            ! pod/perlapi.pod utf8.c utf8.h
31186 ____________________________________________________________________________
31187 [  8032] By: jhi                                   on 2000/12/08  03:00:09
31188         Log: Out of sync?
31189      Branch: perl
31190            ! t/pragma/warn/utf8
31191 ____________________________________________________________________________
31192 [  8031] By: jhi                                   on 2000/12/08  02:22:39
31193         Log: Cnt spl.
31194      Branch: perl
31195            ! MANIFEST
31196 ____________________________________________________________________________
31197 [  8030] By: jhi                                   on 2000/12/08  01:23:54
31198         Log: Add test for reverse().
31199      Branch: perl
31200            + t/op/reverse.t
31201            ! MANIFEST
31202 ____________________________________________________________________________
31203 [  8029] By: jhi                                   on 2000/12/08  01:21:47
31204         Log: Integrate perlio.
31205      Branch: perl
31206           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
31207           !> perlio.c perlio.h perlsdio.h warnings.pl
31208 ____________________________________________________________________________
31209 [  8028] By: jhi                                   on 2000/12/08  01:19:08
31210         Log: Introduce macros for UTF8 decoding.
31211      Branch: perl
31212            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
31213 ____________________________________________________________________________
31214 [  8027] By: nick                                  on 2000/12/07  22:18:19
31215         Log: Integrate mainline
31216      Branch: perlio
31217           !> embed.pl pod/perlapi.pod utf8.c
31218 ____________________________________________________________________________
31219 [  8026] By: nick                                  on 2000/12/07  21:45:08
31220         Log: Various oddities p4 diff -se showed up
31221              Remove 'our' from warnings.pl
31222      Branch: perlio
31223            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
31224 ____________________________________________________________________________
31225 [  8025] By: nick                                  on 2000/12/07  21:43:32
31226         Log: Change PerlIO_(get|set)pos to take SV *
31227              Should fix, OS/2, VMS, (sfio??)
31228      Branch: perlio
31229            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
31230 ____________________________________________________________________________
31231 [  8024] By: jhi                                   on 2000/12/07  19:05:32
31232         Log: Document utf8_to_uv() better.
31233      Branch: perl
31234            ! pod/perlapi.pod utf8.c
31235 ____________________________________________________________________________
31236 [  8023] By: jhi                                   on 2000/12/07  18:23:47
31237         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
31238      Branch: perl
31239            ! embed.pl pod/perlapi.pod utf8.c
31240 ____________________________________________________________________________
31241 [  8022] By: jhi                                   on 2000/12/07  04:13:51
31242         Log: Integrate perlio.
31243      Branch: perl
31244           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
31245           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
31246           !> win32/makefile.mk
31247 ____________________________________________________________________________
31248 [  8021] By: nick                                  on 2000/12/07  00:28:14
31249         Log: Various attempts at MSVC debug - not sure what has
31250              changed but works now. 
31251              Seems atexit() _may_ work for DLLs built with MSVC so don't
31252              call cleanup that way.
31253      Branch: perlio
31254            ! perlio.c win32/makefile.mk
31255 ____________________________________________________________________________
31256 [  8020] By: nick                                  on 2000/12/06  19:57:20
31257         Log: Integrate mainline
31258      Branch: perlio
31259           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
31260           !> (integrate 75 files)
31261 ____________________________________________________________________________
31262 [  8019] By: nick                                  on 2000/12/06  19:28:21
31263         Log: Add useperlio to config.vc
31264              Turn off binmode in config_H.PL
31265              Regen all the config_H.xx
31266              Attempt to get debugging build with MSVC.
31267      Branch: perlio
31268            ! win32/config.vc win32/config_H.bc win32/config_H.gc
31269            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
31270 ____________________________________________________________________________
31271 [  8018] By: nick                                  on 2000/12/06  19:21:57
31272         Log: Test various dup/external program options on all platforms.
31273      Branch: perlio
31274            ! t/io/dup.t
31275 ____________________________________________________________________________
31276 [  8017] By: nick                                  on 2000/12/06  19:20:47
31277         Log: Fix harness to be less picky
31278      Branch: perlio
31279            ! lib/Test/Harness.pm
31280 ____________________________________________________________________________
31281 [  8016] By: jhi                                   on 2000/12/06  16:45:12
31282         Log: Update Changes.
31283      Branch: perl
31284            ! Changes patchlevel.h
31285 ____________________________________________________________________________
31286 [  8015] By: jhi                                   on 2000/12/06  16:41:03
31287         Log: Test \x{...} with ord().
31288      Branch: perl
31289            ! t/op/ord.t
31290 ____________________________________________________________________________
31291 [  8014] By: jhi                                   on 2000/12/06  16:20:33
31292         Log: Test tweak because of #8013.
31293      Branch: perl
31294            ! t/lib/b.t
31295 ____________________________________________________________________________
31296 [  8013] By: jhi                                   on 2000/12/06  16:09:09
31297         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
31298              From: Michael G Schwern <schwern@pobox.com>
31299              Date: Tue, 5 Dec 2000 21:23:28 -0500
31300              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
31301              
31302              Carp::Heavy parts not very applicable because of recent changes.
31303      Branch: perl
31304            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
31305            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
31306            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
31307            ! lib/Exporter.pm lib/Exporter/Heavy.pm
31308            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
31309            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
31310            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
31311            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
31312            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
31313            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
31314            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
31315            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
31316            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
31317            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
31318            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
31319            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
31320            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
31321            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
31322            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
31323            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
31324            ! warnings.pl
31325 ____________________________________________________________________________
31326 [  8012] By: jhi                                   on 2000/12/06  15:22:38
31327         Log: Subject: [PATCH] Re: New harness is failing things
31328              From: Nick Ing-Simmons <nik@tiuk.ti.com>
31329              Date: Wed, 6 Dec 2000 13:00:30 GMT
31330              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
31331      Branch: perl
31332            ! lib/Test/Harness.pm
31333 ____________________________________________________________________________
31334 [  8011] By: jhi                                   on 2000/12/06  15:12:08
31335         Log: Subject: installhtml changes
31336              From: Michael Stevens <michael@etla.org>
31337              Date: Wed, 6 Dec 2000 13:15:53 +0000
31338              Message-ID: <20001206131553.A27317@firedrake.org>
31339      Branch: perl
31340            ! installhtml
31341 ____________________________________________________________________________
31342 [  8010] By: jhi                                   on 2000/12/06  15:06:05
31343         Log: Subject: the dTHR hits
31344              From: Michael Stevens <michael@etla.org>
31345              Date: Wed, 6 Dec 2000 12:06:03 +0000
31346              Message-ID: <20001206120603.A24581@firedrake.org>
31347              
31348              More, errrm, less dTHRs.
31349      Branch: perl
31350            ! bytecode.pl ext/B/B/C.pm
31351 ____________________________________________________________________________
31352 [  8009] By: jhi                                   on 2000/12/06  15:04:25
31353         Log: Subject: MakeMaker mailing list gone?
31354              From: Michael G Schwern <schwern@pobox.com>
31355              Date: Tue, 5 Dec 2000 19:29:59 -0500
31356              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
31357              
31358              The MakeMaker mailing list is dead, perlbug is the right
31359              address to report bugs.
31360      Branch: perl
31361            ! lib/ExtUtils/MakeMaker.pm
31362 ____________________________________________________________________________
31363 [  8008] By: jhi                                   on 2000/12/06  15:00:32
31364         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
31365              From: Michael G Schwern <schwern@pobox.com>
31366              Date: Tue, 5 Dec 2000 19:21:21 -0500
31367              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
31368              
31369              Add a default MANIFEST skip that ignores things like
31370              version control files, editor temporary files, and the Makefile.
31371      Branch: perl
31372            + lib/ExtUtils/MANIFEST.SKIP
31373            ! MANIFEST lib/ExtUtils/Manifest.pm
31374 ____________________________________________________________________________
31375 [  8007] By: jhi                                   on 2000/12/06  14:57:20
31376         Log: In Amiga more manual hackery of the scripts seems to be needed,
31377              from Jan-Erik Karlsson.  Why Configure does not get this right
31378              is unknown, may be shell-induced.
31379      Branch: perl
31380            ! README.amiga
31381 ____________________________________________________________________________
31382 [  8006] By: jhi                                   on 2000/12/05  23:53:12
31383         Log: Add TOPm1s to peek at the second topmost stack item.
31384      Branch: perl
31385            ! pp.h
31386 ____________________________________________________________________________
31387 [  8005] By: jhi                                   on 2000/12/05  23:13:55
31388         Log: Avaunt, you foul UTF-8 tests.
31389      Branch: perl
31390            ! t/op/ver.t t/pragma/utf8.t
31391 ____________________________________________________________________________
31392 [  8004] By: jhi                                   on 2000/12/05  23:09:54
31393         Log: Continue utf8 dispersal. 
31394      Branch: perl
31395            + t/op/concat.t
31396            ! MANIFEST t/pragma/utf8.t
31397 ____________________________________________________________________________
31398 [  8003] By: nick                                  on 2000/12/05  23:02:39
31399         Log: Integrate mainline.
31400      Branch: perlio
31401           +> t/op/length.t t/op/utf8decode.t
31402           !> (integrate 69 files)
31403 ____________________________________________________________________________
31404 [  8002] By: jhi                                   on 2000/12/05  22:59:28
31405         Log: Integrate perlio.
31406      Branch: perl
31407           !> iperlsys.h perl.c perlio.c win32/perllib.c
31408 ____________________________________________________________________________
31409 [  8001] By: nick                                  on 2000/12/05  22:07:52
31410         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
31411              - calloc/free suffer from damage on TerminateThread()
31412              - use PerlMemShared (as originally planned) now fixed
31413              - avoid doing anything important on DLL "detach".
31414      Branch: perlio
31415            ! perl.c perlio.c win32/perllib.c
31416 ____________________________________________________________________________
31417 [  8000] By: nick                                  on 2000/12/05  21:05:09
31418         Log: Fix gross PerlMemShared issue.
31419      Branch: perlio
31420            ! iperlsys.h
31421 ____________________________________________________________________________
31422 [  7999] By: jhi                                   on 2000/12/05  20:46:58
31423         Log: Test for Unicode (UTF-8) hash keys.
31424      Branch: perl
31425            ! t/op/each.t
31426 ____________________________________________________________________________
31427 [  7998] By: jhi                                   on 2000/12/05  20:30:35
31428         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
31429              is now always UTF-8), empty line cosmetics.
31430      Branch: perl
31431            ! t/pragma/utf8.t
31432 ____________________________________________________________________________
31433 [  7997] By: jhi                                   on 2000/12/05  20:15:40
31434         Log: Subject: Re: STRLEN - what?
31435              From: Andy Dougherty <doughera@lafayette.edu>
31436              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
31437              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
31438              
31439              Explain STRLEN.
31440      Branch: perl
31441            ! pod/perlguts.pod
31442 ____________________________________________________________________________
31443 [  7996] By: jhi                                   on 2000/12/05  20:13:34
31444         Log: Split off the UTF-8 decoder tests, make them to check also
31445              the error message.
31446      Branch: perl
31447            + t/op/utf8decode.t
31448            ! MANIFEST t/pragma/utf8.t utf8.c
31449 ____________________________________________________________________________
31450 [  7995] By: jhi                                   on 2000/12/05  16:39:47
31451         Log: Start migrating bits of pragma/utf8 to elsewhere
31452              (since the long term plan is to obsolete 'use utf8').
31453      Branch: perl
31454            + t/op/length.t
31455            ! MANIFEST t/pragma/utf8.t
31456 ____________________________________________________________________________
31457 [  7994] By: jhi                                   on 2000/12/05  16:30:21
31458         Log: Fix a manual edit typo from #7993, fix the message formatting
31459              for Unicode, add few our declarations.
31460      Branch: perl
31461            ! lib/Carp/Heavy.pm
31462 ____________________________________________________________________________
31463 [  7993] By: jhi                                   on 2000/12/05  16:09:15
31464         Log: Subject: Need help with warnings :-(
31465              From: "Ben Tilly" <ben_tilly@hotmail.com>
31466              Date: Tue, 05 Dec 2000 01:35:54 -0500
31467              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
31468              
31469              Subject: UPDATE: Carp/Heavy now passes all tests
31470              From: "Ben Tilly" <ben_tilly@hotmail.com>
31471              Date: Tue, 05 Dec 2000 07:59:41 -0500
31472              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
31473              
31474              The Brave New Carp.
31475      Branch: perl
31476            ! lib/Carp.pm lib/Carp/Heavy.pm
31477 ____________________________________________________________________________
31478 [  7992] By: jhi                                   on 2000/12/05  15:55:08
31479         Log: Subject: [PATCH perl@7979] cygwin port
31480              From: "Eric Fifer" <efifer@dircon.co.uk>
31481              Date: Tue, 5 Dec 2000 14:04:09 -0000
31482              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
31483      Branch: perl
31484            ! t/lib/net-hostent.t
31485 ____________________________________________________________________________
31486 [  7991] By: jhi                                   on 2000/12/05  15:52:34
31487         Log: Subject: Re: [PATCH] The largest hoax of all times?
31488              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31489              Date: Tue, 5 Dec 2000 00:40:25 -0500
31490              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
31491              
31492              Subject: Re: [PATCH] The largest hoax of all times?
31493              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31494              Date: Mon, 4 Dec 2000 23:55:53 -0500
31495              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
31496              
31497              Subject: Re: [PATCH] The largest hoax of all times?
31498              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31499              Date: Tue, 5 Dec 2000 01:28:45 -0500
31500              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
31501              
31502              Fix the unpredictable order of DESTROYs.
31503      Branch: perl
31504            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
31505            ! sv.c sv.h t/op/ref.t
31506 ____________________________________________________________________________
31507 [  7990] By: jhi                                   on 2000/12/05  14:38:53
31508         Log: Subject: [PATCH] shrink pp_hot fractionally
31509              From: Nicholas Clark <nick@ccl4.org>
31510              Date: Tue, 5 Dec 2000 12:44:31 +0000
31511              Message-ID: <20001205124431.E74518@plum.flirble.org>
31512              
31513              Use report_evil_fh().
31514      Branch: perl
31515            ! opcode.pl opnames.h pp_hot.c util.c
31516 ____________________________________________________________________________
31517 [  7989] By: jhi                                   on 2000/12/05  14:21:27
31518         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
31519              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
31520              Date: Mon, 04 Dec 2000 22:21:59 -0800
31521              Message-ID: <HmIL6gzkgepS092yn@efn.org>
31522              
31523              Harness shouldn't ignore responses like "ok 3\r\r\n".
31524      Branch: perl
31525            ! lib/Test/Harness.pm
31526 ____________________________________________________________________________
31527 [  7988] By: jhi                                   on 2000/12/05  13:51:28
31528         Log: Integrate the "skip" messages to explain().
31529      Branch: perl
31530            ! t/lib/syslfs.t t/op/lfs.t
31531 ____________________________________________________________________________
31532 [  7987] By: jhi                                   on 2000/12/05  12:34:54
31533         Log: The one that got away in #7984.
31534              
31535              Subject: Re: dTHR - what and why?
31536              From: Michael Stevens <michael@etla.org> 
31537              Date: Tue, 5 Dec 2000 11:15:52 +0000
31538              Message-ID: <20001205111552.A4647@firedrake.org>
31539      Branch: perl
31540            ! sv.h
31541 ____________________________________________________________________________
31542 [  7986] By: gsar                                  on 2000/12/05  09:14:44
31543         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
31544              due to the notorious GetFileType() bug in Windows 9x, which fstat()
31545              tickles)
31546      Branch: perl
31547            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
31548 ____________________________________________________________________________
31549 [  7985] By: jhi                                   on 2000/12/05  05:49:03
31550         Log: Integrate perlio.
31551      Branch: perl
31552           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
31553           !> win32/perlhost.h win32/perllib.c
31554 ____________________________________________________________________________
31555 [  7984] By: jhi                                   on 2000/12/05  05:48:16
31556         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
31557      Branch: perl
31558            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
31559            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
31560            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
31561            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
31562            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
31563            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
31564            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
31565            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
31566            ! win32/win32.c
31567 ____________________________________________________________________________
31568 [  7983] By: nick                                  on 2000/12/04  23:27:43
31569         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
31570      Branch: perlio
31571            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
31572            ! win32/perlhost.h win32/perllib.c
31573 ____________________________________________________________________________
31574 [  7982] By: jhi                                   on 2000/12/04  19:44:09
31575         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
31576              uncovered by #7980.
31577      Branch: perl
31578            ! op.c
31579 ____________________________________________________________________________
31580 [  7981] By: jhi                                   on 2000/12/04  19:42:07
31581         Log: Subject: [PATCH] Trivial dump.c feature
31582              From: Simon Cozens <simon@cozens.net>
31583              Date: Mon, 4 Dec 2000 18:08:38 +0000
31584              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
31585              
31586              Show whether a constant is UTF-8.
31587      Branch: perl
31588            ! dump.c
31589 ____________________________________________________________________________
31590 [  7980] By: jhi                                   on 2000/12/04  19:36:51
31591         Log: UTF-8 hash keys, patch from Inaba Hiroto.
31592      Branch: perl
31593            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
31594 ____________________________________________________________________________
31595 [  7979] By: jhi                                   on 2000/12/04  17:36:28
31596         Log: Update Changes.
31597      Branch: perl
31598            ! Changes patchlevel.h
31599 ____________________________________________________________________________
31600 [  7978] By: jhi                                   on 2000/12/04  16:42:17
31601         Log: Retract #7977, still too volatile (the euphemism of the day
31602              for unfinished and buggy :-)
31603      Branch: perl
31604            ! doop.c hv.c pp.c sv.h
31605 ____________________________________________________________________________
31606 [  7977] By: jhi                                   on 2000/12/04  16:25:15
31607         Log: (Retracted by #7978, too shaky yet.)
31608              
31609              Subject: Re: utf8 in hash keys, implementor missing
31610              From: Simon Cozens <simon@cozens.net>
31611              Date: Sat, 2 Dec 2000 19:49:35 +0000
31612              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
31613              
31614              The first step at UTF-8 hash keys.
31615      Branch: perl
31616            ! doop.c hv.c pp.c sv.h
31617 ____________________________________________________________________________
31618 [  7976] By: jhi                                   on 2000/12/04  16:13:53
31619         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
31620              From: sthoenna@efn.org
31621              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
31622              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
31623      Branch: perl
31624            ! os2/os2.c perlio.c
31625 ____________________________________________________________________________
31626 [  7975] By: jhi                                   on 2000/12/04  16:05:25
31627         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
31628              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
31629              Date: Thu, 30 Nov 2000 20:50:37 -0800
31630              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
31631      Branch: perl
31632            ! os2/os2.c
31633 ____________________________________________________________________________
31634 [  7974] By: jhi                                   on 2000/12/04  16:03:57
31635         Log: Subject: [PATCH] ++ 20% faster
31636              From: Nicholas Clark <nick@ccl4.org>
31637              Date: Mon, 4 Dec 2000 12:17:27 +0000
31638              Message-ID: <20001204121726.B52976@plum.flirble.org>
31639              
31640              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
31641      Branch: perl
31642            ! sv.c
31643 ____________________________________________________________________________
31644 [  7973] By: jhi                                   on 2000/12/04  16:00:48
31645         Log: 
31646              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
31647              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
31648              Date: Mon, 04 Dec 2000 12:30:45 +0100
31649              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
31650              
31651              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
31652              library (getprotobyname and getprotobynumber are outversioned by
31653              the same calls in libc, at least for xlc version 3.
31654      Branch: perl
31655            ! hints/aix.sh
31656 ____________________________________________________________________________
31657 [  7972] By: jhi                                   on 2000/12/04  02:58:31
31658         Log: Integrate perlio.
31659      Branch: perl
31660           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
31661           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
31662           !> win32/win32.h win32/win32iop.h win32/win32thread.h
31663 ____________________________________________________________________________
31664 [  7971] By: nick                                  on 2000/12/04  00:24:33
31665         Log: Quieten some noise in Win32 builds:
31666              - win32.h is included after <sys/socket.h>, so need to 
31667              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
31668              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
31669      Branch: perlio
31670            ! doio.c perl.h toke.c win32/win32.h
31671 ____________________________________________________________________________
31672 [  7970] By: nick                                  on 2000/12/03  22:57:46
31673         Log: PERL_IMPLICIT_SYS compiles but does not work.
31674      Branch: perlio
31675            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
31676            ! win32/perlhost.h win32/perllib.c win32/win32.h
31677            ! win32/win32iop.h win32/win32thread.h
31678 ____________________________________________________________________________
31679 [  7969] By: jhi                                   on 2000/12/03  22:12:58
31680         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
31681              used to swash_init(), makes regprop() dumps more informative
31682              (+utf8::IsAlpha, -utf8::IsDigit, for example).
31683      Branch: perl
31684            ! regcomp.c regexec.c
31685 ____________________________________________________________________________
31686 [  7968] By: jhi                                   on 2000/12/03  21:39:56
31687         Log: Implement ANYOFUTF8 regprop() dumping.
31688      Branch: perl
31689            ! regcomp.c
31690 ____________________________________________________________________________
31691 [  7967] By: jhi                                   on 2000/12/03  20:57:19
31692         Log: Make uv_to_utf8() to zero-terminate its output buffer,
31693              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
31694      Branch: perl
31695            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
31696 ____________________________________________________________________________
31697 [  7966] By: nick                                  on 2000/12/03  18:41:21
31698         Log: Integrate mainline (STDCHAR)
31699      Branch: perlio
31700           !> Configure t/pragma/utf8.t
31701 ____________________________________________________________________________
31702 [  7965] By: jhi                                   on 2000/12/03  17:58:20
31703         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
31704      Branch: perl
31705            ! t/pragma/utf8.t
31706 ____________________________________________________________________________
31707 [  7964] By: jhi                                   on 2000/12/03  17:35:56
31708         Log: Integrate perlio.
31709      Branch: perl
31710           !> iperlsys.h perlio.c
31711 ____________________________________________________________________________
31712 [  7963] By: jhi                                   on 2000/12/03  17:33:55
31713         Log: Metaconfig unit change for #7962.
31714      Branch: metaconfig
31715            ! U/modified/stdchar.U
31716 ____________________________________________________________________________
31717 [  7962] By: jhi                                   on 2000/12/03  17:33:27
31718         Log: Untangle the <stdio.h> #include nest for the stdchar test,
31719              from Andy Dougherty.
31720      Branch: perl
31721            ! Configure
31722 ____________________________________________________________________________
31723 [  7961] By: nick                                  on 2000/12/03  16:53:00
31724         Log: Make iperlsys.h vector stdio not PerlIO.
31725      Branch: perlio
31726            ! iperlsys.h perlio.c
31727 ____________________________________________________________________________
31728 [  7960] By: nick                                  on 2000/12/03  14:43:01
31729         Log: Integrate mainline
31730      Branch: perlio
31731           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
31732           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
31733 ____________________________________________________________________________
31734 [  7959] By: jhi                                   on 2000/12/03  08:16:36
31735         Log: Use DO_UTF8().
31736      Branch: perl
31737            ! op.c
31738 ____________________________________________________________________________
31739 [  7958] By: jhi                                   on 2000/12/02  18:33:05
31740         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
31741              From: Mike Guy <mjtg@cam.ac.uk>         
31742              Date: Sat, 02 Dec 2000 17:27:13 +0000
31743              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
31744              
31745              An extraneous argument.
31746      Branch: perl
31747            ! toke.c
31748 ____________________________________________________________________________
31749 [  7957] By: jhi                                   on 2000/12/02  18:22:32
31750         Log: A missing hunk.
31751      Branch: perl
31752            ! t/lib/net-hostent.t
31753 ____________________________________________________________________________
31754 [  7956] By: jhi                                   on 2000/12/02  18:06:20
31755         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
31756              From: Nicholas Clark <nick@ccl4.org>
31757              Date: Sat, 2 Dec 2000 14:28:27 +0000
31758              Message-ID: <20001202142827.A12308@plum.flirble.org>
31759              
31760              Test robustness.
31761      Branch: perl
31762            ! t/lib/net-hostent.t
31763 ____________________________________________________________________________
31764 [  7955] By: jhi                                   on 2000/12/02  17:58:06
31765         Log: Metaconfig unit change for #7954.
31766      Branch: metaconfig
31767            ! U/modified/stdchar.U
31768 ____________________________________________________________________________
31769 [  7954] By: jhi                                   on 2000/12/02  17:54:32
31770         Log: An inconvenient hang would happen if the stdio _ptr wasn't
31771              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
31772              would be grepping stdin for all eternity for the _ptr.)
31773      Branch: perl
31774            ! Configure
31775 ____________________________________________________________________________
31776 [  7953] By: jhi                                   on 2000/12/02  00:07:15
31777         Log: Update Changes.
31778      Branch: perl
31779            ! Changes patchlevel.h
31780 ____________________________________________________________________________
31781 [  7952] By: jhi                                   on 2000/12/01  23:54:47
31782         Log: Subject: Re: long shell lines
31783              From: Andy Dougherty <doughera@lafayette.edu>
31784              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
31785              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
31786              
31787              Split overly long shell command lines.
31788      Branch: perl
31789            ! lib/ExtUtils/MM_Unix.pm
31790 ____________________________________________________________________________
31791 [  7951] By: jhi                                   on 2000/12/01  23:48:02
31792         Log: The metaconfig unit change for #7950.
31793      Branch: metaconfig
31794            + U/modified/stdchar.U
31795 ____________________________________________________________________________
31796 [  7950] By: jhi                                   on 2000/12/01  23:47:39
31797         Log: Try to find stdchar also from <stdio_impl.h>.
31798      Branch: perl
31799            ! Configure config_h.SH
31800 ____________________________________________________________________________
31801 [  7949] By: jhi                                   on 2000/12/01  23:46:45
31802         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
31803              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
31804              Date: Fri, 1 Dec 2000 16:26:08 -0500
31805              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
31806              
31807              Reword the diagnostic message.
31808      Branch: perl
31809            ! pod/perldiag.pod
31810 ____________________________________________________________________________
31811 [  7948] By: nick                                  on 2000/12/01  22:49:43
31812         Log: Integrate mainline (for s/y/m as sub names stuff).
31813      Branch: perlio
31814           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
31815           !> t/pragma/warn/toke toke.c
31816 ____________________________________________________________________________
31817 [  7947] By: jhi                                   on 2000/12/01  20:55:41
31818         Log: Integrate perlio.
31819      Branch: perl
31820           !> perlio.c perliol.h t/io/pipe.t
31821 ____________________________________________________________________________
31822 [  7946] By: jhi                                   on 2000/12/01  20:36:51
31823         Log: Upgrade to CPAN 1.59_51, from Andreas König.
31824      Branch: perl
31825            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
31826 ____________________________________________________________________________
31827 [  7945] By: nick                                  on 2000/12/01  20:31:32
31828         Log: Integrate mainline
31829      Branch: perlio
31830           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
31831           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
31832           +> t/lib/net-hostent.t
31833           !> (integrate 35 files)
31834 ____________________________________________________________________________
31835 [  7944] By: jhi                                   on 2000/12/01  20:23:29
31836         Log: Some help for 20001130.011.  Now one gets warnings like
31837              "Ambiguous -f() resolved as a file test ..."
31838      Branch: perl
31839            ! pod/perldiag.pod t/pragma/warn/toke toke.c
31840 ____________________________________________________________________________
31841 [  7943] By: jhi                                   on 2000/12/01  19:44:44
31842         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
31843              that also breaks using them as methods. 
31844      Branch: perl
31845            ! pod/perldiag.pod t/op/misc.t toke.c
31846 ____________________________________________________________________________
31847 [  7942] By: nick                                  on 2000/12/01  17:56:46
31848         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
31849              Make 'unix' pass most tests
31850              - do unread by temporary push of layer ("pending") holding unread chars
31851              - fast_gets is now based on per-handle flag
31852              - relax one of io/pipe.t tests to allow print to fail and close to
31853              succeed so that it passes on unbuffered "unix" layer.
31854              Remaining fail is sporadic and a genuine race condition between
31855              parent/child in fork test.
31856      Branch: perlio
31857            ! perlio.c perliol.h t/io/pipe.t
31858 ____________________________________________________________________________
31859 [  7941] By: jhi                                   on 2000/12/01  15:28:58
31860         Log: (Retracted by #7943.)
31861              
31862              Reserve the short named string operator names.
31863      Branch: perl
31864            ! pod/perldiag.pod t/op/misc.t toke.c
31865 ____________________________________________________________________________
31866 [  7940] By: jhi                                   on 2000/12/01  06:45:53
31867         Log: Get the three different space character classes right under utf8.
31868      Branch: perl
31869            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
31870            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
31871            ! regexec.c t/op/pat.t utf8.c
31872 ____________________________________________________________________________
31873 [  7939] By: jhi                                   on 2000/12/01  03:26:26
31874         Log: Two more tests that make no sense in UTF-8 since the test
31875              data is not in UTF-8.
31876      Branch: perl
31877            ! t/op/regexp.t
31878 ____________________________________________________________________________
31879 [  7938] By: jhi                                   on 2000/12/01  03:20:39
31880         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
31881              should it be required inside regexen?
31882      Branch: perl
31883            ! regcomp.c t/op/regmesg.t
31884 ____________________________________________________________________________
31885 [  7937] By: jhi                                   on 2000/12/01  02:58:53
31886         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
31887              stored and restored, and thusly was trounced by the utf8 swash
31888              routines.
31889      Branch: perl
31890            ! regcomp.c
31891 ____________________________________________________________________________
31892 [  7936] By: jhi                                   on 2000/11/30  20:41:39
31893         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
31894              Why the different platforms behave so differently (core dump vs
31895              no core dump) on this bug is a but of a mystery, but if I had to
31896              guess I would mumble something like 'alignment'.
31897      Branch: perl
31898            ! sv.c
31899 ____________________________________________________________________________
31900 [  7935] By: jhi                                   on 2000/11/30  16:17:02
31901         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
31902              From: Robin Barker <rmb1@cise.npl.co.uk>
31903              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
31904              Date: Thu, 30 Nov 2000 14:27:12 GMT
31905      Branch: perl
31906            ! perlio.c toke.c
31907 ____________________________________________________________________________
31908 [  7934] By: jhi                                   on 2000/11/30  16:04:49
31909         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
31910      Branch: perl
31911            ! t/lib/net-hostent.t
31912 ____________________________________________________________________________
31913 [  7933] By: jhi                                   on 2000/11/30  06:07:26
31914         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
31915              From: Peter Prymmer <pvhp@forte.com>
31916              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
31917              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
31918              
31919              In VMS the localhost may be LOCALHOST.
31920      Branch: perl
31921            ! t/lib/net-hostent.t
31922 ____________________________________________________________________________
31923 [  7932] By: jhi                                   on 2000/11/30  01:11:11
31924         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
31925              From: Peter Prymmer <pvhp@forte.com>
31926              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
31927              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
31928              
31929              plus regen perlapi.pod.
31930      Branch: perl
31931            ! pod/perlapi.pod utf8.c
31932 ____________________________________________________________________________
31933 [  7931] By: jhi                                   on 2000/11/30  01:06:19
31934         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
31935              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
31936              Date:     Wed, 29 Nov 2000 17:15:11 EST
31937              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
31938      Branch: perl
31939            ! t/lib/filter-util.pl t/lib/filter-util.t
31940 ____________________________________________________________________________
31941 [  7930] By: jhi                                   on 2000/11/29  18:51:55
31942         Log: Update Changes.
31943      Branch: perl
31944            ! Changes patchlevel.h
31945 ____________________________________________________________________________
31946 [  7929] By: jhi                                   on 2000/11/29  18:50:55
31947         Log: Update the va_copy() metaconfig unit.
31948      Branch: metaconfig/U/perl
31949            ! need_va_copy.U
31950 ____________________________________________________________________________
31951 [  7928] By: jhi                                   on 2000/11/29  17:50:43
31952         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
31953              From: Dominic Dunlop <domo@computer.org>
31954              Date: Tue, 28 Nov 2000 16:41:57 +0100
31955              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
31956              
31957              Patch to catch a core dump in the Configure va_copy test.
31958      Branch: perl
31959            ! Configure config_h.SH
31960 ____________________________________________________________________________
31961 [  7927] By: jhi                                   on 2000/11/29  17:31:59
31962         Log: Retract #7921, the patch shouldn't be needed.
31963      Branch: perl
31964            ! sv.c
31965 ____________________________________________________________________________
31966 [  7926] By: jhi                                   on 2000/11/29  17:01:41
31967         Log: Make the Class::Struct import() wiser.
31968      Branch: perl
31969            ! lib/Class/Struct.pm t/lib/class-struct.t
31970 ____________________________________________________________________________
31971 [  7925] By: jhi                                   on 2000/11/29  16:36:33
31972         Log: All the core library users of Class::Struct seem to be
31973              using "use Class::Struct 'struct';" instead of the bare
31974              "use Class::Struct;", which isn't documented in Class::Struct.
31975              This can't be right.
31976      Branch: perl
31977            ! lib/File/stat.pm
31978 ____________________________________________________________________________
31979 [  7924] By: jhi                                   on 2000/11/29  16:32:15
31980         Log: A test works better if it has the right 1..$n output.
31981      Branch: perl
31982            ! t/lib/class-struct.t
31983 ____________________________________________________________________________
31984 [  7923] By: jhi                                   on 2000/11/29  16:29:11
31985         Log: Forgot to MANIFEST the new Net::hostent test.
31986      Branch: perl
31987            ! MANIFEST
31988 ____________________________________________________________________________
31989 [  7922] By: jhi                                   on 2000/11/29  16:27:49
31990         Log: Integrate perlio.
31991      Branch: perl
31992           !> iperlsys.h perlio.c
31993 ____________________________________________________________________________
31994 [  7921] By: jhi                                   on 2000/11/29  16:27:10
31995         Log: (Retracted by #7927.)
31996              
31997              Subject: [PATCH] Is infinity a number?
31998              From: Simon Cozens <simon@cozens.net>
31999              Date: Wed, 29 Nov 2000 14:48:20 +0000
32000              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
32001      Branch: perl
32002            ! sv.c
32003 ____________________________________________________________________________
32004 [  7920] By: jhi                                   on 2000/11/29  16:23:02
32005         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
32006              From: rspier@pobox.com (Robert Spier)
32007              Date: Wed, 29 Nov 2000 02:17:49 -0500
32008              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
32009              
32010              Add a test for Net::hostent.
32011      Branch: perl
32012            + t/lib/net-hostent.t
32013 ____________________________________________________________________________
32014 [  7919] By: jhi                                   on 2000/11/29  16:21:31
32015         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
32016              add a test for Class::Struct.
32017      Branch: perl
32018            + t/lib/class-struct.t
32019            ! MANIFEST lib/Class/Struct.pm
32020 ____________________________________________________________________________
32021 [  7918] By: jhi                                   on 2000/11/29  15:48:40
32022         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
32023              From: rspier@pobox.com (Robert Spier)
32024              Date: Wed, 29 Nov 2000 02:25:39 -0500
32025              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
32026              
32027              More checking in case someone has broken their services or
32028              protocol databases.
32029      Branch: perl
32030            ! ext/Sys/Syslog/Syslog.pm
32031 ____________________________________________________________________________
32032 [  7917] By: jhi                                   on 2000/11/29  15:46:25
32033         Log: Subject: [PATCH] $^O  win32 -> MSWin32
32034              From: rspier@pobox.com (Robert Spier)
32035              Date: Wed, 29 Nov 2000 02:17:38 -0500
32036              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
32037              
32038              plus similar nits for vms, err, VMS, and UNICOS.
32039      Branch: perl
32040            ! t/lib/syslfs.t t/op/lfs.t
32041 ____________________________________________________________________________
32042 [  7916] By: jhi                                   on 2000/11/29  15:42:51
32043         Log: Subject: [PATCH] Tokeniser debugging
32044              From: Simon Cozens <simon@cozens.net>
32045              Date: Wed, 29 Nov 2000 14:15:45 +0000
32046              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
32047      Branch: perl
32048            ! perl.c perl.h pod/perlrun.pod toke.c
32049 ____________________________________________________________________________
32050 [  7915] By: jhi                                   on 2000/11/29  15:41:36
32051         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
32052              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32053              Date: Wed, 29 Nov 2000 02:13:14 -0500
32054              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
32055              
32056              OUT keyword nits.
32057              
32058              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
32059              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32060              Date: Wed, 29 Nov 2000 03:09:04 -0500
32061              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
32062              
32063              OUT and IN_OUT documentation.
32064      Branch: perl
32065            ! lib/ExtUtils/xsubpp pod/perlxs.pod
32066 ____________________________________________________________________________
32067 [  7914] By: jhi                                   on 2000/11/29  03:35:01
32068         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
32069              From: John Tobey <jtobey@john-edwin-tobey.org>
32070              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
32071              Message-Id: <m140e1N-000FOoC@feynman.localnet>
32072              
32073              plus a performance speedup noticed by Sarathy.
32074      Branch: perl
32075            ! op.c
32076 ____________________________________________________________________________
32077 [  7913] By: jhi                                   on 2000/11/29  03:16:59
32078         Log: Use "1 while unlink" so that VMS gets clean, too.
32079      Branch: perl
32080            ! t/lib/filter-util.t
32081 ____________________________________________________________________________
32082 [  7912] By: jhi                                   on 2000/11/29  03:09:08
32083         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
32084              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32085              Date: Tue, 28 Nov 2000 03:27:09 -0500
32086              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
32087      Branch: perl
32088            ! lib/ExtUtils/xsubpp
32089 ____________________________________________________________________________
32090 [  7911] By: jhi                                   on 2000/11/29  03:06:30
32091         Log: This should have been part of #7872: no need to scan UTF-8
32092              until eternity.
32093      Branch: perl
32094            ! utf8.c
32095 ____________________________________________________________________________
32096 [  7910] By: jhi                                   on 2000/11/29  02:50:04
32097         Log: One more perltie.pod nit from Casey R. Tweten.
32098      Branch: perl
32099            ! pod/perltie.pod
32100 ____________________________________________________________________________
32101 [  7909] By: jhi                                   on 2000/11/29  02:44:23
32102         Log: Document the known sprintf test failures, exact standard
32103              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
32104      Branch: perl
32105            ! pod/perldelta.pod t/op/sprintf.t
32106 ____________________________________________________________________________
32107 [  7908] By: jhi                                   on 2000/11/29  02:36:23
32108         Log: Add the Encoding table format documentation.
32109      Branch: perl
32110            + ext/Encode/Encode/EncodeFormat.pod
32111            ! MANIFEST
32112 ____________________________________________________________________________
32113 [  7907] By: jhi                                   on 2000/11/29  02:07:24
32114         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
32115              From: "Casey R. Tweten" <crt@kiski.net>
32116              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
32117              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
32118              
32119              Subject: Re: [PATCH] Updating perltie.pod for arrays
32120              From: "Casey R. Tweten" <crt@kiski.net>
32121              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
32122              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
32123      Branch: perl
32124            ! pod/perltie.pod
32125 ____________________________________________________________________________
32126 [  7906] By: nick                                  on 2000/11/28  22:40:59
32127         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
32128      Branch: perlio
32129            ! iperlsys.h perlio.c
32130 ____________________________________________________________________________
32131 [  7905] By: nick                                  on 2000/11/28  22:04:34
32132         Log: Integrate mainline
32133      Branch: perlio
32134           !> (integrate 39 files)
32135 ____________________________________________________________________________
32136 [  7904] By: jhi                                   on 2000/11/28  16:44:43
32137         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
32138              From: Nicholas Clark <nick@babyhippo.co.uk>
32139              Date: Tue, 28 Nov 2000 11:16:57 +0000
32140              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
32141      Branch: perl
32142            ! pod/perlipc.pod
32143 ____________________________________________________________________________
32144 [  7903] By: jhi                                   on 2000/11/28  16:40:31
32145         Log: Subject: [PATCH] Updating perltie.pod for arrays
32146              From: "Casey R. Tweten" <crt@kiski.net>
32147              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
32148              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
32149      Branch: perl
32150            ! pod/perltie.pod
32151 ____________________________________________________________________________
32152 [  7902] By: jhi                                   on 2000/11/28  16:39:37
32153         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
32154              From: Robin Barker <rmb1@cise.npl.co.uk>
32155              Date: Mon, 27 Nov 2000 17:56:44 GMT
32156              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
32157      Branch: perl
32158            ! pod/perlfunc.pod t/op/split.t
32159 ____________________________________________________________________________
32160 [  7901] By: jhi                                   on 2000/11/28  16:28:04
32161         Log: setmode() is a DOSish-only thing.
32162      Branch: perl
32163            ! perlio.c
32164 ____________________________________________________________________________
32165 [  7900] By: jhi                                   on 2000/11/28  16:21:46
32166         Log: Subject: [PATCH] perlcc.PL cleanups
32167              From: Simon Cozens <simon@cozens.net>
32168              Date: Tue, 28 Nov 2000 12:44:35 +0000
32169              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
32170      Branch: perl
32171            ! utils/perlcc.PL
32172 ____________________________________________________________________________
32173 [  7899] By: gsar                                  on 2000/11/28  06:32:55
32174         Log: reintegrate files missed by change#7895
32175      Branch: maint-5.6/perl
32176           +> ext/ByteLoader/bytecode.h utils/Makefile
32177            - utils/perlbc.PL
32178 ____________________________________________________________________________
32179 [  7897] By: gsar                                  on 2000/11/27  18:22:47
32180         Log: can't integrate these two files, for some reason
32181      Branch: maint-5.6/perl
32182            - ext/ByteLoader/bytecode.h utils/Makefile
32183 ____________________________________________________________________________
32184 [  7895] By: gsar                                  on 2000/11/27  18:11:21
32185         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
32186              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
32187              6757..6890,6892..6901 from mainline
32188              
32189              Bytecompiler patches from Benjamin Stuhl.
32190              
32191              More bytecompiler.
32192              
32193              Subject: [PATCH blead] B:: missing dependency
32194              
32195              Subject: [PATCH: 6757] configure.com updates and syslog build
32196              
32197              Long double Gconvert fixes from Yitzchak Scott-Thoennes
32198              and Spider Boardman.
32199              
32200              Subject: [PATCH blead] nextchar() abuse misses an optimisation
32201              
32202              Long double fixes from Spider Boardman.
32203              
32204              Make the selection of NVff et al stricter.
32205              
32206              cSVOPo_*v things index into the current PL_curpad
32207              under ithreads, which is different from the curpad
32208              used by the XSUB.  (In other words, the code as-is
32209              before this patch wouldn't work under ithreads.)
32210              
32211              Be portable.
32212              
32213              VMS MMS (make) wants null action.
32214              
32215              Mac and other portability updates from Chris Nandor.
32216              
32217              Storable support, v-version fixes.
32218              Subject: CPAN.pm beta for testing available
32219              
32220              Portability fix from Hugo van der Sanden.
32221              
32222              Bad makefile.
32223              
32224              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
32225              
32226              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
32227              
32228              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
32229              
32230              Replace #6705 with a minimal doc patch.
32231              Subject: [PATCH 5.6.0] replace change #6705
32232              
32233              Drop the separate perlbc, perlcc -b should be enough.
32234              
32235              installperl couldn't tell whether it had run tests or not.
32236              Subject: [PATCH] Re: installperl and t/TEST
32237              
32238              Add silencer flags to installperl.
32239              Subject: [PATCH] Making installperl silent.
32240              
32241              Make "make install" by default silent.  A new "install-verbose"
32242              target is verbose.
32243              
32244              More liberal parsing of version numbers.
32245              Subject: Re: CPAN.pm beta for testing available
32246              
32247              Create directories in silence.
32248              Subject: [PATCH] Another silencer for MakeMaker
32249              
32250              DOS patches and portability/porting notes, from Tim Jenness.
32251              
32252              Make installman to recognize the silence flag -S.
32253              
32254              Actually do something with the silencer option.
32255              
32256              Continue silencing.
32257              
32258              Show the doc file, not the temp file.
32259              
32260              Regen perltoc.
32261              
32262              Subject: [PATCH] More silencing of installman.
32263              
32264              Better wording for the vec lvalue diagnostic.
32265              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
32266              
32267              Subject: [PATCH: 6805] several more tweaks to configure.com
32268              
32269              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
32270              
32271              Missing parts of 
32272              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
32273              
32274              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
32275              (applied slightly modified)
32276              
32277              installperl --verbose and --silent.
32278              Subject: Re: [PATCH] More silencing of installman.
32279              
32280              Add install-silent target.
32281              
32282              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
32283              the problem reported in
32284              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
32285              
32286              Tweak the sfio/useperlio logic, hopefully as wished in
32287              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
32288              
32289              One forgotten file from #6816.
32290              
32291              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
32292              
32293              Remove duplicately applied patch shards.
32294              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
32295              
32296              Support preserving extremely big/small angles.
32297              
32298              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
32299              
32300              Subject: [PATCH] installation not quite silent yet.
32301              
32302              Update the test count.
32303              
32304              Use UVxf, PTR2UV, NVff.
32305              
32306              Document PTR2XX and INT2PTR.
32307              
32308              no-install target a la make -n.
32309              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
32310              
32311              grep -e isn't portable.
32312              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
32313              
32314              Can't get the test to reliably work thanks to the
32315              inaccurateness of floating point.  "Resolves" bug ids
32316              20000826.003, 20000826.009, 20000826.010,
32317              
32318              Subject: installman buglet
32319              
32320              DJGPP update from Laszlo Molnar.
32321              
32322              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
32323              
32324              Passing -R in ldflags makes now it to appear in the default
32325              for lddlflags, just like with -L.
32326              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
32327              
32328              Test nit.
32329              
32330              Use the actual thread type, not the pointer-to-struct.
32331              
32332              Provice virtual $Config{ccflags_nolargefiles} etc. 
32333              
32334              display_format used as a class method without arguments was broken,
32335              reported in
32336              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
32337              
32338              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
32339              
32340              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
32341              
32342              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
32343              
32344              opmini.o may be left around if a build is interrupted.
32345              
32346              Typo in #6858.
32347              
32348              Fix for ID 20000828.001, long doubles were not formatted
32349              correctly (showed up in $], which stopped installing perl).
32350              
32351              An attempt to fix the problem reported in
32352              Subject: Building perl@6856 using gcc/AIX 4.3.3 
32353              I can't test this properly since the gcc installation I have
32354              access to seems to be botched (gcc is calling the AIX cpp,
32355              a losing proposition...)
32356              
32357              Add -ld to archname on long tr...double platforms.
32358              
32359              Subject: hv.h Doc Patch
32360              
32361              Potential cruft.
32362              
32363              Subject: [PATCH bleedperl@6856] warnings fixes
32364              
32365              -S is the silent flag, -s is the strip flag.
32366              Subject: [PATCH] Re: [PATCH] make no-install          
32367              
32368              Take out the SUIDMAIL thing, that will not be
32369              a problem in 5.7.*.
32370              
32371              Subject: [PATCH bleedperl@6866] spellings
32372              
32373              Subject: [PATCH] Re: files not cleaned even by veryclean
32374              
32375              Use minimal @INC in tests, most of the time just '../lib',
32376              so that we simply can't pick up stuff from other Perls than
32377              the one we are testing.  Pointed out by
32378              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
32379              
32380              Update to Getopt::Long 2.24, from Johan Vromans.
32381              
32382              Fix for thinko in #6848.
32383              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
32384              
32385              Patches all over for people and the files they (hopefully) care about.
32386              
32387              Subject: Net::protoent does not export 'getproto'
32388              
32389              Missed a change in #6869.
32390              
32391              Subject: [PATCH] Warnings in B::Deparse
32392              
32393              Subject: [PATCH] Glob dumping
32394              
32395              Disable one of the tests for now.
32396              
32397              Disabling the one test is a bit tricky.
32398              
32399              Don't forget to tidy up.
32400              
32401              The #6881 removed one dump line.
32402              
32403              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
32404              
32405              Under usethreads the dumped variable is IN_PAD.
32406              Subject: Re: [PATCH] Glob dumping
32407              
32408              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
32409              
32410              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
32411              
32412              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
32413              
32414              Regen Configure for #6894.
32415              
32416              Subject: [PATCH: 6889] updates to perlebcdic.pod
32417              
32418              Undo namespace pollution of #6878.
32419              Subject: Re: Net::protoent does not export 'getproto'
32420              
32421              Admit that we are leaking scalars.
32422              
32423              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
32424      Branch: maint-5.6/perl
32425           !> (integrate 271 files)
32426 ____________________________________________________________________________
32427 [  7894] By: gsar                                  on 2000/11/27  16:00:34
32428         Log: a couple of nits
32429      Branch: maint-5.6/perl
32430            ! MANIFEST pp_sys.c
32431 ____________________________________________________________________________
32432 [  7893] By: gsar                                  on 2000/11/27  15:10:56
32433         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
32434              6740..6745,6747..6757,6760
32435              
32436              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
32437              
32438              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
32439              
32440              Doc nits spotted by Richard Soderberg.
32441              
32442              move WNOHANG definition to where other such things are
32443              
32444              Make $Config{byteorder} more magical so that it is
32445              dynamically computed: nice for 'fat binaries'.
32446              Subject: [PATCH]: default byteorder
32447              
32448              Subject: [PATCH] Cwd.pm now uses strict
32449              
32450              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
32451              
32452              Get -DLEAKTEST to compile (not necessarily to work, mind)
32453              Subject: [ID 20000724.006] -DLEAKTEST problem
32454              
32455              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
32456              
32457              Add perlebcdic from Peter Prymmer, regen toc.
32458              
32459              Don't propose using modules built for 5.005 if no binary
32460              compatibility with 5.005 is attempted.
32461              
32462              Do not use prototyping here.
32463              Subject: [ID 20000817.016] [PATCH] Peek.xs
32464              
32465              Document what the backtick returns if the command fails.
32466              
32467              Add byteorder to the myconfig output.
32468              
32469              Introduce NVef, NVff, and NVgf, use the middle one.
32470              (helps for lib/peek + Linux + long doubles)  Reported in
32471              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
32472              Use NVs in POSIX math, not doubles.
32473              Subject: [ID 20000817.014] POSIX & modfl
32474              
32475              Subject: [PATCH 5.6.0+] newSVrv() memory leak
32476              
32477              The byteorder code in #6671 was wrong.
32478              
32479              Fix the lib/complex failure of
32480              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
32481              Linux long double accuracy issue: something that
32482              when printed with %g looks like "2" but int() of it is 1.
32483              
32484              Propagate new Configure vars.
32485              
32486              Unbuffer the output.
32487              
32488              Subject: [PATCH] perltrap.pod spring cleaning
32489              
32490              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
32491              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
32492              
32493              Tiny Getopt::Long patch from Johan Vromans.
32494              
32495              Document code point which makes if (defined %stash::) to work
32496              (noted by Spider Boardman).
32497              
32498              Subject: [PATCH perl@6698] cygwin port
32499              
32500              Document the NDBM_File and ODBM_File as SDBM_File
32501              was documented in #6417.
32502              
32503              The new tests were missing from #6415.
32504              
32505              Add [[:blank:]] as suggested in
32506              Subject: [ID 20000716.024] [=cc=] / [:blank:]
32507              (the [=cc=] has already been taken care of by #6439
32508              so the whole bug report can be closed)
32509              and make [[:space:]] to be equivalent to isspace(3)
32510              (as opposed to \s, which is isSPACE()).  The difference
32511              is that now [[:space:]] matches the mythical vertical tab,
32512              while \s doesn't.
32513              
32514              Don't eat leading os from index entries.
32515              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
32516              
32517              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
32518              
32519              Typo in pp_complement().
32520              Subject: [PATCH perl-current] Deparse
32521              
32522              Add warnif(), check warnings further up the stack,
32523              all the warnings functions now can take an optional object reference.
32524              Subject: [PATCH bleedperl@6691] warnings pragma update
32525              
32526              Fix a core dump in lib/selfloader under -DDEBUGGING.
32527              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
32528              
32529              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
32530              
32531              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
32532              
32533              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
32534              Put back the long double avoidance code to POSIX.xs
32535              because VMS seems to need it still.
32536              
32537              Introduce a 'veryclean' target that is like 'distclean'
32538              but also removes *~ and *.orig.
32539              
32540              Subject: [ID 20000817.023] endianness description in perlfunc.pod
32541              
32542              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
32543              
32544              Let's try #6717 again.
32545              
32546              UTF8 concat fixes.
32547              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
32548              
32549              pp_open() could pass an uninitialized filename down to do_open9().
32550              
32551              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
32552              
32553              Update to CGI 2.72, from Lincoln Stein.
32554              
32555              Subject: [PATCH] Silence MakeMaker (Was: installman)
32556              
32557              Use temporary directory instead of current directory.
32558              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
32559              
32560              Document odd vs even subreleases and -Dusedevel.
32561              
32562              The veryclean target needs to clobber.
32563              
32564              Use File::Spec->tmpdir().
32565              
32566              Document the number of exponent digits.
32567              
32568              Mention perlebcdic and perlposix-bc.
32569              
32570              s/this one/the 5.6.0 release/
32571              
32572              The #6724 is here.
32573              
32574              The correct cleaning order is an art.
32575              
32576              small tweaks for change#6705: avoid C++ style comments in C code;
32577              use Perl's malloc API rather than the low level system one
32578              
32579              Array context keeps slithering in.
32580              
32581              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
32582              
32583              Subject: [PATCH] os2.c fix for use64bitint
32584              
32585              Update to Pod::LaTeX 0.53.
32586              Subject: [PATCH] lib/Pod/LaTeX.pm updates
32587              
32588              Document the endianness of Alpha more precisely.
32589              
32590              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
32591              
32592              Rename the macro argument because some preprocessors
32593              can't tell the difference and expand arguments also inside
32594              double quoted strings.
32595              
32596              free TLS slot properly on Windows
32597              
32598              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
32599              
32600              Unicos/mk requires elaborate paranoia.
32601              
32602              Tweak the floating point output routine preferences.
32603              
32604              Also under djgpp the timestamps are funky.
32605              
32606              Apply some PodParser 1.18 patches; the Pod/Find.pm
32607              patches cannot be applied since #6712 conflicts.
32608              
32609              Use PodParser 1.18 new test.
32610              
32611              A pod nit.
32612              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
32613              
32614              Be verydeepclean.
32615      Branch: maint-5.6/perl
32616           +> pod/perlebcdic.pod
32617           !> (integrate 106 files)
32618 ____________________________________________________________________________
32619 [  7892] By: jhi                                   on 2000/11/27  15:02:32
32620         Log: Update Changes.
32621      Branch: perl
32622            ! Changes patchlevel.h
32623 ____________________________________________________________________________
32624 [  7891] By: jhi                                   on 2000/11/27  14:57:23
32625         Log: Subject: Re: perlfaq style changes
32626              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
32627              Date: Sat, 25 Nov 2000 23:32:26 -0800
32628              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
32629              
32630              plus a note from Ronald Kimball.
32631      Branch: perl
32632            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
32633 ____________________________________________________________________________
32634 [  7890] By: jhi                                   on 2000/11/27  14:53:14
32635         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
32636              From: Benjamin Holzman <bah@ecnvantage.com>
32637              Date: Sun, 26 Nov 2000 16:27:33 -0500
32638              Message-ID: <20001126162733.J25040@ecnvantage.com>
32639      Branch: perl
32640            ! gv.c
32641 ____________________________________________________________________________
32642 [  7889] By: jhi                                   on 2000/11/27  14:43:11
32643         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
32644              From: lvirden@cas.org
32645              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
32646              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
32647      Branch: perl
32648            ! README.amiga
32649 ____________________________________________________________________________
32650 [  7888] By: jhi                                   on 2000/11/27  14:32:34
32651         Log: Restore also the locale test to no-sprintf-taint state.
32652              Fixes the bug 20001127.003.
32653      Branch: perl
32654            ! sv.c t/pragma/locale.t
32655 ____________________________________________________________________________
32656 [  7887] By: gsar                                  on 2000/11/27  14:13:05
32657         Log: integrate changes#6613..6616,6620..6665 from mainline
32658              
32659              VMS configure.com update continues.
32660              
32661              Subject: Test fails / warnings with perl-current #6612
32662              
32663              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
32664              
32665              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
32666              
32667              For now remove the mail code.
32668              
32669              Subject: Re: [PATCH] @+, @- readonly
32670              
32671              Subject: warning: storage class after type is obsolescent
32672              
32673              Subject: sfio2000
32674              
32675              Subject: Re: File::Temp problems on VMS in bleedperl
32676              
32677              README.os2 update.
32678              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
32679              
32680              Make the user to give up his firstborn, err, to knowingly
32681              verify installing an unstable developer release.  Also bump
32682              the release to 5.7.0, but leave a patch tag in the local
32683              patches saying that this is not yet the real thing.
32684              
32685              Update (kinda) to Test 1.14, from Joshua Pritikin.
32686              
32687              make ok etc also for win32.
32688              
32689              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
32690              
32691              Don't blow limited stacks, a lower number is enough to
32692              tickle the lookbehind limit.
32693              
32694              Use -Dusedevel; regen Configure and the respective Porting stuff.
32695              
32696              Subject: [PATCH] debugger exit code should reflect user exit code
32697              
32698              Subject: [PATCH perl@6620] cygwin port
32699              
32700              Missed a file from #6638.
32701              
32702              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)
32703              
32704              magic callbacks all need to have same type signature
32705              
32706              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
32707              
32708              Fix a dependency problem.
32709              Subject: [PATCH: 6640] VMS Makefile.SH update
32710              
32711              The numeric locale was reset to "C" by s?printf and never restored.
32712              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
32713              No test since adding the failing example to locale.t
32714              does not fail -- probably because the locale settings are so
32715              thoroughly tweaked by that time.  Running the example standalone
32716              does fail, though.  UPDATE: test case added at change #7540.
32717              
32718              Subject: [ID 20000324.040] minor fix to perlhpux.pod
32719              
32720              Update to CPAN 1.57.
32721              
32722              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
32723              
32724              Change the perlbug address to perl.org since it's more forgiving.
32725              
32726              Change the regx compilation error markers to use = instead of <
32727              since pod makes using the latter quite messy.  Reported in
32728              ID 20000814.006 by Abigail and in
32729              Subject: Unknown escape E<> ?
32730              
32731              Update to perldebtut 1.9, from Richard Foley.
32732              
32733              check that the number pseudo children doesn't exceed
32734              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
32735              the WaitForMultipleObjects() limit that would cause wait()
32736              to crash)
32737              wait() and waitpid() could potentially be rewritten to use
32738              more than one thread to do the waiting to eliminate this
32739              limitation
32740              
32741              change#6328 could make close(SOCKET) return false on windows
32742              when it shouldn't
32743              
32744              pod nit seen in passing
32745              
32746              on windows, the return values from wait() and waitpid() don't
32747              match those of pseudo-pids
32748              
32749              waitpid() now handles externally spawned pids correctly;
32750              fixes for backtick/wait/waitpid failures on Windows 9x
32751              these changes make the pid returned by process functions on
32752              Windows 9x always positive by clearing the high bit (which
32753              is always set on Win9x); pseudo-process PIDs are likewise
32754              always negative now on Win9x (just as on NT/2000)
32755              
32756              trailing new %ENV entries weren't being pushed into the real
32757              environment of subprocesses on Windows
32758              
32759              Tweak the regex compilation errors once more.
32760              
32761              avoid warnings from dense compiler
32762              
32763              add "ok" targets from change#6632 in makefile.mk
32764      Branch: maint-5.6/perl
32765            - lib/Pod/PlainText.pm vms/configure.com
32766           !> (integrate 66 files)
32767 ____________________________________________________________________________
32768 [  7886] By: jhi                                   on 2000/11/27  13:54:18
32769         Log: __FUNCTION__ isn't portable and trying to emulate it leads
32770              into practically spelling out the name of the function.
32771              Takes care of the bug 20001127.001.
32772      Branch: perl
32773            ! perlio.c
32774 ____________________________________________________________________________
32775 [  7885] By: gsar                                  on 2000/11/27  13:53:18
32776         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
32777              6610..6611 from mainline
32778              
32779              Make regular expression parse error messages easier to understand.
32780              Subject: Re: enhanced(?) regex error messages
32781              
32782              Tiny tidying on report_evil_fh().
32783              
32784              Subject: Re: enhanced(?) regex error messages 
32785              plus Capitalize the error messages, plus perldiag them.
32786              
32787              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
32788              
32789              Document here-doc better.
32790              
32791              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
32792              
32793              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
32794              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
32795              (either perlbug or p5p ate the original), plus regen
32796              perlapi and perltoc. 
32797              
32798              Regen global.sym.
32799              
32800              Double check that we have a dirhandle.
32801              
32802              Subject: Re: enhanced(?) regex error messages
32803              (plus two small patches sent privately)
32804              (this still seems to leave few test failures)
32805              
32806              warn is a macro, avoid using at a variable to avoid warnings
32807              in some configurations; readdir.t is too conservative in
32808              estimating number of *.t's
32809              
32810              Get back into sync with Jeffrey on the enhanced regex warnings.
32811              
32812              Subject: [PATCH 5.6.0] cygwin port
32813              
32814              Zero entries were skipped, fix from Adrian Goalby
32815              <argoalby@yahoo.co.uk>
32816              
32817              Subject: Remove dead entry in perldiag
32818              
32819              Amend the description of Perl6.
32820              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
32821              
32822              detypo
32823              
32824              It's the 2ndO'ROSSC.
32825              
32826              Revert the sv.c part of #6559, a better fix is needed.
32827              
32828              Iterating perl6 description.
32829              
32830              Update to Term::ANSIColor 1.03, from Russ Allbery.
32831              
32832              Update to Getopt::Long 2.23_05, from Johan Vromans.
32833              
32834              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
32835              
32836              Update to Pod::Parser 1.17, from Brad Appleton.
32837              
32838              Update to CPAN 1.56, from Andreas König.
32839              
32840              Update to CGI 2.70, from Lincoln Stein.
32841              
32842              Put back the std @INC thing.
32843              
32844              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
32845              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
32846              
32847              Document the IO::Select timeout.
32848              
32849              sleep(1) does not necessarily return 1.
32850              Subject: [PATCH bleadperl] op/lex_assign.t  
32851              
32852              Subject: debugger "d" command doesnt check line number
32853              
32854              B::Deparse didn't do sub attributes.
32855              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
32856              
32857              Preprocessing and postprocessing for File::Find.
32858              Subject: Patch to Find::File.pm to allow alphabetical results
32859              
32860              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
32861              
32862              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
32863              
32864              Subject: Re: [ID 20000730.003] utf8::length() bad
32865              
32866              Subject: Getting perlio and threads to compile
32867              (the Solaris version changes in Configure skipped)
32868              
32869              Tests for #6589.
32870              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
32871              
32872              Add Perl debugging tutorial, regen toc. 
32873              Subject: perldebtut.pod
32874              
32875              Add a few missing files, update MANIFEST.
32876              
32877              Rewrite of vms/subconfigure.com as configure.com,
32878              from Peter Prymmer and the vmsperl crew.
32879              
32880              Should have deleted this in #6603.
32881              
32882              Fix the test for 5005threads.
32883              
32884              Fix-n-skip the tests under 5005threads.
32885              
32886              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
32887              
32888              Upgrade to CGI 2.71, from Lincoln Stein.
32889      Branch: maint-5.6/perl
32890           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
32891           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
32892           +> t/op/regmesg.t t/pod/find.t vms/configure.com
32893            - vms/subconfigure.com
32894            ! lib/lib.pm
32895           !> (integrate 115 files)
32896 ____________________________________________________________________________
32897 [  7884] By: jhi                                   on 2000/11/27  13:44:33
32898         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
32899              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
32900              Date:     Mon, 27 Nov 2000 08:23:54 EST
32901              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
32902      Branch: perl
32903            ! vms/descrip_mms.template vms/test.com
32904 ____________________________________________________________________________
32905 [  7883] By: gsar                                  on 2000/11/27  11:50:46
32906         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
32907              6511..6513,6515..6523,6525..6536
32908              
32909              The swallow_bom() saga continues.  The #23 of require.t
32910              (UTF16-LE) still fails (silently, no output) but the #22
32911              (UTF16-BE) seems to be working now.  The root of the
32912              failure may be in sv_gets(): is it UTF-16LE-aware,
32913              especially when it comes to line endings? 
32914              
32915              Document the problem with -P in HP-UX and its workaround.
32916              
32917              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
32918              (aka ID 20000730.002)
32919              
32920              Subject: fix and question re: waitpid() under win32
32921              
32922              Make the safety catch for buggy gccs work with triple version
32923              numbers like 2.95.2.  Reported in
32924              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
32925              
32926              In Digital UNIX warn if gcc explicitly chosen because even
32927              2.95.2 is known to cause problems.
32928              
32929              Make chr() for values >127 to create utf8 when under utf8.
32930              
32931              various syntax errors and such (not fixed: comp/require.t#22 coredump
32932              on Windows)
32933              
32934              Stash away the largefiles flags and libswanted.
32935              
32936              BOM patching from Simon Cozens.
32937              
32938              If gccosandvers is equal to osname, clear gccosandvers.
32939              
32940              Make p4desc to skip non-mainperl branches by default.
32941              
32942              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
32943              
32944              The test from this
32945              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
32946              
32947              In new BSDs changes to argv[] do not show up in ps(1) output,
32948              instead one must use setproctitle().  This was already addressed
32949              by change #6457, but the below has a new variant for FreeBSD 4.0
32950              or later, and the matter is also documented more.
32951              
32952              FreeBSD 3.* updates from
32953              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
32954              
32955              regen_headers, regen perltoc.
32956              
32957              Document in one place the memory abstractions used in Perl core.
32958              
32959              memcpy has n o in it, as pinted ut by Sarathy.
32960              
32961              Remove the extraneous "main::" prefix from all the
32962              "opened only for", "on closed", and "never opened" warnings.
32963              
32964              The name of a filehandle does not have <these>.
32965              
32966              The tr utf8 patching continues.
32967              
32968              The new setproctitle() feature is available only in 
32969              bleeding edge FreeBSD.  From Paul Saab.
32970              
32971              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
32972              
32973              Dump UVs as UVs in Data::Dumper.
32974              
32975              detypo #6494
32976              
32977              Document the IVdf UVuf UVof UVxf.
32978              
32979              require.t needs binmode() to work on windows
32980              
32981              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
32982              that are hopefully soon put into use.
32983              
32984              Allow "no Module;" even if there is no 'unimport'.
32985              
32986              Better skip message for the test; one of the two problems in
32987              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
32988              
32989              The subtest 4 may fail also on VOBS, as pointed out
32990              by Nick Ing-Simmons in November 1999, bug id 19991124.003
32991              (but the failure in that bug report isn't the subtest 4).
32992              
32993              Be more informative on what is skipped and why,
32994              also repeat the list at the end.
32995              
32996              Add a URL for FSF.
32997              
32998              Subject: [PATCH] sv.h documentation - SvLEN
32999              
33000              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
33001              
33002              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
33003              
33004              Subject: [PATCH] bad cppsymbols on os2 + Configure question
33005              
33006              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
33007              
33008              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
33009              mention the idea of @( and @)
33010              
33011              This is 6512.  Really.
33012              
33013              Subject: [ID 19990721.004] Documentation bug in perlfunc
33014              
33015              Subject: Minor tweak to perlvar.pod
33016              
33017              In the warnings call filehandles consistently so;
33018              add "unopened" warning for stat().
33019              
33020              After the #6519 a warning about stat() is just that,
33021              not about a filetest, which now have their own warning.
33022              
33023              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
33024              
33025              Subject: Re: Array vs. List context
33026              
33027              Subject: New perlcc, take 2
33028              
33029              Weed buglets pointed out by
33030              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
33031              
33032              gcc versions might have (parentheses) in them.
33033              
33034              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
33035              
33036              Essential prototype changes were missing from #6527.
33037              Also make report_evil_fh() more bomb-proof.
33038              
33039              Zap lib/Sys directory when cleaning up.
33040              
33041              Change the Policy policy: now -Dprefix= with an existing
33042              Policy.sh and prefix == siteprefix == vendorprefix, then all
33043              of them follow along the new prefix.
33044              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
33045              
33046              Continue fixing the io warnings.  This also
33047              sort of fixes bug ID 20000802.003: the core dump
33048              is no more.  Whether the current behaviour is correct
33049              (giving a warning: "Not a format reference"), is another matter.
33050              
33051              Have symbols for the IoTYPEs.
33052              
33053              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
33054              
33055              Document a bit that UDP is not what you might think.
33056              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
33057              tr memory corruption fix from Simon Cozens.
33058              
33059              Plug the security hole described in the Aug 05 2000 bugtraq message
33060              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
33061              The security hole exists only in suidperls, which isn't
33062              installed or even built by default.
33063      Branch: maint-5.6/perl
33064           !> (integrate 71 files)
33065 ____________________________________________________________________________
33066 [  7882] By: gsar                                  on 2000/11/27  10:25:36
33067         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
33068              from mainline
33069              
33070              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
33071              to be fatal errors (instead of by default ignoring them, and
33072              ignoring with a bug: even though -w gave an error, the opening [
33073              was left in)  Reported in:
33074              
33075              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
33076              
33077              Subject: [PATCH] split /^/
33078              
33079              MacOS nits from Matthias Neeracher.
33080              
33081              More split() doc and test patches from Mike Guy.
33082              
33083              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
33084              from Graham Barr in the module list.
33085              
33086              docfix from Peter Scott <Peter@PSDT.com>.
33087              
33088              File::Temp patches for VMS and OS/2 from Tim Jenness.
33089              
33090              open() wariness in perlbug.
33091              
33092              Subject: [PATCH] minor doc change - perlguts
33093              
33094              Subject: Minor doc patch: handy.h
33095              
33096              Be wary of close()s, too.
33097              
33098              Further File::Temp patches from Yitzchak Scott-Thoennes
33099              and Craig A. Berry.
33100              
33101              Subject: [PATCH] fixes bug 20000508.004
33102              
33103              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
33104              
33105              Allow "no AutoLoader;", based on change #6444,
33106              suggested by Graham Barr.
33107              
33108              Use setproctitle() if available to modify $0.
33109              
33110              Warn if the version of the operating system used to compile gcc
33111              differs from the current version of the operating system.
33112              Also display the gcc compilation os and version in myconfig.
33113              Inspiration from
33114              
33115              Tiny fixes for #6460.
33116              
33117              The problem described in this
33118              Subject: [ID 20000322.018] named chars aren't magical enough
33119              has been fixed in perl 5.6.0 but just in case added a test
33120              to keep it away.  (The report from Joseph Hall.)
33121              
33122              Tune the comments and hopefully stop a memory leak.
33123              
33124              Subject: UTF8 concat
33125              (with a memory leak fixed, plus a few casts added)
33126              This also seems to help for
33127              Subject: [ID 20000716.015] join UTF8 weirdness
33128              
33129              Do not upgrade SVs into utf8 just because they participate
33130              in eq or cmp.  Reported and fix suggested in
33131              Subject: [ID 20000720.009] sv_eq UTF8 bug
33132              
33133              Fix the HALF_UPGRADE() macro introduced in #6263.
33134              
33135              Find green threads before native threads.
33136              Subject: Re: Patch to jpl/JNI/Makefile.PL
33137      Branch: maint-5.6/perl
33138           !> (integrate 30 files)
33139 ____________________________________________________________________________
33140 [  7881] By: jhi                                   on 2000/11/27  05:48:41
33141         Log: It seems that *both* the unused submatch loop cleanup
33142              codes are needed.
33143      Branch: perl
33144            ! regexec.c
33145 ____________________________________________________________________________
33146 [  7880] By: jhi                                   on 2000/11/27  04:50:07
33147         Log: Clean .exists deeper.
33148      Branch: perl
33149            ! Makefile.SH
33150 ____________________________________________________________________________
33151 [  7879] By: jhi                                   on 2000/11/27  02:31:35
33152         Log: The code in regcppop() (see #7878) contains the correct lower
33153              limit for the unused submatch 'cleanup' loop so that under
33154              "use utf8" the following code wouldn't dump core:
33155              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
33156              the cleanup loop in regtry() stomped beyond allocated area
33157              in the startp[] array.  Therefore, copied the correct lower
33158              loop limit (*PL_reglastparen) to regtry().  Note: something
33159              may still not be quite right: why was the _higher_ loop limit
33160              (prog->nparens) different in the utf8 case?
33161              
33162              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
33163              without core dumps, there were about 17 of them before
33164              the patch (with us since Perl 5.7.0).  Two failures, still:
33165              496 and 505 (though these may not be severe).
33166              
33167              Patch #7881 is also needed since both the cleanup loops
33168              seem to be needed.
33169              
33170              Also, the t/op/pat#44 seems to core dump under utf8.
33171              Plus a couple of failures.  UGH-8.
33172      Branch: perl
33173            ! regexec.c
33174 ____________________________________________________________________________
33175 [  7878] By: jhi                                   on 2000/11/27  02:21:17
33176         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
33177              the code in regcppop() seems to be redundant for the test suite --
33178              but it contains a germ of truth, and it needed for the build
33179              process itself: see #7879 and #7881.
33180      Branch: perl
33181            ! regexec.c
33182 ____________________________________________________________________________
33183 [  7877] By: jhi                                   on 2000/11/27  01:53:09
33184         Log: Comment on comment.
33185      Branch: perl
33186            ! regexec.c
33187 ____________________________________________________________________________
33188 [  7876] By: jhi                                   on 2000/11/27  00:49:59
33189         Log: Adjust the docs to agree with #7875.
33190      Branch: perl
33191            ! pod/perllocale.pod
33192 ____________________________________________________________________________
33193 [  7875] By: jhi                                   on 2000/11/27  00:49:27
33194         Log: Retract #7863.  It makes more sense not to taint formatted output,
33195              not even by sprintf().
33196      Branch: perl
33197            ! sv.c
33198 ____________________________________________________________________________
33199 [  7874] By: jhi                                   on 2000/11/26  23:36:02
33200         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
33201              Not really fixed (should really dump the UTF-8 charclass),
33202              but stopped displaying the garbage.
33203              
33204              Also add a note on the (missing) Unicode PSXSPC and BLANK.
33205      Branch: perl
33206            ! regcomp.c
33207 ____________________________________________________________________________
33208 [  7873] By: jhi                                   on 2000/11/26  21:31:13
33209         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
33210      Branch: perl
33211            ! regexec.c
33212 ____________________________________________________________________________
33213 [  7872] By: jhi                                   on 2000/11/26  21:06:04
33214         Log: No need to scan till infinity, 13 is enough.
33215      Branch: perl
33216            ! handy.h utf8.c
33217 ____________________________________________________________________________
33218 [  7871] By: jhi                                   on 2000/11/26  20:20:32
33219         Log: Test line numbers are different with utf8.
33220      Branch: perl
33221            ! t/op/re_tests
33222 ____________________________________________________________________________
33223 [  7870] By: jhi                                   on 2000/11/26  20:10:12
33224         Log: Message nit.
33225      Branch: perl
33226            ! regcomp.c
33227 ____________________________________________________________________________
33228 [  7869] By: jhi                                   on 2000/11/26  19:01:05
33229         Log: Make utf8_length() and utf8_distance() (the latter of which
33230              is unused at the moment) to be less forgiving about bad UTF-8.
33231      Branch: perl
33232            ! embed.h embed.pl objXSUB.h proto.h utf8.c
33233 ____________________________________________________________________________
33234 [  7868] By: jhi                                   on 2000/11/26  18:45:56
33235         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
33236              From: Benjamin Holzman <bah@ecnvantage.com>
33237              Date: Sat, 25 Nov 2000 20:40:20 -0500       
33238              Message-ID: <20001125204020.A25040@ecnvantage.com>              
33239              
33240              Debian allows installing /usr/bin/locale without installing
33241              any locales, an error message will ensue.
33242      Branch: perl
33243            ! t/pragma/locale.t
33244 ____________________________________________________________________________
33245 [  7867] By: jhi                                   on 2000/11/26  18:31:12
33246         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
33247              From: Benjamin Holzman <bah@ecnvantage.com>
33248              Date: Sun, 26 Nov 2000 02:42:34 -0500
33249              Message-ID: <20001126024234.G25040@ecnvantage.com>
33250              
33251              Patch for the bug 20000212.002.
33252      Branch: perl
33253            ! sv.c t/op/array.t
33254 ____________________________________________________________________________
33255 [  7866] By: jhi                                   on 2000/11/26  18:28:09
33256         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
33257              From: Tim Jenness <t.jenness@jach.hawaii.edu>
33258              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
33259              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
33260              
33261              File::Temp 0.11.
33262      Branch: perl
33263            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
33264 ____________________________________________________________________________
33265 [  7865] By: jhi                                   on 2000/11/26  18:24:22
33266         Log: The metaconfig unit change for #7864.
33267      Branch: metaconfig/U/perl
33268            ! need_va_copy.U
33269 ____________________________________________________________________________
33270 [  7864] By: jhi                                   on 2000/11/26  18:23:41
33271         Log: Make the va_copy() test not to be so talkative.
33272      Branch: perl
33273            ! Configure config_h.SH
33274 ____________________________________________________________________________
33275 [  7863] By: jhi                                   on 2000/11/26  18:11:02
33276         Log: Fix locale inconsistencies unearthed by Hugo's work.
33277              Now the floating point sprintf really does taint the result
33278              string as perllocale promises (has promised for a long time)
33279              if "use locale" is in the lexical scope.
33280      Branch: perl
33281            ! sv.c t/pragma/locale.t
33282 ____________________________________________________________________________
33283 [  7862] By: jhi                                   on 2000/11/26  00:35:15
33284         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
33285              From: Nicholas Clark <nick@ccl4.org>
33286              Date: Sun, 26 Nov 2000 00:07:50 +0000
33287              Message-ID: <20001126000750.A22446@plum.flirble.org>
33288              
33289              Infinit.
33290      Branch: perl
33291            ! sv.c
33292 ____________________________________________________________________________
33293 [  7861] By: jhi                                   on 2000/11/26  00:01:26
33294         Log: Integrate perlio.
33295      Branch: perl
33296           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
33297 ____________________________________________________________________________
33298 [  7860] By: nick                                  on 2000/11/25  22:04:17
33299         Log: Correct relative path from new ext\Filter\Util\Call location
33300              back to miniperl.
33301      Branch: perlio
33302            ! win32/makefile.mk
33303 ____________________________________________________________________________
33304 [  7859] By: nick                                  on 2000/11/25  21:26:54
33305         Log: Integrate mainline.
33306      Branch: perlio
33307           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
33308           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
33309           +> t/lib/filter-util.t
33310            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
33311            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
33312            - t/lib/filt-util.t
33313           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
33314           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
33315           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
33316           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
33317           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
33318           !> win32/makefile.mk
33319 ____________________________________________________________________________
33320 [  7858] By: gsar                                  on 2000/11/25  20:52:17
33321         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
33322              parent's memory; fix it by keeping track of the actual pad
33323              offset rather than a raw pointer (this change is probably also
33324              relevant to non-ithreads case to avoid fallout from reallocs of
33325              the pad array, but is currently only enabled for the ithreads
33326              case in the interests of minimal disruption to existing "well
33327              tested" code)
33328      Branch: perl
33329            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
33330            ! proto.h scope.c scope.h sv.c t/op/fork.t
33331 ____________________________________________________________________________
33332 [  7857] By: nick                                  on 2000/11/25  20:01:28
33333         Log: All tests pass on Win32/gcc/USE_PERLIO.
33334              - when crlf layer is pushed make unix-level binary.
33335              - remove :crlf injection in pp_backtick in pp_sys.c
33336              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
33337      Branch: perlio
33338            ! doio.c perlio.c pp_sys.c win32/makefile.mk
33339 ____________________________________________________________________________
33340 [  7856] By: jhi                                   on 2000/11/25  18:38:30
33341         Log: Update the metaconfig units for #7855.
33342      Branch: metaconfig/U/perl
33343            ! useperlio.U usesocks.U
33344 ____________________________________________________________________________
33345 [  7855] By: jhi                                   on 2000/11/25  18:37:54
33346         Log: Undo the SOCKS workarounds, instead start using PerlIO
33347              if SOCKS is selected.
33348              
33349              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
33350              From: Jens Hamisch <jens@Strawberry.COM>
33351              Date: Fri, 24 Nov 2000 18:31:30 +0100
33352              Message-ID: <20001124183130.E28337@Strawberry.COM>
33353              
33354              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
33355              From: Jens Hamisch <jens@Strawberry.COM>
33356              Date: Fri, 24 Nov 2000 19:11:51 +0100
33357              Message-ID: <20001124191151.A28753@Strawberry.COM>
33358      Branch: perl
33359            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
33360            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
33361 ____________________________________________________________________________
33362 [  7854] By: jhi                                   on 2000/11/25  17:39:08
33363         Log: Undo #7848.  Some of the code seems to use walkoptree(),
33364              some walkoptree_slow().  An unfinished renaming?
33365              Now the sub is walkoptree() (which is @EXPORT_OK),
33366              the walkoptree_slow() is a typeglob alias to walkoptree.
33367              This makes the tests to pass, at least.
33368      Branch: perl
33369            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
33370 ____________________________________________________________________________
33371 [  7853] By: nick                                  on 2000/11/24  22:24:33
33372         Log: Re-arrange crlf vs binary for platforms that care.
33373              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
33374              Lip-service to making stdio layer work on such platfroms (untested).
33375              Now fails 3 tests rather than one, checkin to see if I can debug 
33376              the issue under linux. (Do not merge.)
33377      Branch: perlio
33378            ! doio.c perlio.c perliol.h
33379 ____________________________________________________________________________
33380 [  7852] By: jhi                                   on 2000/11/24  18:57:39
33381         Log: AUTHORS edits.
33382      Branch: perl
33383            ! AUTHORS
33384 ____________________________________________________________________________
33385 [  7851] By: jhi                                   on 2000/11/24  17:34:56
33386         Log: Add Jan-Erik Karlsson.
33387      Branch: perl
33388            ! AUTHORS
33389 ____________________________________________________________________________
33390 [  7850] By: jhi                                   on 2000/11/24  17:27:56
33391         Log: Configure should find stdchar on its own.
33392      Branch: perl
33393            ! hints/solaris_2.sh
33394 ____________________________________________________________________________
33395 [  7849] By: jhi                                   on 2000/11/24  17:24:55
33396         Log: Subject: PATCH over 7848: Filter test flawed
33397              From: andreas.koenig@anima.de (Andreas J. Koenig)
33398              Date: 24 Nov 2000 10:28:29 +0100
33399              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
33400      Branch: perl
33401            ! t/lib/filter-util.t
33402 ____________________________________________________________________________
33403 [  7848] By: jhi                                   on 2000/11/24  17:22:15
33404         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
33405              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
33406              Date: Fri, 24 Nov 2000 16:12:58 +0000
33407              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
33408      Branch: perl
33409            ! ext/B/B.pm
33410 ____________________________________________________________________________
33411 [  7847] By: jhi                                   on 2000/11/24  03:07:01
33412         Log: Integrate perlio.
33413      Branch: perl
33414           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
33415           !> win32/makefile.mk
33416 ____________________________________________________________________________
33417 [  7846] By: gsar                                  on 2000/11/24  00:55:57
33418         Log: integrate changes#6415..6418,6420..6438 from mainline
33419              
33420              Fix the bitvector ops for utf8 (tricky since past 7 bits
33421              the utf8 'characters' can be more than one octet).
33422              
33423              MPE/ix updates for perl 5.6.0 from Mark Bixby.
33424              
33425              Subject: SDBM_File documentation
33426              
33427              Detypo.
33428              
33429              Decutandpasto.
33430              
33431              Send all installperl messages to STDERR and be -w clean.
33432              
33433              Out-of-date note removed.
33434              
33435              Protect against "wild next"s, that is, callbacks doing "next"
33436              instead of "return".
33437              
33438              Use STDOUT consistently.
33439              
33440              The output might have been produced in the wrong order.
33441              
33442              A missing 'break' after the [[:space:]] switch case.
33443              
33444              Add tests for
33445              [ID 19991110.003] another matching finding by pcre author
33446              which has already been fixed by some patch, as verified in
33447              
33448              Documentation to explain the behaviour of map().
33449              
33450              Add an optimization for map-maps-a-list-element-to-more-list-elements
33451              case, but add also notes explaining the relationship of this
33452              patch and the earlier notes by Sarathy.
33453              
33454              Subject: [ID 20000716.023] syslog test fails without sockets
33455              
33456              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
33457              Test cases for #6431.
33458              
33459              File::Spec::VMS fixup for tmpdir from Craig Berry.
33460              
33461              Make the "uninit variable" warning to say "concat or string"
33462              or "join or string" when in concat or join .
33463              
33464              Get UTF16 BOMs working.  Patch from
33465              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
33466              
33467              Subject: [PATCH] Make large file tests deal with SIGXFSZ
33468              
33469              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
33470              
33471              Subject: [PATCH] av.c apidoc
33472      Branch: maint-5.6/perl
33473           !> (integrate 43 files)
33474 ____________________________________________________________________________
33475 [  7845] By: gsar                                  on 2000/11/24  00:20:45
33476         Log: integrate changes#6406..6414 from mainline
33477              
33478              Merge perlhacktut into perlhack, update perlguts.
33479              
33480              Fix AutoSplit to use File::Spec the right way in VMS,
33481              from Peter Prymmer.
33482              
33483              The bug report
33484              [ID 19991110.002] minimal matching discrepancy found by pcre author
33485              seems to have been fixed (though differently from what was suggested
33486              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
33487              
33488              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
33489              not in pod, from Peter Prymmer
33490              
33491              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
33492              From: Hugo <hv@crypt.compulink.co.uk>
33493              Date: Fri, 14 Jul 2000 23:05:20 +0100
33494              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
33495              
33496              Didn't anymore apply, but that point still could use another fix.
33497              
33498              lib/b test fixes from Peter Prymmer.
33499              
33500              More docs for sv functions.
33501              
33502              perlvms.pod whitespace cleanup to keep pod utils happy.
33503              
33504              another VMS build tweak from Peter Prymmer
33505      Branch: maint-5.6/perl
33506           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
33507           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
33508           !> vms/descrip_mms.template vms/perlvms.pod
33509 ____________________________________________________________________________
33510 [  7844] By: nick                                  on 2000/11/23  23:42:45
33511         Log: Win32/perlio Now just fails one io/argv.t test - lack 
33512              of default :crlf on standard streams.
33513      Branch: perlio
33514            ! doio.c perlio.c
33515 ____________________________________________________________________________
33516 [  7843] By: nick                                  on 2000/11/23  23:04:05
33517         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
33518              peek fail is showing a real problem (multiple crlf layers
33519              are getting pushed.)
33520      Branch: perlio
33521            ! doio.c perlio.c win32/makefile.mk
33522 ____________________________________________________________________________
33523 [  7842] By: nick                                  on 2000/11/23  19:46:23
33524         Log: Implement PerlIO_binmode()
33525              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
33526              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
33527              make binmode in t/lib/io_tell.t unconditional so that works.
33528              Checkin just so Win32 machine can see these changes.
33529      Branch: perlio
33530            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
33531 ____________________________________________________________________________
33532 [  7841] By: jhi                                   on 2000/11/23  19:30:00
33533         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
33534      Branch: perl
33535            ! README.amiga
33536 ____________________________________________________________________________
33537 [  7840] By: jhi                                   on 2000/11/23  17:18:02
33538         Log: SOCKS wrestling continues, patches from Jens Hamisch.
33539      Branch: perl
33540            ! doio.c embed.h embed.pl perlsdio.h proto.h
33541 ____________________________________________________________________________
33542 [  7839] By: jhi                                   on 2000/11/23  16:54:14
33543         Log: Push Filter::Util::Call one level deeper.
33544      Branch: perl
33545            + t/lib/filter-util.t
33546           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
33547           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
33548            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
33549            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
33550            - t/lib/filt-util.t
33551            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
33552            ! win32/Makefile win32/makefile.mk
33553 ____________________________________________________________________________
33554 [  7838] By: jhi                                   on 2000/11/23  16:52:40
33555         Log: Reach back one higher up when searching for PERL_SRC.
33556      Branch: perl
33557            ! lib/ExtUtils/MM_Unix.pm
33558 ____________________________________________________________________________
33559 [  7837] By: jhi                                   on 2000/11/23  16:05:41
33560         Log: Subject: Re: perl@7826
33561              Date: Thu, 23 Nov 2000 02:20:25 -0600
33562              From: "Craig A. Berry" <craigberry@mac.com>
33563              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
33564              
33565              Make VMS to like Filter::Util::Call. 
33566      Branch: perl
33567            ! configure.com ext/Filter/Util/Makefile.PL
33568 ____________________________________________________________________________
33569 [  7836] By: nick                                  on 2000/11/23  16:04:08
33570         Log: Implement crlf layer - not ready for merge.
33571      Branch: perlio
33572            ! perlio.c win32/makefile.mk
33573 ____________________________________________________________________________
33574 [  7835] By: jhi                                   on 2000/11/23  15:56:52
33575         Log: STDCHAR is different in Sparc v9 vs x86.
33576      Branch: perl
33577            ! hints/solaris_2.sh
33578 ____________________________________________________________________________
33579 [  7834] By: jhi                                   on 2000/11/23  15:50:47
33580         Log: The type needs to be visible to protos.
33581      Branch: perl
33582            ! perl.h
33583 ____________________________________________________________________________
33584 [  7833] By: jhi                                   on 2000/11/23  15:40:46
33585         Log: Finish unfinished SOCKS workaround changes.
33586      Branch: perl
33587            ! doio.c
33588 ____________________________________________________________________________
33589 [  7832] By: jhi                                   on 2000/11/23  15:33:30
33590         Log: Integrate perlio.
33591      Branch: perl
33592           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
33593           !> win32/makefile.mk
33594 ____________________________________________________________________________
33595 [  7831] By: nick                                  on 2000/11/23  10:31:07
33596         Log: Correct makefile.mk dependancies for ext/Filter/Util
33597              Build ext/Encode
33598              Run dmake regen_config_h
33599      Branch: perlio
33600            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
33601            ! win32/makefile.mk
33602 ____________________________________________________________________________
33603 [  7830] By: nick                                  on 2000/11/23  08:05:07
33604         Log: Integrate mainline
33605      Branch: perlio
33606           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
33607           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
33608           +> t/lib/filt-util.pl t/lib/filt-util.t
33609           !> (integrate 41 files)
33610 ____________________________________________________________________________
33611 [  7829] By: gsar                                  on 2000/11/23  03:07:11
33612         Log: build the Filter extension on windows
33613      Branch: perl
33614            ! win32/Makefile win32/makefile.mk
33615 ____________________________________________________________________________
33616 [  7828] By: gsar                                  on 2000/11/23  02:46:35
33617         Log: regenerate win32/config* and fix some inconsistencies in the
33618              makefiles; always export Perl_deb() because it is needed
33619              by ext/re/* (whether perl itself is built with -DDEBUGGING
33620              or not)
33621      Branch: perl
33622            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
33623            ! win32/config_H.vc win32/makefile.mk
33624 ____________________________________________________________________________
33625 [  7827] By: gsar                                  on 2000/11/23  02:18:38
33626         Log: get sources building on windows+MSVC again (untested with other
33627              compilers)
33628      Branch: perl
33629            ! win32/include/sys/socket.h win32/perllib.c
33630 ____________________________________________________________________________
33631 [  7826] By: jhi                                   on 2000/11/23  01:18:26
33632         Log: Update Changes.
33633      Branch: perl
33634            ! Changes patchlevel.h
33635 ____________________________________________________________________________
33636 [  7825] By: jhi                                   on 2000/11/23  00:20:41
33637         Log: Subject: Re: av.c patch (having slight problems)
33638              From: "Ben Tilly" <ben_tilly@hotmail.com>
33639              Date: Tue, 21 Nov 2000 23:29:31 -0500
33640              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
33641              
33642              unshift() speedup.
33643      Branch: perl
33644            ! av.c
33645 ____________________________________________________________________________
33646 [  7824] By: jhi                                   on 2000/11/22  23:59:15
33647         Log: Fixes for signedness warnings noticed by VMSperlers.
33648      Branch: perl
33649            ! ext/Storable/Storable.xs regcomp.c sv.c
33650 ____________________________________________________________________________
33651 [  7823] By: jhi                                   on 2000/11/22  23:19:31
33652         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
33653              From: Peter Prymmer <pvhp@forte.com>
33654              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
33655              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
33656      Branch: perl
33657            ! t/pragma/warn/pp_hot
33658 ____________________________________________________________________________
33659 [  7822] By: jhi                                   on 2000/11/22  22:52:20
33660         Log: Be clean.
33661      Branch: perl
33662            ! Makefile.SH
33663 ____________________________________________________________________________
33664 [  7821] By: jhi                                   on 2000/11/22  22:46:39
33665         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
33666              by Damian Conway, as suggested by Paul Marquess.
33667      Branch: perl
33668            + lib/Filter/Simple.pm
33669 ____________________________________________________________________________
33670 [  7820] By: jhi                                   on 2000/11/22  22:45:51
33671         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
33672      Branch: perl
33673            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
33674            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
33675            + t/lib/filt-util.t
33676            ! MANIFEST
33677 ____________________________________________________________________________
33678 [  7819] By: jhi                                   on 2000/11/22  22:03:27
33679         Log: Integrate perlio.
33680      Branch: perl
33681           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
33682           !> win32/makefile.mk
33683 ____________________________________________________________________________
33684 [  7818] By: jhi                                   on 2000/11/22  21:56:02
33685         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
33686      Branch: perl
33687            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
33688            ! t/lib/io_sock.t
33689 ____________________________________________________________________________
33690 [  7817] By: jhi                                   on 2000/11/22  21:39:49
33691         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
33692              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33693              Date: Wed, 22 Nov 2000 16:08:12 -0500
33694              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
33695      Branch: perl
33696            ! lib/ExtUtils/Liblist.pm
33697 ____________________________________________________________________________
33698 [  7816] By: jhi                                   on 2000/11/22  21:38:25
33699         Log: Go ahead and #include <unistd.h> in perl.h.
33700      Branch: perl
33701            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
33702            ! util.c
33703 ____________________________________________________________________________
33704 [  7815] By: jhi                                   on 2000/11/22  21:22:52
33705         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
33706              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33707              Date: Mon, 20 Nov 2000 18:30:52 -0500
33708              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
33709      Branch: perl
33710            ! pod/perlre.pod regcomp.c t/op/re_tests
33711 ____________________________________________________________________________
33712 [  7814] By: jhi                                   on 2000/11/22  21:21:46
33713         Log: Subject: [PATCH 5.7.0] Liblist finally works
33714              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33715              Date: Tue, 21 Nov 2000 22:02:17 -0500
33716              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
33717      Branch: perl
33718            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
33719            ! lib/ExtUtils/MakeMaker.pm
33720 ____________________________________________________________________________
33721 [  7813] By: jhi                                   on 2000/11/22  21:20:23
33722         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
33723              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33724              Date: Wed, 22 Nov 2000 17:53:15 +0100
33725              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
33726              
33727              AIX dynaloader and perlio patch.
33728      Branch: perl
33729            ! ext/DynaLoader/dl_aix.xs
33730 ____________________________________________________________________________
33731 [  7812] By: jhi                                   on 2000/11/22  21:17:52
33732         Log: (Accidentally empty patch.)
33733      Branch: perl
33734            ! av.c
33735 ____________________________________________________________________________
33736 [  7811] By: jhi                                   on 2000/11/22  21:16:31
33737         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
33738              From: Peter Prymmer <pvhp@forte.com>
33739              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
33740              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
33741      Branch: perl
33742            ! vms/test.com
33743 ____________________________________________________________________________
33744 [  7810] By: jhi                                   on 2000/11/22  21:15:36
33745         Log: Subject: Re: perl@7777 
33746              From: "John P. Linderman" <jpl@research.att.com>
33747              Date: Wed, 22 Nov 2000 13:11:11 -0500
33748              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
33749              
33750              Detypoing.
33751      Branch: perl
33752            ! lib/CPAN.pm
33753 ____________________________________________________________________________
33754 [  7809] By: jhi                                   on 2000/11/22  21:14:19
33755         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
33756              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
33757              Date:     Wed, 22 Nov 2000 13:51:37 EST
33758              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
33759      Branch: perl
33760            ! perlsdio.h
33761 ____________________________________________________________________________
33762 [  7808] By: jhi                                   on 2000/11/22  21:13:27
33763         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
33764              From: Casey Tweten <crt@kiski.net>
33765              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
33766              Message-Id: <200011201653.LAA10194@home.kiski.net>
33767      Branch: perl
33768            ! t/lib/io_udp.t
33769 ____________________________________________________________________________
33770 [  7807] By: jhi                                   on 2000/11/22  21:12:35
33771         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
33772              From: Casey Tweten <crt@kiski.net>
33773              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
33774              Message-Id: <200011201636.LAA07227@home.kiski.net>
33775      Branch: perl
33776            ! t/lib/io_sock.t
33777 ____________________________________________________________________________
33778 [  7806] By: jhi                                   on 2000/11/22  21:10:59
33779         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
33780              From: "Casey R. Tweten" <crt@kiski.net>
33781              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
33782              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
33783      Branch: perl
33784            ! utils/h2xs.PL
33785 ____________________________________________________________________________
33786 [  7805] By: nick                                  on 2000/11/22  21:05:06
33787         Log: Integrate mainline
33788      Branch: perlio
33789           !> Changes Porting/genlog ext/DB_File/DB_File.xs
33790           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
33791           !> utils/perlbug.PL
33792 ____________________________________________________________________________
33793 [  7804] By: jhi                                   on 2000/11/22  21:01:12
33794         Log: Subject: [PATCH] Test.pm POD peculiarity
33795              From: "Casey R. Tweten" <crt@kiski.net>
33796              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
33797              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
33798      Branch: perl
33799            ! lib/Test.pm
33800 ____________________________________________________________________________
33801 [  7803] By: jhi                                   on 2000/11/22  20:59:59
33802         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
33803              From: "Philip Newton" <pnewton@gmx.de>
33804              Date: Wed, 22 Nov 2000 14:25:53 +0100
33805              Message-Id: <3A1BD771.25462.1939FAD@localhost>
33806              
33807              Be case-understanding also on 's', and use the -oi of sendmail
33808              not to terminate the transmission on a lone '.'.
33809      Branch: perl
33810            ! utils/perlbug.PL
33811 ____________________________________________________________________________
33812 [  7802] By: nick                                  on 2000/11/22  20:51:42
33813         Log: Win32 PerlIO intermediate state now working as expected.
33814              - In current state we are still using C runtime in text/binary
33815              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
33816              - PERLIO=stdio and PERLIO=unix pass all expected tests.
33817              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
33818              and PerlIO_seek() and the dummy crlf layer is not making adjustments
33819              for CRLF translation happening in C runtime. All other tests pass.
33820              
33821              Added note to README.win32 to point out the snags of doing a perl build
33822              with Norton AntiVirus turned on.
33823              
33824              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
33825              which file a fail comes from.
33826              
33827              Updated "canned" config.h to match the one generated.
33828      Branch: perlio
33829            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
33830            ! win32/makefile.mk
33831 ____________________________________________________________________________
33832 [  7801] By: jhi                                   on 2000/11/22  06:50:20
33833         Log: Nickety nits.
33834      Branch: perl
33835            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
33836 ____________________________________________________________________________
33837 [  7800] By: jhi                                   on 2000/11/22  01:29:55
33838         Log: Changes had accidentally gone too silent on non-main branches.
33839      Branch: perl
33840            ! Changes Porting/genlog patchlevel.h
33841 ____________________________________________________________________________
33842 [  7799] By: gsar                                  on 2000/11/22  01:02:56
33843         Log: some lib_pm.PL changes snuck in via change#7772
33844      Branch: maint-5.6/perl
33845            ! Makefile.SH
33846 ____________________________________________________________________________
33847 [  7798] By: nick                                  on 2000/11/21  21:59:40
33848         Log: Integrate mainline
33849      Branch: perlio
33850           !> (integrate 28 files)
33851 ____________________________________________________________________________
33852 [  7797] By: jhi                                   on 2000/11/21  21:01:45
33853         Log: Integrate perlio.
33854      Branch: perl
33855           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
33856 ____________________________________________________________________________
33857 [  7796] By: nick                                  on 2000/11/21  20:36:22
33858         Log: Win32 builds and runs (mostly) with USE_PERLIO.
33859              PERLIO=perlio passes all tests. 
33860              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
33861      Branch: perlio
33862            ! perlio.c win32/perllib.c win32/win32.c
33863 ____________________________________________________________________________
33864 [  7795] By: jhi                                   on 2000/11/21  19:03:44
33865         Log: Update Changes.
33866      Branch: perl
33867            ! Changes patchlevel.h
33868 ____________________________________________________________________________
33869 [  7794] By: jhi                                   on 2000/11/21  18:56:34
33870         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
33871              From: "Craig A. Berry" <craigberry@mac.com>
33872              Date: Mon, 20 Nov 2000 20:27:06 -0600
33873              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
33874              
33875              A cut-and-pasto.
33876      Branch: perl
33877            ! perlio.h
33878 ____________________________________________________________________________
33879 [  7793] By: jhi                                   on 2000/11/21  18:54:41
33880         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
33881              From: Dominic Dunlop <domo@computer.org> 
33882              Date: Mon, 20 Nov 2000 18:55:29 +0100
33883              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
33884              
33885              va_copy() and the need of it.
33886              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
33887      Branch: metaconfig/U/perl
33888            + need_va_copy.U
33889      Branch: perl
33890            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33891            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
33892            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
33893            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
33894            ! win32/config.bc win32/config.gc win32/config.vc
33895 ____________________________________________________________________________
33896 [  7792] By: jhi                                   on 2000/11/21  17:04:10
33897         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
33898      Branch: perl
33899           !> scope.h
33900 ____________________________________________________________________________
33901 [  7791] By: jhi                                   on 2000/11/21  17:01:16
33902         Log: Export the SOCKS workaround symbols only if necessary.
33903      Branch: perl
33904            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
33905 ____________________________________________________________________________
33906 [  7790] By: nick                                  on 2000/11/20  23:57:11
33907         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
33908      Branch: perlio
33909            ! scope.h
33910 ____________________________________________________________________________
33911 [  7789] By: nick                                  on 2000/11/20  23:38:33
33912         Log: Integrate mainline
33913      Branch: perlio
33914           +> lib/File/Spec/Epoc.pm
33915           !> (integrate 34 files)
33916 ____________________________________________________________________________
33917 [  7788] By: nick                                  on 2000/11/20  23:20:18
33918         Log: Make extra buffer layer work (dummy crlf layer)
33919      Branch: perlio
33920            ! doio.c perlio.c perlio.h
33921 ____________________________________________________________________________
33922 [  7787] By: jhi                                   on 2000/11/20  22:44:04
33923         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
33924              From: Peter Prymmer <pvhp@forte.com>
33925              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
33926              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
33927      Branch: perl
33928            ! t/pragma/locale.t
33929 ____________________________________________________________________________
33930 [  7786] By: jhi                                   on 2000/11/20  22:29:10
33931         Log: Subject: DOC PATCH 5.6.0 perlreftut
33932              From: mjd@plover.com
33933              Date: 20 Nov 2000 19:45:06 -0000
33934              Message-ID: <20001120194506.9505.qmail@plover.com>
33935      Branch: perl
33936            ! pod/perlreftut.pod
33937 ____________________________________________________________________________
33938 [  7785] By: jhi                                   on 2000/11/20  22:27:44
33939         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
33940              From: David Dyck <dcd@tc.fluke.com>
33941              Date: Mon, 20 Nov 2000 11:43:40 -0800
33942              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
33943      Branch: perl
33944            ! lib/Cwd.pm
33945 ____________________________________________________________________________
33946 [  7784] By: jhi                                   on 2000/11/20  22:23:21
33947         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
33948              Date: Mon, 20 Nov 2000 17:06:10 -0500
33949              To: Mailing list Perl5 <perl5-porters@perl.org>
33950              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
33951      Branch: perl
33952            ! pp_ctl.c t/op/pat.t
33953 ____________________________________________________________________________
33954 [  7783] By: jhi                                   on 2000/11/20  22:11:18
33955         Log: Subject: [PATCH] doop.c - UTF8 tr///               
33956              From: Simon Cozens <simon@cozens.net>
33957              Date: Sat, 18 Nov 2000 18:49:30 +0000
33958              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
33959              
33960              Subject: Re: [PATCH] doop.c - UTF8 tr///           
33961              From: Simon Cozens <simon@cozens.net>
33962              Date: Mon, 20 Nov 2000 20:45:22 +0000
33963              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
33964              
33965              Make tr on UTF-8 better but still not correct.
33966      Branch: perl
33967            ! doop.c
33968 ____________________________________________________________________________
33969 [  7782] By: jhi                                   on 2000/11/20  22:02:16
33970         Log: Remove the shared object before attempting to create
33971              (by linking) a new one.  E.g. in AIX not removing
33972              becomes quite painful if one tries to do more than one
33973              build in the same tree (an interrupted build, for example),
33974              since the AIX' shared dynaloader seemingly keeps the shared
33975              objects open and therefore 'busy' for quite a while, even when
33976              nobody is using the objects, leading into link failures.
33977      Branch: perl
33978            ! lib/ExtUtils/MM_Unix.pm
33979 ____________________________________________________________________________
33980 [  7781] By: gsar                                  on 2000/11/20  19:02:55
33981         Log: type mismatch due to faulty integration
33982      Branch: maint-5.6/perl
33983            ! toke.c win32/Makefile
33984 ____________________________________________________________________________
33985 [  7780] By: gsar                                  on 2000/11/20  17:31:55
33986         Log: integrate changes#6392,6394..6399,6401..6404
33987              
33988              The {multiplier} of a fixed substring was overlooked which
33989              caused a wrong initial search offset for that substring.
33990              
33991              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
33992              From: Hugo <hv@crypt.compulink.co.uk>
33993              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
33994              Date: Thu, 13 Jul 2000 19:27:13 +0100
33995              
33996              Fix the BOM bug: not a byteorder bug, a signedness bug.
33997              
33998              Replace change #6337 with a better one.
33999              
34000              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
34001              From: Hugo <hv@crypt.compulink.co.uk>
34002              Date: Fri, 14 Jul 2000 04:16:20 +0100
34003              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
34004              
34005              MakeMaker should not remove editor backups (*~) on `make clean`
34006              by default (completes change#6383)
34007              
34008              move new variables to the end of the interpreter structure (for
34009              bincompat in code that doesn't #include XSUB.h)
34010              
34011              rename totally bletcherous SvLOCK() thingy (doesn't do what the
34012              name suggests anyway)
34013              
34014              various cleanups (typos, misformatted code, and small bugs)
34015              
34016              typecasts needed for change#6394
34017              
34018              typos in change#6399, regen headers
34019              
34020              inconsistent types needs casts
34021              
34022              PERL_OBJECT build tweaks
34023      Branch: maint-5.6/perl
34024           !> MANIFEST doop.c embed.h embed.pl embedvar.h
34025           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
34026           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
34027           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
34028           !> toke.c util.c
34029 ____________________________________________________________________________
34030 [  7779] By: gsar                                  on 2000/11/20  17:06:29
34031         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
34032              
34033              Cosmetics and perldelta.
34034              
34035              Fix nits noticed by Boston.pm.
34036              
34037              Do the cc sanity check both before the hints and
34038              after the cc selction.
34039              
34040              get sprintf.t to adjust properly for 3-digit exponents
34041              
34042              don't clobber *.orig files on *clean targets
34043              
34044              fix bugs in processing %v-*d and similar format specs (from
34045              Avi Finkel <avi@finkel.org>)
34046              
34047              sprintf test tweaks (from Dominic Dunlop)
34048              
34049              new selfloader.t in change#6183 doesn't close DATA handles,
34050              and thus fails to clean up tmp files on dosish platforms
34051              
34052              typos (spotted by Peter Prymmer)
34053              
34054              typo fix from Craig Berry
34055      Branch: maint-5.6/perl
34056           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
34057           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
34058           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
34059           !> x2p/Makefile.SH
34060 ____________________________________________________________________________
34061 [  7778] By: gsar                                  on 2000/11/20  16:46:51
34062         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
34063              
34064              Subject: Re: format bug report  [Patch]
34065              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
34066              Date: Wed, 05 Jul 2000 13:12:52 +0200
34067              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
34068              
34069              Subject: Re: format bug report  [Patch]
34070              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
34071              Date: Wed, 05 Jul 2000 14:10:01 +0200
34072              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
34073              
34074              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
34075              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
34076              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
34077              Date: Fri, 07 Jul 2000 17:57:16 +0100
34078              
34079              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
34080              To: perl5-porters@perl.org
34081              From: Karsten Sperling <spiff@phreax.net>
34082              Date: Mon, 10 Jul 2000 15:12:52 +0200
34083              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
34084              
34085              README.posix-bc podified from Thomas Dorner.
34086              
34087              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
34088              From: Dominic Dunlop <domo@computer.org>
34089              Date: Tue, 11 Jul 2000 12:27:33 +0200
34090              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
34091              
34092              Typo in #6341.
34093              
34094              Fix for
34095              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
34096              From: Roderick Schertler <roderick@argon.org>
34097              Date: Tue, 11 Jul 2000 13:55:05 -0400
34098              Message-Id: <200007111755.NAA05077@jones.argon.org>
34099              
34100              Minor cleanups on the booklist.
34101              
34102              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
34103              regen perltoc.
34104              
34105              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
34106      Branch: maint-5.6/perl
34107           +> pod/perlbook.pod
34108           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
34109           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
34110           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
34111 ____________________________________________________________________________
34112 [  7777] By: jhi                                   on 2000/11/20  16:08:49
34113         Log: Update Changes.
34114      Branch: perl
34115            ! Changes patchlevel.h
34116 ____________________________________________________________________________
34117 [  7776] By: jhi                                   on 2000/11/20  15:27:56
34118         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
34119              This may be overly harsh but until proven otherwise, we think this
34120              way, or until we have a simple test for Configure (having to start
34121              up servers is does not count as simple) to check for the problems.
34122      Branch: perl
34123            ! perl.h
34124 ____________________________________________________________________________
34125 [  7775] By: jhi                                   on 2000/11/20  15:22:17
34126         Log: Solaris hints tweaks.
34127      Branch: perl
34128            ! hints/solaris_2.sh
34129 ____________________________________________________________________________
34130 [  7774] By: jhi                                   on 2000/11/20  15:01:20
34131         Log: Add a workaround to SOCKS 64-bit problems.
34132      Branch: perl
34133            ! doio.c embed.h embed.pl perlsdio.h proto.h
34134 ____________________________________________________________________________
34135 [  7773] By: jhi                                   on 2000/11/20  14:51:47
34136         Log: sysseek() instead of seek().
34137      Branch: perl
34138            ! t/lib/syslfs.t
34139 ____________________________________________________________________________
34140 [  7772] By: gsar                                  on 2000/11/20  13:06:23
34141         Log: integrate changes#6315..6319,6321..6331,6333..6338
34142              
34143              Integrate with Sarathy, preliminary fix for unicos
34144              alignment problems in [ID 20000612.002] Perl problem on Cray system.
34145              
34146              some debugger output does not go to the socket when RemotePort is set
34147              
34148              winsock cleanup never done on Windows (leads to handle leaks)
34149              
34150              fix UNC path handling on Windows under ithreads, and chdir()
34151              return value when given a non-existent directory
34152              
34153              Autogenerate pod/Makefile and pod/buildtoc.
34154              buildtoc also checks whether the existin pods are
34155              mentioned in MANIFEST and perl.pod, and vice versa.
34156              (None of the thusly found discrepancies fixed yet.)
34157              roffitall also needs to be autogenerated similarly but it
34158              seems so badly out of date that I didn't touch it yet.
34159              
34160              Config is being used.
34161              
34162              Add =head1 NAMEs so that buildtoc is happy.
34163              (The CGI::Util nit reported to Lincoln.)
34164              
34165              Fix complaints of buildtoc.
34166              
34167              Fix the alignment problem in Crays ([ID 20000612.002]).
34168              
34169              Remove perlbook, update perlfaq book listing,
34170              rearrange perl.pod, regenerate perltoc.
34171              
34172              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
34173              was cast to an unsigned (32-bit) integer with wild abandon.
34174              
34175              winsock options weren't being set in all threads under ithreads
34176              (caused send()s from second and subsequent threads to fail)
34177              
34178              accept() leaks memory on windows due to incorrect ordering of
34179              closesocket() and fclose() calls
34180              
34181              Reorder perl.pod once more.
34182              
34183              More POSIX.pod tweaks.
34184              
34185              Sprinkle ldlibpath.
34186              
34187              Precedence goof, fix based on
34188              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
34189              From: Hugo <hv@crypt.compulink.co.uk>
34190              Date: Tue, 11 Jul 2000 12:52:38 +0100
34191              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
34192              
34193              Subject: PATCH perlguts.pod: Document D and d magic types
34194              From: mjd@plover.com
34195              Date: 5 Jul 2000 18:01:51 -0000
34196              Message-ID: <20000705180151.29413.qmail@plover.com>
34197              
34198              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
34199              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
34200              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
34201              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
34202              
34203              Subject: [PATCH cfgperl] $& segfaults if you trick it
34204              From: simon@brecon.co.uk (Simon Cozens)
34205              Date: 7 Jul 2000 11:26:09 GMT
34206              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
34207              
34208              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
34209              From: Hugo <hv@crypt.compulink.co.uk>
34210              Date: Tue, 11 Jul 2000 12:44:50 +0100
34211              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
34212              
34213              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
34214              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
34215              Date: Tue, 11 Jul 2000 13:50:51 +0100
34216              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
34217      Branch: maint-5.6/perl
34218           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
34219           +> pod/buildtoc.PL
34220            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
34221           !> (integrate 26 files)
34222 ____________________________________________________________________________
34223 [  7771] By: gsar                                  on 2000/11/20  12:31:42
34224         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
34225              6310,6311,6314
34226              
34227              Subject: [PATCH bleedperl] File::Spec 0.82 beta
34228              From: Barrie Slaymaker <barries@jester.slaysys.com>
34229              Date: Wed, 28 Jun 2000 11:35:29 -0400
34230              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
34231              
34232              tweak perlembed for multiplicity/usethreads sanity; correct notes
34233              about Windows
34234              
34235              localize %INC in a Safe compartment so that use/require work
34236              (many other magic globals probably need similar treatment)
34237              
34238              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
34239              when @_ is modified, causing coredumps
34240              
34241              slurp mode fix in change#4736 still not quite right
34242              
34243              Point to perlipc for more SysV IPC examples.
34244              
34245              Elaborate POSIX.pod.  Still needs work.
34246              
34247              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
34248              
34249              fix large memory leak that has been around for ever, masked by
34250              -DPURIFY (most of the arenas were never freed!)
34251              
34252              fix memory leak on Windows (PL_sys_intern contents were never
34253              freed)
34254              
34255              PERL_OBJECT build tweak
34256              
34257              adjust change#6299
34258              
34259              remove rel2abs prototypes (from Barrie Slaymaker)
34260              
34261              missing perldiag entry for unpack("w",...) diagnostic (from
34262              Andreas Koenig)
34263              
34264              better diagnostic on Frob->stuff() when Frob:: doesn't exist
34265              (from Richard Soderberg <rs@oregonnet.com>)
34266              
34267              Win32 patches for cfgperl from Sarathy.
34268              
34269              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
34270              
34271              More POSIX.pod embellishment.
34272              
34273              tyop in change#6306
34274      Branch: maint-5.6/perl
34275           !> (integrate 44 files)
34276 ____________________________________________________________________________
34277 [  7770] By: gsar                                  on 2000/11/20  11:51:00
34278         Log: integrate changes#6268..6282 from cfgperl branch
34279              
34280              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
34281              From: Dominic Dunlop <domo@computer.org>
34282              Date: Thu, 29 Jun 2000 12:32:39 +0200
34283              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
34284              
34285              Regen headers for #6261 (and update embed.pl for this) and #6267,
34286              silence few compiler warnings.
34287              
34288              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
34289              From: Nicholas Clark <nick@talking.bollo.cx>
34290              Date: Fri, 23 Jun 2000 16:21:15 +0100
34291              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
34292              
34293              Subject: PATCH pod/perltie.pod
34294              From: Ian Phillipps <Ian.Phillipps@iname.com>
34295              Date: Fri, 16 Jun 2000 00:17:19 +0100
34296              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
34297              (only the first hunk, the second hunk had already been done
34298              by some other patch)
34299              
34300              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
34301              From: Tom Phoenix <rootbeer@redcat.com>
34302              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
34303              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
34304              
34305              Subject: [PATCH] xsub attributes
34306              From: Doug MacEachern <dougm@covalent.net>
34307              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
34308              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
34309              
34310              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
34311              From: Andy Dougherty <doughera@lafayette.edu>
34312              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
34313              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
34314              
34315              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
34316              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
34317              Date: Tue, 13 Jun 2000 02:43:48 -0500
34318              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
34319              
34320              Subject: [PATCH] Re: eval documentation: context
34321              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
34322              Date: Mon, 12 Jun 2000 15:07:29 +0100
34323              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
34324              
34325              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
34326              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
34327              Date: Mon, 12 Jun 2000 14:55:59 +0100
34328              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
34329              
34330              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
34331              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
34332              Date: Fri, 09 Jun 2000 12:39:27 -0400
34333              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
34334              (plus update the version "number" of Text::Wrap)
34335              
34336              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
34337              From: Tim Ayers <tayers@bridge.com>
34338              Date: Thu, 08 Jun 2000 08:11:06 +0200
34339              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
34340              [resent by Richard Foley, Message-Id probably wrong]
34341              
34342              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
34343              From: rspier@pobox.com (Robert Spier)
34344              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
34345              Message-ID: <14654.31913.845602.610277@rls.cx>
34346              
34347              Subject: [PATCH 5.6.0] utils/h2xs.PL
34348              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
34349              Date: Wed, 7 Jun 2000 04:02:04 -0500
34350              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
34351              
34352              Subject: [PATCH 5.6.0]ITHREADs for VMS
34353              From: Dan Sugalski <dan@sidhe.org>
34354              Date: Tue, 06 Jun 2000 11:59:50 -0400
34355              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
34356      Branch: maint-5.6/perl
34357           !> (integrate 31 files)
34358 ____________________________________________________________________________
34359 [  7769] By: gsar                                  on 2000/11/20  11:29:06
34360         Log: integrate changes#6261..6266 from cfgperl
34361              
34362              Subject: Re: [PATCH cfgperl] BOMs away!
34363              From: simon@brecon.co.uk (Simon Cozens)
34364              Date: 17 Jun 2000 11:49:57 GMT
34365              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
34366              
34367              Subject: 5.6.0 Patch for EPOC
34368              From: Olaf Flebbe <o.flebbe@gmx.de>
34369              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
34370              Message-ID: <23449.960929969@www11.gmx.net>
34371              
34372              tr fixes from Simon Cozens
34373              
34374              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
34375              From: Marty Lucich <marty@netcom.com>
34376              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
34377              Message-Id: <200006282116.OAA11148@netcom.com>
34378              ccdlflags update (the BSD/OS 4.1 part had already been taken
34379              care of by #6141).
34380              
34381              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
34382              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
34383              Date: Wed, 28 Jun 2000 17:50:12 -0700
34384              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
34385              
34386              Subject: [PATCH 5.6.0] cygwin port
34387              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
34388              From: "Fifer, Eric" <EFifer@sanwaint.com>
34389              Date: Thu, 29 Jun 2000 12:58:29 +0100
34390      Branch: maint-5.6/perl
34391           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
34392           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
34393           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
34394           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
34395 ____________________________________________________________________________
34396 [  7768] By: gsar                                  on 2000/11/20  11:13:44
34397         Log: integrate changes#6252..6256,6259..6260
34398              
34399              Paranoia tweak on #6249.
34400              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
34401              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
34402              Date: Sun, 25 Jun 2000 23:43:12 -0400
34403              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
34404              
34405              Subject: tr///, help wanted.
34406              From: simon@brecon.co.uk (Simon Cozens)
34407              Date: 28 Jun 2000 11:29:04 GMT
34408              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
34409              
34410              small thinko tweaks
34411              
34412              tweaks from Simon Conzes to further fix tr/// under utf8
34413              
34414              perlnewmod was missing from MANIFEST.
34415              
34416              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
34417              From: simon@brecon.co.uk (Simon Cozens)
34418              Date: 17 Jun 2000 11:56:44 GMT
34419              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
34420              pack U0, pack C0
34421      Branch: maint-5.6/perl
34422           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
34423           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
34424           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
34425           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
34426 ____________________________________________________________________________
34427 [  7767] By: gsar                                  on 2000/11/20  10:51:38
34428         Log: integrate change#6250 from cfgperl
34429              
34430              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
34431              From: Doug MacEachern <dougm@covalent.net>
34432              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
34433              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
34434      Branch: maint-5.6/perl
34435           +> t/op/my_stash.t
34436           !> MANIFEST embed.pl global.sym proto.h toke.c
34437 ____________________________________________________________________________
34438 [  7766] By: gsar                                  on 2000/11/20  10:48:34
34439         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
34440              
34441              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
34442              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
34443              Date: Mon, 26 Jun 2000 18:40:14 +0100
34444              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
34445              
34446              Subject: [PATCH] bytes<->utf8 fixes
34447              From: simon@brecon.co.uk (Simon Cozens)
34448              Date: 26 Jun 2000 04:55:45 GMT
34449              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
34450              
34451              Subject: [PATCH] is_utf8_string
34452              From: simon@brecon.co.uk (Simon Cozens)
34453              Date: 26 Jun 2000 02:25:59 GMT
34454              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
34455              
34456              Subject: [PATCH] avoid mg_ptr in '*' magic
34457              From: Doug MacEachern <dougm@covalent.net>
34458              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
34459              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
34460              
34461              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
34462              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
34463              Date: Sat, 24 Jun 2000 13:06:20 +0100
34464              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
34465              
34466              Allow for standalone testing.
34467              
34468              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
34469              From: Mark-Jason Dominus <mjd@plover.com>
34470              Date: Tue, 27 Jun 2000 22:36:42 -0400
34471              Message-ID: <20000628023642.12166.qmail@plover.com>
34472              
34473              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
34474              From: Frank Tobin <ftobin@uiuc.edu>
34475              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
34476              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
34477      Branch: maint-5.6/perl
34478           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
34479           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
34480           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
34481           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
34482           !> utf8.c utils/h2xs.PL
34483 ____________________________________________________________________________
34484 [  7765] By: gsar                                  on 2000/11/20  10:29:13
34485         Log: integrate change#6239 from cfgperl
34486              
34487              Configure maintenance.  Sever some dependency cycles,
34488              separate gccversion from the cc unit,
34489              address [ID 20000623.006] Configure script patch for using gcc on AIX
34490              (but solve it a little bit differently),
34491              unduplex some accidentally duplicated units,
34492              suggest using gcc if no cc available
34493              (p5p thread: "Solaris configure: counterproposal", 1999-09)
34494      Branch: maint-5.6/perl
34495           !> Configure Todo-5.6 config_h.SH
34496 ____________________________________________________________________________
34497 [  7764] By: gsar                                  on 2000/11/20  10:25:55
34498         Log: integrate changes#6233..6238 from cfgperl
34499              
34500              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
34501              From: Mark-Jason Dominus <mjd@plover.com>
34502              Date: Fri, 16 Jun 2000 20:53:04 -0400
34503              Message-ID: <20000617005304.8008.qmail@plover.com>
34504              
34505              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
34506              because when run as services (Win32ese for daemons)
34507              no environment variables are set and tmpdir ends up as /tmp,
34508              which is ambiguous.
34509              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
34510              From: matt@sergeant.org
34511              Date: 16 Jun 2000 16:30:43 -0000
34512              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
34513              
34514              The thread begun by
34515              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
34516              From: Kevin.Ruscoe@ubsw.com
34517              Date: Fri, 16 Jun 2000 16:38:51 +0100
34518              Message-Id: <H000019b03c300d6@MHS>
34519              
34520              Tweak embed.pl, regen headers.
34521              
34522              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
34523              From: Dan Sugalski <dan@sidhe.org>
34524              Date: Fri, 23 Jun 2000 17:00:00 -0400
34525              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
34526      Branch: maint-5.6/perl
34527           !> (integrate 27 files)
34528 ____________________________________________________________________________
34529 [  7763] By: gsar                                  on 2000/11/20  10:08:08
34530         Log: s/perl56delta/perldelta/g
34531      Branch: maint-5.6/perl
34532            ! pod/Makefile
34533 ____________________________________________________________________________
34534 [  7762] By: gsar                                  on 2000/11/20  10:04:00
34535         Log: integrate changes#6225,6229,6231,6232 from cfgperl
34536              
34537              Add source code filenames to apidoc.
34538              From: simon@brecon.co.uk (Simon Cozens)
34539              Subject: [PATCH embed.pl] Source X-ref
34540              Date: 22 Jun 2000 02:18:49 GMT
34541              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
34542              
34543              Subject: README.hpux version 0.6.1
34544              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
34545              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
34546              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
34547              
34548              Subject: [PATCH 5.6.0] cygwin port
34549              From: "Fifer, Eric" <EFifer@sanwaint.com>
34550              Date: Tue, 20 Jun 2000 14:30:58 +0100
34551              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
34552              
34553              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
34554              From: simon@brecon.co.uk (Simon Cozens)
34555              Date: 19 Jun 2000 15:18:27 GMT
34556              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
34557              
34558              plus update pod/Makefile and regenerate perltoc
34559      Branch: maint-5.6/perl
34560           +> pod/perlutil.pod
34561           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
34562           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
34563 ____________________________________________________________________________
34564 [  7761] By: jhi                                   on 2000/11/20  04:09:55
34565         Log: Miraculous typo.
34566      Branch: perl
34567            ! t/op/pat.t
34568 ____________________________________________________________________________
34569 [  7760] By: jhi                                   on 2000/11/20  04:06:08
34570         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
34571              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34572              Date: Sun, 19 Nov 2000 22:30:26 -0500
34573              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
34574      Branch: perl
34575            ! regexec.c scope.h t/op/pat.t
34576 ____________________________________________________________________________
34577 [  7759] By: jhi                                   on 2000/11/20  02:05:22
34578         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
34579      Branch: perl
34580            ! perl.h
34581 ____________________________________________________________________________
34582 [  7758] By: jhi                                   on 2000/11/20  01:58:11
34583         Log: Subject: [perl 7711: EPOC] updates
34584              From: Olaf Flebbe <o.flebbe@gmx.de>
34585              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
34586              Message-ID: <25575.974658810@www23.gmx.net>               
34587      Branch: perl
34588            + lib/File/Spec/Epoc.pm
34589            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
34590            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
34591            ! lib/File/Spec.pm perl.c sv.c
34592 ____________________________________________________________________________
34593 [  7757] By: jhi                                   on 2000/11/20  01:53:11
34594         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
34595      Branch: perl
34596            ! MANIFEST
34597 ____________________________________________________________________________
34598 [  7756] By: jhi                                   on 2000/11/20  01:47:22
34599         Log: Integrate perlio.
34600      Branch: perl
34601            - ext/re/hints/MSWin32.pl
34602           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
34603           !> win32/config.gc win32/config_H.gc win32/win32sck.c
34604 ____________________________________________________________________________
34605 [  7755] By: nick                                  on 2000/11/19  20:57:17
34606         Log: Add dummy crlf layer (just as buffer)
34607              Correct 1st bug - one layer of indirection.
34608      Branch: perlio
34609            ! perlio.c perlio.h perliol.h
34610 ____________________________________________________________________________
34611 [  7754] By: nick                                  on 2000/11/19  20:56:12
34612         Log: Work-round to Perl_deb_nocontext is no longer required
34613      Branch: perlio
34614            - ext/re/hints/MSWin32.pl
34615 ____________________________________________________________________________
34616 [  7753] By: nick                                  on 2000/11/19  20:01:16
34617         Log: diff -se shows these as different
34618      Branch: perlio
34619            ! global.sym pod/perlapi.pod
34620 ____________________________________________________________________________
34621 [  7752] By: nick                                  on 2000/11/19  18:57:30
34622         Log: Configure GCC/Win32 build -Duseperlio
34623              Fix a couple of gross issues
34624              - double-include of ../deb.o in re.dll
34625              - win32sck.c needs PerlIO and FILE 
34626      Branch: perlio
34627            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
34628            ! win32/win32sck.c
34629 ____________________________________________________________________________
34630 [  7751] By: nick                                  on 2000/11/19  17:05:36
34631         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
34632      Branch: perlio
34633            ! perlio.c
34634 ____________________________________________________________________________
34635 [  7750] By: nick                                  on 2000/11/19  16:57:14
34636         Log: Missing aTHX_
34637      Branch: perlio
34638            ! sv.c
34639 ____________________________________________________________________________
34640 [  7749] By: jhi                                   on 2000/11/19  16:28:40
34641         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
34642              From: "Peter J. Farley III" <pjfarley@banet.net>
34643              Date: Sun, 19 Nov 2000 01:42:58 -0500
34644              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
34645      Branch: perl
34646            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
34647 ____________________________________________________________________________
34648 [  7748] By: jhi                                   on 2000/11/19  16:08:10
34649         Log: Subject: podlators 1.05 available        
34650              From: Russ Allbery <rra@stanford.edu>   
34651              Date: 18 Nov 2000 22:04:28 -0800
34652              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
34653      Branch: perl
34654            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
34655 ____________________________________________________________________________
34656 [  7747] By: nick                                  on 2000/11/19  11:19:39
34657         Log: Integrate mainline
34658      Branch: perlio
34659           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
34660           !> util.c
34661 ____________________________________________________________________________
34662 [  7746] By: jhi                                   on 2000/11/19  06:42:22
34663         Log: Make hex scanning warn on "\x{x}" and "\xx".
34664              "\x" and and hex("x") are still valid.
34665      Branch: perl
34666            ! util.c
34667 ____________________________________________________________________________
34668 [  7745] By: nick                                  on 2000/11/18  22:52:28
34669         Log: Integrate mainline
34670      Branch: perlio
34671           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
34672           !> perl.h perlio.c proto.h regcomp.c regcomp.h
34673 ____________________________________________________________________________
34674 [  7744] By: jhi                                   on 2000/11/18  22:50:28
34675         Log: Introduce Perl_utf8_length().  Use it.
34676      Branch: perl
34677            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
34678 ____________________________________________________________________________
34679 [  7743] By: jhi                                   on 2000/11/18  22:38:51
34680         Log: Compiler denit.
34681      Branch: perl
34682            ! perlio.c
34683 ____________________________________________________________________________
34684 [  7742] By: jhi                                   on 2000/11/18  20:33:05
34685         Log: Integrate perlio.
34686      Branch: perl
34687           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
34688           !> perlio.h pp_ctl.c pp_sys.c sv.c
34689 ____________________________________________________________________________
34690 [  7741] By: jhi                                   on 2000/11/18  20:31:27
34691         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
34692              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34693              Date: Fri, 17 Nov 2000 20:35:11 -0500
34694              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
34695              
34696              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
34697              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34698              Date: Fri, 17 Nov 2000 21:03:47 -0500
34699              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
34700              
34701              Plus a little bit of tweaking in pregcomp().
34702      Branch: perl
34703            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
34704 ____________________________________________________________________________
34705 [  7740] By: nick                                  on 2000/11/18  20:17:22
34706         Log: Lexical use open ... support:
34707              add ->cop_io to COP structure in cop.h.
34708              Make mg.c and gv.c associate it with ${^OPEN}.
34709              Make lib/open.pm set it.
34710              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
34711              manner similar to ->cop_warnings.
34712              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
34713              call new PerlIO_apply_layers().
34714              Declare latter in perlio.h and define in perlio.c
34715      Branch: perlio
34716            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
34717            ! perlio.h pp_ctl.c pp_sys.c sv.c
34718 ____________________________________________________________________________
34719 [  7739] By: jhi                                   on 2000/11/18  19:54:00
34720         Log: Integrate perlio.
34721      Branch: perl
34722           !> doio.c perlio.c pp.c
34723 ____________________________________________________________________________
34724 [  7738] By: jhi                                   on 2000/11/18  17:16:13
34725         Log: Subject: [PATCH 5.7.0] etags broken again
34726              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34727              Date: Sat, 18 Nov 2000 02:41:36 -0500
34728              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
34729      Branch: perl
34730            ! emacs/ptags
34731 ____________________________________________________________________________
34732 [  7737] By: jhi                                   on 2000/11/18  17:12:18
34733         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
34734      Branch: perl
34735            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
34736 ____________________________________________________________________________
34737 [  7736] By: nick                                  on 2000/11/18  14:06:20
34738         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
34739              part to be isolated.
34740      Branch: perlio
34741            ! doio.c perlio.c
34742 ____________________________________________________________________________
34743 [  7735] By: nick                                  on 2000/11/18  11:03:32
34744         Log: Integrate mainline
34745      Branch: perlio
34746           !> Changes README.amiga README.win32 patchlevel.h
34747           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
34748 ____________________________________________________________________________
34749 [  7734] By: jhi                                   on 2000/11/18  01:18:56
34750         Log: Update Changes.
34751      Branch: perl
34752            ! Changes patchlevel.h
34753 ____________________________________________________________________________
34754 [  7733] By: jhi                                   on 2000/11/18  00:32:54
34755         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
34756              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34757              Date: Fri, 17 Nov 2000 17:28:02 -0500
34758              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
34759      Branch: perl
34760            ! regcomp.c regexec.c t/op/re_tests
34761 ____________________________________________________________________________
34762 [  7732] By: jhi                                   on 2000/11/18  00:28:56
34763         Log: Sparc 64-bit pack() fix from Jens Hamisch.
34764      Branch: perl
34765            ! pp.c
34766 ____________________________________________________________________________
34767 [  7731] By: jhi                                   on 2000/11/18  00:18:39
34768         Log: Explain in more detail the {} syntax ambiguousity.
34769              
34770              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
34771              From: Nicholas Clark <nick@ccl4.org>
34772              Date: Fri, 17 Nov 2000 22:10:28 +0000
34773              Message-ID: <20001117221028.A88930@plum.flirble.org>
34774      Branch: perl
34775            ! pod/perlfunc.pod
34776 ____________________________________________________________________________
34777 [  7730] By: jhi                                   on 2000/11/18  00:12:18
34778         Log: Subject: Fix for README.amiga (20000323.033)
34779              From: "Stephen P. Potter" <spp@spotter.yi.org>
34780              Date: Fri, 17 Nov 2000 12:25:51 -0500
34781              Message-Id: <200011171725.MAA05768@spotter.yi.org>
34782      Branch: perl
34783            ! README.amiga
34784 ____________________________________________________________________________
34785 [  7729] By: jhi                                   on 2000/11/18  00:08:34
34786         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
34787              From: "A. C. Yardley" <yardley@tanet.net>
34788              Date: Mon, 3 Apr 2000 11:35:33 -0700
34789              Message-ID: <3483.000403@tanet.net>
34790      Branch: perl
34791            ! README.win32
34792 ____________________________________________________________________________
34793 [  7728] By: nick                                  on 2000/11/17  21:59:47
34794         Log: Integrate mainline
34795      Branch: perlio
34796           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
34797           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
34798           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
34799           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
34800 ____________________________________________________________________________
34801 [  7727] By: nick                                  on 2000/11/17  21:56:31
34802         Log: Experiment on use of attributes.pm interface.
34803              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
34804              SVt_PVRV if not already something better (else vivify of say magic gets
34805              core dump).
34806      Branch: perlio
34807            ! perlio.c pp.c
34808 ____________________________________________________________________________
34809 [  7726] By: jhi                                   on 2000/11/17  14:15:49
34810         Log: Subject: Fix for 20000815.006
34811              From: "Stephen P. Potter" <spp@spotter.yi.org>
34812              Date: Fri, 17 Nov 2000 08:57:45 -0500
34813              Message-Id: <200011171357.IAA05122@spotter.yi.org>
34814              
34815              It's really 20000518.006.
34816      Branch: perl
34817            ! pod/perlmodlib.PL
34818 ____________________________________________________________________________
34819 [  7725] By: jhi                                   on 2000/11/17  14:12:31
34820         Log: Subject: Fix for 20000409.001
34821              From: "Stephen P. Potter" <spp@spotter.yi.org>
34822              Date: Fri, 17 Nov 2000 08:55:45 -0500
34823              Message-Id: <200011171355.IAA05104@spotter.yi.org>
34824      Branch: perl
34825            ! pod/perlfaq9.pod
34826 ____________________________________________________________________________
34827 [  7724] By: jhi                                   on 2000/11/17  14:08:58
34828         Log: Undo #7627 now that we have =head3.
34829      Branch: perl
34830            ! pod/perlhack.pod
34831 ____________________________________________________________________________
34832 [  7723] By: jhi                                   on 2000/11/17  14:04:09
34833         Log: As surmised the #7719 wasn't a good move.
34834      Branch: perl
34835            ! hints/solaris_2.sh
34836 ____________________________________________________________________________
34837 [  7722] By: jhi                                   on 2000/11/17  13:59:04
34838         Log: Also the 64bitall hints can be either here or there.
34839      Branch: perl
34840            ! hints/solaris_2.sh
34841 ____________________________________________________________________________
34842 [  7721] By: jhi                                   on 2000/11/17  02:26:23
34843         Log: Test tweak for the open pragma.
34844      Branch: perl
34845            ! t/lib/b.t
34846 ____________________________________________________________________________
34847 [  7720] By: jhi                                   on 2000/11/17  00:23:22
34848         Log: The long double hints can be here or there.
34849      Branch: perl
34850            ! hints/solaris_2.sh
34851 ____________________________________________________________________________
34852 [  7719] By: jhi                                   on 2000/11/17  00:14:06
34853         Log: For Solaris use64bitall the stdchar needs a little bit of help.
34854      Branch: perl
34855            ! hints/solaris_2.sh
34856 ____________________________________________________________________________
34857 [  7718] By: jhi                                   on 2000/11/16  23:27:34
34858         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
34859              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
34860              Date: Wed, 15 Nov 2000 08:56:32 +0100
34861              Message-ID: <3A1241B0.64477E00@alcatel.at>
34862      Branch: perl
34863            ! lib/Carp/Heavy.pm
34864 ____________________________________________________________________________
34865 [  7717] By: jhi                                   on 2000/11/16  23:23:29
34866         Log: Subject: [PATCH] Re: 20001101.003 PDL
34867              From: Nicholas Clark <nick@ccl4.org>
34868              Date: Thu, 16 Nov 2000 16:48:25 +0000
34869              Message-ID: <20001116164825.B93487@plum.flirble.org>
34870      Branch: perl
34871            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
34872 ____________________________________________________________________________
34873 [  7716] By: jhi                                   on 2000/11/16  23:21:31
34874         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
34875              From: "Casey R. Tweten" <crt@kiski.net>
34876              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
34877              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
34878      Branch: perl
34879            ! lib/Pod/Checker.pm pod/perlpod.pod
34880 ____________________________________________________________________________
34881 [  7715] By: jhi                                   on 2000/11/16  23:19:40
34882         Log: Avoid an infinite loop in VMS when utils scripts are run
34883              with no arguments, from Charles Lane.
34884      Branch: perl
34885            ! configure.com
34886 ____________________________________________________________________________
34887 [  7714] By: jhi                                   on 2000/11/16  23:17:08
34888         Log: Subject: perllocale.pod changes
34889              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
34890              Date: Mon, 13 Nov 2000 10:09:22 +0300
34891              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
34892      Branch: perl
34893            ! pod/perllocale.pod
34894 ____________________________________________________________________________
34895 [  7713] By: jhi                                   on 2000/11/16  23:14:06
34896         Log: Integrate perlio.
34897      Branch: perl
34898           !> doio.c perlio.c perlio.h util.c
34899 ____________________________________________________________________________
34900 [  7712] By: nick                                  on 2000/11/16  21:10:58
34901         Log: Integrate mainline
34902      Branch: perlio
34903           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
34904           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
34905           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
34906           !> vos/config.ga.def vos/config.ga.h win32/config.bc
34907           !> win32/config.gc win32/config.vc
34908 ____________________________________________________________________________
34909 [  7711] By: nick                                  on 2000/11/16  19:56:41
34910         Log: Minor tweaks:
34911              consistent way of getting 'rb', 'wb' etc. for binary opens
34912              move *perlio::layers to *open::layers
34913              a #define to show layers available
34914              DOSISH popen/PerlIO had export/import sense inverted.
34915      Branch: perlio
34916            ! doio.c perlio.c perlio.h util.c
34917 ____________________________________________________________________________
34918 [  7710] By: jhi                                   on 2000/11/16  15:46:05
34919         Log: Add HAS_SBRK_PROTO.
34920      Branch: metaconfig/U/perl
34921            + d_sbrkproto.U
34922      Branch: perl
34923            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34924            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
34925            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
34926            ! vos/config.ga.def vos/config.ga.h win32/config.bc
34927            ! win32/config.gc win32/config.vc
34928 ____________________________________________________________________________
34929 [  7709] By: nick                                  on 2000/11/16  07:31:49
34930         Log: Integrate mainline
34931      Branch: perlio
34932           !> (integrate 35 files)
34933 ____________________________________________________________________________
34934 [  7708] By: jhi                                   on 2000/11/16  05:33:03
34935         Log: These files are text, not binary.
34936      Branch: perl
34937            ! ext/Encode/Encode/iso8859-10.enc
34938            ! ext/Encode/Encode/iso8859-13.enc
34939            ! ext/Encode/Encode/iso8859-14.enc
34940            ! ext/Encode/Encode/iso8859-15.enc
34941 ____________________________________________________________________________
34942 [  7707] By: jhi                                   on 2000/11/16  01:53:37
34943         Log: Update Changes.
34944      Branch: perl
34945            ! Changes patchlevel.h
34946 ____________________________________________________________________________
34947 [  7706] By: jhi                                   on 2000/11/16  01:35:59
34948         Log: More #undefing of stdio.
34949      Branch: perl
34950            ! fakesdio.h nostdio.h
34951 ____________________________________________________________________________
34952 [  7705] By: jhi                                   on 2000/11/16  01:34:18
34953         Log: Add fwalk() probe to the configuration files and regen perltoc.
34954      Branch: perl
34955            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34956            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
34957            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
34958            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
34959            ! win32/config.bc win32/config.gc win32/config.vc
34960 ____________________________________________________________________________
34961 [  7704] By: jhi                                   on 2000/11/16  01:33:07
34962         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
34963              an optional third argument to Inlibc?)
34964      Branch: metaconfig/U/perl
34965            + d__fwalk.U
34966 ____________________________________________________________________________
34967 [  7703] By: jhi                                   on 2000/11/16  01:09:22
34968         Log: The type of the hash_cb() size argument is tricky.
34969      Branch: perl
34970            ! ext/DB_File/DB_File.xs
34971 ____________________________________________________________________________
34972 [  7702] By: jhi                                   on 2000/11/15  23:01:16
34973         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
34974      Branch: perl
34975            ! nostdio.h
34976 ____________________________________________________________________________
34977 [  7701] By: jhi                                   on 2000/11/15  22:52:32
34978         Log: Detypo.
34979      Branch: perl
34980            ! t/lib/bigfltpm.t
34981 ____________________________________________________________________________
34982 [  7700] By: jhi                                   on 2000/11/15  22:51:56
34983         Log: UINT64_C() work continues.
34984      Branch: perl
34985            ! handy.h perl.h utf8.h
34986 ____________________________________________________________________________
34987 [  7699] By: jhi                                   on 2000/11/15  14:13:04
34988         Log: SOCKS has its own USE_THREADS, based on
34989              
34990              Subject: [ID 20001114.002] et. al. bugfix followup
34991              From: Jens Hamisch <jens@Strawberry.COM> 
34992              Date: Wed, 15 Nov 2000 14:23:11 +0100
34993              Message-ID: <20001115142311.A21164@Strawberry.COM>
34994      Branch: perl
34995            ! perl.h
34996 ____________________________________________________________________________
34997 [  7698] By: jhi                                   on 2000/11/15  03:50:56
34998         Log: Add few missing #undefs and sort them.
34999      Branch: perl
35000            ! fakesdio.h
35001 ____________________________________________________________________________
35002 [  7697] By: jhi                                   on 2000/11/15  03:39:14
35003         Log: Linenumber fix.
35004      Branch: perl
35005            ! t/pragma/warn/utf8
35006 ____________________________________________________________________________
35007 [  7696] By: jhi                                   on 2000/11/15  02:55:26
35008         Log: EBCDIC tweaks.
35009              
35010              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
35011              From: Peter Prymmer <pvhp@forte.com>
35012              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
35013              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
35014      Branch: perl
35015            ! t/op/regmesg.t t/pragma/warn/utf8
35016 ____________________________________________________________________________
35017 [  7695] By: jhi                                   on 2000/11/15  02:53:58
35018         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
35019              From: Peter Prymmer <pvhp@forte.com>
35020              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
35021              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
35022      Branch: perl
35023            ! utf8.c
35024 ____________________________________________________________________________
35025 [  7694] By: jhi                                   on 2000/11/15  02:50:55
35026         Log: Subject: [PATCH: perl@7674] updates to README.os390
35027              From: Prymmer/Kahn <pvhp@best.com>
35028              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
35029              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
35030      Branch: perl
35031            ! README.os390
35032 ____________________________________________________________________________
35033 [  7693] By: jhi                                   on 2000/11/15  02:48:37
35034         Log: Quit utf8_to_uv() instantly if curlen == 0.
35035      Branch: perl
35036            ! utf8.c
35037 ____________________________________________________________________________
35038 [  7692] By: jhi                                   on 2000/11/15  02:24:29
35039         Log: Use u_int32_t for the size of hash_cb(), not size_t.
35040              
35041              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
35042              From: Jens Hamisch <jens@Strawberry.COM>     
35043              Date: Tue, 14 Nov 2000 19:03:55 +0100
35044              Message-Id: <20001114190355.A20559@Strawberry.COM>
35045      Branch: perl
35046            ! ext/DB_File/DB_File.xs
35047 ____________________________________________________________________________
35048 [  7691] By: jhi                                   on 2000/11/15  02:20:12
35049         Log: Use UINT64_C().
35050              
35051              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
35052              From: Jens Hamisch <jens@Strawberry.COM>
35053              Date: Tue, 14 Nov 2000 19:16:23 +0100
35054              Message-Id: <20001114191623.G20559@Strawberry.COM>
35055      Branch: perl
35056            ! utf8.c utf8.h
35057 ____________________________________________________________________________
35058 [  7690] By: jhi                                   on 2000/11/15  02:17:06
35059         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
35060              (a macro to define signed and unsigned integer constants).
35061      Branch: perl
35062            ! handy.h
35063 ____________________________________________________________________________
35064 [  7689] By: jhi                                   on 2000/11/15  01:56:51
35065         Log: Regen Configure.
35066      Branch: perl
35067            ! Configure
35068 ____________________________________________________________________________
35069 [  7688] By: jhi                                   on 2000/11/15  01:56:32
35070         Log: Make the unit know about SOCKS.
35071      Branch: metaconfig
35072            ! U/protos/socksizetype.U
35073 ____________________________________________________________________________
35074 [  7687] By: jhi                                   on 2000/11/15  01:54:47
35075         Log: Remove unused dependencies.
35076      Branch: metaconfig
35077            ! U/compline/d_getpagsz.U
35078 ____________________________________________________________________________
35079 [  7686] By: nick                                  on 2000/11/14  21:25:13
35080         Log: Integrate mainline.
35081      Branch: perlio
35082           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
35083           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
35084           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
35085           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
35086           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
35087           !> win32/config.bc win32/config.gc win32/config.vc
35088           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
35089 ____________________________________________________________________________
35090 [  7685] By: jhi                                   on 2000/11/14  17:54:56
35091         Log: Integrate perlio.
35092      Branch: perl
35093           +> fakesdio.h perliol.h
35094           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
35095           !> perlsdio.h perlsfio.h pod/perlfunc.pod
35096 ____________________________________________________________________________
35097 [  7684] By: nick                                  on 2000/11/14  17:43:04
35098         Log: PerlIO #include and #ifdef re-work.
35099      Branch: perlio
35100            + fakesdio.h perliol.h
35101            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
35102            ! perlsdio.h perlsfio.h
35103 ____________________________________________________________________________
35104 [  7683] By: jhi                                   on 2000/11/14  15:42:40
35105         Log: Hoist the duplicated socket/netdb include logic to perl.h;
35106              undef SETERRNO in case SOCKS has defined it.  Based on:
35107              
35108              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
35109              From: Jens Hamisch <jens@Strawberry.COM> 
35110              Date: Tue, 14 Nov 2000 11:34:40 +0100
35111              Message-Id: <20001114113440.A20005@Strawberry.COM>
35112      Branch: perl
35113            ! doio.c perl.h pp_sys.c
35114 ____________________________________________________________________________
35115 [  7682] By: jhi                                   on 2000/11/14  14:07:28
35116         Log: Subject: some additions for makefiles for win32 (for perl@7674)
35117              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
35118              Date: Tue, 14 Nov 2000 09:31:13 +0300
35119              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
35120      Branch: perl
35121            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
35122            ! win32/makefile.mk
35123 ____________________________________________________________________________
35124 [  7681] By: jhi                                   on 2000/11/14  14:01:41
35125         Log: Subject: tiny typo in perl5db.pl
35126              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
35127              Date: Tue, 14 Nov 2000 09:29:28 +0300
35128              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
35129      Branch: perl
35130            ! lib/perl5db.pl
35131 ____________________________________________________________________________
35132 [  7680] By: jhi                                   on 2000/11/14  04:13:50
35133         Log: Redo #7679 with LFs instead of CRLFs.
35134      Branch: perl
35135            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
35136            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
35137            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
35138 ____________________________________________________________________________
35139 [  7679] By: jhi                                   on 2000/11/14  01:21:09
35140         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
35141              From: Benjamin Stuhl <tiriath@yahoo.com> 
35142              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
35143              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
35144      Branch: perl
35145            + win32/bin/mdelete.bat
35146            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
35147            ! makedef.pl perlio.c win32/Makefile win32/config.gc
35148            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
35149 ____________________________________________________________________________
35150 [  7678] By: jhi                                   on 2000/11/14  01:19:20
35151         Log: Fix the re extension building for Win32.
35152              
35153              Subject: [PATCH perl@7638] Get PerlIO building on Win32
35154              From: Benjamin Stuhl <tiriath@yahoo.com> 
35155              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
35156              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
35157      Branch: perl
35158            + ext/re/hints/MSWin32.pl
35159            ! MANIFEST
35160 ____________________________________________________________________________
35161 [  7677] By: jhi                                   on 2000/11/14  01:13:54
35162         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
35163              From: sthoenna@efn.org
35164              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
35165              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
35166      Branch: perl
35167            ! doop.c pp.c toke.c utf8.c utf8.h
35168 ____________________________________________________________________________
35169 [  7676] By: jhi                                   on 2000/11/13  20:23:15
35170         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
35171              From: Nicholas Clark <nick@ccl4.org>
35172              Date: Mon, 13 Nov 2000 18:55:04 +0000
35173              Message-ID: <20001113185504.J29183@plum.flirble.org>
35174      Branch: perl
35175            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
35176 ____________________________________________________________________________
35177 [  7675] By: nick                                  on 2000/11/13  20:21:57
35178         Log: Integrate mainline ...
35179      Branch: perlio
35180           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
35181           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
35182           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
35183           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
35184 ____________________________________________________________________________
35185 [  7674] By: jhi                                   on 2000/11/13  15:07:56
35186         Log: Update Changes.
35187      Branch: perl
35188            ! Changes patchlevel.h
35189 ____________________________________________________________________________
35190 [  7673] By: jhi                                   on 2000/11/13  14:42:42
35191         Log: Remove the new two tests of lib/io_xs for now, they seem to
35192              fail under perlio on some platforms.
35193      Branch: perl
35194            ! t/lib/io_xs.t
35195 ____________________________________________________________________________
35196 [  7672] By: jhi                                   on 2000/11/13  13:57:53
35197         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
35198      Branch: perl
35199            ! perlio.c
35200 ____________________________________________________________________________
35201 [  7671] By: jhi                                   on 2000/11/13  05:30:48
35202         Log: Placate nervous compilers that see longer than ints switch()ing.
35203      Branch: perl
35204            ! utf8.c
35205 ____________________________________________________________________________
35206 [  7670] By: jhi                                   on 2000/11/13  05:14:21
35207         Log: fputs() does return EOF on error but here we don't care.
35208      Branch: perl
35209            ! perlio.c
35210 ____________________________________________________________________________
35211 [  7669] By: jhi                                   on 2000/11/13  05:02:45
35212         Log: Declare reg_data like reg_substr_data.
35213      Branch: perl
35214            ! regexp.h
35215 ____________________________________________________________________________
35216 [  7668] By: jhi                                   on 2000/11/13  04:54:34
35217         Log: Typos in #7667.
35218      Branch: perl
35219            ! perl.h
35220 ____________________________________________________________________________
35221 [  7667] By: jhi                                   on 2000/11/13  04:49:49
35222         Log: Cleanup messy #ifdef.
35223      Branch: perl
35224            ! perl.h
35225 ____________________________________________________________________________
35226 [  7666] By: jhi                                   on 2000/11/13  04:17:34
35227         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
35228              From: Nicholas Clark <nick@talking.bollo.cx>
35229              Date: Sun, 12 Nov 2000 21:14:11 +0000
35230              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
35231              
35232              Note: only one breakage of the two reported is fixed by this patch.
35233      Branch: perl
35234            ! perlio.c
35235 ____________________________________________________________________________
35236 [  7665] By: jhi                                   on 2000/11/13  04:05:07
35237         Log: Tweak the definition of the bit complement on UTF-8 data:
35238              if none of the characters in the string are > 0xff,
35239              the result is a complemented byte string, not a (UTF-8)
35240              char string.  Based on the summary in
35241              
35242              Subject: Re: [ID 20000918.005] ~ on wide chars
35243              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
35244              Date: Fri, 10 Nov 2000 09:47:15 -0800
35245              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
35246              
35247              This should give us the maximum backward (pre-char string)
35248              compatibility and utf8 compatibility.  The other alternative
35249              would be to limit the bit complement to be always byte only,
35250              taking the least significant byte of the chars.
35251      Branch: perl
35252            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
35253 ____________________________________________________________________________
35254 [  7664] By: jhi                                   on 2000/11/13  00:23:44
35255         Log: Couple of tests from #7660 salvaged.
35256      Branch: perl
35257            - t/op/tell.t
35258            ! MANIFEST t/io/tell.t
35259 ____________________________________________________________________________
35260 [  7663] By: jhi                                   on 2000/11/13  00:02:48
35261         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
35262              From: Nicholas Clark <nick@talking.bollo.cx>
35263              Date: Sun, 12 Nov 2000 21:23:43 +0000
35264              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
35265      Branch: perl
35266            ! perlsfio.h
35267 ____________________________________________________________________________
35268 [  7662] By: jhi                                   on 2000/11/13  00:01:39
35269         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
35270              From: Nicholas Clark <nick@talking.bollo.cx>
35271              Date: Sun, 12 Nov 2000 21:30:04 +0000
35272              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
35273      Branch: perl
35274            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
35275 ____________________________________________________________________________
35276 [  7661] By: jhi                                   on 2000/11/12  23:57:29
35277         Log: Document tell() on special streams.
35278      Branch: perl
35279            ! pod/perlfunc.pod
35280 ____________________________________________________________________________
35281 [  7660] By: jhi                                   on 2000/11/12  23:54:22
35282         Log: (Subsumed by #7664)
35283      Branch: perl
35284            + t/op/tell.t
35285            ! MANIFEST
35286 ____________________________________________________________________________
35287 [  7659] By: jhi                                   on 2000/11/12  22:55:25
35288         Log: Many subdocumented return values of the IO extension now documented.
35289              ungetc and write still left subdocumented.
35290              
35291              Subject: [PATCH] (was Re: IO::Handle::ungetc)
35292              From: Nicholas Clark <nick@talking.bollo.cx>
35293              Date: Sun, 12 Nov 2000 21:35:53 +0000
35294              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
35295      Branch: perl
35296            ! ext/IO/lib/IO/Handle.pm
35297 ____________________________________________________________________________
35298 [  7658] By: jhi                                   on 2000/11/12  21:37:06
35299         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
35300              From: Nicholas Clark <nick@talking.bollo.cx>
35301              Date: Sun, 12 Nov 2000 20:03:22 +0000
35302              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
35303      Branch: perl
35304            ! pod/perlfunc.pod
35305 ____________________________________________________________________________
35306 [  7657] By: jhi                                   on 2000/11/12  20:34:55
35307         Log: Integrate perlio.
35308      Branch: perl
35309           !> perlio.c
35310 ____________________________________________________________________________
35311 [  7656] By: nick                                  on 2000/11/12  19:25:06
35312         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
35313      Branch: perlio
35314            ! perlio.c
35315 ____________________________________________________________________________
35316 [  7655] By: nick                                  on 2000/11/12  19:09:41
35317         Log: Integrate mainline
35318      Branch: perlio
35319           +> README.solaris ext/Encode/Encode/cp1006.enc
35320           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
35321           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
35322           +> ext/Encode/Encode/iso8859-13.enc
35323           +> ext/Encode/Encode/iso8859-14.enc
35324           +> ext/Encode/Encode/iso8859-15.enc
35325           !> (integrate 34 files)
35326 ____________________________________________________________________________
35327 [  7654] By: jhi                                   on 2000/11/12  19:00:22
35328         Log: Add a metaconfig unit for fsync.
35329      Branch: metaconfig/U/perl
35330            + d_fsync.U
35331 ____________________________________________________________________________
35332 [  7653] By: jhi                                   on 2000/11/12  19:00:01
35333         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
35334      Branch: perl
35335            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
35336            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
35337            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
35338            ! vos/config.ga.h win32/config.bc win32/config.gc
35339            ! win32/config.vc
35340 ____________________________________________________________________________
35341 [  7652] By: jhi                                   on 2000/11/11  21:12:01
35342         Log: Copy the s// information of README.hpux also to the perlrun.
35343      Branch: perl
35344            ! README.hpux pod/perlrun.pod
35345 ____________________________________________________________________________
35346 [  7651] By: jhi                                   on 2000/11/11  21:03:13
35347         Log: More README.solaris updates from Andy Dougherty.
35348      Branch: perl
35349            ! README.solaris
35350 ____________________________________________________________________________
35351 [  7650] By: jhi                                   on 2000/11/11  18:38:57
35352         Log: More descriptive error for unknown perlio layers.
35353              
35354              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
35355              From: Dominic Dunlop <domo@computer.org> 
35356              Date: Sat, 11 Nov 2000 18:20:32 +0100             
35357              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
35358      Branch: perl
35359            ! perlio.c pod/perldiag.pod
35360 ____________________________________________________________________________
35361 [  7649] By: jhi                                   on 2000/11/11  18:37:52
35362         Log: MachTen doesn't really do mmap() and munmap().
35363              
35364              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
35365              From: Dominic Dunlop <domo@computer.org> 
35366              Date: Sat, 11 Nov 2000 18:20:32 +0100             
35367              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
35368      Branch: perl
35369            ! hints/machten.sh
35370 ____________________________________________________________________________
35371 [  7648] By: jhi                                   on 2000/11/11  18:36:46
35372         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
35373              From: rspier@pobox.com (Robert Spier)
35374              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
35375              Message-ID: <14861.32839.491271.985797@rls.cx>
35376      Branch: perl
35377            ! Porting/Contract pod/perltoot.pod
35378 ____________________________________________________________________________
35379 [  7647] By: jhi                                   on 2000/11/11  18:35:30
35380         Log: Simplify the getpagesize() unit by dropping the
35381              pagesize probe since it's nowadays slightly more
35382              complicated because of sysconf(). (Note: if some
35383              platform really needs the -lPW for getpagesize,
35384              I just broke it.)
35385              
35386              TODO: a new pagesize unit.
35387      Branch: metaconfig
35388            ! U/compline/d_getpagsz.U
35389 ____________________________________________________________________________
35390 [  7646] By: jhi                                   on 2000/11/11  18:33:23
35391         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
35392      Branch: perl
35393            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
35394            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
35395            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
35396            ! vos/config.ga.h win32/config.bc win32/config.gc
35397            ! win32/config.vc
35398 ____________________________________________________________________________
35399 [  7645] By: jhi                                   on 2000/11/11  16:45:15
35400         Log: Use sysconf() or getpagesize() to find out the pagesize.
35401      Branch: perl
35402            ! perlio.c
35403 ____________________________________________________________________________
35404 [  7644] By: jhi                                   on 2000/11/11  15:46:08
35405         Log: Integrate perlio.
35406      Branch: perl
35407           !> perlio.c
35408 ____________________________________________________________________________
35409 [  7643] By: jhi                                   on 2000/11/11  15:33:36
35410         Log: Subject: Re: [PATCH] README.solaris
35411              From: Lupe Christoph <lupe@lupe-christoph.de>
35412              Date: Sat, 11 Nov 2000 14:08:10 +0100
35413              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
35414      Branch: perl
35415            ! README.solaris
35416 ____________________________________________________________________________
35417 [  7642] By: jhi                                   on 2000/11/11  15:22:12
35418         Log: Subject: [PATCH perl@7638] cygwin port
35419              From: "Eric Fifer" <egf7@columbia.edu>            
35420              Date: Fri, 10 Nov 2000 19:30:30 -0000
35421              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
35422      Branch: perl
35423            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
35424 ____________________________________________________________________________
35425 [  7641] By: nick                                  on 2000/11/11  14:50:36
35426         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
35427              Also call "Buf" layer directly when unread'ing non-read chars.
35428      Branch: perlio
35429            ! perlio.c
35430 ____________________________________________________________________________
35431 [  7640] By: jhi                                   on 2000/11/11  02:05:02
35432         Log: Add more encoding tables.
35433      Branch: perl
35434            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
35435            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
35436            + ext/Encode/Encode/iso8859-10.enc
35437            + ext/Encode/Encode/iso8859-13.enc
35438            + ext/Encode/Encode/iso8859-14.enc
35439            + ext/Encode/Encode/iso8859-15.enc
35440            ! MANIFEST
35441 ____________________________________________________________________________
35442 [  7639] By: jhi                                   on 2000/11/10  18:49:25
35443         Log: Subject: [PATCH] README.solaris
35444              From: Andy Dougherty <doughera@lafayette.edu>
35445              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
35446              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
35447      Branch: perl
35448            + README.solaris
35449            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
35450            ! pod/perl.pod pod/perltoc.pod
35451 ____________________________________________________________________________
35452 [  7638] By: jhi                                   on 2000/11/10  15:04:15
35453         Log: Update Changes.
35454      Branch: perl
35455            ! Changes patchlevel.h
35456 ____________________________________________________________________________
35457 [  7637] By: jhi                                   on 2000/11/10  14:14:28
35458         Log: Explain better why certain regex tests are skipped.
35459              
35460              Subject: Re: tests skipped: unknown reason
35461              From: Lupe Christoph <lupe@lupe-christoph.de>
35462              Date: Fri, 10 Nov 2000 09:08:56 +0100
35463              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
35464      Branch: perl
35465            ! t/op/regexp.t
35466 ____________________________________________________________________________
35467 [  7636] By: nick                                  on 2000/11/10  13:40:00
35468         Log: Integrate mainline.
35469      Branch: perlio
35470           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
35471           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
35472           !> win32/bin/search.pl
35473 ____________________________________________________________________________
35474 [  7635] By: nick                                  on 2000/11/10  13:25:52
35475         Log: Re-instate stdio large file support via perlio.
35476      Branch: perl
35477            ! perlio.c
35478 ____________________________________________________________________________
35479 [  7634] By: jhi                                   on 2000/11/10  04:49:55
35480         Log: Amdahl UTS hints updates.
35481              
35482              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
35483              From: hom00@utsglobal.com (Harold O Morris)
35484              Date: Thu, 9 Nov 2000 20:02 PST
35485              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
35486      Branch: perl
35487            ! hints/uts.sh
35488 ____________________________________________________________________________
35489 [  7633] By: jhi                                   on 2000/11/09  23:33:28
35490         Log: Subject: [PATCH] IO::Seekable pod
35491              From: Nicholas Clark <nick@talking.bollo.cx>
35492              Date: Thu, 9 Nov 2000 20:29:45 +0000
35493              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
35494      Branch: perl
35495            ! ext/IO/lib/IO/Handle.pm
35496 ____________________________________________________________________________
35497 [  7632] By: jhi                                   on 2000/11/09  21:55:41
35498         Log: Various doc oddball characters.
35499              
35500              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
35501              From: Michael Somos <somos@grail.cba.csuohio.edu>
35502              Date: Mon, 6 Nov 2000 17:44:20 -0500
35503              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
35504      Branch: perl
35505            ! emacs/cperl-mode.el lib/unicode/syllables.txt
35506            ! win32/bin/search.pl
35507 ____________________________________________________________________________
35508 [  7631] By: jhi                                   on 2000/11/09  21:12:29
35509         Log: Subject: Re: bash -c exit and linux hints 
35510              From: "John P. Linderman" <jpl@research.att.com>
35511              Date: Thu, 02 Nov 2000 09:37:25 -0500
35512              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
35513      Branch: perl
35514            ! hints/linux.sh
35515 ____________________________________________________________________________
35516 [  7630] By: nick                                  on 2000/11/09  20:34:11
35517         Log: Integrate mainline.
35518      Branch: perlio
35519           !> (integrate 91 files)
35520 ____________________________________________________________________________
35521 [  7629] By: jhi                                   on 2000/11/09  19:46:31
35522         Log: Missing dTHXs.
35523              
35524              Subject: RE: perl@7595 builds not on cygwin
35525              From: "Eric Fifer" <egf7@columbia.edu>
35526              Date: Thu, 9 Nov 2000 19:26:50 -0000
35527              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
35528      Branch: perl
35529            ! ext/Devel/Peek/Peek.xs
35530 ____________________________________________________________________________
35531 [  7628] By: jhi                                   on 2000/11/09  14:48:27
35532         Log: Disable only the tests 99 and 166 for UTF-8 locales.
35533      Branch: perl
35534            ! t/pragma/locale.t
35535 ____________________________________________________________________________
35536 [  7627] By: jhi                                   on 2000/11/09  14:40:27
35537         Log: There's no =head3.
35538      Branch: perl
35539            ! pod/perlhack.pod
35540 ____________________________________________________________________________
35541 [  7626] By: jhi                                   on 2000/11/09  13:54:26
35542         Log: The generated boot_* headers are wrong.  Pickier compiler,
35543              such as KAI C++ will refuse to compile the resulting perlmain.
35544              
35545              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
35546              From: Harri Pasanen <harri.pasanen@trema.com>
35547              Date: Thu, 09 Nov 2000 14:23:28 +0100
35548              Message-Id: <3A0AA550.26D548A3@trema.com>
35549      Branch: perl
35550            ! minimod.pl
35551 ____________________________________________________________________________
35552 [  7625] By: jhi                                   on 2000/11/09  13:50:44
35553         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
35554              From: Prymmer/Kahn <pvhp@best.com>
35555              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
35556              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
35557              
35558              All except the "cow orker" change.
35559      Branch: perl
35560            ! Porting/pumpkin.pod
35561 ____________________________________________________________________________
35562 [  7624] By: jhi                                   on 2000/11/09  13:45:33
35563         Log: Fix for
35564              
35565              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
35566              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
35567              Date: Thu, 09 Nov 2000 11:05:52 +0100
35568              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
35569      Branch: perl
35570            ! pod/perldiag.pod t/pragma/warn/pp_sys
35571 ____________________________________________________________________________
35572 [  7623] By: jhi                                   on 2000/11/09  13:37:16
35573         Log: Typo in an ifndef.
35574              
35575              Subject: Re: [PATCH 5.7.0] better messages from malloc()
35576              From: Joe Smith <jms@inwap.com>         
35577              Date: Thu, 09 Nov 2000 01:33:14 -0800
35578              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
35579      Branch: perl
35580            ! malloc.c
35581 ____________________________________________________________________________
35582 [  7622] By: jhi                                   on 2000/11/09  13:31:18
35583         Log: Remove unused extra arguments.
35584      Branch: metaconfig/U/perl
35585            ! perlxv.U
35586      Branch: perl
35587            ! Configure config_h.SH
35588 ____________________________________________________________________________
35589 [  7621] By: jhi                                   on 2000/11/09  13:16:36
35590         Log: More VMS moves on environment handling, from Charles Lane.
35591      Branch: perl
35592            ! t/pragma/locale.t
35593 ____________________________________________________________________________
35594 [  7620] By: jhi                                   on 2000/11/09  04:42:38
35595         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
35596              From: David Dyck <dcd@tc.fluke.com>
35597              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
35598              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
35599      Branch: perl
35600            ! pp_sys.c
35601 ____________________________________________________________________________
35602 [  7619] By: jhi                                   on 2000/11/09  04:36:21
35603         Log: Forgot from #7618.
35604      Branch: perl
35605            ! lib/File/stat.pm
35606 ____________________________________________________________________________
35607 [  7618] By: jhi                                   on 2000/11/09  04:28:44
35608         Log: Make deleting for %ENV work for (newer versions of) VMS,
35609              from Craig A. Berry.
35610      Branch: perl
35611            ! vms/vms.c
35612 ____________________________________________________________________________
35613 [  7617] By: jhi                                   on 2000/11/09  04:25:05
35614         Log: Subject: [PATCH] Class::Struct at compile time
35615              From: "Casey R. Tweten" <crt@kiski.net>
35616              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
35617              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
35618      Branch: perl
35619            ! lib/Class/Struct.pm
35620 ____________________________________________________________________________
35621 [  7616] By: jhi                                   on 2000/11/09  04:15:17
35622         Log: Subject: [ID 20001108.013] spelling
35623              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
35624              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
35625              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
35626      Branch: perl
35627            ! lib/ftp.pl
35628 ____________________________________________________________________________
35629 [  7615] By: jhi                                   on 2000/11/09  04:12:42
35630         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
35631              From: Peter Prymmer <pvhp@forte.com>
35632              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
35633              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
35634      Branch: perl
35635            ! configure.com
35636 ____________________________________________________________________________
35637 [  7614] By: jhi                                   on 2000/11/08  22:42:55
35638         Log: A missing aTHX_.
35639      Branch: perl
35640            ! ext/IPC/SysV/SysV.xs
35641 ____________________________________________________________________________
35642 [  7613] By: jhi                                   on 2000/11/08  19:30:21
35643         Log: Update Changes.
35644      Branch: perl
35645            ! Changes patchlevel.h
35646 ____________________________________________________________________________
35647 [  7612] By: jhi                                   on 2000/11/08  18:35:25
35648         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
35649              From: David Dyck <dcd@tc.fluke.com>
35650              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
35651              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
35652      Branch: perl
35653            ! pp_sys.c
35654 ____________________________________________________________________________
35655 [  7611] By: jhi                                   on 2000/11/08  18:30:26
35656         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
35657              From: Dominic Dunlop <domo@computer.org>
35658              Date: Tue, 7 Nov 2000 12:05:25 +0100
35659              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
35660      Branch: perl
35661            ! malloc.c
35662 ____________________________________________________________________________
35663 [  7610] By: jhi                                   on 2000/11/08  18:25:14
35664         Log: Do not test UTF-8 locales since that the tests would require
35665              polymorphic regexen.
35666      Branch: perl
35667            ! t/pragma/locale.t
35668 ____________________________________________________________________________
35669 [  7609] By: jhi                                   on 2000/11/08  17:12:51
35670         Log: Locale buglets.
35671              
35672              Subject: RE: Locales support (setlocale) fixes
35673              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
35674              Date: Wed, 8 Nov 2000 20:01:39 +0300
35675              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
35676      Branch: perl
35677            ! t/pragma/locale.t util.c
35678 ____________________________________________________________________________
35679 [  7608] By: jhi                                   on 2000/11/08  17:00:16
35680         Log: Deleting $ENV{PATH} in VMS is not recommendable.
35681      Branch: perl
35682            ! t/pragma/locale.t
35683 ____________________________________________________________________________
35684 [  7607] By: jhi                                   on 2000/11/08  16:58:26
35685         Log: Subject: PATCH std stdio for (Free)BSD
35686              From: Nicholas Clark <nick@ccl4.org>
35687              Date: Wed, 8 Nov 2000 15:36:29 +0000
35688              Message-ID: <20001108153629.D98736@plum.flirble.org>
35689      Branch: metaconfig
35690            ! U/compline/d_stdstdio.U
35691      Branch: perl
35692            ! Configure config_h.SH
35693 ____________________________________________________________________________
35694 [  7606] By: jhi                                   on 2000/11/08  16:43:31
35695         Log: Forgot to bump the line numbers in #7601.
35696      Branch: perl
35697            ! t/pragma/warn/pp_sys
35698 ____________________________________________________________________________
35699 [  7605] By: jhi                                   on 2000/11/08  16:39:12
35700         Log: More careful detection of how well NVs and UVs mix.
35701              
35702              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))
35703              From: Nicholas Clark <nick@ccl4.org>
35704              Date: Wed, 8 Nov 2000 15:14:12 +0000
35705              Message-ID: <20001108151412.B98736@plum.flirble.org>
35706              
35707              Added some SIGFPE paranoia.
35708      Branch: metaconfig/U/perl
35709            ! perlxv.U
35710      Branch: perl
35711            ! Configure config_h.SH
35712 ____________________________________________________________________________
35713 [  7604] By: jhi                                   on 2000/11/08  14:39:10
35714         Log: Subject: [patch perl@7595] VMS configure.com tweak
35715              From: "Craig A. Berry" <craigberry@mac.com>
35716              Date: Wed, 8 Nov 2000 00:24:12 -0600
35717              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
35718      Branch: perl
35719            ! configure.com
35720 ____________________________________________________________________________
35721 [  7603] By: jhi                                   on 2000/11/08  14:27:11
35722         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
35723              From: Robin Barker <rmb1@cise.npl.co.uk>
35724              Date: Wed, 8 Nov 2000 11:11:39 GMT
35725              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
35726      Branch: perl
35727            ! perlio.c
35728 ____________________________________________________________________________
35729 [  7602] By: jhi                                   on 2000/11/08  14:25:03
35730         Log: Fix for the tie-refhash string table leaks.
35731              
35732              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
35733              Date: Wed, 8 Nov 2000 13:03:04 GMT
35734              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
35735      Branch: perl
35736            ! t/lib/tie-refhash.t
35737 ____________________________________________________________________________
35738 [  7601] By: jhi                                   on 2000/11/08  14:21:08
35739         Log: Try to avoid flockless and emulationless places.
35740      Branch: perl
35741            ! t/pragma/warn/pp_sys
35742 ____________________________________________________________________________
35743 [  7600] By: jhi                                   on 2000/11/08  02:28:54
35744         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
35745              
35746              Subject: [PATCH] prototyped functions that should be overrideable
35747              From: "Casey R. Tweten" <crt@kiski.net>
35748              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
35749              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
35750      Branch: perl
35751            ! toke.c
35752 ____________________________________________________________________________
35753 [  7599] By: jhi                                   on 2000/11/08  01:12:05
35754         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
35755              
35756              Subject: [PATCH] perlbug.PL
35757              From: "Kurt D. Starsinic" <kstar@chapin.edu>
35758              Date: Mon, 6 Nov 2000 21:39:01 -0500
35759              Message-ID: <20001106213901.B20955@O2.chapin.edu>
35760      Branch: perl
35761            ! utils/perlbug.PL
35762 ____________________________________________________________________________
35763 [  7598] By: jhi                                   on 2000/11/07  23:42:00
35764         Log: Bad thinko in #7581 (I used the test program with the expanded
35765              values as-is).
35766      Branch: metaconfig
35767            ! U/compline/d_stdstdio.U
35768      Branch: perl
35769            ! Configure
35770 ____________________________________________________________________________
35771 [  7597] By: jhi                                   on 2000/11/07  21:43:29
35772         Log: Subject: [PATCH perl@7573] cygwin port
35773              From: "Fifer, Eric" <EFifer@sanwaint.com>
35774              Date: Tue, 7 Nov 2000 18:08:51 -0000 
35775              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
35776              
35777              Synchronize with Cygwin 1.1.5.
35778      Branch: perl
35779            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
35780            ! pod/perlport.pod unixish.h util.c
35781 ____________________________________________________________________________
35782 [  7596] By: jhi                                   on 2000/11/07  21:39:25
35783         Log: perlhack updates from H.Merijn Brand.
35784      Branch: perl
35785            ! pod/perlhack.pod
35786 ____________________________________________________________________________
35787 [  7595] By: jhi                                   on 2000/11/07  20:21:41
35788         Log: Update Changes.
35789      Branch: perl
35790            ! Changes patchlevel.h
35791 ____________________________________________________________________________
35792 [  7594] By: jhi                                   on 2000/11/07  19:18:58
35793         Log: Be more robust in Dynaloader.pm.
35794      Branch: perl
35795            ! ext/DynaLoader/DynaLoader_pm.PL
35796 ____________________________________________________________________________
35797 [  7593] By: jhi                                   on 2000/11/07  16:49:31
35798         Log: AUTHORS update.
35799      Branch: perl
35800            ! AUTHORS
35801 ____________________________________________________________________________
35802 [  7592] By: gsar                                  on 2000/11/07  16:39:51
35803         Log: normalize relative paths in virtualized current directory on windows,
35804              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
35805              returns)
35806      Branch: perl
35807            ! win32/vdir.h
35808 ____________________________________________________________________________
35809 [  7591] By: jhi                                   on 2000/11/07  16:04:26
35810         Log: Too profiler-happy: with optimization the #7590 actually makes
35811              the test to run 0.5% _slower_.  Requires much more instrumentation.
35812              Retract #7590.
35813      Branch: perl
35814            ! regcomp.c regcomp.h
35815 ____________________________________________________________________________
35816 [  7590] By: jhi                                   on 2000/11/07  15:51:13
35817         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
35818              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
35819              by using memset() and testing bytewise (as opposed to bitwise).
35820      Branch: perl
35821            ! regcomp.c regcomp.h
35822 ____________________________________________________________________________
35823 [  7589] By: jhi                                   on 2000/11/07  12:56:39
35824         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
35825              From: "Craig A. Berry" <craig.berry@psinetcs.com>
35826              Date: Mon, 06 Nov 2000 23:45:30 -0500
35827              Message-Id: <0011079735.AA973576259@univpress.com>
35828      Branch: perl
35829            ! configure.com t/lib/st-lock.t
35830 ____________________________________________________________________________
35831 [  7588] By: jhi                                   on 2000/11/07  01:03:28
35832         Log: Tweak #7587.
35833      Branch: perl
35834            ! pod/perldiag.pod
35835 ____________________________________________________________________________
35836 [  7587] By: jhi                                   on 2000/11/07  01:00:27
35837         Log: A doc addition for bug id 20001105.019, beware \p.
35838      Branch: perl
35839            ! pod/perldiag.pod
35840 ____________________________________________________________________________
35841 [  7586] By: jhi                                   on 2000/11/07  00:32:22
35842         Log: Fake support of holey files in win/dosish platforms.
35843              
35844              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
35845              From: kipp@shonanblue.ne.jp
35846              Date: Mon, 6 Nov 2000 13:30:55 -0800
35847              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
35848      Branch: perl
35849            ! ext/SDBM_File/sdbm/sdbm.c
35850 ____________________________________________________________________________
35851 [  7585] By: jhi                                   on 2000/11/07  00:12:54
35852         Log: Subject: Pod updates
35853              From: "Stephen P. Potter" <spp@spotter.yi.org>
35854              Date: Mon, 06 Nov 2000 18:56:43 -0500
35855              Message-Id: <200011062357.SAA18173@spotter.yi.org>
35856      Branch: perl
35857            ! README.dos README.os2 README.win32 pod/buildtoc.PL
35858            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
35859            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
35860            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
35861            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
35862            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
35863            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
35864            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
35865            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
35866            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
35867            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
35868            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
35869            ! pod/perltootc.pod pod/perlunicode.pod
35870 ____________________________________________________________________________
35871 [  7584] By: jhi                                   on 2000/11/07  00:04:17
35872         Log: Varargs don't always work too well if one puts an unsigned
35873              char on the stack and pop an unsigned quad off the stack.
35874              
35875              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
35876              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
35877              Date: Mon, 06 Nov 2000 15:19:05 -0800
35878              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
35879      Branch: perl
35880            ! utf8.c
35881 ____________________________________________________________________________
35882 [  7583] By: jhi                                   on 2000/11/06  23:58:48
35883         Log: %ENV note tweaks from Dan Sugalski.
35884      Branch: perl
35885            ! pod/perlport.pod vms/perlvms.pod
35886 ____________________________________________________________________________
35887 [  7582] By: jhi                                   on 2000/11/06  23:05:49
35888         Log: glibc5 detection by __GNU_LIBRARY__.
35889      Branch: perl
35890            ! toke.c
35891 ____________________________________________________________________________
35892 [  7581] By: jhi                                   on 2000/11/06  22:51:29
35893         Log: Make the stdio test program of 7427 less noisy while being 
35894              compiled so that Digital UNIX wouldn't get both
35895              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
35896              undefined.  This makes perlio happy.
35897      Branch: metaconfig
35898            ! U/compline/d_stdstdio.U
35899      Branch: perl
35900            ! Configure config_h.SH
35901 ____________________________________________________________________________
35902 [  7580] By: jhi                                   on 2000/11/06  22:41:41
35903         Log: Document %ENV = () portability issues.
35904      Branch: perl
35905            ! pod/perlport.pod vms/perlvms.pod
35906 ____________________________________________________________________________
35907 [  7579] By: jhi                                   on 2000/11/06  21:29:24
35908         Log: VOS updates from Paul Green.
35909      Branch: perl
35910            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
35911 ____________________________________________________________________________
35912 [  7578] By: jhi                                   on 2000/11/06  21:00:40
35913         Log: Sanitize the environment further.
35914      Branch: perl
35915            ! t/pragma/locale.t
35916 ____________________________________________________________________________
35917 [  7577] By: jhi                                   on 2000/11/06  20:53:51
35918         Log: Re-introduce 7552 lost in integration.
35919      Branch: perl
35920            ! perlio.c
35921 ____________________________________________________________________________
35922 [  7576] By: jhi                                   on 2000/11/06  20:33:46
35923         Log: Admit that the test leaks scalars.
35924      Branch: perl
35925            ! t/comp/proto.t
35926 ____________________________________________________________________________
35927 [  7575] By: jhi                                   on 2000/11/06  20:17:08
35928         Log: Integrate perlio.
35929      Branch: perl
35930           !> perlio.c
35931 ____________________________________________________________________________
35932 [  7574] By: nick                                  on 2000/11/06  20:07:28
35933         Log: Remove debug. Try (Mmap_t) on madvise() call.
35934      Branch: perlio
35935            ! perlio.c
35936 ____________________________________________________________________________
35937 [  7573] By: jhi                                   on 2000/11/06  13:56:05
35938         Log: Update Changes.
35939      Branch: perl
35940            ! Changes patchlevel.h
35941 ____________________________________________________________________________
35942 [  7572] By: jhi                                   on 2000/11/06  13:48:41
35943         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
35944              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
35945              Date: Mon, 06 Nov 2000 10:11:42 +0100
35946              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
35947      Branch: perl
35948            ! pod/perlhack.pod
35949 ____________________________________________________________________________
35950 [  7571] By: jhi                                   on 2000/11/06  01:45:51
35951         Log: AUTHORS updates.
35952      Branch: perl
35953            ! AUTHORS
35954 ____________________________________________________________________________
35955 [  7570] By: jhi                                   on 2000/11/06  00:18:00
35956         Log: Fix for
35957              
35958              Subject: [ID 20000728.005] perl -P broken
35959              From: David Dyck <dcd@tc.fluke.com>
35960              Date: Fri, 28 Jul 2000 17:19:16 -0700
35961              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
35962              
35963              (hopefully).  The fix is also not complete, it seems to break
35964              BOM swallowing for libc5 systems, but until someone figures
35965              out a way to do this without ftell(), this will do.
35966      Branch: perl
35967            ! toke.c
35968 ____________________________________________________________________________
35969 [  7569] By: jhi                                   on 2000/11/06  00:05:30
35970         Log: Document that the evaled syntax errors cause scalar leaks.
35971      Branch: perl
35972            ! t/comp/proto.t
35973 ____________________________________________________________________________
35974 [  7568] By: jhi                                   on 2000/11/05  23:14:47
35975         Log: opmini.o can linger from Configures past.
35976      Branch: perl
35977            ! Makefile.SH
35978 ____________________________________________________________________________
35979 [  7567] By: jhi                                   on 2000/11/05  21:28:39
35980         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
35981              first argument correctly.
35982      Branch: perl
35983            ! perlio.c
35984 ____________________________________________________________________________
35985 [  7566] By: jhi                                   on 2000/11/05  21:15:56
35986         Log: Integrate perlio.
35987      Branch: perl
35988           !> perlio.c
35989 ____________________________________________________________________________
35990 [  7565] By: jhi                                   on 2000/11/05  21:15:13
35991         Log: Use -dM for gcc (the suggested patch did it only for Linux,
35992              but I think it can be generalized).
35993              
35994              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
35995              From: Pixel <pixel@mandrakesoft.com>
35996              Date: 05 Nov 2000 21:49:34 +0100 
35997              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
35998      Branch: perl
35999            ! ext/Errno/Errno_pm.PL
36000 ____________________________________________________________________________
36001 [  7564] By: nick                                  on 2000/11/05  21:09:18
36002         Log: Added a mmap layer as a "subclass" of perlio.
36003              PERLIO=mmap ./perl harness passes
36004      Branch: perlio
36005            ! perlio.c
36006 ____________________________________________________________________________
36007 [  7563] By: jhi                                   on 2000/11/05  19:48:55
36008         Log: Add a note for future generations about bug id 20000229.006.
36009      Branch: perl
36010            ! malloc.c
36011 ____________________________________________________________________________
36012 [  7562] By: jhi                                   on 2000/11/05  19:38:24
36013         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
36014      Branch: perl
36015            ! pp_ctl.c t/op/pos.t
36016 ____________________________________________________________________________
36017 [  7561] By: jhi                                   on 2000/11/05  18:21:46
36018         Log: Add =pod to be tidy.
36019      Branch: perl
36020            ! lib/Math/Complex.pm
36021 ____________________________________________________________________________
36022 [  7560] By: jhi                                   on 2000/11/05  17:38:46
36023         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
36024      Branch: perl
36025            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
36026            ! ext/Storable/Storable.xs t/lib/st-recurse.t
36027 ____________________________________________________________________________
36028 [  7559] By: jhi                                   on 2000/11/05  17:32:59
36029         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
36030              From: "Peter J. Farley III" <pjfarley@banet.net>
36031              Date: Sun, 05 Nov 2000 11:55:59 -0500
36032              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
36033      Branch: perl
36034            ! t/lib/syslog.t
36035 ____________________________________________________________________________
36036 [  7558] By: jhi                                   on 2000/11/05  17:29:19
36037         Log: Integrate perlio.
36038      Branch: perl
36039           !> perlio.c
36040 ____________________________________________________________________________
36041 [  7557] By: jhi                                   on 2000/11/05  17:22:01
36042         Log: A fix of sorts for 20000329.026, a better error message
36043              for a missing "use charnames" when using the \N{...}. 
36044      Branch: perl
36045            ! pod/perldiag.pod toke.c
36046 ____________________________________________________________________________
36047 [  7556] By: jhi                                   on 2000/11/05  16:33:50
36048         Log: Test tweak: show also the failed locales.
36049              
36050              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
36051              From: Lupe Christoph <lupe@lupe-christoph.de>         
36052              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
36053              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
36054      Branch: perl
36055            ! t/pragma/locale.t
36056 ____________________________________________________________________________
36057 [  7555] By: nick                                  on 2000/11/05  11:09:34
36058         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
36059              open RDWR so does not fail. (pragma/warnings 303 again...)
36060      Branch: perlio
36061            ! perlio.c
36062 ____________________________________________________________________________
36063 [  7554] By: nick                                  on 2000/11/05  10:10:13
36064         Log: Fix case where ungetc(f,EOF) was allowed.
36065              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
36066              so we can see similarities.
36067              Use types more carefully and a STDCHAR array in hope that this will
36068              fix Jarrko's 64bit machine.
36069      Branch: perlio
36070            ! perlio.c
36071 ____________________________________________________________________________
36072 [  7553] By: jhi                                   on 2000/11/05  01:12:16
36073         Log: Fix for
36074              
36075              Subject: [ID 20001004.007] taint propogation is inconsistent
36076              From: pimlott@idiomtech.com (Andrew Pimlott) 
36077              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
36078              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
36079              
36080              The culprit was sv_setsv() which was rather blindly
36081              propagating taint, which lead to behaviour where if
36082              a tainted anon hash value was seen all the hash values
36083              from then on at that level became tainted, or at any
36084              upper levels in the case of nested anon hashes.
36085      Branch: perl
36086            ! sv.c t/op/taint.t
36087 ____________________________________________________________________________
36088 [  7552] By: jhi                                   on 2000/11/04  23:44:18
36089         Log: Some cpps don't like splitting conditionals across several lines.
36090      Branch: perl
36091            ! perlio.c
36092 ____________________________________________________________________________
36093 [  7551] By: nick                                  on 2000/11/04  23:40:44
36094         Log: Integrate mainline
36095      Branch: perlio
36096           !> pp_hot.c t/op/taint.t
36097 ____________________________________________________________________________
36098 [  7550] By: nick                                  on 2000/11/04  23:39:05
36099         Log: Integrate mainline again
36100      Branch: perlio
36101           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
36102           !> t/lib/b.t t/op/misc.t util.c
36103 ____________________________________________________________________________
36104 [  7549] By: jhi                                   on 2000/11/04  23:14:01
36105         Log: Fix for
36106              
36107              Subject: [ID 20001004.006] undef is never tainted
36108              From: pimlott@idiomtech.com (Andrew Pimlott)
36109              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
36110              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
36111              
36112              An undef read from a slurped file was not tainted.
36113      Branch: perl
36114            ! pp_hot.c t/op/taint.t
36115 ____________________________________________________________________________
36116 [  7548] By: jhi                                   on 2000/11/04  22:56:21
36117         Log: Test tweak ($Config{useperlio} is by default undef) .
36118      Branch: perl
36119            ! t/lib/b.t
36120 ____________________________________________________________________________
36121 [  7547] By: jhi                                   on 2000/11/04  22:43:56
36122         Log: Integrate perlio.
36123      Branch: perl
36124           +> lib/perlio.pm
36125           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
36126           !> pod/perlapi.pod t/lib/b.t
36127 ____________________________________________________________________________
36128 [  7546] By: jhi                                   on 2000/11/04  22:40:59
36129         Log: Configure would use a bad $myuname from an old config.sh.
36130              
36131              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
36132              From: Andy Dougherty <doughera@lafayette.edu>
36133              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
36134              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
36135      Branch: metaconfig
36136            ! U/modified/Oldconfig.U
36137      Branch: perl
36138            ! Configure config_h.SH
36139 ____________________________________________________________________________
36140 [  7545] By: jhi                                   on 2000/11/04  22:36:54
36141         Log: Subject: Locales support (setlocale) fixes
36142              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
36143              Date: Sat, 4 Nov 2000 10:15:48 +0300 
36144              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
36145              
36146              Modified quite a bit to be more portable.
36147      Branch: perl
36148            ! embed.h embed.pl perl.h proto.h util.c
36149 ____________________________________________________________________________
36150 [  7544] By: jhi                                   on 2000/11/04  22:32:47
36151         Log: Dying is too strict here, better just skip.
36152      Branch: perl
36153            ! t/op/misc.t
36154 ____________________________________________________________________________
36155 [  7543] By: nick                                  on 2000/11/04  21:55:13
36156         Log: Merge mainline
36157      Branch: perlio
36158           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
36159           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
36160           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
36161           !> (integrate 64 files)
36162 ____________________________________________________________________________
36163 [  7542] By: jhi                                   on 2000/11/04  21:09:28
36164         Log: More Changes tweakery.
36165      Branch: perl
36166            ! Changes Porting/genlog
36167 ____________________________________________________________________________
36168 [  7541] By: jhi                                   on 2000/11/04  20:58:18
36169         Log: Changes fixups.
36170      Branch: perl
36171            ! Changes
36172 ____________________________________________________________________________
36173 [  7540] By: jhi                                   on 2000/11/04  20:42:38
36174         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
36175              create a "fast path" for locale name probing using "locale -a"
36176              if available, squash finally hopefully the s?printf resetting
36177              the numeric locale (since, IIUC perllocale, it never shouldn't). 
36178      Branch: perl
36179            ! sv.c t/op/misc.t t/pragma/locale.t
36180 ____________________________________________________________________________
36181 [  7539] By: nick                                  on 2000/11/04  19:56:10
36182         Log: PerlIO infrastructure complete.
36183      Branch: perlio
36184            + lib/perlio.pm
36185            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
36186 ____________________________________________________________________________
36187 [  7538] By: nick                                  on 2000/11/04  14:31:32
36188         Log: Type tweaks + less contorted allocation scheme
36189      Branch: perlio
36190            ! perlio.c
36191 ____________________________________________________________________________
36192 [  7537] By: nick                                  on 2000/11/04  12:40:42
36193         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
36194              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
36195              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
36196              sensible) which lead to some interesting fails.
36197      Branch: perlio
36198            ! perlio.c
36199 ____________________________________________________________________________
36200 [  7536] By: jhi                                   on 2000/11/04  00:20:02
36201         Log: Add FCNTL_CAN_LOCK.
36202              
36203              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
36204              From: Andy Dougherty <doughera@lafayette.edu>
36205              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
36206              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
36207              
36208              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
36209              From: Andy Dougherty <doughera@lafayette.edu>
36210              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
36211              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
36212      Branch: metaconfig/U/perl
36213            + d_fcntl_can_lock.U
36214            ! startperl.U
36215      Branch: perl
36216            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
36217            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
36218            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
36219            ! vos/config.ga.h win32/config.bc win32/config.gc
36220            ! win32/config.vc
36221 ____________________________________________________________________________
36222 [  7535] By: nick                                  on 2000/11/03  22:19:10
36223         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
36224              - Works on Linux with
36225              perlio + unix
36226              stdio
36227              - Works on Solaris with
36228              perlio + unix
36229              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
36230              - Fails (hangs in openpid) if you try and stack
36231              perlio + stdio - Linux stdio's read() logic is hanging.
36232      Branch: perlio
36233            ! iperlsys.h perlio.c
36234 ____________________________________________________________________________
36235 [  7534] By: jhi                                   on 2000/11/03  15:16:02
36236         Log: Subject: Re: README.aix
36237              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
36238              Date: Fri, 03 Nov 2000 16:03:15 +0100
36239              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
36240      Branch: perl
36241            ! README.aix
36242 ____________________________________________________________________________
36243 [  7533] By: jhi                                   on 2000/11/03  03:59:02
36244         Log: Subject: [PATCH 5.7.0] better messages from malloc()
36245              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36246              Date: Wed, 1 Nov 2000 23:39:56 -0500
36247              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
36248      Branch: perl
36249            ! malloc.c pod/perldiag.pod
36250 ____________________________________________________________________________
36251 [  7532] By: jhi                                   on 2000/11/03  00:11:56
36252         Log: The #7521 touched things it shouldn't have.
36253      Branch: perl
36254            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
36255 ____________________________________________________________________________
36256 [  7531] By: jhi                                   on 2000/11/02  22:32:33
36257         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
36258              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
36259              Date:     Thu, 2 Nov 2000 16:58:36 EST
36260              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
36261      Branch: perl
36262            ! vms/gen_shrfls.pl
36263 ____________________________________________________________________________
36264 [  7530] By: jhi                                   on 2000/11/02  22:08:49
36265         Log: Fix the problem discussed in
36266              
36267              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
36268              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
36269              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
36270              
36271              originally from Linc Madison.  Also Andreas König's comments
36272              taken into account.  Some other problems with Tie::SubstrHash
36273              fixed: didn't croak when the table exceeded the requested number
36274              of entries (as documented) but instead when the number of entries
36275              exceeded the size of the table, a croak() had an unnecessary \n,
36276              didn't have a CLEAR method, documented that there is no exists().
36277              Didn't fix to be strict-proof because the module uses &foo; and
36278              dynamic scope.  Added a test script exercizing both first tamely 
36279              the basic functionality, and then the failure cases reported by
36280              Linc Madison.
36281      Branch: perl
36282            + t/lib/tie-substrhash.t
36283            ! MANIFEST lib/Tie/SubstrHash.pm
36284 ____________________________________________________________________________
36285 [  7529] By: jhi                                   on 2000/11/02  17:58:08
36286         Log: recv() can fail and return undef.
36287              
36288              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
36289              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
36290              Date: Thu, 2 Nov 2000 20:12:20 +0300
36291              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
36292      Branch: perl
36293            ! lib/Net/Ping.pm
36294 ____________________________________________________________________________
36295 [  7528] By: jhi                                   on 2000/11/02  17:49:09
36296         Log: Detpyo.
36297      Branch: perl
36298            ! pod/perlop.pod
36299 ____________________________________________________________________________
36300 [  7527] By: jhi                                   on 2000/11/02  15:48:37
36301         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
36302              fix a autovivification bug in Tie::RefHash, add tests for both.
36303              
36304              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
36305              From: Edward Avis <epa98@doc.ic.ac.uk>
36306              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
36307              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
36308      Branch: perl
36309            + t/lib/tie-refhash.t
36310            ! MANIFEST lib/Tie/RefHash.pm
36311 ____________________________________________________________________________
36312 [  7526] By: jhi                                   on 2000/11/02  13:56:26
36313         Log: Test::Harness revealed buglets in the new DynaLoader.
36314              
36315              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
36316              From: andreas.koenig@anima.de (Andreas J. Koenig)
36317              Date: 02 Nov 2000 11:26:48 +0100 
36318              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
36319      Branch: perl
36320            ! ext/DynaLoader/DynaLoader_pm.PL
36321 ____________________________________________________________________________
36322 [  7525] By: jhi                                   on 2000/11/01  23:52:08
36323         Log: The entry for #7503 was missing.
36324      Branch: perl
36325            ! Changes
36326 ____________________________________________________________________________
36327 [  7524] By: jhi                                   on 2000/11/01  23:40:52
36328         Log: Update Changes.
36329      Branch: perl
36330            ! Changes patchlevel.h
36331 ____________________________________________________________________________
36332 [  7523] By: jhi                                   on 2000/11/01  22:57:09
36333         Log: More tweaking on the #7522 theme.
36334      Branch: perl
36335            ! ext/DynaLoader/DynaLoader_pm.PL
36336 ____________________________________________________________________________
36337 [  7522] By: jhi                                   on 2000/11/01  22:06:15
36338         Log: Expand %Config variables and %ENV variables only if
36339              so requested during build time using the
36340              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
36341              Not expanding makes relocating distributions easier.
36342      Branch: perl
36343            ! ext/DynaLoader/DynaLoader_pm.PL
36344 ____________________________________________________________________________
36345 [  7521] By: jhi                                   on 2000/11/01  20:56:34
36346         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
36347              and setgid() because they were just changing $< and $( which means
36348              only changing the real uid/gid, as opposed to changing both
36349              real and effective ids.  (The alternative way could have been
36350              in POSIX.pm to change $> and $), too, but making a direct call
36351              to the C API feels cleaner.)  Fixes the bug
36352              
36353              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
36354              From: "Garry T. Williams" <garry@zvolve.com>
36355              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
36356              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
36357      Branch: perl
36358            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
36359            ! ext/POSIX/typemap pod/perlvar.pod
36360 ____________________________________________________________________________
36361 [  7520] By: jhi                                   on 2000/11/01  20:08:33
36362         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
36363              From: "Garry T. Williams" <garry@zvolve.com>
36364              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
36365              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
36366      Branch: perl
36367            ! pod/perlsec.pod
36368 ____________________________________________________________________________
36369 [  7519] By: jhi                                   on 2000/11/01  20:01:22
36370         Log: Locale warning explanation tweak.
36371      Branch: perl
36372            ! pod/perldiag.pod
36373 ____________________________________________________________________________
36374 [  7518] By: jhi                                   on 2000/11/01  18:57:13
36375         Log: C.pm part of
36376              
36377              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
36378              From: Jarkko Hietaniemi <jhi@iki.fi>
36379              Date: Tue, 10 Oct 2000 08:22:28 -0500
36380              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
36381      Branch: perl
36382            ! ext/B/B/C.pm
36383 ____________________________________________________________________________
36384 [  7517] By: jhi                                   on 2000/11/01  18:41:59
36385         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
36386              From: Martien Verbruggen <mgjv@comdyn.com.au>
36387              Date: Fri, 6 Oct 2000 14:09:10 +1100
36388              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
36389      Branch: perl
36390            ! pod/perlop.pod
36391 ____________________________________________________________________________
36392 [  7516] By: jhi                                   on 2000/11/01  18:34:55
36393         Log: Generalize the Camel wording.
36394              
36395              Subject: Re: perlfaq style changes
36396              From: John Borwick <jhborwic@unity.ncsu.edu>
36397              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
36398              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
36399      Branch: perl
36400            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
36401 ____________________________________________________________________________
36402 [  7515] By: jhi                                   on 2000/11/01  16:52:31
36403         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
36404              From: pimlott@idiomtech.com (Andrew Pimlott)
36405              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
36406              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
36407      Branch: perl
36408            ! pod/perlsec.pod
36409 ____________________________________________________________________________
36410 [  7514] By: jhi                                   on 2000/11/01  15:03:40
36411         Log: More AIX lore.
36412      Branch: perl
36413            ! ext/re/hints/aix.pl
36414 ____________________________________________________________________________
36415 [  7513] By: jhi                                   on 2000/11/01  14:48:30
36416         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
36417              From: root <root@chronos.fi.muni.cz>
36418              Date: Wed, 1 Nov 2000 12:31:32 +0100
36419              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
36420      Branch: perl
36421            ! lib/Net/Ping.pm
36422 ____________________________________________________________________________
36423 [  7512] By: jhi                                   on 2000/11/01  14:46:47
36424         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
36425              From: Martin Husemann <martin@duskware.de>
36426              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
36427              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
36428      Branch: perl
36429            ! regcomp.c
36430 ____________________________________________________________________________
36431 [  7511] By: jhi                                   on 2000/11/01  14:39:50
36432         Log: AUTHORS updates.
36433      Branch: perl
36434            ! AUTHORS
36435 ____________________________________________________________________________
36436 [  7510] By: jhi                                   on 2000/11/01  14:29:50
36437         Log: Subject: [PATCH] startperl to respect versiononly
36438              From: Robin Barker <rmb1@cise.npl.co.uk> 
36439              Date: Tue, 31 Oct 2000 16:29:36 GMT
36440              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
36441      Branch: metaconfig/U/perl
36442            ! startperl.U
36443      Branch: perl
36444            ! Configure config_h.SH
36445 ____________________________________________________________________________
36446 [  7509] By: jhi                                   on 2000/11/01  14:19:53
36447         Log: printf UVs the correct way, noticed by Robin Barker.
36448      Branch: perl
36449            ! utf8.c
36450 ____________________________________________________________________________
36451 [  7508] By: jhi                                   on 2000/11/01  14:10:03
36452         Log: Do not cleanup *% because the % has special meanings in some
36453              shell environments.
36454      Branch: perl
36455            ! ext/Storable/Makefile.PL
36456 ____________________________________________________________________________
36457 [  7507] By: jhi                                   on 2000/11/01  14:06:00
36458         Log: The NonStop-UX libraries have a novel way to say NaN.
36459      Branch: perl
36460            ! t/lib/bigfltpm.t
36461 ____________________________________________________________________________
36462 [  7506] By: jhi                                   on 2000/11/01  14:03:35
36463         Log: The osname has been lowercased by now, from Tom Bates.
36464      Branch: metaconfig
36465            ! U/modified/Oldconfig.U
36466      Branch: perl
36467            ! Configure config_h.SH
36468 ____________________________________________________________________________
36469 [  7505] By: jhi                                   on 2000/10/31  19:18:39
36470         Log: The compiler is either gcc or cc, from Tom Bates.
36471      Branch: perl
36472            ! hints/nonstopux.sh
36473 ____________________________________________________________________________
36474 [  7504] By: jhi                                   on 2000/10/31  14:53:42
36475         Log: Update Changes.
36476      Branch: perl
36477            ! Changes patchlevel.h
36478 ____________________________________________________________________________
36479 [  7503] By: jhi                                   on 2000/10/31  14:30:50
36480         Log: Whitespace style tweak.  Was originally going to see to
36481              
36482              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
36483              From: Joe Smith <jms@inwap.com>
36484              Date: Mon, 30 Oct 2000 18:47:57 -0800
36485              Message-Id: <39FE32DD.24AAC4D@inwap.com>
36486              
36487              but that had already been taken care of.
36488      Branch: metaconfig
36489            ! U/compline/d_stdstdio.U
36490      Branch: perl
36491            ! Configure config_h.SH
36492 ____________________________________________________________________________
36493 [  7502] By: jhi                                   on 2000/10/31  14:25:02
36494         Log: AUTHORS tweaks.
36495      Branch: perl
36496            ! AUTHORS
36497 ____________________________________________________________________________
36498 [  7501] By: jhi                                   on 2000/10/31  14:23:59
36499         Log: Subject: perlfaq style changes
36500              From: John Borwick <jhborwic@unity.ncsu.edu>
36501              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
36502              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
36503      Branch: perl
36504            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
36505            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
36506            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
36507            ! pod/perlfaq9.pod
36508 ____________________________________________________________________________
36509 [  7500] By: jhi                                   on 2000/10/31  14:22:15
36510         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
36511              
36512              Subject: Re: [ID 20000918.005] ~ on wide chars
36513              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
36514              Date: Mon, 30 Oct 2000 21:09:55 -0800
36515              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
36516              
36517              (The ord() part of the patch skipped.)
36518      Branch: perl
36519            ! doop.c
36520 ____________________________________________________________________________
36521 [  7499] By: jhi                                   on 2000/10/31  14:20:08
36522         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
36523              From: Jens Hamisch <jens@Strawberry.COM>
36524              Date: Mon, 30 Oct 2000 15:17:07 +0100
36525              Message-Id: <20001030151707.A9597@Strawberry.COM>
36526      Branch: perl
36527            ! av.c
36528 ____________________________________________________________________________
36529 [  7498] By: jhi                                   on 2000/10/31  14:16:29
36530         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
36531              From: Peter Prymmer <pvhp@forte.com>
36532              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
36533              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
36534      Branch: perl
36535            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
36536            + ext/Encode/Encode/posix-bc.enc
36537            ! MANIFEST t/lib/encode.t
36538 ____________________________________________________________________________
36539 [  7497] By: jhi                                   on 2000/10/31  14:13:22
36540         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
36541              From: Peter Prymmer <pvhp@forte.com>
36542              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
36543              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
36544      Branch: perl
36545            ! t/lib/cgi-html.t
36546 ____________________________________________________________________________
36547 [  7496] By: jhi                                   on 2000/10/31  14:12:05
36548         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
36549              From: Peter Prymmer <pvhp@forte.com>
36550              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
36551              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
36552      Branch: perl
36553            ! t/lib/cgi-function.t
36554 ____________________________________________________________________________
36555 [  7495] By: jhi                                   on 2000/10/31  14:11:08
36556         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
36557              From: Peter Prymmer <pvhp@forte.com>
36558              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
36559              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
36560      Branch: perl
36561            + ext/re/hints/aix.pl
36562            ! MANIFEST ext/re/Makefile.PL
36563 ____________________________________________________________________________
36564 [  7494] By: jhi                                   on 2000/10/31  14:08:32
36565         Log: Use Errno magic.
36566              
36567              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
36568              From: Casey Tweten <perl@ctweten.amsite.com>
36569              Date: Mon, 30 Oct 2000 15:51:17 -0500
36570              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
36571      Branch: perl
36572            ! lib/File/Temp.pm
36573 ____________________________________________________________________________
36574 [  7493] By: jhi                                   on 2000/10/31  14:05:07
36575         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
36576              
36577              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
36578              From: Nicholas Clark <nick@ccl4.org>
36579              Date: Mon, 30 Oct 2000 17:38:45 +0000
36580              Message-ID: <20001030173845.O60355@plum.flirble.org>
36581      Branch: perl
36582            ! Makefile.SH utils/perlbug.PL
36583 ____________________________________________________________________________
36584 [  7492] By: nick                                  on 2000/10/30  19:37:23
36585         Log: Change files which are mysteriously different to mainline to be
36586              copies of mainline.
36587      Branch: perlio
36588            ! objXSUB.h perlapi.c pod/perlapi.pod
36589 ____________________________________________________________________________
36590 [  7491] By: nick                                  on 2000/10/30  18:05:54
36591         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
36592              - typo in endian code in putc.
36593              - Don't allow read of write-only files and vice-versa
36594              - and off-by-one in flush-all loop.
36595              Remove debug calls as they were using GCC specific features.
36596      Branch: perlio
36597            ! perlio.c
36598 ____________________________________________________________________________
36599 [  7490] By: nick                                  on 2000/10/29  21:45:45
36600         Log: Integrate mainline to perlio
36601      Branch: perlio
36602           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
36603           !> toke.c
36604 ____________________________________________________________________________
36605 [  7489] By: jhi                                   on 2000/10/29  21:11:08
36606         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
36607              From: andreas.koenig@anima.de (Andreas J. Koenig)
36608              Date: 29 Oct 2000 22:05:59 +0100
36609              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
36610      Branch: perl
36611            ! lib/ExtUtils/Manifest.pm
36612 ____________________________________________________________________________
36613 [  7488] By: jhi                                   on 2000/10/29  21:07:47
36614         Log: Tests for #7487.
36615              
36616              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
36617              From: andreas.koenig@anima.de (Andreas J. Koenig)
36618              Date: 29 Oct 2000 19:37:09 +0100
36619              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
36620      Branch: perl
36621            ! t/comp/proto.t
36622 ____________________________________________________________________________
36623 [  7487] By: jhi                                   on 2000/10/29  21:06:27
36624         Log: constsub spillage.
36625              
36626              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
36627              From: John Tobey <jtobey@john-edwin-tobey.org>
36628              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
36629              Message-Id: <m13pvSr-000FObC@feynman.localnet>
36630      Branch: perl
36631            ! op.c
36632 ____________________________________________________________________________
36633 [  7486] By: nick                                  on 2000/10/29  21:05:04
36634         Log: Integrate mainline to perlio branch
36635      Branch: perlio
36636           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
36637           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
36638           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
36639           +> vos/install_perl.cm
36640            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
36641            - vos/config.h vos/config_h.SH_orig
36642           !> (integrate 141 files)
36643 ____________________________________________________________________________
36644 [  7485] By: jhi                                   on 2000/10/29  21:00:47
36645         Log: Make \x{...} consistently produce UTF-8.
36646              
36647              Subject: Re: \x{...} is confused 
36648              From: Simon Cozens <simon@cozens.net>
36649              Date: Sun, 29 Oct 2000 19:36:48 +0000
36650              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
36651      Branch: perl
36652            ! t/pragma/utf8.t toke.c
36653 ____________________________________________________________________________
36654 [  7484] By: nick                                  on 2000/10/29  20:05:29
36655         Log: PerlIO passes all tests.
36656      Branch: perlio
36657            ! perlio.c
36658 ____________________________________________________________________________
36659 [  7483] By: jhi                                   on 2000/10/29  18:06:55
36660         Log: Update Changes.
36661      Branch: perl
36662            ! Changes patchlevel.h
36663 ____________________________________________________________________________
36664 [  7482] By: nick                                  on 2000/10/29  17:43:28
36665         Log: Include <unistd.h> to get correct lseek() prototype etc.
36666              (I thought perl.h did that) - down to two fails
36667              - comp/require.t (last test)
36668              - lib/io_xs.t - possibly import/export of FILE * ?
36669      Branch: perlio
36670            ! perlio.c
36671 ____________________________________________________________________________
36672 [  7481] By: jhi                                   on 2000/10/29  17:02:37
36673         Log: UTF-8 decoder tweak.
36674      Branch: perl
36675            ! utf8.c
36676 ____________________________________________________________________________
36677 [  7480] By: nick                                  on 2000/10/29  16:26:11
36678         Log: Fixed two bugs:
36679              - error code not being set on close (of broken pipe)
36680              - append mode was truncating.
36681              At least one seek/tell bug remains.
36682      Branch: perlio
36683            ! perlio.c
36684 ____________________________________________________________________________
36685 [  7479] By: nick                                  on 2000/10/29  11:18:16
36686         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
36687              in case of accidents. Still several worrying fails, no line disciplines yet.
36688      Branch: perlio
36689            ! iperlsys.h perlio.c
36690 ____________________________________________________________________________
36691 [  7478] By: jhi                                   on 2000/10/29  02:04:01
36692         Log: Add also emailless people.
36693      Branch: perl
36694            ! AUTHORS
36695 ____________________________________________________________________________
36696 [  7477] By: jhi                                   on 2000/10/29  01:36:00
36697         Log: The #7476 needs a MANIFEST change, too.
36698      Branch: perl
36699            ! MANIFEST
36700 ____________________________________________________________________________
36701 [  7476] By: jhi                                   on 2000/10/29  01:35:21
36702         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
36703      Branch: perl
36704            - MAINTAIN
36705            ! AUTHORS Changes
36706 ____________________________________________________________________________
36707 [  7475] By: jhi                                   on 2000/10/28  23:57:25
36708         Log: De-quoted-unreadable to ISO Latin 1.
36709              (There's one ISO-2022-JP name in Changes5.004.)
36710      Branch: perl
36711            ! Changes Changes5.6
36712 ____________________________________________________________________________
36713 [  7474] By: jhi                                   on 2000/10/28  19:13:06
36714         Log: Subject: [ID 20001027.007] uniq array in perlfaq
36715              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
36716              Date: Fri, 27 Oct 2000 19:28:30 +0200
36717              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
36718      Branch: perl
36719            ! pod/perlfaq4.pod
36720 ____________________________________________________________________________
36721 [  7473] By: jhi                                   on 2000/10/28  18:02:05
36722         Log: Locking null mutexes is not recommendable.
36723              
36724              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
36725              From: Hugo <hv@crypt.compulink.co.uk>
36726              Date: Sat, 28 Oct 2000 18:41:12 +0100
36727              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
36728      Branch: perl
36729            ! op.c
36730 ____________________________________________________________________________
36731 [  7472] By: jhi                                   on 2000/10/28  17:52:58
36732         Log: Better create a true mailing list for the repository keepers.
36733      Branch: perl
36734            ! Porting/repository.pod
36735 ____________________________________________________________________________
36736 [  7471] By: jhi                                   on 2000/10/28  17:28:24
36737         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
36738              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
36739      Branch: perl
36740            + Porting/repository.pod
36741            ! MANIFEST
36742 ____________________________________________________________________________
36743 [  7470] By: jhi                                   on 2000/10/28  17:20:54
36744         Log: Subject: DOC PATCH 5.6.0
36745              From: mjd@plover.com
36746              Date: 27 Oct 2000 17:32:44 -0000
36747              Message-ID: <20001027173244.23754.qmail@plover.com>
36748      Branch: perl
36749            ! pod/perlfunc.pod
36750 ____________________________________________________________________________
36751 [  7469] By: jhi                                   on 2000/10/28  17:16:45
36752         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
36753              From: "Peter J. Farley III" <pjfarley@banet.net>
36754              Date: Fri, 27 Oct 2000 20:32:56 -0400
36755              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
36756      Branch: perl
36757            ! README.dos
36758 ____________________________________________________________________________
36759 [  7468] By: jhi                                   on 2000/10/28  17:07:18
36760         Log: Make target reordering to avoid pointless re-makes.
36761              
36762              Subject: Re: Total re-make of 'make okfile' after 7451 ?
36763              From: Nicholas Clark <nick@ccl4.org>
36764              Date: Sat, 28 Oct 2000 00:31:02 +0100
36765              Message-ID: <20001028003101.A54517@plum.flirble.org>
36766      Branch: perl
36767            ! Makefile.SH
36768 ____________________________________________________________________________
36769 [  7467] By: jhi                                   on 2000/10/28  17:05:31
36770         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
36771              From: lvirden@cas.org
36772              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
36773              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
36774      Branch: perl
36775            ! README.os2
36776 ____________________________________________________________________________
36777 [  7466] By: jhi                                   on 2000/10/28  16:09:16
36778         Log: Upgrade to CPAN 1.58_55.
36779              
36780              Subject: CPAN.pm status
36781              From: andreas.koenig@anima.de (Andreas J. Koenig) 
36782              Date: 28 Oct 2000 08:18:00 +0200 
36783              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
36784      Branch: perl
36785            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
36786 ____________________________________________________________________________
36787 [  7465] By: jhi                                   on 2000/10/28  16:02:47
36788         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
36789      Branch: perl
36790            ! embed.h embed.pl perl.h proto.h toke.c
36791 ____________________________________________________________________________
36792 [  7464] By: nick                                  on 2000/10/28  10:43:44
36793         Log: Fix for sv_2iv() on "shared" value from keys %hash.
36794      Branch: perl
36795            ! sv.c
36796 ____________________________________________________________________________
36797 [  7463] By: jhi                                   on 2000/10/27  16:18:29
36798         Log: Update Changes.
36799      Branch: perl
36800            ! Changes patchlevel.h
36801 ____________________________________________________________________________
36802 [  7462] By: jhi                                   on 2000/10/27  16:17:44
36803         Log: Too enthusiastic editing in #7460.
36804      Branch: metaconfig
36805            ! U/modified/Oldsym.U
36806      Branch: perl
36807            ! Configure config_h.SH
36808 ____________________________________________________________________________
36809 [  7461] By: jhi                                   on 2000/10/27  15:37:38
36810         Log: Retract #7459, the script needs more work.
36811      Branch: perl
36812            - mkreef
36813            ! MANIFEST
36814 ____________________________________________________________________________
36815 [  7460] By: jhi                                   on 2000/10/27  15:23:14
36816         Log: Use $sort, $uniq (and $tr) consistently as wondered
36817              by Nicholas Clark.
36818      Branch: metaconfig
36819            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
36820            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
36821            ! U/modified/libc.U
36822      Branch: perl
36823            ! Configure config_h.SH
36824 ____________________________________________________________________________
36825 [  7459] By: jhi                                   on 2000/10/27  15:02:07
36826         Log: (Retracted by #7461)
36827              
36828              Add a shell script for creating/removing symbolic link farms,
36829              useful for keeping the source code read-only and doing the
36830              builds somewhere else.
36831      Branch: perl
36832            + mkreef
36833            ! MANIFEST
36834 ____________________________________________________________________________
36835 [  7458] By: jhi                                   on 2000/10/27  14:42:20
36836         Log: Do away with the fix_pl.
36837      Branch: perl
36838            - fix_pl
36839            ! MANIFEST Makefile.SH
36840 ____________________________________________________________________________
36841 [  7457] By: jhi                                   on 2000/10/27  12:43:13
36842         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
36843              From: Jens Hamisch <jens@Strawberry.COM>
36844              Date: Fri, 27 Oct 2000 14:38:21 +0200
36845              Message-Id: <20001027143821.B3366@Strawberry.COM>
36846      Branch: perl
36847            ! perl.h
36848 ____________________________________________________________________________
36849 [  7456] By: jhi                                   on 2000/10/27  12:33:42
36850         Log: Subject: [PATCH] todo
36851              From: Nicholas Clark <nick@ccl4.org>
36852              Date: Thu, 26 Oct 2000 22:32:29 +0100
36853              Message-ID: <20001026223229.A44540@plum.flirble.org>
36854      Branch: perl
36855            ! pod/perltodo.pod
36856 ____________________________________________________________________________
36857 [  7455] By: jhi                                   on 2000/10/27  12:02:21
36858         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
36859              From: John Tobey <jtobey@john-edwin-tobey.org>
36860              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
36861              Message-Id: <m13ozHF-000FObC@feynman.localnet>
36862      Branch: perl
36863            ! op.c t/pragma/sub_lval.t
36864 ____________________________________________________________________________
36865 [  7454] By: jhi                                   on 2000/10/27  11:59:42
36866         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
36867              From: sthoenna@efn.org
36868              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
36869              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
36870      Branch: perl
36871            ! pp.c t/op/assignwarn.t
36872 ____________________________________________________________________________
36873 [  7453] By: jhi                                   on 2000/10/27  00:15:08
36874         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
36875      Branch: perl
36876            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
36877            ! ext/Storable/Storable.xs t/lib/st-lock.t
36878 ____________________________________________________________________________
36879 [  7452] By: jhi                                   on 2000/10/26  13:05:52
36880         Log: Undo #7451, this seems to be a deficiency in Perforce,
36881              there is no per-file line-terminator type, only per-client.
36882      Branch: perl
36883            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
36884            ! win32/makefile.mk
36885 ____________________________________________________________________________
36886 [  7451] By: jhi                                   on 2000/10/26  04:56:03
36887         Log: Experimenting in DOS arcana.
36888      Branch: perl
36889            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
36890            ! win32/makefile.mk
36891 ____________________________________________________________________________
36892 [  7450] By: jhi                                   on 2000/10/26  04:50:52
36893         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
36894              From: "Peter J. Farley III" <pjfarley@banet.net>            
36895              Date: Wed, 25 Oct 2000 23:10:18 -0400
36896              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
36897      Branch: perl
36898            ! t/io/open.t
36899 ____________________________________________________________________________
36900 [  7449] By: jhi                                   on 2000/10/26  04:49:16
36901         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
36902              From: Hugo <hv@crypt.compulink.co.uk>
36903              Date: Thu, 26 Oct 2000 01:55:17 +0100
36904              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
36905              
36906              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
36907      Branch: perl
36908            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
36909 ____________________________________________________________________________
36910 [  7448] By: jhi                                   on 2000/10/26  04:38:36
36911         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
36912              From: Peter Prymmer <pvhp@forte.com>
36913              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
36914              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
36915      Branch: perl
36916            ! configure.com
36917 ____________________________________________________________________________
36918 [  7447] By: jhi                                   on 2000/10/25  23:20:02
36919         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
36920              in platforms that strictly require all the symbols being present
36921              at link time.
36922      Branch: perl
36923            ! handy.h
36924 ____________________________________________________________________________
36925 [  7446] By: jhi                                   on 2000/10/25  21:55:57
36926         Log: Update Changes.
36927      Branch: perl
36928            ! Changes patchlevel.h
36929 ____________________________________________________________________________
36930 [  7445] By: jhi                                   on 2000/10/25  21:27:08
36931         Log: Integrate with vmsperl #7430 by Charles Bailey:
36932              
36933              Cleanup from prior patch (Charles Lane?):
36934              - improve handling of MFDs in Basename and Path
36935              - default to no xsubpp line # munging when building debug images
36936      Branch: perl
36937           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
36938 ____________________________________________________________________________
36939 [  7444] By: jhi                                   on 2000/10/25  21:03:50
36940         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
36941              From: John Peacock <JPeacock@UnivPress.com>
36942              Date: Thu, 18 May 2000 11:55:27 -0400
36943              Message-ID: <3924126F.A58BE57A@UnivPress.com>
36944      Branch: perl
36945            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
36946            ! t/op/write.t
36947 ____________________________________________________________________________
36948 [  7443] By: jhi                                   on 2000/10/25  20:43:10
36949         Log: Temporary stopgap for the self-tying issue: for now only
36950              array and hash self-ties are verboten.  The real fix, of
36951              course, would be to comprehensively test (and implement?)
36952              and debug (and document) self-ties.
36953      Branch: perl
36954            ! pod/perldiag.pod pp_sys.c t/op/tie.t
36955 ____________________________________________________________________________
36956 [  7442] By: jhi                                   on 2000/10/25  20:14:30
36957         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
36958              From: Dan Sugalski <dan@sidhe.org>
36959              Date: Wed, 25 Oct 2000 13:36:35 -0400
36960              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
36961              
36962              plus regen global.sym.
36963      Branch: perl
36964            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
36965            ! thrdvar.h util.c
36966 ____________________________________________________________________________
36967 [  7441] By: jhi                                   on 2000/10/25  20:12:20
36968         Log: buildtoc target tweaks.
36969      Branch: perl
36970            ! pod/Makefile.SH
36971 ____________________________________________________________________________
36972 [  7440] By: jhi                                   on 2000/10/25  20:03:53
36973         Log: A new version of making the syslog test more robust.
36974              (Replaces #7421.)
36975              
36976              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
36977              From: "Kurt D. Starsinic" <kstar@chapin.edu>
36978              Date: Wed, 25 Oct 2000 12:13:54 -0400
36979              Message-ID: <20001025121354.B2264@O2.chapin.edu>
36980      Branch: perl
36981            ! t/lib/syslog.t
36982 ____________________________________________________________________________
36983 [  7439] By: jhi                                   on 2000/10/25  20:00:48
36984         Log: Continue the internal UTF-8 API tweaking.
36985              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
36986              used much more than the simpler API, now called utf8_to_uv_simple().
36987              Still not quite happy with API, too much partial duplication
36988              of functionality.
36989      Branch: perl
36990            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
36991            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
36992            ! regcomp.c regexec.c sv.c toke.c utf8.c
36993 ____________________________________________________________________________
36994 [  7438] By: jhi                                   on 2000/10/25  18:52:30
36995         Log: Allow poking holes at the UTF-8 decoding strictness.
36996      Branch: perl
36997            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
36998            ! utf8.h
36999 ____________________________________________________________________________
37000 [  7437] By: jhi                                   on 2000/10/25  13:53:05
37001         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
37002              UTF8LEN() and UTF8SKIP(). 
37003      Branch: perl
37004            ! pp.c utf8.c utf8.h
37005 ____________________________________________________________________________
37006 [  7436] By: jhi                                   on 2000/10/25  13:51:37
37007         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
37008              From: Nicholas Clark <nick@ccl4.org>
37009              Date: Wed, 25 Oct 2000 14:44:05 +0100
37010              Message-ID: <20001025144404.D27253@plum.flirble.org>
37011      Branch: perl
37012            ! pod/perlrun.pod
37013 ____________________________________________________________________________
37014 [  7435] By: jhi                                   on 2000/10/25  13:49:32
37015         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
37016              From: Mike Guy <mjtg@cam.ac.uk>
37017              Date: Tue, 24 Oct 2000 14:59:40 +0100
37018              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
37019      Branch: perl
37020            ! scope.c
37021 ____________________________________________________________________________
37022 [  7434] By: jhi                                   on 2000/10/25  13:48:41
37023         Log: AIX is picky about its symbol exports.  Solution for now
37024              is to include the deb.o explicitly to the re extension build.
37025              
37026              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
37027              From: Peter Prymmer <pvhp@forte.com>
37028              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
37029              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
37030      Branch: perl
37031            ! ext/re/Makefile.PL hints/aix.sh
37032 ____________________________________________________________________________
37033 [  7433] By: jhi                                   on 2000/10/25  13:46:49
37034         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
37035              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
37036              Date: Wed, 25 Oct 2000 12:02:20 +0200
37037              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
37038      Branch: perl
37039            ! perlsdio.h
37040 ____________________________________________________________________________
37041 [  7432] By: jhi                                   on 2000/10/25  13:44:28
37042         Log: Subject: Minor update to find2perl, for portability
37043              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
37044              Date: Wed, 25 Oct 2000 12:05:47 +0100
37045              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
37046      Branch: perl
37047            ! x2p/find2perl.PL
37048 ____________________________________________________________________________
37049 [  7431] By: jhi                                   on 2000/10/25  13:40:39
37050         Log: Add targets to Makefile.SH, most importantly
37051              'regen_all' which also remembers to update vms/perly*.
37052      Branch: perl
37053            ! Makefile.SH
37054 ____________________________________________________________________________
37055 [  7430] By: bailey                                on 2000/10/25  03:13:53
37056         Log: Cleanup from prior patch (Charles Lane?):
37057              - improve handling of MFDs in Basename and Path
37058              - default to no xsubpp line # munging when building debug images
37059      Branch: vmsperl
37060            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
37061 ____________________________________________________________________________
37062 [  7429] By: jhi                                   on 2000/10/24  20:03:40
37063         Log: Podify README.epoc and README.vos.
37064      Branch: perl
37065            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
37066            ! pod/perlport.pod pod/perltoc.pod
37067 ____________________________________________________________________________
37068 [  7428] By: jhi                                   on 2000/10/24  19:10:33
37069         Log: Stratus VOS updates from Paul Green.
37070      Branch: perl
37071            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
37072            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
37073            - vos/config.def vos/config.h vos/config_h.SH_orig
37074            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
37075            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
37076 ____________________________________________________________________________
37077 [  7427] By: jhi                                   on 2000/10/24  18:59:48
37078         Log: Check if stdio supports tweaking lval and cnt simultaneously.
37079              
37080              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
37081              From: Nicholas Clark <nick@ccl4.org>
37082              Date: Mon, 23 Oct 2000 15:39:32 +0100
37083              Message-ID: <20001023153932.A10786@plum.flirble.org>
37084      Branch: metaconfig
37085            ! U/compline/d_stdstdio.U
37086      Branch: perl
37087            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
37088            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
37089            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
37090            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
37091            ! vos/config.h vos/config_h.SH_orig win32/config.bc
37092            ! win32/config.gc win32/config.vc
37093 ____________________________________________________________________________
37094 [  7426] By: jhi                                   on 2000/10/24  17:57:44
37095         Log: Missed the header file changes from #7425.
37096      Branch: perl
37097            ! embed.h embed.pl objXSUB.h proto.h
37098 ____________________________________________________________________________
37099 [  7425] By: jhi                                   on 2000/10/24  17:55:17
37100         Log: Fix the bug reported in
37101              
37102              From: andreas.koenig@anima.de (Andreas J. Koenig)
37103              Subject: Encode bug?
37104              Date: 24 Oct 2000 14:01:26 +0200 
37105              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
37106              
37107              Also make is_utf8_char() stricter.
37108      Branch: perl
37109            ! ext/Encode/Encode.xs utf8.c
37110 ____________________________________________________________________________
37111 [  7424] By: jhi                                   on 2000/10/24  15:15:39
37112         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
37113              From: Peter Scott <Peter@PSDT.com>
37114              Date: Mon, 23 Oct 2000 19:46:01 -0700
37115              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
37116      Branch: perl
37117            ! pod/perlfaq5.pod
37118 ____________________________________________________________________________
37119 [  7423] By: jhi                                   on 2000/10/24  14:25:30
37120         Log: Test tweak to avoid pulling in the whole Config.
37121      Branch: perl
37122            ! t/lib/st-lock.t
37123 ____________________________________________________________________________
37124 [  7422] By: jhi                                   on 2000/10/24  14:03:16
37125         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
37126      Branch: perl
37127            ! pp.c
37128 ____________________________________________________________________________
37129 [  7421] By: jhi                                   on 2000/10/24  13:32:09
37130         Log: (Replaced by #7440.)
37131              
37132              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
37133              From: "Kurt D. Starsinic" <kstar@chapin.edu>
37134              Date: Mon, 23 Oct 2000 16:40:54 -0400
37135              Message-ID: <20001023164054.B14491@O2.chapin.edu>
37136      Branch: perl
37137            ! t/lib/syslog.t
37138 ____________________________________________________________________________
37139 [  7420] By: jhi                                   on 2000/10/24  13:30:53
37140         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
37141              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37142              Date: Mon, 23 Oct 2000 17:29:03 -0400
37143              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
37144      Branch: perl
37145            ! lib/ExtUtils/MM_Unix.pm
37146 ____________________________________________________________________________
37147 [  7419] By: jhi                                   on 2000/10/24  13:29:57
37148         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
37149              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37150              Date: Mon, 23 Oct 2000 19:01:32 -0400
37151              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
37152      Branch: perl
37153            ! utils/h2xs.PL
37154 ____________________________________________________________________________
37155 [  7418] By: jhi                                   on 2000/10/24  13:26:04
37156         Log: Replace #7409 with
37157              
37158              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
37159              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
37160              Date: Mon, 23 Oct 2000 20:08:56 +0200
37161              Message-ID: <20001023200855.A14850@nice.ram.loc>
37162      Branch: perl
37163            ! ext/Storable/Storable.pm t/lib/st-lock.t
37164 ____________________________________________________________________________
37165 [  7417] By: jhi                                   on 2000/10/24  13:17:52
37166         Log: Run vms/vms_yfix.pl, should have done that after changing
37167              perly.c in #7382.
37168      Branch: perl
37169            ! vms/perly_c.vms vms/perly_h.vms
37170 ____________________________________________________________________________
37171 [  7416] By: jhi                                   on 2000/10/24  02:55:33
37172         Log: Make the UTF-8 decoding stricter and more verbose when
37173              malformation happens.  This involved adding an argument
37174              to utf8_to_uv_chk(), which involved changing its prototype,
37175              and prefer STRLEN over I32 for the UTF-8 length, which as
37176              a domino effect necessitated changing the prototypes of
37177              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
37178              The stricter UTF-8 decoding checking uses Markus Kuhn's
37179              UTF-8 Decode Stress Tester from
37180              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
37181      Branch: perl
37182            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
37183            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
37184            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
37185            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
37186 ____________________________________________________________________________
37187 [  7415] By: jhi                                   on 2000/10/23  14:06:06
37188         Log: Update Changes.
37189      Branch: perl
37190            ! Changes patchlevel.h
37191 ____________________________________________________________________________
37192 [  7414] By: jhi                                   on 2000/10/23  12:39:52
37193         Log: Undo the basename() part of #7412 since the lib/basename
37194              tests would need upgrading too.
37195      Branch: perl
37196            ! lib/File/Basename.pm
37197 ____________________________________________________________________________
37198 [  7413] By: jhi                                   on 2000/10/23  12:19:27
37199         Log: Document PERL_INSTALL_ROOT of #7210.
37200      Branch: perl
37201            ! lib/ExtUtils/Install.pm
37202 ____________________________________________________________________________
37203 [  7412] By: jhi                                   on 2000/10/23  12:16:47
37204         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
37205      Branch: perl
37206            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
37207            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
37208 ____________________________________________________________________________
37209 [  7411] By: jhi                                   on 2000/10/23  12:07:41
37210         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
37211              From: Prymmer/Kahn <pvhp@best.com>
37212              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
37213              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
37214      Branch: perl
37215            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
37216 ____________________________________________________________________________
37217 [  7410] By: jhi                                   on 2000/10/23  04:10:11
37218         Log: The change #7187 was not so good on VMS.
37219              
37220              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
37221              From: "Craig A. Berry" <craig.berry@psinetcs.com>
37222              Date: Sun, 22 Oct 2000 23:03:08 -0500
37223              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
37224      Branch: perl
37225            ! utils/perldoc.PL
37226 ____________________________________________________________________________
37227 [  7409] By: jhi                                   on 2000/10/23  03:57:36
37228         Log: Avoid Storable locking on DJGPP for now.
37229              
37230              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
37231              From: "Peter J. Farley III" <pjfarley@banet.net>
37232              Date: Sun, 22 Oct 2000 20:00:00 -0400
37233              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
37234      Branch: perl
37235            ! ext/Storable/Storable.pm t/lib/st-lock.t
37236 ____________________________________________________________________________
37237 [  7408] By: jhi                                   on 2000/10/23  03:50:24
37238         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
37239              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
37240              Date: Sun, 22 Oct 2000 21:12:22 -0400
37241              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
37242      Branch: perl
37243            ! lib/vars.pm
37244 ____________________________________________________________________________
37245 [  7407] By: jhi                                   on 2000/10/23  03:43:12
37246         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
37247              From: Hugo <hv@crypt.compulink.co.uk>
37248              Date: Mon, 23 Oct 2000 00:47:22 +0100
37249              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
37250      Branch: perl
37251            ! regexec.c t/op/pat.t
37252 ____________________________________________________________________________
37253 [  7406] By: jhi                                   on 2000/10/23  03:40:29
37254         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
37255      Branch: perl
37256            ! lib/ExtUtils/MakeMaker.pm
37257 ____________________________________________________________________________
37258 [  7405] By: jhi                                   on 2000/10/22  21:32:00
37259         Log: Doc patch.
37260              
37261              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
37262              From: rspier@pobox.com (Robert Spier)
37263              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
37264              Message-ID: <14835.16112.13457.447971@rls.cx>
37265      Branch: perl
37266            ! lib/strict.pm
37267 ____________________________________________________________________________
37268 [  7404] By: jhi                                   on 2000/10/22  21:30:51
37269         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
37270              From: rspier@pobox.com (Robert Spier)
37271              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
37272              Message-ID: <14835.17223.72448.705566@rls.cx>
37273      Branch: perl
37274            ! lib/ExtUtils/MakeMaker.pm
37275 ____________________________________________________________________________
37276 [  7403] By: jhi                                   on 2000/10/22  21:24:11
37277         Log: Subject: [PATCH bleadperl] ripples from constsub patch
37278              From: John Tobey <jtobey@john-edwin-tobey.org>
37279              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
37280              Message-Id: <m13nSOB-000FObC@feynman.localnet>
37281      Branch: perl
37282            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
37283 ____________________________________________________________________________
37284 [  7402] By: jhi                                   on 2000/10/22  20:59:35
37285         Log: Support s?printf parameter reordering.
37286      Branch: perl
37287            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
37288 ____________________________________________________________________________
37289 [  7401] By: jhi                                   on 2000/10/22  19:19:14
37290         Log: Expand %Config variables only if explicitly so requested
37291              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
37292              
37293              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
37294              From: Gurusamy Sarathy <gsar@ActiveState.com>
37295              Date: Sun, 22 Oct 2000 11:47:32 -0700
37296              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
37297      Branch: perl
37298            ! Makefile.SH lib/lib_pm.PL
37299 ____________________________________________________________________________
37300 [  7400] By: jhi                                   on 2000/10/22  18:24:10
37301         Log: Move the #7390 test from warn/op to comp/redef.
37302              
37303              Subject: Re: Creating const subs for constants.
37304              From: John Tobey <jtobey@john-edwin-tobey.org>
37305              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
37306              Message-Id: <m13nG72-000FObC@feynman.localnet>               
37307      Branch: perl
37308            ! t/comp/redef.t t/pragma/warn/op
37309 ____________________________________________________________________________
37310 [  7399] By: jhi                                   on 2000/10/22  17:49:59
37311         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
37312              From: Nicholas Clark <nick@ccl4.org>
37313              Date: Sat, 21 Oct 2000 22:23:19 +0100
37314              Message-ID: <20001021222319.B45586@plum.flirble.org>
37315      Branch: perl
37316            ! ext/DynaLoader/DynaLoader_pm.PL
37317 ____________________________________________________________________________
37318 [  7398] By: jhi                                   on 2000/10/22  17:47:35
37319         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
37320              From: Hugo <hv@crypt.compulink.co.uk>
37321              Date: Sat, 21 Oct 2000 18:19:59 +0100
37322              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
37323      Branch: perl
37324            ! ext/B/B.pm ext/B/B/C.pm
37325 ____________________________________________________________________________
37326 [  7397] By: jhi                                   on 2000/10/22  17:35:18
37327         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
37328              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
37329              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
37330              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
37331      Branch: perl
37332            ! hints/openbsd.sh
37333 ____________________________________________________________________________
37334 [  7396] By: jhi                                   on 2000/10/22  17:19:46
37335         Log: Subject: installman go-faster stripes
37336              From: Nicholas Clark <nick@talking.bollo.cx>
37337              Date: Sat, 21 Oct 2000 17:24:53 +0100
37338              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
37339              
37340              Subject: Re: installman go-faster stripes
37341              From: Russ Allbery <rra@stanford.edu>
37342              Date: 21 Oct 2000 11:04:13 -0700
37343              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
37344      Branch: perl
37345            ! installman pod/pod2man.PL
37346 ____________________________________________________________________________
37347 [  7395] By: jhi                                   on 2000/10/22  17:17:35
37348         Log: Hints tweak from Anton Berezin.
37349      Branch: perl
37350            ! hints/freebsd.sh
37351 ____________________________________________________________________________
37352 [  7394] By: jhi                                   on 2000/10/22  04:50:04
37353         Log: Tweak the Is* definitions of Unicode character classes
37354              to better match the official categorizations; embrace
37355              the official categorizations; add the combining marks
37356              as alpha (and -numeric); fix DCinital (a typo and edito)
37357              to be DCmedial.
37358      Branch: perl
37359            + lib/unicode/Is/DCmedial.pl
37360            - lib/unicode/Is/DCinital.pl
37361            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
37362            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
37363            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
37364            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
37365 ____________________________________________________________________________
37366 [  7393] By: jhi                                   on 2000/10/21  18:06:05
37367         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
37368              From: Daniel Chetlin <daniel@chetlin.com>
37369              Date: Sat, 21 Oct 2000 02:57:03 -0700
37370              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
37371      Branch: perl
37372            + t/lib/tie-splice.t
37373            ! MANIFEST lib/Tie/Array.pm
37374 ____________________________________________________________________________
37375 [  7392] By: gsar                                  on 2000/10/21  18:05:15
37376         Log: resync utfperl branch with mainline
37377      Branch: utfperl
37378           !> (integrate 1760 files)
37379 ____________________________________________________________________________
37380 [  7391] By: jhi                                   on 2000/10/21  14:37:49
37381         Log: Testcases for a #7383,#7385 related bug.
37382              
37383              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
37384              From: Nicholas Clark <nick@ccl4.org>
37385              Date: Sat, 21 Oct 2000 15:04:51 +0100
37386              Message-ID: <20001021150451.A51566@plum.flirble.org>
37387      Branch: perl
37388            ! t/pragma/utf8.t
37389 ____________________________________________________________________________
37390 [  7390] By: jhi                                   on 2000/10/21  14:35:57
37391         Log: Add a testcase for #7389.
37392      Branch: perl
37393            ! t/pragma/warn/op
37394 ____________________________________________________________________________
37395 [  7389] By: jhi                                   on 2000/10/21  14:26:45
37396         Log: Subject: Re: Creating const subs for constants.
37397              From: John Tobey <jtobey@john-edwin-tobey.org>
37398              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
37399              Message-Id: <m13mo0N-000FObC@feynman.localnet>
37400      Branch: perl
37401            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
37402            ! proto.h sv.c
37403 ____________________________________________________________________________
37404 [  7388] By: nick                                  on 2000/10/21  11:44:23
37405         Log: Populate perlio branch
37406      Branch: perlio
37407           +> (branch 1760 files)
37408 ____________________________________________________________________________
37409 [  7387] By: nick                                  on 2000/10/21  10:52:05
37410         Log: Get branch back as replica of mainline via :
37411              p4 integrate -b utfperl
37412              p4 resolve -at ./...
37413      Branch: utfperl
37414           +> (branch 269 files)
37415            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
37416            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
37417            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
37418            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
37419            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
37420            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
37421            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
37422            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
37423            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
37424            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
37425            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
37426            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
37427            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
37428            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
37429            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
37430            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
37431            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
37432            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
37433            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
37434            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
37435            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
37436            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
37437            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
37438            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
37439            - lib/unicode/UCD300.html lib/unicode/Unicode.300
37440            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
37441            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
37442            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
37443            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
37444           !> (integrate 965 files)
37445 ____________________________________________________________________________
37446 [  7386] By: jhi                                   on 2000/10/21  01:31:12
37447         Log: Update Changes.
37448      Branch: perl
37449            ! Changes patchlevel.h
37450 ____________________________________________________________________________
37451 [  7385] By: jhi                                   on 2000/10/21  01:28:42
37452         Log: The #7383 was right only in the context of the original bug report,
37453              not in more general case.
37454      Branch: perl
37455            ! pp_hot.c
37456 ____________________________________________________________________________
37457 [  7384] By: jhi                                   on 2000/10/21  01:08:23
37458         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
37459      Branch: perl
37460            ! ext/IO/lib/IO/Select.pm
37461 ____________________________________________________________________________
37462 [  7383] By: jhi                                   on 2000/10/21  00:44:18
37463         Log: Fix for ID 20001020.006, concatenating an unset submatch
37464              with utf8 resulted in "Modification of a read-only value".
37465      Branch: perl
37466            ! pp_hot.c t/pragma/utf8.t
37467 ____________________________________________________________________________
37468 [  7382] By: jhi                                   on 2000/10/20  20:44:31
37469         Log: Make scan_num() reëntrant, as suggested in
37470              
37471              Subject: [PATCH perl@7229] Rentrant parser and yylex()
37472              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
37473              Date: Fri, 20 Oct 2000 14:17:27 +0100
37474              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
37475      Branch: perl
37476            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
37477            ! toke.c
37478 ____________________________________________________________________________
37479 [  7381] By: jhi                                   on 2000/10/20  20:07:29
37480         Log: Reëntrancy fix.
37481              
37482              Subject: [PATCH perl@7229] Rentrant parser and yylex()
37483              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
37484              Date: Fri, 20 Oct 2000 14:17:27 +0100
37485              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
37486      Branch: perl
37487            ! embed.h embed.pl perl.h proto.h toke.c
37488 ____________________________________________________________________________
37489 [  7380] By: jhi                                   on 2000/10/20  19:15:54
37490         Log: Don't write double values through long double pointers,
37491              based on a part of
37492              
37493              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
37494              From: Jens Hamisch <jens@Strawberry.COM>
37495              Date: Tue, 17 Oct 2000 08:39:36 +0200
37496              Message-Id: <20001017083936.A11104@Strawberry.COM>
37497      Branch: perl
37498            ! perl.h pp.c
37499 ____________________________________________________________________________
37500 [  7379] By: jhi                                   on 2000/10/20  18:43:37
37501         Log: Portability tweak on #7377.
37502              
37503              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
37504              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
37505              Date:     Fri, 20 Oct 2000 13:13:41 EDT
37506              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
37507      Branch: perl
37508            ! t/lib/dprof.t
37509 ____________________________________________________________________________
37510 [  7378] By: jhi                                   on 2000/10/20  12:57:19
37511         Log: SOCKS function redefinitions need prototypes, too, otherwise
37512              for example 32 bit versus 64 bit differences cause a lot of
37513              problems.  Part of
37514              
37515              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
37516              From: Jens Hamisch <jens@Strawberry.COM>
37517              Date: Tue, 17 Oct 2000 08:39:36 +0200
37518              Message-Id: <20001017083936.A11104@Strawberry.COM>
37519      Branch: perl
37520            ! doio.c pp_sys.c
37521 ____________________________________________________________________________
37522 [  7377] By: jhi                                   on 2000/10/20  12:37:12
37523         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
37524              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
37525              Date:     Fri, 20 Oct 2000 08:26:04 EDT
37526              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
37527      Branch: perl
37528            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
37529 ____________________________________________________________________________
37530 [  7376] By: jhi                                   on 2000/10/20  12:35:31
37531         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
37532              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
37533              Date:     Fri, 20 Oct 2000 07:48:15 EDT
37534              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
37535      Branch: perl
37536            ! configure.com vms/gen_shrfls.pl
37537 ____________________________________________________________________________
37538 [  7375] By: bailey                                on 2000/10/20  04:44:37
37539         Log: SYN SYN
37540      Branch: vmsperl
37541           +> (branch 134 files)
37542            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
37543            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
37544            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
37545            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
37546            - eg/cgi/frameset.cgi eg/cgi/index.html
37547            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
37548            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
37549            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
37550            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
37551            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
37552            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
37553            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
37554            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
37555            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
37556            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
37557            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
37558            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
37559            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
37560            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
37561            - lib/unicode/Props.txt lib/unicode/UCD300.html
37562            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
37563            - utils/perlbc.PL vms/subconfigure.com
37564           !> (integrate 785 files)
37565 ____________________________________________________________________________
37566 [  7374] By: jhi                                   on 2000/10/20  00:59:48
37567         Log: In the latest compiler builds cccdlflags must not become -fpic,
37568              from Wilfredo Sánchez.
37569      Branch: perl
37570            ! hints/darwin.sh
37571 ____________________________________________________________________________
37572 [  7373] By: jhi                                   on 2000/10/20  00:56:35
37573         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
37574              From: Tony Cook <tony@develop-help.com>
37575              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
37576              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
37577      Branch: perl
37578            ! pod/perlop.pod
37579 ____________________________________________________________________________
37580 [  7372] By: jhi                                   on 2000/10/19  19:34:40
37581         Log: Typo noted by Mark Lutz.
37582      Branch: perl
37583            ! t/op/64bitint.t
37584 ____________________________________________________________________________
37585 [  7371] By: jhi                                   on 2000/10/19  19:33:13
37586         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
37587      Branch: metaconfig
37588            ! U/modified/Cppsym.U U/modified/Oldconfig.U
37589      Branch: metaconfig/U/perl
37590            ! End.U dlsrc.U libperl.U
37591      Branch: perl
37592            + hints/nonstopux.sh
37593            ! Configure MANIFEST config_h.SH
37594 ____________________________________________________________________________
37595 [  7370] By: jhi                                   on 2000/10/19  17:18:08
37596         Log: Subject: PATCH do_print has 2 PerlIO_error()s
37597              From: nick@ccl4.org
37598              Date: Thu, 19 Oct 2000 18:09:20 +0100
37599              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
37600      Branch: perl
37601            ! doio.c
37602 ____________________________________________________________________________
37603 [  7369] By: jhi                                   on 2000/10/19  14:01:49
37604         Log: Update Changes.
37605      Branch: perl
37606            ! Changes patchlevel.h
37607 ____________________________________________________________________________
37608 [  7368] By: jhi                                   on 2000/10/19  13:04:29
37609         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
37610              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
37611              Date: Wed, 18 Oct 2000 13:12:01 +0200
37612              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
37613      Branch: perl
37614            ! hints/aix.sh
37615 ____________________________________________________________________________
37616 [  7367] By: jhi                                   on 2000/10/19  02:22:40
37617         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
37618              of a 'pmshort' anywhere in the B, so the offending line was simply
37619              removed.
37620      Branch: perl
37621            ! ext/B/B/Debug.pm
37622 ____________________________________________________________________________
37623 [  7366] By: jhi                                   on 2000/10/19  02:12:37
37624         Log: Add the test case for the bug id 20000730.004 which seems
37625              to have been fixed by now.
37626      Branch: perl
37627            ! t/pragma/utf8.t
37628 ____________________________________________________________________________
37629 [  7365] By: jhi                                   on 2000/10/18  23:36:24
37630         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
37631              From: Hugo <hv@crypt.compulink.co.uk>
37632              Date: Wed, 18 Oct 2000 23:25:58 +0100
37633              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
37634      Branch: perl
37635            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
37636 ____________________________________________________________________________
37637 [  7364] By: jhi                                   on 2000/10/18  21:12:53
37638         Log: (retracted)
37639      Branch: perl
37640            ! pp.c
37641 ____________________________________________________________________________
37642 [  7363] By: jhi                                   on 2000/10/18  20:55:38
37643         Log: Missing change from #7362.
37644      Branch: perl
37645            ! win32/perlhost.h
37646 ____________________________________________________________________________
37647 [  7362] By: jhi                                   on 2000/10/18  20:52:01
37648         Log: Borland C fstat() never saw the fd as writable.
37649              
37650              Subject: fix for Borland's weak "stat" (perl@7211)
37651              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
37652              Date: Mon, 16 Oct 2000 09:55:03 +0400
37653              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
37654      Branch: perl
37655            ! win32/win32.c
37656 ____________________________________________________________________________
37657 [  7361] By: jhi                                   on 2000/10/18  17:43:50
37658         Log: Regen toc.
37659      Branch: perl
37660            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
37661 ____________________________________________________________________________
37662 [  7360] By: jhi                                   on 2000/10/18  17:07:44
37663         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
37664              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
37665              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
37666              Date: Mon, 16 Oct 2000 15:19:49 +0200
37667      Branch: perl
37668            + README.aix
37669            ! MANIFEST
37670 ____________________________________________________________________________
37671 [  7359] By: jhi                                   on 2000/10/18  17:04:49
37672         Log: Subject: Pod patch for Devel::Peek
37673              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
37674              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
37675              Date: Mon, 16 Oct 2000 12:26:34 +0200
37676      Branch: perl
37677            ! ext/Devel/Peek/Peek.pm
37678 ____________________________________________________________________________
37679 [  7358] By: jhi                                   on 2000/10/18  17:03:15
37680         Log: Make Cwd more bulletproof in chrooted environments.
37681              
37682              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
37683              From: "Eric E. Coe" <Eric.Coe@oracle.com>
37684              Date: Wed, 18 Oct 2000 04:03:54 -0400
37685              Message-Id: <39ED596A.70E599FE@oracle.com>
37686      Branch: perl
37687            ! lib/Cwd.pm
37688 ____________________________________________________________________________
37689 [  7357] By: jhi                                   on 2000/10/18  16:37:26
37690         Log: Disable the UTF8 downgrade croakage for now to avoid
37691              too many not okay messages.
37692      Branch: perl
37693            ! doio.c
37694 ____________________________________________________________________________
37695 [  7356] By: jhi                                   on 2000/10/17  23:29:41
37696         Log: Show the failed remote port, instead of the failing line number.
37697              
37698              Subject: [PATCH 5.6.1 Debugger] More diagnostics
37699              From: David Sparks <daves@ActiveState.com>
37700              Date: Tue, 17 Oct 2000 15:00:24 -0700
37701              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
37702      Branch: perl
37703            ! lib/perl5db.pl
37704 ____________________________________________________________________________
37705 [  7355] By: jhi                                   on 2000/10/17  14:11:31
37706         Log: On output try to downgrade to bytes, croak if impossible,
37707              from Simon Cozens.  This means that outputting >255 UTF8
37708              is impossible.  Consider this as a strong incentive to get
37709              the I/O disciplines implemented.
37710      Branch: perl
37711            ! doio.c pod/perldiag.pod sv.c
37712 ____________________________________________________________________________
37713 [  7354] By: jhi                                   on 2000/10/17  13:42:23
37714         Log: Clarify documentation on 'use bytes'.
37715              
37716              Subject: Re: What does 'use bytes' "mean" ?
37717              From: Simon Cozens <simon@cozens.net>
37718              Date: Mon, 18 Sep 2000 18:24:25 +0100
37719              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
37720      Branch: perl
37721            ! lib/bytes.pm
37722 ____________________________________________________________________________
37723 [  7353] By: jhi                                   on 2000/10/17  13:28:12
37724         Log: Workaround for a sfio bug where the stream error indicator
37725              is not cleared as documented.
37726              
37727              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
37728              From: Nicholas Clark <nick@ccl4.org>
37729              Date: Mon, 16 Oct 2000 18:28:23 +0100
37730              Message-ID: <20001016182823.J19700@plum.flirble.org>
37731      Branch: perl
37732            ! doio.c
37733 ____________________________________________________________________________
37734 [  7352] By: jhi                                   on 2000/10/17  13:06:19
37735         Log: More IoTYPE sprinkling.
37736      Branch: perl
37737            ! doio.c pp_hot.c
37738 ____________________________________________________________________________
37739 [  7351] By: jhi                                   on 2000/10/16  22:47:07
37740         Log: Detect early whether the std streams have gone bad.
37741              
37742              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
37743              Date: Mon, 16 Oct 2000 23:28:42 +0100
37744              From: Nicholas Clark <nick@ccl4.org>
37745              Message-ID: <20001016232842.A37942@plum.flirble.org>
37746      Branch: perl
37747            ! t/op/misc.t
37748 ____________________________________________________________________________
37749 [  7350] By: jhi                                   on 2000/10/16  22:45:16
37750         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
37751              From: "Peter J. Farley III" <pjfarley@banet.net>
37752              Date: Mon, 16 Oct 2000 18:15:59 -0400
37753              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
37754      Branch: perl
37755            ! djgpp/djgpp.c dosish.h t/io/open.t
37756 ____________________________________________________________________________
37757 [  7349] By: jhi                                   on 2000/10/16  22:36:45
37758         Log: perldelta tweak.
37759      Branch: perl
37760            ! pod/perldelta.pod
37761 ____________________________________________________________________________
37762 [  7348] By: jhi                                   on 2000/10/16  15:17:53
37763         Log: Update Changes.
37764      Branch: perl
37765            ! Changes patchlevel.h
37766 ____________________________________________________________________________
37767 [  7347] By: jhi                                   on 2000/10/16  13:55:27
37768         Log: Add the capability to include/exclude branches.
37769      Branch: perl
37770            ! Porting/genlog
37771 ____________________________________________________________________________
37772 [  7346] By: jhi                                   on 2000/10/16  13:18:04
37773         Log: Add Charles Lane.
37774      Branch: perl
37775            ! AUTHORS Changes
37776 ____________________________________________________________________________
37777 [  7345] By: jhi                                   on 2000/10/16  13:13:21
37778         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
37779      Branch: perl
37780            ! pod/perldelta.pod
37781 ____________________________________________________________________________
37782 [  7344] By: gsar                                  on 2000/10/16  09:30:21
37783         Log: integrate change#6220 from cfgperl
37784              
37785              Win32 patches from Benjamin Stuhl.
37786      Branch: maint-5.6/perl
37787           !> makedef.pl win32/win32.h
37788 ____________________________________________________________________________
37789 [  7343] By: gsar                                  on 2000/10/16  08:32:19
37790         Log: integrate changes#6221,6222 from cfgperl
37791              
37792              Remove tr///CU (the feature is to be obsoleted by better interfaces).
37793              From: simon@brecon.co.uk (Simon Cozens)
37794              Subject: [PATCH] Eliminate tr///[CU][CU]
37795              Date: 23 Jun 2000 11:05:40 GMT
37796              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
37797              
37798              doc typo fix
37799              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
37800              From: Ian Phillipps <Ian.Phillipps@iname.com>
37801              Date: Fri, 23 Jun 2000 10:40:58 +0100
37802              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
37803      Branch: maint-5.6/perl
37804           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
37805 ____________________________________________________________________________
37806 [  7342] By: gsar                                  on 2000/10/16  08:28:08
37807         Log: integrate change#6217 from cfgperl (in part)
37808              
37809              Rename the fdpid locking and integrate with Sarathy.
37810      Branch: maint-5.6/perl
37811           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
37812           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
37813           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
37814           !> win32/win32.c
37815 ____________________________________________________________________________
37816 [  7341] By: gsar                                  on 2000/10/16  08:23:39
37817         Log: integrate changes#6214..6216 from mainline
37818              
37819              @_ can't have junk in it even in the non-USE_ITHREADS case because
37820              caller() wants to populate @DB::args with it (causes a coredump
37821              in Carp::confess())
37822              
37823              tweak comment about @DB::args
37824              
37825              be more optimal about clearing @_
37826      Branch: maint-5.6/perl
37827           !> av.h cop.h pp_ctl.c t/op/runlevel.t
37828 ____________________________________________________________________________
37829 [  7340] By: gsar                                  on 2000/10/16  08:20:37
37830         Log: integrate changes#6207..6210 from cfgperl
37831              
37832              Subject: [PATCH 5.6.0] Threadsafe patches
37833              From: Dan Sugalski <dan@sidhe.org>
37834              To: perl5-porters@perl.org
37835              Date: Mon, 08 May 2000 18:08:13 -0400
37836              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
37837              
37838              Regen headers for #6207.
37839              
37840              Lock PL_fdpid against race conditions, based on:
37841              Subject: [PATCH 5.6.0]subprocess fixup for threads
37842              From: Dan Sugalski <dan@sidhe.org>
37843              To: perl5-porters@perl.org
37844              Date: Tue, 11 Apr 2000 17:02:32 -0400
37845              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
37846              
37847              Mopup for #6207 and #6209.
37848      Branch: maint-5.6/perl
37849           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
37850           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
37851           !> win32/win32.c
37852 ____________________________________________________________________________
37853 [  7339] By: gsar                                  on 2000/10/16  08:14:34
37854         Log: integrate change#6203 from cfgperl
37855              
37856              perldiag should refer to perlos2.pod not README.os2
37857      Branch: maint-5.6/perl
37858           !> pod/perldiag.pod
37859 ____________________________________________________________________________
37860 [  7338] By: gsar                                  on 2000/10/16  08:11:42
37861         Log: integrate change#6201 from mainline
37862              
37863              Perl_eval_pv() leaks 4 bytes every time it is called because it
37864              does a PUSHMARK that's never ever POPMARKed; in general, only
37865              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
37866              Perl_eval_[sp]v() don't because they don't take any incoming
37867              arguments (this leak has been around since the original version
37868              of perl_eval_pv() in 5.003_97e)
37869      Branch: maint-5.6/perl
37870           !> perl.c
37871 ____________________________________________________________________________
37872 [  7337] By: gsar                                  on 2000/10/16  08:08:47
37873         Log: integrate changes#6197..6200 from cfgperl
37874              
37875              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
37876              From: John Borwick <jhborwic@unity.ncsu.edu>
37877              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
37878              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
37879              
37880              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
37881              From: Dan Sugalski <dan@sidhe.org>
37882              To: vmsperl@perl.org, perl5-porters@perl.org
37883              Date: Fri, 02 Jun 2000 16:00:41 -0400
37884              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
37885              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
37886              
37887              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
37888              From: Dan Sugalski <dan@sidhe.org>
37889              To: perl5-porters@perl.org, vmsperl@perl.org
37890              Date: Fri, 02 Jun 2000 17:30:51 -0400
37891              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
37892              
37893              Update to cperl-mode.el 4.31 from
37894              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
37895              Subject: A couple of notes
37896              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37897              To: Mailing list Perl5 <perl5-porters@perl.org>
37898              Date: Sat, 3 Jun 2000 23:33:32 -0400
37899              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
37900      Branch: maint-5.6/perl
37901           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
37902           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
37903           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
37904           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
37905           !> vms/vmsish.h
37906 ____________________________________________________________________________
37907 [  7336] By: gsar                                  on 2000/10/16  08:03:46
37908         Log: integrate changes#6194,6195 from mainline
37909              
37910              fix small eval"" memory leaks under USE_ITHREADS
37911              
37912              fix yet another eval"" leak under USE_ITHREADS
37913      Branch: maint-5.6/perl
37914           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
37915           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
37916           !> vms/perly_c.vms
37917 ____________________________________________________________________________
37918 [  7335] By: gsar                                  on 2000/10/16  08:02:15
37919         Log: integrate changes#6190,6191 from mainline
37920              
37921              submit missing embed.pl change
37922              
37923              vec() loses numericalness (modified version of patch suggested
37924              by Robin Barker)
37925      Branch: maint-5.6/perl
37926           !> doop.c embed.pl t/op/vec.t
37927 ____________________________________________________________________________
37928 [  7334] By: gsar                                  on 2000/10/16  08:01:03
37929         Log: integrate change#6189 from mainline
37930              
37931              counting tr/// corrupts later operation (from M.J.T Guy)
37932      Branch: maint-5.6/perl
37933           !> doop.c t/op/tr.t
37934 ____________________________________________________________________________
37935 [  7333] By: gsar                                  on 2000/10/16  07:59:07
37936         Log: integrate changes#6183..6188 from mainline
37937              
37938              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
37939              <nick@ccl4.org>)
37940              
37941              tweak for change#6127
37942              
37943              remove incorrect documentation about implicit split to @_ in
37944              list context, which never really worked in perl 5 (from
37945              M.J.T. Guy)
37946              
37947              further qualify references to "alphanumeric" (from Wolfgang Laun
37948              <wolfgang.laun@alcatel.at>)
37949              
37950              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
37951              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
37952              
37953              h2xs tweaks
37954      Branch: maint-5.6/perl
37955           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
37956           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
37957           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
37958           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
37959           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
37960           !> pod/pod2latex.PL utils/h2xs.PL
37961 ____________________________________________________________________________
37962 [  7332] By: gsar                                  on 2000/10/16  07:53:52
37963         Log: integrate change#6179 from mainline
37964              
37965              buggy modulus on UVs introduced by change#3378 (resulted in
37966              4063328477 % 65535 amounting to 27406, instead of 27407)
37967      Branch: maint-5.6/perl
37968           !> pp.c t/op/arith.t
37969 ____________________________________________________________________________
37970 [  7331] By: gsar                                  on 2000/10/16  07:52:49
37971         Log: integrate changes#6176,6177,6178,6182 from cfgperl
37972              
37973              Single-quoted utf8 patch from Simon Cozens.
37974              
37975              Substitution utf8 patch from Simon Cozens.
37976              
37977              Be cleaner.
37978              
37979              Be Cleaner Part Deux.
37980      Branch: maint-5.6/perl
37981           !> Makefile.SH pp_hot.c toke.c
37982 ____________________________________________________________________________
37983 [  7330] By: gsar                                  on 2000/10/16  07:41:36
37984         Log: integrate change#6172 from mainline
37985              
37986              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
37987              (from Ilya Zakharevich)
37988      Branch: maint-5.6/perl
37989           !> regexec.c t/op/re_tests
37990 ____________________________________________________________________________
37991 [  7329] By: gsar                                  on 2000/10/16  07:40:25
37992         Log: integrate change#6171 from mainline
37993              
37994              scalar() doesn't force scalar context when used in void context
37995              (from Simon Cozens)
37996      Branch: maint-5.6/perl
37997           !> op.c t/op/wantarray.t
37998 ____________________________________________________________________________
37999 [  7328] By: gsar                                  on 2000/10/16  07:39:33
38000         Log: integrate change#6170 from mainline
38001              
38002              change#6142 needs tweaks to tests to work where there's no
38003              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
38004      Branch: maint-5.6/perl
38005           !> t/lib/filefind.t
38006 ____________________________________________________________________________
38007 [  7327] By: gsar                                  on 2000/10/16  07:35:34
38008         Log: integrate changes#6166..6168 from cfgperl
38009              
38010              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
38011              in case somebody wants to write an extension for more
38012              shadow database interfaces.
38013              
38014              tweak todo
38015              
38016              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
38017      Branch: maint-5.6/perl
38018           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
38019           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
38020           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
38021           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
38022           !> win32/config.vc win32/config_H.bc win32/config_H.gc
38023           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
38024 ____________________________________________________________________________
38025 [  7326] By: gsar                                  on 2000/10/16  07:29:05
38026         Log: integrate changes#6157,6159..6161,6164 from cfgperl
38027              
38028              Regen Configure to jive with #6149.
38029              
38030              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
38031              
38032              Changes for the File::Temp 0.08 (change #6159) test suite
38033              to fit better into the Perl distribution test framework.
38034              
38035              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
38036              both from Simon Cozens.
38037              
38038              detypo
38039      Branch: maint-5.6/perl
38040           +> pod/perlmodlib.PL pod/perlnewmod.pod
38041           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
38042           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
38043           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
38044           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
38045 ____________________________________________________________________________
38046 [  7325] By: gsar                                  on 2000/10/16  07:25:13
38047         Log: integrate change#6158 from vmsperl
38048              
38049              Add fallback to tmpfile for use in cases where user's relying on
38050              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
38051              Lane's patch)
38052      Branch: maint-5.6/perl
38053           !> vms/vms.c vms/vmsish.h
38054 ____________________________________________________________________________
38055 [  7324] By: gsar                                  on 2000/10/16  07:20:50
38056         Log: integrate changes#6153..6155 from mainline
38057              
38058              prettier Test::Harness output on failed tests (from Nicholas Clark
38059              <nick@Bagpuss.uk.boo.com>)
38060              
38061              avoid type mismatch warning
38062              
38063              small bug in change#6144; remove random \xA0 character that snuck
38064              in via change#6145
38065      Branch: maint-5.6/perl
38066           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
38067           !> perl.c
38068 ____________________________________________________________________________
38069 [  7323] By: gsar                                  on 2000/10/16  07:18:47
38070         Log: integrate changes#6151,6152 from mainline
38071              
38072              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
38073              
38074              cosmetic fixups of RE debug output (from Ilya Zakharevich)
38075      Branch: maint-5.6/perl
38076           !> regexec.c
38077 ____________________________________________________________________________
38078 [  7322] By: gsar                                  on 2000/10/16  07:17:25
38079         Log: integrate changes#6146..6150 from mainline
38080              
38081              doc typo
38082              
38083              add a make entry to Config.pm so "perl -V:make" works on VMS
38084              (from Peter Prymmer)
38085              
38086              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
38087              
38088              OS/2 tweaks for usethreads build (from Rocco Caputo
38089              <troc@netrus.net>)
38090              
38091              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
38092      Branch: maint-5.6/perl
38093           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
38094           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
38095           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
38096           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
38097           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
38098           !> warnings.pl x2p/a2p.h
38099 ____________________________________________________________________________
38100 [  7321] By: gsar                                  on 2000/10/16  07:14:02
38101         Log: integrate changes#6143..6145 from mainline
38102              
38103              MacOS support, part 1 (from Matthias Neeracher
38104              <neeri@iis.ee.ethz.ch>)
38105              
38106              MacOS support, part 2: make AutoSplit use File::Spec instead
38107              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
38108              <neeri@iis.ee.ethz.ch>)
38109              
38110              make xsubpp skip embedded pod (from Matthias Neeracher
38111              <neeri@iis.ee.ethz.ch>)
38112      Branch: maint-5.6/perl
38113           +> ext/DynaLoader/dl_mac.xs
38114           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
38115           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
38116           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
38117           !> pp_ctl.c proto.h toke.c util.c util.h
38118 ____________________________________________________________________________
38119 [  7320] By: gsar                                  on 2000/10/16  07:12:13
38120         Log: integrate changes#6141,6142 from mainline
38121              
38122              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
38123              forwarded by Peter Seebach from the bsdi-users mailing list.
38124              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
38125              
38126              File::Find fails to chdir when chasing symlinks (from
38127              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
38128      Branch: maint-5.6/perl
38129           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
38130 ____________________________________________________________________________
38131 [  7319] By: gsar                                  on 2000/10/16  07:04:30
38132         Log: integrate change#6139 from mainline
38133              
38134              revise mktables.PL for bugs and newness in Unicode 3.0
38135              (from James Bence <jbence@amgen.com>)
38136      Branch: maint-5.6/perl
38137           +> (branch 30 files)
38138           !> (integrate 49 files)
38139 ____________________________________________________________________________
38140 [  7318] By: gsar                                  on 2000/10/16  07:01:01
38141         Log: integrate changes#6137,6138 from mainline
38142              
38143              fix bogus redeclaration warning for "our" variables in different
38144              scopes
38145              
38146              add note about the handling of negative indices to tied arrays
38147              (from Michael G Schwern <schwern@pobox.com>)
38148      Branch: maint-5.6/perl
38149           !> op.c pod/perltie.pod t/pragma/strict-vars
38150 ____________________________________________________________________________
38151 [  7317] By: gsar                                  on 2000/10/16  06:58:46
38152         Log: integrate changes#6127..6136 from mainline
38153              
38154              call_method(...,G_EVAL) can longjmp() out if the method probing
38155              failed (from Gisle Aas)
38156              
38157              new perlxstut example for passing/returning refs to arrays
38158              (from David Lowe <dlowe@pootpoot.com>)
38159              
38160              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
38161              
38162              fix places that mean C<"word" character> but say C<alphanumeric
38163              character>
38164              
38165              avoid warnings in POSIX.pm (from Barrie Slaymaker)
38166              
38167              warnings::enabled() doesn't fall back to looking at $^W if
38168              caller isn't using lexical warnings (from Paul Marquess)
38169              
38170              elide bogus test in change#6132
38171              
38172              make Test::Harness use wait.h/WCOREDUMP if available
38173              (from Ben Tilly <ben_tilly@hotmail.com>)
38174              
38175              enable Test::Harness to dynamically determine column width etc.
38176              (from Rob Napier <rnapier@employees.org>)
38177              
38178              random pod typos (from Peter Scott <Peter@PSDT.com>)
38179      Branch: maint-5.6/perl
38180           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
38181           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
38182           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
38183           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
38184 ____________________________________________________________________________
38185 [  7316] By: gsar                                  on 2000/10/16  06:53:23
38186         Log: integrate change#6126 from mainline
38187              
38188              change#2879 broke rvalue autovivification of magicals such as
38189              ${$num} (reworked variant of patch suggested by Simon Cozens)
38190      Branch: maint-5.6/perl
38191           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
38192           !> pp_hot.c proto.h t/op/gv.t
38193 ____________________________________________________________________________
38194 [  7315] By: gsar                                  on 2000/10/16  06:51:38
38195         Log: integrate changes#6123,6125 from mainline
38196              
38197              clarify gotcha with #line directives (from Rocco Caputo
38198              <troc@netrus.net>)
38199              
38200              enable propagating exception objects via Perl_croak() in XS code
38201              (from Gisle Aas)
38202      Branch: maint-5.6/perl
38203           !> pod/perldebug.pod pod/perlsyn.pod util.c
38204 ____________________________________________________________________________
38205 [  7314] By: gsar                                  on 2000/10/16  06:49:28
38206         Log: integrate change#6122 from mainline
38207              
38208              downgrade fatal error on C<"foo@nosucharray.com"> to optional
38209              warning (from Mark-Jason Dominus)
38210      Branch: maint-5.6/perl
38211           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
38212           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
38213           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
38214           !> toke.c
38215 ____________________________________________________________________________
38216 [  7313] By: gsar                                  on 2000/10/16  06:46:54
38217         Log: integrate changes#6112..6121 from vmsperl
38218              
38219              Check for existence of file before trying to delete
38220              
38221              Ugly workaround for version-specific RTL error
38222              
38223              Urk -- undo previous removal of vmsish 'exit' change
38224              
38225              Add bounds checking for several strings (Charles Lane)
38226              
38227              Miscellaneous cosmetic fixes (Charles Lane)
38228              
38229              Treat sockets as special in sys(read|write) (Charles Lane et al.)
38230              
38231              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
38232              Flatten case labels in switch statements uniformly (Charles Bailey)
38233              
38234              Quiet error messages in vmsish.t (Charles Lane)
38235              
38236              Add missing escape (Charles Lane)
38237              
38238              Allow eliminate_macros() and fixpath() to handle space-delimited
38239              lists (based on fixes by Craig Berry)
38240      Branch: maint-5.6/perl
38241           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
38242           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
38243           !> vms/vmsish.h
38244 ____________________________________________________________________________
38245 [  7312] By: gsar                                  on 2000/10/16  06:41:18
38246         Log: integrate changes#6107,6110 from cfgperl
38247              
38248              Tweak the todo list.
38249              
38250              todo tweak
38251      Branch: maint-5.6/perl
38252           !> Todo-5.6
38253 ____________________________________________________________________________
38254 [  7311] By: gsar                                  on 2000/10/16  06:38:38
38255         Log: integrate changes#6104,6108 from mainline
38256              
38257              PL_sys_intern was being initialized too late on windows
38258              
38259              reenable fake signal handling on Windows, bugs and all
38260      Branch: maint-5.6/perl
38261           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
38262           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
38263           !> win32/win32.c
38264 ____________________________________________________________________________
38265 [  7310] By: gsar                                  on 2000/10/16  06:36:03
38266         Log: integrate changes#6095,6097..6103 from cfgperl
38267              
38268              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
38269              might be useful in future.
38270              
38271              Add a note about possible compilation problems from Allen Smith.
38272              
38273              Add a note about other, yet unsupported, shadow password APIs.
38274              
38275              Tweaks for the cc bugs from Allen Smith.
38276              
38277              More compilation tweakery from Allen Smith.
38278              
38279              Hints and test tweaks for Unicos.
38280              
38281              The test suite tweak in #6101 wasn't quite right.
38282              
38283              Test tweaking for Unicos continues.
38284      Branch: maint-5.6/perl
38285           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
38286           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
38287           !> t/lib/complex.t t/op/64bitint.t
38288 ____________________________________________________________________________
38289 [  7309] By: gsar                                  on 2000/10/16  06:29:41
38290         Log: integrate changes#6093,6094 from mainline
38291              
38292              fork() failure to create pseudo process sets errno=EAGAIN and returns
38293              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
38294              
38295              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
38296      Branch: maint-5.6/perl
38297           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
38298           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
38299 ____________________________________________________________________________
38300 [  7308] By: gsar                                  on 2000/10/16  06:27:29
38301         Log: integrate change#6092 from cfgperl
38302              
38303              Regen perltoc with the fixed buildtoc.
38304      Branch: maint-5.6/perl
38305           !> pod/perltoc.pod
38306 ____________________________________________________________________________
38307 [  7307] By: gsar                                  on 2000/10/16  06:26:40
38308         Log: integrate changes#6089,6090 from mainline
38309              
38310              buildtoc tweak to fix newline lossage
38311              
38312              concat doesn't preserve utf8-ness, and doesn't invalidate
38313              [NI]OK; added tests for both
38314      Branch: maint-5.6/perl
38315           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
38316 ____________________________________________________________________________
38317 [  7306] By: gsar                                  on 2000/10/16  06:24:05
38318         Log: integrate change#6088 from cfgperl
38319              
38320              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
38321              because we do not use those.  The HAS_GETSPNAM remains,
38322              though, because we still do use that.
38323      Branch: maint-5.6/perl
38324           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
38325           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
38326           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
38327           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
38328           !> win32/config.vc win32/config_H.bc win32/config_H.gc
38329           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
38330 ____________________________________________________________________________
38331 [  7305] By: gsar                                  on 2000/10/16  06:15:52
38332         Log: integrate changes#6084,6085,6087 from mainline
38333              
38334              substr() does not preserve utf8-ness (from Stefan Eissing
38335              <Eissing@medicaldataservice.de>); added tests
38336              
38337              repeat operator (x) doesn't preserve utf8-ness
38338              
38339              reverse() and quotemeta() weren't preserving utf8-ness; add tests
38340      Branch: maint-5.6/perl
38341           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
38342 ____________________________________________________________________________
38343 [  7304] By: gsar                                  on 2000/10/16  06:13:10
38344         Log: integrate changes#6077..6083 from mainline
38345              
38346              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
38347              and Tom Phoenix)
38348              
38349              workaround for CRT bug in chdir() (from Charles Lane, via
38350              Peter Prymmer)
38351              
38352              remove outdated kludge in Carp (NULLs are permitted in diagnostics
38353              now)
38354              
38355              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
38356              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
38357              
38358              better default perlbug categories for ok reports (from Richard Foley)
38359              
38360              peek.t non-portable to ithreads
38361              
38362              note about undocumented caller() return value (from M.J.T. Guy);
38363              yet another peek.t tweak
38364      Branch: maint-5.6/perl
38365           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
38366           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
38367           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
38368           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
38369           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
38370           !> vms/vmsish.h
38371 ____________________________________________________________________________
38372 [  7303] By: gsar                                  on 2000/10/16  06:03:18
38373         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
38374              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
38375              
38376              &HUGE_VAL is not defined, it exists.
38377              
38378              Do not warn that an infinity does not look like a number.
38379              
38380              Rewrite the pwent/spent logic to be a little bit more clearer.
38381              
38382              Continue on the pwent/spent case.
38383              
38384              Correct Freudian slip.
38385              
38386              Use HUGE_VALL if applicable.
38387              
38388              pwent/spent #ifdef imbalance.
38389              
38390              Infinite problems.
38391              
38392              Call getspnam() only iff needd.
38393              
38394              Test both the scalar and list contexts.
38395              
38396              Use setxxent()/endxxent().
38397              
38398              Complex tweakery.
38399              
38400              Unicos hint tweak.
38401              
38402              Be more forgiving in POSIX about HUGE_VALL.
38403              
38404              Detypo.
38405              
38406              The search of infinity continues, this time simplified.
38407              
38408              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
38409              in natively 64-bit platforms where a long is a quad (no need
38410              for long longs).  Also added bias for IVs.
38411              
38412              Complex tweaks.
38413              
38414              Introduce t/lib/peek.t.
38415              
38416              Make the test more portable.
38417      Branch: maint-5.6/perl
38418           +> t/lib/peek.t
38419            ! pp_sys.c
38420           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
38421           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
38422           !> t/op/pwent.t toke.c util.c
38423 ____________________________________________________________________________
38424 [  7302] By: gsar                                  on 2000/10/16  05:03:37
38425         Log: integrate changes#6066..6071 from mainline
38426              
38427              s/END/CHECK/
38428              
38429              replace direct call to sighandler() with (*PL_sighandlerp)()
38430              
38431              note about values()
38432              
38433              File::Spec compatibility update (from Barrie Slaymaker
38434              <barries@slaysys.com>)
38435              
38436              remove misleading comment (from M.J.T. Guy)
38437              
38438              misformatted perllocal.pod (from Tim Jenness
38439              <t.jenness@jach.hawaii.edu>)
38440      Branch: maint-5.6/perl
38441           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
38442           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
38443           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
38444           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
38445 ____________________________________________________________________________
38446 [  7301] By: gsar                                  on 2000/10/16  05:00:08
38447         Log: integrate changes#6061..6063 from mainline
38448              
38449              change#5921 neglected to make eq honor "use bytes"
38450              
38451              additional tests for utf8.t
38452              
38453              tokeq() could read unallocated field in argument
38454      Branch: maint-5.6/perl
38455           !> sv.c t/pragma/utf8.t toke.c
38456 ____________________________________________________________________________
38457 [  7300] By: gsar                                  on 2000/10/16  04:56:54
38458         Log: integrate changes#6046,6048,6057,6058 from mainline
38459              
38460              libscheck has insufficient checks for n32 libs (from
38461              Albert Chin-A-Young <china@thewrittenword.com>)
38462              
38463              add note about how $( doesn't interpolate in REs (from
38464              Philip Newton <newton@ficus.frogspace.net>)
38465              
38466              fix broken parsing of /\x{ab}/
38467              
38468              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
38469              (spotted by Donald Kinzer <dkinzer@premia.com>)
38470      Branch: maint-5.6/perl
38471           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
38472           !> t/pragma/utf8.t
38473 ____________________________________________________________________________
38474 [  7299] By: gsar                                  on 2000/10/16  04:52:50
38475         Log: integrate change#6044 from mainline
38476              
38477              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
38478              such that underscores are only ignored in literal numbers,
38479              "\x{...}", and hex/oct argument
38480      Branch: maint-5.6/perl
38481           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
38482 ____________________________________________________________________________
38483 [  7298] By: gsar                                  on 2000/10/16  04:50:53
38484         Log: integrate changes#6027..6043 from mainline
38485              
38486              podlators-1.02 update (from Russ Allbery)
38487              
38488              Pod::Man generates groff-incompatible macro definition (from
38489              Tom Christiansen)
38490              
38491              add CGI.pm v2.66 (from Lincoln Stein)
38492              
38493              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
38494              for @- and @+ (from Johan Vromans)
38495              
38496              small nits in diagnostics.pm (from Robin Barker)
38497              
38498              whitespace adjustments
38499              
38500              missing files in MANIFEST
38501              
38502              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
38503              to compensate
38504              
38505              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
38506              
38507              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
38508      Branch: maint-5.6/perl
38509           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
38510           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
38511           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
38512           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
38513           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
38514           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
38515           !> t/lib/cgi-html.t t/lib/cgi-request.t
38516 ____________________________________________________________________________
38517 [  7297] By: gsar                                  on 2000/10/16  04:44:30
38518         Log: integrate change#6025 from mainline
38519              
38520              Is{Alnum,Alpha,Word} don't match titlecase
38521              TODO: IsSpace is defined recursively!
38522              (both spotted by Larry)
38523      Branch: maint-5.6/perl
38524           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
38525           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
38526 ____________________________________________________________________________
38527 [  7296] By: gsar                                  on 2000/10/16  04:39:30
38528         Log: integrate change#6023 from mainline
38529              
38530              debugger stomps on $. (from M.J.T. Guy)
38531      Branch: maint-5.6/perl
38532           !> lib/perl5db.pl
38533 ____________________________________________________________________________
38534 [  7295] By: gsar                                  on 2000/10/16  04:38:02
38535         Log: integrate change#6022 from mainline
38536              
38537              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
38538      Branch: maint-5.6/perl
38539           !> sv.c
38540 ____________________________________________________________________________
38541 [  7294] By: gsar                                  on 2000/10/16  04:37:05
38542         Log: integrate changes#6018..6021 from mainline
38543              
38544              make lib/syslog.t portable to systems that don't have _PATH_LOG,
38545              make _PATH_LOG() return "" if unavailable
38546              
38547              windows portability tweaks
38548              
38549              test tweak
38550              
38551              remove Win2K issue in pod (fixed by change#6020)
38552      Branch: maint-5.6/perl
38553           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
38554           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
38555           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
38556 ____________________________________________________________________________
38557 [  7293] By: gsar                                  on 2000/10/16  04:20:00
38558         Log: integrate changes#6013..6015 from mainline
38559              
38560              tweak change#5945 to display correct switch name in diagnostic
38561              
38562              glob() loading File::Glob behind the scenes may cause syntax errors
38563              
38564              tweak test for portability
38565      Branch: maint-5.6/perl
38566           !> op.c perl.c pod/perldiag.pod t/lib/b.t
38567 ____________________________________________________________________________
38568 [  7292] By: gsar                                  on 2000/10/16  04:18:11
38569         Log: integrate changes#6005..6010 from mainline, cfgperl
38570              
38571              perldoc might fail via "use blib" (from Hugo van der Sanden)
38572              
38573              Regen Configure.
38574              
38575              note about compile failures and END blocks (from M.J.T. Guy)
38576              
38577              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
38578              
38579              (change#6009 integrated earlier in change#7255)
38580              
38581              clarify note about shadow password support (from
38582              gellyfish@gellyfish.com)
38583      Branch: maint-5.6/perl
38584           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
38585           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
38586           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
38587 ____________________________________________________________________________
38588 [  7291] By: gsar                                  on 2000/10/16  04:12:03
38589         Log: integrate changes#6002,6003 from mainline
38590              
38591              destructive sv_setsv() can lose UV-ness from source, causing
38592              numeric promotions/comparisons to fail to do the right thing
38593              
38594              allow REG_EXPAND_SZ keys in Windows registry (from
38595              John Clayton <John.Clayton@barclayscapital.com>)
38596      Branch: maint-5.6/perl
38597           !> sv.c win32/win32.c
38598 ____________________________________________________________________________
38599 [  7290] By: gsar                                  on 2000/10/16  04:10:19
38600         Log: integrate change#6001 from mainline
38601              
38602              support additional library locations via $Config{otherlibdirs}
38603              (from Andy Dougherty)
38604      Branch: maint-5.6/perl
38605           !> Configure INSTALL Porting/Glossary Porting/config.sh
38606           !> Porting/config_H config_h.SH epoc/config.sh perl.c
38607           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
38608           !> win32/config.bc win32/config.gc win32/config.vc
38609 ____________________________________________________________________________
38610 [  7289] By: gsar                                  on 2000/10/16  04:08:28
38611         Log: integrate change#5999 from mainline
38612              
38613              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
38614      Branch: maint-5.6/perl
38615           !> t/pragma/warn/toke toke.c
38616 ____________________________________________________________________________
38617 [  7288] By: gsar                                  on 2000/10/16  04:07:01
38618         Log: integrate changes#5997,5998 from cfgperl
38619              
38620              Preserve $!.
38621              
38622              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
38623      Branch: maint-5.6/perl
38624           !> lib/Math/Complex.pm
38625 ____________________________________________________________________________
38626 [  7287] By: gsar                                  on 2000/10/16  04:04:37
38627         Log: integrate change#5995 from mainline
38628              
38629              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
38630      Branch: maint-5.6/perl
38631           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
38632 ____________________________________________________________________________
38633 [  7286] By: gsar                                  on 2000/10/16  04:03:21
38634         Log: integrate change#5994 from mainline
38635              
38636              fix for missed accounting for null byte in pack("Z",...) (from
38637              M.J.T. Guy)
38638      Branch: maint-5.6/perl
38639           !> pp.c t/op/pack.t
38640 ____________________________________________________________________________
38641 [  7285] By: gsar                                  on 2000/10/16  04:02:11
38642         Log: integrate changes#5989..5993 from mainline
38643              
38644              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
38645              itself and no other (from Tom Hughes)
38646              
38647              use $ENV{LIB} to search for libs under Visual C compiler
38648              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
38649              
38650              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
38651              
38652              pod nit (from Simon Cozens)
38653              
38654              various minor tweaks seen on p5p
38655      Branch: maint-5.6/perl
38656           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
38657           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
38658           !> t/op/array.t toke.c
38659 ____________________________________________________________________________
38660 [  7284] By: gsar                                  on 2000/10/16  03:59:00
38661         Log: integrate changes#5978..5988 from mainline
38662              
38663              sync version numbers in File::Spec with the ones on CPAN
38664              (from Barrie Slaymaker)
38665              
38666              under useithreads, constant pad entries could inadvertantly be
38667              shared across threads (from Eric Blood <eblood@xmission.com>);
38668              added Eric's test case to testsuite
38669              
38670              allow Configure -S to run non-interactively (spotted by Greg Hudson
38671              <ghudson@mit.edu>)
38672              
38673              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
38674              prototype mismatch with CORE::glob(); update pod and tests to
38675              suit (File::Glob::glob() is still available for backward
38676              compatibility, but should be considered deprecated)
38677              
38678              avoid error in IO::Socket::INET when given an unknown service name
38679              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
38680              
38681              numeric conversion of non-number in change#3378 tramples on
38682              OOK offset, causing segfaults
38683              
38684              attributes::reftype() doesn't work on tied argument
38685              
38686              forked child may not exit correctly if it failed to open
38687              /dev/console (from Graham Barr)
38688              
38689              add regular expressions tutorial and quick-start guide (from
38690              Mark Kvale <kvale@phy.ucsf.edu>)
38691              
38692              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
38693              
38694              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
38695              <paul@miraclefish.com>)
38696      Branch: maint-5.6/perl
38697           +> pod/perlrequick.pod pod/perlretut.pod
38698           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
38699           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
38700           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
38701           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
38702           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
38703           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
38704           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
38705           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
38706 ____________________________________________________________________________
38707 [  7283] By: gsar                                  on 2000/10/16  03:52:14
38708         Log: integrate change#5977 from mainline
38709              
38710              autoquote barewords followed by newline and arrow properly
38711              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
38712      Branch: maint-5.6/perl
38713           !> t/pragma/warn/toke toke.c
38714 ____________________________________________________________________________
38715 [  7282] By: gsar                                  on 2000/10/16  03:50:48
38716         Log: integrate change#5976 from mainline
38717              
38718              DB_File v1.73 update (from Paul Marquess)
38719      Branch: maint-5.6/perl
38720           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
38721           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
38722 ____________________________________________________________________________
38723 [  7281] By: gsar                                  on 2000/10/16  03:49:14
38724         Log: integrate change#5975 from mainline
38725              
38726              allow sort() reentrancy (variant of patch suggested by
38727              Hugo van der Sanden)
38728      Branch: maint-5.6/perl
38729           !> pp_ctl.c t/op/sort.t
38730 ____________________________________________________________________________
38731 [  7280] By: gsar                                  on 2000/10/16  03:48:22
38732         Log: integrate change#5974 from mainline
38733              
38734              change#4197 somehow missed initializing PL_errors, meaning
38735              syntax error queueing wasn't working outside eval"" at all;
38736              also fixed eval"" to localize PL_error_count, so that compile-time
38737              eval's don't clobber the error state of the outer context
38738      Branch: maint-5.6/perl
38739           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
38740           !> t/pragma/warn/toke
38741 ____________________________________________________________________________
38742 [  7279] By: gsar                                  on 2000/10/16  03:46:21
38743         Log: integrate change#5973 from mainline
38744              
38745              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
38746      Branch: maint-5.6/perl
38747           !> regcomp.c regexec.c t/op/re_tests
38748 ____________________________________________________________________________
38749 [  7278] By: gsar                                  on 2000/10/16  03:44:54
38750         Log: integrate change#5971 from cfgperl
38751              
38752              Unicos tweaks from Mark P. Lutz.
38753      Branch: maint-5.6/perl
38754           !> hints/unicos.sh lib/Math/Complex.pm
38755 ____________________________________________________________________________
38756 [  7277] By: gsar                                  on 2000/10/16  03:42:59
38757         Log: integrate changes#5966..5970 from mainline
38758              
38759              add testsuite for B backends, fix bug in B::Deparse (from
38760              Simon Cozens <simon@brecon.co.uk>)
38761              
38762              improved docs on the warn_uninit diagnostic (from David Glasser
38763              and Simon Cozens)
38764              
38765              tolerate spaces in group names in test on solaris (from David Boyce
38766              <dsb@boyski.com>)
38767              
38768              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
38769              
38770              Data::Dumper fumbles negative numbers on 32-bit platforms where
38771              IV is >32bits
38772      Branch: maint-5.6/perl
38773           +> t/lib/b.t t/lib/syslog.t
38774           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
38775           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
38776           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
38777 ____________________________________________________________________________
38778 [  7276] By: gsar                                  on 2000/10/16  03:39:30
38779         Log: integrate change#5965 from mainline
38780              
38781              avoid "will not stay shared" warnings for our variables (from
38782              Robin Barker)
38783      Branch: maint-5.6/perl
38784           !> op.c t/pragma/warn/op
38785 ____________________________________________________________________________
38786 [  7275] By: gsar                                  on 2000/10/16  03:38:18
38787         Log: integrate change#5964 from mainline
38788              
38789              reformat to 72 columns (again)
38790      Branch: maint-5.6/perl
38791           !> pod/perldiag.pod
38792 ____________________________________________________________________________
38793 [  7274] By: gsar                                  on 2000/10/16  03:36:58
38794         Log: integrate change#5963 from mainline
38795              
38796              patch from Larry to make (\&) prototype work; added tests for
38797              the same
38798      Branch: maint-5.6/perl
38799           !> op.c t/comp/proto.t
38800 ____________________________________________________________________________
38801 [  7273] By: gsar                                  on 2000/10/16  03:35:51
38802         Log: integrate changes#5956..5962 from mainline
38803              
38804              better diagnostics on failed tests (from Ilya Zakharevich)
38805              
38806              pod nits (from A. C. Yardley <yardley@tanet.net>)
38807              
38808              change#3569 deleted some essential code, revert; avoid use of
38809              atexit() to make DynaLoader work properly on AIX under mod_perl
38810              (from Jens-Uwe Mager <jum@helios.de>)
38811              
38812              doubled words in pods (from Simon Cozens
38813              <simon.p.cozens@jp.pwcglobal.com>)
38814              
38815              better INSTALL notes on Solaris issues (from Dominic Dunlop)
38816              
38817              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
38818              
38819              updated README.hpux (from Jeff Okamoto)
38820      Branch: maint-5.6/perl
38821           !> INSTALL README.hpux emacs/cperl-mode.el
38822           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
38823           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
38824           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
38825           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
38826           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
38827           !> t/op/lex_assign.t
38828 ____________________________________________________________________________
38829 [  7272] By: gsar                                  on 2000/10/16  03:31:22
38830         Log: integrate change#5955 from mainline
38831              
38832              longstanding bug exposed by change#3307: sort arguments weren't
38833              compiled with the right wantarray context (ensuing runtime lookup
38834              via block_gimme() was getting the incidental context of the
38835              sort() itself)
38836      Branch: maint-5.6/perl
38837           !> op.c t/op/sort.t
38838 ____________________________________________________________________________
38839 [  7271] By: gsar                                  on 2000/10/16  03:29:11
38840         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
38841              branch
38842              
38843              Flatten the cpp jungle doing the nosuid checking.
38844              
38845              Do not assume sign propagation. (from M.J.T. Guy)
38846              
38847              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
38848              
38849              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
38850              Now pp_ncmp() returns undef is either operand is a NaN.
38851              
38852              On second thoughts frexp() does have two arguments.
38853              
38854              Document that tr() is not tr(1).
38855              
38856              Be more robust on "extreme" (large absolute value)
38857              arguments.  Originally reported by Daniel Connelly
38858              as a problem with asinh() on large negative arguments,
38859              asinh() used to bail out because an argument to log()
38860              ended up being zero.  Ilya Zakharevich proposed using
38861              Taylor's series in such cases, which for such large
38862              arguments is a very good approximation.
38863              
38864              Undo "use integer" addition from 64bitint as it seems
38865              to break most of the subtests in Digital UNIX;
38866              Unicos needs to find another way.
38867      Branch: maint-5.6/perl
38868           !> (integrate 29 files)
38869 ____________________________________________________________________________
38870 [  7270] By: gsar                                  on 2000/10/16  03:09:44
38871         Log: integrate changes#5948,5949,5950 from mainline
38872              
38873              typo in vars.pm that leads to cryptic message (from Piotr
38874              Piatkowski <kompas@kompas.usr.onet.pl>)
38875              
38876              make perldoc use the pod2man from the same version (from
38877              M.J.T. Guy)
38878              
38879              reformat perldiag to avoid long lines
38880      Branch: maint-5.6/perl
38881           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
38882 ____________________________________________________________________________
38883 [  7269] By: gsar                                  on 2000/10/16  03:05:54
38884         Log: integrate change#5947 from mainline
38885              
38886              use &dl_error rather than &dl_load_file as the guard for calling
38887              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
38888              statically built perl)
38889      Branch: maint-5.6/perl
38890           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
38891 ____________________________________________________________________________
38892 [  7268] By: gsar                                  on 2000/10/16  03:04:48
38893         Log: integrate change#5945 from mainline
38894              
38895              make module name mandatory after -M switch; reorder perldiag
38896              alphabetically (from Mark-Jason Dominus)
38897      Branch: maint-5.6/perl
38898           !> perl.c pod/perldiag.pod
38899 ____________________________________________________________________________
38900 [  7267] By: gsar                                  on 2000/10/16  03:03:01
38901         Log: integrate change#5939 from mainline
38902              
38903              more pod nits (from Larry Virden)
38904      Branch: maint-5.6/perl
38905           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
38906           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
38907           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
38908 ____________________________________________________________________________
38909 [  7266] By: gsar                                  on 2000/10/16  03:01:39
38910         Log: integrate change#5938 from mainline
38911              
38912              Consolidated B::Deparse fixes (from Stephen McCamant)
38913      Branch: maint-5.6/perl
38914           !> ext/B/B/Deparse.pm
38915 ____________________________________________________________________________
38916 [  7265] By: gsar                                  on 2000/10/16  03:00:43
38917         Log: integrate change#5936 from mainline
38918              
38919              additional tests for change#7263 (from Paul Marquess)
38920      Branch: maint-5.6/perl
38921           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
38922           !> t/pragma/warn/5nolint t/pragma/warn/6default
38923 ____________________________________________________________________________
38924 [  7264] By: gsar                                  on 2000/10/16  02:58:34
38925         Log: integrate change#5934 from mainline
38926              
38927              propagate lexical warnings from surrounding scope correctly
38928              within string eval() (from Paul Marquess)
38929      Branch: maint-5.6/perl
38930           !> pp_ctl.c t/pragma/warn/pp_ctl
38931 ____________________________________________________________________________
38932 [  7263] By: gsar                                  on 2000/10/16  02:56:53
38933         Log: integrate change#5932 from mainline
38934              
38935              add rsignal(), whichsig() and do_join() to public API list
38936              (mod_perl uses them to good advantage)
38937      Branch: maint-5.6/perl
38938           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
38939 ____________________________________________________________________________
38940 [  7262] By: gsar                                  on 2000/10/16  02:55:53
38941         Log: integrate change#5931 from mainline
38942              
38943              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
38944      Branch: maint-5.6/perl
38945           !> pp_hot.c regexec.c t/op/pat.t
38946 ____________________________________________________________________________
38947 [  7261] By: gsar                                  on 2000/10/16  02:55:01
38948         Log: integrate change#5930 from mainline
38949              
38950              small os390 tweaks (from Peter Prymmer)
38951      Branch: maint-5.6/perl
38952           !> config_h.SH makedepend.SH
38953 ____________________________________________________________________________
38954 [  7260] By: gsar                                  on 2000/10/16  02:54:10
38955         Log: integrate change#5929 from mainline
38956              
38957              pod nits
38958      Branch: maint-5.6/perl
38959           !> pod/perlguts.pod
38960 ____________________________________________________________________________
38961 [  7259] By: gsar                                  on 2000/10/16  02:52:55
38962         Log: integrate change#5927 from mainline
38963              
38964              arrange for next() to resume at the unstack op rather than the
38965              loop conditional, so that scope cleanup happens correctly
38966              (from Stephen McCamant)
38967      Branch: maint-5.6/perl
38968           !> op.c pp_ctl.c t/op/misc.t
38969 ____________________________________________________________________________
38970 [  7258] By: gsar                                  on 2000/10/16  02:51:38
38971         Log: integrate change#5926 from mainline
38972              
38973              on windows, reserve 16M of stack rather than 128M (allows more
38974              threads to run concurrently)
38975      Branch: maint-5.6/perl
38976           !> win32/Makefile win32/makefile.mk
38977 ____________________________________________________________________________
38978 [  7257] By: gsar                                  on 2000/10/16  02:50:37
38979         Log: integrate change#5925 from mainline
38980              
38981              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
38982      Branch: maint-5.6/perl
38983           !> toke.c
38984 ____________________________________________________________________________
38985 [  7256] By: gsar                                  on 2000/10/16  02:49:36
38986         Log: integrate change#5924 from mainline
38987              
38988              avoid using uninitialized memory in require version check
38989      Branch: maint-5.6/perl
38990           !> pp_ctl.c universal.c
38991 ____________________________________________________________________________
38992 [  7255] By: gsar                                  on 2000/10/16  02:48:03
38993         Log: integrate changes#5923,5928,6009 from mainline
38994              
38995              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
38996      Branch: maint-5.6/perl
38997           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
38998 ____________________________________________________________________________
38999 [  7254] By: gsar                                  on 2000/10/16  02:44:46
39000         Log: integrate change#5922 from mainline
39001              
39002              commentary about IoTYPE() (from Nathan Torkington)
39003      Branch: maint-5.6/perl
39004           !> sv.h
39005 ____________________________________________________________________________
39006 [  7253] By: gsar                                  on 2000/10/16  02:43:49
39007         Log: integrate change#5921 from mainline
39008              
39009              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
39010      Branch: maint-5.6/perl
39011           !> sv.c t/lib/charnames.t t/pragma/utf8.t
39012 ____________________________________________________________________________
39013 [  7252] By: gsar                                  on 2000/10/16  02:42:31
39014         Log: integrate change#5920 from mainline
39015              
39016              Larry's fix for buggy propagation of utf8-ness in join(); add test
39017      Branch: maint-5.6/perl
39018           !> doop.c t/op/ver.t
39019 ____________________________________________________________________________
39020 [  7251] By: gsar                                  on 2000/10/16  02:41:14
39021         Log: integrate changes#5915..5919 from mainline
39022              
39023              various (pod tweaks &c)
39024      Branch: maint-5.6/perl
39025           !> (integrate 33 files)
39026 ____________________________________________________________________________
39027 [  7250] By: gsar                                  on 2000/10/16  02:38:16
39028         Log: integrate change#5914 from mainline
39029              
39030              caller() wasn't returning the right number of elements for
39031              eval {...}
39032      Branch: maint-5.6/perl
39033           !> pp_ctl.c t/pragma/warn/9enabled
39034 ____________________________________________________________________________
39035 [  7249] By: gsar                                  on 2000/10/16  02:37:02
39036         Log: integrate change#5913 from mainline
39037              
39038              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
39039              (from Mark-Jason Dominus)
39040      Branch: maint-5.6/perl
39041           !> pod/perlfunc.pod
39042 ____________________________________________________________________________
39043 [  7248] By: gsar                                  on 2000/10/16  02:35:58
39044         Log: integrate change#5912 from mainline
39045              
39046              fix totally broken caching in UNIVERSAL::isa() (from
39047              Nick Ing-Simmons)
39048      Branch: maint-5.6/perl
39049           !> t/op/universal.t universal.c
39050 ____________________________________________________________________________
39051 [  7247] By: gsar                                  on 2000/10/16  02:34:27
39052         Log: integrate changes#5910,5911 from mainline
39053              
39054              typo in pod
39055              
39056              add linebreak properties from unicode/LineBrk.txt (from
39057              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
39058      Branch: maint-5.6/perl
39059           +> (branch 29 files)
39060           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
39061 ____________________________________________________________________________
39062 [  7246] By: gsar                                  on 2000/10/16  02:33:29
39063         Log: integrate change#5909 from mainline
39064              
39065              mode argument to do_binmode() should be file mode, not boolean
39066      Branch: maint-5.6/perl
39067           !> pp_sys.c
39068 ____________________________________________________________________________
39069 [  7245] By: gsar                                  on 2000/10/16  02:31:04
39070         Log: integrate change#5908 from mainline
39071              
39072              introduce illegal symbols into null package so that
39073              gv_fetchpv(...,TRUE) always returns a valid GV even when the
39074              symbol is trapped by strictures (avoids coredumps)
39075      Branch: maint-5.6/perl
39076           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
39077           !> t/pragma/strict-vars
39078 ____________________________________________________________________________
39079 [  7244] By: jhi                                   on 2000/10/16  02:29:54
39080         Log: Subject: $Carp::ExportLevel confusion in Exporter
39081              From: "Ben Tilly" <ben_tilly@hotmail.com>
39082              Date: Sat, 14 Oct 2000 16:44:34 EDT
39083              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
39084      Branch: perl
39085            ! lib/Exporter/Heavy.pm
39086 ____________________________________________________________________________
39087 [  7243] By: jhi                                   on 2000/10/16  02:28:33
39088         Log: Subject: [PATCH perlguts.pod] Document offset hack
39089              From: Simon Cozens <simon@cozens.net>
39090              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
39091              Date: Sat, 14 Oct 2000 19:32:25 +0100
39092      Branch: perl
39093            ! pod/perlguts.pod
39094 ____________________________________________________________________________
39095 [  7242] By: gsar                                  on 2000/10/16  02:26:51
39096         Log: integrate changes#5905,5906,5907,6064 from mainline
39097              
39098              printf/sprintf didn't get quad types right under use64bitint
39099      Branch: maint-5.6/perl
39100           !> pp_sys.c sv.c t/op/64bitint.t
39101 ____________________________________________________________________________
39102 [  7241] By: jhi                                   on 2000/10/16  02:22:44
39103         Log: Subject: small pod patch
39104              From: Dan Boorstein <dan_boo@bellsouth.net>
39105              Date: Sat, 14 Oct 2000 14:29:24 -0400
39106              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
39107      Branch: perl
39108            ! pod/perlfaq7.pod pod/perlmod.pod
39109 ____________________________________________________________________________
39110 [  7240] By: jhi                                   on 2000/10/16  02:13:46
39111         Log: -w cleanup.
39112              
39113              Subject: Re: Problems with bleadperl 
39114              From: "Stephen P. Potter" <spp@ds.net>
39115              Date: Fri, 13 Oct 2000 13:32:49 -0400
39116              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
39117      Branch: perl
39118            ! t/pragma/overload.t
39119 ____________________________________________________________________________
39120 [  7239] By: jhi                                   on 2000/10/16  01:41:18
39121         Log: One more ~utf8 tweak.
39122      Branch: perl
39123            ! t/op/bop.t
39124 ____________________________________________________________________________
39125 [  7238] By: jhi                                   on 2000/10/16  01:34:14
39126         Log: Tweak the test of #7235.
39127      Branch: perl
39128            ! t/op/bop.t
39129 ____________________________________________________________________________
39130 [  7237] By: jhi                                   on 2000/10/16  01:25:04
39131         Log: Fix a couple of compiler-noted nits in #7235.
39132      Branch: perl
39133            ! pp.c
39134 ____________________________________________________________________________
39135 [  7236] By: jhi                                   on 2000/10/16  01:22:46
39136         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
39137      Branch: perl
39138            ! pp.c pp_hot.c
39139 ____________________________________________________________________________
39140 [  7235] By: jhi                                   on 2000/10/15  16:24:44
39141         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
39142              
39143              From: Simon Cozens <simon@cozens.net>
39144              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
39145              Date: Sat, 14 Oct 2000 20:52:13 +0100
39146              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
39147      Branch: perl
39148            ! pp.c t/op/bop.t utf8.h
39149 ____________________________________________________________________________
39150 [  7234] By: jhi                                   on 2000/10/15  15:19:29
39151         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
39152              The problem was that rx->minlen was in chars while pp_split()
39153              thought it would be in bytes. 
39154      Branch: perl
39155            ! pp.c t/pragma/utf8.t
39156 ____________________________________________________________________________
39157 [  7233] By: jhi                                   on 2000/10/14  20:24:24
39158         Log: Document FNCASE=y as discussed in the bug 20000902.009.
39159      Branch: perl
39160            ! README.dos
39161 ____________________________________________________________________________
39162 [  7232] By: jhi                                   on 2000/10/14  18:52:21
39163         Log: Add test for bug id 20000427.003 (which seems to have
39164              been fixed) (also duplicate as 20000427.004, though
39165              with a higher severity).  Move one utf8 from op/append
39166              to pragma/utf8, tag the tests with bug ids.
39167      Branch: perl
39168            ! t/op/append.t t/pragma/utf8.t
39169 ____________________________________________________________________________
39170 [  7231] By: jhi                                   on 2000/10/14  17:28:37
39171         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
39172      Branch: perl
39173            ! t/pragma/utf8.t
39174 ____________________________________________________________________________
39175 [  7230] By: jhi                                   on 2000/10/14  14:24:50
39176         Log: Needs to be conditional on SunOS 4.
39177              
39178              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
39179              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
39180              Date: Sat, 14 Oct 2000 13:37:49 +0100
39181              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
39182      Branch: metaconfig/U/perl
39183            ! End.U
39184      Branch: perl
39185            ! Configure myconfig.SH pod/perldelta.pod
39186 ____________________________________________________________________________
39187 [  7229] By: jhi                                   on 2000/10/14  00:49:22
39188         Log: Update Changes.
39189      Branch: perl
39190            ! Changes patchlevel.h
39191 ____________________________________________________________________________
39192 [  7228] By: jhi                                   on 2000/10/14  00:46:10
39193         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
39194              From: Peter Prymmer <pvhp@forte.com>
39195              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
39196              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
39197      Branch: perl
39198            ! lib/utf8.pm
39199 ____________________________________________________________________________
39200 [  7227] By: jhi                                   on 2000/10/13  23:20:30
39201         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
39202      Branch: perl
39203            ! t/op/tie.t
39204 ____________________________________________________________________________
39205 [  7226] By: jhi                                   on 2000/10/13  22:14:32
39206         Log: Tweak #7225.
39207              
39208              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
39209              From: Peter Prymmer <pvhp@forte.com>
39210              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
39211              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
39212      Branch: perl
39213            ! t/op/sprintf.t
39214 ____________________________________________________________________________
39215 [  7225] By: jhi                                   on 2000/10/13  22:11:31
39216         Log: op/sprintf.t patch for OS/390 (and any other host with limited
39217              floating-point exponent length)
39218              
39219              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
39220              From: Dominic Dunlop <domo@computer.org>
39221              Date: Fri, 13 Oct 2000 19:17:57 +0200
39222              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
39223      Branch: perl
39224            ! t/op/sprintf.t
39225 ____________________________________________________________________________
39226 [  7224] By: jhi                                   on 2000/10/13  18:40:48
39227         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
39228      Branch: perl
39229            ! toke.c
39230 ____________________________________________________________________________
39231 [  7223] By: jhi                                   on 2000/10/13  18:37:13
39232         Log: Thinko in #7222.
39233      Branch: perl
39234            ! utf8.c
39235 ____________________________________________________________________________
39236 [  7222] By: jhi                                   on 2000/10/13  18:05:23
39237         Log: Use UTF8SKIP(), from Simon Cozens.
39238      Branch: perl
39239            ! utf8.c
39240 ____________________________________________________________________________
39241 [  7221] By: jhi                                   on 2000/10/13  15:43:19
39242         Log: (accidentally empty check-in)
39243      Branch: perl
39244            ! utf8.c
39245 ____________________________________________________________________________
39246 [  7220] By: jhi                                   on 2000/10/13  15:23:51
39247         Log: Add (optimistically) Storable to static extensions.
39248      Branch: perl
39249            ! hints/uwin.sh hints/vmesa.sh
39250 ____________________________________________________________________________
39251 [  7219] By: jhi                                   on 2000/10/13  15:20:05
39252         Log: Amdahl UTS doesn't seem to do dynaloading.
39253      Branch: perl
39254            ! hints/uts.sh
39255 ____________________________________________________________________________
39256 [  7218] By: jhi                                   on 2000/10/13  15:15:20
39257         Log: Slight tweak of the code to appease Amdahl UTS cc.
39258      Branch: perl
39259            ! pp.c
39260 ____________________________________________________________________________
39261 [  7217] By: jhi                                   on 2000/10/13  14:50:42
39262         Log: In Amdahl UTS "struct sv" is defined by a system header,
39263              <ksync.h>.
39264      Branch: perl
39265            ! perl.h sv.h
39266 ____________________________________________________________________________
39267 [  7216] By: jhi                                   on 2000/10/13  11:58:25
39268         Log: Ilya implemented the memory profiling API.
39269      Branch: perl
39270            ! Todo
39271 ____________________________________________________________________________
39272 [  7215] By: jhi                                   on 2000/10/13  02:56:38
39273         Log: Subject: [PATCH 5.7.0] Perl API for mstats
39274              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39275              Date: Thu, 12 Oct 2000 22:52:40 -0400
39276              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
39277      Branch: perl
39278            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
39279 ____________________________________________________________________________
39280 [  7214] By: jhi                                   on 2000/10/13  02:55:38
39281         Log: Subject: [PATCH 5.7.0] IVs in mtats
39282              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39283              Date: Thu, 12 Oct 2000 22:51:04 -0400
39284              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
39285      Branch: perl
39286            ! malloc.c perl.h
39287 ____________________________________________________________________________
39288 [  7213] By: jhi                                   on 2000/10/13  02:31:47
39289         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
39290      Branch: perl
39291            ! pod/perldiag.pod pp_sys.c
39292 ____________________________________________________________________________
39293 [  7212] By: jhi                                   on 2000/10/13  01:27:38
39294         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
39295              From: Peter Prymmer <pvhp@forte.com>
39296              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
39297              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
39298      Branch: perl
39299            ! t/op/oct.t
39300 ____________________________________________________________________________
39301 [  7211] By: jhi                                   on 2000/10/13  00:35:09
39302         Log: Update Changes.
39303      Branch: perl
39304            ! Changes patchlevel.h
39305 ____________________________________________________________________________
39306 [  7210] By: jhi                                   on 2000/10/12  23:59:40
39307         Log: The Install.pm third of
39308              
39309              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
39310              From: Bill Campbell <bill@celestial.com>
39311              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
39312              Date: Thu, 5 Oct 2000 18:04:51 -0700
39313      Branch: perl
39314            ! lib/ExtUtils/Install.pm
39315 ____________________________________________________________________________
39316 [  7209] By: jhi                                   on 2000/10/12  23:58:43
39317         Log: Two thirds of
39318              
39319              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
39320              Date: Thu, 5 Oct 2000 18:04:51 -0700
39321              From: Bill Campbell <bill@celestial.com>
39322              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
39323              
39324              The Install.pm changes will be submitted separately because
39325              they need some work and discussion still.
39326      Branch: perl
39327            ! lib/getopts.pl lib/termcap.pl
39328 ____________________________________________________________________________
39329 [  7208] By: jhi                                   on 2000/10/12  23:41:19
39330         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
39331              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
39332              Date:     Thu, 12 Oct 2000 07:30:02 EDT
39333              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
39334      Branch: perl
39335            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
39336            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
39337 ____________________________________________________________________________
39338 [  7207] By: jhi                                   on 2000/10/12  23:39:01
39339         Log: An updated EBCDIC tr patch.
39340              
39341              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
39342              From: Peter Prymmer <pvhp@forte.com>
39343              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
39344              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
39345      Branch: perl
39346            ! t/op/tr.t
39347 ____________________________________________________________________________
39348 [  7206] By: jhi                                   on 2000/10/12  23:34:55
39349         Log: Upgrade to CPAN 1.58, from Andreas König.
39350      Branch: perl
39351            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
39352 ____________________________________________________________________________
39353 [  7205] By: jhi                                   on 2000/10/12  23:29:08
39354         Log: Introduce the man[24-8] variables, from Andy Dougherty.
39355      Branch: metaconfig/U/perl
39356            + mandirs.U mandirstyle.U
39357      Branch: perl
39358            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
39359            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
39360            ! vos/config.h vos/config.pl vos/config_h.SH_orig
39361            ! win32/config.bc win32/config.gc win32/config.vc
39362 ____________________________________________________________________________
39363 [  7204] By: gsar                                  on 2000/10/12  18:11:24
39364         Log: restore change#7202
39365      Branch: perl
39366            ! mg.c
39367 ____________________________________________________________________________
39368 [  7203] By: gsar                                  on 2000/10/12  18:09:40
39369         Log: another test of the Emergency Broadcast System--back out 
39370              change#7202
39371      Branch: perl
39372            ! mg.c
39373 ____________________________________________________________________________
39374 [  7202] By: gsar                                  on 2000/10/12  16:40:47
39375         Log: (submitted on behalf of Jarkko)
39376              Fix the lib/encode.t subtest 6 failure as reported by Andreas
39377              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
39378              was unearthed by change 7182, as was a bug in HTML::Entities.
39379      Branch: perl
39380            ! mg.c
39381 ____________________________________________________________________________
39382 [  7201] By: jhi                                   on 2000/10/11  03:16:05
39383         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
39384      Branch: perl
39385            ! pp_hot.c t/pragma/utf8.t
39386 ____________________________________________________________________________
39387 [  7200] By: jhi                                   on 2000/10/11  00:40:30
39388         Log: The #7198 was a false alarm.
39389      Branch: perl
39390            ! pp_hot.c
39391 ____________________________________________________________________________
39392 [  7199] By: jhi                                   on 2000/10/11  00:26:04
39393         Log: Remove duplicated code.
39394      Branch: perl
39395            ! t/lib/cgi-html.t
39396 ____________________________________________________________________________
39397 [  7198] By: jhi                                   on 2000/10/10  23:30:46
39398         Log: (Retracted by #7200.)
39399      Branch: perl
39400            ! pp_hot.c
39401 ____________________________________________________________________________
39402 [  7197] By: jhi                                   on 2000/10/10  21:49:30
39403         Log: Add the test case for #7190, from the original bug report
39404              by Andreas König.
39405      Branch: perl
39406            ! t/pragma/utf8.t
39407 ____________________________________________________________________________
39408 [  7196] By: jhi                                   on 2000/10/10  21:40:49
39409         Log: Reapply Andy's patch and regen Configure.
39410      Branch: perl
39411            ! Configure INSTALL Makefile.SH Porting/Glossary
39412            ! Porting/config.sh config_h.SH epoc/config.sh installperl
39413            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
39414            ! win32/config.vc
39415 ____________________________________________________________________________
39416 [  7195] By: jhi                                   on 2000/10/10  21:09:30
39417         Log: Use the versiononly instead of the installscripts,
39418              retract the changes 7146 and 7147.
39419      Branch: perl
39420            ! Configure INSTALL Makefile.SH Porting/Glossary
39421            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
39422            ! installperl uconfig.sh vos/config.def win32/config.bc
39423            ! win32/config.gc win32/config.vc
39424 ____________________________________________________________________________
39425 [  7194] By: jhi                                   on 2000/10/10  21:06:15
39426         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
39427              From: Peter Prymmer <pvhp@forte.com>
39428              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
39429              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
39430      Branch: perl
39431            ! t/op/ver.t
39432 ____________________________________________________________________________
39433 [  7193] By: jhi                                   on 2000/10/10  21:05:12
39434         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
39435              From: Peter Prymmer <pvhp@forte.com>
39436              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
39437              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
39438      Branch: perl
39439            ! t/op/tr.t
39440 ____________________________________________________________________________
39441 [  7192] By: jhi                                   on 2000/10/10  20:57:30
39442         Log: Add versiononly, delete installscripts, from Andy Dougherty.
39443      Branch: metaconfig
39444            - U/installdirs/installscripts.U
39445      Branch: metaconfig/U/perl
39446            + versiononly.U
39447 ____________________________________________________________________________
39448 [  7191] By: jhi                                   on 2000/10/10  19:41:21
39449         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
39450              From: Peter Prymmer <pvhp@forte.com>
39451              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
39452              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
39453      Branch: perl
39454            ! pod/perlebcdic.pod
39455 ____________________________________________________________________________
39456 [  7190] By: jhi                                   on 2000/10/10  19:26:14
39457         Log: Subject: Re: utf8 concat, mg_get
39458              From: Simon Cozens <simon@cozens.net>
39459              Date: Tue, 10 Oct 2000 17:40:17 +0100
39460              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
39461      Branch: perl
39462            ! pp_hot.c
39463 ____________________________________________________________________________
39464 [  7189] By: jhi                                   on 2000/10/10  19:23:03
39465         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
39466              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
39467              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
39468              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
39469      Branch: perl
39470            ! lib/ExtUtils/MM_Unix.pm
39471 ____________________________________________________________________________
39472 [  7188] By: jhi                                   on 2000/10/10  15:31:24
39473         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
39474              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
39475              Date: Fri, 14 Jul 2000 10:47:36 +0100
39476              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
39477      Branch: perl
39478            ! README.win32
39479 ____________________________________________________________________________
39480 [  7187] By: jhi                                   on 2000/10/10  13:30:10
39481         Log: Quote the temp file name, needed in Win32 because the
39482              default name unfortunately contains spaces, shouldn't
39483              hurt elsewhere.
39484              
39485              Subject: FW: perldoc fails if $TEMP contains spaces
39486              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
39487              Date: Thu, 14 Sep 2000 08:58:45 +0100
39488              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
39489      Branch: perl
39490            ! utils/perldoc.PL
39491 ____________________________________________________________________________
39492 [  7186] By: jhi                                   on 2000/10/10  13:16:27
39493         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
39494              From: hv@hugo.hybyte.com
39495              Date: Tue, 10 Oct 2000 14:10:20 +0100
39496              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
39497      Branch: perl
39498            ! t/lib/thr5005.t util.c
39499 ____________________________________________________________________________
39500 [  7185] By: jhi                                   on 2000/10/10  12:06:22
39501         Log: Upgrade to podlators 1.04, from Russ Allbery.
39502      Branch: perl
39503            ! lib/Pod/Man.pm lib/Pod/Text.pm
39504 ____________________________________________________________________________
39505 [  7184] By: jhi                                   on 2000/10/10  12:01:32
39506         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
39507      Branch: perl
39508            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
39509 ____________________________________________________________________________
39510 [  7183] By: jhi                                   on 2000/10/09  23:47:15
39511         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
39512              From: Peter Prymmer <pvhp@forte.com>
39513              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
39514              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
39515      Branch: perl
39516            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
39517 ____________________________________________________________________________
39518 [  7182] By: jhi                                   on 2000/10/09  23:43:16
39519         Log: Make eq work again with utf8 (disabling the upgrading
39520              should no more be necessary since the copies of the
39521              scalars are upgraded, not the scalars themselves).
39522              Takes care of ID 20001009.001.  (The claimed length()
39523              bug in 20001009.001 seems bogus to me.)
39524      Branch: perl
39525            ! sv.c t/pragma/utf8.t
39526 ____________________________________________________________________________
39527 [  7181] By: gsar                                  on 2000/10/09  19:41:54
39528         Log: tweak for change#7173
39529      Branch: perl
39530            ! win32/win32sck.c
39531 ____________________________________________________________________________
39532 [  7180] By: gsar                                  on 2000/10/09  19:26:56
39533         Log: on Windows, clean targets might not work under some flavors of the shell
39534      Branch: perl
39535            ! win32/Makefile win32/makefile.mk
39536 ____________________________________________________________________________
39537 [  7179] By: jhi                                   on 2000/10/09  19:21:02
39538         Log: Update Changes.
39539      Branch: perl
39540            ! Changes patchlevel.h
39541 ____________________________________________________________________________
39542 [  7178] By: jhi                                   on 2000/10/09  19:18:23
39543         Log: Warn about unknown scripts.
39544              
39545              Subject: Re: ideas? patches? [PATCH bleadperl]
39546              From: Dominic Dunlop <domo@computer.org>
39547              Date: Mon, 9 Oct 2000 14:57:17 +0200
39548              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
39549      Branch: perl
39550            ! lib/charnames.pm
39551 ____________________________________________________________________________
39552 [  7177] By: jhi                                   on 2000/10/09  19:13:27
39553         Log: Change #7160 had a nasty typo.
39554      Branch: metaconfig
39555            ! U/compline/Compile.U
39556      Branch: perl
39557            ! Configure config_h.SH
39558 ____________________________________________________________________________
39559 [  7176] By: gsar                                  on 2000/10/09  18:59:33
39560         Log: pod nit
39561      Branch: perl
39562            ! pod/perlport.pod
39563 ____________________________________________________________________________
39564 [  7175] By: gsar                                  on 2000/10/09  18:54:28
39565         Log: Windows9x doesn't support link(), despite what Config.pm
39566              might think
39567      Branch: perl
39568            ! lib/ExtUtils/Manifest.pm
39569 ____________________________________________________________________________
39570 [  7174] By: gsar                                  on 2000/10/09  18:50:03
39571         Log: avoid nonportable example code
39572      Branch: perl
39573            ! lib/File/Copy.pm
39574 ____________________________________________________________________________
39575 [  7173] By: gsar                                  on 2000/10/09  18:46:54
39576         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
39577              being used) when closing a socket handle
39578      Branch: perl
39579            ! win32/win32.c win32/win32.h win32/win32sck.c
39580 ____________________________________________________________________________
39581 [  7172] By: gsar                                  on 2000/10/09  18:41:40
39582         Log: on Windows, cwd strings in the environment should be of the
39583              form =X:=X:\foo instead of =X=X:\foo\
39584      Branch: perl
39585            ! win32/vdir.h
39586 ____________________________________________________________________________
39587 [  7171] By: gsar                                  on 2000/10/09  18:30:09
39588         Log: on Windows, LoadLibrary() could load an extension DLL multiple
39589              times if forward slashes are used in the path
39590      Branch: perl
39591            ! win32/win32.c
39592 ____________________________________________________________________________
39593 [  7170] By: jhi                                   on 2000/10/09  17:53:59
39594         Log: Add a todo note about overloadable assertions.
39595      Branch: perl
39596            ! Todo-5.6
39597 ____________________________________________________________________________
39598 [  7169] By: jhi                                   on 2000/10/09  13:43:45
39599         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
39600              From: mjd@plover.com
39601              Date: 9 Oct 2000 00:24:44 -0000
39602              Message-ID: <20001009002444.10616.qmail@plover.com>
39603      Branch: perl
39604            ! pod/perldebguts.pod
39605 ____________________________________________________________________________
39606 [  7168] By: nick                                  on 2000/10/08  13:16:33
39607         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
39608              is not right thing to do on (e.g. x86). Network order is also "right" for
39609              X fonts.
39610      Branch: perl
39611            ! ext/Encode/Encode.pm
39612 ____________________________________________________________________________
39613 [  7167] By: nick                                  on 2000/10/08  12:54:42
39614         Log: Make "encodings" work post-install when Encode/*.enc files may not
39615              be in same directory as Encode.pm
39616      Branch: perl
39617            ! ext/Encode/Encode.pm
39618 ____________________________________________________________________________
39619 [  7166] By: nick                                  on 2000/10/08  11:51:26
39620         Log: Work round the fact that $hash->{$key} does not take into account
39621              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
39622              so that key is always in the "expected" encoding - i.e. same way we put
39623              it in the hash.
39624      Branch: perl
39625            ! ext/Encode/Encode.pm
39626 ____________________________________________________________________________
39627 [  7165] By: gsar                                  on 2000/10/08  04:15:29
39628         Log: save_re_context() could reset PL_curcop to freed memory, causing core
39629              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
39630      Branch: perl
39631            ! pp_ctl.c
39632 ____________________________________________________________________________
39633 [  7164] By: jhi                                   on 2000/10/06  20:51:48
39634         Log: UTF8ize split() so that the cloned substrings get the UTF8
39635              flag of the original scalar.  Problem reported by Simon Cozens.
39636      Branch: perl
39637            ! pp.c t/pragma/utf8.t
39638 ____________________________________________________________________________
39639 [  7163] By: nick                                  on 2000/10/06  20:48:34
39640         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
39641              got a false +ve and so did not reach code which would have un-FAKEd the SV.
39642      Branch: perl
39643            ! sv.c
39644 ____________________________________________________________________________
39645 [  7162] By: nick                                  on 2000/10/06  20:25:37
39646         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
39647              To fix  (sort {$a <=> $b} keys %hash) in particular but
39648              should cover a number of other as-yet-unknown cases as well.
39649      Branch: perl
39650            ! sv.c
39651 ____________________________________________________________________________
39652 [  7161] By: jhi                                   on 2000/10/06  19:56:18
39653         Log: Change the version number of Tie::Handle in the core to 4.0,
39654              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
39655              
39656              Subject: Note on Tie::Handle
39657              From: andreas.koenig@anima.de (Andreas J. Koenig)
39658              Date:      06 Oct 2000 21:48:58 +0200
39659              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
39660      Branch: perl
39661            ! lib/Tie/Handle.pm
39662 ____________________________________________________________________________
39663 [  7160] By: jhi                                   on 2000/10/06  18:20:35
39664         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
39665              as the first option of cc/ld because of ultrapicky compilers
39666              (e.g. OS/390 R2.5)
39667      Branch: metaconfig
39668            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
39669            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
39670            ! U/compline/orderlib.U U/modified/Cppsym.U
39671            ! U/modified/d_access.U
39672      Branch: metaconfig/U/perl
39673            ! Checkcc.U d_dlsymun.U gccvers.U
39674      Branch: perl
39675            ! Configure config_h.SH
39676 ____________________________________________________________________________
39677 [  7159] By: jhi                                   on 2000/10/06  13:56:39
39678         Log: Update Changes.
39679      Branch: perl
39680            ! Changes patchlevel.h
39681 ____________________________________________________________________________
39682 [  7158] By: jhi                                   on 2000/10/06  12:48:40
39683         Log: Eliminate $Is_VMS code from the test.
39684              
39685              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
39686              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
39687              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
39688              Date:     Thu, 5 Oct 2000 07:46:33 EDT
39689      Branch: perl
39690            ! t/lib/b.t
39691 ____________________________________________________________________________
39692 [  7157] By: jhi                                   on 2000/10/06  12:47:13
39693         Log: Also the $ccflags is needed for the C compiler check.
39694              
39695              Subject: Configure (check for C-compiler)
39696              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39697              Date: Fri, 06 Oct 2000 08:47:15 +0200
39698              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
39699      Branch: metaconfig/U/perl
39700            ! Checkcc.U
39701      Branch: perl
39702            ! Configure config_h.SH
39703 ____________________________________________________________________________
39704 [  7156] By: jhi                                   on 2000/10/06  11:45:15
39705         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
39706      Branch: perl
39707            ! perl.c pp_ctl.c sv.h utf8.c
39708 ____________________________________________________________________________
39709 [  7155] By: jhi                                   on 2000/10/06  11:40:41
39710         Log: IO::Handle->syswrite() did not handle length omission
39711              like CORE::syswrite() does.
39712              
39713              Subject: [Fwd] IO::Handle, syswrite and arguments
39714              From: Graham Barr <gbarr@pobox.com>
39715              Date: Fri, 6 Oct 2000 10:22:05 +0100
39716              Message-ID: <20001006102205.U6312@pobox.com>
39717              
39718              The original patch from andrew@ugh.net.au.
39719      Branch: perl
39720            ! ext/IO/lib/IO/Handle.pm
39721 ____________________________________________________________________________
39722 [  7154] By: jhi                                   on 2000/10/06  01:42:15
39723         Log: Tweak #7153.
39724      Branch: perl
39725            ! utf8.h
39726 ____________________________________________________________________________
39727 [  7153] By: jhi                                   on 2000/10/06  00:39:55
39728         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
39729      Branch: perl
39730            ! utf8.h
39731 ____________________________________________________________________________
39732 [  7152] By: jhi                                   on 2000/10/06  00:38:11
39733         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
39734      Branch: perl
39735            ! perl.c pp_ctl.c sv.h utf8.c
39736 ____________________________________________________________________________
39737 [  7151] By: jhi                                   on 2000/10/06  00:36:38
39738         Log: Subject: Re: Questions about Tie::Array and perl modules
39739              From: Nick Ing-Simmons <nik@tiuk.ti.com>
39740              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
39741              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
39742              
39743              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
39744      Branch: perl
39745            ! lib/Tie/Array.pm t/op/array.t
39746 ____________________________________________________________________________
39747 [  7150] By: jhi                                   on 2000/10/05  00:20:45
39748         Log: Regen Changes.
39749      Branch: perl
39750            ! Changes patchlevel.h
39751 ____________________________________________________________________________
39752 [  7149] By: jhi                                   on 2000/10/05  00:20:01
39753         Log: Regen toc.
39754      Branch: perl
39755            ! pod/perltoc.pod
39756 ____________________________________________________________________________
39757 [  7148] By: jhi                                   on 2000/10/04  23:35:08
39758         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
39759              reported several times by Dominic Dunlop, for example in
39760              ID 20000315.008.  Patch from Dominic.  Patch affects at
39761              least MachTen, and possibly other oldish BSDs. Should not
39762              break non-broken platforms (tested on LinuxPPC). 
39763      Branch: perl
39764            ! doio.c
39765 ____________________________________________________________________________
39766 [  7147] By: jhi                                   on 2000/10/04  23:26:34
39767         Log: The one that got away from 7146.
39768      Branch: metaconfig
39769            + U/installdirs/installscripts.U
39770 ____________________________________________________________________________
39771 [  7146] By: jhi                                   on 2000/10/04  23:25:04
39772         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
39773              suggested by H. Merijn Brand.
39774      Branch: perl
39775            ! Configure INSTALL Makefile.SH Porting/Glossary
39776            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
39777            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
39778            ! win32/config.vc
39779 ____________________________________________________________________________
39780 [  7145] By: jhi                                   on 2000/10/04  22:08:21
39781         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
39782              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39783              Date: Wed, 4 Oct 2000 17:37:46 -0400
39784              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
39785      Branch: perl
39786            ! utils/h2xs.PL
39787 ____________________________________________________________________________
39788 [  7144] By: jhi                                   on 2000/10/04  18:11:41
39789         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
39790              From: Jeff Pinyan <jeffp@crusoe.net>
39791              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
39792              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
39793      Branch: perl
39794            ! pod/perlrun.pod
39795 ____________________________________________________________________________
39796 [  7143] By: jhi                                   on 2000/10/04  18:09:58
39797         Log: Subject: perlhack.pod Patch for Externals Tools
39798              From: Fisher Mark <fisherm@tce.com>
39799              Date: Tue, 3 Oct 2000 15:43:27 -0500 
39800              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
39801      Branch: perl
39802            ! pod/perlhack.pod
39803 ____________________________________________________________________________
39804 [  7142] By: jhi                                   on 2000/10/04  18:08:41
39805         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
39806              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
39807              Date:     Wed, 4 Oct 2000 12:11:11 EDT
39808              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
39809      Branch: perl
39810            ! vms/vms.c
39811 ____________________________________________________________________________
39812 [  7141] By: jhi                                   on 2000/10/04  12:20:16
39813         Log: Subject: [PATCH 5.7.0] h2xs not working
39814              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39815              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
39816              Date: Tue, 3 Oct 2000 21:43:01 -0400
39817              
39818              Subject: [PATCH 5.7.0] h2xs not documenting the created module
39819              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39820              Date: Tue, 3 Oct 2000 22:55:19 -0400
39821              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
39822      Branch: perl
39823            ! utils/h2xs.PL
39824 ____________________________________________________________________________
39825 [  7140] By: jhi                                   on 2000/10/04  11:53:44
39826         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
39827              From: nick@babyhippo.com
39828              Date: Wed, 4 Oct 2000 12:06:45 +0100
39829              Message-Id: <20001004120645.A7356@babyhippo.com>
39830              
39831              Retract 7118 and 7135.
39832      Branch: perl
39833            ! installman installperl op.c t/pragma/subs.t
39834 ____________________________________________________________________________
39835 [  7139] By: jhi                                   on 2000/10/03  22:09:41
39836         Log: It is possible to have no hosts database at all.  Pointed out in
39837              
39838              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
39839              From: Peter Prymmer <pvhp@forte.com>
39840              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
39841              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
39842      Branch: metaconfig
39843            ! U/modified/myhostname.U
39844      Branch: perl
39845            ! Configure config_h.SH
39846 ____________________________________________________________________________
39847 [  7138] By: jhi                                   on 2000/10/03  21:49:49
39848         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
39849              From: Peter Prymmer <pvhp@forte.com>
39850              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
39851              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
39852      Branch: perl
39853            ! pp_sys.c
39854 ____________________________________________________________________________
39855 [  7137] By: jhi                                   on 2000/10/03  20:10:05
39856         Log: One remaining nit less at the VMS mailbox sizing.
39857      Branch: perl
39858            ! vms/vms.c
39859 ____________________________________________________________________________
39860 [  7136] By: jhi                                   on 2000/10/03  20:08:47
39861         Log: Test harness update to sync with the new perlcc,
39862              from Simon Cozens.
39863      Branch: perl
39864            ! t/TEST t/UTEST
39865 ____________________________________________________________________________
39866 [  7135] By: jhi                                   on 2000/10/03  15:15:42
39867         Log: Subject: Re: PATCH for 20001003.004
39868              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
39869              From: "AARON B. DOSSETT" <aaron@iglou.com>
39870              Message-Id: <E13gTay-0006od-00@iglou.com>
39871      Branch: perl
39872            ! installman installperl
39873 ____________________________________________________________________________
39874 [  7134] By: jhi                                   on 2000/10/03  15:00:34
39875         Log: Subject: [ID 20001003.006] B::Debug not -w clean
39876              From: Nicholas Clark <nick@babyhippo.co.uk>
39877              Date: Tue, 03 Oct 2000 15:46:32 +0100
39878              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
39879      Branch: perl
39880            ! ext/B/B/Debug.pm
39881 ____________________________________________________________________________
39882 [  7133] By: jhi                                   on 2000/10/03  14:58:39
39883         Log: Scale down the VMS message boxes, by Charles Lane.
39884              Fix for ID 20000903.009, workaround at
39885              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
39886      Branch: perl
39887            ! vms/vms.c
39888 ____________________________________________________________________________
39889 [  7132] By: jhi                                   on 2000/10/03  11:20:37
39890         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
39891      Branch: perl
39892            + t/lib/st-lock.t t/lib/st-utf8.t
39893            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
39894            ! ext/Storable/Storable.xs t/lib/st-recurse.t
39895 ____________________________________________________________________________
39896 [  7131] By: jhi                                   on 2000/10/03  03:38:23
39897         Log: Encode nits.
39898      Branch: perl
39899            ! MANIFEST Makefile.SH
39900 ____________________________________________________________________________
39901 [  7130] By: jhi                                   on 2000/10/03  03:31:05
39902         Log: Update Changes.
39903      Branch: perl
39904            ! Changes patchlevel.h
39905 ____________________________________________________________________________
39906 [  7129] By: jhi                                   on 2000/10/03  02:24:02
39907         Log: Misplaced else.
39908      Branch: metaconfig/U/perl
39909            ! d_strtoll.U
39910      Branch: perl
39911            ! Configure config_h.SH
39912 ____________________________________________________________________________
39913 [  7128] By: jhi                                   on 2000/10/03  02:08:29
39914         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
39915              From: sthoenna@efn.org
39916              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
39917              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
39918      Branch: metaconfig/U/perl
39919            ! d_strtoll.U
39920      Branch: perl
39921            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
39922 ____________________________________________________________________________
39923 [  7127] By: jhi                                   on 2000/10/03  01:13:14
39924         Log: Update Changes.
39925      Branch: perl
39926            ! Changes patchlevel.h
39927 ____________________________________________________________________________
39928 [  7126] By: jhi                                   on 2000/10/03  00:57:08
39929         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
39930              as suggested by Olaf Flebbe and Nick Clark.
39931      Branch: perl
39932            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
39933 ____________________________________________________________________________
39934 [  7125] By: jhi                                   on 2000/10/03  00:50:56
39935         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
39936              From: Nick Clark <nick@plum.flirble.org>
39937              Date: Mon, 2 Oct 2000 11:03:24 +0100
39938              Message-Id: <20001002110324.D20073@plum.flirble.org>
39939              
39940              Also fixes bug ID 20001002.005.
39941      Branch: perl
39942            ! t/lib/encode.t
39943 ____________________________________________________________________________
39944 [  7124] By: jhi                                   on 2000/10/03  00:34:59
39945         Log: Subject: [PATCH 5.7.0] Epoc update
39946              From: Olaf Flebbe <o.flebbe@gmx.de>
39947              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
39948              Message-ID: <26423.969484586@www10.gmx.net>
39949      Branch: perl
39950            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
39951            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
39952            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
39953            ! util.c util.h
39954 ____________________________________________________________________________
39955 [  7123] By: jhi                                   on 2000/10/03  00:30:07
39956         Log: Regen headers.
39957      Branch: perl
39958            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
39959 ____________________________________________________________________________
39960 [  7122] By: jhi                                   on 2000/10/03  00:10:48
39961         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
39962      Branch: perl
39963            ! hints/openbsd.sh
39964 ____________________________________________________________________________
39965 [  7121] By: jhi                                   on 2000/10/03  00:05:06
39966         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
39967              From: <abigail@foad.org>
39968              Date: Tue, 26 Sep 2000 13:36:14 -0400
39969              Message-ID: <20000926173614.4356.qmail@foad.org>
39970      Branch: perl
39971            ! pod/perlop.pod
39972 ____________________________________________________________________________
39973 [  7120] By: jhi                                   on 2000/10/03  00:04:00
39974         Log: Inside require() $^S was always left undefined.
39975              
39976              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
39977              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39978              Date: Wed, 27 Sep 2000 18:54:49 -0400
39979              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
39980      Branch: perl
39981            ! cop.h mg.c pp_ctl.c util.c
39982 ____________________________________________________________________________
39983 [  7119] By: jhi                                   on 2000/10/03  00:00:16
39984         Log: Subject: [PATCH] DLL not restartabke with threaded perl
39985              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
39986              Date: Thu, 28 Sep 2000 09:20:46 +0100
39987              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
39988      Branch: perl
39989            ! perl.c
39990 ____________________________________________________________________________
39991 [  7118] By: jhi                                   on 2000/10/02  23:59:20
39992         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
39993              From: Nicholas Clark <nick@ccl4.org>
39994              Date: Thu, 28 Sep 2000 11:52:24 +0100
39995              Message-ID: <20000928115224.D7924@plum.flirble.org>
39996      Branch: perl
39997            ! op.c
39998 ____________________________________________________________________________
39999 [  7117] By: jhi                                   on 2000/10/02  23:57:51
40000         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
40001              From: Nicholas Clark <nick@babyhippo.co.uk>
40002              Date: Thu, 28 Sep 2000 12:18:10 +0100
40003              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
40004              
40005              Did not apply cleanly, manual intervention was needed.
40006      Branch: perl
40007            ! ext/B/B/Bytecode.pm utils/perlcc.PL
40008 ____________________________________________________________________________
40009 [  7116] By: jhi                                   on 2000/10/02  23:50:40
40010         Log: Document the issue (is not a syntax error, kind of)
40011              
40012              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
40013              From: Nicholas Clark <nick@ccl4.org>
40014              Date: Thu, 28 Sep 2000 17:12:42 +0100
40015              Message-ID: <20000928171242.K7924@plum.flirble.org>
40016      Branch: perl
40017            ! pod/perldata.pod
40018 ____________________________________________________________________________
40019 [  7115] By: jhi                                   on 2000/10/02  23:48:58
40020         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
40021              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40022              Date: Thu, 28 Sep 2000 21:55:31 -0400
40023              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
40024      Branch: perl
40025            ! regexec.c
40026 ____________________________________________________________________________
40027 [  7114] By: jhi                                   on 2000/10/02  23:47:57
40028         Log: Subject: DOC PATCH 5.6.0
40029              From: mjd@plover.com
40030              Date: 30 Sep 2000 06:02:34 -0000
40031              Message-ID: <20000930060234.4559.qmail@plover.com>
40032      Branch: perl
40033            ! pod/perldebguts.pod
40034 ____________________________________________________________________________
40035 [  7113] By: jhi                                   on 2000/10/02  23:46:43
40036         Log: SOCK_DGRAM and listen() do not mix as reported in
40037              
40038              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
40039              From: Petter Reinholdtsen <pere@hungry.com>
40040              Date: Sun, 1 Oct 2000 10:57:20 +0800
40041              Message-Id: <200010010257.KAA05735@localhost.localdomain>
40042              
40043              The patch for 5.7.0+ had to be reengineered, though.
40044      Branch: perl
40045            ! ext/IO/lib/IO/Socket/UNIX.pm
40046 ____________________________________________________________________________
40047 [  7112] By: jhi                                   on 2000/10/02  23:36:57
40048         Log: Subject: Re: [PATCH 5.005_64 missed]
40049              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40050              Date: Sun, 1 Oct 2000 18:50:10 -0400
40051              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
40052      Branch: perl
40053            ! pod/perlxs.pod
40054 ____________________________________________________________________________
40055 [  7111] By: jhi                                   on 2000/10/02  23:35:40
40056         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
40057              From: Radu Greab <radu@netsoft.ro>
40058              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
40059              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
40060      Branch: perl
40061            ! op.c opcode.pl t/op/substr.t
40062 ____________________________________________________________________________
40063 [  7110] By: jhi                                   on 2000/10/02  23:32:38
40064         Log: Subject: [PATCH] Fix aliasing of tied filehandles
40065              From: Daniel Chetlin <daniel@chetlin.com>
40066              Date: Mon, 2 Oct 2000 14:53:27 -0700
40067              Message-ID: <20001002145327.C1617@ilmd>
40068      Branch: perl
40069            ! perl.h pp_hot.c t/op/tiehandle.t
40070 ____________________________________________________________________________
40071 [  7109] By: jhi                                   on 2000/10/02  23:31:30
40072         Log: s/Robin Parker/Robin Barker/
40073      Branch: perl
40074            ! Changes5.6
40075 ____________________________________________________________________________
40076 [  7108] By: jhi                                   on 2000/10/02  23:15:46
40077         Log: Retract #7091 as suggested in
40078              
40079              From: Robin Barker <rmb1@cise.npl.co.uk> 
40080              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
40081              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
40082              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
40083      Branch: perl
40084            ! embed.pl proto.h
40085 ____________________________________________________________________________
40086 [  7107] By: nick                                  on 2000/10/02  18:23:14
40087         Log: A few tweaks to get Tk803 to work with Encode scheme.
40088      Branch: perl
40089            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
40090 ____________________________________________________________________________
40091 [  7106] By: nick                                  on 2000/10/01  21:34:14
40092         Log: Add checking cases to Encode's toUnicode and fromUnicode.
40093      Branch: perl
40094            ! ext/Encode/Encode.pm
40095 ____________________________________________________________________________
40096 [  7105] By: nick                                  on 2000/10/01  17:18:01
40097         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
40098              To read and use them.
40099              Add a lib/encode.t which checks a few things.
40100      Branch: perl
40101            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
40102            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
40103            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
40104            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
40105            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
40106            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
40107            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
40108            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
40109            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
40110            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
40111            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
40112            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
40113            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
40114            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
40115            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
40116            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
40117            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
40118            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
40119            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
40120            + ext/Encode/Encode/iso2022-jp.enc
40121            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
40122            + ext/Encode/Encode/iso8859-1.enc
40123            + ext/Encode/Encode/iso8859-2.enc
40124            + ext/Encode/Encode/iso8859-3.enc
40125            + ext/Encode/Encode/iso8859-4.enc
40126            + ext/Encode/Encode/iso8859-5.enc
40127            + ext/Encode/Encode/iso8859-6.enc
40128            + ext/Encode/Encode/iso8859-7.enc
40129            + ext/Encode/Encode/iso8859-8.enc
40130            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
40131            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
40132            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
40133            + ext/Encode/Encode/macCentEuro.enc
40134            + ext/Encode/Encode/macCroatian.enc
40135            + ext/Encode/Encode/macCyrillic.enc
40136            + ext/Encode/Encode/macDingbats.enc
40137            + ext/Encode/Encode/macGreek.enc
40138            + ext/Encode/Encode/macIceland.enc
40139            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
40140            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
40141            + ext/Encode/Encode/macTurkish.enc
40142            + ext/Encode/Encode/macUkraine.enc
40143            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
40144            + t/lib/encode.t
40145            ! MANIFEST ext/Encode/Encode.pm
40146 ____________________________________________________________________________
40147 [  7104] By: nick                                  on 2000/09/30  13:04:30
40148         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
40149              From: Daniel Chetlin <daniel@chetlin.com>
40150              Date: Mon, 18 Sep 2000 05:05:40 -0700
40151              Message-Id: <20000918050540.C652@ilmd>
40152      Branch: perl
40153            ! lib/overload.pm sv.c t/pragma/overload.t
40154 ____________________________________________________________________________
40155 [  7103] By: nick                                  on 2000/09/30  12:53:36
40156         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
40157              From: Johan Vromans <jvromans@squirrel.nl>
40158              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
40159              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
40160      Branch: perl
40161            ! pod/Makefile.SH
40162 ____________________________________________________________________________
40163 [  7102] By: nick                                  on 2000/09/30  12:52:31
40164         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
40165              From: Spider Boardman <spider@Orb.Nashua.NH.US>
40166              Date: Sat, 16 Sep 2000 16:36:45 -0400
40167              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
40168      Branch: perl
40169            ! ext/B/B/Deparse.pm
40170 ____________________________________________________________________________
40171 [  7101] By: nick                                  on 2000/09/30  12:51:41
40172         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
40173              From: Craig A. Berry <craig.berry@psinetcs.com>
40174              Date: Sat, 16 Sep 2000 10:11:10 -0500
40175              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
40176      Branch: perl
40177            ! vms/vms.c
40178 ____________________________________________________________________________
40179 [  7100] By: nick                                  on 2000/09/30  12:50:33
40180         Log: Subject: Re: unicode support and perl [ID 20000901.097]
40181              From: Spider Boardman <spider@Orb.Nashua.NH.US>
40182              Date: Fri, 15 Sep 2000 16:37:58 -0400
40183              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
40184      Branch: perl
40185            ! t/op/append.t
40186 ____________________________________________________________________________
40187 [  7099] By: nick                                  on 2000/09/30  12:49:35
40188         Log: Subject: Re: unicode support and perl [ID 20000901.097]
40189              From: Spider Boardman <spider@Orb.Nashua.NH.US>
40190              Date: Fri, 15 Sep 2000 16:25:30 -0400
40191              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
40192      Branch: perl
40193            ! pp_hot.c
40194 ____________________________________________________________________________
40195 [  7098] By: nick                                  on 2000/09/30  12:48:00
40196         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
40197              From: Gisle Aas <gisle@ActiveState.com>
40198              Date: 15 Sep 2000 16:23:41 +0200
40199              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
40200      Branch: perl
40201            ! toke.c
40202 ____________________________________________________________________________
40203 [  7097] By: nick                                  on 2000/09/30  12:45:16
40204         Log: Subject: [PATCH] Nits in perlmod.pod
40205              From: Daniel Chetlin <daniel@chetlin.com>
40206              Date: Fri, 15 Sep 2000 02:04:09 -0700
40207              Message-Id: <20000915020409.A2104@ilmd>
40208      Branch: perl
40209            ! pod/perlmod.pod
40210 ____________________________________________________________________________
40211 [  7096] By: nick                                  on 2000/09/30  12:18:00
40212         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
40213              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
40214              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
40215              0 to checking to get the warning.
40216      Branch: perl
40217            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
40218            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
40219            ! regexec.c sv.c toke.c utf8.c
40220 ____________________________________________________________________________
40221 [  7095] By: nick                                  on 2000/09/15  16:55:59
40222         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
40223              
40224              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
40225              From: Spider Boardman <spider@Orb.Nashua.NH.US>
40226              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
40227              Date: Fri, 15 Sep 2000 06:37:30 -0400
40228      Branch: perl
40229            ! ext/Encode/Encode.xs sv.c
40230 ____________________________________________________________________________
40231 [  7094] By: jhi                                   on 2000/09/15  03:23:32
40232         Log: Update Changes.
40233      Branch: perl
40234            ! Changes patchlevel.h
40235 ____________________________________________________________________________
40236 [  7093] By: jhi                                   on 2000/09/15  03:11:44
40237         Log: Fix for the charnames.t failures from Spider Boardman.
40238      Branch: perl
40239            ! toke.c
40240 ____________________________________________________________________________
40241 [  7092] By: jhi                                   on 2000/09/15  00:15:48
40242         Log: Botched the #7090 check-in.
40243      Branch: perl
40244            ! sv.c
40245 ____________________________________________________________________________
40246 [  7091] By: jhi                                   on 2000/09/14  23:33:24
40247         Log: Part of #7081 didn't come through.
40248      Branch: perl
40249            ! embed.pl proto.h
40250 ____________________________________________________________________________
40251 [  7090] By: jhi                                   on 2000/09/14  23:17:39
40252         Log: Subject: Re: perl@7078 
40253              From: Spider Boardman <spider@web.zk3.dec.com>
40254              Date: Thu, 14 Sep 2000 19:06:36 -0400
40255              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
40256      Branch: perl
40257            ! sv.c toke.c
40258 ____________________________________________________________________________
40259 [  7089] By: jhi                                   on 2000/09/14  23:11:21
40260         Log: Small portability tweaks.
40261      Branch: perl
40262            ! ext/Encode/Encode.xs
40263 ____________________________________________________________________________
40264 [  7088] By: jhi                                   on 2000/09/14  22:57:23
40265         Log: Fake return to pacify picky compilers.
40266      Branch: perl
40267            ! ext/Encode/Encode.xs
40268 ____________________________________________________________________________
40269 [  7087] By: jhi                                   on 2000/09/14  22:53:37
40270         Log: Subject: [PATCH] utf8.c apidoc
40271              From: Simon Cozens <simon@cozens.net>
40272              Date: Thu, 14 Sep 2000 23:46:57 +0100
40273              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
40274      Branch: perl
40275            ! perlapi.c pod/perlapi.pod utf8.c
40276 ____________________________________________________________________________
40277 [  7086] By: jhi                                   on 2000/09/14  22:40:38
40278         Log: We don't need to count the high bit bytes, a boolean is enough. 
40279      Branch: perl
40280            ! sv.c
40281 ____________________________________________________________________________
40282 [  7085] By: jhi                                   on 2000/09/14  21:20:09
40283         Log: Replace #7084 with
40284              
40285              Subject: Re: perl@7078 
40286              From: Spider Boardman <spider@web.zk3.dec.com>
40287              Date: Thu, 14 Sep 2000 17:09:36 -0400
40288              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
40289      Branch: perl
40290            ! sv.c utf8.c
40291 ____________________________________________________________________________
40292 [  7084] By: jhi                                   on 2000/09/14  20:03:34
40293         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
40294              convertable to bytes by checking it doesn't go above 0xc3
40295              
40296              Subject: Re: perl@7078
40297              From: Simon Cozens <simon@cozens.net>
40298              Date: Thu, 14 Sep 2000 20:59:19 +0100
40299              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
40300      Branch: perl
40301            ! utf8.c
40302 ____________________________________________________________________________
40303 [  7083] By: jhi                                   on 2000/09/14  19:38:47
40304         Log: Subject: Re: perl@7078
40305              From: Simon Cozens <simon@cozens.net>
40306              Date: Thu, 14 Sep 2000 20:13:09 +0100
40307              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
40308      Branch: perl
40309            ! t/op/bop.t
40310 ____________________________________________________________________________
40311 [  7082] By: jhi                                   on 2000/09/14  17:50:44
40312         Log: The one that got away.
40313      Branch: perl
40314            ! lib/File/Find.pm
40315 ____________________________________________________________________________
40316 [  7081] By: jhi                                   on 2000/09/14  17:45:35
40317         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
40318              From: Robin Barker <rmb1@cise.npl.co.uk>
40319              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
40320              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
40321      Branch: perl
40322            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
40323            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
40324            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
40325            ! regcomp.c toke.c universal.c
40326 ____________________________________________________________________________
40327 [  7080] By: jhi                                   on 2000/09/14  17:40:35
40328         Log: Problems picked up by AIX cc.
40329              
40330              Subject: Re: perl@7078 (patch included)
40331              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
40332              Date: Thu, 14 Sep 2000 18:53:30 +0200
40333              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
40334      Branch: perl
40335            ! ext/Encode/Encode.xs
40336 ____________________________________________________________________________
40337 [  7079] By: jhi                                   on 2000/09/14  17:38:27
40338         Log: Subject: File::Find 5.7.0 POD nits
40339              From: Rich Morin <rdm@cfcl.com>
40340              Date: Wed, 13 Sep 2000 22:03:58 -0700
40341              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
40342      Branch: perl
40343            ! lib/File/Find.pm
40344 ____________________________________________________________________________
40345 [  7078] By: jhi                                   on 2000/09/14  14:58:20
40346         Log: Update Changes.
40347      Branch: perl
40348            ! Changes patchlevel.h
40349 ____________________________________________________________________________
40350 [  7077] By: jhi                                   on 2000/09/14  14:55:54
40351         Log: Compilation warnings and an error.
40352      Branch: perl
40353            ! sv.c
40354 ____________________________________________________________________________
40355 [  7076] By: jhi                                   on 2000/09/14  14:42:56
40356         Log: Fix for a parsing bug, not for the original bug.
40357              
40358              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
40359              From: Spider Boardman <spider@web.zk3.dec.com>
40360              Date: Wed, 13 Sep 2000 17:52:20 -0400
40361              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
40362      Branch: perl
40363            ! regcomp.c
40364 ____________________________________________________________________________
40365 [  7075] By: jhi                                   on 2000/09/14  14:40:40
40366         Log: Batch of UTF-8 patches from Simon Cozens.
40367      Branch: perl
40368            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
40369            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
40370            ! toke.c utf8.c
40371 ____________________________________________________________________________
40372 [  7074] By: jhi                                   on 2000/09/14  14:29:58
40373         Log: Subject: Re: Two advertising clauses need to be removed
40374              From: Russ Allbery <rra@stanford.edu>
40375              Date: 13 Sep 2000 18:50:26 -0700
40376              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
40377      Branch: perl
40378            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
40379 ____________________________________________________________________________
40380 [  7073] By: jhi                                   on 2000/09/14  14:28:20
40381         Log: Subject: [PATCH] de-wall t/README
40382              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
40383              Date: Wed, 13 Sep 2000 17:46:55 -0700
40384              Message-ID: <//Bw5gzkge/e092yn@efn.org>
40385      Branch: perl
40386            ! t/README
40387 ____________________________________________________________________________
40388 [  7072] By: jhi                                   on 2000/09/14  14:25:10
40389         Log: Hints optimization.
40390              
40391              Subject: Minor nit
40392              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
40393              Date: Wed, 13 Sep 2000 21:42:07 +0200
40394              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
40395      Branch: perl
40396            ! hints/hpux.sh
40397 ____________________________________________________________________________
40398 [  7071] By: jhi                                   on 2000/09/14  14:23:30
40399         Log: Allow chop() and chomp() to be overridden.
40400              
40401              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
40402              From: "Casey R. Tweten" <crt@kiski.net>
40403              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
40404              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
40405      Branch: perl
40406            ! toke.c
40407 ____________________________________________________________________________
40408 [  7070] By: jhi                                   on 2000/09/14  14:20:36
40409         Log: The return value of setlocale must be copied away.
40410              
40411              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
40412              From: Alan Burlison <Alan.Burlison@uk.sun.com>
40413              Date: Wed, 13 Sep 2000 16:27:37 +0100 
40414              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
40415      Branch: perl
40416            ! util.c
40417 ____________________________________________________________________________
40418 [  7069] By: jhi                                   on 2000/09/14  14:16:27
40419         Log: Remove vestiges of tr//CU.
40420              
40421              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
40422              From: Nick Clark <nick@plum.flirble.org>
40423              Date: Tue, 12 Sep 2000 22:50:14 +0100
40424              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
40425              
40426              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
40427              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
40428              Date: Tue, 12 Sep 2000 21:38:48 -0700
40429              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
40430      Branch: perl
40431            ! op.h pod/perlunicode.pod
40432 ____________________________________________________________________________
40433 [  7068] By: jhi                                   on 2000/09/13  14:18:39
40434         Log: Add the Encode extension.  The code is still largely just skeleton.
40435      Branch: perl
40436            + ext/Encode/Encode.pm ext/Encode/Encode.xs
40437            + ext/Encode/Makefile.PL ext/Encode/Todo
40438            ! MANIFEST Todo-5.6
40439 ____________________________________________________________________________
40440 [  7067] By: jhi                                   on 2000/09/12  17:43:33
40441         Log: Allow for whitespace between "#" and "line" in cpp output.
40442              
40443              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
40444              From: Calle Dybedahl <calle@lysator.liu.se>
40445              Date: 12 Sep 2000 19:38:02 +0200 
40446              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
40447      Branch: perl
40448            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
40449 ____________________________________________________________________________
40450 [  7066] By: gsar                                  on 2000/09/12  17:24:29
40451         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
40452              initialization in all the threads on Windows
40453      Branch: perl
40454            ! win32/win32.c
40455 ____________________________________________________________________________
40456 [  7065] By: jhi                                   on 2000/09/12  15:11:31
40457         Log: Update Changes.
40458      Branch: perl
40459            ! Changes patchlevel.h
40460 ____________________________________________________________________________
40461 [  7064] By: jhi                                   on 2000/09/12  14:54:54
40462         Log: Retract #7062, the pod tests are not ready.
40463      Branch: perl
40464            ! t/TEST t/harness
40465 ____________________________________________________________________________
40466 [  7063] By: jhi                                   on 2000/09/12  14:25:41
40467         Log: The #7054 truncated Configure badly.
40468      Branch: metaconfig/U/perl
40469            ! End.U
40470      Branch: perl
40471            ! Configure config_h.SH
40472 ____________________________________________________________________________
40473 [  7062] By: jhi                                   on 2000/09/12  14:08:32
40474         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
40475              From: sthoenna@efn.org
40476              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
40477              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
40478      Branch: perl
40479            ! t/TEST t/harness
40480 ____________________________________________________________________________
40481 [  7061] By: jhi                                   on 2000/09/12  14:07:18
40482         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
40483              From: sthoenna@efn.org
40484              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
40485              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
40486      Branch: perl
40487            ! pod/perlxs.pod
40488 ____________________________________________________________________________
40489 [  7060] By: jhi                                   on 2000/09/12  14:06:08
40490         Log: Break up the myconfig lines a bit.
40491              
40492              Subject: perlbug/perl -V output format
40493              From: sthoenna@efn.org
40494              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
40495              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
40496      Branch: perl
40497            ! myconfig.SH
40498 ____________________________________________________________________________
40499 [  7059] By: jhi                                   on 2000/09/12  14:05:04
40500         Log: Test for the #7049.
40501              
40502              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
40503              From: andreas.koenig@anima.de (Andreas J. Koenig)
40504              Date: 12 Sep 2000 06:42:01 +0200
40505              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
40506      Branch: perl
40507            ! t/op/my.t
40508 ____________________________________________________________________________
40509 [  7058] By: jhi                                   on 2000/09/12  14:03:05
40510         Log: Subject: [patch: perl@7045] vms updates
40511              From: Peter Prymmer <pvhp@forte.com>
40512              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
40513              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
40514      Branch: perl
40515            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
40516 ____________________________________________________________________________
40517 [  7057] By: jhi                                   on 2000/09/12  14:00:51
40518         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
40519              From: sthoenna@efn.org
40520              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
40521              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
40522      Branch: perl
40523            ! t/op/64bitint.t
40524 ____________________________________________________________________________
40525 [  7056] By: jhi                                   on 2000/09/12  13:58:14
40526         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
40527              From: Jeff Pinyan <jeffp@crusoe.net>
40528              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
40529              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
40530      Branch: perl
40531            ! pod/perlfunc.pod
40532 ____________________________________________________________________________
40533 [  7055] By: jhi                                   on 2000/09/12  13:56:32
40534         Log: Do in VMS as the #7054 does.
40535      Branch: perl
40536            ! configure.com
40537 ____________________________________________________________________________
40538 [  7054] By: jhi                                   on 2000/09/12  13:50:31
40539         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
40540              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
40541              Date: Mon, 11 Sep 2000 08:33:09 +0100
40542              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
40543      Branch: metaconfig/U/perl
40544            ! End.U
40545      Branch: perl
40546            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
40547            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
40548 ____________________________________________________________________________
40549 [  7053] By: jhi                                   on 2000/09/12  13:29:19
40550         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
40551              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
40552              Date:     Tue, 12 Sep 2000 08:35:59 EDT
40553              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
40554      Branch: perl
40555            ! vms/test.com
40556 ____________________________________________________________________________
40557 [  7052] By: jhi                                   on 2000/09/11  23:01:50
40558         Log: Document the SvUTF8*().
40559      Branch: perl
40560            ! pod/perlapi.pod sv.h
40561 ____________________________________________________________________________
40562 [  7051] By: gsar                                  on 2000/09/11  14:46:30
40563         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
40564              (missed a spot when fixing up op_pmreplroot hack for ithreads)
40565      Branch: perl
40566            ! op.c t/op/split.t
40567 ____________________________________________________________________________
40568 [  7050] By: nick                                  on 2000/09/11  10:03:51
40569         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
40570              
40571              Subject: borland C++ win32.c tweak
40572              From: Vadim Konovalov <vkonovalov@lucent.com>
40573              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
40574              Date: Mon, 11 Sep 2000 11:22:33 +0400
40575      Branch: perl
40576            ! win32/win32.c
40577 ____________________________________________________________________________
40578 [  7049] By: nick                                  on 2000/09/11  09:57:33
40579         Log: Point fix for s/// on foreach (keys %xxx).
40580      Branch: perl
40581            ! pp_hot.c
40582 ____________________________________________________________________________
40583 [  7048] By: jhi                                   on 2000/09/10  23:37:09
40584         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
40585              by Pod::Text, from Brad Appleton.
40586      Branch: perl
40587            ! t/pod/testp2pt.pl
40588 ____________________________________________________________________________
40589 [  7047] By: jhi                                   on 2000/09/10  14:32:53
40590         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
40591              by Russ Allbery.
40592      Branch: perl
40593            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
40594 ____________________________________________________________________________
40595 [  7046] By: jhi                                   on 2000/09/10  14:15:08
40596         Log: Upgrade to CPAN 1.57_65, from Andreas König.
40597      Branch: perl
40598            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
40599 ____________________________________________________________________________
40600 [  7045] By: jhi                                   on 2000/09/08  21:36:32
40601         Log: Update Changes.
40602      Branch: perl
40603            ! Changes patchlevel.h
40604 ____________________________________________________________________________
40605 [  7044] By: jhi                                   on 2000/09/08  21:29:56
40606         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
40607              From: Peter Prymmer <pvhp@forte.com>
40608              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
40609              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
40610      Branch: perl
40611            ! configure.com
40612 ____________________________________________________________________________
40613 [  7043] By: jhi                                   on 2000/09/08  21:27:50
40614         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
40615              From: Peter Prymmer <pvhp@forte.com>
40616              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
40617              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
40618      Branch: perl
40619            ! Makefile.SH installperl
40620 ____________________________________________________________________________
40621 [  7042] By: jhi                                   on 2000/09/08  21:23:21
40622         Log: Continue #7041.
40623      Branch: perl
40624            ! cygwin/Makefile.SHs os2/Makefile.SHs
40625 ____________________________________________________________________________
40626 [  7041] By: jhi                                   on 2000/09/08  21:18:10
40627         Log: Do away with memory models cruft.  Sorry, PDP users.
40628      Branch: metaconfig
40629            ! U/modified/cc.U U/modified/libpth.U
40630      Branch: perl
40631            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
40632            ! Porting/config_H cflags.SH config_h.SH configure.com
40633            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
40634            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
40635            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
40636 ____________________________________________________________________________
40637 [  7040] By: jhi                                   on 2000/09/08  14:34:18
40638         Log: Major rewrite of s2p.  And I mean really major, it is
40639              an implementation of sed in perl.  If called as s2p it
40640              will function as s2p.  Note: needs non-UNIXifying.
40641              
40642              Subject: s2p
40643              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
40644              Date: Mon, 28 Aug 2000 14:05:12 +0200
40645              Message-ID: <39AA5578.2102E2AA@alcatel.at>
40646      Branch: perl
40647            ! x2p/s2p.PL
40648 ____________________________________________________________________________
40649 [  7039] By: jhi                                   on 2000/09/08  14:19:49
40650         Log: Re-allow vec() for characters > 255.
40651              
40652              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
40653              From: Spider Boardman <spider@web.zk3.dec.com>
40654              Date: Fri, 08 Sep 2000 02:21:02 -0400
40655              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
40656      Branch: perl
40657            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
40658            ! t/op/vec.t
40659 ____________________________________________________________________________
40660 [  7038] By: jhi                                   on 2000/09/08  14:14:18
40661         Log: Subject: [PATCH lib/Benchmark.pm]
40662              From: <abigail@foad.org>
40663              Date: Thu, 7 Sep 2000 15:03:20 -0400
40664              Message-ID: <20000907190320.888.qmail@foad.org>
40665      Branch: perl
40666            ! lib/Benchmark.pm
40667 ____________________________________________________________________________
40668 [  7037] By: jhi                                   on 2000/09/08  14:11:06
40669         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
40670              
40671              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
40672              From: Spider Boardman <spider@web.zk3.dec.com>
40673              Date: Fri, 08 Sep 2000 01:30:27 -0400
40674              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
40675      Branch: perl
40676            ! op.c
40677 ____________________________________________________________________________
40678 [  7036] By: jhi                                   on 2000/09/08  14:08:58
40679         Log: Subject: [ID 20000908.002] perlipc documentation bug.
40680              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
40681              Date: Fri, 08 Sep 2000 12:38:32 +0200
40682              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
40683      Branch: perl
40684            ! pod/perlipc.pod
40685 ____________________________________________________________________________
40686 [  7035] By: jhi                                   on 2000/09/08  14:03:12
40687         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
40688              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
40689              Date: Fri, 08 Sep 2000 11:47:34 +0200
40690              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
40691      Branch: perl
40692            ! hints/dec_osf.sh
40693 ____________________________________________________________________________
40694 [  7034] By: jhi                                   on 2000/09/08  13:59:35
40695         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
40696              From: Simon Cozens <simon@cozens.net>
40697              Date: Thu, 7 Sep 2000 20:40:38 +0100
40698              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
40699      Branch: perl
40700            ! pp_hot.c
40701 ____________________________________________________________________________
40702 [  7033] By: jhi                                   on 2000/09/08  04:03:03
40703         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
40704              From: "Larry W. Virden" <lvirden@cas.org>
40705              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
40706              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
40707      Branch: perl
40708            ! pod/perldiag.pod
40709 ____________________________________________________________________________
40710 [  7032] By: jhi                                   on 2000/09/07  22:18:30
40711         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
40712              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
40713              Date: Mon, 04 Sep 2000 13:16:38 -0700
40714              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
40715      Branch: perl
40716            ! lib/perl5db.pl
40717 ____________________________________________________________________________
40718 [  7031] By: jhi                                   on 2000/09/07  22:02:29
40719         Log: Fix the ccversion detection for 5.1 and beyond.
40720              
40721              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
40722              From: Spider Boardman <spider@leggy.zk3.dec.com>
40723              Date: Thu, 7 Sep 2000 17:54:27 -0400
40724              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
40725      Branch: perl
40726            ! hints/dec_osf.sh
40727 ____________________________________________________________________________
40728 [  7030] By: jhi                                   on 2000/09/07  19:12:28
40729         Log: Fix for
40730              
40731              Subject: [ID 20000903.001] \w in utf8-strings
40732              From: Marc Lehmann <pcg@goof.com>
40733              Date: Sun, 03 Sep 2000 09:44:29 +0200
40734              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
40735              
40736              and various related nits.
40737      Branch: perl
40738            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
40739 ____________________________________________________________________________
40740 [  7029] By: jhi                                   on 2000/09/07  18:49:09
40741         Log: Fix the URL, but the server is still missing in action.
40742              
40743              Subject: [ID 20000905.002] perlfaq1.pod URL error
40744              From: "Larry W. Virden" <lvirden@cas.org>
40745              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
40746              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
40747      Branch: perl
40748            ! pod/perlfaq1.pod
40749 ____________________________________________________________________________
40750 [  7028] By: jhi                                   on 2000/09/07  18:47:13
40751         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
40752              From: Hugo <hv@crypt.compulink.co.uk>
40753              Date: Tue, 05 Sep 2000 14:13:37 +0100
40754              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
40755      Branch: perl
40756            ! toke.c
40757 ____________________________________________________________________________
40758 [  7027] By: jhi                                   on 2000/09/07  18:45:35
40759         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
40760              From: Daniel Chetlin <daniel@chetlin.com>
40761              Date: Tue, 5 Sep 2000 04:57:07 -0700
40762              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
40763      Branch: perl
40764            ! pod/perlfaq6.pod pod/perlop.pod
40765 ____________________________________________________________________________
40766 [  7026] By: jhi                                   on 2000/09/07  18:44:01
40767         Log: Document the new ref() semantics.
40768              
40769              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
40770              From: Gisle Aas <gisle@ActiveState.com>
40771              Date: 05 Sep 2000 08:10:30 +0200
40772              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
40773      Branch: perl
40774            ! pod/perldelta.pod
40775 ____________________________________________________________________________
40776 [  7025] By: jhi                                   on 2000/09/07  18:42:27
40777         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
40778              
40779              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
40780              From: Gisle Aas <gisle@ActiveState.com>
40781              Date: 05 Sep 2000 08:11:40 +0200
40782              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
40783      Branch: perl
40784            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
40785 ____________________________________________________________________________
40786 [  7024] By: jhi                                   on 2000/09/07  18:39:32
40787         Log: Subject: [PATCH] Modernize Opcode.pm documentation
40788              From: Gisle Aas <gisle@ActiveState.com>
40789              Date: 4 Sep 2000 00:18:55 -0000
40790              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
40791      Branch: perl
40792            ! ext/Opcode/Opcode.pm
40793 ____________________________________________________________________________
40794 [  7023] By: jhi                                   on 2000/09/07  18:37:42
40795         Log: Subject: [PATCH] Tied filehandle documentation
40796              From: Gisle Aas <gisle@ActiveState.com>
40797              Date: 4 Sep 2000 00:14:40 -0000
40798              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
40799      Branch: perl
40800            ! pod/perlfunc.pod pod/perltie.pod
40801 ____________________________________________________________________________
40802 [  7022] By: jhi                                   on 2000/09/07  18:35:37
40803         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
40804              From: Gisle Aas <gisle@ActiveState.com>
40805              Date: 4 Sep 2000 00:04:22 -0000
40806              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
40807      Branch: perl
40808            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
40809 ____________________________________________________________________________
40810 [  7021] By: jhi                                   on 2000/09/07  18:33:22
40811         Log: Subject: small apidoc fix
40812              From: Marc Lehmann <pcg@goof.com>
40813              Date: Sun, 3 Sep 2000 05:12:06 +0200
40814              Message-ID: <20000903051206.A5909@cerebro.laendle>
40815      Branch: perl
40816            ! pod/perlapi.pod utf8.c
40817 ____________________________________________________________________________
40818 [  7020] By: jhi                                   on 2000/09/07  16:14:57
40819         Log: Tiny perldelta nits.
40820      Branch: perl
40821            ! pod/perldelta.pod
40822 ____________________________________________________________________________
40823 [  7019] By: jhi                                   on 2000/09/07  16:04:20
40824         Log: Guard against bad string->int conversion for quads.
40825      Branch: perl
40826            ! t/op/64bitint.t
40827 ____________________________________________________________________________
40828 [  7018] By: jhi                                   on 2000/09/06  17:07:03
40829         Log: Update Unicode todo list.
40830      Branch: perl
40831            ! Todo-5.6
40832 ____________________________________________________________________________
40833 [  7017] By: jhi                                   on 2000/09/05  21:16:01
40834         Log: Document the SvIOK_.*UV().
40835      Branch: perl
40836            ! pod/perlapi.pod sv.h
40837 ____________________________________________________________________________
40838 [  7016] By: nick                                  on 2000/09/03  21:54:46
40839         Log: Hash lookup of constant strings optimization:
40840              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
40841              to string table (as per sharepvn). Add newSV_pvn_share to create such
40842              a thing. Make hv.c compare addresses of strings and skip string compare
40843              if equal. Make method_named and helem ops use these shared-string SVs
40844              when arg is constant. Make keys op return shared-string SVs (less clearly
40845              a win).
40846      Branch: perl
40847            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
40848            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
40849            ! pod/perlintern.pod pp_hot.c proto.h sv.c
40850 ____________________________________________________________________________
40851 [  7015] By: jhi                                   on 2000/09/02  17:48:59
40852         Log: This is 5.7.0.
40853      Branch: perl
40854            ! Changes
40855 ____________________________________________________________________________
40856 [  7014] By: jhi                                   on 2000/09/02  17:35:45
40857         Log: Changes and patchlevel tweaks.
40858      Branch: perl
40859            ! Changes patchlevel.h
40860 ____________________________________________________________________________
40861 [  7013] By: jhi                                   on 2000/09/02  17:30:50
40862         Log: Update Changes.
40863      Branch: perl
40864            ! Changes patchlevel.h
40865 ____________________________________________________________________________
40866 [  7012] By: nick                                  on 2000/09/02  17:25:20
40867         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
40868      Branch: perl
40869            ! gv.c lib/overload.pm
40870 ____________________________________________________________________________
40871 [  7011] By: jhi                                   on 2000/09/02  17:16:25
40872         Log: Update perlhist.
40873      Branch: perl
40874            ! pod/perlhist.pod
40875 ____________________________________________________________________________
40876 [  7010] By: jhi                                   on 2000/09/02  17:01:35
40877         Log: perldelta nits.
40878      Branch: perl
40879            ! pod/perldelta.pod
40880 ____________________________________________________________________________
40881 [  7009] By: nick                                  on 2000/09/02  16:48:35
40882         Log: If overloaded %{} etc. return the object do not loop.
40883              Thus  sub deref { $_[0] } functions if object is wanted type.
40884      Branch: perl
40885            ! pp.h
40886 ____________________________________________________________________________
40887 [  7008] By: jhi                                   on 2000/09/02  16:26:11
40888         Log: Retab MANIFEST.
40889      Branch: perl
40890            ! ext/Storable/MANIFEST
40891 ____________________________________________________________________________
40892 [  7007] By: jhi                                   on 2000/09/02  16:23:02
40893         Log: Make certain cc is set before trying to run it.
40894      Branch: perl
40895            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
40896 ____________________________________________________________________________
40897 [  7006] By: jhi                                   on 2000/09/02  15:45:41
40898         Log: Unicode notes.
40899      Branch: perl
40900            ! pod/perldelta.pod
40901 ____________________________________________________________________________
40902 [  7005] By: jhi                                   on 2000/09/02  15:42:11
40903         Log: Various Configure nits by Philip Newton,
40904              plus the ebcdic one by me.
40905      Branch: metaconfig
40906            + U/modified/pager.U
40907            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
40908      Branch: metaconfig/U/perl
40909            ! Devel.U quadfio.U
40910      Branch: perl
40911            ! Configure config_h.SH
40912 ____________________________________________________________________________
40913 [  7004] By: jhi                                   on 2000/09/02  15:06:14
40914         Log: Apparently avoiding the swapping is too costly.
40915              
40916              From: "Ben Tilly" <ben_tilly@hotmail.com>
40917              Subject: Re: the door is closed.
40918              Date: Fri, 01 Sep 2000 20:23:16 EDT
40919              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
40920      Branch: perl
40921            ! pod/perlfaq4.pod
40922 ____________________________________________________________________________
40923 [  7003] By: nick                                  on 2000/09/02  12:26:04
40924         Log: Undo part of change 6489 which looks like a bulk edit which
40925              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
40926              The supressing of main:: on return from select() is undesirable.
40927      Branch: perl
40928            ! pp_sys.c
40929 ____________________________________________________________________________
40930 [  7002] By: jhi                                   on 2000/09/01  23:08:54
40931         Log: Update Changes.
40932      Branch: perl
40933            ! Changes patchlevel.h
40934 ____________________________________________________________________________
40935 [  7001] By: jhi                                   on 2000/09/01  23:00:13
40936         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
40937              From: Peter Prymmer <pvhp@forte.com>
40938              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
40939              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
40940              
40941              plus rework the http: spots as suggested by Tom Christiansen,
40942              plus regen perltoc.
40943      Branch: perl
40944            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
40945            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
40946 ____________________________________________________________________________
40947 [  7000] By: jhi                                   on 2000/09/01  22:36:01
40948         Log: Only the first line, thank you very much.
40949      Branch: perl
40950            ! hints/solaris_2.sh
40951 ____________________________________________________________________________
40952 [  6999] By: gsar                                  on 2000/09/01  22:16:40
40953         Log: change#6791 accidentally clobbered change#6710, put it back
40954      Branch: perl
40955            ! win32/win32.c
40956 ____________________________________________________________________________
40957 [  6998] By: jhi                                   on 2000/09/01  22:14:16
40958         Log: Mention the HP-UX LP64 freak failure.
40959      Branch: perl
40960            ! pod/perldelta.pod
40961 ____________________________________________________________________________
40962 [  6997] By: jhi                                   on 2000/09/01  21:48:32
40963         Log: Detypo.
40964      Branch: perl
40965            ! hints/hpux.sh
40966 ____________________________________________________________________________
40967 [  6996] By: jhi                                   on 2000/09/01  21:27:10
40968         Log: Update Changes.
40969      Branch: perl
40970            ! Changes patchlevel.h
40971 ____________________________________________________________________________
40972 [  6995] By: jhi                                   on 2000/09/01  21:14:24
40973         Log: Mi splgn s gnin.g
40974      Branch: perl
40975            ! pp_ctl.c
40976 ____________________________________________________________________________
40977 [  6994] By: jhi                                   on 2000/09/01  21:09:54
40978         Log: Subject: http:// in L<>
40979              From: Nicholas Clark <nick@ccl4.org>
40980              Date: Fri, 1 Sep 2000 22:03:21 +0100
40981              Message-ID: <20000901220321.B72074@plum.flirble.org>
40982      Branch: perl
40983            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
40984 ____________________________________________________________________________
40985 [  6993] By: jhi                                   on 2000/09/01  21:06:54
40986         Log: Update to Storable 1.0, from Raphael Manfredi.
40987      Branch: perl
40988            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
40989            ! ext/Storable/Makefile.PL ext/Storable/README
40990            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
40991            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
40992            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
40993            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
40994            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
40995            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
40996 ____________________________________________________________________________
40997 [  6992] By: jhi                                   on 2000/09/01  20:43:05
40998         Log: Mention known sfio+linux buglet.
40999      Branch: perl
41000            ! pod/perldelta.pod
41001 ____________________________________________________________________________
41002 [  6991] By: jhi                                   on 2000/09/01  20:40:11
41003         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
41004              From: Peter Prymmer <pvhp@forte.com>
41005              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
41006              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
41007      Branch: perl
41008            ! vms/vms.c
41009 ____________________________________________________________________________
41010 [  6990] By: jhi                                   on 2000/09/01  20:25:26
41011         Log: Retract #6986.
41012      Branch: perl
41013            ! hints/solaris_2.sh
41014 ____________________________________________________________________________
41015 [  6989] By: jhi                                   on 2000/09/01  20:23:00
41016         Log: Mergesort is back.
41017      Branch: perl
41018            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
41019 ____________________________________________________________________________
41020 [  6988] By: jhi                                   on 2000/09/01  19:37:40
41021         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
41022              From: Mike Guy <mjtg@cam.ac.uk>
41023              Date: Fri, 01 Sep 2000 17:43:33 +0100
41024              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
41025      Branch: perl
41026            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
41027            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
41028 ____________________________________________________________________________
41029 [  6987] By: jhi                                   on 2000/09/01  19:17:10
41030         Log: Regen perltoc.
41031      Branch: perl
41032            ! pod/perltoc.pod
41033 ____________________________________________________________________________
41034 [  6986] By: jhi                                   on 2000/09/01  18:51:10
41035         Log: Subject: Re: Solaris x86 has no SPARC libraries!
41036              From: Lupe Christoph <lupe@lupe-christoph.de>
41037              Date: Fri, 1 Sep 2000 20:41:20 +0200
41038              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
41039      Branch: perl
41040            ! hints/solaris_2.sh
41041 ____________________________________________________________________________
41042 [  6985] By: jhi                                   on 2000/09/01  18:28:10
41043         Log: Update Changes.
41044      Branch: perl
41045            ! Changes patchlevel.h
41046 ____________________________________________________________________________
41047 [  6984] By: jhi                                   on 2000/09/01  18:26:53
41048         Log: Feature ordering tweak.
41049      Branch: perl
41050            ! myconfig.SH
41051 ____________________________________________________________________________
41052 [  6983] By: jhi                                   on 2000/09/01  18:19:50
41053         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
41054              From: <abigail@foad.org>
41055              Date: Fri, 1 Sep 2000 13:07:32 -0400
41056              Message-ID: <20000901170732.18249.qmail@foad.org>
41057      Branch: perl
41058            ! t/pragma/overload.t
41059 ____________________________________________________________________________
41060 [  6982] By: jhi                                   on 2000/09/01  18:17:54
41061         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
41062              so that case-ignoring systems like DCL can tell them from
41063              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
41064      Branch: metaconfig/U/perl
41065            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
41066      Branch: perl
41067            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
41068            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
41069            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
41070            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
41071            ! vos/config.def vos/config.h vos/config_h.SH_orig
41072            ! win32/config.bc win32/config.gc win32/config.vc
41073 ____________________________________________________________________________
41074 [  6981] By: nick                                  on 2000/09/01  17:21:57
41075         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
41076              warning when UNTIE exists and instead pass the cound of extra references to
41077              the UNTIE method.
41078      Branch: perl
41079            ! pod/perltie.pod pp_sys.c
41080 ____________________________________________________________________________
41081 [  6980] By: jhi                                   on 2000/09/01  16:54:44
41082         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
41083              From: Peter Prymmer <pvhp@forte.com>
41084              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
41085              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
41086      Branch: perl
41087            ! configure.com
41088 ____________________________________________________________________________
41089 [  6979] By: jhi                                   on 2000/09/01  16:06:20
41090         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
41091              From: Mike Guy <mjtg@cam.ac.uk> 
41092              Date: Fri, 01 Sep 2000 16:49:27 +0100
41093              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
41094      Branch: perl
41095            ! t/base/rs.t
41096 ____________________________________________________________________________
41097 [  6978] By: jhi                                   on 2000/09/01  16:00:42
41098         Log: Update to PodParser 1.18, from Brad Appleton.
41099      Branch: perl
41100            ! lib/Pod/Checker.pm t/pod/find.t
41101 ____________________________________________________________________________
41102 [  6977] By: jhi                                   on 2000/09/01  14:48:58
41103         Log: Subject: Nit in Configure (bleadperl@6961)
41104              From: Lupe Christoph <lupe@lupe-christoph.de>
41105              Date: Fri, 1 Sep 2000 16:34:29 +0200
41106              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
41107      Branch: metaconfig
41108            ! U/compline/ccflags.U
41109      Branch: perl
41110            ! Configure config_h.SH
41111 ____________________________________________________________________________
41112 [  6976] By: jhi                                   on 2000/09/01  14:39:52
41113         Log: Update Changes.
41114      Branch: perl
41115            ! Changes patchlevel.h
41116 ____________________________________________________________________________
41117 [  6975] By: jhi                                   on 2000/09/01  14:37:36
41118         Log: microperl config update.
41119      Branch: perl
41120            ! uconfig.h uconfig.sh
41121 ____________________________________________________________________________
41122 [  6974] By: jhi                                   on 2000/09/01  14:36:53
41123         Log: Document known deficiencies.
41124      Branch: perl
41125            ! pod/perldelta.pod
41126 ____________________________________________________________________________
41127 [  6973] By: jhi                                   on 2000/09/01  14:10:20
41128         Log: Mention warnings fixes and updates.
41129      Branch: perl
41130            ! pod/perldelta.pod
41131 ____________________________________________________________________________
41132 [  6972] By: jhi                                   on 2000/09/01  14:01:52
41133         Log: Drop unused argument.
41134              
41135              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
41136              From: Spider Boardman <spider@web.zk3.dec.com>
41137              Date: Thu, 31 Aug 2000 16:10:15 -0400
41138              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
41139      Branch: perl
41140            ! toke.c
41141 ____________________________________________________________________________
41142 [  6971] By: jhi                                   on 2000/09/01  13:59:24
41143         Log: Add the overload warnings to perldiag.
41144      Branch: perl
41145            ! lib/overload.pm pod/perldiag.pod
41146 ____________________________________________________________________________
41147 [  6970] By: jhi                                   on 2000/09/01  13:55:10
41148         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
41149              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
41150              Date: Fri, 1 Sep 2000 13:43:15 +0100 
41151              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
41152      Branch: perl
41153            ! lib/overload.pm t/pragma/overload.t
41154 ____________________________________________________________________________
41155 [  6969] By: jhi                                   on 2000/09/01  13:52:27
41156         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
41157              From: <abigail@foad.org>
41158              Date: Fri, 1 Sep 2000 05:46:54 -0400
41159              Message-ID: <20000901094654.6476.qmail@foad.org>
41160      Branch: perl
41161            ! lib/overload.pm
41162 ____________________________________________________________________________
41163 [  6968] By: jhi                                   on 2000/09/01  13:50:05
41164         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
41165              From: Daniel Chetlin <daniel@chetlin.com>
41166              Date: Fri, 1 Sep 2000 02:10:55 -0700
41167              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
41168      Branch: perl
41169            ! pod/perlretut.pod
41170 ____________________________________________________________________________
41171 [  6967] By: jhi                                   on 2000/09/01  13:47:54
41172         Log: Part of the solution.
41173              
41174              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
41175              From: Mike Guy <mjtg@cam.ac.uk>
41176              Date: Fri, 01 Sep 2000 14:16:01 +0100
41177              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
41178      Branch: perl
41179            ! gv.c mg.c
41180 ____________________________________________________________________________
41181 [  6966] By: jhi                                   on 2000/09/01  13:46:17
41182         Log: Subject: CPAN.pm beta 1.57_57 for the core
41183              From: andreas.koenig@anima.de (Andreas J. Koenig)
41184              Date: 01 Sep 2000 15:16:31 +0200
41185              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
41186      Branch: perl
41187            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
41188 ____________________________________________________________________________
41189 [  6965] By: jhi                                   on 2000/09/01  13:43:18
41190         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
41191              From: "Craig A. Berry" <craig.berry@psinetcs.com>
41192              Date: Fri, 01 Sep 2000 01:47:22 -0500
41193              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
41194      Branch: perl
41195            ! pod/perldelta.pod vms/vms.c
41196 ____________________________________________________________________________
41197 [  6964] By: jhi                                   on 2000/09/01  13:35:35
41198         Log: File::Temp patches from Andreas König,
41199              
41200              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
41201              From: andreas.koenig@anima.de (Andreas J. Koenig)
41202              Date: 01 Sep 2000 10:07:20 +0200
41203              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
41204              
41205              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
41206              From: andreas.koenig@anima.de (Andreas J. Koenig)
41207              Date: 31 Aug 2000 23:26:08 +0200
41208              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
41209      Branch: perl
41210            ! lib/File/Temp.pm t/lib/ftmp-security.t
41211 ____________________________________________________________________________
41212 [  6963] By: jhi                                   on 2000/09/01  02:22:24
41213         Log: Retract the mergesort code, way too incompatible licensing
41214              and copyrights.
41215      Branch: perl
41216            ! pod/perldelta.pod pp_ctl.c
41217 ____________________________________________________________________________
41218 [  6962] By: jhi                                   on 2000/08/31  23:27:32
41219         Log: Update Changes.
41220      Branch: perl
41221            ! Changes patchlevel.h
41222 ____________________________________________________________________________
41223 [  6961] By: jhi                                   on 2000/08/31  23:20:04
41224         Log: Small tweaks all over.
41225      Branch: metaconfig
41226            ! U/compline/d_gconvert.U
41227      Branch: perl
41228            ! AUTHORS Configure config_h.SH pp_ctl.c
41229 ____________________________________________________________________________
41230 [  6960] By: jhi                                   on 2000/08/31  22:39:36
41231         Log: Further rewording.
41232      Branch: perl
41233            ! pp_ctl.c
41234 ____________________________________________________________________________
41235 [  6959] By: jhi                                   on 2000/08/31  21:26:44
41236         Log: More address tweaking.
41237      Branch: perl
41238            ! AUTHORS Changes
41239 ____________________________________________________________________________
41240 [  6958] By: jhi                                   on 2000/08/31  20:47:25
41241         Log: AUTHORS tweaks, from Peter Prymmer.
41242              
41243              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
41244              From: Peter Prymmer <pvhp@forte.com>
41245              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
41246              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
41247      Branch: perl
41248            ! AUTHORS MAINTAIN
41249 ____________________________________________________________________________
41250 [  6957] By: jhi                                   on 2000/08/31  20:34:43
41251         Log: perldelta tweaks.
41252      Branch: perl
41253            ! pod/perldelta.pod
41254 ____________________________________________________________________________
41255 [  6956] By: jhi                                   on 2000/08/31  19:11:06
41256         Log: Regen perltoc.
41257      Branch: perl
41258            ! pod/perltoc.pod
41259 ____________________________________________________________________________
41260 [  6955] By: jhi                                   on 2000/08/31  19:06:30
41261         Log: Clarify the mergesort situation.
41262      Branch: perl
41263            ! pp_ctl.c
41264 ____________________________________________________________________________
41265 [  6954] By: jhi                                   on 2000/08/31  18:24:17
41266         Log: Move the Solaris 7 scan to use64bitall, make the
41267              failure to find 64-bot sparc libc to mention the
41268              possibility of being in an intel, from Lupe and Alan.
41269      Branch: perl
41270            ! hints/solaris_2.sh
41271 ____________________________________________________________________________
41272 [  6953] By: jhi                                   on 2000/08/31  18:09:20
41273         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
41274              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
41275      Branch: metaconfig
41276            ! U/compline/d_gconvert.U U/threads/archname.U
41277      Branch: metaconfig/U/perl
41278            ! perlxv.U
41279      Branch: perl
41280            ! Configure config_h.SH sv.c
41281 ____________________________________________________________________________
41282 [  6952] By: jhi                                   on 2000/08/31  17:42:24
41283         Log: :: not allowed in pathnames, change to .
41284              
41285              Subject: [PATCH perl@6938] cygwin port
41286              From: "Fifer, Eric" <EFifer@sanwaint.com>
41287              Date: Thu, 31 Aug 2000 16:32:59 +0100
41288              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
41289      Branch: metaconfig/U/perl
41290            ! perlxv.U
41291 ____________________________________________________________________________
41292 [  6951] By: jhi                                   on 2000/08/31  17:02:05
41293         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
41294      Branch: perl
41295            ! perl.h
41296 ____________________________________________________________________________
41297 [  6950] By: jhi                                   on 2000/08/31  16:26:08
41298         Log: More author updates.
41299              
41300              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
41301              From: Simon Cozens <simon@cozens.net>
41302              Date: Thu, 31 Aug 2000 17:13:32 +0100
41303              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
41304      Branch: perl
41305            ! AUTHORS
41306 ____________________________________________________________________________
41307 [  6949] By: jhi                                   on 2000/08/31  16:04:49
41308         Log: POSIX doesn't report long double values under -Duselongdouble
41309              when the long doubles are "real" (bigger than doubles).
41310              
41311              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
41312              From: Spider Boardman <spider@peano.zk3.dec.com>
41313              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
41314              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
41315      Branch: perl
41316            ! ext/POSIX/POSIX.xs
41317 ____________________________________________________________________________
41318 [  6948] By: jhi                                   on 2000/08/31  15:25:10
41319         Log: Update Changes.
41320      Branch: perl
41321            ! Changes patchlevel.h
41322 ____________________________________________________________________________
41323 [  6947] By: jhi                                   on 2000/08/31  15:22:29
41324         Log: Document UNTIE in a very minimalistic way.
41325      Branch: perl
41326            ! pod/perlfunc.pod pod/perltie.pod
41327 ____________________________________________________________________________
41328 [  6946] By: jhi                                   on 2000/08/31  15:15:23
41329         Log: Document known failures.
41330      Branch: perl
41331            ! pod/perldelta.pod
41332 ____________________________________________________________________________
41333 [  6945] By: jhi                                   on 2000/08/31  15:07:00
41334         Log: Don't attach -ld to the archname if pointless.
41335      Branch: metaconfig
41336            ! U/threads/archname.U
41337      Branch: perl
41338            ! Configure config_h.SH
41339 ____________________________________________________________________________
41340 [  6944] By: jhi                                   on 2000/08/31  14:37:42
41341         Log: Wrap the test in eval.
41342              
41343              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
41344              From: Tim Jenness <timj@jach.hawaii.edu>
41345              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
41346              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
41347      Branch: perl
41348            ! t/lib/ftmp-security.t
41349 ____________________________________________________________________________
41350 [  6943] By: jhi                                   on 2000/08/31  14:30:57
41351         Log: Make -Dusemorebits find long doubles in Solaris.
41352      Branch: perl
41353            ! hints/solaris_2.sh
41354 ____________________________________________________________________________
41355 [  6942] By: jhi                                   on 2000/08/31  13:48:45
41356         Log: Clarify the third case of ftmp-security warnings.
41357      Branch: perl
41358            ! INSTALL
41359 ____________________________________________________________________________
41360 [  6941] By: jhi                                   on 2000/08/31  13:40:31
41361         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
41362              From: <abigail@foad.org>
41363              Date: Thu, 31 Aug 2000 01:35:05 -0400
41364              Message-ID: <20000831053505.32120.qmail@foad.org>
41365      Branch: perl
41366            ! pod/perldelta.pod
41367 ____________________________________________________________________________
41368 [  6940] By: jhi                                   on 2000/08/31  13:38:48
41369         Log: Issue useful diagnostic on unknown pod commands.
41370              
41371              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
41372              From: <abigail@foad.org>
41373              Date: Thu, 31 Aug 2000 03:41:18 -0400
41374              Message-ID: <20000831074118.24880.qmail@foad.org>
41375      Branch: perl
41376            ! lib/Pod/Man.pm
41377 ____________________________________________________________________________
41378 [  6939] By: jhi                                   on 2000/08/31  13:34:33
41379         Log: Reveal Borland's isnan.
41380              
41381              Subject: build with BC++ tweak
41382              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
41383              Date: Thu, 31 Aug 2000 13:09:37 +0400
41384              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
41385      Branch: perl
41386            ! win32/win32.h
41387 ____________________________________________________________________________
41388 [  6938] By: jhi                                   on 2000/08/31  05:01:20
41389         Log: Update Changes.
41390      Branch: perl
41391            ! Changes patchlevel.h
41392 ____________________________________________________________________________
41393 [  6937] By: jhi                                   on 2000/08/31  04:26:23
41394         Log: sscanf() may be the only way to read long doubles from strings.
41395      Branch: metaconfig/U/perl
41396            ! longdblfio.U
41397      Branch: perl
41398            ! Configure config_h.SH perl.h util.c
41399 ____________________________________________________________________________
41400 [  6936] By: jhi                                   on 2000/08/31  04:18:19
41401         Log: The #6929 was too skimpy.
41402      Branch: perl
41403            ! sv.c
41404 ____________________________________________________________________________
41405 [  6935] By: jhi                                   on 2000/08/31  02:47:07
41406         Log: Subject: Re: typos in pods
41407              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
41408              Date: Wed, 30 Aug 2000 19:25:34 -0700
41409              Message-ID: <eIcr5gzkg25X092yn@efn.org>
41410      Branch: perl
41411            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
41412 ____________________________________________________________________________
41413 [  6934] By: jhi                                   on 2000/08/31  02:42:55
41414         Log: Missed one Unicode file.
41415      Branch: perl
41416            + lib/unicode/UCDFF301.html
41417 ____________________________________________________________________________
41418 [  6933] By: jhi                                   on 2000/08/30  23:42:27
41419         Log: Update Changes.
41420      Branch: perl
41421            ! Changes patchlevel.h
41422 ____________________________________________________________________________
41423 [  6932] By: jhi                                   on 2000/08/30  23:40:07
41424         Log: Mention UNTIE in perldelta.  Still needs documenting
41425              in perltie et alia.
41426      Branch: perl
41427            ! pod/perldelta.pod
41428 ____________________________________________________________________________
41429 [  6931] By: jhi                                   on 2000/08/30  23:36:02
41430         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
41431              From: <abigail@foad.org>
41432              Date: Wed, 30 Aug 2000 19:28:07 -0400
41433              Message-ID: <20000830232807.305.qmail@foad.org>
41434      Branch: perl
41435            ! pod/perldelta.pod
41436 ____________________________________________________________________________
41437 [  6930] By: jhi                                   on 2000/08/30  23:32:40
41438         Log: Update to Unicode 3.0.1.
41439      Branch: perl
41440            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
41441            + lib/unicode/PropList.txt lib/unicode/README.perl
41442            + lib/unicode/UCD301.html lib/unicode/Unicode.301
41443            - lib/unicode/Props.txt lib/unicode/UCD300.html
41444            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
41445            ! (edit 257 files)
41446 ____________________________________________________________________________
41447 [  6929] By: jhi                                   on 2000/08/30  22:38:18
41448         Log: Heap decorruption.
41449              
41450              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
41451              From: Alan Burlison <Alan.Burlison@uk.sun.com>
41452              Date: Wed, 30 Aug 2000 22:39:52 +0100
41453              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
41454      Branch: perl
41455            ! sv.c
41456 ____________________________________________________________________________
41457 [  6928] By: jhi                                   on 2000/08/30  22:29:34
41458         Log: Retract the dummy test, skip the security tests (instead of failing),
41459              explain what the warnings mean.
41460      Branch: perl
41461            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
41462 ____________________________________________________________________________
41463 [  6927] By: jhi                                   on 2000/08/30  22:14:13
41464         Log: Change the internal implementation of sort() to be mergesort
41465              instead of quicksort, from John Linderman <jpl@research.att.com>.
41466              Gives us better worst case, better average case, and stability.
41467              What's there not to like?  (Small fixes for threaded builds
41468              were required).
41469      Branch: perl
41470            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
41471 ____________________________________________________________________________
41472 [  6926] By: jhi                                   on 2000/08/30  20:55:20
41473         Log: A better fix for the Socket building problem from Craig Berry.
41474      Branch: perl
41475            ! vms/vms.c
41476 ____________________________________________________________________________
41477 [  6925] By: jhi                                   on 2000/08/30  20:20:25
41478         Log: Subject: [PATCH] Re: UNTIE method 
41479              From: Nick Ing-Simmons <nik@tiuk.ti.com>
41480              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
41481              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
41482      Branch: perl
41483            ! pp_sys.c t/op/tie.t
41484 ____________________________________________________________________________
41485 [  6924] By: jhi                                   on 2000/08/30  20:17:11
41486         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
41487              From: "Craig A. Berry" <craig.berry@psinetcs.com>
41488              Date: Wed, 30 Aug 2000 15:03:14 -0500
41489              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
41490      Branch: perl
41491            ! vms/vms.c
41492 ____________________________________________________________________________
41493 [  6923] By: jhi                                   on 2000/08/30  20:15:18
41494         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
41495              From: "Craig A. Berry" <craig.berry@psinetcs.com>
41496              Date: Wed, 30 Aug 2000 13:30:36 -0500
41497              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
41498      Branch: perl
41499            ! vms/vms.c
41500 ____________________________________________________________________________
41501 [  6922] By: jhi                                   on 2000/08/30  19:54:43
41502         Log: Better options for rsync.
41503      Branch: perl
41504            ! pod/perlhack.pod
41505 ____________________________________________________________________________
41506 [  6921] By: jhi                                   on 2000/08/30  19:40:16
41507         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
41508              From: Rick Delaney <rick@consumercontact.com>
41509              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
41510              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
41511      Branch: perl
41512            ! pod/perlfunc.pod
41513 ____________________________________________________________________________
41514 [  6920] By: jhi                                   on 2000/08/30  19:36:40
41515         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
41516              From: Peter Prymmer <pvhp@forte.com>
41517              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
41518              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
41519      Branch: perl
41520            ! configure.com
41521 ____________________________________________________________________________
41522 [  6919] By: jhi                                   on 2000/08/30  14:52:02
41523         Log: Update Changes.
41524      Branch: perl
41525            ! Changes patchlevel.h
41526 ____________________________________________________________________________
41527 [  6918] By: jhi                                   on 2000/08/30  14:48:34
41528         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
41529      Branch: perl
41530            ! lib/ExtUtils/typemap
41531 ____________________________________________________________________________
41532 [  6917] By: jhi                                   on 2000/08/30  14:46:34
41533         Log: Subject: typos in pods
41534              From: Nicholas Clark <nick@ccl4.org>
41535              Date: Wed, 30 Aug 2000 01:12:50 +0100
41536              Message-ID: <20000830011249.A61388@plum.flirble.org>
41537      Branch: perl
41538            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
41539            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
41540            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
41541            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
41542 ____________________________________________________________________________
41543 [  6916] By: jhi                                   on 2000/08/30  14:19:09
41544         Log: Document Storable problems on Crays.  (Will have
41545              to document all the other Storable problems, too.)
41546      Branch: perl
41547            ! pod/perldelta.pod
41548 ____________________________________________________________________________
41549 [  6915] By: jhi                                   on 2000/08/30  14:06:02
41550         Log: Subject: [PATCH] fix misc cast warnings
41551              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
41552              Date: Tue, 29 Aug 2000 23:16:14 -0700
41553              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
41554      Branch: perl
41555            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
41556            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
41557            ! os2/os2ish.h
41558 ____________________________________________________________________________
41559 [  6914] By: jhi                                   on 2000/08/30  14:03:45
41560         Log: Timestamp mismatch again.  Need to fix this dependence on
41561              config_h.SH timestamp, since it's the contents of config_h.SH
41562              that matter.
41563      Branch: perl
41564            ! uconfig.h uconfig.sh
41565 ____________________________________________________________________________
41566 [  6913] By: jhi                                   on 2000/08/30  13:54:06
41567         Log: Don't say "Perl 5.0 source kit".
41568      Branch: perl
41569            ! perl.c
41570 ____________________________________________________________________________
41571 [  6912] By: jhi                                   on 2000/08/30  13:51:24
41572         Log: Reset archname and archname64 always, forcing them be
41573              recomputed at each Configure run, make Configure and
41574              the hints files agree on the naming of largefiles variables.
41575      Branch: metaconfig
41576            ! U/threads/archname.U
41577      Branch: metaconfig/U/perl
41578            ! use64bits.U
41579      Branch: perl
41580            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
41581            ! hints/linux.sh hints/solaris_2.sh
41582 ____________________________________________________________________________
41583 [  6911] By: jhi                                   on 2000/08/30  13:30:13
41584         Log: Put back the slice accidentally removed by #6907.
41585      Branch: perl
41586            ! hints/solaris_2.sh
41587 ____________________________________________________________________________
41588 [  6910] By: jhi                                   on 2000/08/30  01:24:26
41589         Log: Be consistent: other Net::get* do export theirs.
41590              
41591              Subject: Re: Net::protoent does not export 'getproto'
41592              From: Yasushi Nakajima <sey@jkc.co.jp>
41593              Date: Wed, 30 Aug 2000 09:53:14 +0900
41594              Message-Id: <200008300051.DAA24700@taku.hut.fi>
41595      Branch: perl
41596            ! lib/Net/protoent.pm
41597 ____________________________________________________________________________
41598 [  6909] By: jhi                                   on 2000/08/30  01:17:25
41599         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
41600              From: Gurusamy Sarathy <gsar@ActiveState.com>
41601              Date: Tue, 29 Aug 2000 17:17:07 -0700
41602              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
41603      Branch: perl
41604            ! cop.h
41605 ____________________________________________________________________________
41606 [  6908] By: jhi                                   on 2000/08/30  00:58:05
41607         Log: Update Changes.
41608      Branch: perl
41609            ! Changes patchlevel.h
41610 ____________________________________________________________________________
41611 [  6907] By: jhi                                   on 2000/08/30  00:57:22
41612         Log: Introduce ccname to keep track of what compiler kind of we have.
41613      Branch: metaconfig/U/perl
41614            ! Checkcc.U gccvers.U
41615      Branch: perl
41616            ! Configure config_h.SH hints/solaris_2.sh
41617 ____________________________________________________________________________
41618 [  6906] By: jhi                                   on 2000/08/30  00:25:47
41619         Log: Put back the flags dump as reasoned in
41620              
41621              Subject: Re: [PATCH] Glob dumping
41622              From: Mike Guy <mjtg@cam.ac.uk> 
41623              Date: Tue, 29 Aug 2000 21:41:32 +0100
41624              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
41625      Branch: perl
41626            ! dump.c t/lib/peek.t
41627 ____________________________________________________________________________
41628 [  6905] By: jhi                                   on 2000/08/30  00:16:17
41629         Log: Make the epsilon to be relative, not absolute.
41630              
41631              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
41632              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
41633              Date: Tue, 29 Aug 2000 19:58:56 -0400
41634              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
41635      Branch: perl
41636            ! t/lib/trig.t
41637 ____________________________________________________________________________
41638 [  6904] By: jhi                                   on 2000/08/30  00:13:09
41639         Log: From now on, Gisle is on my list of usual suspects :-)
41640              Retract #6902.
41641      Branch: perl
41642            ! ext/Opcode/Safe.pm
41643 ____________________________________________________________________________
41644 [  6903] By: jhi                                   on 2000/08/29  23:51:20
41645         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
41646              From: "Craig A. Berry" <craig.berry@psinetcs.com>
41647              Date: Tue, 29 Aug 2000 18:43:26 -0500
41648              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
41649      Branch: perl
41650            + vms/vmspipe.com
41651            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
41652            ! vms/vms.c
41653 ____________________________________________________________________________
41654 [  6902] By: jhi                                   on 2000/08/29  23:44:14
41655         Log: Retry what #6882 attempted.
41656              
41657              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
41658              From: Gisle Aas <gisle@ActiveState.com>
41659              Date: 30 Aug 2000 00:33:09 +0200
41660              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
41661      Branch: perl
41662            ! ext/Opcode/Safe.pm
41663 ____________________________________________________________________________
41664 [  6901] By: jhi                                   on 2000/08/29  22:59:32
41665         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
41666              From: Hugo <hv@crypt.compulink.co.uk>
41667              Date: Mon, 12 Jun 2000 19:36:08 +0100
41668              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
41669      Branch: perl
41670            ! sv.c
41671 ____________________________________________________________________________
41672 [  6900] By: jhi                                   on 2000/08/29  22:58:35
41673         Log: Admit that we are leaking scalars.
41674              
41675              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
41676              From: Spider Boardman <spider@leggy.zk3.dec.com>
41677              Date: Tue, 29 Aug 2000 18:48:29 -0400
41678              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
41679      Branch: perl
41680            ! t/pragma/warnings.t
41681 ____________________________________________________________________________
41682 [  6899] By: jhi                                   on 2000/08/29  20:53:13
41683         Log: Update Changes.
41684      Branch: perl
41685            ! Changes patchlevel.h
41686 ____________________________________________________________________________
41687 [  6898] By: jhi                                   on 2000/08/29  20:46:21
41688         Log: Undo namespace pollution of #6878.
41689              
41690              Subject: Re: Net::protoent does not export 'getproto'
41691              From: Mike Guy <mjtg@cam.ac.uk>
41692              Date: Tue, 29 Aug 2000 21:32:37 +0100
41693              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
41694      Branch: perl
41695            ! lib/Net/protoent.pm
41696 ____________________________________________________________________________
41697 [  6897] By: jhi                                   on 2000/08/29  20:44:29
41698         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
41699              From: Peter Prymmer <pvhp@forte.com>
41700              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
41701              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
41702      Branch: perl
41703            ! pod/perlebcdic.pod
41704 ____________________________________________________________________________
41705 [  6896] By: jhi                                   on 2000/08/29  20:40:57
41706         Log: There's no point repeating the 'revision' (5) of perl5.
41707      Branch: metaconfig/U/perl
41708            ! Devel.U patchlevel.U
41709      Branch: perl
41710            ! Configure config_h.SH
41711 ____________________________________________________________________________
41712 [  6895] By: jhi                                   on 2000/08/29  20:16:58
41713         Log: Regen Configure for #6894.
41714      Branch: metaconfig/U/perl
41715            ! perladmin.U
41716      Branch: perl
41717            ! Configure config_h.SH
41718 ____________________________________________________________________________
41719 [  6894] By: jhi                                   on 2000/08/29  19:59:52
41720         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
41721              From: "Philip Newton" <Philip.Newton@gmx.net>
41722              Date: Tue, 29 Aug 2000 21:39:14 +0200
41723              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
41724      Branch: perl
41725            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
41726            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
41727            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
41728            ! utils/perlbug.PL
41729 ____________________________________________________________________________
41730 [  6893] By: jhi                                   on 2000/08/29  19:55:30
41731         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
41732              From: "Philip Newton" <Philip.Newton@gmx.net>
41733              Date: Tue, 29 Aug 2000 21:39:14 +0200
41734              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
41735      Branch: perl
41736            ! installhtml
41737 ____________________________________________________________________________
41738 [  6892] By: jhi                                   on 2000/08/29  19:53:59
41739         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
41740              From: "Philip Newton" <Philip.Newton@gmx.net>
41741              Date: Tue, 29 Aug 2000 21:48:18 +0200
41742              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
41743      Branch: perl
41744            ! lib/File/Temp.pm
41745 ____________________________________________________________________________
41746 [  6891] By: jhi                                   on 2000/08/29  18:30:03
41747         Log: Nail the ID 20000828.023.
41748      Branch: perl
41749            ! ext/Storable/Storable.xs
41750 ____________________________________________________________________________
41751 [  6890] By: jhi                                   on 2000/08/29  16:50:17
41752         Log: Under usethreads the dumped variable is IN_PAD.
41753              
41754              Subject: Re: [PATCH] Glob dumping
41755              From: Gisle Aas <gisle@ActiveState.com>
41756              Date: 29 Aug 2000 18:45:05 +0200
41757              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
41758      Branch: perl
41759            ! t/lib/peek.t
41760 ____________________________________________________________________________
41761 [  6889] By: jhi                                   on 2000/08/29  15:17:37
41762         Log: Update Changes.
41763      Branch: perl
41764            ! Changes patchlevel.h
41765 ____________________________________________________________________________
41766 [  6888] By: jhi                                   on 2000/08/29  14:49:59
41767         Log: Retract #6882, broke the safe tests.
41768      Branch: perl
41769            ! ext/Opcode/Safe.pm
41770 ____________________________________________________________________________
41771 [  6887] By: jhi                                   on 2000/08/29  14:47:06
41772         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
41773              From: Gisle Aas <gisle@ActiveState.com> 
41774              Date: 09 Jun 2000 20:00:11 +0200
41775              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
41776      Branch: perl
41777            ! utils/perldoc.PL
41778 ____________________________________________________________________________
41779 [  6886] By: jhi                                   on 2000/08/29  14:42:45
41780         Log: The #6881 removed one dump line.
41781      Branch: perl
41782            ! t/lib/peek.t
41783 ____________________________________________________________________________
41784 [  6885] By: jhi                                   on 2000/08/29  14:30:47
41785         Log: Don't forget to tidy up.
41786      Branch: perl
41787            ! t/lib/ftmp-security.t
41788 ____________________________________________________________________________
41789 [  6884] By: jhi                                   on 2000/08/29  14:25:17
41790         Log: Disabling the one test is a bit tricky.
41791      Branch: perl
41792            ! t/lib/ftmp-security.t
41793 ____________________________________________________________________________
41794 [  6883] By: jhi                                   on 2000/08/29  14:16:25
41795         Log: Disable one of the tests for now.
41796      Branch: perl
41797            ! t/lib/ftmp-security.t
41798 ____________________________________________________________________________
41799 [  6882] By: jhi                                   on 2000/08/29  14:05:50
41800         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
41801              From: gisle@aas.no
41802              Date: 29 Aug 2000 10:35:06 -0000
41803              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
41804      Branch: perl
41805            ! ext/Opcode/Safe.pm
41806 ____________________________________________________________________________
41807 [  6881] By: jhi                                   on 2000/08/29  14:03:51
41808         Log: Subject: [PATCH] Glob dumping
41809              From: Gisle Aas <gisle@ActiveState.com>
41810              Date: 29 Aug 2000 07:59:42 -0000
41811              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
41812      Branch: perl
41813            ! dump.c
41814 ____________________________________________________________________________
41815 [  6880] By: jhi                                   on 2000/08/29  14:02:01
41816         Log: Subject: [PATCH] Warnings in B::Deparse
41817              From: <abigail@foad.org>
41818              Date: Tue, 29 Aug 2000 00:00:01 -0400
41819              Message-ID: <20000829040001.2999.qmail@foad.org>
41820      Branch: perl
41821            ! ext/B/B/Deparse.pm
41822 ____________________________________________________________________________
41823 [  6879] By: jhi                                   on 2000/08/29  13:57:26
41824         Log: Missed a change in #6869.
41825      Branch: perl
41826            ! mg.c
41827 ____________________________________________________________________________
41828 [  6878] By: jhi                                   on 2000/08/29  13:45:04
41829         Log: Subject: Net::protoent does not export 'getproto'
41830              From: Yasushi Nakajima <sey@jkc.co.jp>
41831              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
41832      Branch: perl
41833            ! lib/Net/protoent.pm
41834 ____________________________________________________________________________
41835 [  6877] By: jhi                                   on 2000/08/29  13:39:19
41836         Log: Patches all over for people and the files they (hopefully) care about.
41837      Branch: perl
41838            ! AUTHORS Changes MAINTAIN
41839 ____________________________________________________________________________
41840 [  6876] By: jhi                                   on 2000/08/29  12:53:54
41841         Log: Fix for thinko in #6848.
41842              
41843              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
41844              From: Lupe Christoph <lupe@lupe-christoph.de>
41845              Date: Tue, 29 Aug 2000 09:04:08 +0200
41846              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
41847      Branch: perl
41848            ! ext/Thread/Thread.xs
41849 ____________________________________________________________________________
41850 [  6875] By: jhi                                   on 2000/08/29  12:50:14
41851         Log: Update to Getopt::Long 2.24, from Johan Vromans.
41852      Branch: perl
41853            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
41854 ____________________________________________________________________________
41855 [  6874] By: jhi                                   on 2000/08/29  02:09:53
41856         Log: Use minimal @INC in tests, most of the time just '../lib',
41857              so that we simply can't pick up stuff from other Perls than
41858              the one we are testing.  Pointed out by
41859              
41860              From: Mike Guy <mjtg@cam.ac.uk>
41861              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
41862              Date: Fri, 25 Aug 2000 15:15:59 +0100
41863              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
41864      Branch: perl
41865            ! (edit 185 files)
41866 ____________________________________________________________________________
41867 [  6873] By: jhi                                   on 2000/08/29  01:07:11
41868         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
41869              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
41870              Date: Mon, 28 Aug 2000 17:45:52 -0700
41871              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
41872      Branch: perl
41873            ! Makefile.SH hints/os2.sh
41874 ____________________________________________________________________________
41875 [  6872] By: jhi                                   on 2000/08/28  23:33:39
41876         Log: Subject: [PATCH bleedperl@6866] spellings
41877              From: marcel@codewerk.com (Marcel Grunauer)
41878              Date: Tue, 29 Aug 2000 01:19:59 +0200
41879              Message-Id: <200008282319.BAA29862@gandalf.local>
41880      Branch: perl
41881            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
41882            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
41883            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
41884 ____________________________________________________________________________
41885 [  6871] By: jhi                                   on 2000/08/28  23:22:09
41886         Log: Take out the SUIDMAIL thing, that will not be
41887              a problem in 5.7.*.
41888      Branch: perl
41889            ! patchlevel.h
41890 ____________________________________________________________________________
41891 [  6870] By: jhi                                   on 2000/08/28  23:19:30
41892         Log: -S is the silent flag, -s is the strip flag.
41893              
41894              Subject: [PATCH] Re: [PATCH] make no-install          
41895              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
41896              Date: Mon, 28 Aug 2000 15:12:55 -0700
41897              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
41898      Branch: perl
41899            ! Makefile.SH
41900 ____________________________________________________________________________
41901 [  6869] By: jhi                                   on 2000/08/28  23:12:05
41902         Log: Subject: [PATCH bleedperl@6856] warnings fixes
41903              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
41904              Date: Mon, 28 Aug 2000 23:55:06 +0100
41905              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
41906      Branch: perl
41907            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
41908            ! warnings.h warnings.pl
41909 ____________________________________________________________________________
41910 [  6868] By: jhi                                   on 2000/08/28  21:38:22
41911         Log: Potential cruft.
41912      Branch: perl
41913            ! Makefile.SH
41914 ____________________________________________________________________________
41915 [  6867] By: jhi                                   on 2000/08/28  21:35:36
41916         Log: Update Changes.
41917      Branch: perl
41918            ! Changes patchlevel.h
41919 ____________________________________________________________________________
41920 [  6866] By: jhi                                   on 2000/08/28  21:33:49
41921         Log: Subject: hv.h Doc Patch
41922              From: Fisher Mark <fisherm@tce.com>
41923              Date: Mon, 28 Aug 2000 16:24:59 -0500
41924              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
41925      Branch: perl
41926            ! hv.h
41927 ____________________________________________________________________________
41928 [  6865] By: jhi                                   on 2000/08/28  21:02:15
41929         Log: Add -ld to archname on long tr...double platforms.
41930      Branch: metaconfig
41931            ! U/threads/archname.U
41932      Branch: perl
41933            ! Configure config_h.SH
41934 ____________________________________________________________________________
41935 [  6864] By: jhi                                   on 2000/08/28  20:38:59
41936         Log: An attempt to fix the problem reported in
41937              
41938              Subject: Building perl@6856 using gcc/AIX 4.3.3 
41939              From: Daniel Muino <dmuino@afip.gov.ar> 
41940              Date: Mon, 28 Aug 2000 15:50:01 -0300   
41941              Message-ID: <20000828155001.A14403@con2-dgi>
41942              
41943              I can't test this properly since the gcc installation I have
41944              access to seems to be botched (gcc is calling the AIX cpp,
41945              a losing proposition...)
41946      Branch: perl
41947            ! hints/aix.sh
41948 ____________________________________________________________________________
41949 [  6863] By: jhi                                   on 2000/08/28  18:57:52
41950         Log: Fix for ID 20000828.001, long doubles were not formatted
41951              correctly (showed up in $], which stopped installing perl).
41952      Branch: perl
41953            ! sv.c
41954 ____________________________________________________________________________
41955 [  6862] By: jhi                                   on 2000/08/28  18:07:15
41956         Log: Typo in #6858.
41957      Branch: perl
41958            ! lib/Cwd.pm
41959 ____________________________________________________________________________
41960 [  6861] By: jhi                                   on 2000/08/28  17:57:27
41961         Log: opmini.o may be left around if a build is interrupted.
41962      Branch: perl
41963            ! Makefile.SH
41964 ____________________________________________________________________________
41965 [  6860] By: jhi                                   on 2000/08/28  16:52:50
41966         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
41967              From: Daniel Chetlin <daniel@chetlin.com>
41968              Date: Mon, 28 Aug 2000 01:14:18 -0700
41969              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
41970      Branch: perl
41971            ! lib/overload.pm
41972 ____________________________________________________________________________
41973 [  6859] By: jhi                                   on 2000/08/28  16:08:46
41974         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
41975              From: Nicholas Clark <nick@ccl4.org>
41976              Date: Mon, 28 Aug 2000 16:03:27 +0100
41977              Message-Id: <20000828160327.C49785@plum.flirble.org>
41978      Branch: perl
41979            ! ext/ByteLoader/bytecode.h
41980 ____________________________________________________________________________
41981 [  6858] By: jhi                                   on 2000/08/28  16:02:10
41982         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
41983              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
41984              Date: Mon, 28 Aug 2000 13:08:30 +0200
41985              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
41986      Branch: perl
41987            ! lib/Cwd.pm
41988 ____________________________________________________________________________
41989 [  6857] By: jhi                                   on 2000/08/28  15:42:47
41990         Log: display_format used as a class method without arguments was broken,
41991              reported in
41992              
41993              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
41994              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
41995              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
41996              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
41997      Branch: perl
41998            ! lib/Math/Complex.pm t/lib/complex.t
41999 ____________________________________________________________________________
42000 [  6856] By: jhi                                   on 2000/08/27  22:09:48
42001         Log: Update Changes.
42002      Branch: perl
42003            ! Changes patchlevel.h
42004 ____________________________________________________________________________
42005 [  6855] By: jhi                                   on 2000/08/27  21:59:21
42006         Log: Retract #6853 (false alarm).
42007      Branch: perl
42008            ! lib/ExtUtils/xsubpp
42009 ____________________________________________________________________________
42010 [  6854] By: jhi                                   on 2000/08/27  21:37:44
42011         Log: Update Changes.
42012      Branch: perl
42013            ! Changes patchlevel.h
42014 ____________________________________________________________________________
42015 [  6853] By: jhi                                   on 2000/08/27  21:37:16
42016         Log: Subject: [PATCH perl@6850] workaround for xsubpp
42017              From: Hugo <hv@crypt.compulink.co.uk>
42018              Date: Sun, 27 Aug 2000 22:30:25 +0100
42019              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
42020      Branch: perl
42021            ! lib/ExtUtils/xsubpp
42022 ____________________________________________________________________________
42023 [  6852] By: jhi                                   on 2000/08/27  21:33:58
42024         Log: Big-endian 64-bit patch from Raphael Manfredi.
42025      Branch: perl
42026            ! ext/Storable/Storable.xs
42027 ____________________________________________________________________________
42028 [  6851] By: jhi                                   on 2000/08/27  21:22:21
42029         Log: More ruthless editing from Hugo van der Sanden.
42030      Branch: perl
42031            ! pod/perldelta.pod
42032 ____________________________________________________________________________
42033 [  6850] By: jhi                                   on 2000/08/27  16:11:46
42034         Log: Update Changes.
42035      Branch: perl
42036            ! Changes patchlevel.h
42037 ____________________________________________________________________________
42038 [  6849] By: jhi                                   on 2000/08/27  16:11:05
42039         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
42040      Branch: perl
42041            ! configpm pod/perldelta.pod
42042 ____________________________________________________________________________
42043 [  6848] By: jhi                                   on 2000/08/27  15:35:08
42044         Log: Use the actual thread type, not the pointer-to-struct.
42045      Branch: perl
42046            ! ext/Thread/Thread.xs
42047 ____________________________________________________________________________
42048 [  6847] By: jhi                                   on 2000/08/27  15:30:49
42049         Log: Test nit.
42050      Branch: perl
42051            ! t/pragma/warn/pp_sys
42052 ____________________________________________________________________________
42053 [  6846] By: jhi                                   on 2000/08/27  15:19:02
42054         Log: Passing -R in ldflags makes now it to appear in the default
42055              for lddlflags, just like with -L.
42056              
42057              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
42058              From: Lupe Christoph <lupe@lupe-christoph.de>
42059              Date: Sun, 27 Aug 2000 10:28:21 +0200
42060              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
42061      Branch: metaconfig/U/perl
42062            ! dlsrc.U
42063      Branch: perl
42064            ! Configure
42065 ____________________________________________________________________________
42066 [  6845] By: jhi                                   on 2000/08/27  15:08:54
42067         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
42068              From: Alan Burlison <Alan.Burlison@uk.sun.com>
42069              Date: Sat, 26 Aug 2000 22:23:27 +0100
42070              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
42071      Branch: perl
42072            ! lib/ExtUtils/MM_Unix.pm
42073 ____________________________________________________________________________
42074 [  6844] By: jhi                                   on 2000/08/27  15:02:37
42075         Log: DJGPP update from Laszlo Molnar.
42076              
42077              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
42078              From: ml1050 <ml1050@freemail.hu>
42079              Date: Sat, 26 Aug 2000 23:24:40 +0200
42080              Message-Id: <20000826232440.A439@freemail.hu>
42081      Branch: perl
42082            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
42083            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
42084 ____________________________________________________________________________
42085 [  6843] By: jhi                                   on 2000/08/27  14:53:58
42086         Log: Subject: installman buglet
42087              From: Lupe Christoph <lupe@lupe-christoph.de>
42088              Date: Sun, 27 Aug 2000 14:38:59 +0200
42089              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
42090      Branch: perl
42091            ! installman
42092 ____________________________________________________________________________
42093 [  6842] By: jhi                                   on 2000/08/27  14:52:08
42094         Log: Can't get the test to reliably work thanks to the
42095              inaccurateness of floating point.  "Resolves" bug ids
42096              20000826.003, 20000826.009, 20000826.010,
42097      Branch: perl
42098            ! t/lib/trig.t
42099 ____________________________________________________________________________
42100 [  6841] By: jhi                                   on 2000/08/26  15:53:58
42101         Log: Update Changes.
42102      Branch: perl
42103            ! Changes patchlevel.h
42104 ____________________________________________________________________________
42105 [  6840] By: jhi                                   on 2000/08/26  14:23:03
42106         Log: grep -e isn't portable.
42107              
42108              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
42109              From: chris@broadband.att.com
42110              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
42111              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
42112      Branch: perl
42113            ! hints/solaris_2.sh
42114 ____________________________________________________________________________
42115 [  6839] By: jhi                                   on 2000/08/26  14:12:23
42116         Log: no-install target a la make -n.
42117              
42118              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
42119              From: <abigail@foad.org>
42120              Date: Sat, 26 Aug 2000 03:57:34 -0400
42121              Message-ID: <20000826075735.18912.qmail@foad.org>
42122      Branch: perl
42123            ! Makefile.SH installman installperl
42124 ____________________________________________________________________________
42125 [  6838] By: jhi                                   on 2000/08/26  14:06:33
42126         Log: Retract #6826 as the #6828 should be do the same
42127              in a More Correct Way.
42128      Branch: perl
42129            ! installperl
42130 ____________________________________________________________________________
42131 [  6837] By: jhi                                   on 2000/08/26  05:24:00
42132         Log: More casting.
42133      Branch: perl
42134            ! ext/Storable/Storable.xs
42135 ____________________________________________________________________________
42136 [  6836] By: jhi                                   on 2000/08/26  05:05:46
42137         Log: Nicer in decimal.
42138      Branch: perl
42139            ! ext/Storable/Storable.xs
42140 ____________________________________________________________________________
42141 [  6835] By: jhi                                   on 2000/08/26  05:03:50
42142         Log: There be no UVdf.
42143      Branch: perl
42144            ! ext/Storable/Storable.xs
42145 ____________________________________________________________________________
42146 [  6834] By: jhi                                   on 2000/08/26  05:00:18
42147         Log: Continue IVdfing and UVxfing.
42148      Branch: perl
42149            ! ext/Storable/Storable.xs
42150 ____________________________________________________________________________
42151 [  6833] By: jhi                                   on 2000/08/26  04:53:14
42152         Log: Use IVdf.
42153      Branch: perl
42154            ! ext/Storable/Storable.xs
42155 ____________________________________________________________________________
42156 [  6832] By: jhi                                   on 2000/08/26  04:40:41
42157         Log: Document PTR2XX and INT2PTR.
42158      Branch: perl
42159            ! pod/perlguts.pod
42160 ____________________________________________________________________________
42161 [  6831] By: jhi                                   on 2000/08/26  04:33:18
42162         Log: Use UVxf, PTR2UV, NVff.
42163      Branch: perl
42164            ! ext/Storable/Storable.xs
42165 ____________________________________________________________________________
42166 [  6830] By: jhi                                   on 2000/08/26  04:31:32
42167         Log: Update the test count.
42168      Branch: perl
42169            ! t/lib/trig.t
42170 ____________________________________________________________________________
42171 [  6829] By: jhi                                   on 2000/08/26  03:05:50
42172         Log: Subject: [PATCH] installation not quite silent yet.
42173              From: <abigail@foad.org>
42174              Date: Fri, 25 Aug 2000 20:07:53 -0400
42175              Message-ID: <20000826000753.7822.qmail@foad.org>
42176      Branch: perl
42177            ! installman installperl
42178 ____________________________________________________________________________
42179 [  6828] By: jhi                                   on 2000/08/26  03:05:14
42180         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
42181              From: Spider Boardman <spider@web.zk3.dec.com>
42182              Date: Fri, 25 Aug 2000 19:12:40 -0400
42183              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
42184      Branch: perl
42185            ! gv.c
42186 ____________________________________________________________________________
42187 [  6827] By: jhi                                   on 2000/08/25  23:54:34
42188         Log: Support preserving extremely big/small angles.
42189      Branch: perl
42190            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
42191 ____________________________________________________________________________
42192 [  6826] By: jhi                                   on 2000/08/25  23:01:20
42193         Log: Patch installperl to be long double-aware.
42194              
42195              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
42196              From: Spider Boardman <spider@web.zk3.dec.com>
42197              Date: Fri, 25 Aug 2000 18:15:23 -0400
42198              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
42199      Branch: perl
42200            ! installperl
42201 ____________________________________________________________________________
42202 [  6825] By: jhi                                   on 2000/08/25  22:58:25
42203         Log: Remove duplicately applied patch shards.
42204              
42205              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
42206              From: Spider Boardman <spider@leggy.zk3.dec.com>
42207              Date: Fri, 25 Aug 2000 16:45:03 -0400
42208              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
42209      Branch: perl
42210            ! t/lib/cgi-html.t
42211 ____________________________________________________________________________
42212 [  6824] By: jhi                                   on 2000/08/25  22:57:00
42213         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
42214              From: Daniel Chetlin <daniel@chetlin.com>
42215              Date: Fri, 25 Aug 2000 12:23:16 -0700
42216              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
42217              
42218              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
42219              From: Daniel Chetlin <daniel@chetlin.com>
42220              Date: Fri, 25 Aug 2000 14:47:19 -0700
42221              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
42222      Branch: perl
42223            ! installman
42224 ____________________________________________________________________________
42225 [  6823] By: jhi                                   on 2000/08/25  22:44:17
42226         Log: Timestamp problem?
42227      Branch: perl
42228            ! uconfig.h uconfig.sh
42229 ____________________________________________________________________________
42230 [  6822] By: jhi                                   on 2000/08/25  19:01:06
42231         Log: One forgotten file from #6816.
42232      Branch: perl
42233            ! vos/config.h
42234 ____________________________________________________________________________
42235 [  6821] By: jhi                                   on 2000/08/25  18:56:39
42236         Log: Regen Changes.
42237      Branch: perl
42238            ! Changes patchlevel.h
42239 ____________________________________________________________________________
42240 [  6820] By: jhi                                   on 2000/08/25  18:52:35
42241         Log: Fix Changes ordering.
42242      Branch: perl
42243            ! Changes
42244 ____________________________________________________________________________
42245 [  6819] By: jhi                                   on 2000/08/25  18:50:25
42246         Log: Update Changes.
42247      Branch: perl
42248            ! Changes patchlevel.h
42249 ____________________________________________________________________________
42250 [  6818] By: jhi                                   on 2000/08/25  18:47:45
42251         Log: Tweak the sfio/useperlio logic, hopefully as wished in
42252              
42253              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
42254              From: Nicholas Clark <nick@babyhippo.co.uk>
42255              Date: Fri, 25 Aug 2000 12:01:45 +0100
42256              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
42257      Branch: metaconfig/U/perl
42258            ! d_sfio.U
42259      Branch: perl
42260            ! Configure
42261 ____________________________________________________________________________
42262 [  6817] By: jhi                                   on 2000/08/25  18:32:51
42263         Log: Allow microperl to assume <math.h>, without it the math
42264              functions like floor() are assumed to return int, which makes
42265              for core dumps in machines where integer and floating register
42266              don't mix.
42267      Branch: perl
42268            ! uconfig.h uconfig.sh
42269 ____________________________________________________________________________
42270 [  6816] By: jhi                                   on 2000/08/25  18:27:17
42271         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
42272              the problem reported in
42273              
42274              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
42275              From: danhale@us.ibm.com
42276              Date: Fri, 25 Aug 2000 10:58:06 -0400
42277              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
42278      Branch: metaconfig/U/perl
42279            + d_socks5_init.U
42280      Branch: perl
42281            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
42282            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
42283            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
42284            ! win32/config.gc win32/config.vc
42285 ____________________________________________________________________________
42286 [  6815] By: jhi                                   on 2000/08/25  17:43:31
42287         Log: A solution for the retrieve_fd autosplit warning,
42288              idea suggested by Mike Guy.
42289      Branch: perl
42290            ! ext/Storable/Storable.pm
42291 ____________________________________________________________________________
42292 [  6814] By: jhi                                   on 2000/08/25  17:16:03
42293         Log: Add install-silent target.
42294      Branch: perl
42295            ! Makefile.SH
42296 ____________________________________________________________________________
42297 [  6813] By: jhi                                   on 2000/08/25  17:14:23
42298         Log: Subject: Re: [PATCH] More silencing of installman.
42299              From: <abigail@foad.org>
42300              Date: Thu, 24 Aug 2000 19:27:03 -0400
42301              Message-ID: <20000824232703.7001.qmail@foad.org>
42302              
42303              Subject: Re: [PATCH] More silencing of installman.
42304              From: <abigail@foad.org>
42305              Date: Fri, 25 Aug 2000 03:00:58 -0400
42306              Message-ID: <20000825070058.10697.qmail@foad.org>
42307      Branch: perl
42308            ! installman
42309 ____________________________________________________________________________
42310 [  6812] By: jhi                                   on 2000/08/25  17:11:28
42311         Log: installperl --verbose and --silent.
42312              
42313              Subject: Re: [PATCH] More silencing of installman.
42314              From: <abigail@foad.org>
42315              Message-ID: <20000825064430.9719.qmail@foad.org>
42316              Date: Fri, 25 Aug 2000 02:44:30 -0400
42317      Branch: perl
42318            ! installperl
42319 ____________________________________________________________________________
42320 [  6811] By: jhi                                   on 2000/08/25  17:05:43
42321         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
42322              From: "Peter J. Farley III" <pjfarley@banet.net>
42323              Date: Thu, 24 Aug 2000 21:58:03 -0400
42324              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
42325              
42326              (applied slightly modified)
42327      Branch: perl
42328            ! lib/ExtUtils/MM_Unix.pm
42329 ____________________________________________________________________________
42330 [  6810] By: jhi                                   on 2000/08/25  17:01:18
42331         Log: Missing parts of 
42332              
42333              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
42334              From: Peter Prymmer <pvhp@forte.com>
42335              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
42336              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
42337      Branch: perl
42338            ! t/lib/cgi-html.t
42339 ____________________________________________________________________________
42340 [  6809] By: jhi                                   on 2000/08/25  16:46:32
42341         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
42342              From: "Craig A. Berry" <craig.berry@psinetcs.com>
42343              Date: Thu, 24 Aug 2000 19:13:11 -0500
42344              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
42345      Branch: perl
42346            ! vms/vms.c
42347 ____________________________________________________________________________
42348 [  6808] By: jhi                                   on 2000/08/25  16:39:22
42349         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
42350              From: Peter Prymmer <pvhp@forte.com>
42351              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
42352              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
42353      Branch: perl
42354            ! configure.com
42355 ____________________________________________________________________________
42356 [  6807] By: jhi                                   on 2000/08/25  16:36:37
42357         Log: Better wording for the vec lvalue diagnostic.
42358              
42359              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
42360              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
42361              Date: Wed, 23 Aug 2000 14:12:16 -0400
42362              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
42363      Branch: perl
42364            ! pod/perldiag.pod
42365 ____________________________________________________________________________
42366 [  6806] By: jhi                                   on 2000/08/24  18:17:22
42367         Log: Subject: [PATCH] More silencing of installman.
42368              From: <abigail@foad.org>
42369              Date: Thu, 24 Aug 2000 14:01:44 -0400
42370              Message-ID: <20000824180144.20062.qmail@foad.org>
42371      Branch: perl
42372            ! installman
42373 ____________________________________________________________________________
42374 [  6805] By: jhi                                   on 2000/08/24  15:00:31
42375         Log: Update Changes.
42376      Branch: perl
42377            ! Changes patchlevel.h
42378 ____________________________________________________________________________
42379 [  6804] By: jhi                                   on 2000/08/24  14:59:07
42380         Log: Regen perltoc.
42381      Branch: perl
42382            ! pod/perltoc.pod
42383 ____________________________________________________________________________
42384 [  6803] By: jhi                                   on 2000/08/24  14:44:39
42385         Log: Show the doc file, not the temp file.
42386      Branch: perl
42387            ! installman
42388 ____________________________________________________________________________
42389 [  6802] By: jhi                                   on 2000/08/24  14:41:53
42390         Log: Continue silencing.
42391      Branch: perl
42392            ! installman
42393 ____________________________________________________________________________
42394 [  6801] By: jhi                                   on 2000/08/24  14:34:40
42395         Log: Actually do something with the silencer option.
42396      Branch: perl
42397            ! installman
42398 ____________________________________________________________________________
42399 [  6800] By: jhi                                   on 2000/08/24  14:26:22
42400         Log: Make installman to recognize the silence flag -S.
42401      Branch: perl
42402            ! installman
42403 ____________________________________________________________________________
42404 [  6799] By: jhi                                   on 2000/08/24  13:49:38
42405         Log: DOS patches and portability/porting notes, from Tim Jenness.
42406      Branch: perl
42407            ! lib/File/Temp.pm
42408 ____________________________________________________________________________
42409 [  6798] By: jhi                                   on 2000/08/24  13:48:27
42410         Log: Create directories in silence.
42411              
42412              Subject: [PATCH] Another silencer for MakeMaker
42413              From: andreas.koenig@anima.de (Andreas J. Koenig)
42414              Date: 24 Aug 2000 14:18:52 +0200
42415              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
42416      Branch: perl
42417            ! lib/ExtUtils/Command.pm
42418 ____________________________________________________________________________
42419 [  6797] By: jhi                                   on 2000/08/24  13:46:42
42420         Log: More liberal parsing of version numbers.
42421              
42422              Subject: Re: CPAN.pm beta for testing available
42423              From: andreas.koenig@anima.de (Andreas J. Koenig)
42424              Date: 24 Aug 2000 13:51:57 +0200
42425              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
42426      Branch: perl
42427            ! lib/CPAN.pm
42428 ____________________________________________________________________________
42429 [  6796] By: jhi                                   on 2000/08/24  13:44:36
42430         Log: Make "make install" by default silent.  A new "install-verbose"
42431              target is verbose.
42432      Branch: perl
42433            ! Makefile.SH
42434 ____________________________________________________________________________
42435 [  6795] By: jhi                                   on 2000/08/24  13:39:14
42436         Log: Add silencer flags to installperl.
42437              
42438              Subject: [PATCH] Making installperl silent.
42439              From: <abigail@foad.org>
42440              Date: Thu, 24 Aug 2000 05:01:45 -0400
42441              Message-ID: <20000824090145.13141.qmail@foad.org>
42442      Branch: perl
42443            ! installperl
42444 ____________________________________________________________________________
42445 [  6794] By: jhi                                   on 2000/08/24  13:35:50
42446         Log: installperl couldn't tell whether it had run tests or not.
42447              
42448              Subject: [PATCH] Re: installperl and t/TEST
42449              From: <abigail@foad.org>
42450              Date: Thu, 24 Aug 2000 04:00:53 -0400
42451              Message-ID: <20000824080053.2494.qmail@foad.org>
42452      Branch: perl
42453            ! Makefile.SH installperl
42454 ____________________________________________________________________________
42455 [  6793] By: jhi                                   on 2000/08/24  13:27:50
42456         Log: Drop the separate perlbc, perlcc -b should be enough.
42457      Branch: perl
42458            - utils/perlbc.PL
42459            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
42460 ____________________________________________________________________________
42461 [  6792] By: jhi                                   on 2000/08/24  04:41:30
42462         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
42463              plus the typo fix from Peter Prymmer.
42464      Branch: perl
42465            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
42466            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
42467 ____________________________________________________________________________
42468 [  6791] By: jhi                                   on 2000/08/24  02:10:43
42469         Log: Replace #6705 with a minimal doc patch.
42470              
42471              Subject: [PATCH 5.6.0] replace change #6705
42472              From: Jan Dubois <jand@ActiveState.com>
42473              Date: Wed, 23 Aug 2000 18:31:51 -0700
42474              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
42475      Branch: perl
42476            ! lib/Win32.pod win32/win32.c
42477 ____________________________________________________________________________
42478 [  6790] By: jhi                                   on 2000/08/23  17:52:00
42479         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
42480              From: Mike Guy <mjtg@cam.ac.uk>
42481              Date: Wed, 23 Aug 2000 18:38:46 +0100
42482              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
42483      Branch: perl
42484            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
42485 ____________________________________________________________________________
42486 [  6789] By: jhi                                   on 2000/08/23  15:34:21
42487         Log: Update Changes.
42488      Branch: perl
42489            ! Changes patchlevel.h
42490 ____________________________________________________________________________
42491 [  6788] By: jhi                                   on 2000/08/23  15:33:40
42492         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
42493              From: Wilfredo Sánchez <wsanchez@apple.com>
42494              Date: Tue, 22 Aug 2000 19:31:27 -0700
42495              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
42496      Branch: perl
42497            ! perl.h
42498 ____________________________________________________________________________
42499 [  6787] By: jhi                                   on 2000/08/23  15:29:31
42500         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
42501              From: Spider Boardman <spider@leggy.zk3.dec.com>
42502              Date: Wed, 23 Aug 2000 10:33:23 -0400
42503              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
42504      Branch: perl
42505            ! lib/Pod/Html.pm
42506 ____________________________________________________________________________
42507 [  6786] By: jhi                                   on 2000/08/23  15:28:11
42508         Log: Bad makefile.
42509      Branch: perl
42510            ! ext/B/Makefile.PL
42511 ____________________________________________________________________________
42512 [  6785] By: jhi                                   on 2000/08/23  14:37:04
42513         Log: Update Changes.
42514      Branch: perl
42515            ! Changes patchlevel.h
42516 ____________________________________________________________________________
42517 [  6784] By: jhi                                   on 2000/08/23  13:58:41
42518         Log: Portability fix from Hugo van der Sanden.
42519      Branch: perl
42520            ! ext/re/Makefile.PL
42521 ____________________________________________________________________________
42522 [  6783] By: jhi                                   on 2000/08/23  13:53:53
42523         Log: Storable support, v-version fixes.
42524              
42525              Subject: CPAN.pm beta for testing available
42526              From: andreas.koenig@anima.de (Andreas J. Koenig)
42527              Date: 22 Aug 2000 23:31:33 +0200
42528              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
42529      Branch: perl
42530            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
42531 ____________________________________________________________________________
42532 [  6782] By: jhi                                   on 2000/08/23  13:51:26
42533         Log: Mac and other portability updates from Chris Nandor.
42534      Branch: perl
42535            ! pod/perlmodinstall.pod
42536 ____________________________________________________________________________
42537 [  6781] By: jhi                                   on 2000/08/23  13:47:33
42538         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
42539              From: Peter Prymmer <pvhp@forte.com>
42540              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
42541              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
42542      Branch: perl
42543            ! ext/Storable/Storable.xs
42544 ____________________________________________________________________________
42545 [  6780] By: jhi                                   on 2000/08/23  13:33:34
42546         Log: VMS MMS (make) wants null action.
42547      Branch: perl
42548            ! ext/B/Makefile.PL
42549 ____________________________________________________________________________
42550 [  6779] By: jhi                                   on 2000/08/22  19:44:47
42551         Log: Forgot portability nit.
42552      Branch: perl
42553            ! t/lib/st-forgive.t
42554 ____________________________________________________________________________
42555 [  6778] By: jhi                                   on 2000/08/22  19:35:25
42556         Log: Be portable.
42557      Branch: perl
42558            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
42559            ! t/lib/st-store.t
42560 ____________________________________________________________________________
42561 [  6777] By: jhi                                   on 2000/08/22  18:50:53
42562         Log: Update Changes.
42563      Branch: perl
42564            ! Changes patchlevel.h
42565 ____________________________________________________________________________
42566 [  6776] By: jhi                                   on 2000/08/22  18:44:46
42567         Log: cSVOPo_*v things index into the current PL_curpad
42568              under ithreads, which is different from the curpad
42569              used by the XSUB.  (In other words, the code as-is
42570              before this patch wouldn't work under ithreads.)
42571              From Sarathy.
42572      Branch: perl
42573            ! ext/B/B.xs
42574 ____________________________________________________________________________
42575 [  6775] By: jhi                                   on 2000/08/22  18:18:37
42576         Log: Make the selection of NVff et al stricter.
42577      Branch: metaconfig/U/perl
42578            ! perlxvf.U
42579      Branch: perl
42580            ! Configure config_h.SH
42581 ____________________________________________________________________________
42582 [  6774] By: jhi                                   on 2000/08/22  17:19:42
42583         Log: perldelta nits.
42584      Branch: perl
42585            ! pod/perldelta.pod
42586 ____________________________________________________________________________
42587 [  6773] By: jhi                                   on 2000/08/22  17:06:26
42588         Log: Long double fixes from Spider Boardman.
42589              
42590              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
42591              From: system PRIVILEGED account <root@peano.zk3.dec.com>
42592              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
42593              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
42594      Branch: perl
42595            ! t/lib/bigfltpm.t t/lib/st-06compat.t
42596 ____________________________________________________________________________
42597 [  6772] By: jhi                                   on 2000/08/22  15:04:53
42598         Log: Update Changes.
42599      Branch: perl
42600            ! Changes patchlevel.h
42601 ____________________________________________________________________________
42602 [  6771] By: jhi                                   on 2000/08/22  15:01:44
42603         Log: perldelta fixes from Hugo van der Sanden.
42604      Branch: perl
42605            ! pod/perldelta.pod
42606 ____________________________________________________________________________
42607 [  6770] By: jhi                                   on 2000/08/22  14:34:49
42608         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
42609              From: Hugo <hv@crypt.compulink.co.uk>
42610              Date: Tue, 22 Aug 2000 11:21:53 +0100
42611              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
42612      Branch: perl
42613            ! regcomp.c
42614 ____________________________________________________________________________
42615 [  6769] By: jhi                                   on 2000/08/22  14:30:02
42616         Log: Add Yitzchak, reformat.
42617      Branch: perl
42618            ! Changes config_h.SH
42619 ____________________________________________________________________________
42620 [  6768] By: jhi                                   on 2000/08/22  14:21:35
42621         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
42622              and Spider Boardman.
42623      Branch: metaconfig
42624            ! U/compline/d_gconvert.U
42625      Branch: perl
42626            ! Configure
42627 ____________________________________________________________________________
42628 [  6767] By: jhi                                   on 2000/08/22  14:11:24
42629         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
42630              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
42631              Date: Mon, 21 Aug 2000 19:08:31 -0700
42632              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
42633      Branch: perl
42634            - ext/Storable/patchlevel.h
42635            ! MANIFEST ext/Storable/MANIFEST
42636 ____________________________________________________________________________
42637 [  6766] By: jhi                                   on 2000/08/22  13:49:29
42638         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
42639              From: Peter Prymmer <pvhp@forte.com>
42640              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
42641              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
42642      Branch: perl
42643            ! configure.com ext/Storable/Makefile.PL
42644 ____________________________________________________________________________
42645 [  6765] By: jhi                                   on 2000/08/22  13:44:59
42646         Log: Subject: [PATCH blead] B:: missing dependency
42647              From: Hugo <hv@crypt.compulink.co.uk>
42648              Date: Tue, 22 Aug 2000 06:44:33 +0100
42649              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
42650      Branch: perl
42651            ! ext/B/Makefile.PL
42652 ____________________________________________________________________________
42653 [  6764] By: jhi                                   on 2000/08/22  13:38:12
42654         Log: More bytecompiler.
42655      Branch: perl
42656            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
42657 ____________________________________________________________________________
42658 [  6763] By: jhi                                   on 2000/08/22  13:36:44
42659         Log: Bytecompiler patches from Benjamin Stuhl.
42660      Branch: perl
42661            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
42662            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
42663            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
42664            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
42665            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
42666            ! perl.c perlapi.h pod/perldelta.pod
42667 ____________________________________________________________________________
42668 [  6762] By: jhi                                   on 2000/08/21  23:43:40
42669         Log: An obsoleted diagnostic.
42670      Branch: perl
42671            ! pod/perldelta.pod
42672 ____________________________________________________________________________
42673 [  6761] By: jhi                                   on 2000/08/21  23:01:45
42674         Log: The #6759 wasn't quite right.
42675      Branch: perl
42676            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
42677            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
42678            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
42679            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
42680            ! t/lib/st-tieditems.t
42681 ____________________________________________________________________________
42682 [  6760] By: jhi                                   on 2000/08/21  22:35:49
42683         Log: Be verydeepclean.
42684      Branch: perl
42685            ! Makefile.SH
42686 ____________________________________________________________________________
42687 [  6759] By: jhi                                   on 2000/08/21  22:25:40
42688         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
42689              From: Peter Prymmer <pvhp@forte.com>
42690              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
42691              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
42692      Branch: perl
42693            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
42694            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
42695            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
42696            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
42697            ! t/lib/st-tieditems.t
42698 ____________________________________________________________________________
42699 [  6758] By: jhi                                   on 2000/08/21  22:22:32
42700         Log: Few more casts, need reported in
42701              
42702              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
42703              From: Mike Stok <mike@stok.co.uk>
42704              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
42705              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
42706              
42707              and
42708              
42709              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
42710              From: abigail@foad.org
42711              Date: 21 Aug 2000 21:31:34 -0000
42712              Message-Id: <20000821213134.30170.qmail@foad.org>
42713      Branch: perl
42714            ! ext/Storable/Storable.xs
42715 ____________________________________________________________________________
42716 [  6757] By: jhi                                   on 2000/08/21  18:37:07
42717         Log: Update Changes.
42718      Branch: perl
42719            ! Changes patchlevel.h
42720 ____________________________________________________________________________
42721 [  6756] By: jhi                                   on 2000/08/21  18:34:02
42722         Log: A pod nit.
42723              
42724              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
42725              From: <abigail@foad.org>
42726              Date: Mon, 21 Aug 2000 14:00:16 -0400
42727              Message-ID: <20000821180016.28627.qmail@foad.org>
42728      Branch: perl
42729            ! pod/perlre.pod
42730 ____________________________________________________________________________
42731 [  6755] By: jhi                                   on 2000/08/21  18:30:56
42732         Log: Use PodParser 1.18 new test.
42733      Branch: perl
42734            ! t/pod/special_seqs.t t/pod/special_seqs.xr
42735 ____________________________________________________________________________
42736 [  6754] By: jhi                                   on 2000/08/21  18:28:35
42737         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
42738              patches cannot be applied since #6712 conflicts.
42739      Branch: perl
42740            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
42741 ____________________________________________________________________________
42742 [  6753] By: jhi                                   on 2000/08/21  18:15:11
42743         Log: Weed out some smaller changes.
42744      Branch: perl
42745            ! pod/perldelta.pod
42746 ____________________________________________________________________________
42747 [  6752] By: jhi                                   on 2000/08/21  18:02:30
42748         Log: Also under djgpp the timestamps are funky.
42749      Branch: perl
42750            ! t/op/stat.t
42751 ____________________________________________________________________________
42752 [  6751] By: jhi                                   on 2000/08/21  17:55:56
42753         Log: Tweak the floating point output routine preferences.
42754      Branch: metaconfig
42755            ! U/compline/d_gconvert.U
42756      Branch: perl
42757            ! Configure
42758 ____________________________________________________________________________
42759 [  6750] By: jhi                                   on 2000/08/21  17:51:29
42760         Log: Unicos/mk requires elaborate paranoia.
42761      Branch: perl
42762            ! lib/Math/Complex.pm
42763 ____________________________________________________________________________
42764 [  6749] By: gsar                                  on 2000/08/21  16:53:31
42765         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
42766      Branch: perl
42767            ! lib/Cwd.pm
42768 ____________________________________________________________________________
42769 [  6748] By: gsar                                  on 2000/08/21  16:22:19
42770         Log: free TLS slot properly on Windows
42771      Branch: perl
42772            ! thread.h win32/perllib.c win32/win32thread.h
42773 ____________________________________________________________________________
42774 [  6747] By: jhi                                   on 2000/08/21  16:20:58
42775         Log: Rename the macro argument because some preprocessors
42776              can't tell the difference and expand arguments also inside
42777              double quoted strings.
42778      Branch: perl
42779            ! regcomp.c
42780 ____________________________________________________________________________
42781 [  6746] By: jhi                                   on 2000/08/21  16:09:41
42782         Log: Support long doubles in Storable.
42783              
42784              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
42785              From: Radu Greab <radu@netsoft.ro>
42786              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
42787              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
42788      Branch: perl
42789            ! ext/Storable/Storable.xs
42790 ____________________________________________________________________________
42791 [  6745] By: jhi                                   on 2000/08/21  15:51:40
42792         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
42793              From: "Fifer, Eric" <EFifer@sanwaint.com>
42794              Date: Mon, 21 Aug 2000 15:34:49 +0100
42795              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
42796      Branch: perl
42797            ! t/pragma/warn/9enabled
42798 ____________________________________________________________________________
42799 [  6744] By: jhi                                   on 2000/08/21  15:39:35
42800         Log: Document the endianness of Alpha more precisely.
42801      Branch: perl
42802            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
42803            ! pod/perlport.pod
42804 ____________________________________________________________________________
42805 [  6743] By: jhi                                   on 2000/08/21  14:47:05
42806         Log: perldelta fixes from the p5p crowd.
42807      Branch: perl
42808            ! pod/perldelta.pod pod/perlop.pod
42809 ____________________________________________________________________________
42810 [  6742] By: jhi                                   on 2000/08/21  13:34:51
42811         Log: Update to Pod::LaTeX 0.53.
42812              
42813              Subject: [PATCH] lib/Pod/LaTeX.pm updates
42814              From: Tim Jenness <timj@jach.hawaii.edu>
42815              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
42816              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
42817      Branch: perl
42818            ! lib/Pod/LaTeX.pm
42819 ____________________________________________________________________________
42820 [  6741] By: jhi                                   on 2000/08/21  13:33:01
42821         Log: Subject: [PATCH] os2.c fix for use64bitint
42822              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
42823              Date: Mon, 21 Aug 2000 01:32:25 -0700
42824              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
42825      Branch: perl
42826            ! os2/os2.c
42827 ____________________________________________________________________________
42828 [  6740] By: jhi                                   on 2000/08/21  13:28:52
42829         Log: Array context keeps slithering in.
42830              
42831              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
42832              From: Daniel Chetlin <daniel@chetlin.com>
42833              Date: Sun, 20 Aug 2000 21:40:25 -0700
42834              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
42835      Branch: perl
42836            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
42837            ! pod/perldebtut.pod
42838 ____________________________________________________________________________
42839 [  6739] By: jhi                                   on 2000/08/21  13:23:55
42840         Log: Big-endian quad fixes for Storable from Radu Greab,
42841              plus few explicit null casts for picky compilers.
42842      Branch: perl
42843            ! ext/Storable/Storable.xs
42844 ____________________________________________________________________________
42845 [  6738] By: gsar                                  on 2000/08/21  05:56:13
42846         Log: small tweaks for change#6705: avoid C++ style comments in C code;
42847              use Perl's malloc API rather than the low level system one
42848      Branch: perl
42849            ! win32/win32.c
42850 ____________________________________________________________________________
42851 [  6737] By: gsar                                  on 2000/08/21  05:35:41
42852         Log: add Storable to list of extensions on Windows
42853      Branch: perl
42854            ! win32/Makefile win32/makefile.mk
42855 ____________________________________________________________________________
42856 [  6736] By: jhi                                   on 2000/08/21  02:57:53
42857         Log: Update Changes.
42858      Branch: perl
42859            ! Changes patchlevel.h
42860 ____________________________________________________________________________
42861 [  6735] By: jhi                                   on 2000/08/21  02:57:20
42862         Log: Draft 0.
42863      Branch: perl
42864            ! pod/perldelta.pod
42865 ____________________________________________________________________________
42866 [  6734] By: jhi                                   on 2000/08/21  02:57:03
42867         Log: Add Storable 0.7.2 from Raphael Manfredi,
42868              plus the patch from
42869              
42870              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
42871              From: Radu Greab <radu@netsoft.ro>
42872              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
42873              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
42874              
42875              plus changes to get Storable to compile with
42876              picky ANSI compilers.
42877      Branch: perl
42878            + ext/Storable/ChangeLog ext/Storable/MANIFEST
42879            + ext/Storable/Makefile.PL ext/Storable/README
42880            + ext/Storable/Storable.pm ext/Storable/Storable.xs
42881            + ext/Storable/patchlevel.h t/lib/st-06compat.t
42882            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
42883            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
42884            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
42885            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
42886            + t/lib/st-tieditems.t
42887            ! MANIFEST
42888 ____________________________________________________________________________
42889 [  6733] By: jhi                                   on 2000/08/21  02:29:09
42890         Log: The correct cleaning order is an art.
42891      Branch: perl
42892            ! Makefile.SH
42893 ____________________________________________________________________________
42894 [  6732] By: jhi                                   on 2000/08/21  01:23:39
42895         Log: The #6724 is here.
42896      Branch: perl
42897            ! t/lib/ftmp-security.t
42898 ____________________________________________________________________________
42899 [  6731] By: jhi                                   on 2000/08/20  23:17:03
42900         Log: s/this one/the 5.6.0 release/
42901      Branch: perl
42902            ! pod/perl56delta.pod
42903 ____________________________________________________________________________
42904 [  6730] By: jhi                                   on 2000/08/20  23:07:34
42905         Log: Mention perlebcdic and perlposix-bc.
42906      Branch: perl
42907            ! pod/perlport.pod
42908 ____________________________________________________________________________
42909 [  6729] By: jhi                                   on 2000/08/20  21:32:59
42910         Log: Document the number of exponent digits.
42911      Branch: perl
42912            ! pod/perlfunc.pod
42913 ____________________________________________________________________________
42914 [  6728] By: jhi                                   on 2000/08/20  21:16:47
42915         Log: Use File::Spec->tmpdir().
42916              
42917              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
42918              From: Tim Jenness <timj@jach.hawaii.edu>
42919              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
42920              MIME-Version: 1.0
42921              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
42922      Branch: perl
42923            ! utils/perlbug.PL
42924 ____________________________________________________________________________
42925 [  6727] By: jhi                                   on 2000/08/20  20:43:32
42926         Log: Update Changes.
42927      Branch: perl
42928            ! Changes patchlevel.h
42929 ____________________________________________________________________________
42930 [  6726] By: jhi                                   on 2000/08/20  20:41:44
42931         Log: The veryclean target needs to clobber.
42932      Branch: perl
42933            ! Makefile.SH
42934 ____________________________________________________________________________
42935 [  6725] By: jhi                                   on 2000/08/20  20:37:38
42936         Log: Document odd vs even subreleases and -Dusedevel.
42937      Branch: perl
42938            ! INSTALL
42939 ____________________________________________________________________________
42940 [  6724] By: jhi                                   on 2000/08/20  19:58:05
42941         Log: Use temporary directory instead of current directory.
42942              
42943              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
42944              From: Tim Jenness <timj@jach.hawaii.edu>
42945              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
42946              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
42947      Branch: perl
42948            ! t/lib/ftmp-security.t
42949 ____________________________________________________________________________
42950 [  6723] By: jhi                                   on 2000/08/20  19:55:55
42951         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
42952              From: andreas.koenig@anima.de (Andreas J. Koenig)
42953              Date: 20 Aug 2000 15:52:03 +0200
42954              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
42955      Branch: perl
42956            ! lib/ExtUtils/MM_Unix.pm
42957 ____________________________________________________________________________
42958 [  6722] By: jhi                                   on 2000/08/20  19:46:01
42959         Log: Update to CGI 2.72, from Lincoln Stein.
42960      Branch: perl
42961            ! lib/CGI.pm
42962 ____________________________________________________________________________
42963 [  6721] By: jhi                                   on 2000/08/20  19:43:54
42964         Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
42965              From: Radu Greab <radu@netsoft.ro>
42966              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
42967              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
42968      Branch: perl
42969            ! ext/GDBM_File/GDBM_File.xs
42970 ____________________________________________________________________________
42971 [  6720] By: jhi                                   on 2000/08/20  19:42:01
42972         Log: pp_open() could pass an uninitialized filename down to do_open9().
42973      Branch: perl
42974            ! pp_sys.c
42975 ____________________________________________________________________________
42976 [  6719] By: jhi                                   on 2000/08/20  14:06:41
42977         Log: UTF8 concat fixes.
42978              
42979              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
42980              From: Hugo <hv@crypt.compulink.co.uk>
42981              Date: Sun, 20 Aug 2000 07:30:46 +0100
42982              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
42983      Branch: perl
42984            ! pp_hot.c t/op/append.t
42985 ____________________________________________________________________________
42986 [  6718] By: jhi                                   on 2000/08/20  02:09:37
42987         Log: Let's try #6717 again.
42988      Branch: perl
42989            ! lib/File/Temp.pm
42990 ____________________________________________________________________________
42991 [  6717] By: jhi                                   on 2000/08/20  01:56:55
42992         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
42993              From: "Craig A. Berry" <craig.berry@metamorgs.com>
42994              Date: Sat, 19 Aug 2000 18:15:39 -0500
42995              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
42996      Branch: perl
42997            ! lib/File/Temp.pm
42998 ____________________________________________________________________________
42999 [  6716] By: jhi                                   on 2000/08/19  15:50:11
43000         Log: Update Changes.
43001      Branch: perl
43002            ! Changes patchlevel.h
43003 ____________________________________________________________________________
43004 [  6715] By: jhi                                   on 2000/08/19  15:39:09
43005         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
43006              From: Jonathan D Johnston <jdjohnston2@juno.com>
43007              Date: Thu, 17 Aug 2000 23:13:01 -0400       
43008              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
43009      Branch: perl
43010            ! pod/perlfunc.pod
43011 ____________________________________________________________________________
43012 [  6714] By: jhi                                   on 2000/08/19  15:34:04
43013         Log: Introduce a 'veryclean' target that is like 'distclean'
43014              but also removes *~ and *.orig.
43015      Branch: perl
43016            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
43017            ! utils/Makefile x2p/Makefile.SH
43018 ____________________________________________________________________________
43019 [  6713] By: jhi                                   on 2000/08/19  14:15:45
43020         Log: Put back the long double avoidance code to POSIX.xs
43021              because VMS seems to need it still.
43022      Branch: perl
43023            ! ext/POSIX/POSIX.xs
43024 ____________________________________________________________________________
43025 [  6712] By: jhi                                   on 2000/08/19  14:10:41
43026         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
43027              From: Peter Prymmer <pvhp@forte.com>
43028              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
43029              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
43030      Branch: perl
43031            ! lib/Pod/Find.pm t/pod/find.t
43032 ____________________________________________________________________________
43033 [  6711] By: jhi                                   on 2000/08/19  14:09:19
43034         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
43035              From: Peter Prymmer <pvhp@forte.com>
43036              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
43037              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
43038              cc: vmsperl@perl.org
43039      Branch: perl
43040            ! t/lib/peek.t
43041 ____________________________________________________________________________
43042 [  6710] By: jhi                                   on 2000/08/19  14:08:01
43043         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
43044              From: Jan Dubois <jand@ActiveState.com>
43045              Date: Fri, 18 Aug 2000 16:31:48 -0700
43046              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
43047      Branch: perl
43048            ! win32/win32.c
43049 ____________________________________________________________________________
43050 [  6709] By: jhi                                   on 2000/08/19  14:06:57
43051         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
43052              
43053              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
43054              From: Spider.Boardman@Orb.Nashua.NH.US
43055              Date: Fri, 18 Aug 2000 18:41:14 -0400
43056              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
43057      Branch: perl
43058            ! regcomp.c
43059 ____________________________________________________________________________
43060 [  6708] By: jhi                                   on 2000/08/18  22:04:49
43061         Log: Update Changes.
43062      Branch: perl
43063            ! Changes patchlevel.h
43064 ____________________________________________________________________________
43065 [  6707] By: jhi                                   on 2000/08/18  21:55:14
43066         Log: Add warnif(), check warnings further up the stack,
43067              all the warnings functions now can take an optional object reference.
43068              
43069              Subject: [PATCH bleedperl@6691] warnings pragma update
43070              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
43071              Date: Fri, 18 Aug 2000 22:42:06 +0100
43072              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
43073      Branch: perl
43074            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
43075            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
43076            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
43077 ____________________________________________________________________________
43078 [  6706] By: jhi                                   on 2000/08/18  21:41:45
43079         Log: Typo in pp_complement().
43080              
43081              Subject: [PATCH perl-current] Deparse
43082              From: Peter Scott <Peter@PSDT.com>
43083              Date: Fri, 18 Aug 2000 12:44:37 -0700
43084              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
43085      Branch: perl
43086            ! ext/B/B/Deparse.pm
43087 ____________________________________________________________________________
43088 [  6705] By: jhi                                   on 2000/08/18  21:25:59
43089         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
43090              From: Jan Dubois <jand@ActiveState.com>
43091              Date: Fri, 18 Aug 2000 14:22:51 -0700
43092              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
43093      Branch: perl
43094            ! lib/Win32.pod win32/win32.c
43095 ____________________________________________________________________________
43096 [  6704] By: jhi                                   on 2000/08/18  21:16:14
43097         Log: Don't eat leading os from index entries.
43098              
43099              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
43100              From: Russ Allbery <rra@stanford.edu>
43101              Date: 10 Aug 2000 20:49:25 -0700
43102              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
43103      Branch: perl
43104            ! lib/Pod/Man.pm
43105 ____________________________________________________________________________
43106 [  6703] By: jhi                                   on 2000/08/18  21:07:06
43107         Log: Add [[:blank:]] as suggested in
43108              
43109              Subject: [ID 20000716.024] [=cc=] / [:blank:]
43110              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
43111              Date: Sun, 16 Jul 2000 17:55:29 -0700
43112              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
43113              
43114              (the [=cc=] has already been taken care of by #6439
43115              so the whole bug report can be closed)
43116              
43117              and make [[:space:]] to be equivalent to isspace(3)
43118              (as opposed to \s, which is isSPACE()).  The difference
43119              is that now [[:space:]] matches the mythical vertical tab,
43120              while \s doesn't.
43121      Branch: perl
43122            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
43123            ! regexec.c t/op/pat.t
43124 ____________________________________________________________________________
43125 [  6702] By: jhi                                   on 2000/08/18  18:47:47
43126         Log: The new tests were missing from #6415.
43127      Branch: perl
43128            ! t/op/bop.t
43129 ____________________________________________________________________________
43130 [  6701] By: jhi                                   on 2000/08/18  18:20:40
43131         Log: Document the NDBM_File and ODBM_File as SDBM_File
43132              was documented in #6417.
43133      Branch: perl
43134            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
43135            ! ext/SDBM_File/SDBM_File.pm
43136 ____________________________________________________________________________
43137 [  6700] By: jhi                                   on 2000/08/18  18:10:39
43138         Log: Subject: [PATCH perl@6698] cygwin port
43139              From: "Fifer, Eric" <EFifer@sanwaint.com>
43140              Date: Fri, 18 Aug 2000 17:30:05 +0100
43141              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
43142      Branch: perl
43143            ! lib/File/Temp.pm
43144 ____________________________________________________________________________
43145 [  6699] By: jhi                                   on 2000/08/18  16:21:49
43146         Log: Document code point which makes if (defined %stash::) to work
43147              (noted by Spider Boardman).
43148      Branch: perl
43149            ! op.c
43150 ____________________________________________________________________________
43151 [  6698] By: jhi                                   on 2000/08/18  13:43:27
43152         Log: Update Changes.
43153      Branch: perl
43154            ! Changes patchlevel.h
43155 ____________________________________________________________________________
43156 [  6697] By: jhi                                   on 2000/08/18  13:35:57
43157         Log: Tiny Getopt::Long patch from Johan Vromans.
43158      Branch: perl
43159            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
43160 ____________________________________________________________________________
43161 [  6696] By: jhi                                   on 2000/08/18  13:26:14
43162         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
43163              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
43164              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
43165              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
43166      Branch: perl
43167            ! pod/perldiag.pod pod/perlsyn.pod
43168 ____________________________________________________________________________
43169 [  6695] By: jhi                                   on 2000/08/18  13:13:26
43170         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
43171              From: Daniel Chetlin <daniel@chetlin.com>
43172              Date: Fri, 18 Aug 2000 03:13:36 -0700
43173              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
43174      Branch: perl
43175            ! pod/perlfunc.pod
43176 ____________________________________________________________________________
43177 [  6694] By: jhi                                   on 2000/08/18  13:08:05
43178         Log: Subject: [PATCH] perltrap.pod spring cleaning
43179              From: Daniel Chetlin <daniel@chetlin.com>
43180              Date: Fri, 18 Aug 2000 03:06:54 -0700
43181              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
43182              
43183              plus Mike Guy's nitfix.
43184      Branch: perl
43185            ! pod/perltrap.pod
43186 ____________________________________________________________________________
43187 [  6693] By: jhi                                   on 2000/08/18  13:00:26
43188         Log: Unbuffer the output.
43189              
43190              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
43191              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
43192              Date: Thu, 17 Aug 2000 18:39:29 -0700
43193              Message-ID: <RPJn5gzkgydf092yn@efn.org>
43194      Branch: perl
43195            ! t/op/fork.t
43196 ____________________________________________________________________________
43197 [  6692] By: jhi                                   on 2000/08/18  05:19:17
43198         Log: Delete the image, too, not just its MANIFEStation.
43199      Branch: perl
43200            - lib/CGI/eg/wilogo.gif
43201 ____________________________________________________________________________
43202 [  6691] By: jhi                                   on 2000/08/18  05:10:26
43203         Log: Propagate new Configure vars.
43204      Branch: perl
43205            ! configure.com epoc/config.sh uconfig.h uconfig.sh
43206            ! vos/config.def vos/config.h vos/config_h.SH_orig
43207            ! win32/config.bc win32/config.gc win32/config.vc
43208            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
43209 ____________________________________________________________________________
43210 [  6690] By: jhi                                   on 2000/08/18  04:30:56
43211         Log: Update Changes.
43212      Branch: perl
43213            ! Changes patchlevel.h
43214 ____________________________________________________________________________
43215 [  6689] By: jhi                                   on 2000/08/18  04:12:30
43216         Log: Fix the lib/complex failure of
43217              
43218              From: abigail@foad.org
43219              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
43220              Date: 15 Aug 2000 04:06:38 -0000
43221              Message-Id: <20000815040638.8524.qmail@foad.org> 
43222              
43223              Linux long double accuracy issue: something that
43224              when printed with %g looks like "2" but int() of it is 1.
43225      Branch: perl
43226            ! lib/Math/Complex.pm
43227 ____________________________________________________________________________
43228 [  6688] By: jhi                                   on 2000/08/18  03:15:35
43229         Log: The byteorder code in #6671 was wrong.
43230      Branch: perl
43231            ! configpm
43232 ____________________________________________________________________________
43233 [  6687] By: jhi                                   on 2000/08/18  02:08:42
43234         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
43235              From: Jan Dubois <jand@ActiveState.com>
43236              Date: Thu, 17 Aug 2000 18:31:55 -0700
43237              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
43238      Branch: perl
43239            ! sv.c
43240 ____________________________________________________________________________
43241 [  6686] By: jhi                                   on 2000/08/18  02:04:15
43242         Log: Use NVs in POSIX math, not doubles.
43243              
43244              From: abigail@foad.org
43245              Subject: [ID 20000817.014] POSIX & modfl
43246              Date: 17 Aug 2000 20:49:18 -0000
43247              Message-Id: <20000817204918.23123.qmail@foad.org>
43248      Branch: perl
43249            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
43250 ____________________________________________________________________________
43251 [  6685] By: jhi                                   on 2000/08/18  02:02:12
43252         Log: Introduce NVef, NVff, and NVgf, use the middle one.
43253              (helps for lib/peek + Linux + long doubles)  Reported in
43254              
43255              From: abigail@foad.org
43256              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
43257              Date: 15 Aug 2000 04:06:38 -0000
43258              Message-Id: <20000815040638.8524.qmail@foad.org> 
43259              
43260              (note: the lib/complex failure has not yet been addressed)
43261      Branch: metaconfig/U/perl
43262            ! perlxvf.U
43263      Branch: perl
43264            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
43265            ! config_h.SH dump.c perl.h pod/perlguts.pod
43266 ____________________________________________________________________________
43267 [  6684] By: jhi                                   on 2000/08/17  23:22:19
43268         Log: Add byteorder to the myconfig output.
43269      Branch: perl
43270            ! myconfig.SH
43271 ____________________________________________________________________________
43272 [  6683] By: jhi                                   on 2000/08/17  23:20:19
43273         Log: The image doth not exist, spotted by Johan Vromans.
43274      Branch: perl
43275            ! MANIFEST
43276 ____________________________________________________________________________
43277 [  6682] By: jhi                                   on 2000/08/17  22:38:16
43278         Log: Document what the backtick returns if the command fails.
43279      Branch: perl
43280            ! pod/perlop.pod
43281 ____________________________________________________________________________
43282 [  6681] By: jhi                                   on 2000/08/17  22:33:12
43283         Log: Do not use prototyping here.
43284              
43285              Subject: [ID 20000817.016] [PATCH] Peek.xs
43286              From: abigail@foad.org
43287              Date: 17 Aug 2000 20:55:56 -0000
43288              Message-Id: <20000817205556.24270.qmail@foad.org>
43289      Branch: perl
43290            ! ext/Devel/Peek/Makefile.PL
43291 ____________________________________________________________________________
43292 [  6680] By: jhi                                   on 2000/08/17  19:46:43
43293         Log: Don't propose using modules built for 5.005 if no binary
43294              compatibility with 5.005 is attempted.
43295              
43296              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
43297              Subject: Minor nit with 5.7.0 (6655)
43298              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
43299              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
43300      Branch: metaconfig
43301            ! U/installdirs/inc_version_list.U
43302      Branch: perl
43303            ! Configure config_h.SH
43304 ____________________________________________________________________________
43305 [  6679] By: jhi                                   on 2000/08/17  19:16:39
43306         Log: Microperl config update.
43307      Branch: perl
43308            ! uconfig.h uconfig.sh
43309 ____________________________________________________________________________
43310 [  6678] By: jhi                                   on 2000/08/17  19:16:13
43311         Log: The #6648 wasn't protective enough for limited platforms
43312              (like microperl).
43313      Branch: perl
43314            ! dump.c sv.c
43315 ____________________________________________________________________________
43316 [  6677] By: jhi                                   on 2000/08/17  14:46:35
43317         Log: Update Changes.
43318      Branch: perl
43319            ! Changes patchlevel.h
43320 ____________________________________________________________________________
43321 [  6676] By: jhi                                   on 2000/08/17  14:44:02
43322         Log: Add perlebcdic from Peter Prymmer, regen toc.
43323      Branch: perl
43324            + pod/perlebcdic.pod
43325            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
43326 ____________________________________________________________________________
43327 [  6675] By: jhi                                   on 2000/08/17  14:41:52
43328         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
43329      Branch: perl
43330            ! pod/perldebtut.pod
43331 ____________________________________________________________________________
43332 [  6674] By: jhi                                   on 2000/08/17  14:29:43
43333         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
43334              
43335              Subject: [ID 20000724.006] -DLEAKTEST problem
43336              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
43337              Date: Tue, 25 Jul 2000 00:36:32 -0500
43338              Message-Id: <20000725003632.A26186@www.llamacom.com>
43339              
43340              Reminder sent
43341              
43342              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
43343              From: Hugo <hv@crypt.compulink.co.uk>
43344              Date: Thu, 17 Aug 2000 15:23:42 +0100
43345              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
43346      Branch: perl
43347            ! util.c
43348 ____________________________________________________________________________
43349 [  6673] By: jhi                                   on 2000/08/17  04:07:10
43350         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
43351              From: John Peacock <JPeacock@UnivPress.com>
43352              Date: Tue, 01 Aug 2000 09:38:12 -0400
43353              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
43354      Branch: perl
43355            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
43356 ____________________________________________________________________________
43357 [  6672] By: jhi                                   on 2000/08/17  03:04:35
43358         Log: Subject: [PATCH] Cwd.pm now uses strict
43359              From: Tim Jenness <timj@jach.hawaii.edu>
43360              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
43361              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
43362      Branch: perl
43363            ! lib/Cwd.pm
43364 ____________________________________________________________________________
43365 [  6671] By: jhi                                   on 2000/08/17  02:16:35
43366         Log: Make $Config{byteorder} more magical so that it is
43367              dynamically computed: nice for 'fat binaries'.
43368              
43369              Subject: [PATCH]: default byteorder
43370              From: Wilfredo Sánchez <wsanchez@apple.com>
43371              Date: Mon, 31 Jul 2000 19:45:31 -0700
43372              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
43373      Branch: perl
43374            ! configpm
43375 ____________________________________________________________________________
43376 [  6670] By: gsar                                  on 2000/08/17  01:22:21
43377         Log: move WNOHANG definition to where other such things are
43378      Branch: perl
43379            ! win32/win32.h
43380 ____________________________________________________________________________
43381 [  6669] By: jhi                                   on 2000/08/17  01:19:17
43382         Log: Update Changes.
43383      Branch: perl
43384            ! Changes patchlevel.h
43385 ____________________________________________________________________________
43386 [  6668] By: jhi                                   on 2000/08/17  01:16:29
43387         Log: Doc nits spotted by Richard Soderberg.
43388      Branch: perl
43389            ! README.posix-bc README.vmesa
43390 ____________________________________________________________________________
43391 [  6667] By: jhi                                   on 2000/08/17  01:12:11
43392         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
43393              From: "Casey R. Tweten" <crt@kiski.net>
43394              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
43395              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
43396      Branch: perl
43397            ! pod/perldebtut.pod
43398 ____________________________________________________________________________
43399 [  6666] By: jhi                                   on 2000/08/17  01:09:31
43400         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
43401              From: "Casey R. Tweten" <crt@kiski.net>
43402              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
43403              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
43404      Branch: perl
43405            ! lib/Shell.pm
43406 ____________________________________________________________________________
43407 [  6665] By: gsar                                  on 2000/08/17  01:03:52
43408         Log: add "ok" targets from change#6632 in makefile.mk
43409      Branch: perl
43410            ! pod/perlport.pod win32/Makefile win32/makefile.mk
43411 ____________________________________________________________________________
43412 [  6664] By: gsar                                  on 2000/08/17  00:56:11
43413         Log: avoid warnings from dense compiler
43414      Branch: perl
43415            ! win32/win32.c
43416 ____________________________________________________________________________
43417 [  6663] By: jhi                                   on 2000/08/17  00:51:49
43418         Log: Tweak the regex compilation errors once more.
43419      Branch: perl
43420            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
43421            ! t/op/regmesg.t t/pragma/warn/regcomp
43422 ____________________________________________________________________________
43423 [  6662] By: gsar                                  on 2000/08/17  00:28:19
43424         Log: trailing new %ENV entries weren't being pushed into the real
43425              environment of subprocesses on Windows
43426      Branch: perl
43427            ! t/op/magic.t win32/perlhost.h
43428 ____________________________________________________________________________
43429 [  6661] By: gsar                                  on 2000/08/17  00:19:20
43430         Log: waitpid() now handles externally spawned pids correctly;
43431              fixes for backtick/wait/waitpid failures on Windows 9x
43432              
43433              these changes make the pid returned by process functions on
43434              Windows 9x always positive by clearing the high bit (which
43435              is always set on Win9x); pseudo-process PIDs are likewise
43436              always negative now on Win9x (just as on NT/2000)
43437      Branch: perl
43438            ! pp_sys.c win32/perlhost.h win32/win32.c
43439 ____________________________________________________________________________
43440 [  6660] By: jhi                                   on 2000/08/17  00:04:32
43441         Log: Retract #6645.
43442      Branch: perl
43443            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
43444            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
43445            ! t/op/sprintf.t
43446 ____________________________________________________________________________
43447 [  6659] By: gsar                                  on 2000/08/16  23:59:28
43448         Log: on windows, the return values from wait() and waitpid() don't
43449              match those of pseudo-pids
43450      Branch: perl
43451            ! pp_sys.c t/op/fork.t util.c win32/win32.c
43452 ____________________________________________________________________________
43453 [  6658] By: gsar                                  on 2000/08/16  23:56:14
43454         Log: pod nit seen in passing
43455      Branch: perl
43456            ! pod/perlfunc.pod
43457 ____________________________________________________________________________
43458 [  6657] By: gsar                                  on 2000/08/16  23:53:42
43459         Log: change#6328 could make close(SOCKET) return false on windows
43460              when it shouldn't
43461      Branch: perl
43462            ! win32/win32sck.c
43463 ____________________________________________________________________________
43464 [  6656] By: gsar                                  on 2000/08/16  23:46:57
43465         Log: check that the number pseudo children doesn't exceed
43466              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
43467              the WaitForMultipleObjects() limit that would cause wait()
43468              to crash)
43469              
43470              wait() and waitpid() could potentially be rewritten to use
43471              more than one thread to do the waiting to eliminate this
43472              limitation
43473      Branch: perl
43474            ! win32/perlhost.h
43475 ____________________________________________________________________________
43476 [  6655] By: jhi                                   on 2000/08/16  14:11:05
43477         Log: Update Changes.
43478      Branch: perl
43479            ! Changes patchlevel.h
43480 ____________________________________________________________________________
43481 [  6654] By: jhi                                   on 2000/08/16  14:10:12
43482         Log: Update to perldebtut 1.9, from Richard Foley.
43483      Branch: perl
43484            ! pod/perldebtut.pod
43485 ____________________________________________________________________________
43486 [  6653] By: jhi                                   on 2000/08/16  14:08:17
43487         Log: Change the regx compilation error markers to use = instead of <
43488              since pod makes using the latter quite messy.  Reported in
43489              ID 20000814.006 by Abigail and in
43490              Subject: Unknown escape E<> ?
43491              From: Lupe Christoph <lupe@lupe-christoph.de>
43492              Date: Fri, 11 Aug 2000 00:30:27 +0200
43493              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
43494      Branch: perl
43495            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
43496            ! t/op/regmesg.t t/pragma/warn/regcomp
43497 ____________________________________________________________________________
43498 [  6652] By: jhi                                   on 2000/08/16  13:25:31
43499         Log: Change the perlbug address to perl.org since it's more forgiving.
43500              
43501              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
43502              From: abigail@foad.org
43503              Date: 15 Aug 2000 04:15:40 -0000
43504              Message-Id: <20000815041540.8633.qmail@foad.org>
43505      Branch: perl
43506            ! utils/perlbug.PL
43507 ____________________________________________________________________________
43508 [  6651] By: jhi                                   on 2000/08/16  13:22:35
43509         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
43510              From: Tim Jenness <timj@jach.hawaii.edu>
43511              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
43512              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
43513      Branch: perl
43514            ! lib/Cwd.pm
43515 ____________________________________________________________________________
43516 [  6650] By: jhi                                   on 2000/08/16  13:18:13
43517         Log: Update to CPAN 1.57.
43518              
43519              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
43520              From: andreas.koenig@anima.de (Andreas J. Koenig)
43521              Date: 16 Aug 2000 15:09:46 +0200
43522              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
43523      Branch: perl
43524            ! lib/CPAN.pm
43525 ____________________________________________________________________________
43526 [  6649] By: jhi                                   on 2000/08/16  13:12:31
43527         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
43528              From: "Larry W. Virden" <lvirden@cas.org>
43529              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
43530              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
43531      Branch: perl
43532            ! README.hpux
43533 ____________________________________________________________________________
43534 [  6648] By: jhi                                   on 2000/08/16  13:03:53
43535         Log: The numeric locale was reset to "C" by s?printf and never restored.
43536              
43537              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
43538              From: Christian Kirsch <ck@held.mind.de>
43539              Date: Wed, 9 Aug 2000 17:05:17 +0200
43540              Message-Id: <20000809170517.A25389@held>
43541              
43542              No test since adding the failing example to locale.t
43543              does not fail -- probably because the locale settings are so
43544              thoroughly tweaked by that time.  Running the example standalone
43545              does fail, though.  UPDATE: test case added at change #7540.
43546      Branch: perl
43547            ! dump.c perl.h pp.c pp_ctl.c sv.c
43548 ____________________________________________________________________________
43549 [  6647] By: jhi                                   on 2000/08/16  00:07:54
43550         Log: Update Changes and test semi-automatic patchlevel updating.
43551      Branch: perl
43552            ! Changes patchlevel.h
43553 ____________________________________________________________________________
43554 [  6646] By: jhi                                   on 2000/08/15  23:35:07
43555         Log: Fix a dependency problem.
43556              
43557              Subject: [PATCH: 6640] VMS Makefile.SH update
43558              From: Peter Prymmer <pvhp@forte.com>
43559              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
43560              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
43561      Branch: perl
43562            ! vms/descrip_mms.template
43563 ____________________________________________________________________________
43564 [  6645] By: jhi                                   on 2000/08/15  23:33:23
43565         Log: (Retracted by #6660)
43566              
43567              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
43568              From: Dominic Dunlop <domo@computer.org>
43569              Date: Tue, 15 Aug 2000 22:20:52 +0200
43570              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
43571      Branch: metaconfig/U/perl
43572            + d_printfed.U
43573      Branch: perl
43574            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
43575            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
43576            ! t/op/sprintf.t
43577 ____________________________________________________________________________
43578 [  6644] By: jhi                                   on 2000/08/15  21:17:20
43579         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
43580              From: abigail@foad.org
43581              Date: 15 Aug 2000 20:12:41 -0000
43582              Message-Id: <20000815201241.25556.qmail@foad.org>
43583      Branch: perl
43584            ! INSTALL
43585 ____________________________________________________________________________
43586 [  6643] By: jhi                                   on 2000/08/15  21:15:28
43587         Log: (an already applied patch)
43588      Branch: perl
43589            ! lib/CGI.pm
43590 ____________________________________________________________________________
43591 [  6642] By: gsar                                  on 2000/08/15  19:54:05
43592         Log: magic callbacks all need to have same type signature
43593      Branch: perl
43594            ! embed.pl mg.c proto.h
43595 ____________________________________________________________________________
43596 [  6641] By: jhi                                   on 2000/08/15  17:56:27
43597         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)
43598              From: Mike Guy <mjtg@cam.ac.uk>
43599              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
43600              Date: Tue, 15 Aug 2000 18:26:45 +0100
43601              
43602              Only the peek.t part applied, not the hash quality part.
43603      Branch: perl
43604            ! t/lib/peek.t
43605 ____________________________________________________________________________
43606 [  6640] By: jhi                                   on 2000/08/15  16:37:37
43607         Log: Update Changes.
43608      Branch: perl
43609            ! Changes
43610 ____________________________________________________________________________
43611 [  6639] By: jhi                                   on 2000/08/15  16:34:55
43612         Log: Missed a file from #6638.
43613      Branch: perl
43614            ! lib/File/Temp.pm
43615 ____________________________________________________________________________
43616 [  6638] By: jhi                                   on 2000/08/15  16:33:19
43617         Log: Subject: [PATCH perl@6620] cygwin port
43618              From: "Fifer, Eric" <EFifer@sanwaint.com>
43619              Date: Tue, 15 Aug 2000 17:00:49 +0100
43620              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
43621      Branch: perl
43622            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
43623 ____________________________________________________________________________
43624 [  6637] By: jhi                                   on 2000/08/15  16:29:22
43625         Log: Subject: [PATCH] debugger exit code should reflect user exit code
43626              From: Mike Guy <mjtg@cam.ac.uk>
43627              Date: Tue, 15 Aug 2000 16:55:59 +0100
43628              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
43629      Branch: perl
43630            ! lib/perl5db.pl
43631 ____________________________________________________________________________
43632 [  6636] By: jhi                                   on 2000/08/15  15:30:58
43633         Log: Update Changes.
43634      Branch: perl
43635            ! Changes
43636 ____________________________________________________________________________
43637 [  6635] By: jhi                                   on 2000/08/15  15:27:21
43638         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
43639      Branch: metaconfig
43640            ! U/mkglossary U/mksample
43641      Branch: metaconfig/U/perl
43642            ! Devel.U
43643      Branch: perl
43644            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
43645 ____________________________________________________________________________
43646 [  6634] By: jhi                                   on 2000/08/15  14:11:55
43647         Log: Don't blow limited stacks, a lower number is enough to
43648              tickle the lookbehind limit.
43649              
43650              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
43651              From: Dominic Dunlop <domo@computer.org>
43652              Date: Tue, 15 Aug 2000 13:51:24 +0200
43653              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
43654      Branch: perl
43655            ! t/op/regmesg.t
43656 ____________________________________________________________________________
43657 [  6633] By: jhi                                   on 2000/08/15  14:01:46
43658         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
43659              From: Mike Guy <mjtg@cam.ac.uk>
43660              Date: Tue, 15 Aug 2000 12:10:50 +0100
43661              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
43662      Branch: perl
43663            ! utils/perldoc.PL
43664 ____________________________________________________________________________
43665 [  6632] By: jhi                                   on 2000/08/15  13:58:48
43666         Log: make ok etc also for win32.
43667              
43668              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
43669              From: Prymmer/Kahn <pvhp@best.com>
43670              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
43671              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
43672      Branch: perl
43673            ! win32/Makefile
43674 ____________________________________________________________________________
43675 [  6631] By: jhi                                   on 2000/08/15  13:45:03
43676         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
43677      Branch: perl
43678            ! lib/Test.pm
43679 ____________________________________________________________________________
43680 [  6630] By: jhi                                   on 2000/08/15  03:25:09
43681         Log: Update Changes.
43682      Branch: perl
43683            ! Changes
43684 ____________________________________________________________________________
43685 [  6629] By: jhi                                   on 2000/08/15  03:23:53
43686         Log: magic_regdatum_set() is void, not int.
43687      Branch: perl
43688            ! embed.pl mg.c proto.h
43689 ____________________________________________________________________________
43690 [  6628] By: jhi                                   on 2000/08/15  03:08:02
43691         Log: Make the user to give up his firstborn, err, to knowingly
43692              verify installing an unstable developer release.  Also bump
43693              the release to 5.7.0, but leave a patch tag in the local
43694              patches saying that this is not yet the real thing.
43695      Branch: metaconfig
43696            ! U/modified/Instruct.U
43697      Branch: metaconfig/U/perl
43698            + Devel.U
43699      Branch: perl
43700            ! Configure patchlevel.h
43701 ____________________________________________________________________________
43702 [  6627] By: jhi                                   on 2000/08/14  22:32:52
43703         Log: README.os2 update.
43704              
43705              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
43706              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
43707              Date: Wed, 02 Aug 2000 21:55:09 -0700
43708              Message-ID: <tsPi5gzkgegX092yn@efn.org>
43709      Branch: perl
43710            ! README.os2
43711 ____________________________________________________________________________
43712 [  6626] By: jhi                                   on 2000/08/14  21:00:02
43713         Log: Subject: Re: File::Temp problems on VMS in bleedperl
43714              From: Tim Jenness <timj@jach.hawaii.edu>
43715              cc: vmsperl@perl.org
43716              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
43717              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
43718      Branch: perl
43719            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
43720 ____________________________________________________________________________
43721 [  6625] By: jhi                                   on 2000/08/14  20:52:16
43722         Log: Add SUIDMAIL as was done for the CERT alert.
43723      Branch: perl
43724            ! patchlevel.h
43725 ____________________________________________________________________________
43726 [  6624] By: jhi                                   on 2000/08/14  20:48:50
43727         Log: Subject: sfio2000
43728              From: Daniel Muino <dmuino@afip.gov.ar>
43729              Date: Mon, 14 Aug 2000 16:58:11 -0300
43730              Message-ID: <20000814165811.B16368@con2-dgi>
43731      Branch: perl
43732            ! perlsdio.h perlsfio.h
43733 ____________________________________________________________________________
43734 [  6623] By: jhi                                   on 2000/08/14  20:47:36
43735         Log: Subject: warning: storage class after type is obsolescent
43736              From: Daniel Muino <dmuino@afip.gov.ar>
43737              Date: Mon, 14 Aug 2000 16:42:47 -0300
43738              Message-ID: <20000814164247.A16368@con2-dgi>
43739      Branch: perl
43740            ! regcomp.pl regnodes.h
43741 ____________________________________________________________________________
43742 [  6622] By: jhi                                   on 2000/08/14  20:43:05
43743         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
43744              From: abigail@foad.org
43745              Date: 14 Aug 2000 20:00:10 -0000
43746              Message-Id: <20000814200010.27271.qmail@foad.org>
43747      Branch: perl
43748            ! Changes
43749 ____________________________________________________________________________
43750 [  6621] By: jhi                                   on 2000/08/14  15:23:05
43751         Log: Update Changes.
43752      Branch: perl
43753            ! Changes
43754 ____________________________________________________________________________
43755 [  6620] By: jhi                                   on 2000/08/14  15:22:14
43756         Log: Subject: Re: [PATCH] @+, @- readonly
43757              From: Mike Guy <mjtg@cam.ac.uk>
43758              Date: Mon, 14 Aug 2000 15:26:55 +0100
43759              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
43760      Branch: perl
43761            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
43762            ! sv.c t/op/pat.t
43763 ____________________________________________________________________________
43764 [  6619] By: jhi                                   on 2000/08/14  14:12:08
43765         Log: Update Changes.
43766      Branch: perl
43767            ! Changes
43768 ____________________________________________________________________________
43769 [  6618] By: jhi                                   on 2000/08/14  14:09:34
43770         Log: For now remove the mail code.
43771      Branch: perl
43772            ! perl.c
43773 ____________________________________________________________________________
43774 [  6617] By: jhi                                   on 2000/08/14  14:08:28
43775         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
43776      Branch: perl
43777            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
43778            ! pod/perlfaq8.pod pod/perlsec.pod
43779 ____________________________________________________________________________
43780 [  6616] By: jhi                                   on 2000/08/14  14:00:11
43781         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
43782              From: Mike Guy <mjtg@cam.ac.uk>
43783              Date: Mon, 14 Aug 2000 08:26:02 +0100
43784              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
43785      Branch: perl
43786            ! lib/perl5db.pl
43787 ____________________________________________________________________________
43788 [  6615] By: jhi                                   on 2000/08/14  13:58:45
43789         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
43790              From: Mike Guy <mjtg@cam.ac.uk>
43791              Date: Mon, 14 Aug 2000 08:04:22 +0100
43792              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
43793      Branch: perl
43794            ! gv.c mg.c t/op/pat.t
43795 ____________________________________________________________________________
43796 [  6614] By: jhi                                   on 2000/08/14  13:56:45
43797         Log: Subject: Test fails / warnings with perl-current #6612
43798              From: Mike Guy <mjtg@cam.ac.uk>
43799              Date: Mon, 14 Aug 2000 07:57:23 +0100
43800              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
43801      Branch: perl
43802            ! t/lib/b.t t/lib/peek.t
43803 ____________________________________________________________________________
43804 [  6613] By: jhi                                   on 2000/08/14  13:45:33
43805         Log: VMS configure.com update continues.
43806      Branch: perl
43807            - vms/configure.com
43808            ! MANIFEST configure.com
43809 ____________________________________________________________________________
43810 [  6612] By: jhi                                   on 2000/08/13  22:13:35
43811         Log: Update Changes.
43812      Branch: perl
43813            ! Changes
43814 ____________________________________________________________________________
43815 [  6611] By: jhi                                   on 2000/08/13  16:21:45
43816         Log: Upgrade to CGI 2.71, from Lincoln Stein.
43817      Branch: perl
43818            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
43819 ____________________________________________________________________________
43820 [  6610] By: jhi                                   on 2000/08/13  15:09:16
43821         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
43822              From: Mike Guy <mjtg@cam.ac.uk>
43823              Date: Sun, 13 Aug 2000 13:45:51 +0100
43824              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
43825      Branch: perl
43826            ! t/op/regmesg.t
43827 ____________________________________________________________________________
43828 [  6609] By: jhi                                   on 2000/08/13  14:31:26
43829         Log: Andreas says that 1.56 is fine, so reverting back to it.
43830      Branch: perl
43831            ! lib/CPAN.pm
43832 ____________________________________________________________________________
43833 [  6608] By: jhi                                   on 2000/08/13  05:34:20
43834         Log: Update Changes.
43835      Branch: perl
43836            ! Changes
43837 ____________________________________________________________________________
43838 [  6607] By: jhi                                   on 2000/08/13  05:32:01
43839         Log: Put back the \z changes of #5406 to CPAN.pm.
43840      Branch: perl
43841            ! lib/CPAN.pm
43842 ____________________________________________________________________________
43843 [  6606] By: jhi                                   on 2000/08/13  05:20:16
43844         Log: Fix-n-skip the tests under 5005threads.
43845      Branch: perl
43846            ! t/lib/b.t
43847 ____________________________________________________________________________
43848 [  6605] By: jhi                                   on 2000/08/13  05:07:48
43849         Log: Fix the test for 5005threads.
43850      Branch: perl
43851            ! t/lib/peek.t
43852 ____________________________________________________________________________
43853 [  6604] By: jhi                                   on 2000/08/13  03:35:37
43854         Log: Should have deleted this in #6603.
43855      Branch: perl
43856            - vms/subconfigure.com
43857 ____________________________________________________________________________
43858 [  6603] By: jhi                                   on 2000/08/12  18:29:32
43859         Log: Rewrite of vms/subconfigure.com as configure.com,
43860              from Peter Prymmer and the vmsperl crew.
43861      Branch: perl
43862            + vms/configure.com
43863            ! MANIFEST
43864 ____________________________________________________________________________
43865 [  6602] By: jhi                                   on 2000/08/11  13:00:01
43866         Log: PlainText.pm is dead.
43867      Branch: perl
43868            - lib/Pod/PlainText.pm
43869            ! MANIFEST
43870 ____________________________________________________________________________
43871 [  6601] By: jhi                                   on 2000/08/11  04:06:45
43872         Log: Update Changes.
43873      Branch: perl
43874            ! Changes
43875 ____________________________________________________________________________
43876 [  6600] By: jhi                                   on 2000/08/11  04:06:10
43877         Log: Add a few missing files, update MANIFEST.
43878      Branch: perl
43879            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
43880            + lib/Pod/PlainText.pm t/pod/find.t
43881            ! MANIFEST t/op/regmesg.t
43882 ____________________________________________________________________________
43883 [  6599] By: jhi                                   on 2000/08/11  03:31:10
43884         Log: Add Perl debugging tutorial, regen toc. 
43885              
43886              Subject: perldebtut.pod
43887              From: Richard Foley <Richard.Foley@m.dasa.de>
43888              Date: Wed, 09 Aug 2000 10:17:15 +0200
43889              Message-id: <3991138B.262247B8@m.dasa.de>
43890      Branch: perl
43891            + pod/perldebtut.pod
43892            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
43893 ____________________________________________________________________________
43894 [  6598] By: jhi                                   on 2000/08/11  02:48:56
43895         Log: tiny Changes edit
43896      Branch: perl
43897            ! Changes
43898 ____________________________________________________________________________
43899 [  6597] By: jhi                                   on 2000/08/11  02:39:04
43900         Log: Tests for #6589.
43901              
43902              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
43903              From: simon@brecon.co.uk (Simon Cozens)
43904              Date: 11 Aug 2000 02:24:52 GMT
43905              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
43906      Branch: perl
43907            ! t/lib/b.t
43908 ____________________________________________________________________________
43909 [  6596] By: jhi                                   on 2000/08/11  01:50:07
43910         Log: Update Changes.
43911      Branch: perl
43912            ! Changes
43913 ____________________________________________________________________________
43914 [  6595] By: jhi                                   on 2000/08/11  01:47:16
43915         Log: nitfix
43916      Branch: perl
43917            ! Changes
43918 ____________________________________________________________________________
43919 [  6594] By: jhi                                   on 2000/08/11  01:36:16
43920         Log: Subject: Getting perlio and threads to compile
43921              From: Lupe Christoph <lupe@lupe-christoph.de>
43922              Date: Wed, 9 Aug 2000 11:35:54 +0200
43923              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
43924              
43925              (the Solaris version changes in Configure skipped)
43926      Branch: perl
43927            ! hints/solaris_2.sh thread.h
43928 ____________________________________________________________________________
43929 [  6593] By: jhi                                   on 2000/08/11  01:30:16
43930         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
43931              From: simon@brecon.co.uk (Simon Cozens)
43932              Date: 1 Aug 2000 06:55:19 GMT
43933              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
43934      Branch: perl
43935            ! lib/utf8.pm
43936 ____________________________________________________________________________
43937 [  6592] By: jhi                                   on 2000/08/11  01:26:39
43938         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
43939              From: Peter Scott <Peter@PeterScott.com>
43940              Date: Thu, 10 Aug 2000 08:23:27 -0700
43941              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
43942      Branch: perl
43943            ! lib/perl5db.pl
43944 ____________________________________________________________________________
43945 [  6591] By: jhi                                   on 2000/08/11  01:22:02
43946         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
43947              From: Hugo <hv@crypt.compulink.co.uk>
43948              Date: Thu, 10 Aug 2000 19:23:04 +0100
43949              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
43950      Branch: perl
43951            ! regexec.c t/op/pat.t
43952 ____________________________________________________________________________
43953 [  6590] By: jhi                                   on 2000/08/11  01:19:19
43954         Log: Preprocessing and postprocessing for File::Find.
43955              
43956              Subject: Patch to Find::File.pm to allow alphabetical results
43957              From: Joe Smith <jsmith@inwap.com>
43958              Date: Wed, 9 Aug 2000 02:44:54 -0700
43959              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
43960      Branch: perl
43961            ! lib/File/Find.pm
43962 ____________________________________________________________________________
43963 [  6589] By: jhi                                   on 2000/08/11  01:12:39
43964         Log: B::Deparse didn't do sub attributes.
43965              
43966              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
43967              From: simon@brecon.co.uk (Simon Cozens)
43968              Date: 9 Aug 2000 04:49:20 GMT
43969              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
43970      Branch: perl
43971            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
43972 ____________________________________________________________________________
43973 [  6588] By: jhi                                   on 2000/08/11  01:06:40
43974         Log: Subject: debugger "d" command doesnt check line number
43975              From: Mike Guy <mjtg@cam.ac.uk>
43976              Date: Tue, 08 Aug 2000 21:54:29 +0100
43977              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
43978      Branch: perl
43979            ! lib/perl5db.pl mg.c pod/perldiag.pod
43980 ____________________________________________________________________________
43981 [  6587] By: jhi                                   on 2000/08/11  00:45:03
43982         Log: sleep(1) does not necessarily return 1.
43983              
43984              Subject: [PATCH bleadperl] op/lex_assign.t  
43985              From: Hugo <hv@crypt.compulink.co.uk>
43986              Date: Thu, 03 Aug 2000 14:34:22 +0100        
43987              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
43988      Branch: perl
43989            ! t/op/lex_assign.t
43990 ____________________________________________________________________________
43991 [  6586] By: jhi                                   on 2000/08/11  00:31:50
43992         Log: Document the IO::Select timeout.
43993      Branch: perl
43994            ! ext/IO/lib/IO/Select.pm
43995 ____________________________________________________________________________
43996 [  6585] By: jhi                                   on 2000/08/11  00:13:54
43997         Log: Forgot contributor.
43998      Branch: perl
43999            ! Changes
44000 ____________________________________________________________________________
44001 [  6584] By: jhi                                   on 2000/08/11  00:09:19
44002         Log: detypo
44003      Branch: perl
44004            ! Changes
44005 ____________________________________________________________________________
44006 [  6583] By: jhi                                   on 2000/08/11  00:07:53
44007         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
44008              
44009              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
44010              From: Mike Guy <mjtg@cam.ac.uk> 
44011              Date: Thu, 10 Aug 2000 15:50:54 +0100
44012              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
44013      Branch: perl
44014            ! sv.c t/op/int.t
44015 ____________________________________________________________________________
44016 [  6582] By: jhi                                   on 2000/08/10  23:29:32
44017         Log: Update Changes.
44018      Branch: perl
44019            ! Changes
44020 ____________________________________________________________________________
44021 [  6581] By: jhi                                   on 2000/08/10  23:26:16
44022         Log: Put back the std @INC thing.
44023      Branch: perl
44024            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
44025            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
44026            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
44027            ! t/lib/gol-oo.t
44028 ____________________________________________________________________________
44029 [  6580] By: jhi                                   on 2000/08/10  23:03:34
44030         Log: Update to CGI 2.70, from Lincoln Stein.
44031      Branch: perl
44032            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
44033            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
44034            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
44035            ! t/lib/cgi-request.t
44036 ____________________________________________________________________________
44037 [  6579] By: jhi                                   on 2000/08/10  22:41:50
44038         Log: Update to CPAN 1.56, from Andreas König.
44039      Branch: perl
44040            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
44041 ____________________________________________________________________________
44042 [  6578] By: jhi                                   on 2000/08/10  22:38:13
44043         Log: Update to Pod::Parser 1.17, from Brad Appleton.
44044      Branch: perl
44045            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
44046            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
44047            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
44048            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
44049            ! t/pod/include.t t/pod/included.t t/pod/lref.t
44050            ! t/pod/multiline_items.t t/pod/nested_items.t
44051            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
44052            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
44053            ! t/pod/special_seqs.t
44054 ____________________________________________________________________________
44055 [  6577] By: jhi                                   on 2000/08/10  22:35:41
44056         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
44057      Branch: perl
44058            ! AUTHORS MAINTAIN
44059 ____________________________________________________________________________
44060 [  6576] By: jhi                                   on 2000/08/10  22:24:54
44061         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
44062      Branch: perl
44063            + t/lib/gol-oo.t
44064            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
44065            ! t/lib/gol-compat.t t/lib/gol-linkage.t
44066 ____________________________________________________________________________
44067 [  6575] By: jhi                                   on 2000/08/10  22:02:07
44068         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
44069      Branch: perl
44070            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
44071 ____________________________________________________________________________
44072 [  6574] By: jhi                                   on 2000/08/10  21:55:03
44073         Log: Iterating perl6 description.
44074      Branch: perl
44075            ! pod/perlfaq1.pod
44076 ____________________________________________________________________________
44077 [  6573] By: jhi                                   on 2000/08/10  21:48:26
44078         Log: Revert the sv.c part of #6559, a better fix is needed.
44079      Branch: perl
44080            ! sv.c
44081 ____________________________________________________________________________
44082 [  6572] By: jhi                                   on 2000/08/10  20:33:43
44083         Log: It's the 2ndO'ROSSC.
44084      Branch: perl
44085            ! pod/perlfaq1.pod
44086 ____________________________________________________________________________
44087 [  6571] By: jhi                                   on 2000/08/10  15:55:48
44088         Log: detypo
44089      Branch: perl
44090            ! pod/perlfaq1.pod
44091 ____________________________________________________________________________
44092 [  6570] By: jhi                                   on 2000/08/10  14:11:17
44093         Log: An exceptionally sticky typo.
44094      Branch: perl
44095            ! Changes
44096 ____________________________________________________________________________
44097 [  6569] By: jhi                                   on 2000/08/10  14:09:33
44098         Log: detypo (and test Changes updating script)
44099      Branch: perl
44100            ! Changes
44101 ____________________________________________________________________________
44102 [  6568] By: jhi                                   on 2000/08/10  14:07:07
44103         Log: Update Changes.
44104      Branch: perl
44105            ! Changes
44106 ____________________________________________________________________________
44107 [  6567] By: jhi                                   on 2000/08/10  14:06:19
44108         Log: Amend the description of Perl6.
44109              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
44110              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
44111              Date: Wed, 9 Aug 2000 22:11:06 -0500
44112              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
44113      Branch: perl
44114            ! pod/perlfaq1.pod
44115 ____________________________________________________________________________
44116 [  6566] By: jhi                                   on 2000/08/10  13:58:57
44117         Log: Subject: Remove dead entry in perldiag
44118              From: Mike Guy <mjtg@cam.ac.uk>
44119              Date: Thu, 10 Aug 2000 14:19:19 +0100
44120              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
44121      Branch: perl
44122            ! pod/perldiag.pod
44123 ____________________________________________________________________________
44124 [  6565] By: jhi                                   on 2000/08/10  13:51:48
44125         Log: Zero entries were skipped, fix from Adrian Goalby
44126              <argoalby@yahoo.co.uk>
44127      Branch: perl
44128            ! lib/unicode/Number.pl lib/unicode/mktables.PL
44129 ____________________________________________________________________________
44130 [  6564] By: jhi                                   on 2000/08/10  13:00:12
44131         Log: Subject: [PATCH 5.6.0] cygwin port
44132              From: "Fifer, Eric" <EFifer@sanwaint.com>
44133              Date: Thu, 10 Aug 2000 13:15:36 +0100
44134              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
44135      Branch: perl
44136            ! README.cygwin hints/cygwin.sh
44137 ____________________________________________________________________________
44138 [  6563] By: jhi                                   on 2000/08/10  12:55:16
44139         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
44140      Branch: perl
44141            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
44142 ____________________________________________________________________________
44143 [  6562] By: gsar                                  on 2000/08/10  08:38:39
44144         Log: warn is a macro, avoid using at a variable to avoid warnings
44145              in some configurations; readdir.t is too conservative in
44146              estimating number of *.t's
44147      Branch: perl
44148            ! t/op/readdir.t util.c
44149 ____________________________________________________________________________
44150 [  6561] By: jhi                                   on 2000/08/09  23:35:42
44151         Log: Update Changes.
44152      Branch: perl
44153            ! Changes
44154 ____________________________________________________________________________
44155 [  6560] By: jhi                                   on 2000/08/09  23:05:47
44156         Log: Subject: Re: enhanced(?) regex error messages
44157              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
44158              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
44159              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
44160              
44161              (plus two small patches sent privately)
44162              (this still seems to leave few test failures)
44163      Branch: perl
44164            + t/op/regmesg.t
44165            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
44166            ! t/pragma/warn/regcomp
44167 ____________________________________________________________________________
44168 [  6559] By: jhi                                   on 2000/08/09  20:41:18
44169         Log: (The fix did work but was not right, retracted in #6573)
44170              
44171              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
44172              From: Christian Kirsch <ck@held.mind.de>
44173              Date: Wed, 9 Aug 2000 17:05:17 +0200
44174              Message-Id: <20000809170517.A25389@held>
44175      Branch: perl
44176            ! sv.c t/pragma/locale.t
44177 ____________________________________________________________________________
44178 [  6558] By: jhi                                   on 2000/08/08  22:34:08
44179         Log: Tiny updates on the contributors list.
44180      Branch: perl
44181            ! Changes
44182 ____________________________________________________________________________
44183 [  6557] By: jhi                                   on 2000/08/08  19:34:28
44184         Log: Double check that we have a dirhandle.
44185      Branch: perl
44186            ! util.c
44187 ____________________________________________________________________________
44188 [  6556] By: jhi                                   on 2000/08/08  19:01:51
44189         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
44190              May be repopulated with fresh maintained examples.
44191      Branch: perl
44192            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
44193            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
44194            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
44195            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
44196            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
44197            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
44198            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
44199            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
44200            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
44201            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
44202            + lib/CGI/eg/wilogo_gif.uu
44203            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
44204            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
44205            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
44206            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
44207            - eg/cgi/frameset.cgi eg/cgi/index.html
44208            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
44209            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
44210            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
44211            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
44212            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
44213            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
44214            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
44215            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
44216            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
44217            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
44218            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
44219            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
44220            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
44221            - eg/van/vanish eg/who eg/wrapsuid
44222            ! MANIFEST
44223 ____________________________________________________________________________
44224 [  6555] By: jhi                                   on 2000/08/08  18:51:08
44225         Log: Delete chat2 as requested by Randal.
44226              
44227              Subject: Re: perlfaq8 coyness
44228              From: merlyn@stonehenge.com (Randal L. Schwartz) 
44229              Date: 15 May 2000 18:52:42 -0700 
44230              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
44231      Branch: perl
44232            - lib/chat2.pl
44233            ! MANIFEST
44234 ____________________________________________________________________________
44235 [  6554] By: jhi                                   on 2000/08/08  18:31:35
44236         Log: Regen global.sym.
44237      Branch: perl
44238            ! global.sym
44239 ____________________________________________________________________________
44240 [  6553] By: jhi                                   on 2000/08/08  18:28:13
44241         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
44242              (either perlbug or p5p ate the original), plus regen
44243              perlapi and perltoc. 
44244      Branch: perl
44245            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
44246            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
44247            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
44248            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
44249            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
44250            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
44251            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
44252            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
44253            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
44254            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
44255 ____________________________________________________________________________
44256 [  6552] By: jhi                                   on 2000/08/08  18:06:29
44257         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
44258              From: Mike Guy <mjtg@cam.ac.uk>
44259              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
44260              Date: Tue, 08 Aug 2000 15:51:27 +0100
44261      Branch: perl
44262            ! doop.c sv.h t/op/join.t t/pragma/overload.t
44263 ____________________________________________________________________________
44264 [  6551] By: jhi                                   on 2000/08/08  18:01:11
44265         Log: Re-apply #6549.
44266      Branch: perl
44267            ! lib/perl5db.pl
44268 ____________________________________________________________________________
44269 [  6550] By: jhi                                   on 2000/08/08  17:43:08
44270         Log: Accidental retraction of #6549.
44271      Branch: perl
44272            ! lib/perl5db.pl
44273 ____________________________________________________________________________
44274 [  6549] By: jhi                                   on 2000/08/08  17:40:04
44275         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
44276              From: Mike Guy <mjtg@cam.ac.uk>
44277              Date: Mon, 07 Aug 2000 21:49:58 +0100
44278              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
44279      Branch: perl
44280            ! lib/perl5db.pl
44281 ____________________________________________________________________________
44282 [  6548] By: jhi                                   on 2000/08/08  17:37:57
44283         Log: Document here-doc better.
44284              
44285              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
44286              From: Mike Guy <mjtg@cam.ac.uk>
44287              Date: Mon, 07 Aug 2000 14:02:09 +0100
44288              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
44289      Branch: perl
44290            ! pod/perldata.pod
44291 ____________________________________________________________________________
44292 [  6547] By: jhi                                   on 2000/08/08  17:33:34
44293         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
44294              From: "Randy J. Ray" <rjray@redhat.com>
44295              Date: Mon, 07 Aug 2000 19:12:25 -0700
44296              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
44297      Branch: perl
44298            ! perl.c pod/perlrun.pod
44299 ____________________________________________________________________________
44300 [  6546] By: jhi                                   on 2000/08/08  17:29:26
44301         Log: Subject: Re: enhanced(?) regex error messages 
44302              From: Hugo <hv@crypt.compulink.co.uk>
44303              Date: Tue, 08 Aug 2000 03:25:51 +0100
44304              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
44305              
44306              plus Capitalize the error messages, plus perldiag them.
44307      Branch: perl
44308            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
44309 ____________________________________________________________________________
44310 [  6545] By: jhi                                   on 2000/08/08  13:59:28
44311         Log: Augment #6539 a bit: don't croak if there's magic in the air.
44312              
44313              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
44314              From: Hugo <hv@crypt.compulink.co.uk>
44315              Date: Tue, 08 Aug 2000 03:02:03 +0100
44316              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
44317      Branch: perl
44318            ! pp.c t/op/bless.t
44319 ____________________________________________________________________________
44320 [  6544] By: jhi                                   on 2000/08/07  21:11:52
44321         Log: Make the test -w clean.
44322      Branch: perl
44323            ! t/op/bless.t
44324 ____________________________________________________________________________
44325 [  6543] By: jhi                                   on 2000/08/07  19:49:53
44326         Log: use warnings instead of $^W.
44327      Branch: perl
44328            ! t/op/bless.t
44329 ____________________________________________________________________________
44330 [  6542] By: jhi                                   on 2000/08/07  17:41:41
44331         Log: Disable a portability warning Because We Know What We Are Doing.
44332      Branch: perl
44333            ! t/op/bless.t
44334 ____________________________________________________________________________
44335 [  6541] By: jhi                                   on 2000/08/07  17:29:51
44336         Log: Tiny tidying on report_evil_fh().
44337      Branch: perl
44338            ! util.c
44339 ____________________________________________________________________________
44340 [  6540] By: jhi                                   on 2000/08/07  16:37:38
44341         Log: Make regular expression parse error messages easier to understand.
44342              
44343              Subject: Re: enhanced(?) regex error messages
44344              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
44345              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
44346              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
44347      Branch: perl
44348            ! regcomp.c
44349 ____________________________________________________________________________
44350 [  6539] By: jhi                                   on 2000/08/07  16:12:27
44351         Log: Make bless(REF, REF) a fatal error, add bless tests.
44352              
44353              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
44354              From: Hugo <hv@crypt.compulink.co.uk>
44355              Date: Mon, 07 Aug 2000 16:59:38 +0100
44356              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
44357      Branch: perl
44358            + t/op/bless.t
44359            ! MANIFEST pod/perldiag.pod pp.c sv.c
44360 ____________________________________________________________________________
44361 [  6538] By: jhi                                   on 2000/08/07  15:59:43
44362         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
44363              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
44364              Date: Thu, 3 Aug 2000 14:29:21 -0700
44365              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
44366      Branch: perl
44367            ! lib/lib_pm.PL
44368 ____________________________________________________________________________
44369 [  6537] By: jhi                                   on 2000/08/07  15:47:18
44370         Log: Retract #6419 for now since it breaks in AFS and MachTen.
44371      Branch: perl
44372            ! lib/Cwd.pm
44373 ____________________________________________________________________________
44374 [  6536] By: jhi                                   on 2000/08/07  15:05:29
44375         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
44376              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
44377              The security hole exists only in suidperls, which isn't
44378              installed or even built by default.
44379      Branch: perl
44380            ! perl.c
44381 ____________________________________________________________________________
44382 [  6535] By: jhi                                   on 2000/08/07  14:45:14
44383         Log: tr memory corruption fix from Simon Cozens.
44384      Branch: perl
44385            ! doop.c
44386 ____________________________________________________________________________
44387 [  6534] By: jhi                                   on 2000/08/06  11:38:16
44388         Log: Document a bit that UDP is not what you might think.
44389              
44390              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
44391              From: Lupe Christoph <lupe@lupe-christoph.de>
44392              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
44393              Date: Mon, 24 Jul 2000 08:59:15 +0200
44394      Branch: perl
44395            ! pod/perlipc.pod
44396 ____________________________________________________________________________
44397 [  6533] By: jhi                                   on 2000/08/06  11:35:01
44398         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
44399              From: Jeff Pinyan <jeffp@hut.crusoe.net>
44400              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
44401              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
44402      Branch: perl
44403            ! pod/perlfunc.pod
44404 ____________________________________________________________________________
44405 [  6532] By: jhi                                   on 2000/08/06  03:45:41
44406         Log: Have symbols for the IoTYPEs.
44407      Branch: perl
44408            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
44409 ____________________________________________________________________________
44410 [  6531] By: jhi                                   on 2000/08/06  01:33:55
44411         Log: Continue fixing the io warnings.  This also
44412              sort of fixes bug ID 20000802.003: the core dump
44413              is no more.  Whether the current behaviour is correct
44414              (giving a warning: "Not a format reference"), is another matter.
44415      Branch: perl
44416            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
44417            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
44418 ____________________________________________________________________________
44419 [  6530] By: jhi                                   on 2000/08/05  21:33:12
44420         Log: Change the Policy policy: now -Dprefix= with an existing
44421              Policy.sh and prefix == siteprefix == vendorprefix, then all
44422              of them follow along the new prefix.
44423              
44424              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
44425              From: Andy Dougherty <doughera@lafayette.edu>
44426              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
44427              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
44428      Branch: perl
44429            ! Policy_sh.SH
44430 ____________________________________________________________________________
44431 [  6529] By: jhi                                   on 2000/08/05  18:57:28
44432         Log: Zap lib/Sys directory when cleaning up.
44433      Branch: perl
44434            ! Makefile.SH
44435 ____________________________________________________________________________
44436 [  6528] By: jhi                                   on 2000/08/05  18:40:44
44437         Log: Essential prototype changes were missing from #6527.
44438              Also make report_evil_fh() more bomb-proof.
44439      Branch: perl
44440            ! embed.h util.c
44441 ____________________________________________________________________________
44442 [  6527] By: jhi                                   on 2000/08/05  03:22:05
44443         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
44444              From: "Ronald F. Guilmette" <rfg@monkeys.com>
44445              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
44446              Message-Id: <200007242247.PAA52177@monkeys.com>
44447      Branch: perl
44448            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
44449 ____________________________________________________________________________
44450 [  6526] By: jhi                                   on 2000/08/04  21:23:27
44451         Log: gcc versions might have (parentheses) in them.
44452      Branch: metaconfig/U/perl
44453            ! gccvers.U
44454      Branch: perl
44455            ! Configure config_h.SH
44456 ____________________________________________________________________________
44457 [  6525] By: jhi                                   on 2000/08/04  20:23:12
44458         Log: Weed buglets pointed out by
44459              
44460              From: Lupe Christoph <lupe@lupe-christoph.de>
44461              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
44462              Date: Fri, 4 Aug 2000 17:34:39 +0200
44463              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
44464      Branch: metaconfig/U/perl
44465            ! gccvers.U uselfs.U
44466      Branch: perl
44467            ! Configure config_h.SH
44468 ____________________________________________________________________________
44469 [  6524] By: jhi                                   on 2000/08/04  19:02:08
44470         Log: Warn under -w if lstat(FH) is attempted.
44471              
44472              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
44473              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
44474              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
44475              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
44476      Branch: perl
44477            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
44478            ! t/pragma/warn/pp_sys
44479 ____________________________________________________________________________
44480 [  6523] By: jhi                                   on 2000/08/04  12:31:11
44481         Log: Subject: New perlcc, take 2
44482              From: simon@brecon.co.uk (Simon Cozens)
44483              Date: 4 Aug 2000 06:21:04 GMT
44484              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
44485      Branch: perl
44486            ! utils/perlcc.PL
44487 ____________________________________________________________________________
44488 [  6522] By: jhi                                   on 2000/08/04  12:26:33
44489         Log: Subject: Re: Array vs. List context
44490              From: Daniel Chetlin <daniel@chetlin.com>
44491              Date: Fri, 4 Aug 2000 00:22:44 -0700
44492              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
44493      Branch: perl
44494            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
44495            ! pod/perlfaq4.pod
44496 ____________________________________________________________________________
44497 [  6521] By: jhi                                   on 2000/08/04  12:22:38
44498         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
44499              From: Raymund Will <ray@caldera.de>
44500              Date: Fri, 4 Aug 2000 12:07:09 +0200
44501              Message-Id: <20000804120709.A14982@caldera.de>
44502      Branch: perl
44503            ! configure.gnu
44504 ____________________________________________________________________________
44505 [  6520] By: jhi                                   on 2000/08/04  04:09:06
44506         Log: After the #6519 a warning about stat() is just that,
44507              not about a filetest, which now have their own warning.
44508      Branch: perl
44509            ! pod/perldiag.pod
44510 ____________________________________________________________________________
44511 [  6519] By: jhi                                   on 2000/08/04  04:06:30
44512         Log: In the warnings call filehandles consistently so;
44513              add "unopened" warning for stat().
44514      Branch: perl
44515            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
44516            ! t/pragma/warn/pp_sys
44517 ____________________________________________________________________________
44518 [  6518] By: jhi                                   on 2000/08/04  02:55:35
44519         Log: Subject: Minor tweak to perlvar.pod
44520              From: "Stephen P. Potter" <spp@ds.net>
44521              Date: Tue, 18 Apr 2000 09:26:03 -0400
44522              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
44523      Branch: perl
44524            ! pod/perlvar.pod
44525 ____________________________________________________________________________
44526 [  6517] By: jhi                                   on 2000/08/04  02:50:08
44527         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
44528              From: "Clinton Pierce" <cpierce1@ford.com>
44529              Date: Wed, 21 Jul 1999 16:45:31 -0400
44530              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
44531              
44532              Fix by Stephen Potter (visible in the bug db but not in p5p?)
44533      Branch: perl
44534            ! pod/perlfunc.pod pod/perlop.pod
44535 ____________________________________________________________________________
44536 [  6516] By: jhi                                   on 2000/08/04  02:09:25
44537         Log: This is 6512.  Really.
44538      Branch: perl
44539            ! dump.c
44540 ____________________________________________________________________________
44541 [  6515] By: jhi                                   on 2000/08/04  01:25:50
44542         Log: mention the idea of @( and @)
44543      Branch: perl
44544            ! Todo-5.6
44545 ____________________________________________________________________________
44546 [  6514] By: bailey                                on 2000/08/04  01:18:46
44547         Log: YA resync with mainstem, including VMS patches from others
44548      Branch: vmsperl
44549           +> (branch 48 files)
44550            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
44551           !> (integrate 354 files)
44552 ____________________________________________________________________________
44553 [  6513] By: jhi                                   on 2000/08/04  01:18:18
44554         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
44555              From: Mark Dickinson <dickins3@fas.harvard.edu>
44556              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
44557              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
44558      Branch: perl
44559            ! t/op/grent.t t/op/pwent.t
44560 ____________________________________________________________________________
44561 [  6512] By: jhi                                   on 2000/08/04  01:14:06
44562         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
44563              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
44564              Date: Wed, 02 Aug 2000 10:51:01 +0100
44565              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
44566      Branch: perl
44567            ! sv.c
44568 ____________________________________________________________________________
44569 [  6511] By: jhi                                   on 2000/08/04  00:57:00
44570         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
44571              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
44572              Date: Thu, 03 Aug 2000 17:20:04 -0700
44573              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
44574      Branch: metaconfig
44575            ! U/modified/Cppsym.U
44576      Branch: perl
44577            ! Configure config_h.SH
44578 ____________________________________________________________________________
44579 [  6510] By: jhi                                   on 2000/08/04  00:25:28
44580         Log: detypo
44581      Branch: perl
44582            ! Makefile.SH
44583 ____________________________________________________________________________
44584 [  6509] By: jhi                                   on 2000/08/03  23:43:18
44585         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
44586              From: Dominic Dunlop <domo@computer.org>
44587              Date: Thu, 3 Aug 2000 22:16:46 +0200
44588              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
44589      Branch: perl
44590            ! t/op/sprintf.t
44591 ____________________________________________________________________________
44592 [  6508] By: jhi                                   on 2000/08/03  23:40:37
44593         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
44594              From: Hugo <hv@crypt.compulink.co.uk>
44595              Date: Thu, 03 Aug 2000 18:25:30 +0100
44596              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
44597      Branch: perl
44598            ! regcomp.c t/op/re_tests
44599 ____________________________________________________________________________
44600 [  6507] By: jhi                                   on 2000/08/03  23:38:28
44601         Log: Subject: [PATCH] sv.h documentation - SvLEN
44602              From: Mike Guy <mjtg@cam.ac.uk>
44603              Date: Thu, 03 Aug 2000 14:43:09 +0100
44604              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
44605      Branch: perl
44606            ! sv.h
44607 ____________________________________________________________________________
44608 [  6506] By: jhi                                   on 2000/08/03  15:49:14
44609         Log: Disable the fix_pl hack for now.
44610      Branch: perl
44611            ! Makefile.SH
44612 ____________________________________________________________________________
44613 [  6505] By: jhi                                   on 2000/08/03  13:49:04
44614         Log: Add a URL for FSF.
44615              
44616              Subject: Patch for README
44617              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
44618              Date: Wed, 2 Aug 2000 13:25:09 -0500
44619              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
44620      Branch: perl
44621            ! README
44622 ____________________________________________________________________________
44623 [  6504] By: jhi                                   on 2000/08/03  13:29:19
44624         Log: Be more informative on what is skipped and why,
44625              also repeat the list at the end.
44626      Branch: perl
44627            ! Porting/p4desc
44628 ____________________________________________________________________________
44629 [  6503] By: jhi                                   on 2000/08/03  13:07:05
44630         Log: Circumvent the removal of .patch by fix_pl.
44631              
44632              Subject: Re: [ID 20000802.011] unable to 'make test'          
44633              From: simon@brecon.co.uk (Simon Cozens) 
44634              Date: 3 Aug 2000 04:17:00 GMT
44635              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
44636      Branch: perl
44637            ! Makefile.SH
44638 ____________________________________________________________________________
44639 [  6502] By: jhi                                   on 2000/08/03  00:14:34
44640         Log: Add the missing setproctitle unit.
44641      Branch: metaconfig/U/perl
44642            + d_setproctitle.U
44643 ____________________________________________________________________________
44644 [  6501] By: jhi                                   on 2000/08/03  00:00:26
44645         Log: The subtest 4 may fail also on VOBS, as pointed out
44646              by Nick Ing-Simmons in November 1999, bug id 19991124.003
44647              (but the failure in that bug report isn't the subtest 4).
44648      Branch: perl
44649            ! t/op/stat.t
44650 ____________________________________________________________________________
44651 [  6500] By: jhi                                   on 2000/08/02  23:49:30
44652         Log: Better skip message for the test; one of the two problems in
44653              
44654              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
44655              From: Lupe Christoph <lupe@lupe-christoph.de>
44656              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
44657              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
44658      Branch: perl
44659            ! t/op/numconvert.t
44660 ____________________________________________________________________________
44661 [  6499] By: jhi                                   on 2000/08/02  22:49:16
44662         Log: Allow "no Module;" even if there is no 'unimport'.
44663              
44664              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
44665              From: mjd@plover.com
44666              Date: 24 Mar 2000 15:24:34 -0000
44667              Message-Id: <20000324152434.15160.qmail@plover.com>
44668      Branch: perl
44669            ! gv.c
44670 ____________________________________________________________________________
44671 [  6498] By: jhi                                   on 2000/08/02  22:42:58
44672         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
44673              that are hopefully soon put into use.
44674      Branch: perl
44675            ! opcode.h opcode.pl opnames.h
44676 ____________________________________________________________________________
44677 [  6497] By: gsar                                  on 2000/08/02  22:28:59
44678         Log: require.t needs binmode() to work on windows
44679      Branch: perl
44680            ! t/comp/require.t
44681 ____________________________________________________________________________
44682 [  6496] By: jhi                                   on 2000/08/02  22:08:51
44683         Log: Document the IVdf UVuf UVof UVxf.
44684      Branch: perl
44685            ! pod/perlguts.pod
44686 ____________________________________________________________________________
44687 [  6495] By: jhi                                   on 2000/08/02  21:54:26
44688         Log: detypo #6494
44689      Branch: perl
44690            ! ext/Data/Dumper/Dumper.xs
44691 ____________________________________________________________________________
44692 [  6494] By: jhi                                   on 2000/08/02  21:49:17
44693         Log: Dump UVs as UVs in Data::Dumper.
44694              
44695              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
44696              From: Gurusamy Sarathy <gsar@ActiveState.com>
44697              Date: Thu, 27 Apr 2000 12:26:25 -0700
44698              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
44699      Branch: perl
44700            ! ext/Data/Dumper/Dumper.xs
44701 ____________________________________________________________________________
44702 [  6493] By: jhi                                   on 2000/08/02  17:01:58
44703         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
44704              From: Hugo <hv@crypt.compulink.co.uk>
44705              Date: Wed, 02 Aug 2000 14:53:56 +0100
44706              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
44707      Branch: perl
44708            ! regexec.c t/op/re_tests
44709 ____________________________________________________________________________
44710 [  6492] By: jhi                                   on 2000/08/02  15:02:46
44711         Log: The new setproctitle() feature is available only in 
44712              bleeding edge FreeBSD.  From Paul Saab.
44713      Branch: perl
44714            ! mg.c
44715 ____________________________________________________________________________
44716 [  6491] By: jhi                                   on 2000/08/02  13:34:36
44717         Log: The tr utf8 patching continues.
44718              
44719              Subject: Re: #6469, too many tests claimed in require.t
44720              From: simon@brecon.co.uk (Simon Cozens)
44721              Date: 2 Aug 2000 02:37:17 GMT
44722              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
44723              
44724              (the logic of the test was the wrong way round in the patch)
44725      Branch: perl
44726            ! doop.c
44727 ____________________________________________________________________________
44728 [  6490] By: jhi                                   on 2000/08/02  13:27:38
44729         Log: The name of a filehandle does not have <these>.
44730      Branch: perl
44731            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
44732            ! t/pragma/warn/pp_sys util.c
44733 ____________________________________________________________________________
44734 [  6489] By: jhi                                   on 2000/08/02  04:26:46
44735         Log: Remove the extraneous "main::" prefix from all the
44736              "opened only for", "on closed", and "never opened" warnings.
44737              
44738              Subject: Re: inappropriate warning
44739              From: Gurusamy Sarathy <gsar@ActiveState.com>
44740              Date: Mon, 20 Mar 2000 11:28:02 -0800
44741              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
44742      Branch: perl
44743            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
44744            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
44745            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
44746 ____________________________________________________________________________
44747 [  6488] By: jhi                                   on 2000/08/02  03:02:57
44748         Log: memcpy has n o in it, as pinted ut by Sarathy.
44749      Branch: perl
44750            ! pod/perlguts.pod
44751 ____________________________________________________________________________
44752 [  6487] By: jhi                                   on 2000/08/02  02:44:51
44753         Log: Document in one place the memory abstractions used in Perl core.
44754              
44755              Subject: Re: Memory abstraction
44756              From: simon@brecon.co.uk (Simon Cozens)
44757              Date: 2 Aug 2000 02:20:23 GMT
44758              Organization: Earth.li Origins
44759      Branch: perl
44760            ! pod/perlguts.pod
44761 ____________________________________________________________________________
44762 [  6486] By: jhi                                   on 2000/08/02  02:41:57
44763         Log: regen_headers, regen perltoc.
44764      Branch: perl
44765            ! perlapi.c pod/perltoc.pod
44766 ____________________________________________________________________________
44767 [  6485] By: jhi                                   on 2000/08/02  01:43:33
44768         Log: "This little thing tests for a file .patch, and if it contains
44769              a number, pops into patchlevel.h" (making it easier to track
44770              which development version people are reporting bugs against)
44771              
44772              Subject: Patchlevel autogeneration for repository perls
44773              From: simon@brecon.co.uk (Simon Cozens)
44774              Date: 14 Jul 2000 07:12:15 GMT
44775              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
44776      Branch: perl
44777            + fix_pl
44778            ! MANIFEST Makefile.SH
44779 ____________________________________________________________________________
44780 [  6484] By: jhi                                   on 2000/08/02  01:32:54
44781         Log: FreeBSD 3.* updates from
44782              
44783              From: Paul Saab <ps@yahoo-inc.com>
44784              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
44785              Date: Tue, 1 Aug 2000 15:41:39 -0700
44786              Message-Id: <20000801154139.A53740@yahoo-inc.com>
44787      Branch: perl
44788            ! hints/freebsd.sh
44789 ____________________________________________________________________________
44790 [  6483] By: jhi                                   on 2000/08/02  01:27:44
44791         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
44792              instead one must use setproctitle().  This was already addressed
44793              by change #6457, but the below has a new variant for FreeBSD 4.0
44794              or later, and the matter is also documented more.
44795              
44796              From: Paul Saab <ps@yahoo-inc.com>
44797              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
44798              Date: Tue, 1 Aug 2000 15:41:39 -0700
44799              Message-Id: <20000801154139.A53740@yahoo-inc.com>
44800      Branch: metaconfig/U/perl
44801            + i_libutil.U
44802      Branch: perl
44803            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
44804 ____________________________________________________________________________
44805 [  6482] By: jhi                                   on 2000/08/01  22:17:32
44806         Log: The test from this
44807              
44808              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
44809              Date: Sat, 15 Apr 2000 17:03:44 +0100
44810              From: Tom Hughes <tom@compton.nu>
44811              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
44812              
44813              was missing, the code change went in as #5989
44814              (which had a different test?)
44815      Branch: perl
44816            ! t/op/misc.t
44817 ____________________________________________________________________________
44818 [  6481] By: jhi                                   on 2000/08/01  21:48:38
44819         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
44820              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
44821              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
44822              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
44823      Branch: perl
44824            ! perl.h
44825 ____________________________________________________________________________
44826 [  6480] By: jhi                                   on 2000/08/01  18:05:28
44827         Log: Make p4desc to skip non-mainperl branches by default.
44828      Branch: perl
44829            ! Porting/p4desc
44830 ____________________________________________________________________________
44831 [  6479] By: jhi                                   on 2000/08/01  17:29:19
44832         Log: If gccosandvers is equal to osname, clear gccosandvers.
44833      Branch: metaconfig/U/perl
44834            ! gccvers.U
44835      Branch: perl
44836            ! Configure config_h.SH
44837 ____________________________________________________________________________
44838 [  6478] By: jhi                                   on 2000/08/01  15:54:08
44839         Log: BOM patching from Simon Cozens.
44840      Branch: perl
44841            ! toke.c
44842 ____________________________________________________________________________
44843 [  6477] By: jhi                                   on 2000/08/01  04:50:33
44844         Log: Stash away the largefiles flags and libswanted.
44845      Branch: perl
44846            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
44847 ____________________________________________________________________________
44848 [  6476] By: gsar                                  on 2000/08/01  04:24:24
44849         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
44850              on Windows)
44851      Branch: perl
44852            ! t/pragma/utf8.t utf8.c win32/win32.c
44853 ____________________________________________________________________________
44854 [  6475] By: jhi                                   on 2000/08/01  03:35:24
44855         Log: Make chr() for values >127 to create utf8 when under utf8.
44856              
44857              Subject: Re: uft8/chr()
44858              From: simon@brecon.co.uk (Simon Cozens)
44859              Date: 1 Aug 2000 02:37:02 GMT
44860              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
44861      Branch: perl
44862            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
44863 ____________________________________________________________________________
44864 [  6474] By: jhi                                   on 2000/08/01  02:36:18
44865         Log: In Digital UNIX warn if gcc explicitly chosen because even
44866              2.95.2 is known to cause problems.
44867      Branch: perl
44868            ! hints/dec_osf.sh
44869 ____________________________________________________________________________
44870 [  6473] By: jhi                                   on 2000/08/01  02:00:56
44871         Log: Make the safety catch for buggy gccs work with triple version
44872              numbers like 2.95.2.  Reported in
44873              
44874              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
44875              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
44876              Date: Mon, 31 Jul 2000 14:55:06 +0200
44877              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
44878      Branch: perl
44879            ! hints/dec_osf.sh
44880 ____________________________________________________________________________
44881 [  6472] By: jhi                                   on 2000/08/01  01:13:33
44882         Log: Subject: fix and question re: waitpid() under win32
44883              From: Brian Clarke <clarke@appliedmeta.com>
44884              Date: Fri, 28 Jul 2000 15:18:29 -0400
44885              Message-ID: <3981DC85.290314EB@appliedmeta.com>
44886              
44887              Slightly reformatted and WNOHANG # define moved to win32.h
44888              so that also POSIX.xs sees it, as suggsted by Sarathy.
44889      Branch: perl
44890            ! win32/win32.c win32/win32.h
44891 ____________________________________________________________________________
44892 [  6471] By: jhi                                   on 2000/08/01  00:55:05
44893         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
44894              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
44895              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
44896              Date: Mon, 31 Jul 2000 13:28:51 +0100
44897              
44898              (aka ID 20000730.002)
44899      Branch: perl
44900            ! op.c t/op/tr.t
44901 ____________________________________________________________________________
44902 [  6470] By: jhi                                   on 2000/07/31  23:34:42
44903         Log: Document the problem with -P in HP-UX and its workaround.
44904              
44905              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
44906              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
44907              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
44908              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
44909      Branch: perl
44910            ! README.hpux
44911 ____________________________________________________________________________
44912 [  6469] By: jhi                                   on 2000/07/31  04:15:02
44913         Log: The swallow_bom() saga continues.  The #23 of require.t
44914              (UTF16-LE) still fails (silently, no output) but the #22
44915              (UTF16-BE) seems to be working now.  The root of the
44916              failure may be in sv_gets(): is it UTF-16LE-aware,
44917              especially when it comes to line endings? 
44918      Branch: perl
44919            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
44920            ! t/comp/require.t toke.c utf8.c
44921 ____________________________________________________________________________
44922 [  6468] By: jhi                                   on 2000/07/30  19:05:48
44923         Log: Find green threads before native threads.
44924              
44925              Subject: Re: Patch to jpl/JNI/Makefile.PL
44926              From: Jens Thomsen <jens@fiend.cis.com>
44927              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
44928              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
44929      Branch: perl
44930            ! jpl/JNI/Makefile.PL
44931 ____________________________________________________________________________
44932 [  6467] By: jhi                                   on 2000/07/30  18:36:22
44933         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
44934      Branch: perl
44935            ! doop.c
44936 ____________________________________________________________________________
44937 [  6466] By: jhi                                   on 2000/07/30  04:37:29
44938         Log: A new version of the "remove UPPERACSE string comparison"
44939              operators.  The problem with the previous one (change #6454)
44940              was that it was for Perl 5.6.0.  From Paul Marquess.
44941      Branch: perl
44942            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
44943            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
44944            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
44945 ____________________________________________________________________________
44946 [  6465] By: jhi                                   on 2000/07/29  22:39:56
44947         Log: Do not upgrade SVs into utf8 just because they participate
44948              in eq or cmp.  Reported and fix suggested in
44949              
44950              Subject: [ID 20000720.009] sv_eq UTF8 bug
44951              From: "Simon Cozens" <simon@othersideofthe.earth.li>
44952              Date: 21 Jul 2000 04:37:29 -0000
44953              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
44954              
44955              Exercise for the kind reader: should we or should we not
44956              cache the utf8 conversion alonside the SV? (as magic,
44957              as thestrxfrm()ed version is cached under use locale)
44958              Argue both for and against.
44959      Branch: perl
44960            ! sv.c
44961 ____________________________________________________________________________
44962 [  6464] By: jhi                                   on 2000/07/29  22:36:22
44963         Log: Subject: UTF8 concat
44964              From: simon@brecon.co.uk (Simon Cozens) 
44965              Date: 30 Jun 2000 06:13:25 GMT
44966              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
44967              
44968              (with a memory leak fixed, plus a few casts added)
44969              
44970              This also seems to help for
44971              
44972              Subject: [ID 20000716.015] join UTF8 weirdness
44973              From: root <root@ak-71.mind.de> 
44974              Date: Sat, 15 Jul 2000 15:29:54 +0200
44975              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
44976              
44977              (from Andreas König)
44978      Branch: perl
44979            ! pp_hot.c
44980 ____________________________________________________________________________
44981 [  6463] By: jhi                                   on 2000/07/29  00:55:39
44982         Log: Tune the comments and hopefully stop a memory leak.
44983      Branch: perl
44984            ! toke.c utf8.c
44985 ____________________________________________________________________________
44986 [  6462] By: jhi                                   on 2000/07/29  00:16:53
44987         Log: The problem described in this
44988              
44989              Subject: [ID 20000322.018] named chars aren't magical enough
44990              From: root <root@dixie.cscaper.com>     
44991              Date: Wed, 22 Mar 2000 18:37:42 -0700
44992              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
44993              
44994              has been fixed in perl 5.6.0 but just in case added a test
44995              to keep it away.  (The report from Joseph Hall.)
44996      Branch: perl
44997            ! t/lib/charnames.t
44998 ____________________________________________________________________________
44999 [  6461] By: jhi                                   on 2000/07/28  23:56:36
45000         Log: Tiny fixes for #6460.
45001      Branch: metaconfig/U/perl
45002            ! gccvers.U
45003      Branch: perl
45004            ! Configure config_h.SH
45005 ____________________________________________________________________________
45006 [  6460] By: jhi                                   on 2000/07/28  23:24:41
45007         Log: Warn if the version of the operating system used to compile gcc
45008              differs from the current version of the operating system.
45009              Also display the gcc compilation os and version in myconfig.
45010              Inspiration from
45011              
45012              Subject: Re: [ID 20000710.003] ERRORS!!         
45013              From: "Kurt D. Starsinic" <kstar@chapin.edu>
45014              Date: Mon, 10 Jul 2000 15:54:16 -0400
45015              Message-ID: <20000710155416.A1384@O2.chapin.edu>
45016      Branch: metaconfig/U/perl
45017            ! gccvers.U
45018      Branch: perl
45019            ! Configure config_h.SH myconfig.SH
45020 ____________________________________________________________________________
45021 [  6459] By: jhi                                   on 2000/07/28  22:00:32
45022         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
45023              letter to $Config{osvers}.
45024      Branch: metaconfig
45025            ! U/modified/Oldconfig.U
45026      Branch: perl
45027            ! Configure config_h.SH
45028 ____________________________________________________________________________
45029 [  6458] By: jhi                                   on 2000/07/28  04:15:39
45030         Log: Back out #6454, doesn't seem to work.
45031              (Reason: that patch was for perl 5.6.0, not perl-current)
45032              (A version of the patch for perl-current came in later as #6466)
45033      Branch: perl
45034            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
45035            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
45036            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
45037 ____________________________________________________________________________
45038 [  6457] By: jhi                                   on 2000/07/27  23:31:49
45039         Log: Use setproctitle() if available to modify $0.
45040              
45041              Subject: setting $* on BSD4 broken
45042              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
45043              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
45044              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
45045      Branch: metaconfig
45046            ! U/modified/Myinit.U
45047      Branch: perl
45048            ! Configure config_h.SH mg.c
45049 ____________________________________________________________________________
45050 [  6456] By: jhi                                   on 2000/07/27  14:50:47
45051         Log: Allow "no AutoLoader;", based on change #6444,
45052              suggested by Graham Barr.
45053      Branch: perl
45054            ! lib/AutoLoader.pm
45055 ____________________________________________________________________________
45056 [  6455] By: jhi                                   on 2000/07/27  14:19:10
45057         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
45058              From: rspier@pobox.com (Robert Spier)
45059              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
45060              Message-ID: <14720.15855.787664.424783@rls.cx>
45061      Branch: perl
45062            ! pod/perldiag.pod
45063 ____________________________________________________________________________
45064 [  6454] By: jhi                                   on 2000/07/27  14:03:02
45065         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
45066              for a long time).
45067              
45068              Reported in
45069              
45070              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
45071              From: Ryan Herbert <rherbert@sycamorehq.com>
45072              Date: Mon, 17 Jul 2000 11:40:42 -0400
45073              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
45074              
45075              Patched in
45076              
45077              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
45078              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
45079              Date: Wed, 26 Jul 2000 23:40:18 +0100
45080              Message-ID: <000001bff752$79511880$0a17073e@tiny>
45081              
45082              based on an earlier patch from Stephen P. Potter.
45083              
45084              (Removed later by change #6458 because this patch was for
45085              perl 5.6.0, not perl-current)
45086      Branch: perl
45087            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
45088            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
45089            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
45090 ____________________________________________________________________________
45091 [  6453] By: jhi                                   on 2000/07/27  13:48:02
45092         Log: Subject: [PATCH] fixes bug 20000508.004
45093              From: Michael Stevens <mstevens@globnix.org>
45094              Date: Thu, 27 Jul 2000 13:49:04 +0100
45095              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
45096      Branch: perl
45097            ! pod/perldata.pod
45098 ____________________________________________________________________________
45099 [  6452] By: jhi                                   on 2000/07/26  23:51:26
45100         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
45101              and Craig A. Berry.
45102      Branch: perl
45103            ! lib/File/Temp.pm pod/perlport.pod
45104 ____________________________________________________________________________
45105 [  6451] By: jhi                                   on 2000/07/26  19:43:30
45106         Log: Be wary of close()s, too.
45107              
45108              Subject: Re: [PATCH] perlbug cleanup
45109              From: Tim Jenness <t.jenness@jach.hawaii.edu>
45110              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
45111              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
45112      Branch: perl
45113            ! utils/perlbug.PL
45114 ____________________________________________________________________________
45115 [  6450] By: jhi                                   on 2000/07/26  18:41:40
45116         Log: Subject: Minor doc patch: handy.h
45117              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
45118              Date: Wed, 26 Jul 2000 15:34:25 -0300
45119              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
45120      Branch: perl
45121            ! handy.h pod/perlapi.pod
45122 ____________________________________________________________________________
45123 [  6449] By: jhi                                   on 2000/07/26  18:23:55
45124         Log: Subject: [PATCH] minor doc change - perlguts
45125              From: Michael Stevens <mstevens@globnix.org>
45126              Date: Thu, 13 Jul 2000 12:39:18 +0100
45127              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
45128      Branch: perl
45129            ! pod/perlguts.pod
45130 ____________________________________________________________________________
45131 [  6448] By: jhi                                   on 2000/07/26  18:20:30
45132         Log: open() wariness in perlbug.
45133              
45134              Subject: [PATCH] perlbug cleanup
45135              From: Michael Stevens <mstevens@globnix.org>
45136              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
45137              Date: Thu, 13 Jul 2000 15:52:23 +0100
45138      Branch: perl
45139            ! utils/perlbug.PL
45140 ____________________________________________________________________________
45141 [  6447] By: jhi                                   on 2000/07/26  18:13:04
45142         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
45143      Branch: perl
45144            ! lib/File/Temp.pm t/lib/ftmp-security.t
45145 ____________________________________________________________________________
45146 [  6446] By: jhi                                   on 2000/07/26  18:06:32
45147         Log: docfix from Peter Scott <Peter@PSDT.com>.
45148      Branch: perl
45149            ! pod/perlfunc.pod
45150 ____________________________________________________________________________
45151 [  6445] By: jhi                                   on 2000/07/26  17:53:31
45152         Log: Fix *foo{FORMAT}.
45153              
45154              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
45155              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
45156              Date: Wed, 26 Jul 2000 19:51:02 +0200
45157              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
45158              
45159              From: Graham Barr <gbarr@pobox.com>
45160              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
45161              Date: Wed, 26 Jul 2000 17:38:36 +0100
45162              Message-ID: <20000726173836.L472@pobox.com>
45163      Branch: perl
45164            ! pp.c sv.c t/op/gv.t
45165 ____________________________________________________________________________
45166 [  6444] By: jhi                                   on 2000/07/26  17:49:14
45167         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
45168              from Graham Barr in the module list.
45169      Branch: perl
45170            ! gv.c pod/perlobj.pod
45171 ____________________________________________________________________________
45172 [  6443] By: jhi                                   on 2000/07/26  16:06:56
45173         Log: More split() doc and test patches from Mike Guy.
45174      Branch: perl
45175            ! pod/perlfunc.pod t/op/split.t
45176 ____________________________________________________________________________
45177 [  6442] By: jhi                                   on 2000/07/26  16:05:30
45178         Log: MacOS nits from Matthias Neeracher.
45179      Branch: perl
45180            ! perl.c pp_ctl.c
45181 ____________________________________________________________________________
45182 [  6441] By: jhi                                   on 2000/07/26  04:39:57
45183         Log: Subject: [PATCH] split /^/
45184              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
45185              Date: Tue, 25 Jul 2000 14:18:57 +0100
45186              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
45187              
45188              (with notes from tchrist and gbarr)
45189      Branch: perl
45190            ! pod/perlfunc.pod t/op/split.t
45191 ____________________________________________________________________________
45192 [  6440] By: jhi                                   on 2000/07/26  04:32:32
45193         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
45194              From: Peter Prymmer <pvhp@forte.com>
45195              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
45196              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
45197      Branch: perl
45198            ! vms/munchconfig.c
45199 ____________________________________________________________________________
45200 [  6439] By: jhi                                   on 2000/07/26  04:31:01
45201         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
45202              to be fatal errors (instead of by default ignoring them, and
45203              ignoring with a bug: even though -w gave an error, the opening [
45204              was left in)  Reported in:
45205              
45206              Subject: [ID 20000716.024] [=cc=] / [:blank:]
45207              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
45208              Date: Sun, 16 Jul 2000 17:55:29 -0700
45209              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
45210      Branch: perl
45211            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
45212 ____________________________________________________________________________
45213 [  6438] By: jhi                                   on 2000/07/25  15:41:15
45214         Log: Subject: [PATCH] av.c apidoc
45215              From: simon@brecon.co.uk (Simon Cozens)
45216              Date: 24 Jul 2000 06:40:52 GMT
45217              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
45218      Branch: perl
45219            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
45220            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
45221 ____________________________________________________________________________
45222 [  6437] By: jhi                                   on 2000/07/25  14:05:36
45223         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
45224              From: "Stephen P. Potter" <spp@ds.net>
45225              Date: Mon, 24 Jul 2000 14:22:23 -0400
45226              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
45227      Branch: perl
45228            ! pod/perllocale.pod
45229 ____________________________________________________________________________
45230 [  6436] By: jhi                                   on 2000/07/25  14:02:03
45231         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
45232              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
45233              Date: Mon, 24 Jul 2000 18:04:28 +0100
45234              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
45235      Branch: perl
45236            ! t/lib/syslfs.t t/op/lfs.t
45237 ____________________________________________________________________________
45238 [  6435] By: jhi                                   on 2000/07/25  13:59:28
45239         Log: Get UTF16 BOMs working.  Patch from
45240              
45241              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
45242              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
45243              Date: Tue, 25 Jul 2000 12:52:45 +0100
45244              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
45245              
45246              and notes from
45247              
45248              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
45249              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
45250              Date: Tue, 25 Jul 2000 11:43:25 +0100
45251              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
45252      Branch: perl
45253            ! t/comp/require.t toke.c utf8.c
45254 ____________________________________________________________________________
45255 [  6434] By: jhi                                   on 2000/07/25  02:39:54
45256         Log: Make the "uninit variable" warning to say "concat or string"
45257              or "join or string" when in concat or join .
45258              
45259              Subject: Re: [ID 20000403.009] uninitialised concatenation???
45260              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
45261              Date: Tue, 04 Apr 2000 18:22:58 +0100
45262              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
45263              
45264              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
45265              From: William R Ward <hermit@BayView.COM>
45266              Date: Thu, 30 Mar 2000 19:50:03 -0800
45267              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
45268      Branch: perl
45269            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
45270            ! t/pragma/warn/op t/pragma/warn/sv
45271 ____________________________________________________________________________
45272 [  6433] By: jhi                                   on 2000/07/24  17:52:56
45273         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
45274      Branch: perl
45275            ! lib/File/Spec/VMS.pm
45276 ____________________________________________________________________________
45277 [  6432] By: jhi                                   on 2000/07/24  17:44:44
45278         Log: Test cases for #6431.
45279              
45280              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
45281              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
45282              Date: Mon, 24 Jul 2000 15:32:29 +0100
45283              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
45284      Branch: perl
45285            ! t/op/pat.t t/op/split.t
45286 ____________________________________________________________________________
45287 [  6431] By: jhi                                   on 2000/07/24  17:43:17
45288         Log: Bind op fix.
45289              
45290              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
45291              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
45292              Date: Mon, 17 Jul 2000 20:04:56 +0100
45293              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
45294      Branch: perl
45295            ! op.c
45296 ____________________________________________________________________________
45297 [  6430] By: jhi                                   on 2000/07/24  03:42:42
45298         Log: Subject: [ID 20000716.023] syslog test fails without sockets
45299              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
45300              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
45301              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
45302      Branch: metaconfig/U/perl
45303            ! Extensions.U
45304      Branch: perl
45305            ! Configure config_h.SH
45306 ____________________________________________________________________________
45307 [  6429] By: jhi                                   on 2000/07/24  03:11:52
45308         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
45309              case, but add also notes explaining the relationship of this
45310              patch and the earlier notes by Sarathy.
45311              
45312              Subject: Map is still slow
45313              From: "Ben Tilly" <ben_tilly@hotmail.com>
45314              Date: Sat, 15 Jul 2000 17:23:27 EDT
45315              Message-ID: <20000715212327.21656.qmail@hotmail.com>
45316      Branch: perl
45317            ! pp_ctl.c
45318 ____________________________________________________________________________
45319 [  6428] By: jhi                                   on 2000/07/24  02:58:52
45320         Log: Documentation to explain the behaviour of map().
45321              
45322              Subject: Re: Map is still slow 
45323              From: Gurusamy Sarathy <gsar@ActiveState.com>
45324              Date: Sat, 15 Jul 2000 16:05:09 -0700
45325              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
45326      Branch: perl
45327            ! pp_ctl.c
45328 ____________________________________________________________________________
45329 [  6427] By: jhi                                   on 2000/07/24  02:50:03
45330         Log: Add tests for
45331              [ID 19991110.003] another matching finding by pcre author
45332              which has already been fixed by some patch, as verified in
45333              
45334              Subject: Re: two regex bugs from the mists of time (well, last November)
45335              From: Hugo <hv@crypt.compulink.co.uk>
45336              Date: Sat, 22 Jul 2000 18:12:58 +0100
45337              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
45338      Branch: perl
45339            ! t/op/re_tests
45340 ____________________________________________________________________________
45341 [  6426] By: jhi                                   on 2000/07/24  02:11:20
45342         Log: A missing 'break' after the [[:space:]] switch case.
45343              
45344              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
45345              From: "Stephen P. Potter" <spp@ds.net>
45346              Date: Tue, 18 Jul 2000 16:25:17 -0400
45347              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
45348      Branch: perl
45349            ! regcomp.c
45350 ____________________________________________________________________________
45351 [  6425] By: jhi                                   on 2000/07/24  02:06:12
45352         Log: The output might have been produced in the wrong order.
45353              
45354              Subject: [ID 20000720.003] [PATCH] t/op/write.t
45355              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
45356              Date: Thu, 20 Jul 2000 18:49:18 +0100
45357              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
45358      Branch: perl
45359            ! t/op/write.t
45360 ____________________________________________________________________________
45361 [  6424] By: jhi                                   on 2000/07/24  02:00:07
45362         Log: Use STDOUT consistently.
45363              
45364              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
45365              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
45366              Date: Thu, 20 Jul 2000 18:04:01 +0100
45367              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
45368      Branch: perl
45369            ! lib/Test/Harness.pm
45370 ____________________________________________________________________________
45371 [  6423] By: jhi                                   on 2000/07/24  01:54:54
45372         Log: Protect against "wild next"s, that is, callbacks doing "next"
45373              instead of "return".
45374              
45375              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
45376              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
45377              Date: Tue, 18 Jul 2000 11:30:16 +0100
45378              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
45379      Branch: perl
45380            ! lib/File/Find.pm
45381 ____________________________________________________________________________
45382 [  6422] By: jhi                                   on 2000/07/24  01:35:47
45383         Log: Out-of-date note removed.
45384              
45385              Subject: [PATCH] documentation perlipc
45386              From: rspier@pobox.com (Robert Spier)
45387              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
45388              Message-ID: <14711.35178.572612.502654@rls.cx>
45389      Branch: perl
45390            ! pod/perlipc.pod
45391 ____________________________________________________________________________
45392 [  6421] By: jhi                                   on 2000/07/24  00:09:18
45393         Log: Send all installperl messages to STDERR and be -w clean.
45394              
45395              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
45396              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
45397              Date: Sat, 22 Jul 2000 14:02:11 +0100
45398              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
45399      Branch: perl
45400            ! installperl
45401 ____________________________________________________________________________
45402 [  6420] By: jhi                                   on 2000/07/24  00:04:19
45403         Log: Decutandpasto.
45404              
45405              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
45406              From: "Richard Soderberg" <rs@crystalflame.net>
45407              Date: Sun, 23 Jul 2000 01:37:23 -0700
45408              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
45409      Branch: perl
45410            ! pod/perlipc.pod
45411 ____________________________________________________________________________
45412 [  6419] By: jhi                                   on 2000/07/24  00:01:12
45413         Log: A cleaner abs_path().
45414              Subject: Re: unix alternative to Cwd.pm
45415              From: Jeff Pinyan <jeffp@crusoe.net>
45416              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
45417              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
45418      Branch: perl
45419            ! lib/Cwd.pm
45420 ____________________________________________________________________________
45421 [  6418] By: jhi                                   on 2000/07/23  23:48:56
45422         Log: Detypo.
45423              
45424              Subject: [PATCH perl-current] Typo in hints/powerux.sh
45425              From: "Richard Soderberg" <rs@crystalflame.net>
45426              Date: Sun, 23 Jul 2000 01:27:33 -0700
45427              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
45428      Branch: perl
45429            ! hints/powerux.sh
45430 ____________________________________________________________________________
45431 [  6417] By: jhi                                   on 2000/07/17  22:13:31
45432         Log: Subject: SDBM_File documentation
45433              From: mjd@plover.com
45434              Date: 16 Jul 2000 17:41:17 -0000
45435              Message-ID: <20000716174117.18515.qmail@plover.com>
45436      Branch: perl
45437            ! ext/SDBM_File/SDBM_File.pm
45438 ____________________________________________________________________________
45439 [  6416] By: jhi                                   on 2000/07/17  19:13:26
45440         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
45441      Branch: perl
45442            ! hints/mpeix.sh mpeix/relink
45443 ____________________________________________________________________________
45444 [  6415] By: jhi                                   on 2000/07/15  14:11:02
45445         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
45446              the utf8 'characters' can be more than one octet).
45447              
45448              Date: Sat, 15 Jul 2000 00:21:56 +0100
45449              From: Tom Hughes <tom@compton.nu>
45450              Subject: Re: [ID 20000714.002]
45451              Message-ID: <db2334de49.tom@compton.compton.nu>
45452              
45453              Reported in
45454              
45455              Subject: [ID 20000714.002]
45456              From: "Simon Cozens" <simon@othersideofthe.earth.li>
45457              Date: 14 Jul 2000 15:13:09 -0000
45458              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
45459      Branch: perl
45460            ! doop.c
45461 ____________________________________________________________________________
45462 [  6414] By: jhi                                   on 2000/07/15  03:13:41
45463         Log: another VMS build tweak from Peter Prymmer
45464      Branch: perl
45465            ! vms/descrip_mms.template
45466 ____________________________________________________________________________
45467 [  6413] By: jhi                                   on 2000/07/15  03:10:40
45468         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
45469      Branch: perl
45470            ! vms/perlvms.pod
45471 ____________________________________________________________________________
45472 [  6412] By: jhi                                   on 2000/07/15  00:31:05
45473         Log: More docs for sv functions.
45474              
45475              Subject: [PATCH cfgperl] sv.c apidoc
45476              From: simon@brecon.co.uk (Simon Cozens)
45477              Date: 13 Jul 2000 09:00:20 GMT
45478              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
45479              
45480              Subject: Re: [PATCH cfgperl] sv.c apidoc
45481              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
45482              Date: Thu, 13 Jul 2000 12:27:41 +0100
45483              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
45484              
45485              Subject: Re: [PATCH cfgperl] sv.c apidoc
45486              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
45487              Date: Thu, 13 Jul 2000 13:23:09 +0100
45488              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
45489              
45490              Subject: Re: [PATCH cfgperl] sv.c apidoc
45491              From: simon@brecon.co.uk (Simon Cozens)
45492              Date: 14 Jul 2000 06:51:02 GMT
45493              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
45494      Branch: perl
45495            ! embed.pl pod/perlapi.pod sv.c
45496 ____________________________________________________________________________
45497 [  6411] By: jhi                                   on 2000/07/15  00:10:41
45498         Log: lib/b test fixes from Peter Prymmer.
45499      Branch: perl
45500            ! t/lib/b.t
45501 ____________________________________________________________________________
45502 [  6410] By: jhi                                   on 2000/07/15  00:02:09
45503         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
45504              From: Hugo <hv@crypt.compulink.co.uk>
45505              Date: Fri, 14 Jul 2000 23:05:20 +0100
45506              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
45507              
45508              Didn't anymore apply, but that point still could use another fix.
45509      Branch: perl
45510            ! pod/perlfunc.pod
45511 ____________________________________________________________________________
45512 [  6409] By: jhi                                   on 2000/07/14  23:15:15
45513         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
45514              not in pod, from Peter Prymmer
45515      Branch: perl
45516            ! vms/descrip_mms.template
45517 ____________________________________________________________________________
45518 [  6408] By: jhi                                   on 2000/07/14  20:35:05
45519         Log: The bug report
45520              [ID 19991110.002] minimal matching discrepancy found by pcre author
45521              seems to have been fixed (though differently from what was suggested
45522              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
45523      Branch: perl
45524            ! t/op/re_tests
45525 ____________________________________________________________________________
45526 [  6407] By: jhi                                   on 2000/07/14  17:38:08
45527         Log: Fix AutoSplit to use File::Spec the right way in VMS,
45528              from Peter Prymmer.
45529      Branch: perl
45530            ! lib/AutoSplit.pm
45531 ____________________________________________________________________________
45532 [  6406] By: jhi                                   on 2000/07/14  14:13:22
45533         Log: Merge perlhacktut into perlhack, update perlguts.
45534              
45535              Subject: Re: Perlhacktut
45536              From: simon@brecon.co.uk (Simon Cozens)
45537              Date: 14 Jul 2000 06:49:21 GMT
45538              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
45539              
45540              Subject: Re: Perlhacktut
45541              From: simon@brecon.co.uk (Simon Cozens)
45542              Date: 14 Jul 2000 07:09:45 GMT
45543              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
45544      Branch: perl
45545            ! pod/perlguts.pod pod/perlhack.pod
45546 ____________________________________________________________________________
45547 [  6405] By: jhi                                   on 2000/07/14  14:02:31
45548         Log: Integrate with Sarathy.
45549      Branch: cfgperl
45550           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
45551           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
45552           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
45553 ____________________________________________________________________________
45554 [  6404] By: gsar                                  on 2000/07/14  12:15:02
45555         Log: PERL_OBJECT build tweaks
45556      Branch: perl
45557            ! toke.c
45558 ____________________________________________________________________________
45559 [  6403] By: gsar                                  on 2000/07/14  11:23:41
45560         Log: inconsistent types needs casts
45561      Branch: perl
45562            ! toke.c
45563 ____________________________________________________________________________
45564 [  6402] By: gsar                                  on 2000/07/14  11:12:04
45565         Log: typos in change#6399, regen headers
45566      Branch: perl
45567            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
45568 ____________________________________________________________________________
45569 [  6401] By: gsar                                  on 2000/07/14  10:59:12
45570         Log: typecasts needed for change#6394
45571      Branch: perl
45572            ! toke.c
45573 ____________________________________________________________________________
45574 [  6400] By: gsar                                  on 2000/07/14  10:49:37
45575         Log: integrate cfgperl contents into mainline
45576      Branch: perl
45577           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
45578           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
45579 ____________________________________________________________________________
45580 [  6399] By: gsar                                  on 2000/07/14  10:38:35
45581         Log: enable UTF-16 filter by default if relevant BOM is seen; various
45582              cleanups (typos, misformatted code, and small bugs)
45583      Branch: perl
45584            ! doop.c embed.pl mg.c op.c pp.c toke.c
45585 ____________________________________________________________________________
45586 [  6398] By: gsar                                  on 2000/07/14  08:55:38
45587         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
45588              name suggests anyway)
45589      Branch: perl
45590            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
45591 ____________________________________________________________________________
45592 [  6397] By: gsar                                  on 2000/07/14  08:44:33
45593         Log: move new variables to the end of the interpreter structure (for
45594              bincompat in code that doesn't #include XSUB.h)
45595      Branch: perl
45596            ! intrpvar.h
45597 ____________________________________________________________________________
45598 [  6396] By: gsar                                  on 2000/07/14  08:13:58
45599         Log: MakeMaker should not remove editor backups (*~) on `make clean`
45600              by default (completes change#6383)
45601      Branch: perl
45602            ! lib/ExtUtils/MM_Unix.pm
45603 ____________________________________________________________________________
45604 [  6395] By: jhi                                   on 2000/07/14  05:20:33
45605         Log: Replace change #6337 with a better one.
45606              
45607              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
45608              From: Hugo <hv@crypt.compulink.co.uk>
45609              Date: Fri, 14 Jul 2000 04:16:20 +0100
45610              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
45611      Branch: cfgperl
45612            ! regexec.c t/op/re_tests
45613 ____________________________________________________________________________
45614 [  6394] By: jhi                                   on 2000/07/14  01:33:59
45615         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
45616      Branch: cfgperl
45617            ! embed.pl global.sym proto.h toke.c
45618 ____________________________________________________________________________
45619 [  6393] By: jhi                                   on 2000/07/13  23:41:23
45620         Log: remove discarded test
45621      Branch: cfgperl
45622            ! MANIFEST
45623 ____________________________________________________________________________
45624 [  6392] By: jhi                                   on 2000/07/13  23:32:25
45625         Log: The {multiplier} of a fixed substring was overlooked which
45626              caused a wrong initial search offset for that substring.
45627              
45628              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
45629              From: Hugo <hv@crypt.compulink.co.uk>
45630              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
45631              Date: Thu, 13 Jul 2000 19:27:13 +0100
45632      Branch: cfgperl
45633            ! regcomp.c t/op/re_tests
45634 ____________________________________________________________________________
45635 [  6391] By: jhi                                   on 2000/07/13  16:37:42
45636         Log: typo fix from Craig Berry
45637      Branch: cfgperl
45638            ! vms/subconfigure.com
45639 ____________________________________________________________________________
45640 [  6390] By: jhi                                   on 2000/07/13  13:20:12
45641         Log: Integrate with Sarathy.
45642      Branch: cfgperl
45643            - t/op/method2entersub.t
45644           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
45645           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
45646           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
45647           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
45648 ____________________________________________________________________________
45649 [  6389] By: jhi                                   on 2000/07/13  13:18:48
45650         Log: Detypo from Peter Prymmer, part of #6388.
45651      Branch: cfgperl
45652            ! Configure config_h.SH
45653      Branch: metaconfig
45654            ! U/modified/d_longlong.U
45655 ____________________________________________________________________________
45656 [  6388] By: gsar                                  on 2000/07/13  06:33:40
45657         Log: typos (spotted by Peter Prymmer)
45658      Branch: perl
45659            ! Configure t/lib/english.t
45660 ____________________________________________________________________________
45661 [  6387] By: gsar                                  on 2000/07/13  05:35:28
45662         Log: new selfloader.t in change#6183 doesn't close DATA handles,
45663              and thus fails to clean up tmp files on dosish platforms
45664      Branch: perl
45665            ! t/lib/selfloader.t
45666 ____________________________________________________________________________
45667 [  6386] By: gsar                                  on 2000/07/12  21:42:39
45668         Log: sprintf test tweaks (from Dominic Dunlop)
45669      Branch: perl
45670            ! t/op/sprintf.t
45671 ____________________________________________________________________________
45672 [  6385] By: gsar                                  on 2000/07/12  21:33:46
45673         Log: fix bugs in processing %v-*d and similar format specs (from
45674              Avi Finkel <avi@finkel.org>)
45675      Branch: perl
45676            ! sv.c t/op/sprintf.t
45677 ____________________________________________________________________________
45678 [  6384] By: gsar                                  on 2000/07/12  16:04:19
45679         Log: readd missing perldelta.pod changes from changes#6339,6376
45680      Branch: perl
45681            ! pod/perldelta.pod
45682 ____________________________________________________________________________
45683 [  6383] By: gsar                                  on 2000/07/12  16:00:51
45684         Log: don't clobber *.orig files on *clean targets
45685      Branch: perl
45686            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
45687 ____________________________________________________________________________
45688 [  6382] By: gsar                                  on 2000/07/12  07:59:12
45689         Log: fix broken integrations in cfgperl
45690      Branch: cfgperl
45691           !> Changes pod/perldelta.pod
45692 ____________________________________________________________________________
45693 [  6381] By: gsar                                  on 2000/07/12  07:42:17
45694         Log: integrate cfgperl changes into mainline
45695      Branch: perl
45696            ! Changes
45697           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
45698           !> pod/perlre.pod
45699 ____________________________________________________________________________
45700 [  6380] By: gsar                                  on 2000/07/12  07:31:00
45701         Log: get sprintf.t to adjust properly for 3-digit exponents
45702      Branch: perl
45703            ! t/op/sprintf.t
45704 ____________________________________________________________________________
45705 [  6379] By: gsar                                  on 2000/07/12  06:40:04
45706         Log: change#6174 needs corresponding change in win32/config_h.PL,
45707              which grovels through config_h.SH to find the config.h name
45708      Branch: perl
45709            ! win32/config_h.PL
45710 ____________________________________________________________________________
45711 [  6378] By: jhi                                   on 2000/07/12  05:03:59
45712         Log: Do the cc sanity check both before the hints and
45713              after the cc selction.
45714      Branch: cfgperl
45715            ! Configure config_h.SH
45716      Branch: metaconfig
45717            ! U/modified/Oldconfig.U U/modified/cc.U
45718      Branch: metaconfig/U/perl
45719            + Checkcc.U
45720 ____________________________________________________________________________
45721 [  6377] By: jhi                                   on 2000/07/12  02:49:22
45722         Log: Fix nits noticed by Boston.pm.
45723      Branch: cfgperl
45724            ! pod/perlre.pod
45725 ____________________________________________________________________________
45726 [  6376] By: jhi                                   on 2000/07/11  21:22:13
45727         Log: Configure cosmetics and perldelta.
45728      Branch: cfgperl
45729            ! Configure config_h.SH pod/perldelta.pod
45730      Branch: metaconfig
45731            ! U/modified/cc.U
45732 ____________________________________________________________________________
45733 [  6375] By: gsar                                  on 2000/07/11  21:17:35
45734         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
45735      Branch: perl
45736            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
45737            ! win32/win32sck.c
45738 ____________________________________________________________________________
45739 [  6374] By: gsar                                  on 2000/07/11  20:48:50
45740         Log: tweak for build failure under multiplicity
45741      Branch: perl
45742            ! toke.c
45743 ____________________________________________________________________________
45744 [  6373] By: gsar                                  on 2000/07/11  20:37:23
45745         Log: integrate cfgperl changes#6325..6373 into mainline
45746              (NOTE: today's batch of integrations still untested)
45747      Branch: perl
45748           +> ext/DynaLoader/hints/netbsd.pl
45749            ! Changes
45750           !> (integrate 26 files)
45751 ____________________________________________________________________________
45752 [  6372] By: jhi                                   on 2000/07/11  20:30:36
45753         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
45754              regen perltoc.
45755      Branch: cfgperl
45756            + pod/perlbook.pod
45757            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
45758            ! pod/perltoc.pod
45759 ____________________________________________________________________________
45760 [  6371] By: jhi                                   on 2000/07/11  20:08:56
45761         Log: Minor cleanups on the booklist.
45762      Branch: cfgperl
45763            ! pod/perlfaq2.pod
45764 ____________________________________________________________________________
45765 [  6370] By: jhi                                   on 2000/07/11  19:31:13
45766         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
45767      Branch: cfgperl
45768            ! t/pragma/overload.t
45769 ____________________________________________________________________________
45770 [  6369] By: gsar                                  on 2000/07/11  19:27:48
45771         Log: integrate cfgperl changes#6293..6324 into mainline
45772      Branch: perl
45773           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
45774            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
45775           !> (integrate 30 files)
45776 ____________________________________________________________________________
45777 [  6368] By: gsar                                  on 2000/07/11  19:18:57
45778         Log: skip integrate of problematic change#6292 from cfgperl into mainline
45779      Branch: perl
45780           !> pp_hot.c
45781 ____________________________________________________________________________
45782 [  6367] By: gsar                                  on 2000/07/11  19:17:21
45783         Log: integrate cfgperl changes#6288..6290 into mainline
45784      Branch: perl
45785           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
45786 ____________________________________________________________________________
45787 [  6366] By: gsar                                  on 2000/07/11  19:11:18
45788         Log: integrate cfgperl changes#6268..6282 into mainline
45789      Branch: perl
45790           !> (integrate 30 files)
45791 ____________________________________________________________________________
45792 [  6365] By: gsar                                  on 2000/07/11  18:57:00
45793         Log: delete new accidentally branched file
45794      Branch: perl
45795            - t/op/method2entersub.t
45796 ____________________________________________________________________________
45797 [  6364] By: gsar                                  on 2000/07/11  18:55:13
45798         Log: skip integrate of change#6267 from cfgperl into mainline (the
45799              method call optimization is flawed without additional hints
45800              from user about immutableness of @ISA and no runtime method
45801              definitions)
45802      Branch: perl
45803           +> t/op/method2entersub.t
45804           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
45805           !> perl.h t/op/sprintf.t xsutils.c
45806 ____________________________________________________________________________
45807 [  6363] By: gsar                                  on 2000/07/11  18:49:43
45808         Log: integrate cfgperl changes#6261..6266 into mainline
45809      Branch: perl
45810           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
45811           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
45812           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
45813           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
45814 ____________________________________________________________________________
45815 [  6362] By: gsar                                  on 2000/07/11  18:43:26
45816         Log: integrate cfgperl changes#6252..6260 into mainline
45817      Branch: perl
45818           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
45819           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
45820           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
45821           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
45822 ____________________________________________________________________________
45823 [  6361] By: gsar                                  on 2000/07/11  18:37:12
45824         Log: skip integrate of problematic change#6251 from cfgperl into mainline
45825      Branch: perl
45826           !> lib/Exporter.pm
45827 ____________________________________________________________________________
45828 [  6360] By: gsar                                  on 2000/07/11  18:34:56
45829         Log: integrate cfgperl change#6250 into mainline
45830      Branch: perl
45831           +> t/op/my_stash.t
45832           !> MANIFEST embed.pl proto.h toke.c
45833 ____________________________________________________________________________
45834 [  6359] By: gsar                                  on 2000/07/11  18:21:19
45835         Log: integrate cfgperl changes#6242..6249 into mainline
45836      Branch: perl
45837           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
45838           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
45839           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
45840           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
45841           !> t/lib/peek.t utf8.c
45842 ____________________________________________________________________________
45843 [  6358] By: gsar                                  on 2000/07/11  18:15:45
45844         Log: skip integrate of problematic change#6241 from cfgperl into mainline
45845      Branch: perl
45846           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
45847 ____________________________________________________________________________
45848 [  6357] By: jhi                                   on 2000/07/11  18:15:16
45849         Log: Fix for
45850              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
45851              From: Roderick Schertler <roderick@argon.org> 
45852              Date: Tue, 11 Jul 2000 13:55:05 -0400 
45853              Message-Id: <200007111755.NAA05077@jones.argon.org> 
45854      Branch: cfgperl
45855            ! doio.c
45856 ____________________________________________________________________________
45857 [  6356] By: jhi                                   on 2000/07/11  18:12:51
45858         Log: Typo in #6341.
45859      Branch: cfgperl
45860            ! pp_hot.c
45861 ____________________________________________________________________________
45862 [  6355] By: gsar                                  on 2000/07/11  18:12:10
45863         Log: integrate cfgperl changes#6231..6240 into mainline
45864      Branch: perl
45865           +> pod/perlutil.pod
45866           !> (integrate 35 files)
45867 ____________________________________________________________________________
45868 [  6354] By: jhi                                   on 2000/07/11  18:04:34
45869         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
45870              From: Dominic Dunlop <domo@computer.org> 
45871              Date: Tue, 11 Jul 2000 12:27:33 +0200 
45872              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
45873              
45874              Replaces change #6268.
45875      Branch: cfgperl
45876            ! t/op/sprintf.t
45877 ____________________________________________________________________________
45878 [  6353] By: gsar                                  on 2000/07/11  17:59:51
45879         Log: skip integrate of problematic change#6230 from cfgperl into mainline
45880              (a later version of File::Spec is already in mainline)
45881      Branch: perl
45882           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
45883           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
45884 ____________________________________________________________________________
45885 [  6352] By: gsar                                  on 2000/07/11  17:57:48
45886         Log: integrate cfgperl changes#6224..6229 into mainline
45887      Branch: perl
45888           +> lib/lib.pm.PL
45889            - lib/lib.pm
45890           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
45891           !> lib/English.pm op.c t/lib/english.t
45892 ____________________________________________________________________________
45893 [  6351] By: gsar                                  on 2000/07/11  17:50:10
45894         Log: skip integrate of problematic change#6223 from cfgperl into mainline
45895      Branch: perl
45896           !> doio.c
45897 ____________________________________________________________________________
45898 [  6350] By: gsar                                  on 2000/07/11  17:48:28
45899         Log: integrate cfgperl changes#6220..6222 into mainline
45900      Branch: perl
45901           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
45902           !> toke.c utf8.c win32/win32.h
45903 ____________________________________________________________________________
45904 [  6349] By: gsar                                  on 2000/07/11  17:46:13
45905         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
45906              mainline
45907      Branch: perl
45908           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
45909           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
45910           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
45911 ____________________________________________________________________________
45912 [  6348] By: jhi                                   on 2000/07/11  17:45:49
45913         Log: README.posix-bc podified from Thomas Dorner.
45914      Branch: cfgperl
45915            ! README.posix-bc
45916 ____________________________________________________________________________
45917 [  6347] By: gsar                                  on 2000/07/11  17:42:04
45918         Log: integrate cfgperl change#6217 into mainline
45919      Branch: perl
45920           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
45921           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
45922           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
45923 ____________________________________________________________________________
45924 [  6346] By: gsar                                  on 2000/07/11  17:39:37
45925         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
45926              mainline
45927      Branch: perl
45928           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
45929           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
45930           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
45931           !> perlapi.h pod/perlapi.pod
45932 ____________________________________________________________________________
45933 [  6345] By: gsar                                  on 2000/07/11  17:36:42
45934         Log: integrate cfgperl changes#6207..6210 into mainline
45935      Branch: perl
45936           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
45937           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
45938 ____________________________________________________________________________
45939 [  6344] By: gsar                                  on 2000/07/11  17:31:20
45940         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
45941              mainline
45942      Branch: perl
45943           !> (integrate 40 files)
45944 ____________________________________________________________________________
45945 [  6343] By: gsar                                  on 2000/07/11  17:19:08
45946         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
45947      Branch: perl
45948           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
45949            ! Changes
45950           !> (integrate 34 files)
45951 ____________________________________________________________________________
45952 [  6342] By: jhi                                   on 2000/07/11  16:05:48
45953         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
45954              To: perl5-porters@perl.org
45955              From: Karsten Sperling <spiff@phreax.net>
45956              Date: Mon, 10 Jul 2000 15:12:52 +0200
45957              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
45958      Branch: cfgperl
45959            ! lib/Symbol.pm
45960 ____________________________________________________________________________
45961 [  6341] By: jhi                                   on 2000/07/11  15:59:23
45962         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
45963              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
45964              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
45965              Date: Fri, 07 Jul 2000 17:57:16 +0100
45966      Branch: cfgperl
45967            ! pp_hot.c
45968 ____________________________________________________________________________
45969 [  6340] By: jhi                                   on 2000/07/11  15:55:47
45970         Log: Subject: Re: format bug report  [Patch]
45971              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
45972              Date: Wed, 05 Jul 2000 13:12:52 +0200
45973              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
45974              
45975              Subject: Re: format bug report  [Patch]
45976              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
45977              Date: Wed, 05 Jul 2000 14:10:01 +0200
45978              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
45979      Branch: cfgperl
45980            ! t/op/write.t toke.c
45981 ____________________________________________________________________________
45982 [  6339] By: jhi                                   on 2000/07/11  13:54:09
45983         Log: Be less forgiving about ambiguous and illegal tr ranges.
45984              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
45985              From: Mark-Jason Dominus <mjd@plover.com>
45986              Date: Tue, 04 Jul 2000 10:00:12 -0400
45987              Message-ID: <20000704140012.17772.qmail@plover.com>
45988              
45989              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
45990              From: Mark-Jason Dominus <mjd@plover.com>
45991              Date: Wed, 05 Jul 2000 09:37:36 -0400
45992              Message-ID: <20000705133736.27293.qmail@plover.com>
45993      Branch: cfgperl
45994            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
45995 ____________________________________________________________________________
45996 [  6338] By: jhi                                   on 2000/07/11  13:31:24
45997         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
45998              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
45999              Date: Tue, 11 Jul 2000 13:50:51 +0100
46000              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
46001      Branch: cfgperl
46002            ! sv.c
46003 ____________________________________________________________________________
46004 [  6337] By: jhi                                   on 2000/07/11  13:29:14
46005         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
46006              From: Hugo <hv@crypt.compulink.co.uk>
46007              Date: Tue, 11 Jul 2000 12:44:50 +0100
46008              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
46009      Branch: cfgperl
46010            ! regexec.c t/op/re_tests
46011 ____________________________________________________________________________
46012 [  6336] By: jhi                                   on 2000/07/11  13:26:47
46013         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
46014              From: simon@brecon.co.uk (Simon Cozens)
46015              Date: 7 Jul 2000 11:26:09 GMT
46016              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
46017      Branch: cfgperl
46018            ! mg.c
46019 ____________________________________________________________________________
46020 [  6335] By: jhi                                   on 2000/07/11  13:23:37
46021         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
46022              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
46023              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
46024              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
46025      Branch: cfgperl
46026            + ext/DynaLoader/hints/netbsd.pl
46027            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
46028 ____________________________________________________________________________
46029 [  6334] By: jhi                                   on 2000/07/11  13:20:38
46030         Log: Subject: PATCH perlguts.pod: Document D and d magic types
46031              From: mjd@plover.com
46032              Date: 5 Jul 2000 18:01:51 -0000
46033              Message-ID: <20000705180151.29413.qmail@plover.com>
46034      Branch: cfgperl
46035            ! pod/perlguts.pod
46036 ____________________________________________________________________________
46037 [  6333] By: jhi                                   on 2000/07/11  13:15:51
46038         Log: Precedence goof, fix based on
46039              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
46040              From: Hugo <hv@crypt.compulink.co.uk>
46041              Date: Tue, 11 Jul 2000 12:52:38 +0100
46042              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
46043      Branch: cfgperl
46044            ! t/op/taint.t
46045 ____________________________________________________________________________
46046 [  6332] By: jhi                                   on 2000/07/11  12:40:17
46047         Log: Integrate with Sarathy.
46048      Branch: cfgperl
46049           !> win32/win32sck.c
46050 ____________________________________________________________________________
46051 [  6331] By: jhi                                   on 2000/07/10  20:14:16
46052         Log: Sprinkle ldlibpath.
46053      Branch: cfgperl
46054            ! pod/Makefile.SH
46055 ____________________________________________________________________________
46056 [  6330] By: jhi                                   on 2000/07/10  17:54:49
46057         Log: More POSIX.pod tweaks.
46058      Branch: cfgperl
46059            ! ext/POSIX/POSIX.pod
46060 ____________________________________________________________________________
46061 [  6329] By: jhi                                   on 2000/07/10  14:02:12
46062         Log: Reorder perl.pod once more.
46063      Branch: cfgperl
46064            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
46065 ____________________________________________________________________________
46066 [  6328] By: gsar                                  on 2000/07/10  07:06:00
46067         Log: accept() leaks memory on windows due to incorrect ordering of
46068              closesocket() and fclose() calls
46069      Branch: perl
46070            ! win32/win32sck.c
46071 ____________________________________________________________________________
46072 [  6327] By: gsar                                  on 2000/07/10  06:49:17
46073         Log: winsock options weren't being set in all threads under ithreads
46074              (caused send()s from second and subsequent threads to fail)
46075      Branch: perl
46076            ! win32/win32sck.c
46077 ____________________________________________________________________________
46078 [  6326] By: jhi                                   on 2000/07/08  02:45:40
46079         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
46080              was cast to an unsigned (32-bit) integer with wild abandon.
46081      Branch: cfgperl
46082            ! ext/Devel/DProf/DProf.xs
46083 ____________________________________________________________________________
46084 [  6325] By: jhi                                   on 2000/07/07  18:50:33
46085         Log: Remove perlbook, update perlfaq book listing,
46086              rearrange perl.pod, regenerate perltoc.
46087      Branch: cfgperl
46088            - pod/perlbook.pod
46089            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
46090            ! pod/perlfaq2.pod pod/perltoc.pod
46091 ____________________________________________________________________________
46092 [  6324] By: jhi                                   on 2000/07/07  14:03:40
46093         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
46094      Branch: cfgperl
46095            ! sv.h toke.c
46096 ____________________________________________________________________________
46097 [  6323] By: jhi                                   on 2000/07/06  16:03:55
46098         Log: Fix complaints of buildtoc.
46099      Branch: cfgperl
46100            + lib/Win32.pod
46101            - pod/Win32.pod
46102            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
46103 ____________________________________________________________________________
46104 [  6322] By: jhi                                   on 2000/07/06  15:15:52
46105         Log: Add =head1 NAMEs so that buildtoc is happy.
46106              (The CGI::Util nit reported to Lincoln.)
46107      Branch: cfgperl
46108            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
46109            ! pod/perltoc.pod
46110 ____________________________________________________________________________
46111 [  6321] By: jhi                                   on 2000/07/06  03:16:04
46112         Log: Config is being used.
46113      Branch: cfgperl
46114            ! t/op/method.t
46115 ____________________________________________________________________________
46116 [  6320] By: jhi                                   on 2000/07/06  03:13:13
46117         Log: Integrate with Sarathy.
46118      Branch: cfgperl
46119           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
46120 ____________________________________________________________________________
46121 [  6319] By: jhi                                   on 2000/07/06  03:11:46
46122         Log: Autogenerate pod/Makefile and pod/buildtoc.
46123              buildtoc also checks whether the existin pods are
46124              mentioned in MANIFEST and perl.pod, and vice versa.
46125              (None of the thusly found discrepancies fixed yet.)
46126              roffitall also needs to be autogenerated similarly but it
46127              seems so badly out of date that I didn't touch it yet.
46128      Branch: cfgperl
46129            + pod/Makefile.SH pod/buildtoc.PL
46130            - pod/Makefile pod/buildtoc
46131            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
46132 ____________________________________________________________________________
46133 [  6318] By: gsar                                  on 2000/07/05  22:10:54
46134         Log: fix UNC path handling on Windows under ithreads, and chdir()
46135              return value when given a non-existent directory
46136      Branch: perl
46137            ! win32/vdir.h
46138 ____________________________________________________________________________
46139 [  6317] By: gsar                                  on 2000/07/05  22:08:19
46140         Log: winsock cleanup never done on Windows (leads to handle leaks)
46141      Branch: perl
46142            ! win32/perllib.c win32/win32sck.c
46143 ____________________________________________________________________________
46144 [  6316] By: gsar                                  on 2000/07/05  22:06:19
46145         Log: some debugger output does not go to the socket when RemotePort is set
46146      Branch: perl
46147            ! lib/perl5db.pl
46148 ____________________________________________________________________________
46149 [  6315] By: jhi                                   on 2000/07/05  00:25:21
46150         Log: Integrate with Sarathy, preliminary fix for unicos
46151              alignment problems in [ID 20000612.002] Perl problem on Cray system.
46152      Branch: cfgperl
46153            ! sv.h
46154           !> pp_hot.c
46155 ____________________________________________________________________________
46156 [  6314] By: gsar                                  on 2000/07/04  23:34:02
46157         Log: tyop in change#6306
46158      Branch: perl
46159            ! pp_hot.c
46160 ____________________________________________________________________________
46161 [  6313] By: jhi                                   on 2000/07/04  22:14:38
46162         Log: Multiline string literals ENONPORTABLE.
46163      Branch: cfgperl
46164            ! pp_hot.c
46165 ____________________________________________________________________________
46166 [  6312] By: jhi                                   on 2000/07/04  20:34:44
46167         Log: Integrate with Sarathy.
46168      Branch: cfgperl
46169           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
46170           !> t/op/method.t
46171 ____________________________________________________________________________
46172 [  6311] By: jhi                                   on 2000/07/04  20:30:56
46173         Log: More POSIX.pod embellishment.
46174      Branch: cfgperl
46175            ! ext/POSIX/POSIX.pod
46176 ____________________________________________________________________________
46177 [  6310] By: gsar                                  on 2000/07/04  17:28:48
46178         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
46179      Branch: perl
46180            ! t/lib/b.t
46181 ____________________________________________________________________________
46182 [  6309] By: jhi                                   on 2000/07/04  17:22:18
46183         Log: The #6308 required a little bit more.
46184      Branch: cfgperl
46185            ! Makefile.SH win32/Makefile
46186 ____________________________________________________________________________
46187 [  6308] By: jhi                                   on 2000/07/04  16:35:24
46188         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
46189      Branch: cfgperl
46190            + lib/lib_pm.PL
46191            - lib/lib.pm.PL
46192            ! MANIFEST Makefile.SH
46193 ____________________________________________________________________________
46194 [  6307] By: jhi                                   on 2000/07/04  16:28:58
46195         Log: Win32 patches for cfgperl from Sarathy.
46196      Branch: cfgperl
46197            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
46198            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
46199            ! thread.h toke.c util.c win32/Makefile win32/win32.c
46200 ____________________________________________________________________________
46201 [  6306] By: gsar                                  on 2000/07/04  16:28:40
46202         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
46203              (from Richard Soderberg <rs@oregonnet.com>)
46204      Branch: perl
46205            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
46206 ____________________________________________________________________________
46207 [  6305] By: jhi                                   on 2000/07/04  16:24:24
46208         Log: Integrate with Sarathy.
46209      Branch: cfgperl
46210           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
46211           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
46212           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
46213           !> proto.h win32/win32.c
46214 ____________________________________________________________________________
46215 [  6304] By: gsar                                  on 2000/07/04  16:17:24
46216         Log: missing perldiag entry for unpack("w",...) diagnostic (from
46217              Andreas Koenig)
46218      Branch: perl
46219            ! pod/perldiag.pod
46220 ____________________________________________________________________________
46221 [  6303] By: gsar                                  on 2000/07/04  16:14:44
46222         Log: remove rel2abs prototypes (from Barrie Slaymaker)
46223      Branch: perl
46224            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
46225            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
46226 ____________________________________________________________________________
46227 [  6302] By: gsar                                  on 2000/07/04  04:59:35
46228         Log: adjust change#6299
46229      Branch: perl
46230            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
46231            ! win32/win32.c
46232 ____________________________________________________________________________
46233 [  6301] By: jhi                                   on 2000/07/04  04:50:07
46234         Log: Integrate with Sarathy.
46235      Branch: cfgperl
46236           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
46237           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
46238           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
46239 ____________________________________________________________________________
46240 [  6300] By: gsar                                  on 2000/07/04  04:42:09
46241         Log: PERL_OBJECT build tweak
46242      Branch: perl
46243            ! perl.h
46244 ____________________________________________________________________________
46245 [  6299] By: gsar                                  on 2000/07/04  04:37:00
46246         Log: fix memory leak on Windows (PL_sys_intern contents were never
46247              freed)
46248      Branch: perl
46249            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
46250            ! perlapi.c proto.h win32/win32.c
46251 ____________________________________________________________________________
46252 [  6298] By: gsar                                  on 2000/07/04  04:15:59
46253         Log: fix large memory leak that has been around for ever, masked by
46254              -DPURIFY (most of the arenas were never freed!)
46255      Branch: perl
46256            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
46257 ____________________________________________________________________________
46258 [  6297] By: gsar                                  on 2000/07/04  04:07:46
46259         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
46260      Branch: perl
46261            ! perl.c
46262 ____________________________________________________________________________
46263 [  6296] By: jhi                                   on 2000/06/30  18:28:37
46264         Log: Elaborate POSIX.pod.  Still needs work.
46265      Branch: cfgperl
46266            ! ext/POSIX/POSIX.pod
46267 ____________________________________________________________________________
46268 [  6295] By: jhi                                   on 2000/06/30  14:58:18
46269         Log: Point to perlipc for more SysV IPC examples.
46270      Branch: cfgperl
46271            ! pod/perlfunc.pod
46272 ____________________________________________________________________________
46273 [  6294] By: gsar                                  on 2000/06/30  14:47:45
46274         Log: slurp mode fix in change#4736 still not quite right
46275      Branch: perl
46276            ! pp_hot.c t/io/argv.t
46277 ____________________________________________________________________________
46278 [  6293] By: jhi                                   on 2000/06/30  12:02:55
46279         Log: Integrate with Sarathy.
46280      Branch: cfgperl
46281           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
46282 ____________________________________________________________________________
46283 [  6292] By: jhi                                   on 2000/06/30  12:01:11
46284         Log: From: simon@brecon.co.uk (Simon Cozens)
46285              Subject: UTF8 concat
46286              Date: 30 Jun 2000 06:13:25 GMT
46287              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
46288      Branch: cfgperl
46289            ! pp_hot.c
46290 ____________________________________________________________________________
46291 [  6291] By: gsar                                  on 2000/06/30  04:37:33
46292         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
46293              when @_ is modified, causing coredumps
46294      Branch: perl
46295            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
46296 ____________________________________________________________________________
46297 [  6290] By: jhi                                   on 2000/06/30  02:21:44
46298         Log: Integrate with Sarathy.
46299      Branch: cfgperl
46300           !> vms/vms.c vms/vmsish.h
46301 ____________________________________________________________________________
46302 [  6289] By: jhi                                   on 2000/06/30  02:21:02
46303         Log: Check VERSIONs.
46304      Branch: cfgperl
46305            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
46306            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
46307            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
46308 ____________________________________________________________________________
46309 [  6288] By: jhi                                   on 2000/06/30  02:18:52
46310         Log: Integrate with Sarathy.
46311      Branch: cfgperl
46312           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
46313           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
46314           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
46315           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
46316 ____________________________________________________________________________
46317 [  6287] By: gsar                                  on 2000/06/30  02:17:08
46318         Log: integrate vmsperl changes into mainline
46319      Branch: perl
46320           !> vms/vms.c vms/vmsish.h
46321 ____________________________________________________________________________
46322 [  6285] By: gsar                                  on 2000/06/30  02:05:28
46323         Log: localize %INC in a Safe compartment so that use/require work
46324              (many other magic globals probably need similar treatment)
46325      Branch: perl
46326            ! ext/Opcode/Opcode.xs
46327 ____________________________________________________________________________
46328 [  6284] By: gsar                                  on 2000/06/30  01:54:54
46329         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
46330              about Windows
46331      Branch: perl
46332            ! pod/perlembed.pod
46333 ____________________________________________________________________________
46334 [  6283] By: jhi                                   on 2000/06/30  01:50:10
46335         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
46336              From: Barrie Slaymaker <barries@jester.slaysys.com>
46337              Date: Wed, 28 Jun 2000 11:35:29 -0400
46338              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
46339      Branch: perl
46340            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
46341            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
46342            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
46343            ! lib/File/Spec/Win32.pm
46344 ____________________________________________________________________________
46345 [  6282] By: jhi                                   on 2000/06/29  22:57:22
46346         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
46347              From: Dan Sugalski <dan@sidhe.org>
46348              Date: Tue, 06 Jun 2000 11:59:50 -0400
46349              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
46350      Branch: cfgperl
46351            ! vms/vms.c
46352 ____________________________________________________________________________
46353 [  6281] By: jhi                                   on 2000/06/29  22:52:50
46354         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
46355              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
46356              Date: Wed, 7 Jun 2000 04:02:04 -0500
46357              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
46358      Branch: cfgperl
46359            ! utils/h2xs.PL
46360 ____________________________________________________________________________
46361 [  6280] By: jhi                                   on 2000/06/29  22:45:47
46362         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
46363              From: rspier@pobox.com (Robert Spier)
46364              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
46365              Message-ID: <14654.31913.845602.610277@rls.cx>
46366      Branch: cfgperl
46367            ! utils/h2xs.PL
46368 ____________________________________________________________________________
46369 [  6279] By: jhi                                   on 2000/06/29  22:38:16
46370         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
46371              From: Tim Ayers <tayers@bridge.com>
46372              Date: Thu, 08 Jun 2000 08:11:06 +0200
46373              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
46374              [resent by Richard Foley, Message-Id probably wrong]
46375      Branch: cfgperl
46376            ! pod/perlsub.pod
46377 ____________________________________________________________________________
46378 [  6278] By: jhi                                   on 2000/06/29  22:21:45
46379         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
46380              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
46381              Date: Fri, 09 Jun 2000 12:39:27 -0400
46382              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
46383              (plus update the version "number" of Text::Wrap)
46384      Branch: cfgperl
46385            ! lib/Text/Wrap.pm
46386 ____________________________________________________________________________
46387 [  6277] By: jhi                                   on 2000/06/29  22:13:10
46388         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
46389              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
46390              Date: Mon, 12 Jun 2000 14:55:59 +0100
46391              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
46392      Branch: cfgperl
46393            ! pod/perlfunc.pod
46394 ____________________________________________________________________________
46395 [  6276] By: jhi                                   on 2000/06/29  22:11:06
46396         Log: Subject: [PATCH] Re: eval documentation: context
46397              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
46398              Date: Mon, 12 Jun 2000 15:07:29 +0100
46399              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
46400      Branch: cfgperl
46401            ! pod/perlfunc.pod
46402 ____________________________________________________________________________
46403 [  6275] By: jhi                                   on 2000/06/29  21:59:46
46404         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
46405              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
46406              Date: Tue, 13 Jun 2000 02:43:48 -0500
46407              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
46408      Branch: cfgperl
46409            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
46410 ____________________________________________________________________________
46411 [  6274] By: jhi                                   on 2000/06/29  21:56:14
46412         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
46413              From: Andy Dougherty <doughera@lafayette.edu>
46414              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
46415              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
46416      Branch: cfgperl
46417            ! ext/File/Glob/Glob.pm
46418 ____________________________________________________________________________
46419 [  6273] By: jhi                                   on 2000/06/29  21:49:09
46420         Log: Subject: [PATCH] xsub attributes
46421              From: Doug MacEachern <dougm@covalent.net>
46422              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
46423              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
46424      Branch: cfgperl
46425            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
46426            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
46427 ____________________________________________________________________________
46428 [  6272] By: jhi                                   on 2000/06/29  21:41:28
46429         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
46430              From: Tom Phoenix <rootbeer@redcat.com>
46431              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
46432              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
46433      Branch: cfgperl
46434            ! lib/Net/Ping.pm
46435 ____________________________________________________________________________
46436 [  6271] By: jhi                                   on 2000/06/29  21:36:55
46437         Log: Subject: PATCH pod/perltie.pod
46438              From: Ian Phillipps <Ian.Phillipps@iname.com>
46439              Date: Fri, 16 Jun 2000 00:17:19 +0100
46440              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
46441              (only the first hunk, the second hunk had already been done
46442              by some other patch)
46443      Branch: cfgperl
46444            ! pod/perltie.pod
46445 ____________________________________________________________________________
46446 [  6270] By: jhi                                   on 2000/06/29  21:24:51
46447         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
46448              From: Nicholas Clark <nick@talking.bollo.cx>
46449              Date: Fri, 23 Jun 2000 16:21:15 +0100
46450              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
46451      Branch: cfgperl
46452            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
46453            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
46454 ____________________________________________________________________________
46455 [  6269] By: jhi                                   on 2000/06/29  19:38:15
46456         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
46457              silence few compiler warnings.
46458      Branch: cfgperl
46459            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
46460 ____________________________________________________________________________
46461 [  6268] By: jhi                                   on 2000/06/29  18:21:50
46462         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
46463              From: Dominic Dunlop <domo@computer.org> 
46464              Date: Thu, 29 Jun 2000 12:32:39 +0200 
46465              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
46466      Branch: cfgperl
46467            ! t/op/sprintf.t
46468 ____________________________________________________________________________
46469 [  6267] By: jhi                                   on 2000/06/29  18:16:07
46470         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
46471              From: Doug MacEachern <dougm@covalent.net>
46472              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
46473              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
46474      Branch: cfgperl
46475            + t/op/method2entersub.t
46476            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
46477            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
46478            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
46479            ! xsutils.c
46480 ____________________________________________________________________________
46481 [  6266] By: jhi                                   on 2000/06/29  15:11:15
46482         Log: Subject: [PATCH 5.6.0] cygwin port
46483              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
46484              From: "Fifer, Eric" <EFifer@sanwaint.com>
46485              Date: Thu, 29 Jun 2000 12:58:29 +0100
46486      Branch: cfgperl
46487            ! cygwin/Makefile.SHs
46488 ____________________________________________________________________________
46489 [  6265] By: jhi                                   on 2000/06/29  15:04:05
46490         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
46491              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
46492              Date: Wed, 28 Jun 2000 17:50:12 -0700
46493              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
46494      Branch: cfgperl
46495            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
46496 ____________________________________________________________________________
46497 [  6264] By: jhi                                   on 2000/06/29  15:00:57
46498         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
46499              From: Marty Lucich <marty@netcom.com>
46500              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
46501              Message-Id: <200006282116.OAA11148@netcom.com>
46502              ccdlflags update (the BSD/OS 4.1 part had already been taken
46503              care of by #6141).
46504      Branch: cfgperl
46505            ! hints/bsdos.sh
46506 ____________________________________________________________________________
46507 [  6263] By: jhi                                   on 2000/06/29  13:47:44
46508         Log: tr fixes from Simon Cozens
46509      Branch: cfgperl
46510            ! doop.c
46511 ____________________________________________________________________________
46512 [  6262] By: jhi                                   on 2000/06/28  18:46:01
46513         Log: Subject: 5.6.0 Patch for EPOC
46514              From: Olaf Flebbe <o.flebbe@gmx.de>
46515              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
46516              Message-ID: <23449.960929969@www11.gmx.net>
46517      Branch: cfgperl
46518            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
46519            ! epoc/epocish.h
46520 ____________________________________________________________________________
46521 [  6261] By: jhi                                   on 2000/06/28  18:29:07
46522         Log: Subject: Re: [PATCH cfgperl] BOMs away!
46523              From: simon@brecon.co.uk (Simon Cozens)
46524              Date: 17 Jun 2000 11:49:57 GMT
46525              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
46526      Branch: cfgperl
46527            ! pod/perldiag.pod t/comp/require.t toke.c
46528 ____________________________________________________________________________
46529 [  6260] By: jhi                                   on 2000/06/28  17:47:16
46530         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
46531              From: simon@brecon.co.uk (Simon Cozens) 
46532              Date: 17 Jun 2000 11:56:44 GMT 
46533              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
46534              pack U0, pack C0
46535      Branch: cfgperl
46536            ! pod/perlfunc.pod pp.c t/op/pack.t
46537 ____________________________________________________________________________
46538 [  6259] By: jhi                                   on 2000/06/28  16:43:17
46539         Log: perlnewmod was missing from MANIFEST.
46540      Branch: cfgperl
46541            ! MANIFEST
46542 ____________________________________________________________________________
46543 [  6258] By: jhi                                   on 2000/06/28  15:54:30
46544         Log: linenumber tweak
46545      Branch: cfgperl
46546            ! t/pragma/warn/regcomp
46547 ____________________________________________________________________________
46548 [  6257] By: jhi                                   on 2000/06/28  15:50:44
46549         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
46550              From: Doug MacEachern <dougm@covalent.net>
46551              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
46552              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
46553              (one part of the patch had been applied earlier)
46554      Branch: cfgperl
46555            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
46556 ____________________________________________________________________________
46557 [  6256] By: jhi                                   on 2000/06/28  15:40:22
46558         Log: tweaks from Simon Cozens to further fix tr/// under utf8
46559      Branch: cfgperl
46560            ! doop.c
46561 ____________________________________________________________________________
46562 [  6255] By: jhi                                   on 2000/06/28  15:33:45
46563         Log: small thinko tweaks
46564      Branch: cfgperl
46565            ! lib/IPC/Open3.pm t/op/my_stash.t
46566 ____________________________________________________________________________
46567 [  6254] By: jhi                                   on 2000/06/28  15:33:25
46568         Log: Subject: tr///, help wanted.
46569              From: simon@brecon.co.uk (Simon Cozens)
46570              Date: 28 Jun 2000 11:29:04 GMT
46571              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
46572      Branch: cfgperl
46573            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
46574            ! pp_proto.h proto.h t/op/tr.t
46575 ____________________________________________________________________________
46576 [  6253] By: jhi                                   on 2000/06/28  15:09:17
46577         Log: Paranoia tweak on #6249.
46578              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
46579              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
46580              Date: Sun, 25 Jun 2000 23:43:12 -0400
46581              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
46582      Branch: cfgperl
46583            ! lib/IPC/Open3.pm
46584 ____________________________________________________________________________
46585 [  6252] By: jhi                                   on 2000/06/28  15:01:38
46586         Log: Document #6249 and #6251.
46587      Branch: cfgperl
46588            ! lib/Exporter.pm lib/IPC/Open3.pm
46589 ____________________________________________________________________________
46590 [  6251] By: jhi                                   on 2000/06/28  14:50:43
46591         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
46592              From: Doug MacEachern <dougm@covalent.net>
46593              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
46594              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
46595      Branch: cfgperl
46596            ! lib/Exporter.pm
46597 ____________________________________________________________________________
46598 [  6250] By: jhi                                   on 2000/06/28  14:45:23
46599         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
46600              From: Doug MacEachern <dougm@covalent.net>
46601              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
46602              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
46603      Branch: cfgperl
46604            + t/op/my_stash.t
46605            ! MANIFEST embed.pl global.sym proto.h toke.c
46606 ____________________________________________________________________________
46607 [  6249] By: jhi                                   on 2000/06/28  14:36:34
46608         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
46609              From: Frank Tobin <ftobin@uiuc.edu>
46610              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
46611              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
46612      Branch: cfgperl
46613            ! lib/IPC/Open3.pm
46614 ____________________________________________________________________________
46615 [  6248] By: jhi                                   on 2000/06/28  14:11:25
46616         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
46617              From: Mark-Jason Dominus <mjd@plover.com>
46618              Date: Tue, 27 Jun 2000 22:36:42 -0400
46619              Message-ID: <20000628023642.12166.qmail@plover.com>
46620      Branch: cfgperl
46621            ! pod/perlfunc.pod
46622 ____________________________________________________________________________
46623 [  6247] By: jhi                                   on 2000/06/27  12:46:37
46624         Log: Tweak $VERSION, patch from Doug MacEachern.
46625      Branch: cfgperl
46626            ! lib/File/Spec.pm
46627 ____________________________________________________________________________
46628 [  6246] By: jhi                                   on 2000/06/27  03:34:46
46629         Log: Allow for standalone testing.
46630      Branch: cfgperl
46631            ! t/lib/filefunc.t t/lib/filespec.t
46632 ____________________________________________________________________________
46633 [  6245] By: jhi                                   on 2000/06/27  02:50:02
46634         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
46635              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
46636              Date: Sat, 24 Jun 2000 13:06:20 +0100
46637              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
46638      Branch: cfgperl
46639            ! ext/DynaLoader/DynaLoader_pm.PL
46640 ____________________________________________________________________________
46641 [  6244] By: jhi                                   on 2000/06/27  02:46:10
46642         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
46643              From: Doug MacEachern <dougm@covalent.net>
46644              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
46645              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
46646      Branch: cfgperl
46647            ! gv.c sv.c t/lib/peek.t
46648 ____________________________________________________________________________
46649 [  6243] By: jhi                                   on 2000/06/27  02:38:07
46650         Log: Subject: [PATCH] is_utf8_string
46651              From: simon@brecon.co.uk (Simon Cozens)
46652              Date: 26 Jun 2000 02:25:59 GMT
46653              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
46654      Branch: cfgperl
46655            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
46656            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
46657            ! proto.h utf8.c
46658 ____________________________________________________________________________
46659 [  6242] By: jhi                                   on 2000/06/27  02:24:00
46660         Log: Subject: [PATCH] bytes<->utf8 fixes
46661              From: simon@brecon.co.uk (Simon Cozens)
46662              Date: 26 Jun 2000 04:55:45 GMT
46663              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
46664      Branch: cfgperl
46665            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
46666 ____________________________________________________________________________
46667 [  6241] By: jhi                                   on 2000/06/27  02:12:42
46668         Log: Do no -warn on \_, only on \alpha.
46669              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
46670              From: David Dyck <dcd@tc.fluke.com>
46671              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
46672              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
46673      Branch: cfgperl
46674            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
46675 ____________________________________________________________________________
46676 [  6240] By: jhi                                   on 2000/06/27  02:00:01
46677         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
46678              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
46679              Date: Mon, 26 Jun 2000 18:40:14 +0100
46680              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
46681      Branch: cfgperl
46682            ! utils/h2xs.PL
46683 ____________________________________________________________________________
46684 [  6239] By: jhi                                   on 2000/06/27  01:53:40
46685         Log: Configure maintenance.  Sever some dependency cycles,
46686              separate gccversion from the cc unit,
46687              address [ID 20000623.006] Configure script patch for using gcc on AIX
46688              (but solve it a little bit differently),
46689              unduplex some accidentally duplicated units,
46690              suggest using gcc if no cc available
46691              (p5p thread: "Solaris configure: counterproposal", 1999-09)
46692      Branch: cfgperl
46693            ! Configure Todo-5.6 config_h.SH
46694      Branch: metaconfig
46695            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
46696            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
46697      Branch: metaconfig/U/perl
46698            + gccvers.U
46699            ! d_getespwnam.U d_getprpwnam.U i_prot.U
46700 ____________________________________________________________________________
46701 [  6238] By: jhi                                   on 2000/06/25  18:04:56
46702         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
46703              From: Dan Sugalski <dan@sidhe.org>
46704              Date: Fri, 23 Jun 2000 17:00:00 -0400
46705              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
46706      Branch: cfgperl
46707            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
46708 ____________________________________________________________________________
46709 [  6237] By: jhi                                   on 2000/06/25  16:36:45
46710         Log: Tweak embed.pl, regen headers.
46711      Branch: cfgperl
46712            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
46713            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
46714            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
46715            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
46716            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
46717 ____________________________________________________________________________
46718 [  6236] By: jhi                                   on 2000/06/25  15:26:42
46719         Log: Regen headers.
46720      Branch: cfgperl
46721            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
46722            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
46723            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
46724            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
46725            ! regnodes.h warnings.h
46726 ____________________________________________________________________________
46727 [  6235] By: jhi                                   on 2000/06/23  19:39:35
46728         Log: The thread begun by
46729              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
46730              From: Kevin.Ruscoe@ubsw.com
46731              Date: Fri, 16 Jun 2000 16:38:51 +0100
46732              Message-Id: <H000019b03c300d6@MHS>
46733      Branch: cfgperl
46734            ! hints/solaris_2.sh
46735 ____________________________________________________________________________
46736 [  6234] By: jhi                                   on 2000/06/23  19:23:36
46737         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
46738              because when run as services (Win32ese for daemons)
46739              no environment variables are set and tmpdir ends up as /tmp,
46740              which is ambiguous.
46741              
46742              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
46743              From: matt@sergeant.org
46744              Date: 16 Jun 2000 16:30:43 -0000
46745              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
46746      Branch: cfgperl
46747            ! lib/File/Spec/Win32.pm
46748 ____________________________________________________________________________
46749 [  6233] By: jhi                                   on 2000/06/23  19:18:58
46750         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
46751              From: Mark-Jason Dominus <mjd@plover.com>
46752              Date: Fri, 16 Jun 2000 20:53:04 -0400
46753              Message-ID: <20000617005304.8008.qmail@plover.com>
46754      Branch: cfgperl
46755            ! op.h
46756 ____________________________________________________________________________
46757 [  6232] By: jhi                                   on 2000/06/23  16:10:02
46758         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
46759              From: simon@brecon.co.uk (Simon Cozens)
46760              Date: 19 Jun 2000 15:18:27 GMT
46761              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
46762              
46763              plus update pod/Makefile and regenerate perltoc
46764      Branch: cfgperl
46765            + pod/perlutil.pod
46766            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
46767 ____________________________________________________________________________
46768 [  6231] By: jhi                                   on 2000/06/23  15:19:18
46769         Log: Subject: [PATCH 5.6.0] cygwin port
46770              From: "Fifer, Eric" <EFifer@sanwaint.com>
46771              Date: Tue, 20 Jun 2000 14:30:58 +0100
46772              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
46773      Branch: cfgperl
46774            ! README.cygwin lib/File/Find.pm
46775 ____________________________________________________________________________
46776 [  6230] By: jhi                                   on 2000/06/23  14:25:21
46777         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
46778      Branch: cfgperl
46779            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
46780            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
46781            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
46782            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
46783 ____________________________________________________________________________
46784 [  6229] By: jhi                                   on 2000/06/23  14:13:34
46785         Log: Subject: README.hpux version 0.6.1
46786              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
46787              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
46788              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
46789      Branch: cfgperl
46790            ! README.hpux
46791 ____________________________________________________________________________
46792 [  6228] By: jhi                                   on 2000/06/23  14:07:20
46793         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
46794              From: Doug MacEachern <dougm@covalent.net>
46795              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
46796              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
46797      Branch: cfgperl
46798            ! op.c
46799 ____________________________________________________________________________
46800 [  6227] By: jhi                                   on 2000/06/23  14:01:06
46801         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
46802              From: Doug MacEachern <dougm@covalent.net>
46803              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
46804              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
46805      Branch: cfgperl
46806            + lib/lib.pm.PL
46807            - lib/lib.pm
46808            ! MANIFEST Makefile.SH
46809 ____________________________________________________________________________
46810 [  6226] By: jhi                                   on 2000/06/23  13:53:07
46811         Log: Subject: [PATCH] remove forward declarations in Socket.pm
46812              From: Doug MacEachern <dougm@covalent.net>
46813              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
46814              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
46815              
46816              From: Doug MacEachern <dougm@covalent.net>
46817              Subject: Re: [PATCH] remove forward declarations in Socket.pm
46818              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
46819              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
46820      Branch: cfgperl
46821            ! ext/Socket/Socket.pm op.c
46822 ____________________________________________________________________________
46823 [  6225] By: jhi                                   on 2000/06/23  13:41:52
46824         Log: Add source code filenames to apidoc.
46825              From: simon@brecon.co.uk (Simon Cozens)
46826              Subject: [PATCH embed.pl] Source X-ref
46827              Date: 22 Jun 2000 02:18:49 GMT
46828              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
46829      Branch: cfgperl
46830            ! embed.pl
46831 ____________________________________________________________________________
46832 [  6224] By: jhi                                   on 2000/06/23  13:32:33
46833         Log: A way to avoid English.pm performance hit.
46834              From: root <root@jester.slaysys.com>
46835              Subject: [YAPATCH English.pm] My turn to putt again
46836              Date: Thu, 22 Jun 2000 20:33:58 -0400
46837              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
46838      Branch: cfgperl
46839            ! lib/English.pm t/lib/english.t
46840 ____________________________________________________________________________
46841 [  6223] By: jhi                                   on 2000/06/23  13:27:06
46842         Log: Avoid double close().
46843              Subject: [PATCH] avoid double close()
46844              From: Doug MacEachern <dougm@covalent.net>
46845              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
46846              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
46847      Branch: cfgperl
46848            ! doio.c
46849 ____________________________________________________________________________
46850 [  6222] By: jhi                                   on 2000/06/23  13:25:54
46851         Log: doc typo fix
46852              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
46853              From: Ian Phillipps <Ian.Phillipps@iname.com>
46854              Date: Fri, 23 Jun 2000 10:40:58 +0100
46855              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
46856      Branch: cfgperl
46857            ! lib/Pod/Usage.pm
46858 ____________________________________________________________________________
46859 [  6221] By: jhi                                   on 2000/06/23  13:24:15
46860         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
46861              From: simon@brecon.co.uk (Simon Cozens)
46862              Subject: [PATCH] Eliminate tr///[CU][CU]
46863              Date: 23 Jun 2000 11:05:40 GMT
46864              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
46865      Branch: cfgperl
46866            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
46867 ____________________________________________________________________________
46868 [  6220] By: jhi                                   on 2000/06/22  16:07:51
46869         Log: Win32 patches from Benjamin Stuhl.
46870      Branch: cfgperl
46871            ! makedef.pl win32/win32.h
46872 ____________________________________________________________________________
46873 [  6219] By: jhi                                   on 2000/06/22  16:06:34
46874         Log: Bytecode patches from Benjamin Stuhl.
46875      Branch: cfgperl
46876            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
46877            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
46878            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
46879 ____________________________________________________________________________
46880 [  6218] By: jhi                                   on 2000/06/15  23:54:16
46881         Log: Bytecode patches from Benjamin Stuhl.
46882      Branch: cfgperl
46883            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
46884 ____________________________________________________________________________
46885 [  6217] By: jhi                                   on 2000/06/09  13:38:29
46886         Log: Rename the fdpid locking and integrate with Sarathy.
46887      Branch: cfgperl
46888            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
46889            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
46890            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
46891            ! win32/win32.c
46892           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
46893 ____________________________________________________________________________
46894 [  6216] By: gsar                                  on 2000/06/08  14:54:21
46895         Log: be more optimal about clearing @_
46896      Branch: perl
46897            ! cop.h
46898 ____________________________________________________________________________
46899 [  6215] By: gsar                                  on 2000/06/08  14:33:04
46900         Log: tweak comment about @DB::args
46901      Branch: perl
46902            ! av.h pp_ctl.c
46903 ____________________________________________________________________________
46904 [  6214] By: gsar                                  on 2000/06/08  13:57:54
46905         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
46906              caller() wants to populate @DB::args with it (causes a coredump
46907              in Carp::confess())
46908      Branch: perl
46909            ! cop.h t/op/runlevel.t
46910 ____________________________________________________________________________
46911 [  6213] By: gsar                                  on 2000/06/08  07:06:35
46912         Log: back out change#6106 (seems problematic)
46913      Branch: perl
46914            ! hints/solaris_2.sh
46915 ____________________________________________________________________________
46916 [  6212] By: jhi                                   on 2000/06/07  03:10:36
46917         Log: Continuing mopup for #6204.
46918      Branch: cfgperl
46919            ! ext/B/defsubs_h.PL
46920 ____________________________________________________________________________
46921 [  6211] By: jhi                                   on 2000/06/07  02:41:50
46922         Log: Mopup for #6204.
46923              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
46924              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
46925              This is comes from const() where POK isn't on when expected.
46926      Branch: cfgperl
46927            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
46928            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
46929            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
46930            ! perlapi.h pod/perlapi.pod
46931 ____________________________________________________________________________
46932 [  6210] By: jhi                                   on 2000/06/07  01:56:29
46933         Log: Mopup for #6207 and #6209.
46934      Branch: cfgperl
46935            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
46936 ____________________________________________________________________________
46937 [  6209] By: jhi                                   on 2000/06/07  01:33:12
46938         Log: Lock PL_fdpid against race conditions, based on:
46939              Subject: [PATCH 5.6.0]subprocess fixup for threads
46940              From: Dan Sugalski <dan@sidhe.org>
46941              To: perl5-porters@perl.org
46942              Date: Tue, 11 Apr 2000 17:02:32 -0400
46943              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
46944      Branch: cfgperl
46945            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
46946            ! win32/win32.c
46947 ____________________________________________________________________________
46948 [  6208] By: jhi                                   on 2000/06/07  01:05:23
46949         Log: Regen headers for #6207.
46950      Branch: cfgperl
46951            ! embed.h global.sym objXSUB.h proto.h
46952 ____________________________________________________________________________
46953 [  6207] By: jhi                                   on 2000/06/06  23:43:13
46954         Log: Subject: [PATCH 5.6.0] Threadsafe patches
46955              From: Dan Sugalski <dan@sidhe.org>
46956              To: perl5-porters@perl.org
46957              Date: Mon, 08 May 2000 18:08:13 -0400
46958              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
46959      Branch: cfgperl
46960            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
46961            ! proto.h sv.h util.c
46962 ____________________________________________________________________________
46963 [  6206] By: jhi                                   on 2000/06/06  23:21:23
46964         Log: Subject: [PATCH] Eliminate $a/$b in pod
46965              From: David Glasser <me@davidglasser.net>
46966              To: perl5-porters@perl.org
46967              Date: Mon, 29 May 2000 21:15:59 -0400
46968              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
46969      Branch: cfgperl
46970            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
46971            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
46972            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
46973            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
46974            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
46975            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
46976            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
46977            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
46978            ! pod/perlvar.pod pod/perlxs.pod
46979 ____________________________________________________________________________
46980 [  6205] By: jhi                                   on 2000/06/06  23:12:14
46981         Log: Subject: [PATCH] Win32 improvements
46982              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
46983              To: gsar@activestate.com, perl5-porters@perl.org
46984              Date: Mon, 29 May 2000 17:22:24 PDT
46985              Message-ID: <20000530002224.91142.qmail@hotmail.com>
46986              (MUA had mangled many lines by wordwrapping)
46987      Branch: cfgperl
46988            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
46989 ____________________________________________________________________________
46990 [  6204] By: jhi                                   on 2000/06/06  23:01:50
46991         Log: Subject: [PATCH] B::Bytecode patches
46992              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
46993              To: gsar@activestate.com, jhi@iki.fi
46994              Cc: perl5-porters@perl.org
46995              Message-ID: <20000602202526.48694.qmail@hotmail.com>
46996              (MUA had mangled many lines by wordwrapping)
46997      Branch: cfgperl
46998            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
46999            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
47000            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
47001            ! intrpvar.h perl.c
47002 ____________________________________________________________________________
47003 [  6203] By: jhi                                   on 2000/06/06  22:32:43
47004         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
47005              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
47006              Date: Tue, 06 Jun 2000 13:07:45 -0700
47007              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
47008      Branch: cfgperl
47009            ! pod/perldiag.pod
47010 ____________________________________________________________________________
47011 [  6202] By: jhi                                   on 2000/06/06  19:38:35
47012         Log: Integrate with Sarathy.
47013      Branch: cfgperl
47014           !> perl.c
47015 ____________________________________________________________________________
47016 [  6201] By: gsar                                  on 2000/06/06  00:42:59
47017         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
47018              does a PUSHMARK that's never ever POPMARKed; in general, only
47019              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
47020              Perl_eval_[sp]v() don't because they don't take any incoming
47021              arguments (this leak has been around since the original version
47022              of perl_eval_pv() in 5.003_97e)
47023      Branch: perl
47024            ! perl.c
47025 ____________________________________________________________________________
47026 [  6200] By: jhi                                   on 2000/06/04  03:44:52
47027         Log: Update to cperl-mode.el 4.31 from
47028              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
47029              Subject: A couple of notes
47030              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47031              To: Mailing list Perl5 <perl5-porters@perl.org>
47032              Date: Sat, 3 Jun 2000 23:33:32 -0400
47033              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
47034      Branch: cfgperl
47035            ! emacs/cperl-mode.el
47036 ____________________________________________________________________________
47037 [  6199] By: jhi                                   on 2000/06/03  15:11:05
47038         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
47039              From: Dan Sugalski <dan@sidhe.org>
47040              To: perl5-porters@perl.org, vmsperl@perl.org
47041              Date: Fri, 02 Jun 2000 17:30:51 -0400
47042              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
47043      Branch: cfgperl
47044            ! vms/descrip_mms.template vms/gen_shrfls.pl
47045 ____________________________________________________________________________
47046 [  6198] By: jhi                                   on 2000/06/03  14:59:15
47047         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
47048              From: Dan Sugalski <dan@sidhe.org>
47049              To: vmsperl@perl.org, perl5-porters@perl.org
47050              Date: Fri, 02 Jun 2000 16:00:41 -0400
47051              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
47052              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
47053      Branch: cfgperl
47054            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
47055            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
47056            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
47057 ____________________________________________________________________________
47058 [  6197] By: jhi                                   on 2000/06/03  14:41:30
47059         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
47060              From: John Borwick <jhborwic@unity.ncsu.edu>
47061              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
47062              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
47063      Branch: cfgperl
47064            ! pod/perlsyn.pod
47065 ____________________________________________________________________________
47066 [  6196] By: jhi                                   on 2000/06/03  14:38:09
47067         Log: Integrate with Sarathy.
47068      Branch: cfgperl
47069           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
47070           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
47071           !> vms/perly_c.vms
47072 ____________________________________________________________________________
47073 [  6195] By: gsar                                  on 2000/06/02  22:43:13
47074         Log: fix yet another eval"" leak under USE_ITHREADS
47075      Branch: perl
47076            ! op.c
47077 ____________________________________________________________________________
47078 [  6194] By: gsar                                  on 2000/06/02  18:22:06
47079         Log: fix small eval"" memory leaks under USE_ITHREADS
47080      Branch: perl
47081            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
47082            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
47083            ! vms/perly_c.vms
47084 ____________________________________________________________________________
47085 [  6193] By: jhi                                   on 2000/06/01  13:03:56
47086         Log: Signals-be-gone for microperl.
47087      Branch: cfgperl
47088            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
47089 ____________________________________________________________________________
47090 [  6192] By: jhi                                   on 2000/06/01  12:52:02
47091         Log: Integrate with Sarathy.
47092      Branch: cfgperl
47093           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
47094           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
47095           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
47096           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
47097           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
47098           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
47099           !> t/op/vec.t utils/h2xs.PL
47100 ____________________________________________________________________________
47101 [  6191] By: gsar                                  on 2000/06/01  09:38:21
47102         Log: vec() loses numericalness (modified version of patch suggested
47103              by Robin Barker)
47104      Branch: perl
47105            ! doop.c t/op/vec.t
47106 ____________________________________________________________________________
47107 [  6190] By: gsar                                  on 2000/06/01  09:26:15
47108         Log: submit missing embed.pl change
47109      Branch: perl
47110            ! embed.pl
47111 ____________________________________________________________________________
47112 [  6189] By: gsar                                  on 2000/06/01  09:05:34
47113         Log: counting tr/// corrupts later operation (from M.J.T Guy)
47114      Branch: perl
47115            ! doop.c t/op/tr.t
47116 ____________________________________________________________________________
47117 [  6188] By: gsar                                  on 2000/06/01  08:58:39
47118         Log: h2xs tweaks
47119      Branch: perl
47120            ! utils/h2xs.PL
47121 ____________________________________________________________________________
47122 [  6187] By: gsar                                  on 2000/06/01  08:50:07
47123         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
47124              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
47125      Branch: perl
47126            + lib/Pod/LaTeX.pm
47127            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
47128            ! pod/pod2latex.PL
47129 ____________________________________________________________________________
47130 [  6186] By: gsar                                  on 2000/06/01  08:24:40
47131         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
47132              <wolfgang.laun@alcatel.at>)
47133      Branch: perl
47134            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
47135            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
47136 ____________________________________________________________________________
47137 [  6185] By: gsar                                  on 2000/06/01  08:12:00
47138         Log: remove incorrect documentation about implicit split to @_ in
47139              list context, which never really worked in perl 5 (from
47140              M.J.T. Guy)
47141      Branch: perl
47142            ! pod/perlfunc.pod pod/perltrap.pod
47143 ____________________________________________________________________________
47144 [  6184] By: gsar                                  on 2000/06/01  07:52:27
47145         Log: tweak for change#6127
47146      Branch: perl
47147            ! perl.c
47148 ____________________________________________________________________________
47149 [  6183] By: gsar                                  on 2000/06/01  07:41:02
47150         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
47151              <nick@ccl4.org>)
47152      Branch: perl
47153            + t/lib/selfloader.t
47154            ! MANIFEST lib/SelfLoader.pm
47155 ____________________________________________________________________________
47156 [  6182] By: jhi                                   on 2000/06/01  00:34:42
47157         Log: Be Cleaner Part Deux.
47158      Branch: cfgperl
47159            ! Makefile.SH
47160 ____________________________________________________________________________
47161 [  6181] By: jhi                                   on 2000/06/01  00:32:09
47162         Log: Integrate with Sarathy.
47163      Branch: cfgperl
47164           !> pp.c t/op/arith.t
47165 ____________________________________________________________________________
47166 [  6180] By: jhi                                   on 2000/06/01  00:31:13
47167         Log: microperl nits from Simon Cozens.
47168      Branch: cfgperl
47169            + uconfig.h
47170            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
47171            ! unixish.h
47172 ____________________________________________________________________________
47173 [  6179] By: gsar                                  on 2000/05/31  22:37:51
47174         Log: buggy modulus on UVs introduced by change#3378 (resulted in
47175              4063328477 % 65535 amounting to 27406, instead of 27407)
47176      Branch: perl
47177            ! pp.c t/op/arith.t
47178 ____________________________________________________________________________
47179 [  6178] By: jhi                                   on 2000/05/31  21:52:41
47180         Log: Be cleaner.
47181      Branch: cfgperl
47182            ! Makefile.SH
47183 ____________________________________________________________________________
47184 [  6177] By: jhi                                   on 2000/05/31  21:47:33
47185         Log: Substitution utf8 patch from Simon Cozens.
47186      Branch: cfgperl
47187            ! pp_hot.c
47188 ____________________________________________________________________________
47189 [  6176] By: jhi                                   on 2000/05/31  21:45:34
47190         Log: Single-quoted utf8 patch from Simon Cozens.
47191      Branch: cfgperl
47192            ! toke.c
47193 ____________________________________________________________________________
47194 [  6175] By: jhi                                   on 2000/05/31  21:40:18
47195         Log: Integrate with Sarathy.
47196      Branch: cfgperl
47197           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
47198 ____________________________________________________________________________
47199 [  6174] By: jhi                                   on 2000/05/31  21:37:31
47200         Log: microperl changes from Simon Cozens; Makefile for microperl
47201              written from scratch; few casts added as microperl compilation
47202              doesn't have all prototypes available.
47203      Branch: cfgperl
47204            + Makefile.micro README.micro Todo.micro uconfig.sh
47205            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
47206            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
47207      Branch: metaconfig
47208            + U/modified/Config_h.U
47209 ____________________________________________________________________________
47210 [  6173] By: jhi                                   on 2000/05/31  20:00:24
47211         Log: metaconfig maintenance.
47212      Branch: metaconfig
47213            + U/modified/Inhdr.U U/typedefs/inotype.U
47214      Branch: metaconfig/U/perl
47215            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
47216            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
47217 ____________________________________________________________________________
47218 [  6172] By: gsar                                  on 2000/05/31  05:05:42
47219         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
47220              (from Ilya Zakharevich)
47221      Branch: perl
47222            ! regexec.c t/op/re_tests
47223 ____________________________________________________________________________
47224 [  6171] By: gsar                                  on 2000/05/31  05:01:47
47225         Log: scalar() doesn't force scalar context when used in void context
47226              (from Simon Cozens)
47227      Branch: perl
47228            ! op.c t/op/wantarray.t
47229 ____________________________________________________________________________
47230 [  6170] By: gsar                                  on 2000/05/31  04:41:33
47231         Log: change#6142 needs tweaks to tests to work where there's no symlink()
47232              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
47233      Branch: perl
47234            ! t/lib/filefind.t
47235 ____________________________________________________________________________
47236 [  6169] By: gsar                                  on 2000/05/31  04:29:49
47237         Log: integrate cfgperl contents into mainline
47238      Branch: perl
47239           +> pod/perlmodlib.PL pod/perlnewmod.pod
47240           !> (integrate 42 files)
47241 ____________________________________________________________________________
47242 [  6168] By: jhi                                   on 2000/05/30  22:53:37
47243         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
47244      Branch: cfgperl
47245            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
47246            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
47247            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
47248            ! win32/config.bc win32/config.gc win32/config.vc
47249            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
47250            ! win32/config_h.PL win32/config_sh.PL
47251      Branch: metaconfig/U/perl
47252            ! perlxv.U
47253 ____________________________________________________________________________
47254 [  6167] By: jhi                                   on 2000/05/30  22:20:21
47255         Log: tweak todo 
47256      Branch: cfgperl
47257            ! Todo-5.6
47258 ____________________________________________________________________________
47259 [  6166] By: jhi                                   on 2000/05/30  22:11:51
47260         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
47261              in case somebody wants to write an extension for more
47262              shadow database interfaces.
47263      Branch: cfgperl
47264            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
47265            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
47266            ! vos/config.def vos/config.h vos/config_h.SH_orig
47267            ! win32/config.bc win32/config.gc win32/config.vc
47268            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
47269      Branch: metaconfig
47270            ! U/modified/Myinit.U
47271      Branch: metaconfig/U/perl
47272            + d_getespwnam.U d_getprpwnam.U i_prot.U
47273 ____________________________________________________________________________
47274 [  6165] By: jhi                                   on 2000/05/30  18:35:34
47275         Log: Integrate with Sarathy.
47276      Branch: cfgperl
47277           !> op.c
47278 ____________________________________________________________________________
47279 [  6164] By: jhi                                   on 2000/05/30  18:30:16
47280         Log: detypo
47281      Branch: cfgperl
47282            ! Configure config_h.SH
47283      Branch: metaconfig/U/perl
47284            ! perlxv.U
47285 ____________________________________________________________________________
47286 [  6163] By: gsar                                  on 2000/05/30  03:24:03
47287         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
47288      Branch: perl
47289            ! op.c
47290 ____________________________________________________________________________
47291 [  6162] By: gsar                                  on 2000/05/30  03:09:38
47292         Log: fix memory leak in method call optimization (change#3768);
47293              made C<eval "$x->foo()"> leak
47294      Branch: perl
47295            ! op.c
47296 ____________________________________________________________________________
47297 [  6161] By: jhi                                   on 2000/05/29  17:56:26
47298         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
47299              both from Simon Cozens.
47300      Branch: cfgperl
47301            + pod/perlmodlib.PL pod/perlnewmod.pod
47302            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
47303            ! pod/perlmodlib.pod pod/perltoc.pod
47304 ____________________________________________________________________________
47305 [  6160] By: jhi                                   on 2000/05/29  17:23:55
47306         Log: Changes for the File::Temp 0.08 (change #6159) test suite
47307              to fit better into the Perl distribution test framework.
47308      Branch: cfgperl
47309            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
47310            ! t/lib/ftmp-tempfile.t
47311 ____________________________________________________________________________
47312 [  6159] By: jhi                                   on 2000/05/29  16:55:36
47313         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
47314      Branch: cfgperl
47315            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
47316            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
47317 ____________________________________________________________________________
47318 [  6158] By: bailey                                on 2000/05/29  16:22:08
47319         Log: Add fallback to tmpfile for use in cases where user's relying on
47320              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
47321              Lane's patch)
47322      Branch: vmsperl
47323            ! vms/vms.c vms/vmsish.h
47324 ____________________________________________________________________________
47325 [  6157] By: jhi                                   on 2000/05/29  03:10:36
47326         Log: Regen Configure to jive with #6149.
47327      Branch: cfgperl
47328            ! Configure
47329      Branch: metaconfig
47330            ! U/modified/Getfile.U
47331 ____________________________________________________________________________
47332 [  6156] By: jhi                                   on 2000/05/29  03:01:38
47333         Log: Integrate with Sarathy.
47334      Branch: cfgperl
47335           +> ext/DynaLoader/dl_mac.xs
47336           !> (integrate 38 files)
47337 ____________________________________________________________________________
47338 [  6155] By: gsar                                  on 2000/05/28  21:15:58
47339         Log: small bug in change#6144; remove random \xA0 character that snuck
47340              in via change#6145
47341      Branch: perl
47342            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
47343 ____________________________________________________________________________
47344 [  6154] By: gsar                                  on 2000/05/28  21:04:19
47345         Log: avoid type mismatch warning
47346      Branch: perl
47347            ! perl.c
47348 ____________________________________________________________________________
47349 [  6153] By: gsar                                  on 2000/05/28  20:58:31
47350         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
47351              <nick@Bagpuss.uk.boo.com>)
47352      Branch: perl
47353            ! lib/Test/Harness.pm
47354 ____________________________________________________________________________
47355 [  6152] By: gsar                                  on 2000/05/28  20:53:42
47356         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
47357      Branch: perl
47358            ! regexec.c
47359 ____________________________________________________________________________
47360 [  6151] By: gsar                                  on 2000/05/28  20:50:28
47361         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
47362      Branch: perl
47363            ! regexec.c
47364 ____________________________________________________________________________
47365 [  6150] By: gsar                                  on 2000/05/28  20:39:58
47366         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
47367      Branch: perl
47368            ! pod/perlrequick.pod
47369 ____________________________________________________________________________
47370 [  6149] By: gsar                                  on 2000/05/28  20:35:16
47371         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
47372              <troc@netrus.net>)
47373      Branch: perl
47374            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
47375            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
47376            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
47377            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
47378 ____________________________________________________________________________
47379 [  6148] By: gsar                                  on 2000/05/28  20:21:07
47380         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
47381      Branch: perl
47382            ! lib/ExtUtils/MM_Unix.pm
47383 ____________________________________________________________________________
47384 [  6147] By: gsar                                  on 2000/05/28  20:12:41
47385         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
47386              (from Peter Prymmer)
47387      Branch: perl
47388            ! vms/subconfigure.com
47389 ____________________________________________________________________________
47390 [  6146] By: gsar                                  on 2000/05/28  20:06:15
47391         Log: doc typo
47392      Branch: perl
47393            ! lib/warnings.pm warnings.h warnings.pl
47394 ____________________________________________________________________________
47395 [  6145] By: gsar                                  on 2000/05/28  18:44:33
47396         Log: make xsubpp skip embedded pod (from Matthias Neeracher
47397              <neeri@iis.ee.ethz.ch>)
47398      Branch: perl
47399            ! lib/ExtUtils/xsubpp
47400 ____________________________________________________________________________
47401 [  6144] By: gsar                                  on 2000/05/28  18:42:49
47402         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
47403              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
47404              <neeri@iis.ee.ethz.ch>)
47405      Branch: perl
47406            ! lib/AutoSplit.pm
47407 ____________________________________________________________________________
47408 [  6143] By: gsar                                  on 2000/05/28  18:41:12
47409         Log: MacOS support, part 1 (from Matthias Neeracher
47410              <neeri@iis.ee.ethz.ch>)
47411      Branch: perl
47412            + ext/DynaLoader/dl_mac.xs
47413            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
47414            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
47415            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
47416            ! util.h
47417 ____________________________________________________________________________
47418 [  6142] By: gsar                                  on 2000/05/28  18:21:51
47419         Log: File::Find fails to chdir when chasing symlinks (from
47420              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
47421      Branch: perl
47422            ! lib/File/Find.pm t/lib/filefind.t
47423 ____________________________________________________________________________
47424 [  6141] By: jhi                                   on 2000/05/28  14:25:15
47425         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
47426              forwarded by Peter Seebach from the bsdi-users mailing list.
47427              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
47428      Branch: perl
47429            ! hints/bsdos.sh
47430 ____________________________________________________________________________
47431 [  6140] By: jhi                                   on 2000/05/28  14:11:57
47432         Log: Integrate with Sarathy.
47433      Branch: cfgperl
47434           +> (branch 30 files)
47435           !> (integrate 93 files)
47436 ____________________________________________________________________________
47437 [  6139] By: gsar                                  on 2000/05/28  10:01:48
47438         Log: revise mktables.PL for bugs and newness in Unicode 3.0
47439              (from James Bence <jbence@amgen.com>)
47440      Branch: perl
47441            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
47442            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
47443            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
47444            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
47445            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
47446            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
47447            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
47448            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
47449            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
47450            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
47451            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
47452            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
47453            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
47454            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
47455            + lib/unicode/Is/SylWU.pl
47456            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
47457            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
47458            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
47459            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
47460            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
47461            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
47462            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
47463            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
47464            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
47465            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
47466            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
47467            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
47468            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
47469            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
47470            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
47471            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
47472            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
47473            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
47474            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
47475            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
47476            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
47477            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
47478            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
47479            ! lib/unicode/Makefile lib/unicode/mktables.PL
47480 ____________________________________________________________________________
47481 [  6138] By: gsar                                  on 2000/05/28  08:50:32
47482         Log: add note about the handling of negative indices to tied arrays
47483              (from Michael G Schwern <schwern@pobox.com>)
47484      Branch: perl
47485            ! pod/perltie.pod
47486 ____________________________________________________________________________
47487 [  6137] By: gsar                                  on 2000/05/28  08:46:10
47488         Log: fix bogus redeclaration warning for "our" variables in different
47489              scopes
47490      Branch: perl
47491            ! op.c t/pragma/strict-vars
47492 ____________________________________________________________________________
47493 [  6136] By: gsar                                  on 2000/05/28  08:31:20
47494         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
47495      Branch: perl
47496            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
47497 ____________________________________________________________________________
47498 [  6135] By: gsar                                  on 2000/05/28  08:17:50
47499         Log: enable Test::Harness to dynamically determine column width etc.
47500              (from Rob Napier <rnapier@employees.org>)
47501      Branch: perl
47502            ! lib/Test/Harness.pm
47503 ____________________________________________________________________________
47504 [  6134] By: gsar                                  on 2000/05/28  08:13:39
47505         Log: make Test::Harness use wait.h/WCOREDUMP if available
47506              (from Ben Tilly <ben_tilly@hotmail.com>)
47507      Branch: perl
47508            ! lib/Test/Harness.pm
47509 ____________________________________________________________________________
47510 [  6133] By: gsar                                  on 2000/05/28  08:08:05
47511         Log: elide bogus test in change#6132
47512      Branch: perl
47513            ! t/pragma/warn/9enabled
47514 ____________________________________________________________________________
47515 [  6132] By: gsar                                  on 2000/05/28  08:03:14
47516         Log: warnings::enabled() doesn't fall back to looking at $^W if
47517              caller isn't using lexical warnings (from Paul Marquess)
47518      Branch: perl
47519            ! pp_ctl.c t/pragma/warn/9enabled
47520 ____________________________________________________________________________
47521 [  6131] By: gsar                                  on 2000/05/28  07:57:47
47522         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
47523      Branch: perl
47524            ! ext/POSIX/POSIX.pm
47525 ____________________________________________________________________________
47526 [  6130] By: gsar                                  on 2000/05/28  07:29:12
47527         Log: fix places that mean C<"word" character> but say C<alphanumeric
47528              character>
47529      Branch: perl
47530            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
47531 ____________________________________________________________________________
47532 [  6129] By: gsar                                  on 2000/05/28  07:18:41
47533         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
47534      Branch: perl
47535            ! vms/test.com
47536 ____________________________________________________________________________
47537 [  6128] By: gsar                                  on 2000/05/28  07:12:55
47538         Log: new perlxstut example for passing/returning refs to arrays
47539              (from David Lowe <dlowe@pootpoot.com>)
47540      Branch: perl
47541            ! pod/perlxstut.pod
47542 ____________________________________________________________________________
47543 [  6127] By: gsar                                  on 2000/05/28  07:02:50
47544         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
47545              failed (from Gisle Aas)
47546      Branch: perl
47547            ! cop.h perl.c
47548 ____________________________________________________________________________
47549 [  6126] By: gsar                                  on 2000/05/28  06:39:53
47550         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
47551              (reworked variant of patch suggested by Simon Cozens)
47552      Branch: perl
47553            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
47554            ! pp_hot.c proto.h t/op/gv.t
47555 ____________________________________________________________________________
47556 [  6125] By: gsar                                  on 2000/05/28  05:14:55
47557         Log: enable propagating exception objects via Perl_croak() in XS code
47558              (from Gisle Aas)
47559      Branch: perl
47560            ! util.c
47561 ____________________________________________________________________________
47562 [  6124] By: gsar                                  on 2000/05/28  05:07:28
47563         Log: integrate vmsperl contents into mainline
47564      Branch: perl
47565           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
47566           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
47567           !> vms/vmsish.h
47568 ____________________________________________________________________________
47569 [  6123] By: gsar                                  on 2000/05/28  05:03:53
47570         Log: clarify gotcha with #line directives (from Rocco Caputo
47571              <troc@netrus.net>)
47572      Branch: perl
47573            ! pod/perldebug.pod pod/perlsyn.pod
47574 ____________________________________________________________________________
47575 [  6122] By: gsar                                  on 2000/05/28  04:58:29
47576         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
47577              (from Mark-Jason Dominus)
47578      Branch: perl
47579            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
47580            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
47581            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
47582            ! toke.c
47583 ____________________________________________________________________________
47584 [  6121] By: bailey                                on 2000/05/25  04:46:54
47585         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
47586              lists (based on fixes by Craig Berry)
47587      Branch: vmsperl
47588            ! lib/File/Spec/VMS.pm
47589 ____________________________________________________________________________
47590 [  6120] By: bailey                                on 2000/05/25  04:25:38
47591         Log: Add missing escape (Charles Lane)
47592      Branch: vmsperl
47593            ! t/op/lex_assign.t
47594 ____________________________________________________________________________
47595 [  6119] By: bailey                                on 2000/05/25  04:21:25
47596         Log: Quiet error messages in vmsish.t (Charles Lane)
47597      Branch: vmsperl
47598            ! vms/ext/vmsish.t
47599 ____________________________________________________________________________
47600 [  6118] By: bailey                                on 2000/05/25  04:17:57
47601         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
47602              Flatten case labels in switch statements uniformly (Charles Bailey)
47603      Branch: vmsperl
47604            ! vms/vms.c
47605 ____________________________________________________________________________
47606 [  6117] By: bailey                                on 2000/05/25  03:58:09
47607         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
47608      Branch: vmsperl
47609            ! vms/vmsish.h
47610 ____________________________________________________________________________
47611 [  6116] By: bailey                                on 2000/05/25  03:11:15
47612         Log: Miscellaneous cosmetic fixes (Charles Lane)
47613      Branch: vmsperl
47614            ! lib/ExtUtils/MM_VMS.pm
47615 ____________________________________________________________________________
47616 [  6115] By: bailey                                on 2000/05/25  03:10:36
47617         Log: Add bounds checking for several strings (Charles Lane)
47618      Branch: vmsperl
47619            ! vms/vms.c
47620 ____________________________________________________________________________
47621 [  6114] By: bailey                                on 2000/05/25  02:25:34
47622         Log: Urk -- undo previous removal of vmsish 'exit' change
47623      Branch: vmsperl
47624            ! vms/ext/vmsish.pm vms/vmsish.h
47625 ____________________________________________________________________________
47626 [  6113] By: bailey                                on 2000/05/24  02:24:40
47627         Log: Ugly workaround for version-specific RTL error
47628      Branch: vmsperl
47629            ! vms/vms.c
47630 ____________________________________________________________________________
47631 [  6112] By: bailey                                on 2000/05/24  02:19:55
47632         Log: Check for existence of file before trying to delete
47633      Branch: vmsperl
47634            ! vms/test.com
47635 ____________________________________________________________________________
47636 [  6111] By: bailey                                on 2000/05/23  23:35:13
47637         Log: Resync with mainline prior to post-5.6.0 updates
47638      Branch: vmsperl
47639           +> (branch 49 files)
47640            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
47641            ! vms/ext/vmsish.pm
47642           !> (integrate 334 files)
47643 ____________________________________________________________________________
47644 [  6110] By: jhi                                   on 2000/05/23  19:28:32
47645         Log: todo tweak
47646      Branch: cfgperl
47647            ! Todo-5.6
47648 ____________________________________________________________________________
47649 [  6109] By: jhi                                   on 2000/05/18  17:38:54
47650         Log: Integrate with Sarathy.
47651      Branch: cfgperl
47652           !> mg.c perl.h win32/perlhost.h
47653 ____________________________________________________________________________
47654 [  6108] By: gsar                                  on 2000/05/17  02:24:56
47655         Log: reenable fake signal handling on Windows, bugs and all
47656      Branch: perl
47657            ! mg.c perl.h win32/perlhost.h
47658 ____________________________________________________________________________
47659 [  6107] By: jhi                                   on 2000/05/15  18:01:41
47660         Log: Tweak the todo list.
47661      Branch: cfgperl
47662            ! Todo-5.6
47663 ____________________________________________________________________________
47664 [  6106] By: jhi                                   on 2000/05/15  13:41:48
47665         Log: The (Configure) script refuses to go on, after asking for
47666              'You may also choose to try maximal 64-bitness....'.
47667              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
47668              -- Patrick Zima
47669              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
47670      Branch: cfgperl
47671            ! hints/solaris_2.sh
47672 ____________________________________________________________________________
47673 [  6105] By: jhi                                   on 2000/05/11  14:37:43
47674         Log: Integrate with Sarathy.
47675      Branch: cfgperl
47676           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
47677           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
47678 ____________________________________________________________________________
47679 [  6104] By: gsar                                  on 2000/05/11  03:39:07
47680         Log: PL_sys_intern was being initialized too late on windows
47681      Branch: perl
47682            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
47683            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
47684 ____________________________________________________________________________
47685 [  6103] By: jhi                                   on 2000/05/09  19:42:20
47686         Log: Test tweaking for Unicos continues.
47687      Branch: cfgperl
47688            ! t/op/64bitint.t
47689 ____________________________________________________________________________
47690 [  6102] By: jhi                                   on 2000/05/09  16:47:27
47691         Log: The test suite tweak in #6101 wasn't quite right.
47692      Branch: cfgperl
47693            ! t/lib/complex.t
47694 ____________________________________________________________________________
47695 [  6101] By: jhi                                   on 2000/05/09  15:35:34
47696         Log: Hints and test tweaks for Unicos.
47697      Branch: cfgperl
47698            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
47699 ____________________________________________________________________________
47700 [  6100] By: jhi                                   on 2000/05/08  21:15:06
47701         Log: More compilation tweakery from Allen Smith.
47702      Branch: cfgperl
47703            ! hints/irix_6.sh
47704 ____________________________________________________________________________
47705 [  6099] By: jhi                                   on 2000/05/08  19:21:18
47706         Log: Tweaks for the cc bugs from Allen Smith.
47707      Branch: cfgperl
47708            ! hints/irix_6.sh
47709 ____________________________________________________________________________
47710 [  6098] By: jhi                                   on 2000/05/08  19:13:37
47711         Log: Add a note about other, yet unsupported, shadow password APIs.
47712      Branch: cfgperl
47713            ! pp_sys.c
47714 ____________________________________________________________________________
47715 [  6097] By: jhi                                   on 2000/05/08  18:46:34
47716         Log: Add a note about possible compilation problems from Allen Smith.
47717      Branch: cfgperl
47718            ! hints/irix_6.sh
47719 ____________________________________________________________________________
47720 [  6096] By: jhi                                   on 2000/05/08  17:33:10
47721         Log: Integrate with Sarathy.
47722      Branch: cfgperl
47723           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
47724           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
47725 ____________________________________________________________________________
47726 [  6095] By: jhi                                   on 2000/05/08  16:21:33
47727         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
47728              might be useful in future.
47729      Branch: cfgperl
47730            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
47731            ! config_h.SH
47732      Branch: metaconfig
47733            ! U/installdirs/inc_version_list.U
47734      Branch: metaconfig/U/perl
47735            ! perlxv.U
47736 ____________________________________________________________________________
47737 [  6094] By: gsar                                  on 2000/05/08  14:22:22
47738         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
47739      Branch: perl
47740            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
47741            ! hints/cygwin.sh pp_sys.c
47742 ____________________________________________________________________________
47743 [  6093] By: gsar                                  on 2000/05/08  12:52:28
47744         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
47745              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
47746      Branch: perl
47747            ! pp_sys.c sv.c win32/perlhost.h
47748 ____________________________________________________________________________
47749 [  6092] By: jhi                                   on 2000/05/07  22:40:34
47750         Log: Regen perltoc with the fixed buildtoc.
47751      Branch: cfgperl
47752            ! pod/perltoc.pod
47753 ____________________________________________________________________________
47754 [  6091] By: jhi                                   on 2000/05/07  22:24:16
47755         Log: Integrate with Sarathy.
47756      Branch: cfgperl
47757           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
47758           !> t/op/substr.t toke.c
47759 ____________________________________________________________________________
47760 [  6090] By: gsar                                  on 2000/05/07  19:47:07
47761         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
47762              [NI]OK; added tests for both
47763      Branch: perl
47764            ! perl.c pp_hot.c sv.c t/op/substr.t
47765 ____________________________________________________________________________
47766 [  6089] By: gsar                                  on 2000/05/07  18:18:38
47767         Log: buildtoc tweak to fix newline lossage
47768      Branch: perl
47769            ! pod/buildtoc
47770 ____________________________________________________________________________
47771 [  6088] By: jhi                                   on 2000/05/07  16:35:36
47772         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
47773              because we do not use those.  The HAS_GETSPNAM remains,
47774              though, because we still do use that.
47775      Branch: cfgperl
47776            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
47777            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
47778            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
47779            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
47780            ! win32/config.vc win32/config_H.bc win32/config_H.gc
47781            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
47782 ____________________________________________________________________________
47783 [  6087] By: gsar                                  on 2000/05/07  16:05:16
47784         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
47785      Branch: perl
47786            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
47787 ____________________________________________________________________________
47788 [  6086] By: jhi                                   on 2000/05/07  15:27:07
47789         Log: Integrate with Sarathy.
47790      Branch: cfgperl
47791           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
47792           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
47793           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
47794           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
47795           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
47796           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
47797 ____________________________________________________________________________
47798 [  6085] By: gsar                                  on 2000/05/07  05:52:02
47799         Log: repeat operator (x) doesn't preserve utf8-ness
47800      Branch: perl
47801            ! pp.c t/op/substr.t
47802 ____________________________________________________________________________
47803 [  6084] By: gsar                                  on 2000/05/07  05:39:55
47804         Log: substr() does not preserve utf8-ness (from Stefan Eissing
47805              <Eissing@medicaldataservice.de>); added tests
47806      Branch: perl
47807            ! pp.c t/op/substr.t
47808 ____________________________________________________________________________
47809 [  6083] By: gsar                                  on 2000/05/07  05:24:46
47810         Log: note about undocumented caller() return value (from M.J.T. Guy);
47811              yet another peek.t tweak
47812      Branch: perl
47813            ! pod/perlfunc.pod t/lib/peek.t
47814 ____________________________________________________________________________
47815 [  6082] By: gsar                                  on 2000/05/07  05:08:40
47816         Log: peek.t non-portable to ithreads
47817      Branch: perl
47818            ! t/lib/peek.t
47819 ____________________________________________________________________________
47820 [  6081] By: gsar                                  on 2000/05/07  04:17:04
47821         Log: better default perlbug categories for ok reports (from Richard Foley)
47822      Branch: perl
47823            ! utils/perlbug.PL
47824 ____________________________________________________________________________
47825 [  6080] By: gsar                                  on 2000/05/07  04:08:07
47826         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
47827              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
47828      Branch: perl
47829            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
47830            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
47831            ! AUTHORS MAINTAIN MANIFEST
47832 ____________________________________________________________________________
47833 [  6079] By: gsar                                  on 2000/05/07  04:01:38
47834         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
47835      Branch: perl
47836            ! lib/Carp/Heavy.pm
47837 ____________________________________________________________________________
47838 [  6078] By: gsar                                  on 2000/05/07  01:24:19
47839         Log: workaround for CRT bug in chdir() (from Charles Lane, via
47840              Peter Prymmer)
47841      Branch: perl
47842            ! iperlsys.h vms/vms.c vms/vmsish.h
47843 ____________________________________________________________________________
47844 [  6077] By: gsar                                  on 2000/05/07  01:22:23
47845         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
47846              and Tom Phoenix)
47847      Branch: perl
47848            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
47849 ____________________________________________________________________________
47850 [  6076] By: gsar                                  on 2000/05/06  17:36:29
47851         Log: integrate cfgperl contents into mainline
47852      Branch: perl
47853           +> t/lib/peek.t
47854           !> Configure MANIFEST Porting/Glossary Porting/config.sh
47855           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
47856           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
47857           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
47858 ____________________________________________________________________________
47859 [  6075] By: jhi                                   on 2000/05/05  18:56:10
47860         Log: Make the test more portable.
47861      Branch: cfgperl
47862            ! t/lib/peek.t
47863 ____________________________________________________________________________
47864 [  6074] By: jhi                                   on 2000/05/05  18:49:20
47865         Log: Introduce t/lib/peek.t.
47866      Branch: cfgperl
47867            + t/lib/peek.t
47868            ! MANIFEST
47869 ____________________________________________________________________________
47870 [  6073] By: jhi                                   on 2000/05/05  14:30:45
47871         Log: Complex tweaks.
47872      Branch: cfgperl
47873            ! lib/Math/Complex.pm t/lib/complex.t
47874 ____________________________________________________________________________
47875 [  6072] By: jhi                                   on 2000/05/05  12:27:13
47876         Log: Integrate with Sarathy.
47877      Branch: cfgperl
47878           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
47879           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
47880           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
47881           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
47882 ____________________________________________________________________________
47883 [  6071] By: gsar                                  on 2000/05/05  02:24:46
47884         Log: misformatted perllocal.pod (from Tim Jenness
47885              <t.jenness@jach.hawaii.edu>)
47886      Branch: perl
47887            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
47888 ____________________________________________________________________________
47889 [  6070] By: gsar                                  on 2000/05/05  02:16:52
47890         Log: remove misleading comment (from M.J.T. Guy)
47891      Branch: perl
47892            ! t/lib/anydbm.t
47893 ____________________________________________________________________________
47894 [  6069] By: gsar                                  on 2000/05/05  02:15:13
47895         Log: File::Spec compatibility update (from Barrie Slaymaker
47896              <barries@slaysys.com>)
47897      Branch: perl
47898            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
47899            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
47900 ____________________________________________________________________________
47901 [  6068] By: gsar                                  on 2000/05/05  02:01:50
47902         Log: note about values()
47903      Branch: perl
47904            ! pod/perlfunc.pod
47905 ____________________________________________________________________________
47906 [  6067] By: gsar                                  on 2000/05/05  01:33:09
47907         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
47908      Branch: perl
47909            ! win32/win32.c
47910 ____________________________________________________________________________
47911 [  6066] By: gsar                                  on 2000/05/05  01:23:43
47912         Log: s/END/CHECK/
47913      Branch: perl
47914            ! perl.c
47915 ____________________________________________________________________________
47916 [  6065] By: jhi                                   on 2000/05/04  17:30:22
47917         Log: Integrate with Sarathy.
47918      Branch: cfgperl
47919           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
47920 ____________________________________________________________________________
47921 [  6064] By: gsar                                  on 2000/05/04  17:26:14
47922         Log: change#5905 wasn't quite right--it's intent only applies when arguments
47923              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
47924      Branch: perl
47925            ! pp_sys.c sv.c
47926 ____________________________________________________________________________
47927 [  6063] By: gsar                                  on 2000/05/04  16:52:29
47928         Log: tokeq() could read unallocated field in argument
47929      Branch: perl
47930            ! toke.c
47931 ____________________________________________________________________________
47932 [  6062] By: gsar                                  on 2000/05/04  16:34:51
47933         Log: additional tests for utf8.t
47934      Branch: perl
47935            ! t/pragma/utf8.t
47936 ____________________________________________________________________________
47937 [  6061] By: gsar                                  on 2000/05/04  16:09:28
47938         Log: change#5921 neglected to make eq honor "use bytes"
47939      Branch: perl
47940            ! sv.c
47941 ____________________________________________________________________________
47942 [  6060] By: jhi                                   on 2000/05/04  15:30:16
47943         Log: Integrate with Sarathy.
47944      Branch: cfgperl
47945           !> perl.c regcomp.c t/pragma/utf8.t
47946 ____________________________________________________________________________
47947 [  6059] By: jhi                                   on 2000/05/04  15:26:37
47948         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
47949              in natively 64-bit platforms where a long is a quad (no need
47950              for long longs).  Also added bias for IVs.
47951      Branch: cfgperl
47952            ! toke.c
47953 ____________________________________________________________________________
47954 [  6058] By: gsar                                  on 2000/05/04  00:19:14
47955         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
47956              (spotted by Donald Kinzer <dkinzer@premia.com>)
47957      Branch: perl
47958            ! perl.c
47959 ____________________________________________________________________________
47960 [  6057] By: gsar                                  on 2000/05/03  18:34:01
47961         Log: fix broken parsing of /\x{ab}/
47962      Branch: perl
47963            ! regcomp.c t/pragma/utf8.t
47964 ____________________________________________________________________________
47965 [  6056] By: jhi                                   on 2000/05/03  17:57:16
47966         Log: The search of infinity continues, this time simplified.
47967      Branch: cfgperl
47968            ! lib/Math/Complex.pm
47969 ____________________________________________________________________________
47970 [  6055] By: jhi                                   on 2000/05/03  17:45:30
47971         Log: Detypo.
47972      Branch: cfgperl
47973            ! hints/unicos.sh
47974 ____________________________________________________________________________
47975 [  6054] By: jhi                                   on 2000/05/02  22:28:27
47976         Log: Be more forgiving in POSIX about HUGE_VALL.
47977      Branch: cfgperl
47978            ! ext/POSIX/POSIX.xs
47979 ____________________________________________________________________________
47980 [  6053] By: jhi                                   on 2000/05/02  22:25:05
47981         Log: Integrate with Sarathy.
47982      Branch: cfgperl
47983           !> hints/irix_6.sh pod/perlop.pod
47984 ____________________________________________________________________________
47985 [  6052] By: jhi                                   on 2000/05/02  22:24:31
47986         Log: Unicos hint tweak.
47987      Branch: cfgperl
47988            ! hints/unicos.sh
47989 ____________________________________________________________________________
47990 [  6051] By: jhi                                   on 2000/05/02  22:21:26
47991         Log: Complex tweakery.
47992      Branch: cfgperl
47993            ! lib/Math/Complex.pm t/lib/complex.t
47994 ____________________________________________________________________________
47995 [  6050] By: jhi                                   on 2000/05/02  19:26:22
47996         Log: Use setxxent()/endxxent().
47997      Branch: cfgperl
47998            ! t/op/grent.t t/op/pwent.t
47999 ____________________________________________________________________________
48000 [  6049] By: jhi                                   on 2000/05/02  19:06:02
48001         Log: Test both the scalar and list contexts.
48002      Branch: cfgperl
48003            ! t/op/grent.t t/op/pwent.t
48004 ____________________________________________________________________________
48005 [  6048] By: gsar                                  on 2000/05/02  18:29:10
48006         Log: add note about how $( doesn't interpolate in REs (from
48007              Philip Newton <newton@ficus.frogspace.net>)
48008      Branch: perl
48009            ! pod/perlop.pod
48010 ____________________________________________________________________________
48011 [  6047] By: jhi                                   on 2000/05/02  17:41:24
48012         Log: Call getspnam() only iff needd.
48013      Branch: cfgperl
48014            ! pp_sys.c
48015 ____________________________________________________________________________
48016 [  6046] By: gsar                                  on 2000/05/02  17:07:25
48017         Log: libscheck has insufficient checks for n32 libs (from
48018              Albert Chin-A-Young <china@thewrittenword.com>)
48019      Branch: perl
48020            ! hints/irix_6.sh
48021 ____________________________________________________________________________
48022 [  6045] By: jhi                                   on 2000/05/02  13:57:17
48023         Log: Integrate with Sarathy.
48024      Branch: cfgperl
48025           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
48026           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
48027 ____________________________________________________________________________
48028 [  6044] By: gsar                                  on 2000/05/02  06:48:19
48029         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
48030              such that underscores are only ignored in literal numbers,
48031              "\x{...}", and hex/oct argument
48032      Branch: perl
48033            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
48034 ____________________________________________________________________________
48035 [  6043] By: gsar                                  on 2000/05/02  02:22:29
48036         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
48037      Branch: perl
48038            ! pod/perlretut.pod
48039 ____________________________________________________________________________
48040 [  6042] By: gsar                                  on 2000/05/02  02:17:51
48041         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
48042      Branch: perl
48043            ! pod/perltrap.pod
48044 ____________________________________________________________________________
48045 [  6041] By: gsar                                  on 2000/05/02  01:53:51
48046         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
48047              to compensate
48048      Branch: perl
48049            ! Porting/makerel
48050 ____________________________________________________________________________
48051 [  6040] By: gsar                                  on 2000/05/02  01:51:57
48052         Log: missing files in MANIFEST
48053      Branch: perl
48054            ! MANIFEST
48055 ____________________________________________________________________________
48056 [  6039] By: jhi                                   on 2000/05/02  00:36:46
48057         Log: Infinite problems.
48058      Branch: cfgperl
48059            ! lib/Math/Complex.pm
48060 ____________________________________________________________________________
48061 [  6038] By: jhi                                   on 2000/05/02  00:06:38
48062         Log: pwent/spent #ifdef imbalance.
48063      Branch: cfgperl
48064            ! pp_sys.c
48065 ____________________________________________________________________________
48066 [  6037] By: jhi                                   on 2000/05/01  22:50:11
48067         Log: Use HUGE_VALL if applicable.
48068      Branch: cfgperl
48069            ! ext/POSIX/POSIX.xs util.c
48070 ____________________________________________________________________________
48071 [  6036] By: jhi                                   on 2000/05/01  22:20:53
48072         Log: Correct Freudian slip.
48073      Branch: cfgperl
48074            ! pp_sys.c
48075 ____________________________________________________________________________
48076 [  6035] By: jhi                                   on 2000/05/01  21:07:38
48077         Log: Continue on the pwent/spent case.
48078      Branch: cfgperl
48079            ! pp_sys.c
48080 ____________________________________________________________________________
48081 [  6034] By: jhi                                   on 2000/05/01  17:45:14
48082         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
48083              adjustments in 6032 conflicted badly with this, will have
48084              to revisit them later.
48085      Branch: cfgperl
48086           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
48087           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
48088           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
48089           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
48090           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
48091           !> t/lib/cgi-html.t t/lib/cgi-request.t
48092 ____________________________________________________________________________
48093 [  6033] By: jhi                                   on 2000/05/01  17:40:49
48094         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
48095      Branch: cfgperl
48096            ! pp_sys.c
48097 ____________________________________________________________________________
48098 [  6032] By: gsar                                  on 2000/05/01  15:56:32
48099         Log: whitespace adjustments
48100      Branch: perl
48101            ! pp_sys.c
48102 ____________________________________________________________________________
48103 [  6031] By: gsar                                  on 2000/05/01  15:19:41
48104         Log: small nits in diagnostics.pm (from Robin Barker)
48105      Branch: perl
48106            ! lib/diagnostics.pm pod/perldiag.pod
48107 ____________________________________________________________________________
48108 [  6030] By: gsar                                  on 2000/05/01  08:39:18
48109         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
48110              for @- and @+ (from Johan Vromans)
48111      Branch: perl
48112            ! lib/English.pm pod/perlvar.pod
48113 ____________________________________________________________________________
48114 [  6029] By: gsar                                  on 2000/05/01  08:16:10
48115         Log: add CGI.pm v2.66 (from Lincoln Stein)
48116      Branch: perl
48117            + lib/CGI/Util.pm t/lib/cgi-pretty.t
48118            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
48119            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
48120            ! t/lib/cgi-html.t t/lib/cgi-request.t
48121 ____________________________________________________________________________
48122 [  6028] By: gsar                                  on 2000/05/01  06:34:41
48123         Log: Pod::Man generates groff-incompatible macro definition (from
48124              Tom Christiansen)
48125      Branch: perl
48126            ! lib/Pod/Man.pm
48127 ____________________________________________________________________________
48128 [  6027] By: gsar                                  on 2000/05/01  06:31:36
48129         Log: podlators-1.02 update (from Russ Allbery)
48130      Branch: perl
48131            ! lib/Pod/Man.pm lib/Pod/Text.pm
48132 ____________________________________________________________________________
48133 [  6026] By: jhi                                   on 2000/04/30  23:24:23
48134         Log: Integrate with Sarathy.
48135      Branch: cfgperl
48136           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
48137           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
48138           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
48139           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
48140           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
48141           !> t/lib/syslog.t toke.c win32/win32.h
48142 ____________________________________________________________________________
48143 [  6025] By: gsar                                  on 2000/04/30  18:17:47
48144         Log: Is{Alnum,Alpha,Word} don't match titlecase
48145              
48146              TODO: IsSpace is defined recursively!
48147              
48148              (both spotted by Larry)
48149      Branch: perl
48150            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
48151            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
48152 ____________________________________________________________________________
48153 [  6024] By: gsar                                  on 2000/04/30  17:50:19
48154         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
48155              (from Hugo van der Sanden)
48156      Branch: perl
48157            ! toke.c
48158 ____________________________________________________________________________
48159 [  6023] By: gsar                                  on 2000/04/30  17:14:43
48160         Log: debugger stomps on $. (from M.J.T. Guy)
48161      Branch: perl
48162            ! lib/perl5db.pl
48163 ____________________________________________________________________________
48164 [  6022] By: gsar                                  on 2000/04/30  16:59:22
48165         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
48166      Branch: perl
48167            ! sv.c
48168 ____________________________________________________________________________
48169 [  6021] By: gsar                                  on 2000/04/29  21:00:08
48170         Log: remove Win2K issue in pod (fixed by change#6020)
48171      Branch: perl
48172            ! README.win32 pod/perl56delta.pod
48173 ____________________________________________________________________________
48174 [  6020] By: gsar                                  on 2000/04/29  20:51:49
48175         Log: test tweak
48176      Branch: perl
48177            ! t/lib/open3.t
48178 ____________________________________________________________________________
48179 [  6019] By: gsar                                  on 2000/04/29  20:34:27
48180         Log: windows portability tweaks
48181      Branch: perl
48182            ! t/lib/b.t win32/win32.h
48183 ____________________________________________________________________________
48184 [  6018] By: gsar                                  on 2000/04/29  19:55:24
48185         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
48186              make _PATH_LOG() return "" if unavailable
48187      Branch: perl
48188            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
48189            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
48190 ____________________________________________________________________________
48191 [  6017] By: jhi                                   on 2000/04/28  22:49:46
48192         Log: Integrate with Sarathy.
48193      Branch: cfgperl
48194           !> op.c perl.c pod/perldiag.pod t/lib/b.t
48195 ____________________________________________________________________________
48196 [  6016] By: jhi                                   on 2000/04/28  22:46:14
48197         Log: Do not warn that an infinity does not look like a number.
48198      Branch: cfgperl
48199            ! sv.c
48200 ____________________________________________________________________________
48201 [  6015] By: gsar                                  on 2000/04/28  22:35:49
48202         Log: tweak test for portability
48203      Branch: perl
48204            ! t/lib/b.t
48205 ____________________________________________________________________________
48206 [  6014] By: gsar                                  on 2000/04/28  22:05:31
48207         Log: glob() loading File::Glob behind the scenes may cause syntax errors
48208      Branch: perl
48209            ! op.c
48210 ____________________________________________________________________________
48211 [  6013] By: gsar                                  on 2000/04/28  21:25:22
48212         Log: tweak change#5945 to display correct switch name in diagnostic
48213      Branch: perl
48214            ! perl.c pod/perldiag.pod
48215 ____________________________________________________________________________
48216 [  6012] By: jhi                                   on 2000/04/28  21:08:12
48217         Log: Integrate with Sarathy.
48218      Branch: cfgperl
48219           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
48220           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
48221           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
48222 ____________________________________________________________________________
48223 [  6011] By: jhi                                   on 2000/04/28  21:04:46
48224         Log: &HUGE_VAL is not defined, it exists.
48225      Branch: cfgperl
48226            ! lib/Math/Complex.pm
48227 ____________________________________________________________________________
48228 [  6010] By: gsar                                  on 2000/04/28  21:02:58
48229         Log: clarify note about shadow password support (from
48230              gellyfish@gellyfish.com)
48231      Branch: perl
48232            ! pod/perlfunc.pod
48233 ____________________________________________________________________________
48234 [  6009] By: gsar                                  on 2000/04/28  21:00:00
48235         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
48236      Branch: perl
48237            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
48238 ____________________________________________________________________________
48239 [  6008] By: gsar                                  on 2000/04/28  20:56:33
48240         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
48241      Branch: perl
48242            ! installperl vms/subconfigure.com
48243 ____________________________________________________________________________
48244 [  6007] By: gsar                                  on 2000/04/28  20:51:21
48245         Log: note about compile failures and END blocks (from M.J.T. Guy)
48246      Branch: perl
48247            ! pod/perl56delta.pod pod/perlmod.pod
48248 ____________________________________________________________________________
48249 [  6006] By: jhi                                   on 2000/04/28  20:42:14
48250         Log: Regen Configure.
48251      Branch: cfgperl
48252            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
48253            ! config_h.SH
48254 ____________________________________________________________________________
48255 [  6005] By: gsar                                  on 2000/04/28  20:41:16
48256         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
48257      Branch: perl
48258            ! utils/perldoc.PL
48259 ____________________________________________________________________________
48260 [  6004] By: jhi                                   on 2000/04/28  20:28:21
48261         Log: Integrate with Sarathy.
48262      Branch: cfgperl
48263           !> Configure INSTALL Porting/Glossary Porting/config.sh
48264           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
48265           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
48266           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
48267           !> win32/config.vc win32/win32.c
48268 ____________________________________________________________________________
48269 [  6003] By: gsar                                  on 2000/04/28  20:11:20
48270         Log: allow REG_EXPAND_SZ keys in Windows registry (from
48271              John Clayton <John.Clayton@barclayscapital.com>)
48272      Branch: perl
48273            ! win32/win32.c
48274 ____________________________________________________________________________
48275 [  6002] By: gsar                                  on 2000/04/28  19:34:16
48276         Log: destructive sv_setsv() can lose UV-ness from source, causing
48277              numeric promotions/comparisons to fail to do the right thing
48278      Branch: perl
48279            ! sv.c
48280 ____________________________________________________________________________
48281 [  6001] By: gsar                                  on 2000/04/28  18:44:15
48282         Log: support additional library locations via $Config{otherlibdirs}
48283              (from Andy Dougherty)
48284      Branch: perl
48285            ! Configure INSTALL Porting/Glossary Porting/config.sh
48286            ! Porting/config_H config_h.SH epoc/config.sh perl.c
48287            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
48288            ! win32/config.bc win32/config.gc win32/config.vc
48289 ____________________________________________________________________________
48290 [  6000] By: gsar                                  on 2000/04/28  18:26:58
48291         Log: reworked otherlibdirs.U (from Andy Dougherty)
48292      Branch: metaconfig
48293            ! U/installdirs/otherlibdirs.U
48294 ____________________________________________________________________________
48295 [  5999] By: gsar                                  on 2000/04/28  18:17:07
48296         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
48297      Branch: perl
48298            ! t/pragma/warn/toke toke.c
48299 ____________________________________________________________________________
48300 [  5998] By: jhi                                   on 2000/04/28  13:32:17
48301         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
48302      Branch: cfgperl
48303            ! lib/Math/Complex.pm
48304 ____________________________________________________________________________
48305 [  5997] By: jhi                                   on 2000/04/28  13:14:04
48306         Log: Preserve $!.
48307      Branch: cfgperl
48308            ! lib/Math/Complex.pm
48309 ____________________________________________________________________________
48310 [  5996] By: jhi                                   on 2000/04/28  12:59:23
48311         Log: Integrate with Sarathy.
48312      Branch: cfgperl
48313           +> pod/perlrequick.pod pod/perlretut.pod
48314           !> (integrate 51 files)
48315 ____________________________________________________________________________
48316 [  5995] By: gsar                                  on 2000/04/28  09:37:36
48317         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
48318      Branch: perl
48319            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
48320 ____________________________________________________________________________
48321 [  5994] By: gsar                                  on 2000/04/28  09:33:26
48322         Log: fix for missed accounting for null byte in pack("Z",...) (from
48323              M.J.T. Guy)
48324      Branch: perl
48325            ! pp.c t/op/pack.t
48326 ____________________________________________________________________________
48327 [  5993] By: gsar                                  on 2000/04/28  09:30:05
48328         Log: various minor tweaks seen on p5p
48329      Branch: perl
48330            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
48331 ____________________________________________________________________________
48332 [  5992] By: gsar                                  on 2000/04/28  09:08:19
48333         Log: pod nit (from Simon Cozens)
48334      Branch: perl
48335            ! pod/perlop.pod
48336 ____________________________________________________________________________
48337 [  5991] By: gsar                                  on 2000/04/28  09:06:36
48338         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
48339      Branch: perl
48340            ! README.posix-bc hints/posix-bc.sh
48341 ____________________________________________________________________________
48342 [  5990] By: gsar                                  on 2000/04/28  08:54:52
48343         Log: use $ENV{LIB} to search for libs under Visual C compiler
48344              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
48345      Branch: perl
48346            ! lib/ExtUtils/Liblist.pm
48347 ____________________________________________________________________________
48348 [  5989] By: gsar                                  on 2000/04/28  08:27:12
48349         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
48350              itself and no other (from Tom Hughes)
48351      Branch: perl
48352            ! t/op/array.t toke.c
48353 ____________________________________________________________________________
48354 [  5988] By: gsar                                  on 2000/04/28  08:01:38
48355         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
48356              <paul@miraclefish.com>)
48357      Branch: perl
48358            ! lib/ExtUtils/MakeMaker.pm
48359 ____________________________________________________________________________
48360 [  5987] By: gsar                                  on 2000/04/28  07:53:09
48361         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
48362      Branch: perl
48363            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
48364 ____________________________________________________________________________
48365 [  5986] By: gsar                                  on 2000/04/28  07:44:17
48366         Log: add regular expressions tutorial and quick-start guide (from
48367              Mark Kvale <kvale@phy.ucsf.edu>)
48368      Branch: perl
48369            + pod/perlrequick.pod pod/perlretut.pod
48370            ! AUTHORS MAINTAIN MANIFEST
48371 ____________________________________________________________________________
48372 [  5985] By: gsar                                  on 2000/04/28  07:30:28
48373         Log: forked child may not exit correctly if it failed to open
48374              /dev/console (from Graham Barr)
48375      Branch: perl
48376            ! ext/Sys/Syslog/Syslog.pm
48377 ____________________________________________________________________________
48378 [  5984] By: gsar                                  on 2000/04/28  07:27:20
48379         Log: attributes::reftype() doesn't work on tied argument
48380      Branch: perl
48381            ! xsutils.c
48382 ____________________________________________________________________________
48383 [  5983] By: gsar                                  on 2000/04/28  07:15:04
48384         Log: numeric conversion of non-number in change#3378 tramples on
48385              OOK offset, causing segfaults
48386      Branch: perl
48387            ! sv.c
48388 ____________________________________________________________________________
48389 [  5982] By: gsar                                  on 2000/04/28  04:48:25
48390         Log: avoid error in IO::Socket::INET when given an unknown service name
48391              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
48392      Branch: perl
48393            ! ext/IO/lib/IO/Socket/INET.pm
48394 ____________________________________________________________________________
48395 [  5981] By: gsar                                  on 2000/04/28  04:31:31
48396         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
48397              prototype mismatch with CORE::glob(); update pod and tests to
48398              suit (File::Glob::glob() is still available for backward
48399              compatibility, but should be considered deprecated)
48400      Branch: perl
48401            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
48402            ! t/lib/glob-taint.t
48403 ____________________________________________________________________________
48404 [  5980] By: gsar                                  on 2000/04/28  03:47:29
48405         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
48406              <ghudson@mit.edu>)
48407      Branch: metaconfig
48408            ! U/modified/Options.U
48409      Branch: perl
48410            ! Configure
48411 ____________________________________________________________________________
48412 [  5979] By: gsar                                  on 2000/04/28  03:07:54
48413         Log: under useithreads, constant pad entries could inadvertantly be
48414              shared across threads (from Eric Blood <eblood@xmission.com>);
48415              added Eric's test case to testsuite
48416      Branch: perl
48417            ! op.c t/op/misc.t
48418 ____________________________________________________________________________
48419 [  5978] By: gsar                                  on 2000/04/27  21:13:00
48420         Log: sync version numbers in File::Spec with the ones on CPAN
48421              (from Barrie Slaymaker)
48422      Branch: perl
48423            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
48424            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
48425            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
48426 ____________________________________________________________________________
48427 [  5977] By: gsar                                  on 2000/04/27  21:07:29
48428         Log: autoquote barewords followed by newline and arrow properly
48429              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
48430      Branch: perl
48431            ! t/pragma/warn/toke toke.c
48432 ____________________________________________________________________________
48433 [  5976] By: gsar                                  on 2000/04/27  20:41:20
48434         Log: DB_File v1.73 update (from Paul Marquess)
48435      Branch: perl
48436            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
48437            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
48438 ____________________________________________________________________________
48439 [  5975] By: gsar                                  on 2000/04/27  20:34:24
48440         Log: allow sort() reentrancy (variant of patch suggested by
48441              Hugo van der Sanden)
48442      Branch: perl
48443            ! pp_ctl.c t/op/sort.t
48444 ____________________________________________________________________________
48445 [  5974] By: gsar                                  on 2000/04/27  19:46:57
48446         Log: change#4197 somehow missed initializing PL_errors, meaning
48447              sytax error queueing wasn't working outside eval"" at all;
48448              also fixed eval"" to localize PL_error_count, so that compile-time
48449              eval's don't clobber the error state of the outer context
48450      Branch: perl
48451            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
48452            ! t/pragma/warn/toke
48453 ____________________________________________________________________________
48454 [  5973] By: gsar                                  on 2000/04/27  18:29:05
48455         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
48456      Branch: perl
48457            ! regcomp.c regexec.c t/op/re_tests
48458 ____________________________________________________________________________
48459 [  5972] By: jhi                                   on 2000/04/27  18:22:41
48460         Log: Integrate with Sarathy.
48461      Branch: cfgperl
48462           +> t/lib/b.t t/lib/syslog.t
48463           !> (integrate 31 files)
48464 ____________________________________________________________________________
48465 [  5971] By: jhi                                   on 2000/04/27  18:18:46
48466         Log: Unicos tweaks from Mark P. Lutz.
48467      Branch: cfgperl
48468            ! hints/unicos.sh lib/Math/Complex.pm
48469 ____________________________________________________________________________
48470 [  5970] By: gsar                                  on 2000/04/27  18:05:11
48471         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
48472              IV is >32bits
48473      Branch: perl
48474            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
48475 ____________________________________________________________________________
48476 [  5969] By: gsar                                  on 2000/04/27  17:50:56
48477         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
48478      Branch: perl
48479            + t/lib/syslog.t
48480            ! MANIFEST ext/Sys/Syslog/Syslog.pm
48481 ____________________________________________________________________________
48482 [  5968] By: gsar                                  on 2000/04/27  17:44:49
48483         Log: tolerate spaces in group names in test on solaris (from David Boyce
48484              <dsb@boyski.com>)
48485      Branch: perl
48486            ! t/op/groups.t
48487 ____________________________________________________________________________
48488 [  5967] By: gsar                                  on 2000/04/27  17:41:22
48489         Log: improved docs on the warn_uninit diagnostic (from David Glasser
48490              and Simon Cozens)
48491      Branch: perl
48492            ! pod/perldiag.pod
48493 ____________________________________________________________________________
48494 [  5966] By: gsar                                  on 2000/04/27  16:54:58
48495         Log: add testsuite for B backends, fix bug in B::Deparse (from
48496              Simon Cozens <simon@brecon.co.uk>)
48497      Branch: perl
48498            + t/lib/b.t
48499            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
48500 ____________________________________________________________________________
48501 [  5965] By: gsar                                  on 2000/04/27  16:10:37
48502         Log: avoid "will not stay shared" warnings for our variables (from
48503              Robin Barker)
48504      Branch: perl
48505            ! op.c t/pragma/warn/op
48506 ____________________________________________________________________________
48507 [  5964] By: gsar                                  on 2000/04/27  07:05:05
48508         Log: reformat to 72 columns (again)
48509      Branch: perl
48510            ! pod/perldiag.pod
48511 ____________________________________________________________________________
48512 [  5963] By: gsar                                  on 2000/04/27  06:28:31
48513         Log: patch from Larry to make (\&) prototype work; added tests for
48514              the same
48515      Branch: perl
48516            ! op.c t/comp/proto.t
48517 ____________________________________________________________________________
48518 [  5962] By: gsar                                  on 2000/04/27  06:15:47
48519         Log: updated README.hpux (from Jeff Okamoto)
48520      Branch: perl
48521            ! README.hpux
48522 ____________________________________________________________________________
48523 [  5961] By: gsar                                  on 2000/04/27  05:55:03
48524         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
48525      Branch: perl
48526            ! emacs/cperl-mode.el
48527 ____________________________________________________________________________
48528 [  5960] By: gsar                                  on 2000/04/27  05:49:26
48529         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
48530      Branch: perl
48531            ! INSTALL
48532 ____________________________________________________________________________
48533 [  5959] By: gsar                                  on 2000/04/27  05:33:41
48534         Log: doubled words in pods (from Simon Cozens
48535              <simon.p.cozens@jp.pwcglobal.com>)
48536      Branch: perl
48537            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
48538            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
48539            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
48540            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
48541            ! pod/perltootc.pod
48542 ____________________________________________________________________________
48543 [  5958] By: gsar                                  on 2000/04/27  05:11:39
48544         Log: change#3569 deleted some essential code, revert; avoid use of
48545              atexit() to make DynaLoader work properly on AIX under mod_perl
48546              (from Jens-Uwe Mager <jum@helios.de>)
48547      Branch: perl
48548            ! ext/DynaLoader/dl_aix.xs
48549 ____________________________________________________________________________
48550 [  5957] By: gsar                                  on 2000/04/27  04:54:51
48551         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
48552      Branch: perl
48553            ! pod/perlmod.pod
48554 ____________________________________________________________________________
48555 [  5956] By: gsar                                  on 2000/04/27  04:51:47
48556         Log: better diagnostics on failed tests (from Ilya Zakharevich)
48557      Branch: perl
48558            ! t/op/lex_assign.t
48559 ____________________________________________________________________________
48560 [  5955] By: gsar                                  on 2000/04/27  04:26:44
48561         Log: longstanding bug exposed by change#3307: sort arguments weren't
48562              compiled with the right wantarray context (ensuing runtime lookup
48563              via block_gimme() was getting the incidental context of the
48564              sort() itself)
48565      Branch: perl
48566            ! op.c t/op/sort.t
48567 ____________________________________________________________________________
48568 [  5954] By: gsar                                  on 2000/04/26  23:42:12
48569         Log: integrate cfgperl contents into mainline
48570      Branch: perl
48571           !> (integrate 30 files)
48572 ____________________________________________________________________________
48573 [  5953] By: jhi                                   on 2000/04/26  23:06:42
48574         Log: Integrate with Sarathy.
48575      Branch: cfgperl
48576           !> README.win32 ext/B/B/Deparse.pm
48577           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
48578           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
48579           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
48580           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
48581           !> utils/perldoc.PL vms/perlvms.pod
48582 ____________________________________________________________________________
48583 [  5952] By: jhi                                   on 2000/04/26  23:03:46
48584         Log: Undo "use integer" addition from 64bitint as it seems
48585              to break most of the subtests in Digital UNIX;
48586              Unicos needs to find another way.
48587      Branch: cfgperl
48588            ! t/op/64bitint.t
48589 ____________________________________________________________________________
48590 [  5951] By: jhi                                   on 2000/04/26  22:57:53
48591         Log: Be more robust on "extreme" (large absolute value)
48592              arguments.  Originally reported by Daniel Connelly
48593              as a problem with asinh() on large negative arguments,
48594              asinh() used to bail out because an argument to log()
48595              ended up being zero.  Ilya Zakharevich proposed using
48596              Taylor's series in such cases, which for such large
48597              arguments is a very good approximation.
48598      Branch: cfgperl
48599            ! lib/Math/Complex.pm t/lib/complex.t
48600 ____________________________________________________________________________
48601 [  5950] By: gsar                                  on 2000/04/25  19:13:12
48602         Log: reformat perldiag to avoid long lines
48603      Branch: perl
48604            ! pod/perldiag.pod
48605 ____________________________________________________________________________
48606 [  5949] By: gsar                                  on 2000/04/25  18:41:11
48607         Log: make perldoc use the pod2man from the same version (from
48608              M.J.T. Guy)
48609      Branch: perl
48610            ! utils/perldoc.PL
48611 ____________________________________________________________________________
48612 [  5948] By: gsar                                  on 2000/04/25  18:21:57
48613         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
48614              <kompas@kompas.usr.onet.pl>)
48615      Branch: perl
48616            ! lib/vars.pm
48617 ____________________________________________________________________________
48618 [  5947] By: gsar                                  on 2000/04/25  18:11:53
48619         Log: use &dl_error rather than &dl_load_file as the guard for calling
48620              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
48621              statically built perl)
48622      Branch: perl
48623            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
48624 ____________________________________________________________________________
48625 [  5946] By: jhi                                   on 2000/04/25  17:37:54
48626         Log: Document that tr() is not tr(1).
48627      Branch: cfgperl
48628            ! pod/perlop.pod
48629 ____________________________________________________________________________
48630 [  5945] By: gsar                                  on 2000/04/25  16:34:33
48631         Log: make module name mandatory after -M switch; reorder perldiag
48632              alphabetically (from Mark-Jason Dominus)
48633      Branch: perl
48634            ! perl.c pod/perldiag.pod
48635 ____________________________________________________________________________
48636 [  5944] By: jhi                                   on 2000/04/25  01:15:18
48637         Log: On second thoughts frexp() does have two arguments.
48638      Branch: cfgperl
48639            ! perl.h
48640 ____________________________________________________________________________
48641 [  5943] By: jhi                                   on 2000/04/24  22:56:32
48642         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
48643              Now pp_ncmp() returns undef is either operand is a NaN.
48644      Branch: cfgperl
48645            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
48646            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
48647            ! vms/subconfigure.com vos/config.def vos/config.h
48648            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
48649            ! win32/config.vc win32/config_H.bc win32/config_H.gc
48650            ! win32/config_H.vc
48651      Branch: metaconfig/U/perl
48652            + d_modfl.U
48653 ____________________________________________________________________________
48654 [  5942] By: jhi                                   on 2000/04/24  19:45:17
48655         Log: Regen Configure to match #5937.
48656      Branch: cfgperl
48657            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
48658            ! config_h.SH
48659      Branch: metaconfig
48660            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
48661 ____________________________________________________________________________
48662 [  5941] By: jhi                                   on 2000/04/24  19:24:11
48663         Log: Further Unicos fixes for Mark Lutz.
48664      Branch: cfgperl
48665            ! hints/unicos.sh pp_ctl.c
48666 ____________________________________________________________________________
48667 [  5940] By: jhi                                   on 2000/04/24  19:09:06
48668         Log: Various Unicos 10.0.0.6 fixes.
48669              
48670              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
48671              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
48672              Reply-To: tecmpl1@triton.ca.boeing.com 
48673              To: perl5-porters@perl.org 
48674              Date: Fri, 14 Apr 2000 20:21:00 GMT 
48675              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
48676      Branch: cfgperl
48677            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
48678 ____________________________________________________________________________
48679 [  5939] By: gsar                                  on 2000/04/24  19:01:24
48680         Log: more pod nits (from Larry Virden)
48681      Branch: perl
48682            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
48683            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
48684            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
48685 ____________________________________________________________________________
48686 [  5938] By: gsar                                  on 2000/04/24  18:54:01
48687         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
48688      Branch: perl
48689            ! ext/B/B/Deparse.pm
48690 ____________________________________________________________________________
48691 [  5937] By: jhi                                   on 2000/04/24  17:39:00
48692         Log: Integrate with Sarathy.
48693      Branch: cfgperl
48694           +> (branch 31 files)
48695           !> (integrate 73 files)
48696 ____________________________________________________________________________
48697 [  5936] By: gsar                                  on 2000/04/24  17:30:06
48698         Log: additional tests for change#5934 (from Paul Marquess, who also
48699              sent in the same fix)
48700      Branch: perl
48701            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
48702            ! t/pragma/warn/5nolint t/pragma/warn/6default
48703 ____________________________________________________________________________
48704 [  5935] By: jhi                                   on 2000/04/24  17:26:05
48705         Log: Do not assume sign propagation.
48706              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
48707              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
48708              To: payner@ncifcrf.gov, perl5-porters@perl.org 
48709              Date: Tue, 18 Apr 2000 18:24:49 +0100 
48710              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
48711      Branch: cfgperl
48712            ! t/op/bop.t t/op/misc.t
48713 ____________________________________________________________________________
48714 [  5934] By: gsar                                  on 2000/04/24  17:16:54
48715         Log: propagate lexical warnings from surrounding scope correctly
48716              within string eval()
48717      Branch: perl
48718            ! pp_ctl.c t/pragma/warn/pp_ctl
48719 ____________________________________________________________________________
48720 [  5933] By: jhi                                   on 2000/04/24  17:01:07
48721         Log: Flatten the cpp jungle doing the nosuid checking.
48722      Branch: cfgperl
48723            ! perl.c
48724 ____________________________________________________________________________
48725 [  5932] By: gsar                                  on 2000/04/24  09:08:14
48726         Log: add rsignal(), whichsig() and do_join() to public API list
48727              (mod_perl uses them to good advantage)
48728      Branch: perl
48729            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
48730 ____________________________________________________________________________
48731 [  5931] By: gsar                                  on 2000/04/24  09:01:40
48732         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
48733      Branch: perl
48734            ! pp_hot.c regexec.c t/op/pat.t
48735 ____________________________________________________________________________
48736 [  5930] By: gsar                                  on 2000/04/24  08:58:33
48737         Log: small os390 tweaks (from Peter Prymmer)
48738      Branch: perl
48739            ! config_h.SH makedepend.SH
48740 ____________________________________________________________________________
48741 [  5929] By: gsar                                  on 2000/04/24  08:55:25
48742         Log: pod nits
48743      Branch: perl
48744            ! pod/perlguts.pod
48745 ____________________________________________________________________________
48746 [  5928] By: gsar                                  on 2000/04/24  08:50:13
48747         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
48748      Branch: perl
48749            ! ext/IO/lib/IO/Poll.pm
48750 ____________________________________________________________________________
48751 [  5927] By: gsar                                  on 2000/04/24  08:43:24
48752         Log: arrange for next() to resume at the unstack op rather than the
48753              loop conditional, so that scope cleanup happens correctly
48754              (from Stephen McCamant)
48755      Branch: perl
48756            ! op.c pp_ctl.c t/op/misc.t
48757 ____________________________________________________________________________
48758 [  5926] By: gsar                                  on 2000/04/24  08:18:40
48759         Log: on windows, reserve 16M of stack rather than 128M (allows more
48760              threads to run concurrently)
48761      Branch: perl
48762            ! win32/Makefile win32/makefile.mk
48763 ____________________________________________________________________________
48764 [  5925] By: gsar                                  on 2000/04/24  08:13:52
48765         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
48766      Branch: perl
48767            ! toke.c
48768 ____________________________________________________________________________
48769 [  5924] By: gsar                                  on 2000/04/24  08:08:59
48770         Log: avoid using uninitialized memory in require version check
48771      Branch: perl
48772            ! pp_ctl.c universal.c
48773 ____________________________________________________________________________
48774 [  5923] By: gsar                                  on 2000/04/24  07:20:14
48775         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
48776      Branch: perl
48777            ! ext/IO/lib/IO/Poll.pm
48778 ____________________________________________________________________________
48779 [  5922] By: gsar                                  on 2000/04/24  07:08:42
48780         Log: commentary about IoTYPE() (from Nathan Torkington)
48781      Branch: perl
48782            ! sv.h
48783 ____________________________________________________________________________
48784 [  5921] By: gsar                                  on 2000/04/24  06:58:26
48785         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
48786              by fix
48787      Branch: perl
48788            ! sv.c t/lib/charnames.t t/pragma/utf8.t
48789 ____________________________________________________________________________
48790 [  5920] By: gsar                                  on 2000/04/24  06:37:59
48791         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
48792      Branch: perl
48793            ! doop.c t/op/ver.t
48794 ____________________________________________________________________________
48795 [  5919] By: gsar                                  on 2000/04/24  06:21:58
48796         Log: Configure might miss old directories when prefix must be
48797              expanded (from Robin Barker)
48798      Branch: metaconfig
48799            ! U/installdirs/inc_version_list.U
48800      Branch: perl
48801            ! Configure
48802 ____________________________________________________________________________
48803 [  5918] By: gsar                                  on 2000/04/24  06:16:11
48804         Log: VMS nits in glob() test (from Charles Lane)
48805      Branch: perl
48806            ! t/lib/glob-basic.t
48807 ____________________________________________________________________________
48808 [  5917] By: gsar                                  on 2000/04/24  06:11:56
48809         Log: various pod nits (from Larry Virden and others)
48810      Branch: perl
48811            ! README.amiga README.hpux README.machten README.os2
48812            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
48813            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
48814            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
48815            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
48816            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
48817            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
48818            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
48819            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
48820 ____________________________________________________________________________
48821 [  5916] By: gsar                                  on 2000/04/24  05:52:43
48822         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
48823              <wjones@tc.fluke.com>)
48824      Branch: perl
48825            ! t/lib/glob-basic.t
48826 ____________________________________________________________________________
48827 [  5915] By: gsar                                  on 2000/04/24  05:07:01
48828         Log: supported platforms mixed up
48829      Branch: perl
48830            ! pod/perl56delta.pod pod/perlport.pod
48831 ____________________________________________________________________________
48832 [  5914] By: gsar                                  on 2000/04/24  04:56:08
48833         Log: caller() wasn't returning the right number of elements for
48834              eval {...}
48835      Branch: perl
48836            ! pp_ctl.c t/pragma/warn/9enabled
48837 ____________________________________________________________________________
48838 [  5913] By: gsar                                  on 2000/04/24  04:35:41
48839         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
48840              Mark-Jason Dominus)
48841      Branch: perl
48842            ! pod/perlfunc.pod
48843 ____________________________________________________________________________
48844 [  5912] By: gsar                                  on 2000/04/24  04:17:15
48845         Log: fix totally broken caching in UNIVERSAL::isa() (from
48846              Nick Ing-Simmons)
48847      Branch: perl
48848            ! t/op/universal.t universal.c
48849 ____________________________________________________________________________
48850 [  5911] By: gsar                                  on 2000/04/24  03:39:47
48851         Log: add linebreak properties from unicode/LineBrk.txt (from
48852              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
48853      Branch: perl
48854            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
48855            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
48856            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
48857            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
48858            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
48859            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
48860            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
48861            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
48862            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
48863            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
48864            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
48865            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
48866            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
48867            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
48868            + lib/unicode/Is/LbrkZW.pl
48869            ! lib/unicode/mktables.PL
48870 ____________________________________________________________________________
48871 [  5910] By: gsar                                  on 2000/04/24  03:23:10
48872         Log: typo in pod
48873      Branch: perl
48874            ! ext/Thread/Thread.pm
48875 ____________________________________________________________________________
48876 [  5909] By: gsar                                  on 2000/04/24  03:22:03
48877         Log: mode argument to do_binmode() should be file mode, not boolean
48878      Branch: perl
48879            ! pp_sys.c
48880 ____________________________________________________________________________
48881 [  5908] By: gsar                                  on 2000/04/16  16:51:08
48882         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
48883              always returns a valid GV even when the symbol is trapped by strictures
48884              (avoids coredumps)
48885              
48886              TODO: the C<package;> hack needs similar treatment
48887      Branch: perl
48888            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
48889            ! t/pragma/strict-vars
48890 ____________________________________________________________________________
48891 [  5907] By: jhi                                   on 2000/03/31  23:42:56
48892         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
48893              an assumption which #5905 demolished.
48894      Branch: cfgperl
48895            ! pp_sys.c
48896 ____________________________________________________________________________
48897 [  5906] By: jhi                                   on 2000/03/31  18:54:37
48898         Log: Typo in #5905.
48899      Branch: cfgperl
48900            ! t/op/64bitint.t
48901 ____________________________________________________________________________
48902 [  5905] By: jhi                                   on 2000/03/31  18:50:54
48903         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
48904              reported by Joseph N. Hall.  The bug was that even with use64bitint
48905              one had to use the prefixes q, L, or ll with printf/sprintf,
48906              contrary to the documentation and common sense.
48907      Branch: cfgperl
48908            ! sv.c t/op/64bitint.t
48909 ____________________________________________________________________________
48910 [  5904] By: gsar                                  on 2000/03/28  02:31:32
48911         Log: add Changes, perldelta.pod
48912      Branch: perl
48913            + Changes pod/perldelta.pod
48914 ____________________________________________________________________________
48915 [  5903] By: gsar                                  on 2000/03/28  02:03:55
48916         Log: rename Changes and perldelta.pod
48917      Branch: perl
48918           +> Changes5.6 pod/perl56delta.pod
48919            - Changes pod/perldelta.pod
48920            ! MANIFEST
48921 ____________________________________________________________________________
48922 [  5902] By: gsar                                  on 2000/03/28  01:59:14
48923         Log: create maint-5.6 branch
48924      Branch: maint-5.6/perl
48925           +> (branch 1611 files)
48926 ____________________________________________________________________________
48927 [  5901] By: jhi                                   on 2000/03/23  05:48:43
48928         Log: Integrate with Sarathy.
48929      Branch: cfgperl
48930           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
48931 ____________________________________________________________________________
48932 [  5900] By: gsar                                  on 2000/03/23  05:42:43
48933         Log: three guesses on what this is :-)
48934      Branch: perl
48935            ! Changes